@ckeditor/ckeditor5-restricted-editing 41.4.0-alpha.0 → 41.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/restricted-editing.js +1 -1
- package/dist/index.js +55 -18
- package/dist/index.js.map +1 -1
- package/dist/translations/ar.umd.js +11 -0
- package/dist/translations/az.umd.js +11 -0
- package/dist/translations/bg.umd.js +11 -0
- package/dist/translations/bn.umd.js +11 -0
- package/dist/translations/ca.umd.js +11 -0
- package/dist/translations/cs.umd.js +11 -0
- package/dist/translations/da.umd.js +11 -0
- package/dist/translations/de-ch.umd.js +11 -0
- package/dist/translations/de.umd.js +11 -0
- package/dist/translations/el.umd.js +11 -0
- package/dist/translations/en-au.umd.js +11 -0
- package/dist/translations/en-gb.umd.js +11 -0
- package/dist/translations/en.umd.js +11 -0
- package/dist/translations/es.umd.js +11 -0
- package/dist/translations/et.umd.js +11 -0
- package/dist/translations/fa.umd.js +11 -0
- package/dist/translations/fi.umd.js +11 -0
- package/dist/translations/fr.umd.js +11 -0
- package/dist/translations/gl.umd.js +11 -0
- package/dist/translations/he.umd.js +11 -0
- package/dist/translations/hi.umd.js +11 -0
- package/dist/translations/hr.umd.js +11 -0
- package/dist/translations/hu.umd.js +11 -0
- package/dist/translations/id.umd.js +11 -0
- package/dist/translations/it.umd.js +11 -0
- package/dist/translations/ja.umd.js +11 -0
- package/dist/translations/ko.umd.js +11 -0
- package/dist/translations/ku.umd.js +11 -0
- package/dist/translations/lt.umd.js +11 -0
- package/dist/translations/lv.umd.js +11 -0
- package/dist/translations/ms.umd.js +11 -0
- package/dist/translations/nl.umd.js +11 -0
- package/dist/translations/no.umd.js +11 -0
- package/dist/translations/pl.umd.js +11 -0
- package/dist/translations/pt-br.umd.js +11 -0
- package/dist/translations/pt.umd.js +11 -0
- package/dist/translations/ro.umd.js +11 -0
- package/dist/translations/ru.umd.js +11 -0
- package/dist/translations/sk.umd.js +11 -0
- package/dist/translations/sq.umd.js +11 -0
- package/dist/translations/sr-latn.umd.js +11 -0
- package/dist/translations/sr.umd.js +11 -0
- package/dist/translations/sv.umd.js +11 -0
- package/dist/translations/th.umd.js +11 -0
- package/dist/translations/tk.umd.js +11 -0
- package/dist/translations/tr.umd.js +11 -0
- package/dist/translations/uk.umd.js +11 -0
- package/dist/translations/ur.umd.js +11 -0
- package/dist/translations/uz.umd.js +11 -0
- package/dist/translations/vi.umd.js +11 -0
- package/dist/translations/zh-cn.umd.js +11 -0
- package/dist/translations/zh.umd.js +11 -0
- package/package.json +2 -2
- package/src/restrictededitingmodeediting.js +51 -18
- package/src/restrictededitingmodeui.js +4 -1
@@ -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":{"Disable editing":"تعطيل التحرير","Enable editing":"تمكين التحرير","Previous editable region":"منطقة التحرير السابقة","Next editable region":"منطقة التحرير التالية","Navigate editable regions":"التنقل في مناطق التحرير"},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":{"Disable editing":"","Enable editing":"","Previous editable region":"Əvvəlki düzəliş olunan bölgə","Next editable region":"Sonrakı düzəliş olunan bölgə","Navigate editable regions":""},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":{"Disable editing":"Изключи възможност за редакция","Enable editing":"Разреши възможност за редакция ","Previous editable region":"Предишен регион с възможнос за редакция","Next editable region":"Следващ регион с възможност за редакция","Navigate editable regions":"Навигация между региони с възможност за редакция"},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":{"Disable editing":"সম্পাদনা নিষ্ক্রিয় করুন","Enable editing":"সম্পাদনা সক্রিয় করুন","Previous editable region":"পূর্ববর্তী সম্পাদনাযোগ্য অংশ","Next editable region":"পরবর্তী সম্পাদনাযোগ্য অংশ","Navigate editable regions":"সম্পাদনাযোগ্য অংশে নেভিগেট করুন"},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":{"Disable editing":"Desactivar l'edició","Enable editing":"Activar l'edició","Previous editable region":"Part editable anterior","Next editable region":"Següent part editable","Navigate editable regions":"Navegar per parts editables"},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":{"Disable editing":"Zakázat úpravy","Enable editing":"Povolit úpravy","Previous editable region":"Předchozí upravitelná oblast","Next editable region":"Následující upravitelná oblast","Navigate editable regions":"Procházet upravitelnými oblastmi"},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":{"Disable editing":"Deaktivér redigering","Enable editing":"Aktivér redigering","Previous editable region":"Forrige redigérbare region","Next editable region":"Næste redigérbare region","Navigate editable regions":"Gennemgå redigérbare regioner"},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":{"Disable editing":"Bearbeitung deaktivieren","Enable editing":"Bearbeitung zulassen","Previous editable region":"Vorheriger bearbeitbarer Bereich","Next editable region":"Nächster bearbeitbarer Bereich","Navigate editable regions":"Durch bearbeitbare Bereiche navigieren"},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":{"Disable editing":"Bearbeitung deaktivieren","Enable editing":"Bearbeitung zulassen","Previous editable region":"Vorheriger bearbeitbarer Bereich","Next editable region":"Nächster bearbeitbarer Bereich","Navigate editable regions":"Durch bearbeitbare Bereiche navigieren"},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":{"Disable editing":"Απενεργοποίηση επεξεργασίας","Enable editing":"Ενεργοποίηση επεξεργασίας","Previous editable region":"Προηγούμενη επεξεργάσιμη περιοχή","Next editable region":"Επόμενη επεξεργάσιμη περιοχή","Navigate editable regions":"Πλοήγηση στις επεξεργάσιμες περιοχές"},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":{"Disable editing":"Disable editing","Enable editing":"Enable editing","Previous editable region":"Previous editable region","Next editable region":"Next editable region","Navigate editable regions":"Navigate editable regions"},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":{"Disable editing":"","Enable editing":"Enable editing","Previous editable region":"Previous editable region","Next editable region":"Next editable region","Navigate editable regions":"Navigate editable regions"},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":{"Disable editing":"Disable editing","Enable editing":"Enable editing","Previous editable region":"Previous editable region","Next editable region":"Next editable region","Navigate editable regions":"Navigate editable regions"},"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' ]: { dictionary, getPluralForm } } = {"es":{"dictionary":{"Disable editing":"Inhabilitar edición","Enable editing":"Habilitar edición","Previous editable region":"Anterior zona editable","Next editable region":"Siguiente zona editable","Navigate editable regions":"Navegar por las zonas editables"},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":{"Disable editing":"Keela muutmine","Enable editing":"Luba muutmine","Previous editable region":"Eelmine muudetav piirkond","Next editable region":"Järgmine muudetav piirkond","Navigate editable regions":"Muudetavate piirkondade vahel liikumine"},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":{"Disable editing":"غیرفعال کردن ویرایش","Enable editing":"فعال کردن ویرایش","Previous editable region":"","Next editable region":"","Navigate editable regions":""},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":{"Disable editing":"Poista muokkaus käytöstä","Enable editing":"Ota muokkaus käyttöön","Previous editable region":"Aikaisempi muokattava alue","Next editable region":"Seuraava muokattava alue","Navigate editable regions":"Siirry muokattavilla alueilla"},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":{"Disable editing":"Désactiver l'édition","Enable editing":"Activer l'édition","Previous editable region":"Région éditable précédente","Next editable region":"Région éditable suivante","Navigate editable regions":"Naviguer vers"},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":{"Disable editing":"Desactivar a edición","Enable editing":"Activar a edición","Previous editable region":"Área editábel anterior","Next editable region":"Seguinte área editábel","Navigate editable regions":"Navegar polas áreas editábeiss"},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":{"Disable editing":"הפוך עריכה ללא זמינה","Enable editing":"אפשר עריכה","Previous editable region":"האזור הקודם שניתן לעריכה","Next editable region":"האזור הבא שניתן לעריכה","Navigate editable regions":"ניווט באזורים הניתנים לעריכה"},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":{"Disable editing":"Disable editing","Enable editing":"Enable editing","Previous editable region":"Previous editable region","Next editable region":"Next editable region","Navigate editable regions":"Navigate editable regions"},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":{"Disable editing":"Onemogući uređivanje","Enable editing":"Omogući uređivanje","Previous editable region":"Prethodna regija koju je moguće uređivati","Next editable region":"Sljedeća regija koju je moguće uređivati","Navigate editable regions":"Navigiraj regijama koje je moguće uređivati"},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":{"Disable editing":"Szerkesztés letiltása","Enable editing":"Szerkesztés engedélyezése","Previous editable region":"Előző szerkeszthető terület","Next editable region":"Következő szerkeszthető terület","Navigate editable regions":"Szerkeszthető területek navigálása"},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":{"Disable editing":"Nonaktifkan penyuntingan","Enable editing":"Aktifkan penyuntingan","Previous editable region":"Bagian penyuntingan sebelumnya","Next editable region":"Bagian penyuntingan berikutnya","Navigate editable regions":"Posisikan bagian-bagian penyuntingan"},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":{"Disable editing":"Disabilita modifica","Enable editing":"Abilita modifica","Previous editable region":"Regione modificabile precedente","Next editable region":"Regione modificabile successiva","Navigate editable regions":"Spostati tra regioni modificabili"},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":{"Disable editing":"編集を無効にする","Enable editing":"編集を有効にする","Previous editable region":"前の編集可能な領域","Next editable region":"次に編集可能な領域","Navigate editable regions":"編集可能な領域をナビゲート"},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 { [ 'ko' ]: { dictionary, getPluralForm } } = {"ko":{"dictionary":{"Disable editing":"편집 비활성화","Enable editing":"편집 활성화","Previous editable region":"이전 편집 가능한 구역","Next editable region":"다음 편집 가능한 구역","Navigate editable regions":"편집 가능한 구역 탐색"},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":{"Disable editing":"لەکارخستنی جاکسازی","Enable editing":"بەکارخستنی چاکسازی","Previous editable region":"ناوچەی چاکسازی پێشوو","Next editable region":"ناوچەی چاکسازی داهاتوو","Navigate editable regions":"چوون بۆ ناوچەی چاکسازی"},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":{"Disable editing":"Išjungti redagavimą","Enable editing":"Įjungti redagavimą","Previous editable region":"Buvusi redaguojama sritis","Next editable region":"Sekanti redaguojama sritis","Navigate editable regions":"Naviguoti tarp redaguojamų sričių"},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":{"Disable editing":"Atspējot labošanu","Enable editing":"Iespējot labošanu","Previous editable region":"Iepriekšējais labošanas reģions","Next editable region":"Nākamais labošanas reģions","Navigate editable regions":"Navigēt caur labojamajiem reģioniem"},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":{"Disable editing":"Matikan suntingan","Enable editing":"Benarkan suntingan","Previous editable region":"Bahagian yang boleh disunting sebelumnya","Next editable region":"Bahagian yang boleh disunting seterusnya","Navigate editable regions":"Kawal bahagian yang boleh disunting seterusnya"},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 { [ 'nl' ]: { dictionary, getPluralForm } } = {"nl":{"dictionary":{"Disable editing":"Bewerken uitschakelen","Enable editing":"Bewerken inschakelen","Previous editable region":"Vorig bewerkbaar gebied","Next editable region":"Volgend bewerkbaar gebied","Navigate editable regions":"Navigeer bewerkbare gebieden"},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":{"Disable editing":"Deaktivere redigering","Enable editing":"Aktivere redigering","Previous editable region":"Forrige redigerbare region","Next editable region":"Neste redigerbare region","Navigate editable regions":"Naviger redigerbare regioner"},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":{"Disable editing":"Zablokuj edycję","Enable editing":"Odblokuj edycję","Previous editable region":"Poprzednie pole do edycji","Next editable region":"Następne pole do edycji","Navigate editable regions":"Przejdź między polami do edycji"},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":{"Disable editing":"Desativar edição","Enable editing":"Ativar edição","Previous editable region":"Região editável anterior","Next editable region":"Próxima região editável","Navigate editable regions":"Navegar entre regiões editáveis"},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":{"Disable editing":"Desativar edição","Enable editing":"Ativar edição","Previous editable region":"Região editável anterior","Next editable region":"Região editável seguinte","Navigate editable regions":"Navegar regiões editáveis"},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":{"Disable editing":"Dezactivează editarea","Enable editing":"Activează editarea","Previous editable region":"Regiunea editabilă precedentă","Next editable region":"Regiunea editabilă următoare","Navigate editable regions":"Navighează la regiunile editabile"},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":{"Disable editing":"Отключить редактирование","Enable editing":"Разрешить редактирование","Previous editable region":"Предыдущий редактируемый регион","Next editable region":"Следующий редактируемый регион","Navigate editable regions":"Навигация по редактируемым регионам"},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":{"Disable editing":"Vypnúť režim úprav","Enable editing":"Zapnúť režim úprav","Previous editable region":"Predchádzajúca oblasť úprav","Next editable region":"Nasledujúca oblasť úprav","Navigate editable regions":"Navigácia v oblasti úprav"},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 { [ 'sq' ]: { dictionary, getPluralForm } } = {"sq":{"dictionary":{"Disable editing":"Pamundëso redaktimin","Enable editing":"Munëso redaktimin","Previous editable region":"Rajoni paraprak i redaktueshëm","Next editable region":"Rajoni i redaktueshëm i radhës","Navigate editable regions":"Navigo rajonet e redaktueshme"},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":{"Disable editing":"Nemoguće uređivanje","Enable editing":"Omogući uređivanje","Previous editable region":"Prethodna regija za uređivanje","Next editable region":"Sledeća regija za uređivanje","Navigate editable regions":"Pronađi regije za uređivanje"},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":{"Disable editing":"Немогуће уређивање","Enable editing":"Омогући уређивање","Previous editable region":"Претходна регија за уређивање","Next editable region":"Следећа регија за уређивање","Navigate editable regions":"Пронђи регије за уређивање"},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":{"Disable editing":"Stäng av redigering","Enable editing":"Aktivera redigering","Previous editable region":"Föregående redigerbara område","Next editable region":"Nästa redigerbara område","Navigate editable regions":"Navigera redigerbara områden"},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":{"Disable editing":"ปิดใช้งานการแก้ไข","Enable editing":"เปิดใช้งานการแก้ไข","Previous editable region":"พื้นที่ซึ่งสามารถแก้ไขได้ก่อนหน้านี้","Next editable region":"พื้นที่ซึ่งสามารถแก้ไขได้ถัดไป","Navigate editable regions":"นำทางไปยังพื้นที่ซึ่งสามารถแก้ไขได้"},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":{"Disable editing":"Redaktirlemegi öçüriň","Enable editing":"Redaktirlemegi işjeňleşdiriň","Previous editable region":"Öňki redaktirläp bolýan sebit","Next editable region":"Indiki redaktirläp bolýan sebit","Navigate editable regions":"Düzedip bolýan sebitlere geçiň"},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 ||= {} );
|