@ckeditor/ckeditor5-style 0.0.0-internal-20241017.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/LICENSE.md +17 -0
- package/README.md +26 -0
- package/build/style.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/gl.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-latn.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/ug.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/ur.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 +28 -0
- package/dist/augmentation.d.ts +28 -0
- package/dist/index-content.css +4 -0
- package/dist/index-editor.css +28 -0
- package/dist/index.css +35 -0
- package/dist/index.css.map +1 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.js +1336 -0
- package/dist/index.js.map +1 -0
- package/dist/integrations/link.d.ts +45 -0
- package/dist/integrations/list.d.ts +50 -0
- package/dist/integrations/table.d.ts +57 -0
- package/dist/style.d.ts +34 -0
- package/dist/stylecommand.d.ts +86 -0
- package/dist/styleconfig.d.ts +91 -0
- package/dist/styleediting.d.ts +41 -0
- package/dist/styleui.d.ts +38 -0
- package/dist/styleutils.d.ts +146 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +5 -0
- package/dist/translations/ar.umd.js +11 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +5 -0
- package/dist/translations/bg.umd.js +11 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +5 -0
- package/dist/translations/bn.umd.js +11 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +5 -0
- package/dist/translations/ca.umd.js +11 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +5 -0
- package/dist/translations/cs.umd.js +11 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +5 -0
- package/dist/translations/da.umd.js +11 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +5 -0
- package/dist/translations/de.umd.js +11 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +5 -0
- package/dist/translations/el.umd.js +11 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +5 -0
- package/dist/translations/en-au.umd.js +11 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +5 -0
- package/dist/translations/en.umd.js +11 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +5 -0
- package/dist/translations/es.umd.js +11 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +5 -0
- package/dist/translations/et.umd.js +11 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +5 -0
- package/dist/translations/fi.umd.js +11 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +5 -0
- package/dist/translations/fr.umd.js +11 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +5 -0
- package/dist/translations/gl.umd.js +11 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +5 -0
- package/dist/translations/he.umd.js +11 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +5 -0
- package/dist/translations/hi.umd.js +11 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +5 -0
- package/dist/translations/hr.umd.js +11 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +5 -0
- package/dist/translations/hu.umd.js +11 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +5 -0
- package/dist/translations/id.umd.js +11 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +5 -0
- package/dist/translations/it.umd.js +11 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +5 -0
- package/dist/translations/ja.umd.js +11 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +5 -0
- package/dist/translations/ko.umd.js +11 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +5 -0
- package/dist/translations/lt.umd.js +11 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +5 -0
- package/dist/translations/lv.umd.js +11 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +5 -0
- package/dist/translations/ms.umd.js +11 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +5 -0
- package/dist/translations/nl.umd.js +11 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +5 -0
- package/dist/translations/no.umd.js +11 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +5 -0
- package/dist/translations/pl.umd.js +11 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +5 -0
- package/dist/translations/pt-br.umd.js +11 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +5 -0
- package/dist/translations/pt.umd.js +11 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +5 -0
- package/dist/translations/ro.umd.js +11 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +5 -0
- package/dist/translations/ru.umd.js +11 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +5 -0
- package/dist/translations/sk.umd.js +11 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +5 -0
- package/dist/translations/sr-latn.umd.js +11 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +5 -0
- package/dist/translations/sr.umd.js +11 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +5 -0
- package/dist/translations/sv.umd.js +11 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +5 -0
- package/dist/translations/th.umd.js +11 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +5 -0
- package/dist/translations/tr.umd.js +11 -0
- package/dist/translations/ug.d.ts +8 -0
- package/dist/translations/ug.js +5 -0
- package/dist/translations/ug.umd.js +11 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +5 -0
- package/dist/translations/uk.umd.js +11 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +5 -0
- package/dist/translations/ur.umd.js +11 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +5 -0
- package/dist/translations/vi.umd.js +11 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +5 -0
- package/dist/translations/zh-cn.umd.js +11 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +5 -0
- package/dist/translations/zh.umd.js +11 -0
- package/dist/ui/stylegridbuttonview.d.ts +38 -0
- package/dist/ui/stylegridview.d.ts +76 -0
- package/dist/ui/stylegroupview.d.ts +39 -0
- package/dist/ui/stylepanelview.d.ts +93 -0
- package/lang/contexts.json +6 -0
- package/lang/translations/ar.po +34 -0
- package/lang/translations/bg.po +34 -0
- package/lang/translations/bn.po +34 -0
- package/lang/translations/ca.po +34 -0
- package/lang/translations/cs.po +34 -0
- package/lang/translations/da.po +34 -0
- package/lang/translations/de.po +34 -0
- package/lang/translations/el.po +34 -0
- package/lang/translations/en-au.po +34 -0
- package/lang/translations/en.po +34 -0
- package/lang/translations/es.po +34 -0
- package/lang/translations/et.po +34 -0
- package/lang/translations/fi.po +34 -0
- package/lang/translations/fr.po +34 -0
- package/lang/translations/gl.po +34 -0
- package/lang/translations/he.po +34 -0
- package/lang/translations/hi.po +34 -0
- package/lang/translations/hr.po +34 -0
- package/lang/translations/hu.po +34 -0
- package/lang/translations/id.po +34 -0
- package/lang/translations/it.po +34 -0
- package/lang/translations/ja.po +34 -0
- package/lang/translations/ko.po +34 -0
- package/lang/translations/lt.po +34 -0
- package/lang/translations/lv.po +34 -0
- package/lang/translations/ms.po +34 -0
- package/lang/translations/nl.po +34 -0
- package/lang/translations/no.po +34 -0
- package/lang/translations/pl.po +34 -0
- package/lang/translations/pt-br.po +34 -0
- package/lang/translations/pt.po +34 -0
- package/lang/translations/ro.po +34 -0
- package/lang/translations/ru.po +34 -0
- package/lang/translations/sk.po +34 -0
- package/lang/translations/sr-latn.po +34 -0
- package/lang/translations/sr.po +34 -0
- package/lang/translations/sv.po +34 -0
- package/lang/translations/th.po +34 -0
- package/lang/translations/tr.po +34 -0
- package/lang/translations/ug.po +34 -0
- package/lang/translations/uk.po +34 -0
- package/lang/translations/ur.po +34 -0
- package/lang/translations/vi.po +34 -0
- package/lang/translations/zh-cn.po +34 -0
- package/lang/translations/zh.po +34 -0
- package/package.json +43 -0
- package/src/augmentation.d.ts +24 -0
- package/src/augmentation.js +5 -0
- package/src/index.d.ts +14 -0
- package/src/index.js +12 -0
- package/src/integrations/link.d.ts +41 -0
- package/src/integrations/link.js +162 -0
- package/src/integrations/list.d.ts +46 -0
- package/src/integrations/list.js +148 -0
- package/src/integrations/table.d.ts +53 -0
- package/src/integrations/table.js +121 -0
- package/src/style.d.ts +30 -0
- package/src/style.js +36 -0
- package/src/stylecommand.d.ts +82 -0
- package/src/stylecommand.js +200 -0
- package/src/styleconfig.d.ts +87 -0
- package/src/styleconfig.js +5 -0
- package/src/styleediting.d.ts +37 -0
- package/src/styleediting.js +52 -0
- package/src/styleui.d.ts +34 -0
- package/src/styleui.js +100 -0
- package/src/styleutils.d.ts +142 -0
- package/src/styleutils.js +274 -0
- package/src/ui/stylegridbuttonview.d.ts +34 -0
- package/src/ui/stylegridbuttonview.js +55 -0
- package/src/ui/stylegridview.d.ts +72 -0
- package/src/ui/stylegridview.js +89 -0
- package/src/ui/stylegroupview.d.ts +35 -0
- package/src/ui/stylegroupview.js +45 -0
- package/src/ui/stylepanelview.d.ts +89 -0
- package/src/ui/stylepanelview.js +95 -0
- package/theme/style.css +4 -0
- package/theme/stylegrid.css +29 -0
- package/theme/stylegroup.css +4 -0
- package/theme/stylepanel.css +5 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
21
|
+
msgid "Styles"
|
|
22
|
+
msgstr "Stiler"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
25
|
+
msgid "Multiple styles"
|
|
26
|
+
msgstr "Multiple stiler"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
29
|
+
msgid "Block styles"
|
|
30
|
+
msgstr "Blokkstiler"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
33
|
+
msgid "Text styles"
|
|
34
|
+
msgstr "Tekststiler"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
21
|
+
msgid "Styles"
|
|
22
|
+
msgstr "Style"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
25
|
+
msgid "Multiple styles"
|
|
26
|
+
msgstr "Wiele stylów"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
29
|
+
msgid "Block styles"
|
|
30
|
+
msgstr "Style tekstu blokowego"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
33
|
+
msgid "Text styles"
|
|
34
|
+
msgstr "Style tekstu"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Portuguese (Brazil) (https://app.transifex.com/ckeditor/teams/11143/pt_BR/)\n"
|
|
16
|
+
"Language: pt_BR\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
21
|
+
msgid "Styles"
|
|
22
|
+
msgstr "Estilos"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
25
|
+
msgid "Multiple styles"
|
|
26
|
+
msgstr "Múltiplos estilos"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
29
|
+
msgid "Block styles"
|
|
30
|
+
msgstr "Estilos de bloco"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
33
|
+
msgid "Text styles"
|
|
34
|
+
msgstr "Estilos de texto"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Portuguese (https://app.transifex.com/ckeditor/teams/11143/pt/)\n"
|
|
16
|
+
"Language: pt\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
21
|
+
msgid "Styles"
|
|
22
|
+
msgstr "Estilos"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
25
|
+
msgid "Multiple styles"
|
|
26
|
+
msgstr "Vários estilos"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
29
|
+
msgid "Block styles"
|
|
30
|
+
msgstr "Estilos de blocos"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
33
|
+
msgid "Text styles"
|
|
34
|
+
msgstr "Estilos de texto"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Romanian (https://app.transifex.com/ckeditor/teams/11143/ro/)\n"
|
|
16
|
+
"Language: ro\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
21
|
+
msgid "Styles"
|
|
22
|
+
msgstr "Stiluri"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
25
|
+
msgid "Multiple styles"
|
|
26
|
+
msgstr "Stiluri multiple"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
29
|
+
msgid "Block styles"
|
|
30
|
+
msgstr "Stiluri pentru blocuri"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
33
|
+
msgid "Text styles"
|
|
34
|
+
msgstr "Stiluri pentru text"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Russian (https://app.transifex.com/ckeditor/teams/11143/ru/)\n"
|
|
16
|
+
"Language: ru\n"
|
|
17
|
+
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
21
|
+
msgid "Styles"
|
|
22
|
+
msgstr "Стили"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
25
|
+
msgid "Multiple styles"
|
|
26
|
+
msgstr "Несколько стилей"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
29
|
+
msgid "Block styles"
|
|
30
|
+
msgstr "Блочные стили"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
33
|
+
msgid "Text styles"
|
|
34
|
+
msgstr "Стиль текста"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Slovak (https://app.transifex.com/ckeditor/teams/11143/sk/)\n"
|
|
16
|
+
"Language: sk\n"
|
|
17
|
+
"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"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
21
|
+
msgid "Styles"
|
|
22
|
+
msgstr "Štýly"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
25
|
+
msgid "Multiple styles"
|
|
26
|
+
msgstr "Viacero štýlov"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
29
|
+
msgid "Block styles"
|
|
30
|
+
msgstr "Štýly bloku"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
33
|
+
msgid "Text styles"
|
|
34
|
+
msgstr "Štýly textu"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Serbian (Latin) (https://app.transifex.com/ckeditor/teams/11143/sr@latin/)\n"
|
|
16
|
+
"Language: sr@latin\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
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
21
|
+
msgid "Styles"
|
|
22
|
+
msgstr "Stilovi"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
25
|
+
msgid "Multiple styles"
|
|
26
|
+
msgstr "Više stilova"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
29
|
+
msgid "Block styles"
|
|
30
|
+
msgstr "Blok stilovi"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
33
|
+
msgid "Text styles"
|
|
34
|
+
msgstr "Stilovi teksta"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Serbian (https://app.transifex.com/ckeditor/teams/11143/sr/)\n"
|
|
16
|
+
"Language: sr\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
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
21
|
+
msgid "Styles"
|
|
22
|
+
msgstr "Стилови"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
25
|
+
msgid "Multiple styles"
|
|
26
|
+
msgstr "Више стилова"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
29
|
+
msgid "Block styles"
|
|
30
|
+
msgstr "Блок стилови"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
33
|
+
msgid "Text styles"
|
|
34
|
+
msgstr "Стилови текста"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Swedish (https://app.transifex.com/ckeditor/teams/11143/sv/)\n"
|
|
16
|
+
"Language: sv\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
21
|
+
msgid "Styles"
|
|
22
|
+
msgstr "Stilar"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
25
|
+
msgid "Multiple styles"
|
|
26
|
+
msgstr "Flera stilar"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
29
|
+
msgid "Block styles"
|
|
30
|
+
msgstr "Blockstilar"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
33
|
+
msgid "Text styles"
|
|
34
|
+
msgstr "Texttyper"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Thai (https://app.transifex.com/ckeditor/teams/11143/th/)\n"
|
|
16
|
+
"Language: th\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
21
|
+
msgid "Styles"
|
|
22
|
+
msgstr "รูปแบบ"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
25
|
+
msgid "Multiple styles"
|
|
26
|
+
msgstr "มีหลายรูปแบบ"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
29
|
+
msgid "Block styles"
|
|
30
|
+
msgstr "รูปแบบบล็อก"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
33
|
+
msgid "Text styles"
|
|
34
|
+
msgstr "รูปแบบข้อความ"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Turkish (https://app.transifex.com/ckeditor/teams/11143/tr/)\n"
|
|
16
|
+
"Language: tr\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
21
|
+
msgid "Styles"
|
|
22
|
+
msgstr "Stiller"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
25
|
+
msgid "Multiple styles"
|
|
26
|
+
msgstr "Birden fazla stil"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
29
|
+
msgid "Block styles"
|
|
30
|
+
msgstr "Blok stilleri"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
33
|
+
msgid "Text styles"
|
|
34
|
+
msgstr "Metin stilleri"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Uyghur (https://app.transifex.com/ckeditor/teams/11143/ug/)\n"
|
|
16
|
+
"Language: ug\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
21
|
+
msgid "Styles"
|
|
22
|
+
msgstr "ئۇسلۇب"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
25
|
+
msgid "Multiple styles"
|
|
26
|
+
msgstr "كۆپ ئۇسلۇب"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
29
|
+
msgid "Block styles"
|
|
30
|
+
msgstr "بۆلەك ئۇسلۇبى"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
33
|
+
msgid "Text styles"
|
|
34
|
+
msgstr "تېكىست ئۇسلۇبى"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Ukrainian (https://app.transifex.com/ckeditor/teams/11143/uk/)\n"
|
|
16
|
+
"Language: uk\n"
|
|
17
|
+
"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"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
21
|
+
msgid "Styles"
|
|
22
|
+
msgstr "Стилі"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
25
|
+
msgid "Multiple styles"
|
|
26
|
+
msgstr "Кілька стилів"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
29
|
+
msgid "Block styles"
|
|
30
|
+
msgstr "Стилі блоку"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
33
|
+
msgid "Text styles"
|
|
34
|
+
msgstr "Стилі тексту"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Urdu (https://app.transifex.com/ckeditor/teams/11143/ur/)\n"
|
|
16
|
+
"Language: ur\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
21
|
+
msgid "Styles"
|
|
22
|
+
msgstr "انداز"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
25
|
+
msgid "Multiple styles"
|
|
26
|
+
msgstr "متعدد انداز"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
29
|
+
msgid "Block styles"
|
|
30
|
+
msgstr "خانہ کے انداز"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
33
|
+
msgid "Text styles"
|
|
34
|
+
msgstr "متن کے انداز"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Vietnamese (https://app.transifex.com/ckeditor/teams/11143/vi/)\n"
|
|
16
|
+
"Language: vi\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
21
|
+
msgid "Styles"
|
|
22
|
+
msgstr "Kiểu"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
25
|
+
msgid "Multiple styles"
|
|
26
|
+
msgstr "Nhiều kiểu"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
29
|
+
msgid "Block styles"
|
|
30
|
+
msgstr "Kiểu của khối"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
33
|
+
msgid "Text styles"
|
|
34
|
+
msgstr "Kiểu văn bản"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Chinese (China) (https://app.transifex.com/ckeditor/teams/11143/zh_CN/)\n"
|
|
16
|
+
"Language: zh_CN\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
21
|
+
msgid "Styles"
|
|
22
|
+
msgstr "样式"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
25
|
+
msgid "Multiple styles"
|
|
26
|
+
msgstr "多样式"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
29
|
+
msgid "Block styles"
|
|
30
|
+
msgstr "块级样式"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
33
|
+
msgid "Text styles"
|
|
34
|
+
msgstr "文本样式"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Chinese (Taiwan) (https://app.transifex.com/ckeditor/teams/11143/zh_TW/)\n"
|
|
16
|
+
"Language: zh_TW\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
21
|
+
msgid "Styles"
|
|
22
|
+
msgstr "樣式"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
25
|
+
msgid "Multiple styles"
|
|
26
|
+
msgstr "多重樣式"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
29
|
+
msgid "Block styles"
|
|
30
|
+
msgstr "區塊樣式"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
33
|
+
msgid "Text styles"
|
|
34
|
+
msgstr "文字樣式"
|