Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit d5942d5

Browse files
committed
Other: Updated translations. [skip ci]
1 parent 4074727 commit d5942d5

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

lang/translations/cs.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Language: cs\n"
55
"Language-Team: Czech (https://www.transifex.com/ckeditor/teams/11143/cs/)\n"
6-
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
6+
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
77

88
msgctxt "Toolbar button tooltip for the Undo feature."
99
msgid "Undo"

lang/translations/fa.po

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
2+
msgid ""
3+
msgstr ""
4+
"Language: fa\n"
5+
"Language-Team: Persian (https://www.transifex.com/ckeditor/teams/11143/fa/)\n"
6+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
7+
8+
msgctxt "Toolbar button tooltip for the Undo feature."
9+
msgid "Undo"
10+
msgstr "بازگردانی"
11+
12+
msgctxt "Toolbar button tooltip for the Redo feature."
13+
msgid "Redo"
14+
msgstr "باز انجام"

lang/translations/kn.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Language: kn\n"
55
"Language-Team: Kannada (https://www.transifex.com/ckeditor/teams/11143/kn/)\n"
6-
"Plural-Forms: nplurals=1; plural=0;\n"
6+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
77

88
msgctxt "Toolbar button tooltip for the Undo feature."
99
msgid "Undo"

lang/translations/sk.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Language: sk\n"
55
"Language-Team: Slovak (https://www.transifex.com/ckeditor/teams/11143/sk/)\n"
6-
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
6+
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
77

88
msgctxt "Toolbar button tooltip for the Undo feature."
99
msgid "Undo"

lang/translations/tr.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ msgstr "Geri al"
1111

1212
msgctxt "Toolbar button tooltip for the Redo feature."
1313
msgid "Redo"
14-
msgstr "İleri al"
14+
msgstr "Tekrar yap"

lang/translations/uk.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Language: uk\n"
55
"Language-Team: Ukrainian (https://www.transifex.com/ckeditor/teams/11143/uk/)\n"
6-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
6+
"Plural-Forms: 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);\n"
77

88
msgctxt "Toolbar button tooltip for the Undo feature."
99
msgid "Undo"

0 commit comments

Comments
 (0)