@ckeditor/ckeditor5-ckbox 40.0.0 → 40.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE.md +6 -2
- 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 -2
- package/src/augmentation.d.ts +32 -22
- package/src/augmentation.js +5 -5
- package/src/ckbox.d.ts +33 -33
- package/src/ckbox.js +37 -37
- package/src/ckboxcommand.d.ts +114 -110
- package/src/ckboxcommand.js +332 -302
- package/src/ckboxconfig.d.ts +325 -283
- package/src/ckboxconfig.js +5 -5
- package/src/ckboxediting.d.ts +45 -52
- package/src/ckboxediting.js +321 -362
- 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.d.ts +21 -21
- package/src/ckboxui.js +74 -47
- package/src/ckboxuploadadapter.d.ts +33 -38
- package/src/ckboxuploadadapter.js +130 -275
- package/src/ckboxutils.d.ts +50 -0
- package/src/ckboxutils.js +183 -0
- package/src/index.d.ts +17 -13
- package/src/index.js +14 -11
- package/src/utils.d.ts +63 -28
- package/src/utils.js +175 -49
- package/theme/ckboximageedit.css +53 -0
- package/theme/icons/ckbox-image-edit.svg +1 -0
- package/build/ckbox.js.map +0 -1
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 "एडिट किए गए इमेज की श्रेणी निर्धारित करने में विफल."
|
package/lang/translations/hr.po
CHANGED
@@ -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 upravitelj datoteka"
|
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 utvrditi kategoriju prenesene datoteke."
|
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/hu.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 "Fájlkezelő megnyitása"
|
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 "Nem sikerült meghatározni a feltöltött fájl kategóriáját."
|
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 "Nem lehetséges hozzáférni az alapértelmezett munkaterülethez."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Kép szerkesztése"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "A szerkesztett kép feldolgozása."
|
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 "A szerver nem tudta feldolgozni a képet."
|
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 "Nem sikerült meghatározni a szerkesztett kép kategóriáját."
|
package/lang/translations/id.po
CHANGED
@@ -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 "Buka manajer berkas"
|
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 "Tak dapat menentukan kategori untuk berkas yang terunggah."
|
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 "Tidak dapat mengakses ruang kerja baku."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Edit gambar"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Memroses gambar yang diedit"
|
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 gagal memroses gambar"
|
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 "Gagar menentukan kategori gambar yang diedit"
|
package/lang/translations/it.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 "Apri il gestore dei file"
|
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 "Impossibile determinare la categoria del file caricato."
|
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 "Impossibile accedere all'area di lavoro predefinita."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Modifica immagine"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Elaborazione dell'immagine modificata."
|
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 "Il server non è riuscito a elaborare l'immagine."
|
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 "Impossibile determinare la categoria dell'immagine modificata."
|
package/lang/translations/ja.po
CHANGED
@@ -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/ko.po
CHANGED
@@ -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/lt.po
CHANGED
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
17
|
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
|
18
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 "Atidaryti failų tvarkyklę"
|
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 "Negalima apibrėžti įkelto failo kategorijos."
|
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 "Negalima pasiekti numatytosios darbo erdvės."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Redaguoti paveikslėlį"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Redaguojamo paveikslėlio apdorojimas."
|
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 "Serveriui nepavyko apdoroti paveikslėlio."
|
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 "Nepavyko nustatyti redaguojamo paveikslėlio kategorijos."
|
package/lang/translations/lv.po
CHANGED
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 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 "Atvērt failu pārvaldnieku"
|
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 "Nav iespējams noteikt augšupielādētā faila kategoriju"
|
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 "Nevar piekļūt noklusējuma darbvietai."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Rediģēt attēlu"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Rediģētā attēla apstrāde."
|
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 "Serverim neizdevās apstrādāt attēlu."
|
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 "Neizdevās noteikt rediģētā attēla kategoriju."
|
package/lang/translations/ms.po
CHANGED
@@ -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 "Buka pengurus fail"
|
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 "Gagal menentukan kategori bagi fail yang dimuat naik."
|
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 "Tidak dapat mengakses ruang kerja lalai."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Sunting imej"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Memproses imej yang telah disunting."
|
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 "Pelayan gagal memproses imej."
|
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 "Gagal menentukan kategori imej yang disunting."
|
package/lang/translations/nl.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 bestandsmanager"
|
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 geen categorie bepalen voor het geüploade bestand."
|
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 "Geen toegang mogelijk tot standaard werkplek."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Afbeelding bewerken"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "De bewerkte afbeelding verwerken."
|
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 "De server heeft de afbeelding niet verwerkt."
|
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 "Het is niet gelukt om de categorie van de bewerkte afbeelding te bepalen."
|
package/lang/translations/no.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 "Åpne filutforsker"
|
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 "Kunne ikke avgjøre kategori for den opplastede 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 "Får ikke tilgang til standard arbeidsflate."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Redigere bilde"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Behandler det redigerte bildet."
|
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 "Serveren klarte ikke å behandle bildet."
|
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 "Kunne ikke bestemme kategori for det redigerte bildet."
|
package/lang/translations/pl.po
CHANGED
@@ -17,7 +17,7 @@ msgstr ""
|
|
17
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
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 "Otwórz menedżer plików"
|
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 "Nie można ustalić kategorii przesłanego pliku."
|
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 można uzyskać dostępu do domyślnego obszaru roboczego."
|
31
|
+
|
32
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
33
|
+
msgid "Edit image"
|
34
|
+
msgstr "Edytuj obraz"
|
35
|
+
|
36
|
+
msgctxt "A message stating that image editing is in progress."
|
37
|
+
msgid "Processing the edited image."
|
38
|
+
msgstr "Trwa przetwarzanie edytowanego obrazu."
|
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 "Serwer nie mógł przetworzyć obrazu."
|
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 "Nie udało się określić kategorii edytowanego obrazu."
|
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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 ""
|