@ckeditor/ckeditor5-format-painter 0.0.1 → 38.0.0-rc.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/CHANGELOG.md +4 -0
- package/README.md +34 -3
- package/build/format-painter.js +5 -0
- package/build/translations/ar.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/fi.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/ms.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/ckeditor5-metadata.json +18 -0
- package/lang/contexts.json +5 -0
- package/lang/translations/ar.po +29 -0
- package/lang/translations/bg.po +29 -0
- package/lang/translations/bn.po +29 -0
- package/lang/translations/ca.po +29 -0
- package/lang/translations/cs.po +29 -0
- package/lang/translations/da.po +29 -0
- package/lang/translations/de.po +29 -0
- package/lang/translations/el.po +29 -0
- package/lang/translations/en-au.po +29 -0
- package/lang/translations/en.po +29 -0
- package/lang/translations/es.po +29 -0
- package/lang/translations/et.po +29 -0
- package/lang/translations/fi.po +29 -0
- package/lang/translations/fr.po +29 -0
- package/lang/translations/he.po +29 -0
- package/lang/translations/hi.po +29 -0
- package/lang/translations/hr.po +29 -0
- package/lang/translations/hu.po +29 -0
- package/lang/translations/id.po +29 -0
- package/lang/translations/it.po +29 -0
- package/lang/translations/ja.po +29 -0
- package/lang/translations/ko.po +29 -0
- package/lang/translations/lt.po +29 -0
- package/lang/translations/lv.po +29 -0
- package/lang/translations/ms.po +29 -0
- package/lang/translations/nl.po +29 -0
- package/lang/translations/no.po +29 -0
- package/lang/translations/pl.po +29 -0
- package/lang/translations/pt-br.po +29 -0
- package/lang/translations/pt.po +29 -0
- package/lang/translations/ro.po +29 -0
- package/lang/translations/ru.po +29 -0
- package/lang/translations/sk.po +29 -0
- package/lang/translations/sr.po +29 -0
- package/lang/translations/sv.po +29 -0
- package/lang/translations/th.po +29 -0
- package/lang/translations/tr.po +29 -0
- package/lang/translations/uk.po +29 -0
- package/lang/translations/vi.po +29 -0
- package/lang/translations/zh-cn.po +29 -0
- package/lang/translations/zh.po +29 -0
- package/package.json +24 -4
- package/src/augmentation.d.ts +16 -0
- package/src/augmentation.js +23 -0
- package/src/copyformatcommand.d.ts +37 -0
- package/src/copyformatcommand.js +23 -0
- package/src/formatpainter.d.ts +28 -0
- package/src/formatpainter.js +23 -0
- package/src/formatpainterediting.d.ts +32 -0
- package/src/formatpainterediting.js +23 -0
- package/src/formatpainterui.d.ts +32 -0
- package/src/formatpainterui.js +23 -0
- package/src/index.d.ts +14 -0
- package/src/index.js +23 -0
- package/src/pasteformatcommand.d.ts +23 -0
- package/src/pasteformatcommand.js +23 -0
- package/src/utils.d.ts +25 -0
- package/src/utils.js +23 -0
- package/theme/formatpainter.css +24 -0
- package/theme/icons/paint-roller-cursor-default.svg +17 -0
- package/theme/icons/paint-roller-cursor-text.svg +7 -0
- package/theme/icons/paint-roller.svg +1 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Greek (https://app.transifex.com/ckeditor/teams/11143/el/)\n"
|
|
16
|
+
"Language: el\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "Μορφοποίηση ζωγραφικής"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "Συνεχής ζωγραφική"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "Διατηρεί το πινέλο ενεργό μετά τη ρύθμιση της μορφοποίησης."
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: English (Australia) (https://app.transifex.com/ckeditor/teams/11143/en_AU/)\n"
|
|
16
|
+
"Language: en_AU\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "Paint formatting"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "Continuous painting"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "Keeps the painter on after setting the formatting."
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language: \n"
|
|
16
|
+
"Language-Team: \n"
|
|
17
|
+
"Plural-Forms: \n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "Paint formatting"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "Continuous painting"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "Keeps the painter on after setting the formatting."
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Spanish (https://app.transifex.com/ckeditor/teams/11143/es/)\n"
|
|
16
|
+
"Language: es\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "Copiar formato"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "Copia continua"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "Mantiene la copia activa después de configurar el formato."
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Estonian (https://app.transifex.com/ckeditor/teams/11143/et/)\n"
|
|
16
|
+
"Language: et\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "Värvi vormindamine"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "Pidev värvimine"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "Hoiab maalikunstnik pärast seadistamist vormingu."
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Finnish (https://app.transifex.com/ckeditor/teams/11143/fi/)\n"
|
|
16
|
+
"Language: fi\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "Maalin muotoilu"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "Jatkuva maalaus"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "Pitää maalarin päällä muotoilun asettamisen jälkeen."
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: French (https://app.transifex.com/ckeditor/teams/11143/fr/)\n"
|
|
16
|
+
"Language: fr\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "Mise en forme de la peinture"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "Peinture continue"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "Conserve l'outil de peinture après avoir défini la mise en forme."
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Hebrew (https://app.transifex.com/ckeditor/teams/11143/he/)\n"
|
|
16
|
+
"Language: he\n"
|
|
17
|
+
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "עיצוב צבע"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "צביעה מתמשכת"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "שומר על המברשת בפעולה לאחר הגדרת העיצוב."
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Hindi (https://app.transifex.com/ckeditor/teams/11143/hi/)\n"
|
|
16
|
+
"Language: hi\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "पेंट फ़ॉर्मैटिंग"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "निरंतर पेंटिंग"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "फ़ॉर्मैटिंग सेट करने के बाद पेंटर को चालू रखता है."
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Croatian (https://app.transifex.com/ckeditor/teams/11143/hr/)\n"
|
|
16
|
+
"Language: hr\n"
|
|
17
|
+
"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"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "Boja formatiranja"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "Neprekinuto bojanje"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "Ostavi otvoren bojač nakon postavljanja formatiranja"
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Hungarian (https://app.transifex.com/ckeditor/teams/11143/hu/)\n"
|
|
16
|
+
"Language: hu\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "Festék formázása"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "Folyamatos festés"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "A formázás beállítása után bekapcsolva tartja a festőt."
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Indonesian (https://app.transifex.com/ckeditor/teams/11143/id/)\n"
|
|
16
|
+
"Language: id\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "Format pengecatan"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "Pengecatan bersinambung"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "Tetap aktifkan pengecat setelah mengatur format"
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Italian (https://app.transifex.com/ckeditor/teams/11143/it/)\n"
|
|
16
|
+
"Language: it\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "Copia della formattazione"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "Pittura continua"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "Mantiene attivo lo strumento copia formato dopo aver impostato la formattazione."
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Japanese (https://app.transifex.com/ckeditor/teams/11143/ja/)\n"
|
|
16
|
+
"Language: ja\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "フォーマットをペイント"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "連続ペイント"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "フォーマットの設定後にペインターをオンに保ちます。"
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Korean (https://app.transifex.com/ckeditor/teams/11143/ko/)\n"
|
|
16
|
+
"Language: ko\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "서식 복사"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "서식 복사 유지"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "서식을 설정한 후 서식 복사를 유지합니다."
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Lithuanian (https://app.transifex.com/ckeditor/teams/11143/lt/)\n"
|
|
16
|
+
"Language: lt\n"
|
|
17
|
+
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "Užpildo formatavimas"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "Vientisas užpildas"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "Nustačius formatavimą, išlaiko piešėją įjungtą."
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Latvian (https://app.transifex.com/ckeditor/teams/11143/lv/)\n"
|
|
16
|
+
"Language: lv\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "Krāsu formatēšana"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "Nepārtraukta krāsošana"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "Pēc formatējuma iestatīšanas saglabā krāsotāju ieslēgtu."
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Malay (https://app.transifex.com/ckeditor/teams/11143/ms/)\n"
|
|
16
|
+
"Language: ms\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "Pemformatan cat"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "Pengecatan berterusan"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "Biar pengecat terbuka selepas menetapkan format."
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Dutch (https://app.transifex.com/ckeditor/teams/11143/nl/)\n"
|
|
16
|
+
"Language: nl\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "Opmaak inkleuren"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "Doorlopend kleuren"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "Houdt het kleuren aan na het instellen van de opmaak."
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Norwegian (https://app.transifex.com/ckeditor/teams/11143/no/)\n"
|
|
16
|
+
"Language: no\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "Paint-formatering"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "Kontinuerlig illustrasjon"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "Lar painter være på etter at formatering er satt."
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Polish (https://app.transifex.com/ckeditor/teams/11143/pl/)\n"
|
|
16
|
+
"Language: pl\n"
|
|
17
|
+
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "A toolbar button tooltip for the format painter feature."
|
|
20
|
+
msgid "Paint formatting"
|
|
21
|
+
msgstr "Malarz formatów"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label for the continuous painting checkbox in the format painter dropdown."
|
|
24
|
+
msgid "Continuous painting"
|
|
25
|
+
msgstr "Stały malarz formatów"
|
|
26
|
+
|
|
27
|
+
msgctxt "The tooltip displayed for the continuous painting button explaining what it does."
|
|
28
|
+
msgid "Keeps the painter on after setting the formatting."
|
|
29
|
+
msgstr "Po ustawieniu formatowania malarz pozostaje włączony."
|