##// 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 718 label_workflow: Последовательность действий
719 719 label_x_closed_issues_abbr:
720 720 zero: "0 закрыто"
721 one: "1 закрыт"
721 one: "%{count} закрыта"
722 722 few: "%{count} закрыто"
723 723 many: "%{count} закрыто"
724 724 other: "%{count} закрыто"
725 725 label_x_comments:
726 726 zero: "нет комментариев"
727 one: "1 комментарий"
727 one: "%{count} комментарий"
728 728 few: "%{count} комментария"
729 729 many: "%{count} комментариев"
730 730 other: "%{count} комментариев"
731 731 label_x_open_issues_abbr:
732 732 zero: "0 открыто"
733 one: "1 открыт"
733 one: "%{count} открыта"
734 734 few: "%{count} открыто"
735 735 many: "%{count} открыто"
736 736 other: "%{count} открыто"
737 737 label_x_open_issues_abbr_on_total:
738 738 zero: "0 открыто / %{total}"
739 one: "1 открыт / %{total}"
739 one: "%{count} открыта / %{total}"
740 740 few: "%{count} открыто / %{total}"
741 741 many: "%{count} открыто / %{total}"
742 742 other: "%{count} открыто / %{total}"
743 743 label_x_projects:
744 744 zero: "нет проектов"
745 one: "1 проект"
745 one: "%{count} проект"
746 746 few: "%{count} проекта"
747 747 many: "%{count} проектов"
748 748 other: "%{count} проектов"
General Comments 0
You need to be logged in to leave comments. Login now