@ckeditor/ckeditor5-highlight 41.4.0-alpha.0 → 41.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/dist/translations/ar.umd.js +11 -0
  2. package/dist/translations/az.umd.js +11 -0
  3. package/dist/translations/bg.umd.js +11 -0
  4. package/dist/translations/bn.umd.js +11 -0
  5. package/dist/translations/ca.umd.js +11 -0
  6. package/dist/translations/cs.umd.js +11 -0
  7. package/dist/translations/da.umd.js +11 -0
  8. package/dist/translations/de-ch.umd.js +11 -0
  9. package/dist/translations/de.umd.js +11 -0
  10. package/dist/translations/el.umd.js +11 -0
  11. package/dist/translations/en-au.umd.js +11 -0
  12. package/dist/translations/en-gb.umd.js +11 -0
  13. package/dist/translations/en.umd.js +11 -0
  14. package/dist/translations/es-co.umd.js +11 -0
  15. package/dist/translations/es.umd.js +11 -0
  16. package/dist/translations/et.umd.js +11 -0
  17. package/dist/translations/fa.umd.js +11 -0
  18. package/dist/translations/fi.umd.js +11 -0
  19. package/dist/translations/fr.umd.js +11 -0
  20. package/dist/translations/gl.umd.js +11 -0
  21. package/dist/translations/he.umd.js +11 -0
  22. package/dist/translations/hi.umd.js +11 -0
  23. package/dist/translations/hr.umd.js +11 -0
  24. package/dist/translations/hu.umd.js +11 -0
  25. package/dist/translations/id.umd.js +11 -0
  26. package/dist/translations/it.umd.js +11 -0
  27. package/dist/translations/ja.umd.js +11 -0
  28. package/dist/translations/jv.umd.js +11 -0
  29. package/dist/translations/ko.umd.js +11 -0
  30. package/dist/translations/ku.umd.js +11 -0
  31. package/dist/translations/lt.umd.js +11 -0
  32. package/dist/translations/lv.umd.js +11 -0
  33. package/dist/translations/ms.umd.js +11 -0
  34. package/dist/translations/nb.umd.js +11 -0
  35. package/dist/translations/ne.umd.js +11 -0
  36. package/dist/translations/nl.umd.js +11 -0
  37. package/dist/translations/no.umd.js +11 -0
  38. package/dist/translations/pl.umd.js +11 -0
  39. package/dist/translations/pt-br.umd.js +11 -0
  40. package/dist/translations/pt.umd.js +11 -0
  41. package/dist/translations/ro.umd.js +11 -0
  42. package/dist/translations/ru.umd.js +11 -0
  43. package/dist/translations/sk.umd.js +11 -0
  44. package/dist/translations/sl.umd.js +11 -0
  45. package/dist/translations/sq.umd.js +11 -0
  46. package/dist/translations/sr-latn.umd.js +11 -0
  47. package/dist/translations/sr.umd.js +11 -0
  48. package/dist/translations/sv.umd.js +11 -0
  49. package/dist/translations/th.umd.js +11 -0
  50. package/dist/translations/tk.umd.js +11 -0
  51. package/dist/translations/tr.umd.js +11 -0
  52. package/dist/translations/uk.umd.js +11 -0
  53. package/dist/translations/ur.umd.js +11 -0
  54. package/dist/translations/uz.umd.js +11 -0
  55. package/dist/translations/vi.umd.js +11 -0
  56. package/dist/translations/zh-cn.umd.js +11 -0
  57. package/dist/translations/zh.umd.js +11 -0
  58. package/package.json +2 -2
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'ar' ]: { dictionary, getPluralForm } } = {"ar":{"dictionary":{"Yellow marker":"تحديد اصفر","Green marker":"تحديد اخضر","Pink marker":"تحديد وردي","Blue marker":"تحديد ازرق","Red pen":"تحديد احمر","Green pen":"قلم اخضر","Remove highlight":"إزالة التحديد","Highlight":"تحديد","Text highlight toolbar":"شريط أدوات تمييز النص"},getPluralForm(n){return n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;}}};
8
+ e[ 'ar' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'ar' ].dictionary = Object.assign( e[ 'ar' ].dictionary, dictionary );
10
+ e[ 'ar' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'az' ]: { dictionary, getPluralForm } } = {"az":{"dictionary":{"Yellow marker":"Sarı marker","Green marker":"Yaşıl marker","Pink marker":"Çəhrayı marker","Blue marker":"Mavi marker","Red pen":"Qırmızı qələm","Green pen":"Yaşıl qələm","Remove highlight":"Vurgulanı sil","Highlight":"Vurğulamaq","Text highlight toolbar":"Vurğulamaq paneli"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'az' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'az' ].dictionary = Object.assign( e[ 'az' ].dictionary, dictionary );
10
+ e[ 'az' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'bg' ]: { dictionary, getPluralForm } } = {"bg":{"dictionary":{"Yellow marker":"Жълт маркер","Green marker":"Зелен маркер","Pink marker":"Розов маркер","Blue marker":"Син маркер","Red pen":"Червена химикалка","Green pen":"Зелена химикалка","Remove highlight":"Премахни подчертаване","Highlight":"Подчертай","Text highlight toolbar":"Лента за подчертаване на текст"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'bg' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'bg' ].dictionary = Object.assign( e[ 'bg' ].dictionary, dictionary );
10
+ e[ 'bg' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'bn' ]: { dictionary, getPluralForm } } = {"bn":{"dictionary":{"Yellow marker":"হলুদ মার্কার","Green marker":"সবুজ মার্কার","Pink marker":"গোলাপী মার্কার","Blue marker":"নীল মার্কার","Red pen":"লাল কলম","Green pen":"সবুজ কলম","Remove highlight":"হাইলাইট মুছুন","Highlight":"হাইলাইট","Text highlight toolbar":"টেক্সট হাইলাইট টুলবার"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'bn' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'bn' ].dictionary = Object.assign( e[ 'bn' ].dictionary, dictionary );
10
+ e[ 'bn' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'ca' ]: { dictionary, getPluralForm } } = {"ca":{"dictionary":{"Yellow marker":"Marcador groc","Green marker":"Marcador verd","Pink marker":"Marcador rosa","Blue marker":"Marcador blau","Red pen":"Marcador vermell","Green pen":"Bolígraf verd","Remove highlight":"Esborrar destacat","Highlight":"Destacat","Text highlight toolbar":"Barra d'eines de ressaltat de text"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'ca' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'ca' ].dictionary = Object.assign( e[ 'ca' ].dictionary, dictionary );
10
+ e[ 'ca' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'cs' ]: { dictionary, getPluralForm } } = {"cs":{"dictionary":{"Yellow marker":"Žlutý fix","Green marker":"Zelený fix","Pink marker":"Růžový fix","Blue marker":"Modrý fix","Red pen":"Červený fix","Green pen":"Zelené pero","Remove highlight":"Odstranit zvýraznění","Highlight":"Zvýraznění","Text highlight toolbar":"Panel nástrojů zvýraznění textu"},getPluralForm(n){return (n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;}}};
8
+ e[ 'cs' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'cs' ].dictionary = Object.assign( e[ 'cs' ].dictionary, dictionary );
10
+ e[ 'cs' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'da' ]: { dictionary, getPluralForm } } = {"da":{"dictionary":{"Yellow marker":"Gul markør","Green marker":"Grøn markør","Pink marker":"Lyserød markør","Blue marker":"Blå markør","Red pen":"Rød pen","Green pen":"Grøn pen","Remove highlight":"Fjern fremhævning","Highlight":"Fremhæv","Text highlight toolbar":"Tekstfremhævning værktøjslinje"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'da' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'da' ].dictionary = Object.assign( e[ 'da' ].dictionary, dictionary );
10
+ e[ 'da' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'de-ch' ]: { dictionary, getPluralForm } } = {"de-ch":{"dictionary":{"Yellow marker":"Gelber Marker","Green marker":"Grüner Marker","Pink marker":"Pinker Marker","Blue marker":"Blauer Marker","Red pen":"Rote Schriftfarbe","Green pen":"Grüne Schriftfarbe","Remove highlight":"Texthervorhebung entfernen","Highlight":"Texthervorhebung","Text highlight toolbar":"Texthervorhebung Werkzeugleiste"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'de-ch' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'de-ch' ].dictionary = Object.assign( e[ 'de-ch' ].dictionary, dictionary );
10
+ e[ 'de-ch' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'de' ]: { dictionary, getPluralForm } } = {"de":{"dictionary":{"Yellow marker":"Gelber Marker","Green marker":"Grüner Marker","Pink marker":"Pinker Marker","Blue marker":"Blauer Marker","Red pen":"Rote Schriftfarbe","Green pen":"Grüne Schriftfarbe","Remove highlight":"Texthervorhebung entfernen","Highlight":"Texthervorhebung","Text highlight toolbar":"Text hervorheben Werkzeugleiste"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'de' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'de' ].dictionary = Object.assign( e[ 'de' ].dictionary, dictionary );
10
+ e[ 'de' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'el' ]: { dictionary, getPluralForm } } = {"el":{"dictionary":{"Yellow marker":"Επισημαντής κίτρινου","Green marker":"Επισημαντής πράσινου","Pink marker":"Επισημαντής ροζ","Blue marker":"Επισημαντής μπλε","Red pen":"Πένα κόκκινου","Green pen":"Πένα πράσινου","Remove highlight":"Απομάκρυνση επισήμανσης","Highlight":"Επισήμανση","Text highlight toolbar":"Γραμμή εργαλείων επισήμανσης κειμένου"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'el' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'el' ].dictionary = Object.assign( e[ 'el' ].dictionary, dictionary );
10
+ e[ 'el' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'en-au' ]: { dictionary, getPluralForm } } = {"en-au":{"dictionary":{"Yellow marker":"Yellow marker","Green marker":"Green marker","Pink marker":"Pink marker","Blue marker":"Blue marker","Red pen":"Red pen","Green pen":"Green pen","Remove highlight":"Remove highlight","Highlight":"Highlight","Text highlight toolbar":"Text highlight toolbar"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'en-au' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'en-au' ].dictionary = Object.assign( e[ 'en-au' ].dictionary, dictionary );
10
+ e[ 'en-au' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'en-gb' ]: { dictionary, getPluralForm } } = {"en-gb":{"dictionary":{"Yellow marker":"Yellow marker","Green marker":"Green marker","Pink marker":"Pink marker","Blue marker":"Blue marker","Red pen":"Red pen","Green pen":"Green pen","Remove highlight":"Remove highlight","Highlight":"Highlight","Text highlight toolbar":""},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'en-gb' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'en-gb' ].dictionary = Object.assign( e[ 'en-gb' ].dictionary, dictionary );
10
+ e[ 'en-gb' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'en' ]: { dictionary, getPluralForm } } = {"en":{"dictionary":{"Yellow marker":"Yellow marker","Green marker":"Green marker","Pink marker":"Pink marker","Blue marker":"Blue marker","Red pen":"Red pen","Green pen":"Green pen","Remove highlight":"Remove highlight","Highlight":"Highlight","Text highlight toolbar":"Text highlight toolbar"},"getPluralForm":null}};
8
+ e[ 'en' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'en' ].dictionary = Object.assign( e[ 'en' ].dictionary, dictionary );
10
+ e[ 'en' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'es-co' ]: { dictionary, getPluralForm } } = {"es-co":{"dictionary":{"Yellow marker":"Marcador amarillo","Green marker":"Marcador verde","Pink marker":"Marcador rosa","Blue marker":"Marcador azul","Red pen":"Pincel rojo","Green pen":"Pincel verde","Remove highlight":"Quitar resaltado","Highlight":"Resaltar","Text highlight toolbar":"Herramientas de resaltado de texto"},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
8
+ e[ 'es-co' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'es-co' ].dictionary = Object.assign( e[ 'es-co' ].dictionary, dictionary );
10
+ e[ 'es-co' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'es' ]: { dictionary, getPluralForm } } = {"es":{"dictionary":{"Yellow marker":"Marcador amarillo","Green marker":"Marcador verde","Pink marker":"Marcador rosa","Blue marker":"Marcador azul","Red pen":"Texto rojo","Green pen":"Texto verde","Remove highlight":"Quitar resaltado","Highlight":"Resaltar","Text highlight toolbar":"Barra de herramientas de resaltado de texto"},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
8
+ e[ 'es' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'es' ].dictionary = Object.assign( e[ 'es' ].dictionary, dictionary );
10
+ e[ 'es' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'et' ]: { dictionary, getPluralForm } } = {"et":{"dictionary":{"Yellow marker":"Kollane marker","Green marker":"Roheline marker","Pink marker":"Roosa marker","Blue marker":"Sinine marker","Red pen":"Punane pliiats","Green pen":"Roheline pliiats","Remove highlight":"Eemalda esiletõstmine","Highlight":"Tõsta esile","Text highlight toolbar":"Teksti markeerimise tööriistariba"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'et' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'et' ].dictionary = Object.assign( e[ 'et' ].dictionary, dictionary );
10
+ e[ 'et' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'fa' ]: { dictionary, getPluralForm } } = {"fa":{"dictionary":{"Yellow marker":"نشانگر زرد","Green marker":"نشانگر سبز","Pink marker":"نشانگر صورتی","Blue marker":"نشانگر آبی","Red pen":"قلم قرمز","Green pen":"قلم سبز","Remove highlight":"حذف برجسته","Highlight":"برجسته","Text highlight toolbar":"نوارابزار برجستگی متن"},getPluralForm(n){return (n > 1);}}};
8
+ e[ 'fa' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'fa' ].dictionary = Object.assign( e[ 'fa' ].dictionary, dictionary );
10
+ e[ 'fa' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'fi' ]: { dictionary, getPluralForm } } = {"fi":{"dictionary":{"Yellow marker":"Keltainen tussi","Green marker":"Vihreä tussi","Pink marker":"Pinkki tussi","Blue marker":"Sininen tussi","Red pen":"Punainen tussi","Green pen":"Vihreä kynä","Remove highlight":"Poista korostus","Highlight":"Korosta","Text highlight toolbar":"Tekstinkorostuksen työkalupalkki"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'fi' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'fi' ].dictionary = Object.assign( e[ 'fi' ].dictionary, dictionary );
10
+ e[ 'fi' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'fr' ]: { dictionary, getPluralForm } } = {"fr":{"dictionary":{"Yellow marker":"Marqueur jaune","Green marker":"Marqueur vert","Pink marker":"Marqueur rose","Blue marker":"Marqueur bleu","Red pen":"Crayon rouge","Green pen":"Crayon vert","Remove highlight":"Enlever le surlignage","Highlight":"Surlignage","Text highlight toolbar":"Barre d'outils du surlignage"},getPluralForm(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
8
+ e[ 'fr' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'fr' ].dictionary = Object.assign( e[ 'fr' ].dictionary, dictionary );
10
+ e[ 'fr' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'gl' ]: { dictionary, getPluralForm } } = {"gl":{"dictionary":{"Yellow marker":"Marcador marelo","Green marker":"Marcador verde","Pink marker":"Marcador rosa","Blue marker":"Marcador azul","Red pen":"Pluma vermella","Green pen":"Pluma verde","Remove highlight":"Retirar o resaltado","Highlight":"Resaltado","Text highlight toolbar":"Barra de ferramentas para resaltar texto"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'gl' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'gl' ].dictionary = Object.assign( e[ 'gl' ].dictionary, dictionary );
10
+ e[ 'gl' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'he' ]: { dictionary, getPluralForm } } = {"he":{"dictionary":{"Yellow marker":"סימון צהוב","Green marker":"סימון ירוק","Pink marker":"סימון וורוד","Blue marker":"סימון כחול","Red pen":"עט אדום","Green pen":"עט ירוק","Remove highlight":"הסר הדגשה","Highlight":"הדגשה","Text highlight toolbar":"סרגל הדגשת טקסט"},getPluralForm(n){return (n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;}}};
8
+ e[ 'he' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'he' ].dictionary = Object.assign( e[ 'he' ].dictionary, dictionary );
10
+ e[ 'he' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'hi' ]: { dictionary, getPluralForm } } = {"hi":{"dictionary":{"Yellow marker":"Yellow marker","Green marker":"Green marker","Pink marker":"Pink marker","Blue marker":"Blue marker","Red pen":"Red pen","Green pen":"Green pen","Remove highlight":"Remove highlight","Highlight":"Highlight","Text highlight toolbar":"Text highlight toolbar"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'hi' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'hi' ].dictionary = Object.assign( e[ 'hi' ].dictionary, dictionary );
10
+ e[ 'hi' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'hr' ]: { dictionary, getPluralForm } } = {"hr":{"dictionary":{"Yellow marker":"Žuti marker","Green marker":"Zeleni marker","Pink marker":"Rozi marker","Blue marker":"Plavi marker","Red pen":"Crveno pero","Green pen":"Zeleno pero","Remove highlight":"Ukloni isticanje","Highlight":"Istakni","Text highlight toolbar":"Traka za isticanje teksta"},getPluralForm(n){return n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;}}};
8
+ e[ 'hr' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'hr' ].dictionary = Object.assign( e[ 'hr' ].dictionary, dictionary );
10
+ e[ 'hr' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'hu' ]: { dictionary, getPluralForm } } = {"hu":{"dictionary":{"Yellow marker":"Sárga kiemelő","Green marker":"Zöld kiemelő","Pink marker":"Rózsaszín kiemelő","Blue marker":"Kék kiemelő","Red pen":"Piros toll","Green pen":"Zöld toll","Remove highlight":"Kiemelés eltávolítása","Highlight":"Kiemelés","Text highlight toolbar":"Szöveg kiemelés eszköztár"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'hu' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'hu' ].dictionary = Object.assign( e[ 'hu' ].dictionary, dictionary );
10
+ e[ 'hu' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'id' ]: { dictionary, getPluralForm } } = {"id":{"dictionary":{"Yellow marker":"Marka kuning","Green marker":"Marka hijau","Pink marker":"Marka merah jambu","Blue marker":"Marka biru","Red pen":"Pena merah","Green pen":"Pena hijau","Remove highlight":"Hapus tanda","Highlight":"Tanda","Text highlight toolbar":"Alat penanda teks"},getPluralForm(n){return 0;}}};
8
+ e[ 'id' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'id' ].dictionary = Object.assign( e[ 'id' ].dictionary, dictionary );
10
+ e[ 'id' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'it' ]: { dictionary, getPluralForm } } = {"it":{"dictionary":{"Yellow marker":"Contrassegno giallo","Green marker":"Contrassegno verde","Pink marker":"Contrassegno rosa","Blue marker":"Contrassegno blu","Red pen":"Penna rossa","Green pen":"Penna verde","Remove highlight":"Rimuovi evidenziazione","Highlight":"Evidenzia","Text highlight toolbar":"Barra degli strumenti dell'evidenziazione del testo"},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
8
+ e[ 'it' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'it' ].dictionary = Object.assign( e[ 'it' ].dictionary, dictionary );
10
+ e[ 'it' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'ja' ]: { dictionary, getPluralForm } } = {"ja":{"dictionary":{"Yellow marker":"黄色のマーカー","Green marker":"緑のマーカー","Pink marker":"ピンクのマーカー","Blue marker":"青のマーカー","Red pen":"赤のマーカー","Green pen":"緑のペン","Remove highlight":"ハイライトの削除","Highlight":"ハイライト","Text highlight toolbar":"テキストのハイライト"},getPluralForm(n){return 0;}}};
8
+ e[ 'ja' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'ja' ].dictionary = Object.assign( e[ 'ja' ].dictionary, dictionary );
10
+ e[ 'ja' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'jv' ]: { dictionary, getPluralForm } } = {"jv":{"dictionary":{"Yellow marker":"Panandha jene","Green marker":"Panandha ijem","Pink marker":"Penandha abrit jambon","Blue marker":"Penandha biru","Red pen":"Penandha abrit","Green pen":"Pen ijem","Remove highlight":"Busek sorot","Highlight":"Sorot","Text highlight toolbar":""},getPluralForm(n){return 0;}}};
8
+ e[ 'jv' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'jv' ].dictionary = Object.assign( e[ 'jv' ].dictionary, dictionary );
10
+ e[ 'jv' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'ko' ]: { dictionary, getPluralForm } } = {"ko":{"dictionary":{"Yellow marker":"노란색 마커","Green marker":"초록색 마커","Pink marker":"분홍색 마커","Blue marker":"파란색 마커","Red pen":"빨간색 펜","Green pen":"초록색 펜","Remove highlight":"강조 제거","Highlight":"강조","Text highlight toolbar":"글자 강조 툴바"},getPluralForm(n){return 0;}}};
8
+ e[ 'ko' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'ko' ].dictionary = Object.assign( e[ 'ko' ].dictionary, dictionary );
10
+ e[ 'ko' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'ku' ]: { dictionary, getPluralForm } } = {"ku":{"dictionary":{"Yellow marker":"نیشانەکەری زەرد","Green marker":"نیشانەکەری سەوز","Pink marker":"نیشانەکەری پەمەیی","Blue marker":"نیشانەکەری شین","Red pen":"پێنووسی سۆر","Green pen":"پێنووسی سەوز","Remove highlight":"لابردنی بەرچاوکەر","Highlight":"بەرچاوکردن","Text highlight toolbar":"تووڵامرازی نیشانکردنی تێکست"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'ku' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'ku' ].dictionary = Object.assign( e[ 'ku' ].dictionary, dictionary );
10
+ e[ 'ku' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'lt' ]: { dictionary, getPluralForm } } = {"lt":{"dictionary":{"Yellow marker":"Geltonas žymeklis","Green marker":"Žalias žymeklis","Pink marker":"Rožinis žymeklis","Blue marker":"Mėlynas žymeklis","Red pen":"Raudonas žymeklis","Green pen":"Žalias žymeklis","Remove highlight":"Panaikinti pažymėjimą","Highlight":"Pažymėti žymekliu","Text highlight toolbar":"Teksto paryškinimo įrankių juosta"},getPluralForm(n){return (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);}}};
8
+ e[ 'lt' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'lt' ].dictionary = Object.assign( e[ 'lt' ].dictionary, dictionary );
10
+ e[ 'lt' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'lv' ]: { dictionary, getPluralForm } } = {"lv":{"dictionary":{"Yellow marker":"Dzeltens marķieris","Green marker":"Zaļš marķieris","Pink marker":"Rozā marķieris","Blue marker":"Zils marķieris","Red pen":"Sarkana pildspalva","Green pen":"Zaļa pildspalva","Remove highlight":"Noņemt izcēlumu","Highlight":"Izcelt","Text highlight toolbar":"Teksta izcēluma rīkjosla"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);}}};
8
+ e[ 'lv' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'lv' ].dictionary = Object.assign( e[ 'lv' ].dictionary, dictionary );
10
+ e[ 'lv' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'ms' ]: { dictionary, getPluralForm } } = {"ms":{"dictionary":{"Yellow marker":"Penanda kuning","Green marker":"Penanda hijau","Pink marker":"Penanda merah jambu","Blue marker":"Penanda biru","Red pen":"Pen merah","Green pen":"Pen hijau","Remove highlight":"Buang sorotan","Highlight":"Sorotan","Text highlight toolbar":"Bar alat capaian sorotan teks"},getPluralForm(n){return 0;}}};
8
+ e[ 'ms' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'ms' ].dictionary = Object.assign( e[ 'ms' ].dictionary, dictionary );
10
+ e[ 'ms' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'nb' ]: { dictionary, getPluralForm } } = {"nb":{"dictionary":{"Yellow marker":"Gul uthevingsfarge","Green marker":"Grønn uthevingsfarge","Pink marker":"Rosa uthevingsfarge","Blue marker":"Blå uthevingsfarge","Red pen":"Rød penn","Green pen":"Grønn penn","Remove highlight":"Fjern uthevingsfarge","Highlight":"Utheving","Text highlight toolbar":""},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'nb' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'nb' ].dictionary = Object.assign( e[ 'nb' ].dictionary, dictionary );
10
+ e[ 'nb' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'ne' ]: { dictionary, getPluralForm } } = {"ne":{"dictionary":{"Yellow marker":"पहेंलो मार्कर","Green marker":"हरियो मार्कर","Pink marker":"गुलाबी मार्कर","Blue marker":"नीलो मार्कर","Red pen":"रातो कलम","Green pen":"हरियो कलम","Remove highlight":"हाइलाइट हटाउनुहोस्","Highlight":"हाइलाइट","Text highlight toolbar":""},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'ne' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'ne' ].dictionary = Object.assign( e[ 'ne' ].dictionary, dictionary );
10
+ e[ 'ne' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'nl' ]: { dictionary, getPluralForm } } = {"nl":{"dictionary":{"Yellow marker":"Gele marker","Green marker":"Groene marker","Pink marker":"Roze marker","Blue marker":"Blauwe marker","Red pen":"Rode pen","Green pen":"Groene pen","Remove highlight":"Verwijder markering","Highlight":"Markeren","Text highlight toolbar":"Tekst markering werkbalk"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'nl' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'nl' ].dictionary = Object.assign( e[ 'nl' ].dictionary, dictionary );
10
+ e[ 'nl' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'no' ]: { dictionary, getPluralForm } } = {"no":{"dictionary":{"Yellow marker":"Gul utheving","Green marker":"Grønn utheving","Pink marker":"Rosa utheving","Blue marker":"Blå utheving","Red pen":"Rød penn","Green pen":"Grønn penn","Remove highlight":"Fjern utheving","Highlight":"Utheving","Text highlight toolbar":"Verktøylinje for tekstutheving"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'no' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'no' ].dictionary = Object.assign( e[ 'no' ].dictionary, dictionary );
10
+ e[ 'no' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'pl' ]: { dictionary, getPluralForm } } = {"pl":{"dictionary":{"Yellow marker":"Żółty marker","Green marker":"Zielony marker","Pink marker":"Różowy marker","Blue marker":"Niebieski marker","Red pen":"Czerwony długopis","Green pen":"Zielony długopis","Remove highlight":"Usuń podświetlenie","Highlight":"Podświetlenie","Text highlight toolbar":"Pasek narzędzi podświetleń"},getPluralForm(n){return (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);}}};
8
+ e[ 'pl' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'pl' ].dictionary = Object.assign( e[ 'pl' ].dictionary, dictionary );
10
+ e[ 'pl' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'pt-br' ]: { dictionary, getPluralForm } } = {"pt-br":{"dictionary":{"Yellow marker":"Marcador amarelo","Green marker":"Marcador verde","Pink marker":"Marcador rosa","Blue marker":"Marcador azul","Red pen":"Caneta vermelha","Green pen":"Caneta verde","Remove highlight":"Remover marcação","Highlight":"Marcador","Text highlight toolbar":"Ferramentas de marcação"},getPluralForm(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
8
+ e[ 'pt-br' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'pt-br' ].dictionary = Object.assign( e[ 'pt-br' ].dictionary, dictionary );
10
+ e[ 'pt-br' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'pt' ]: { dictionary, getPluralForm } } = {"pt":{"dictionary":{"Yellow marker":"Marcador amarelo","Green marker":"Marcador verde","Pink marker":"Marcador rosa","Blue marker":"Marcador azul","Red pen":"Caneta vermelha","Green pen":"Caneta verde","Remove highlight":"Remover realce","Highlight":"Realçar","Text highlight toolbar":"Barra de ferramentas de realces de texto"},getPluralForm(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
8
+ e[ 'pt' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'pt' ].dictionary = Object.assign( e[ 'pt' ].dictionary, dictionary );
10
+ e[ 'pt' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'ro' ]: { dictionary, getPluralForm } } = {"ro":{"dictionary":{"Yellow marker":"Evidențiator galben","Green marker":"Evidențiator verde","Pink marker":"Evidențiator roz","Blue marker":"Evidențiator albastru","Red pen":"Pix roșu","Green pen":"Pix verde","Remove highlight":"Șterge evidențiere text","Highlight":"Evidențiere text","Text highlight toolbar":"Bară evidențiere text"},getPluralForm(n){return (n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));}}};
8
+ e[ 'ro' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'ro' ].dictionary = Object.assign( e[ 'ro' ].dictionary, dictionary );
10
+ e[ 'ro' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'ru' ]: { dictionary, getPluralForm } } = {"ru":{"dictionary":{"Yellow marker":"Выделение жёлтым маркером","Green marker":"Выделение зелёным маркером","Pink marker":"Выделение розовым маркером","Blue marker":"Выделение синим маркером","Red pen":"Красный цвет текста","Green pen":"Зеленый цвет текста","Remove highlight":"Убрать выделение","Highlight":"Выделить","Text highlight toolbar":"Панель инструментов выделения текста"},getPluralForm(n){return (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);}}};
8
+ e[ 'ru' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'ru' ].dictionary = Object.assign( e[ 'ru' ].dictionary, dictionary );
10
+ e[ 'ru' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'sk' ]: { dictionary, getPluralForm } } = {"sk":{"dictionary":{"Yellow marker":"Žltý zvýrazňovač","Green marker":"Zelený zvýrazňovač","Pink marker":"Ružový zvýrazňovač","Blue marker":"Modrý zvýrazňovač","Red pen":"Červené pero","Green pen":"Zelené pero","Remove highlight":"Odstrániť zvýraznenie","Highlight":"Zvýraznenie","Text highlight toolbar":"Panel nástrojov zvýraznenia textu"},getPluralForm(n){return (n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);}}};
8
+ e[ 'sk' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'sk' ].dictionary = Object.assign( e[ 'sk' ].dictionary, dictionary );
10
+ e[ 'sk' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'sl' ]: { dictionary, getPluralForm } } = {"sl":{"dictionary":{"Yellow marker":"Rumena oznaka","Green marker":"Zelena oznaka","Pink marker":"Rožnata oznaka","Blue marker":"Modra oznaka","Red pen":"Rdeče pisalo","Green pen":"Zeleno pisalo","Remove highlight":"Odstrani oznako","Highlight":"Označi","Text highlight toolbar":"Orodna vrstica označevanja"},getPluralForm(n){return (n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);}}};
8
+ e[ 'sl' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'sl' ].dictionary = Object.assign( e[ 'sl' ].dictionary, dictionary );
10
+ e[ 'sl' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'sq' ]: { dictionary, getPluralForm } } = {"sq":{"dictionary":{"Yellow marker":"Shënuesi verdh","Green marker":"Shënuesi gjelbër","Pink marker":"Shënuesi rozë","Blue marker":"Shënuesi kaltër","Red pen":"Lapsi kuq","Green pen":"Lapsi gjelbër","Remove highlight":"Largo ngjyrimet","Highlight":"Ngjyrimi","Text highlight toolbar":"Shiriti i veglave të nënvizimit të tekstit"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'sq' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'sq' ].dictionary = Object.assign( e[ 'sq' ].dictionary, dictionary );
10
+ e[ 'sq' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'sr-latn' ]: { dictionary, getPluralForm } } = {"sr-latn":{"dictionary":{"Yellow marker":"Žuti marker","Green marker":"Zeleni marker","Pink marker":"Roza marker","Blue marker":"Plavi marker","Red pen":"Crvena olovka","Green pen":"Zelena olovka","Remove highlight":"Ukloni isticanje","Highlight":"Isticanje","Text highlight toolbar":"Alatke za markiranje teksta"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);}}};
8
+ e[ 'sr-latn' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'sr-latn' ].dictionary = Object.assign( e[ 'sr-latn' ].dictionary, dictionary );
10
+ e[ 'sr-latn' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'sr' ]: { dictionary, getPluralForm } } = {"sr":{"dictionary":{"Yellow marker":"Жути маркер","Green marker":"Зелени маркер","Pink marker":"Роза маркер","Blue marker":"Плави маркер","Red pen":"Црвена оловка","Green pen":"Зелена оловка","Remove highlight":"Уклони истицање","Highlight":"Истицање","Text highlight toolbar":"Алатке за маркирање текста"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);}}};
8
+ e[ 'sr' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'sr' ].dictionary = Object.assign( e[ 'sr' ].dictionary, dictionary );
10
+ e[ 'sr' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'sv' ]: { dictionary, getPluralForm } } = {"sv":{"dictionary":{"Yellow marker":"Gul markering","Green marker":"Grön markering","Pink marker":"Rosa markering","Blue marker":"Blå markering","Red pen":"Röd penna","Green pen":"Grön penna","Remove highlight":"Ta bort markering","Highlight":"Markera","Text highlight toolbar":"Verktygsfält för textmarkering"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'sv' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'sv' ].dictionary = Object.assign( e[ 'sv' ].dictionary, dictionary );
10
+ e[ 'sv' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'th' ]: { dictionary, getPluralForm } } = {"th":{"dictionary":{"Yellow marker":"มาร์กเกอร์สีเหลือง","Green marker":"มาร์กเกอร์สีเขียว","Pink marker":"มาร์กเกอร์สีชมพู","Blue marker":"มาร์กเกอร์สีน้ำเงิน","Red pen":"ปากกาสีแดง","Green pen":"ปากกาสีเขียว","Remove highlight":"ลบไฮไลต์ออก","Highlight":"ไฮไลต์","Text highlight toolbar":"แถบเครื่องมือไฮไลต์ข้อความ"},getPluralForm(n){return 0;}}};
8
+ e[ 'th' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'th' ].dictionary = Object.assign( e[ 'th' ].dictionary, dictionary );
10
+ e[ 'th' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'tk' ]: { dictionary, getPluralForm } } = {"tk":{"dictionary":{"Yellow marker":"Sary marker","Green marker":"Ýaşyl marker","Pink marker":"Gülgüne marker","Blue marker":"Gök marker","Red pen":"Gyzyl galam","Green pen":"Ýaşyl galam","Remove highlight":"Belligi aýyryň","Highlight":"Bellik","Text highlight toolbar":"Tekst bellik gurallar paneli"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'tk' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'tk' ].dictionary = Object.assign( e[ 'tk' ].dictionary, dictionary );
10
+ e[ 'tk' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'tr' ]: { dictionary, getPluralForm } } = {"tr":{"dictionary":{"Yellow marker":"Sarı işaretleyici","Green marker":"Yeşil işaretleyici","Pink marker":"Pembe işaretleyici","Blue marker":"Mavi işaretleyici","Red pen":"Kırmızı kalem","Green pen":"Yeşik kalem","Remove highlight":"Vurgulamayı temizle","Highlight":"Vurgu","Text highlight toolbar":"Yazı Vurgulama Araç Çubuğu"},getPluralForm(n){return (n > 1);}}};
8
+ e[ 'tr' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'tr' ].dictionary = Object.assign( e[ 'tr' ].dictionary, dictionary );
10
+ e[ 'tr' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'uk' ]: { dictionary, getPluralForm } } = {"uk":{"dictionary":{"Yellow marker":"Жовтий маркер","Green marker":"Зелений маркер","Pink marker":"Рожевий маркер","Blue marker":"Синій маркер","Red pen":"Червоний маркер","Green pen":"Зелений маркер","Remove highlight":"Видалити виділення","Highlight":"Виділення","Text highlight toolbar":"Панель виділення тексту"},getPluralForm(n){return (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);}}};
8
+ e[ 'uk' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'uk' ].dictionary = Object.assign( e[ 'uk' ].dictionary, dictionary );
10
+ e[ 'uk' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'ur' ]: { dictionary, getPluralForm } } = {"ur":{"dictionary":{"Yellow marker":"پیلا نشان","Green marker":"سبز نشان","Pink marker":"گلابی نشان","Blue marker":"نیلا نشان","Red pen":"سرخ قلم","Green pen":"سبز قلم","Remove highlight":"غیر نمایاں کریں","Highlight":"نمایاں","Text highlight toolbar":"خانہ آلات برائے نمایاں متن"},getPluralForm(n){return (n != 1);}}};
8
+ e[ 'ur' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'ur' ].dictionary = Object.assign( e[ 'ur' ].dictionary, dictionary );
10
+ e[ 'ur' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'uz' ]: { dictionary, getPluralForm } } = {"uz":{"dictionary":{"Yellow marker":"Sariq marker bilan ta'kidlash","Green marker":"Yashil marker bilan ta'kidlash","Pink marker":"Pushti rang markeri bilan belgilang","Blue marker":"Moviy rang markeri bilan ajratib ko'rsatish","Red pen":"Matn rangi qizil","Green pen":"Matn rangi yashil","Remove highlight":"Ajratishni olib tashlash","Highlight":"Ajratish","Text highlight toolbar":"Matn tanlash asboblar paneli"},getPluralForm(n){return 0;}}};
8
+ e[ 'uz' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'uz' ].dictionary = Object.assign( e[ 'uz' ].dictionary, dictionary );
10
+ e[ 'uz' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'vi' ]: { dictionary, getPluralForm } } = {"vi":{"dictionary":{"Yellow marker":"Bút vàng","Green marker":"Bút xanh lá","Pink marker":"Bút hồng","Blue marker":"Bút xanh dương","Red pen":"Mực đỏ","Green pen":"Mực xanh","Remove highlight":"Xóa làm nổi","Highlight":"Làm nổi","Text highlight toolbar":"Thanh công cụ làm nổi chữ"},getPluralForm(n){return 0;}}};
8
+ e[ 'vi' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'vi' ].dictionary = Object.assign( e[ 'vi' ].dictionary, dictionary );
10
+ e[ 'vi' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'zh-cn' ]: { dictionary, getPluralForm } } = {"zh-cn":{"dictionary":{"Yellow marker":"黄色标记","Green marker":"绿色标记","Pink marker":"粉色标记","Blue marker":"蓝色标记","Red pen":"红色笔","Green pen":"绿色笔","Remove highlight":"清除高亮","Highlight":"高亮","Text highlight toolbar":"文本高亮工具栏"},getPluralForm(n){return 0;}}};
8
+ e[ 'zh-cn' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'zh-cn' ].dictionary = Object.assign( e[ 'zh-cn' ].dictionary, dictionary );
10
+ e[ 'zh-cn' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ ( e => {
7
+ const { [ 'zh' ]: { dictionary, getPluralForm } } = {"zh":{"dictionary":{"Yellow marker":"黃色標記","Green marker":"綠色標記","Pink marker":"粉色標記","Blue marker":"藍色標記","Red pen":"紅色筆","Green pen":"綠色筆","Remove highlight":"清除高亮","Highlight":"高亮","Text highlight toolbar":"高亮"},getPluralForm(n){return 0;}}};
8
+ e[ 'zh' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'zh' ].dictionary = Object.assign( e[ 'zh' ].dictionary, dictionary );
10
+ e[ 'zh' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-highlight",
3
- "version": "41.4.0-alpha.0",
3
+ "version": "41.4.1",
4
4
  "description": "Highlight feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,7 +13,7 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "ckeditor5": "41.4.0-alpha.0"
16
+ "ckeditor5": "41.4.1"
17
17
  },
18
18
  "author": "CKSource (http://cksource.com/)",
19
19
  "license": "GPL-2.0-or-later",