##// END OF EJS Templates
Russian numeric translation changed by Sergei Danilov (#14920)...
Toshi MARUYAMA -
r11954:9b00bba5b5cb
parent child
Show More
@@ -718,31 +718,31 ru:
718 label_workflow: Последовательность действий
718 label_workflow: Последовательность действий
719 label_x_closed_issues_abbr:
719 label_x_closed_issues_abbr:
720 zero: "0 закрыто"
720 zero: "0 закрыто"
721 one: "1 закрыт"
721 one: "%{count} закрыта"
722 few: "%{count} закрыто"
722 few: "%{count} закрыто"
723 many: "%{count} закрыто"
723 many: "%{count} закрыто"
724 other: "%{count} закрыто"
724 other: "%{count} закрыто"
725 label_x_comments:
725 label_x_comments:
726 zero: "нет комментариев"
726 zero: "нет комментариев"
727 one: "1 комментарий"
727 one: "%{count} комментарий"
728 few: "%{count} комментария"
728 few: "%{count} комментария"
729 many: "%{count} комментариев"
729 many: "%{count} комментариев"
730 other: "%{count} комментариев"
730 other: "%{count} комментариев"
731 label_x_open_issues_abbr:
731 label_x_open_issues_abbr:
732 zero: "0 открыто"
732 zero: "0 открыто"
733 one: "1 открыт"
733 one: "%{count} открыта"
734 few: "%{count} открыто"
734 few: "%{count} открыто"
735 many: "%{count} открыто"
735 many: "%{count} открыто"
736 other: "%{count} открыто"
736 other: "%{count} открыто"
737 label_x_open_issues_abbr_on_total:
737 label_x_open_issues_abbr_on_total:
738 zero: "0 открыто / %{total}"
738 zero: "0 открыто / %{total}"
739 one: "1 открыт / %{total}"
739 one: "%{count} открыта / %{total}"
740 few: "%{count} открыто / %{total}"
740 few: "%{count} открыто / %{total}"
741 many: "%{count} открыто / %{total}"
741 many: "%{count} открыто / %{total}"
742 other: "%{count} открыто / %{total}"
742 other: "%{count} открыто / %{total}"
743 label_x_projects:
743 label_x_projects:
744 zero: "нет проектов"
744 zero: "нет проектов"
745 one: "1 проект"
745 one: "%{count} проект"
746 few: "%{count} проекта"
746 few: "%{count} проекта"
747 many: "%{count} проектов"
747 many: "%{count} проектов"
748 other: "%{count} проектов"
748 other: "%{count} проектов"
General Comments 0
You need to be logged in to leave comments. Login now