@ckeditor/ckeditor5-ckbox 40.1.0 → 40.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/build/ckbox.js +2 -2
- 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 +17 -0
- package/lang/contexts.json +6 -2
- package/lang/translations/ar.po +18 -2
- package/lang/translations/az.po +18 -2
- package/lang/translations/bg.po +18 -2
- package/lang/translations/bn.po +18 -2
- package/lang/translations/ca.po +18 -2
- package/lang/translations/cs.po +18 -2
- package/lang/translations/da.po +18 -2
- package/lang/translations/de.po +18 -2
- package/lang/translations/el.po +18 -2
- package/lang/translations/en-au.po +18 -2
- package/lang/translations/en.po +18 -2
- package/lang/translations/es-co.po +18 -2
- package/lang/translations/es.po +18 -2
- package/lang/translations/et.po +18 -2
- package/lang/translations/fa.po +18 -2
- package/lang/translations/fi.po +18 -2
- package/lang/translations/fr.po +18 -2
- package/lang/translations/gl.po +18 -2
- package/lang/translations/he.po +18 -2
- package/lang/translations/hi.po +18 -2
- package/lang/translations/hr.po +18 -2
- package/lang/translations/hu.po +18 -2
- package/lang/translations/id.po +18 -2
- package/lang/translations/it.po +18 -2
- package/lang/translations/ja.po +18 -2
- package/lang/translations/ko.po +18 -2
- package/lang/translations/lt.po +18 -2
- package/lang/translations/lv.po +18 -2
- package/lang/translations/ms.po +18 -2
- package/lang/translations/nl.po +18 -2
- package/lang/translations/no.po +18 -2
- package/lang/translations/pl.po +18 -2
- package/lang/translations/pt-br.po +18 -2
- package/lang/translations/pt.po +18 -2
- package/lang/translations/ro.po +18 -2
- package/lang/translations/ru.po +18 -2
- package/lang/translations/sk.po +18 -2
- package/lang/translations/sq.po +18 -2
- package/lang/translations/sr-latn.po +18 -2
- package/lang/translations/sr.po +18 -2
- package/lang/translations/sv.po +18 -2
- package/lang/translations/th.po +18 -2
- package/lang/translations/tr.po +18 -2
- package/lang/translations/ug.po +18 -2
- package/lang/translations/uk.po +18 -2
- package/lang/translations/ur.po +18 -2
- package/lang/translations/uz.po +18 -2
- package/lang/translations/vi.po +18 -2
- package/lang/translations/zh-cn.po +18 -2
- package/lang/translations/zh.po +18 -2
- package/package.json +4 -3
- package/src/augmentation.d.ts +11 -1
- package/src/ckboxcommand.d.ts +8 -6
- package/src/ckboxcommand.js +5 -1
- package/src/ckboxconfig.d.ts +26 -0
- package/src/ckboxediting.d.ts +5 -12
- package/src/ckboxediting.js +7 -55
- package/src/ckboximageedit/ckboximageeditcommand.d.ts +97 -0
- package/src/ckboximageedit/ckboximageeditcommand.js +298 -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.js +28 -1
- package/src/ckboxuploadadapter.d.ts +0 -5
- package/src/ckboxuploadadapter.js +15 -160
- package/src/ckboxutils.d.ts +50 -0
- package/src/ckboxutils.js +183 -0
- package/src/index.d.ts +4 -0
- package/src/index.js +3 -0
- package/src/utils.d.ts +31 -0
- package/src/utils.js +93 -0
- package/theme/ckboximageedit.css +53 -0
- package/theme/icons/ckbox-image-edit.svg +1 -0
package/lang/translations/az.po
CHANGED
@@ -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 "Fayl menecerini 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üklənmiş fayl üçün kateqoriya müəyyən olunmadı."
|
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/bg.po
CHANGED
@@ -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/bn.po
CHANGED
@@ -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/ca.po
CHANGED
@@ -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 "Obrir el gestor de fitxers"
|
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 "No es pot determinar una categoria per al fitxer penjat."
|
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 "No es pot accedir a l'espai de treball predeterminat."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Edita la imatge"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Tractant la imatge 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 "El servidor no ha pogut processar la imatge."
|
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 "No s'ha pogut determinar la categoria de la imatge editada."
|
package/lang/translations/cs.po
CHANGED
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
17
|
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
18
18
|
"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 "Otevřít správce souborů"
|
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 "Nelze určit kategorii pro nahraný soubor."
|
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 "Nelze získat přístup k výchozímu pracovišti."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Upravit obrázek"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Zpracování upraveného obrázku."
|
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 se nepodařilo zpracovat obrázek."
|
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 "Nepodařilo se určit kategorii upraveného obrázku."
|
package/lang/translations/da.po
CHANGED
@@ -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 "Open filhåndtering"
|
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 ikke bestemme en kategori for den uploadede fil."
|
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 ikke opnå adgang til standard arbejdsområde."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Rediger billede"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Behandler det redigerede billede."
|
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 "Det lykkedes ikke for serveren at behandle billedet."
|
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 "Det lykkedes ikke at bestemme kategorien for det redigerede billede."
|
package/lang/translations/de.po
CHANGED
@@ -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 "Dateimanager öffnen"
|
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 "Die Kategorie für die hochgeladene Datei konnte nicht bestimmt werden."
|
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 "Zugriff auf Standardarbeitsbereich nicht möglich."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Bild bearbeiten"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Das bearbeitete Bild wird verarbeitet."
|
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 "Der Server konnte das Bild nicht verarbeiten."
|
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 "Es konnte für das bearbeitete Bild keine Kategorie ermittelt werden."
|
package/lang/translations/el.po
CHANGED
@@ -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 "Απέτυχε ο προσδιορισμός της κατηγορίας της επεξεργασμένης εικόνας."
|
@@ -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 "Open file manager"
|
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 "Cannot determine a category for the uploaded file."
|
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/en.po
CHANGED
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
17
|
"Plural-Forms: \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 "Open file manager"
|
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 "Cannot determine a category for the uploaded file."
|
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 "Cannot access default workspace."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Edit image"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Processing the edited image."
|
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 failed to process the image."
|
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 "Failed to determine category of edited image."
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=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 administrador de archivos"
|
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 "No se pudo determinar una categoría para el archivo cargado."
|
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/es.po
CHANGED
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=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 archivos"
|
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 "No se puede determinar una categoría para el archivo subido."
|
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 "No se puede acceder al espacio de trabajo predeterminado."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Editar imagen"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Procesando la imagen 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 "El servidor no pudo procesar la imagen."
|
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 "No se pudo determinar la categoría de la imagen editada."
|
package/lang/translations/et.po
CHANGED
@@ -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 "Ava failihaldur"
|
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 "Ei suuda üles laaditud faili kategooriat tuvastada."
|
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 "Puudub juurdepääs vaiketööruumile."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Redigeeri pilti"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Redigeeritud pildi töötlemine."
|
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 "Serveril ei õnnestunud pilti töödelda."
|
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 "Redigeeritud pildi kategooria määramine nurjus."
|
package/lang/translations/fa.po
CHANGED
@@ -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/fi.po
CHANGED
@@ -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 "Avaa tiedostonhallinnointityökalu"
|
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 "Emme voi määrittää ladatun tiedoston kategoriaa."
|
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 "Oletustyötilan käyttöoikeudet puuttuvat."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Muokkaa kuvaa"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Käsitellään muokattua kuvaa."
|
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 "Palvelin ei kyennyt käsittelemään kuvaa."
|
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 "Muokatun kuvan katergorian määrittäminen epäonnistui."
|
package/lang/translations/fr.po
CHANGED
@@ -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 "Ouvrir le gestionnaire de fichiers"
|
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 "Impossible de déterminer une catégorie pour le fichier téléchargé."
|
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 "Impossible d'accéder à l'espace de travail par défaut."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Modifier l'image"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Traitement de l'image modifiée."
|
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 "Le serveur n'a pas réussi à traiter l'image."
|
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 "Échec de la détermination de la catégorie de l'image modifiée."
|
package/lang/translations/gl.po
CHANGED
@@ -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 "Abrir o xestor 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 "Non é posíbel determinar unha categoría para o ficheiro 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 "Non é posíbel acceder ao espazo de traballo predeterminado."
|
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/he.po
CHANGED
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
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
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/hi.po
CHANGED
@@ -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 "एडिट किए गए इमेज की श्रेणी निर्धारित करने में विफल."
|