@ckeditor/ckeditor5-core 27.1.0 → 29.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/README.md +3 -3
- package/lang/contexts.json +5 -2
- package/lang/translations/af.po +16 -4
- package/lang/translations/ar.po +16 -4
- package/lang/translations/ast.po +16 -4
- package/lang/translations/az.po +16 -4
- package/lang/translations/bg.po +16 -4
- package/lang/translations/ca.po +16 -4
- package/lang/translations/cs.po +16 -4
- package/lang/translations/da.po +16 -4
- package/lang/translations/de-ch.po +16 -4
- package/lang/translations/de.po +16 -4
- package/lang/translations/el.po +16 -4
- package/lang/translations/en-au.po +16 -4
- package/lang/translations/en-gb.po +16 -4
- package/lang/translations/en.po +16 -4
- package/lang/translations/eo.po +16 -4
- package/lang/translations/es.po +17 -5
- package/lang/translations/et.po +16 -4
- package/lang/translations/eu.po +16 -4
- package/lang/translations/fa.po +16 -4
- package/lang/translations/fi.po +16 -4
- package/lang/translations/fr.po +16 -4
- package/lang/translations/gl.po +16 -4
- package/lang/translations/he.po +16 -4
- package/lang/translations/hi.po +16 -4
- package/lang/translations/hr.po +16 -4
- package/lang/translations/hu.po +16 -4
- package/lang/translations/id.po +16 -4
- package/lang/translations/it.po +16 -4
- package/lang/translations/ja.po +16 -4
- package/lang/translations/km.po +16 -4
- package/lang/translations/kn.po +16 -4
- package/lang/translations/ko.po +16 -4
- package/lang/translations/ku.po +16 -4
- package/lang/translations/lt.po +16 -4
- package/lang/translations/lv.po +16 -4
- package/lang/translations/nb.po +16 -4
- package/lang/translations/ne.po +16 -4
- package/lang/translations/nl.po +16 -4
- package/lang/translations/no.po +16 -4
- package/lang/translations/oc.po +16 -4
- package/lang/translations/pl.po +16 -4
- package/lang/translations/pt-br.po +16 -4
- package/lang/translations/pt.po +16 -4
- package/lang/translations/ro.po +16 -4
- package/lang/translations/ru.po +16 -4
- package/lang/translations/sk.po +16 -4
- package/lang/translations/sl.po +16 -4
- package/lang/translations/sq.po +16 -4
- package/lang/translations/sr-latn.po +16 -4
- package/lang/translations/sr.po +16 -4
- package/lang/translations/sv.po +16 -4
- package/lang/translations/th.po +16 -4
- package/lang/translations/tk.po +16 -4
- package/lang/translations/tr.po +16 -4
- package/lang/translations/tt.po +16 -4
- package/lang/translations/ug.po +16 -4
- package/lang/translations/uk.po +16 -4
- package/lang/translations/vi.po +16 -4
- package/lang/translations/zh-cn.po +16 -4
- package/lang/translations/zh.po +16 -4
- package/package.json +19 -18
- package/src/editor/editor.js +1 -1
- package/src/index.js +18 -2
- package/src/plugincollection.js +1 -1
- package/theme/icons/cog.svg +1 -0
- package/theme/icons/object-center.svg +1 -1
- package/theme/icons/object-full-width.svg +1 -1
- package/theme/icons/object-inline-left.svg +1 -0
- package/theme/icons/object-inline-right.svg +1 -0
- package/theme/icons/object-inline.svg +1 -0
- package/theme/icons/object-left.svg +1 -1
- package/theme/icons/object-right.svg +1 -1
package/LICENSE.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Software License Agreement
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
|
-
**CKEditor 5
|
|
4
|
+
**CKEditor 5 core editor architecture** – https://github.com/ckeditor/ckeditor5-core <br>
|
|
5
5
|
Copyright (c) 2003-2021, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
|
|
6
6
|
|
|
7
7
|
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
|
package/README.md
CHANGED
|
@@ -2,14 +2,14 @@ CKEditor 5 core editor architecture
|
|
|
2
2
|
========================================
|
|
3
3
|
|
|
4
4
|
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-core)
|
|
5
|
-
[](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
|
|
6
|
+
[](https://travis-ci.com/ckeditor/ckeditor5)
|
|
7
7
|
|
|
8
8
|
This package implements CKEditor 5's core editor architecture — a set of classes and interfaces which glue everything together.
|
|
9
9
|
|
|
10
10
|
## Documentation
|
|
11
11
|
|
|
12
|
-
For general introduction see the [Overview of CKEditor 5 framework](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/overview.html) guide and then the [
|
|
12
|
+
For general introduction see the [Overview of CKEditor 5 framework](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/overview.html) guide and then the [core editor architecture guide](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/architecture/core-editor-architecture.html).
|
|
13
13
|
|
|
14
14
|
Additionally, see the [`@ckeditor/ckeditor5-core` package](https://ckeditor.com/docs/ckeditor5/latest/api/core.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) for even more information.
|
|
15
15
|
|
package/lang/contexts.json
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Save": "Label for the Save button.",
|
|
3
2
|
"Cancel": "Label for the Cancel button.",
|
|
4
|
-
"Remove color": "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
3
|
+
"Remove color": "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties).",
|
|
4
|
+
"Restore default": "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified.",
|
|
5
|
+
"Save": "Label for the Save button.",
|
|
6
|
+
"Show more items": "Label of a toolbar button which reveals more toolbar items.",
|
|
7
|
+
"%0 of %1": "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
5
8
|
}
|
package/lang/translations/af.po
CHANGED
|
@@ -16,10 +16,6 @@ msgstr ""
|
|
|
16
16
|
"Language: af\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
19
|
-
msgctxt "Label for the Save button."
|
|
20
|
-
msgid "Save"
|
|
21
|
-
msgstr "Berg"
|
|
22
|
-
|
|
23
19
|
msgctxt "Label for the Cancel button."
|
|
24
20
|
msgid "Cancel"
|
|
25
21
|
msgstr "Kanselleer"
|
|
@@ -27,3 +23,19 @@ msgstr "Kanselleer"
|
|
|
27
23
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
28
24
|
msgid "Remove color"
|
|
29
25
|
msgstr ""
|
|
26
|
+
|
|
27
|
+
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
|
+
msgid "Restore default"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for the Save button."
|
|
32
|
+
msgid "Save"
|
|
33
|
+
msgstr "Berg"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label of a toolbar button which reveals more toolbar items."
|
|
36
|
+
msgid "Show more items"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
39
|
+
msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
40
|
+
msgid "%0 of %1"
|
|
41
|
+
msgstr ""
|
package/lang/translations/ar.po
CHANGED
|
@@ -16,10 +16,6 @@ msgstr ""
|
|
|
16
16
|
"Language: ar\n"
|
|
17
17
|
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
|
18
18
|
|
|
19
|
-
msgctxt "Label for the Save button."
|
|
20
|
-
msgid "Save"
|
|
21
|
-
msgstr "حفظ"
|
|
22
|
-
|
|
23
19
|
msgctxt "Label for the Cancel button."
|
|
24
20
|
msgid "Cancel"
|
|
25
21
|
msgstr "إلغاء"
|
|
@@ -27,3 +23,19 @@ msgstr "إلغاء"
|
|
|
27
23
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
28
24
|
msgid "Remove color"
|
|
29
25
|
msgstr ""
|
|
26
|
+
|
|
27
|
+
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
|
+
msgid "Restore default"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for the Save button."
|
|
32
|
+
msgid "Save"
|
|
33
|
+
msgstr "حفظ"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label of a toolbar button which reveals more toolbar items."
|
|
36
|
+
msgid "Show more items"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
39
|
+
msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
40
|
+
msgid "%0 of %1"
|
|
41
|
+
msgstr ""
|
package/lang/translations/ast.po
CHANGED
|
@@ -16,10 +16,6 @@ msgstr ""
|
|
|
16
16
|
"Language: ast\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
19
|
-
msgctxt "Label for the Save button."
|
|
20
|
-
msgid "Save"
|
|
21
|
-
msgstr "Guardar"
|
|
22
|
-
|
|
23
19
|
msgctxt "Label for the Cancel button."
|
|
24
20
|
msgid "Cancel"
|
|
25
21
|
msgstr "Encaboxar"
|
|
@@ -27,3 +23,19 @@ msgstr "Encaboxar"
|
|
|
27
23
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
28
24
|
msgid "Remove color"
|
|
29
25
|
msgstr ""
|
|
26
|
+
|
|
27
|
+
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
|
+
msgid "Restore default"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for the Save button."
|
|
32
|
+
msgid "Save"
|
|
33
|
+
msgstr "Guardar"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label of a toolbar button which reveals more toolbar items."
|
|
36
|
+
msgid "Show more items"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
39
|
+
msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
40
|
+
msgid "%0 of %1"
|
|
41
|
+
msgstr ""
|
package/lang/translations/az.po
CHANGED
|
@@ -16,10 +16,6 @@ msgstr ""
|
|
|
16
16
|
"Language: az\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
19
|
-
msgctxt "Label for the Save button."
|
|
20
|
-
msgid "Save"
|
|
21
|
-
msgstr "Yadda saxla"
|
|
22
|
-
|
|
23
19
|
msgctxt "Label for the Cancel button."
|
|
24
20
|
msgid "Cancel"
|
|
25
21
|
msgstr "İmtina et"
|
|
@@ -27,3 +23,19 @@ msgstr "İmtina et"
|
|
|
27
23
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
28
24
|
msgid "Remove color"
|
|
29
25
|
msgstr "Rəngi ləğv et"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
|
+
msgid "Restore default"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for the Save button."
|
|
32
|
+
msgid "Save"
|
|
33
|
+
msgstr "Yadda saxla"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label of a toolbar button which reveals more toolbar items."
|
|
36
|
+
msgid "Show more items"
|
|
37
|
+
msgstr "Daha çox əşyanı göstərin"
|
|
38
|
+
|
|
39
|
+
msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
40
|
+
msgid "%0 of %1"
|
|
41
|
+
msgstr "%1-dən %0"
|
package/lang/translations/bg.po
CHANGED
|
@@ -16,10 +16,6 @@ msgstr ""
|
|
|
16
16
|
"Language: bg\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
19
|
-
msgctxt "Label for the Save button."
|
|
20
|
-
msgid "Save"
|
|
21
|
-
msgstr "Запазване"
|
|
22
|
-
|
|
23
19
|
msgctxt "Label for the Cancel button."
|
|
24
20
|
msgid "Cancel"
|
|
25
21
|
msgstr "Отказ"
|
|
@@ -27,3 +23,19 @@ msgstr "Отказ"
|
|
|
27
23
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
28
24
|
msgid "Remove color"
|
|
29
25
|
msgstr ""
|
|
26
|
+
|
|
27
|
+
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
|
+
msgid "Restore default"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for the Save button."
|
|
32
|
+
msgid "Save"
|
|
33
|
+
msgstr "Запазване"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label of a toolbar button which reveals more toolbar items."
|
|
36
|
+
msgid "Show more items"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
39
|
+
msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
40
|
+
msgid "%0 of %1"
|
|
41
|
+
msgstr ""
|
package/lang/translations/ca.po
CHANGED
|
@@ -16,10 +16,6 @@ msgstr ""
|
|
|
16
16
|
"Language: ca\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
19
|
-
msgctxt "Label for the Save button."
|
|
20
|
-
msgid "Save"
|
|
21
|
-
msgstr "Desar"
|
|
22
|
-
|
|
23
19
|
msgctxt "Label for the Cancel button."
|
|
24
20
|
msgid "Cancel"
|
|
25
21
|
msgstr "Cancel·lar"
|
|
@@ -27,3 +23,19 @@ msgstr "Cancel·lar"
|
|
|
27
23
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
28
24
|
msgid "Remove color"
|
|
29
25
|
msgstr ""
|
|
26
|
+
|
|
27
|
+
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
|
+
msgid "Restore default"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for the Save button."
|
|
32
|
+
msgid "Save"
|
|
33
|
+
msgstr "Desar"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label of a toolbar button which reveals more toolbar items."
|
|
36
|
+
msgid "Show more items"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
39
|
+
msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
40
|
+
msgid "%0 of %1"
|
|
41
|
+
msgstr ""
|
package/lang/translations/cs.po
CHANGED
|
@@ -16,10 +16,6 @@ msgstr ""
|
|
|
16
16
|
"Language: cs\n"
|
|
17
17
|
"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"
|
|
18
18
|
|
|
19
|
-
msgctxt "Label for the Save button."
|
|
20
|
-
msgid "Save"
|
|
21
|
-
msgstr "Uložit"
|
|
22
|
-
|
|
23
19
|
msgctxt "Label for the Cancel button."
|
|
24
20
|
msgid "Cancel"
|
|
25
21
|
msgstr "Zrušit"
|
|
@@ -27,3 +23,19 @@ msgstr "Zrušit"
|
|
|
27
23
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
28
24
|
msgid "Remove color"
|
|
29
25
|
msgstr "Odstranit barvu"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
|
+
msgid "Restore default"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for the Save button."
|
|
32
|
+
msgid "Save"
|
|
33
|
+
msgstr "Uložit"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label of a toolbar button which reveals more toolbar items."
|
|
36
|
+
msgid "Show more items"
|
|
37
|
+
msgstr "Zobrazit další položky"
|
|
38
|
+
|
|
39
|
+
msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
40
|
+
msgid "%0 of %1"
|
|
41
|
+
msgstr "%0 z %1"
|
package/lang/translations/da.po
CHANGED
|
@@ -16,10 +16,6 @@ msgstr ""
|
|
|
16
16
|
"Language: da\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
19
|
-
msgctxt "Label for the Save button."
|
|
20
|
-
msgid "Save"
|
|
21
|
-
msgstr "Gem"
|
|
22
|
-
|
|
23
19
|
msgctxt "Label for the Cancel button."
|
|
24
20
|
msgid "Cancel"
|
|
25
21
|
msgstr "Annullér"
|
|
@@ -27,3 +23,19 @@ msgstr "Annullér"
|
|
|
27
23
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
28
24
|
msgid "Remove color"
|
|
29
25
|
msgstr "Fjern farve"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
|
+
msgid "Restore default"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for the Save button."
|
|
32
|
+
msgid "Save"
|
|
33
|
+
msgstr "Gem"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label of a toolbar button which reveals more toolbar items."
|
|
36
|
+
msgid "Show more items"
|
|
37
|
+
msgstr "Vis flere emner"
|
|
38
|
+
|
|
39
|
+
msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
40
|
+
msgid "%0 of %1"
|
|
41
|
+
msgstr "%0 af %1"
|
|
@@ -16,10 +16,6 @@ msgstr ""
|
|
|
16
16
|
"Language: de_CH\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
19
|
-
msgctxt "Label for the Save button."
|
|
20
|
-
msgid "Save"
|
|
21
|
-
msgstr "Speichern"
|
|
22
|
-
|
|
23
19
|
msgctxt "Label for the Cancel button."
|
|
24
20
|
msgid "Cancel"
|
|
25
21
|
msgstr "Abbrechen"
|
|
@@ -27,3 +23,19 @@ msgstr "Abbrechen"
|
|
|
27
23
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
28
24
|
msgid "Remove color"
|
|
29
25
|
msgstr "Farbe entfernen"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
|
+
msgid "Restore default"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for the Save button."
|
|
32
|
+
msgid "Save"
|
|
33
|
+
msgstr "Speichern"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label of a toolbar button which reveals more toolbar items."
|
|
36
|
+
msgid "Show more items"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
39
|
+
msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
40
|
+
msgid "%0 of %1"
|
|
41
|
+
msgstr ""
|
package/lang/translations/de.po
CHANGED
|
@@ -16,10 +16,6 @@ msgstr ""
|
|
|
16
16
|
"Language: de\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
19
|
-
msgctxt "Label for the Save button."
|
|
20
|
-
msgid "Save"
|
|
21
|
-
msgstr "Speichern"
|
|
22
|
-
|
|
23
19
|
msgctxt "Label for the Cancel button."
|
|
24
20
|
msgid "Cancel"
|
|
25
21
|
msgstr "Abbrechen"
|
|
@@ -27,3 +23,19 @@ msgstr "Abbrechen"
|
|
|
27
23
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
28
24
|
msgid "Remove color"
|
|
29
25
|
msgstr "Farbe entfernen"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
|
+
msgid "Restore default"
|
|
29
|
+
msgstr "Standard wiederherstellen"
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for the Save button."
|
|
32
|
+
msgid "Save"
|
|
33
|
+
msgstr "Speichern"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label of a toolbar button which reveals more toolbar items."
|
|
36
|
+
msgid "Show more items"
|
|
37
|
+
msgstr "Mehr anzeigen"
|
|
38
|
+
|
|
39
|
+
msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
40
|
+
msgid "%0 of %1"
|
|
41
|
+
msgstr "%0 von %1"
|
package/lang/translations/el.po
CHANGED
|
@@ -16,10 +16,6 @@ msgstr ""
|
|
|
16
16
|
"Language: el\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
19
|
-
msgctxt "Label for the Save button."
|
|
20
|
-
msgid "Save"
|
|
21
|
-
msgstr "Αποθήκευση"
|
|
22
|
-
|
|
23
19
|
msgctxt "Label for the Cancel button."
|
|
24
20
|
msgid "Cancel"
|
|
25
21
|
msgstr "Ακύρωση"
|
|
@@ -27,3 +23,19 @@ msgstr "Ακύρωση"
|
|
|
27
23
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
28
24
|
msgid "Remove color"
|
|
29
25
|
msgstr ""
|
|
26
|
+
|
|
27
|
+
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
|
+
msgid "Restore default"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for the Save button."
|
|
32
|
+
msgid "Save"
|
|
33
|
+
msgstr "Αποθήκευση"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label of a toolbar button which reveals more toolbar items."
|
|
36
|
+
msgid "Show more items"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
39
|
+
msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
40
|
+
msgid "%0 of %1"
|
|
41
|
+
msgstr ""
|
|
@@ -16,10 +16,6 @@ msgstr ""
|
|
|
16
16
|
"Language: en_AU\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
19
|
-
msgctxt "Label for the Save button."
|
|
20
|
-
msgid "Save"
|
|
21
|
-
msgstr "Save"
|
|
22
|
-
|
|
23
19
|
msgctxt "Label for the Cancel button."
|
|
24
20
|
msgid "Cancel"
|
|
25
21
|
msgstr "Cancel"
|
|
@@ -27,3 +23,19 @@ msgstr "Cancel"
|
|
|
27
23
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
28
24
|
msgid "Remove color"
|
|
29
25
|
msgstr "Remove colour"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
|
+
msgid "Restore default"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for the Save button."
|
|
32
|
+
msgid "Save"
|
|
33
|
+
msgstr "Save"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label of a toolbar button which reveals more toolbar items."
|
|
36
|
+
msgid "Show more items"
|
|
37
|
+
msgstr "Show more items"
|
|
38
|
+
|
|
39
|
+
msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
40
|
+
msgid "%0 of %1"
|
|
41
|
+
msgstr "%0 of %1"
|
|
@@ -16,10 +16,6 @@ msgstr ""
|
|
|
16
16
|
"Language: en_GB\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
19
|
-
msgctxt "Label for the Save button."
|
|
20
|
-
msgid "Save"
|
|
21
|
-
msgstr "Save"
|
|
22
|
-
|
|
23
19
|
msgctxt "Label for the Cancel button."
|
|
24
20
|
msgid "Cancel"
|
|
25
21
|
msgstr "Cancel"
|
|
@@ -27,3 +23,19 @@ msgstr "Cancel"
|
|
|
27
23
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
28
24
|
msgid "Remove color"
|
|
29
25
|
msgstr "Remove colour"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
|
+
msgid "Restore default"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for the Save button."
|
|
32
|
+
msgid "Save"
|
|
33
|
+
msgstr "Save"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label of a toolbar button which reveals more toolbar items."
|
|
36
|
+
msgid "Show more items"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
39
|
+
msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
40
|
+
msgid "%0 of %1"
|
|
41
|
+
msgstr "%0 of %1"
|
package/lang/translations/en.po
CHANGED
|
@@ -16,10 +16,6 @@ msgstr ""
|
|
|
16
16
|
"Language-Team: \n"
|
|
17
17
|
"Plural-Forms: \n"
|
|
18
18
|
|
|
19
|
-
msgctxt "Label for the Save button."
|
|
20
|
-
msgid "Save"
|
|
21
|
-
msgstr "Save"
|
|
22
|
-
|
|
23
19
|
msgctxt "Label for the Cancel button."
|
|
24
20
|
msgid "Cancel"
|
|
25
21
|
msgstr "Cancel"
|
|
@@ -27,3 +23,19 @@ msgstr "Cancel"
|
|
|
27
23
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
28
24
|
msgid "Remove color"
|
|
29
25
|
msgstr "Remove color"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
|
+
msgid "Restore default"
|
|
29
|
+
msgstr "Restore default"
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for the Save button."
|
|
32
|
+
msgid "Save"
|
|
33
|
+
msgstr "Save"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label of a toolbar button which reveals more toolbar items."
|
|
36
|
+
msgid "Show more items"
|
|
37
|
+
msgstr "Show more items"
|
|
38
|
+
|
|
39
|
+
msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
40
|
+
msgid "%0 of %1"
|
|
41
|
+
msgstr "%0 of %1"
|
package/lang/translations/eo.po
CHANGED
|
@@ -16,10 +16,6 @@ msgstr ""
|
|
|
16
16
|
"Language: eo\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
19
|
-
msgctxt "Label for the Save button."
|
|
20
|
-
msgid "Save"
|
|
21
|
-
msgstr "Konservi"
|
|
22
|
-
|
|
23
19
|
msgctxt "Label for the Cancel button."
|
|
24
20
|
msgid "Cancel"
|
|
25
21
|
msgstr "Nuligi"
|
|
@@ -27,3 +23,19 @@ msgstr "Nuligi"
|
|
|
27
23
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
28
24
|
msgid "Remove color"
|
|
29
25
|
msgstr ""
|
|
26
|
+
|
|
27
|
+
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
|
+
msgid "Restore default"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for the Save button."
|
|
32
|
+
msgid "Save"
|
|
33
|
+
msgstr "Konservi"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label of a toolbar button which reveals more toolbar items."
|
|
36
|
+
msgid "Show more items"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
39
|
+
msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
40
|
+
msgid "%0 of %1"
|
|
41
|
+
msgstr ""
|
package/lang/translations/es.po
CHANGED
|
@@ -16,14 +16,26 @@ msgstr ""
|
|
|
16
16
|
"Language: es\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
19
|
-
msgctxt "Label for the Save button."
|
|
20
|
-
msgid "Save"
|
|
21
|
-
msgstr "Guardar"
|
|
22
|
-
|
|
23
19
|
msgctxt "Label for the Cancel button."
|
|
24
20
|
msgid "Cancel"
|
|
25
21
|
msgstr "Cancelar"
|
|
26
22
|
|
|
27
23
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
28
24
|
msgid "Remove color"
|
|
29
|
-
msgstr "
|
|
25
|
+
msgstr "Quitar color"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
|
+
msgid "Restore default"
|
|
29
|
+
msgstr "Restaurar valores predeterminados"
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for the Save button."
|
|
32
|
+
msgid "Save"
|
|
33
|
+
msgstr "Guardar"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label of a toolbar button which reveals more toolbar items."
|
|
36
|
+
msgid "Show more items"
|
|
37
|
+
msgstr "Mostrar más elementos"
|
|
38
|
+
|
|
39
|
+
msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
40
|
+
msgid "%0 of %1"
|
|
41
|
+
msgstr "%0 de %1"
|
package/lang/translations/et.po
CHANGED
|
@@ -16,10 +16,6 @@ msgstr ""
|
|
|
16
16
|
"Language: et\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
19
|
-
msgctxt "Label for the Save button."
|
|
20
|
-
msgid "Save"
|
|
21
|
-
msgstr "Salvesta"
|
|
22
|
-
|
|
23
19
|
msgctxt "Label for the Cancel button."
|
|
24
20
|
msgid "Cancel"
|
|
25
21
|
msgstr "Loobu"
|
|
@@ -27,3 +23,19 @@ msgstr "Loobu"
|
|
|
27
23
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
28
24
|
msgid "Remove color"
|
|
29
25
|
msgstr "Eemalda värv"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
|
+
msgid "Restore default"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for the Save button."
|
|
32
|
+
msgid "Save"
|
|
33
|
+
msgstr "Salvesta"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label of a toolbar button which reveals more toolbar items."
|
|
36
|
+
msgid "Show more items"
|
|
37
|
+
msgstr "Näita veel"
|
|
38
|
+
|
|
39
|
+
msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
40
|
+
msgid "%0 of %1"
|
|
41
|
+
msgstr "%0 / %1"
|
package/lang/translations/eu.po
CHANGED
|
@@ -16,10 +16,6 @@ msgstr ""
|
|
|
16
16
|
"Language: eu\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
19
|
-
msgctxt "Label for the Save button."
|
|
20
|
-
msgid "Save"
|
|
21
|
-
msgstr "Gorde"
|
|
22
|
-
|
|
23
19
|
msgctxt "Label for the Cancel button."
|
|
24
20
|
msgid "Cancel"
|
|
25
21
|
msgstr "Utzi"
|
|
@@ -27,3 +23,19 @@ msgstr "Utzi"
|
|
|
27
23
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
28
24
|
msgid "Remove color"
|
|
29
25
|
msgstr ""
|
|
26
|
+
|
|
27
|
+
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
|
+
msgid "Restore default"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for the Save button."
|
|
32
|
+
msgid "Save"
|
|
33
|
+
msgstr "Gorde"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label of a toolbar button which reveals more toolbar items."
|
|
36
|
+
msgid "Show more items"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
39
|
+
msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
40
|
+
msgid "%0 of %1"
|
|
41
|
+
msgstr ""
|
package/lang/translations/fa.po
CHANGED
|
@@ -16,10 +16,6 @@ msgstr ""
|
|
|
16
16
|
"Language: fa\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
18
18
|
|
|
19
|
-
msgctxt "Label for the Save button."
|
|
20
|
-
msgid "Save"
|
|
21
|
-
msgstr "ذخیره"
|
|
22
|
-
|
|
23
19
|
msgctxt "Label for the Cancel button."
|
|
24
20
|
msgid "Cancel"
|
|
25
21
|
msgstr "لغو"
|
|
@@ -27,3 +23,19 @@ msgstr "لغو"
|
|
|
27
23
|
msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
|
|
28
24
|
msgid "Remove color"
|
|
29
25
|
msgstr "حذف رنگ"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
|
|
28
|
+
msgid "Restore default"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgctxt "Label for the Save button."
|
|
32
|
+
msgid "Save"
|
|
33
|
+
msgstr "ذخیره"
|
|
34
|
+
|
|
35
|
+
msgctxt "Label of a toolbar button which reveals more toolbar items."
|
|
36
|
+
msgid "Show more items"
|
|
37
|
+
msgstr "نمایش گزینههای بیشتر"
|
|
38
|
+
|
|
39
|
+
msgctxt "Label for a ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or Search result '5 of 20'."
|
|
40
|
+
msgid "%0 of %1"
|
|
41
|
+
msgstr "0% از 1%"
|