@ckeditor/ckeditor5-ckbox 40.1.0 → 41.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE.md +1 -1
- package/build/ckbox.js +3 -3
- package/build/translations/ar.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es-co.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fa.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/ug.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/uz.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/ckeditor5-metadata.json +18 -1
- package/lang/contexts.json +6 -2
- package/lang/translations/ar.po +19 -3
- package/lang/translations/az.po +19 -3
- package/lang/translations/bg.po +19 -3
- package/lang/translations/bn.po +19 -3
- package/lang/translations/ca.po +19 -3
- package/lang/translations/cs.po +19 -3
- package/lang/translations/da.po +19 -3
- package/lang/translations/de.po +19 -3
- package/lang/translations/el.po +19 -3
- package/lang/translations/en-au.po +19 -3
- package/lang/translations/en.po +19 -3
- package/lang/translations/es-co.po +19 -3
- package/lang/translations/es.po +19 -3
- package/lang/translations/et.po +19 -3
- package/lang/translations/fa.po +19 -3
- package/lang/translations/fi.po +19 -3
- package/lang/translations/fr.po +19 -3
- package/lang/translations/gl.po +19 -3
- package/lang/translations/he.po +19 -3
- package/lang/translations/hi.po +19 -3
- package/lang/translations/hr.po +19 -3
- package/lang/translations/hu.po +19 -3
- package/lang/translations/id.po +19 -3
- package/lang/translations/it.po +19 -3
- package/lang/translations/ja.po +19 -3
- package/lang/translations/ko.po +19 -3
- package/lang/translations/lt.po +19 -3
- package/lang/translations/lv.po +19 -3
- package/lang/translations/ms.po +19 -3
- package/lang/translations/nl.po +19 -3
- package/lang/translations/no.po +19 -3
- package/lang/translations/pl.po +19 -3
- package/lang/translations/pt-br.po +19 -3
- package/lang/translations/pt.po +19 -3
- package/lang/translations/ro.po +19 -3
- package/lang/translations/ru.po +19 -3
- package/lang/translations/sk.po +19 -3
- package/lang/translations/sq.po +19 -3
- package/lang/translations/sr-latn.po +19 -3
- package/lang/translations/sr.po +19 -3
- package/lang/translations/sv.po +19 -3
- package/lang/translations/th.po +19 -3
- package/lang/translations/tr.po +19 -3
- package/lang/translations/ug.po +19 -3
- package/lang/translations/uk.po +19 -3
- package/lang/translations/ur.po +19 -3
- package/lang/translations/uz.po +19 -3
- package/lang/translations/vi.po +19 -3
- package/lang/translations/zh-cn.po +19 -3
- package/lang/translations/zh.po +19 -3
- package/package.json +5 -3
- package/src/augmentation.d.ts +12 -2
- package/src/augmentation.js +1 -1
- package/src/ckbox.d.ts +4 -4
- package/src/ckbox.js +4 -4
- package/src/ckboxcommand.d.ts +10 -8
- package/src/ckboxcommand.js +9 -5
- package/src/ckboxconfig.d.ts +27 -1
- package/src/ckboxconfig.js +1 -1
- package/src/ckboxediting.d.ts +8 -15
- package/src/ckboxediting.js +12 -60
- package/src/ckboximageedit/ckboximageeditcommand.d.ts +97 -0
- package/src/ckboximageedit/ckboximageeditcommand.js +299 -0
- package/src/ckboximageedit/ckboximageeditediting.d.ts +28 -0
- package/src/ckboximageedit/ckboximageeditediting.js +36 -0
- package/src/ckboximageedit/ckboximageeditui.d.ts +24 -0
- package/src/ckboximageedit/ckboximageeditui.js +48 -0
- package/src/ckboximageedit/utils.d.ts +10 -0
- package/src/ckboximageedit/utils.js +48 -0
- package/src/ckboximageedit.d.ts +24 -0
- package/src/ckboximageedit.js +28 -0
- package/src/ckboxui.d.ts +2 -2
- package/src/ckboxui.js +31 -5
- package/src/ckboxuploadadapter.d.ts +4 -9
- package/src/ckboxuploadadapter.js +19 -164
- package/src/ckboxutils.d.ts +50 -0
- package/src/ckboxutils.js +183 -0
- package/src/index.d.ts +11 -7
- package/src/index.js +8 -5
- package/src/utils.d.ts +33 -2
- package/src/utils.js +94 -1
- package/theme/ckboximageedit.css +53 -0
- package/theme/icons/ckbox-image-edit.svg +1 -0
- package/theme/icons/browse-files.svg +0 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c) 2003-
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
2
2
|
#
|
3
3
|
# !!! IMPORTANT !!!
|
4
4
|
#
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
|
20
|
-
msgctxt "
|
20
|
+
msgctxt "A toolbar button tooltip for opening the file browser that allows inserting an image or a file to the editor."
|
21
21
|
msgid "Open file manager"
|
22
22
|
msgstr "Abrir gerenciador de arquivos"
|
23
23
|
|
@@ -25,6 +25,22 @@ msgctxt "A message is displayed when CKEditor 5 cannot associate an image with a
|
|
25
25
|
msgid "Cannot determine a category for the uploaded file."
|
26
26
|
msgstr "Não foi possível determinar a categoria para o arquivo enviado."
|
27
27
|
|
28
|
-
msgctxt "A message is displayed when the user is not authorised to access CKBox workspace configured as default one."
|
28
|
+
msgctxt "A message is displayed when the user is not authorised to access the CKBox workspace configured as default one."
|
29
29
|
msgid "Cannot access default workspace."
|
30
30
|
msgstr "Não é possível acessar o espaço de trabalho padrão."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Editar imagem"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Processando a imagem editada."
|
39
|
+
|
40
|
+
msgctxt "A message is displayed when the server fails to process an image or doesn't respond."
|
41
|
+
msgid "Server failed to process the image."
|
42
|
+
msgstr "Falha do servidor ao processar a imagem."
|
43
|
+
|
44
|
+
msgctxt "A message is displayed when category of the image user wants to edit can't be determined."
|
45
|
+
msgid "Failed to determine category of edited image."
|
46
|
+
msgstr "Falha ao determinar a categoria da imagem editada."
|
package/lang/translations/pt.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c) 2003-
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
2
2
|
#
|
3
3
|
# !!! IMPORTANT !!!
|
4
4
|
#
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
|
20
|
-
msgctxt "
|
20
|
+
msgctxt "A toolbar button tooltip for opening the file browser that allows inserting an image or a file to the editor."
|
21
21
|
msgid "Open file manager"
|
22
22
|
msgstr "Abrir gestor de ficheiros"
|
23
23
|
|
@@ -25,6 +25,22 @@ msgctxt "A message is displayed when CKEditor 5 cannot associate an image with a
|
|
25
25
|
msgid "Cannot determine a category for the uploaded file."
|
26
26
|
msgstr "Não é possível determinar a categoria do ficheiro carregado."
|
27
27
|
|
28
|
-
msgctxt "A message is displayed when the user is not authorised to access CKBox workspace configured as default one."
|
28
|
+
msgctxt "A message is displayed when the user is not authorised to access the CKBox workspace configured as default one."
|
29
29
|
msgid "Cannot access default workspace."
|
30
30
|
msgstr "Não é possível aceder ao espaço de trabalho padrão."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Editar imagem"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "A processar a imagem editada."
|
39
|
+
|
40
|
+
msgctxt "A message is displayed when the server fails to process an image or doesn't respond."
|
41
|
+
msgid "Server failed to process the image."
|
42
|
+
msgstr "O servidor não conseguiu processar a imagem."
|
43
|
+
|
44
|
+
msgctxt "A message is displayed when category of the image user wants to edit can't be determined."
|
45
|
+
msgid "Failed to determine category of edited image."
|
46
|
+
msgstr "Não foi possível determinar a categoria da imagem editada."
|
package/lang/translations/ro.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c) 2003-
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
2
2
|
#
|
3
3
|
# !!! IMPORTANT !!!
|
4
4
|
#
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
|
20
|
-
msgctxt "
|
20
|
+
msgctxt "A toolbar button tooltip for opening the file browser that allows inserting an image or a file to the editor."
|
21
21
|
msgid "Open file manager"
|
22
22
|
msgstr "Deschidere manager fișiere"
|
23
23
|
|
@@ -25,6 +25,22 @@ msgctxt "A message is displayed when CKEditor 5 cannot associate an image with a
|
|
25
25
|
msgid "Cannot determine a category for the uploaded file."
|
26
26
|
msgstr "Categoria fișierului încărcat nu poate fi stabilită."
|
27
27
|
|
28
|
-
msgctxt "A message is displayed when the user is not authorised to access CKBox workspace configured as default one."
|
28
|
+
msgctxt "A message is displayed when the user is not authorised to access the CKBox workspace configured as default one."
|
29
29
|
msgid "Cannot access default workspace."
|
30
30
|
msgstr "Nu poți accesa spațiul de lucru implicit."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Editare imagine"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Se procesează imaginea editată."
|
39
|
+
|
40
|
+
msgctxt "A message is displayed when the server fails to process an image or doesn't respond."
|
41
|
+
msgid "Server failed to process the image."
|
42
|
+
msgstr "Serverul nu a putut procesa imaginea."
|
43
|
+
|
44
|
+
msgctxt "A message is displayed when category of the image user wants to edit can't be determined."
|
45
|
+
msgid "Failed to determine category of edited image."
|
46
|
+
msgstr "Nu s-a putut determina categoria imaginii editate."
|
package/lang/translations/ru.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c) 2003-
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
2
2
|
#
|
3
3
|
# !!! IMPORTANT !!!
|
4
4
|
#
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
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
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
|
20
|
-
msgctxt "
|
20
|
+
msgctxt "A toolbar button tooltip for opening the file browser that allows inserting an image or a file to the editor."
|
21
21
|
msgid "Open file manager"
|
22
22
|
msgstr "Открыть менеджер файлов"
|
23
23
|
|
@@ -25,6 +25,22 @@ msgctxt "A message is displayed when CKEditor 5 cannot associate an image with a
|
|
25
25
|
msgid "Cannot determine a category for the uploaded file."
|
26
26
|
msgstr "Не удаётся определить категорию для загруженного файла."
|
27
27
|
|
28
|
-
msgctxt "A message is displayed when the user is not authorised to access CKBox workspace configured as default one."
|
28
|
+
msgctxt "A message is displayed when the user is not authorised to access the CKBox workspace configured as default one."
|
29
29
|
msgid "Cannot access default workspace."
|
30
30
|
msgstr "Не удается получить доступ к рабочему пространству по умолчанию."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Редактировать изображение"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Обработка отредактированного изображения."
|
39
|
+
|
40
|
+
msgctxt "A message is displayed when the server fails to process an image or doesn't respond."
|
41
|
+
msgid "Server failed to process the image."
|
42
|
+
msgstr "Серверу не удалось обработать изображение."
|
43
|
+
|
44
|
+
msgctxt "A message is displayed when category of the image user wants to edit can't be determined."
|
45
|
+
msgid "Failed to determine category of edited image."
|
46
|
+
msgstr "Не удалось определить категорию отредактированного изображения."
|
package/lang/translations/sk.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c) 2003-
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
2
2
|
#
|
3
3
|
# !!! IMPORTANT !!!
|
4
4
|
#
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
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
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
|
20
|
-
msgctxt "
|
20
|
+
msgctxt "A toolbar button tooltip for opening the file browser that allows inserting an image or a file to the editor."
|
21
21
|
msgid "Open file manager"
|
22
22
|
msgstr "Otvoriť manažér súborov"
|
23
23
|
|
@@ -25,6 +25,22 @@ msgctxt "A message is displayed when CKEditor 5 cannot associate an image with a
|
|
25
25
|
msgid "Cannot determine a category for the uploaded file."
|
26
26
|
msgstr "Neznáma kategória pre nahratý súbor."
|
27
27
|
|
28
|
-
msgctxt "A message is displayed when the user is not authorised to access CKBox workspace configured as default one."
|
28
|
+
msgctxt "A message is displayed when the user is not authorised to access the CKBox workspace configured as default one."
|
29
29
|
msgid "Cannot access default workspace."
|
30
30
|
msgstr "Nie je možné získať prístup k predvolenému pracovnému priestoru."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Upraviť obrázok"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Spracovanie upraveného obrázka."
|
39
|
+
|
40
|
+
msgctxt "A message is displayed when the server fails to process an image or doesn't respond."
|
41
|
+
msgid "Server failed to process the image."
|
42
|
+
msgstr "Serveru sa nepodarilo spracovať obrázok."
|
43
|
+
|
44
|
+
msgctxt "A message is displayed when category of the image user wants to edit can't be determined."
|
45
|
+
msgid "Failed to determine category of edited image."
|
46
|
+
msgstr "Nepodarilo sa určiť kategóriu upraveného obrázka."
|
package/lang/translations/sq.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c) 2003-
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
2
2
|
#
|
3
3
|
# !!! IMPORTANT !!!
|
4
4
|
#
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
|
20
|
-
msgctxt "
|
20
|
+
msgctxt "A toolbar button tooltip for opening the file browser that allows inserting an image or a file to the editor."
|
21
21
|
msgid "Open file manager"
|
22
22
|
msgstr "Hap menaxhuesin e skedarëve"
|
23
23
|
|
@@ -25,6 +25,22 @@ msgctxt "A message is displayed when CKEditor 5 cannot associate an image with a
|
|
25
25
|
msgid "Cannot determine a category for the uploaded file."
|
26
26
|
msgstr "Nuk mund të përcaktohet kategori për skedarin e ngarkuar."
|
27
27
|
|
28
|
-
msgctxt "A message is displayed when the user is not authorised to access CKBox workspace configured as default one."
|
28
|
+
msgctxt "A message is displayed when the user is not authorised to access the CKBox workspace configured as default one."
|
29
29
|
msgid "Cannot access default workspace."
|
30
30
|
msgstr ""
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr ""
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr ""
|
39
|
+
|
40
|
+
msgctxt "A message is displayed when the server fails to process an image or doesn't respond."
|
41
|
+
msgid "Server failed to process the image."
|
42
|
+
msgstr ""
|
43
|
+
|
44
|
+
msgctxt "A message is displayed when category of the image user wants to edit can't be determined."
|
45
|
+
msgid "Failed to determine category of edited image."
|
46
|
+
msgstr ""
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c) 2003-
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
2
2
|
#
|
3
3
|
# !!! IMPORTANT !!!
|
4
4
|
#
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
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
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
|
20
|
-
msgctxt "
|
20
|
+
msgctxt "A toolbar button tooltip for opening the file browser that allows inserting an image or a file to the editor."
|
21
21
|
msgid "Open file manager"
|
22
22
|
msgstr "Otvori upravljač datotekama"
|
23
23
|
|
@@ -25,6 +25,22 @@ msgctxt "A message is displayed when CKEditor 5 cannot associate an image with a
|
|
25
25
|
msgid "Cannot determine a category for the uploaded file."
|
26
26
|
msgstr "Nije moguće odrediti kategoriju za otpremljenu datoteku."
|
27
27
|
|
28
|
-
msgctxt "A message is displayed when the user is not authorised to access CKBox workspace configured as default one."
|
28
|
+
msgctxt "A message is displayed when the user is not authorised to access the CKBox workspace configured as default one."
|
29
29
|
msgid "Cannot access default workspace."
|
30
|
+
msgstr "Nije moguće pristupiti podrazumevanom radnom prostoru."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr ""
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr ""
|
39
|
+
|
40
|
+
msgctxt "A message is displayed when the server fails to process an image or doesn't respond."
|
41
|
+
msgid "Server failed to process the image."
|
42
|
+
msgstr ""
|
43
|
+
|
44
|
+
msgctxt "A message is displayed when category of the image user wants to edit can't be determined."
|
45
|
+
msgid "Failed to determine category of edited image."
|
30
46
|
msgstr ""
|
package/lang/translations/sr.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c) 2003-
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
2
2
|
#
|
3
3
|
# !!! IMPORTANT !!!
|
4
4
|
#
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
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
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
|
20
|
-
msgctxt "
|
20
|
+
msgctxt "A toolbar button tooltip for opening the file browser that allows inserting an image or a file to the editor."
|
21
21
|
msgid "Open file manager"
|
22
22
|
msgstr "Oтвори управљач датотекама."
|
23
23
|
|
@@ -25,6 +25,22 @@ msgctxt "A message is displayed when CKEditor 5 cannot associate an image with a
|
|
25
25
|
msgid "Cannot determine a category for the uploaded file."
|
26
26
|
msgstr "Није могуће одредити категорију за отпремлјену датотеку."
|
27
27
|
|
28
|
-
msgctxt "A message is displayed when the user is not authorised to access CKBox workspace configured as default one."
|
28
|
+
msgctxt "A message is displayed when the user is not authorised to access the CKBox workspace configured as default one."
|
29
29
|
msgid "Cannot access default workspace."
|
30
30
|
msgstr "Nije moguće pristupiti podrazumevanom radnom prostoru."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Uredi sliku"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Obrađivanje uređene slike."
|
39
|
+
|
40
|
+
msgctxt "A message is displayed when the server fails to process an image or doesn't respond."
|
41
|
+
msgid "Server failed to process the image."
|
42
|
+
msgstr "Server nije uspeo da obradi sliku."
|
43
|
+
|
44
|
+
msgctxt "A message is displayed when category of the image user wants to edit can't be determined."
|
45
|
+
msgid "Failed to determine category of edited image."
|
46
|
+
msgstr "Određivanje kategorije uređene slike nije uspelo."
|
package/lang/translations/sv.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c) 2003-
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
2
2
|
#
|
3
3
|
# !!! IMPORTANT !!!
|
4
4
|
#
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
|
20
|
-
msgctxt "
|
20
|
+
msgctxt "A toolbar button tooltip for opening the file browser that allows inserting an image or a file to the editor."
|
21
21
|
msgid "Open file manager"
|
22
22
|
msgstr "Öppna filhanterare"
|
23
23
|
|
@@ -25,6 +25,22 @@ msgctxt "A message is displayed when CKEditor 5 cannot associate an image with a
|
|
25
25
|
msgid "Cannot determine a category for the uploaded file."
|
26
26
|
msgstr "Kan inte avgöra kategorin på den uppladdade filen."
|
27
27
|
|
28
|
-
msgctxt "A message is displayed when the user is not authorised to access CKBox workspace configured as default one."
|
28
|
+
msgctxt "A message is displayed when the user is not authorised to access the CKBox workspace configured as default one."
|
29
29
|
msgid "Cannot access default workspace."
|
30
30
|
msgstr "Kan inte komma åt standardarbetsytan."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Redigera bild"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Bearbetar den redigerade bilden."
|
39
|
+
|
40
|
+
msgctxt "A message is displayed when the server fails to process an image or doesn't respond."
|
41
|
+
msgid "Server failed to process the image."
|
42
|
+
msgstr "Servern kunde inte bearbeta bilden."
|
43
|
+
|
44
|
+
msgctxt "A message is displayed when category of the image user wants to edit can't be determined."
|
45
|
+
msgid "Failed to determine category of edited image."
|
46
|
+
msgstr "Kunde inte fastställa den redigerade bildens kategori."
|
package/lang/translations/th.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c) 2003-
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
2
2
|
#
|
3
3
|
# !!! IMPORTANT !!!
|
4
4
|
#
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
|
20
|
-
msgctxt "
|
20
|
+
msgctxt "A toolbar button tooltip for opening the file browser that allows inserting an image or a file to the editor."
|
21
21
|
msgid "Open file manager"
|
22
22
|
msgstr "เปิดเครื่องมือจัดการไฟล์"
|
23
23
|
|
@@ -25,6 +25,22 @@ msgctxt "A message is displayed when CKEditor 5 cannot associate an image with a
|
|
25
25
|
msgid "Cannot determine a category for the uploaded file."
|
26
26
|
msgstr "ไม่สามารถกำหนดหมวดหมู่สำหรับไฟล์ที่อัปโหลด"
|
27
27
|
|
28
|
-
msgctxt "A message is displayed when the user is not authorised to access CKBox workspace configured as default one."
|
28
|
+
msgctxt "A message is displayed when the user is not authorised to access the CKBox workspace configured as default one."
|
29
29
|
msgid "Cannot access default workspace."
|
30
30
|
msgstr "ไม่สามารถเข้าถึงพื้นที่ทำงานเริ่มต้น"
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "แก้ไขภาพ"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "กำลังประมวลผลภาพที่แก้ไข"
|
39
|
+
|
40
|
+
msgctxt "A message is displayed when the server fails to process an image or doesn't respond."
|
41
|
+
msgid "Server failed to process the image."
|
42
|
+
msgstr "เซิร์ฟเวอร์ประมวลผลภาพไม่สำเร็จ"
|
43
|
+
|
44
|
+
msgctxt "A message is displayed when category of the image user wants to edit can't be determined."
|
45
|
+
msgid "Failed to determine category of edited image."
|
46
|
+
msgstr "ระบุหมวดหมู่ของภาพที่แก้ไขไม่สำเร็จ"
|
package/lang/translations/tr.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c) 2003-
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
2
2
|
#
|
3
3
|
# !!! IMPORTANT !!!
|
4
4
|
#
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
|
20
|
-
msgctxt "
|
20
|
+
msgctxt "A toolbar button tooltip for opening the file browser that allows inserting an image or a file to the editor."
|
21
21
|
msgid "Open file manager"
|
22
22
|
msgstr "Dosya yöneticisini aç"
|
23
23
|
|
@@ -25,6 +25,22 @@ msgctxt "A message is displayed when CKEditor 5 cannot associate an image with a
|
|
25
25
|
msgid "Cannot determine a category for the uploaded file."
|
26
26
|
msgstr "Yüklenen dosya için bir kategori belirlenemiyor."
|
27
27
|
|
28
|
-
msgctxt "A message is displayed when the user is not authorised to access CKBox workspace configured as default one."
|
28
|
+
msgctxt "A message is displayed when the user is not authorised to access the CKBox workspace configured as default one."
|
29
29
|
msgid "Cannot access default workspace."
|
30
30
|
msgstr "Varsayılan çalışma alanına erişilemiyor."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Görüntüyü düzenle"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Düzenlenen görüntü işleniyor."
|
39
|
+
|
40
|
+
msgctxt "A message is displayed when the server fails to process an image or doesn't respond."
|
41
|
+
msgid "Server failed to process the image."
|
42
|
+
msgstr "Sunucu görüntüyü işlemede başarısız oldu."
|
43
|
+
|
44
|
+
msgctxt "A message is displayed when category of the image user wants to edit can't be determined."
|
45
|
+
msgid "Failed to determine category of edited image."
|
46
|
+
msgstr "Düzenlenen görselin kategorisinin belirlenmesi başarısız oldu."
|
package/lang/translations/ug.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c) 2003-
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
2
2
|
#
|
3
3
|
# !!! IMPORTANT !!!
|
4
4
|
#
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
|
20
|
-
msgctxt "
|
20
|
+
msgctxt "A toolbar button tooltip for opening the file browser that allows inserting an image or a file to the editor."
|
21
21
|
msgid "Open file manager"
|
22
22
|
msgstr "ھۆججەت باشقۇرغۇچنى ئاچ"
|
23
23
|
|
@@ -25,6 +25,22 @@ msgctxt "A message is displayed when CKEditor 5 cannot associate an image with a
|
|
25
25
|
msgid "Cannot determine a category for the uploaded file."
|
26
26
|
msgstr "يۈكلەيدىغان ھۆججەتنىڭ تۈرىنى جەزملىيەلمىدى."
|
27
27
|
|
28
|
-
msgctxt "A message is displayed when the user is not authorised to access CKBox workspace configured as default one."
|
28
|
+
msgctxt "A message is displayed when the user is not authorised to access the CKBox workspace configured as default one."
|
29
29
|
msgid "Cannot access default workspace."
|
30
30
|
msgstr "كۆڭۈلدىكى خىزمەت بوشلۇقىنى زىيارەت قىلالمايدۇ"
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr ""
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr ""
|
39
|
+
|
40
|
+
msgctxt "A message is displayed when the server fails to process an image or doesn't respond."
|
41
|
+
msgid "Server failed to process the image."
|
42
|
+
msgstr ""
|
43
|
+
|
44
|
+
msgctxt "A message is displayed when category of the image user wants to edit can't be determined."
|
45
|
+
msgid "Failed to determine category of edited image."
|
46
|
+
msgstr ""
|
package/lang/translations/uk.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c) 2003-
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
2
2
|
#
|
3
3
|
# !!! IMPORTANT !!!
|
4
4
|
#
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
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
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
|
20
|
-
msgctxt "
|
20
|
+
msgctxt "A toolbar button tooltip for opening the file browser that allows inserting an image or a file to the editor."
|
21
21
|
msgid "Open file manager"
|
22
22
|
msgstr "Відкрити менеджер файлів"
|
23
23
|
|
@@ -25,6 +25,22 @@ msgctxt "A message is displayed when CKEditor 5 cannot associate an image with a
|
|
25
25
|
msgid "Cannot determine a category for the uploaded file."
|
26
26
|
msgstr "Не вдається визначити категорію для завантаженого файлу."
|
27
27
|
|
28
|
-
msgctxt "A message is displayed when the user is not authorised to access CKBox workspace configured as default one."
|
28
|
+
msgctxt "A message is displayed when the user is not authorised to access the CKBox workspace configured as default one."
|
29
29
|
msgid "Cannot access default workspace."
|
30
30
|
msgstr "Немає доступу до робочого простору за замовчуванням."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Редагувати зображення"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Обробка відредагованого зображення."
|
39
|
+
|
40
|
+
msgctxt "A message is displayed when the server fails to process an image or doesn't respond."
|
41
|
+
msgid "Server failed to process the image."
|
42
|
+
msgstr "Серверу не вдалося обробити зображення."
|
43
|
+
|
44
|
+
msgctxt "A message is displayed when category of the image user wants to edit can't be determined."
|
45
|
+
msgid "Failed to determine category of edited image."
|
46
|
+
msgstr "Не вдалося визначити категорію відредагованого зображення."
|
package/lang/translations/ur.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c) 2003-
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
2
2
|
#
|
3
3
|
# !!! IMPORTANT !!!
|
4
4
|
#
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
|
20
|
-
msgctxt "
|
20
|
+
msgctxt "A toolbar button tooltip for opening the file browser that allows inserting an image or a file to the editor."
|
21
21
|
msgid "Open file manager"
|
22
22
|
msgstr "فائل مینیجر کھولیں"
|
23
23
|
|
@@ -25,6 +25,22 @@ msgctxt "A message is displayed when CKEditor 5 cannot associate an image with a
|
|
25
25
|
msgid "Cannot determine a category for the uploaded file."
|
26
26
|
msgstr "اپلوڈ کی گئی فائل کا ذمرے کا تعین نہیں ہو سکا"
|
27
27
|
|
28
|
-
msgctxt "A message is displayed when the user is not authorised to access CKBox workspace configured as default one."
|
28
|
+
msgctxt "A message is displayed when the user is not authorised to access the CKBox workspace configured as default one."
|
29
29
|
msgid "Cannot access default workspace."
|
30
30
|
msgstr ""
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr ""
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr ""
|
39
|
+
|
40
|
+
msgctxt "A message is displayed when the server fails to process an image or doesn't respond."
|
41
|
+
msgid "Server failed to process the image."
|
42
|
+
msgstr ""
|
43
|
+
|
44
|
+
msgctxt "A message is displayed when category of the image user wants to edit can't be determined."
|
45
|
+
msgid "Failed to determine category of edited image."
|
46
|
+
msgstr ""
|
package/lang/translations/uz.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c) 2003-
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
2
2
|
#
|
3
3
|
# !!! IMPORTANT !!!
|
4
4
|
#
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
|
20
|
-
msgctxt "
|
20
|
+
msgctxt "A toolbar button tooltip for opening the file browser that allows inserting an image or a file to the editor."
|
21
21
|
msgid "Open file manager"
|
22
22
|
msgstr "Fayl menejerini ochish"
|
23
23
|
|
@@ -25,6 +25,22 @@ msgctxt "A message is displayed when CKEditor 5 cannot associate an image with a
|
|
25
25
|
msgid "Cannot determine a category for the uploaded file."
|
26
26
|
msgstr "Yuklangan fayl uchun toifani aniqlab bo‘lmadi."
|
27
27
|
|
28
|
-
msgctxt "A message is displayed when the user is not authorised to access CKBox workspace configured as default one."
|
28
|
+
msgctxt "A message is displayed when the user is not authorised to access the CKBox workspace configured as default one."
|
29
29
|
msgid "Cannot access default workspace."
|
30
30
|
msgstr ""
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr ""
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr ""
|
39
|
+
|
40
|
+
msgctxt "A message is displayed when the server fails to process an image or doesn't respond."
|
41
|
+
msgid "Server failed to process the image."
|
42
|
+
msgstr ""
|
43
|
+
|
44
|
+
msgctxt "A message is displayed when category of the image user wants to edit can't be determined."
|
45
|
+
msgid "Failed to determine category of edited image."
|
46
|
+
msgstr ""
|
package/lang/translations/vi.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c) 2003-
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
2
2
|
#
|
3
3
|
# !!! IMPORTANT !!!
|
4
4
|
#
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
|
20
|
-
msgctxt "
|
20
|
+
msgctxt "A toolbar button tooltip for opening the file browser that allows inserting an image or a file to the editor."
|
21
21
|
msgid "Open file manager"
|
22
22
|
msgstr "Mở trình quản lý tệp"
|
23
23
|
|
@@ -25,6 +25,22 @@ msgctxt "A message is displayed when CKEditor 5 cannot associate an image with a
|
|
25
25
|
msgid "Cannot determine a category for the uploaded file."
|
26
26
|
msgstr "Không thể xác định danh mục cho tệp được tải lên."
|
27
27
|
|
28
|
-
msgctxt "A message is displayed when the user is not authorised to access CKBox workspace configured as default one."
|
28
|
+
msgctxt "A message is displayed when the user is not authorised to access the CKBox workspace configured as default one."
|
29
29
|
msgid "Cannot access default workspace."
|
30
30
|
msgstr "Không thể truy cập vào không gian làm việc mặc định."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Chỉnh sửa hình ảnh"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Xử lý hình ảnh đã chỉnh sửa."
|
39
|
+
|
40
|
+
msgctxt "A message is displayed when the server fails to process an image or doesn't respond."
|
41
|
+
msgid "Server failed to process the image."
|
42
|
+
msgstr "Máy chủ không thể xử lý hình ảnh."
|
43
|
+
|
44
|
+
msgctxt "A message is displayed when category of the image user wants to edit can't be determined."
|
45
|
+
msgid "Failed to determine category of edited image."
|
46
|
+
msgstr "Không thể xác định danh mục hình ảnh đã chỉnh sửa."
|