File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ OC.L10N.register(
66 "Error" : "Помилка" ,
77 "Copy" : "Копіювати" ,
88 "App" : "Застосунок" ,
9+ "Message" : "Повідомлення" ,
910 "Time" : "Час"
1011} ,
1112"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" ) ;
Original file line number Diff line number Diff line change 44 "Error" : " Помилка" ,
55 "Copy" : " Копіювати" ,
66 "App" : " Застосунок" ,
7+ "Message" : " Повідомлення" ,
78 "Time" : " Час"
89},"pluralForm" :" nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
910}
You can’t perform that action at this time.
0 commit comments