@ckeditor/ckeditor5-case-change 41.2.1 → 41.3.0-alpha.3

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 (96) hide show
  1. package/build/case-change.js +1 -1
  2. package/dist/content-index.css +332 -0
  3. package/dist/editor-index.css +312 -0
  4. package/dist/index.css +951 -0
  5. package/dist/translations/ar.d.ts +8 -0
  6. package/dist/translations/ar.js +23 -0
  7. package/dist/translations/bg.d.ts +8 -0
  8. package/dist/translations/bg.js +23 -0
  9. package/dist/translations/bn.d.ts +8 -0
  10. package/dist/translations/bn.js +23 -0
  11. package/dist/translations/ca.d.ts +8 -0
  12. package/dist/translations/ca.js +23 -0
  13. package/dist/translations/cs.d.ts +8 -0
  14. package/dist/translations/cs.js +23 -0
  15. package/dist/translations/da.d.ts +8 -0
  16. package/dist/translations/da.js +23 -0
  17. package/dist/translations/de.d.ts +8 -0
  18. package/dist/translations/de.js +23 -0
  19. package/dist/translations/el.d.ts +8 -0
  20. package/dist/translations/el.js +23 -0
  21. package/dist/translations/en.d.ts +8 -0
  22. package/dist/translations/en.js +23 -0
  23. package/dist/translations/es.d.ts +8 -0
  24. package/dist/translations/es.js +23 -0
  25. package/dist/translations/et.d.ts +8 -0
  26. package/dist/translations/et.js +23 -0
  27. package/dist/translations/fi.d.ts +8 -0
  28. package/dist/translations/fi.js +23 -0
  29. package/dist/translations/fr.d.ts +8 -0
  30. package/dist/translations/fr.js +23 -0
  31. package/dist/translations/he.d.ts +8 -0
  32. package/dist/translations/he.js +23 -0
  33. package/dist/translations/hi.d.ts +8 -0
  34. package/dist/translations/hi.js +23 -0
  35. package/dist/translations/hr.d.ts +8 -0
  36. package/dist/translations/hr.js +23 -0
  37. package/dist/translations/hu.d.ts +8 -0
  38. package/dist/translations/hu.js +23 -0
  39. package/dist/translations/id.d.ts +8 -0
  40. package/dist/translations/id.js +23 -0
  41. package/dist/translations/it.d.ts +8 -0
  42. package/dist/translations/it.js +23 -0
  43. package/dist/translations/ja.d.ts +8 -0
  44. package/dist/translations/ja.js +23 -0
  45. package/dist/translations/ko.d.ts +8 -0
  46. package/dist/translations/ko.js +23 -0
  47. package/dist/translations/lt.d.ts +8 -0
  48. package/dist/translations/lt.js +23 -0
  49. package/dist/translations/lv.d.ts +8 -0
  50. package/dist/translations/lv.js +23 -0
  51. package/dist/translations/ms.d.ts +8 -0
  52. package/dist/translations/ms.js +23 -0
  53. package/dist/translations/nl.d.ts +8 -0
  54. package/dist/translations/nl.js +23 -0
  55. package/dist/translations/no.d.ts +8 -0
  56. package/dist/translations/no.js +23 -0
  57. package/dist/translations/pl.d.ts +8 -0
  58. package/dist/translations/pl.js +23 -0
  59. package/dist/translations/pt-br.d.ts +8 -0
  60. package/dist/translations/pt-br.js +23 -0
  61. package/dist/translations/pt.d.ts +8 -0
  62. package/dist/translations/pt.js +23 -0
  63. package/dist/translations/ro.d.ts +8 -0
  64. package/dist/translations/ro.js +23 -0
  65. package/dist/translations/ru.d.ts +8 -0
  66. package/dist/translations/ru.js +23 -0
  67. package/dist/translations/sk.d.ts +8 -0
  68. package/dist/translations/sk.js +23 -0
  69. package/dist/translations/sr.d.ts +8 -0
  70. package/dist/translations/sr.js +23 -0
  71. package/dist/translations/sv.d.ts +8 -0
  72. package/dist/translations/sv.js +23 -0
  73. package/dist/translations/th.d.ts +8 -0
  74. package/dist/translations/th.js +23 -0
  75. package/dist/translations/tr.d.ts +8 -0
  76. package/dist/translations/tr.js +23 -0
  77. package/dist/translations/uk.d.ts +8 -0
  78. package/dist/translations/uk.js +23 -0
  79. package/dist/translations/vi.d.ts +8 -0
  80. package/dist/translations/vi.js +23 -0
  81. package/dist/translations/zh-cn.d.ts +8 -0
  82. package/dist/translations/zh-cn.js +23 -0
  83. package/dist/translations/zh.d.ts +8 -0
  84. package/dist/translations/zh.js +23 -0
  85. package/dist/types/augmentation.d.ts +22 -0
  86. package/dist/types/casechange.d.ts +122 -0
  87. package/dist/types/casechangecommand.d.ts +36 -0
  88. package/dist/types/casechangeediting.d.ts +34 -0
  89. package/dist/types/casechangeui.d.ts +29 -0
  90. package/dist/types/index.d.ts +16 -0
  91. package/package.json +4 -3
  92. package/src/casechange.js +1 -1
  93. package/src/casechangecommand.js +1 -1
  94. package/src/casechangeediting.js +1 -1
  95. package/src/casechangeui.js +1 -1
  96. package/src/index.js +1 -1
@@ -0,0 +1,8 @@
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
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'ar':{'dictionary':{'Case\x20change':'تغيير\x20الحالة','UPPERCASE':'حرف\x20كبير','lowercase':'حرف\x20صغير','Title\x20Case':'حالة\x20العنوان','Change\x20text\x20case':'غيّرْ\x20حالة\x20النص'},'getPluralForm':_0x21131e=>0x0==_0x21131e?0x0:0x1==_0x21131e?0x1:0x2==_0x21131e?0x2:_0x21131e%0x64>=0x3&&_0x21131e%0x64<=0xa?0x3:_0x21131e%0x64>=0xb&&_0x21131e%0x64<=0x63?0x4:0x5}};
@@ -0,0 +1,8 @@
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
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'bg':{'dictionary':{'Case\x20change':'Смяна\x20на\x20регистъра','UPPERCASE':'ГЛАВНИ\x20БУКВИ','lowercase':'малки\x20букви','Title\x20Case':'Регистър\x20на\x20заглавиетоя','Change\x20text\x20case':'Промяна\x20на\x20главни\x20и\x20малки\x20букви\x20на\x20текста'},'getPluralForm':_0x230b36=>0x1!=_0x230b36}};
@@ -0,0 +1,8 @@
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
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'bn':{'dictionary':{'Case\x20change':'হাতের\x20অক্ষরে\x20পরিবর্তন','UPPERCASE':'বড়\x20হাতের','lowercase':'ছোট\x20হাতের','Title\x20Case':'টাইটেলের\x20হাতের\x20অক্ষর','Change\x20text\x20case':'টেক্সটের\x20কেস\x20পরিবর্তন\x20করুন'},'getPluralForm':_0xe12a44=>0x1!=_0xe12a44}};
@@ -0,0 +1,8 @@
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
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'ca':{'dictionary':{'Case\x20change':'Canvi\x20de\x20majúscules\x20i\x20minúscules','UPPERCASE':'MAJÚSCULA','lowercase':'minúscula','Title\x20Case':'Majúscules\x20i\x20minúscules','Change\x20text\x20case':'Canvia\x20entre\x20majúscules\x20i\x20minúscules'},'getPluralForm':_0x2382a2=>0x1!=_0x2382a2}};
@@ -0,0 +1,8 @@
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
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'cs':{'dictionary':{'Case\x20change':'Změna\x20velikosti\x20písmen','UPPERCASE':'VELKÁ\x20PÍSMENA','lowercase':'malá\x20písmena','Title\x20Case':'Nadpisová\x20velikost\x20písmen','Change\x20text\x20case':'Změna\x20velikosti\x20písmen'},'getPluralForm':_0x2c2a15=>0x1==_0x2c2a15&&_0x2c2a15%0x1==0x0?0x0:_0x2c2a15>=0x2&&_0x2c2a15<=0x4&&_0x2c2a15%0x1==0x0?0x1:_0x2c2a15%0x1!=0x0?0x2:0x3}};
@@ -0,0 +1,8 @@
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
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'da':{'dictionary':{'Case\x20change':'Skift\x20mellem\x20store\x20og\x20små\x20bogstaver','UPPERCASE':'STORE\x20BOGSTAVER','lowercase':'små\x20bogstaver','Title\x20Case':'Store\x20eller\x20små\x20bogstaver\x20i\x20titel','Change\x20text\x20case':'Skift\x20mellem\x20store\x20og\x20små\x20bogstaver'},'getPluralForm':_0x23a999=>0x1!=_0x23a999}};
@@ -0,0 +1,8 @@
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
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'de':{'dictionary':{'Case\x20change':'Groß/Kleinumschaltung','UPPERCASE':'GROSSSCHREIBUNG','lowercase':'Kleinbuchstaben','Title\x20Case':'Titel\x20Fall','Change\x20text\x20case':'Groß-\x20und\x20Kleinschreibung\x20ändern'},'getPluralForm':_0x38a941=>0x1!=_0x38a941}};
@@ -0,0 +1,8 @@
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
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'el':{'dictionary':{'Case\x20change':'Αλλαγή\x20κεφαλαίων-πεζών','UPPERCASE':'ΚΕΦΑΛΑΙΑ','lowercase':'πεζά','Title\x20Case':'Γράμματα\x20τίτλου','Change\x20text\x20case':'Αλλαγή\x20πεζών\x20και\x20κεφαλαίων\x20γραμμάτων\x20κειμένου'},'getPluralForm':_0x2d9121=>0x1!=_0x2d9121}};
@@ -0,0 +1,8 @@
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
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'en':{'dictionary':{'Case\x20change':'Case\x20change','UPPERCASE':'UPPERCASE','lowercase':'lowercase','Title\x20Case':'Title\x20Case','Change\x20text\x20case':'Change\x20text\x20case'},'getPluralForm':null}};
@@ -0,0 +1,8 @@
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
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'es':{'dictionary':{'Case\x20change':'Cambio\x20de\x20mayúsculas/minúsculas','UPPERCASE':'MAYÚSCULAS','lowercase':'minúscula','Title\x20Case':'Titulo\x20del\x20caso','Change\x20text\x20case':'Cambia\x20las\x20mayúsculas\x20y\x20minúsculas\x20del\x20texto'},'getPluralForm':_0x39c3b6=>0x1==_0x39c3b6?0x0:0x0!=_0x39c3b6&&_0x39c3b6%0xf4240==0x0?0x1:0x2}};
@@ -0,0 +1,8 @@
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
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'et':{'dictionary':{'Case\x20change':'Muudab\x20tähed\x20suureks\x20või\x20väikseks','UPPERCASE':'SUURED\x20TÄHED','lowercase':'väikesed\x20tähed','Title\x20Case':'Pealkiri\x20suurtes\x20või\x20väikestes\x20tähtedes','Change\x20text\x20case':'Muuda\x20tekst\x20läbivalt\x20suureks/väikseks'},'getPluralForm':_0x45222b=>0x1!=_0x45222b}};
@@ -0,0 +1,8 @@
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
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'fi':{'dictionary':{'Case\x20change':'Aakkoslajin\x20vaihto','UPPERCASE':'ISOT\x20KIRJAIMET','lowercase':'pienet\x20kirjaimet','Title\x20Case':'Otsikkolaji','Change\x20text\x20case':'Vaihda\x20kirjainten\x20kokoa'},'getPluralForm':_0x3bdb63=>0x1!=_0x3bdb63}};
@@ -0,0 +1,8 @@
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
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'fr':{'dictionary':{'Case\x20change':'Changement\x20de\x20casse','UPPERCASE':'MAJUSCULE','lowercase':'minuscule','Title\x20Case':'Casse\x20de\x20titre','Change\x20text\x20case':'Changer\x20la\x20casse\x20du\x20texte'},'getPluralForm':_0x81303=>0x0==_0x81303||0x1==_0x81303?0x0:0x0!=_0x81303&&_0x81303%0xf4240==0x0?0x1:0x2}};
@@ -0,0 +1,8 @@
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
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'he':{'dictionary':{'Case\x20change':'שינוי\x20רישיות','UPPERCASE':'אותיות\x20גדולות','lowercase':'אותיות\x20קטנות','Title\x20Case':'רישיות\x20כותרת','Change\x20text\x20case':'שינוי\x20מצב\x20הרישיות\x20של\x20טקסט'},'getPluralForm':_0x20a0a9=>0x1==_0x20a0a9&&_0x20a0a9%0x1==0x0?0x0:0x2==_0x20a0a9&&_0x20a0a9%0x1==0x0?0x1:0x2}};
@@ -0,0 +1,8 @@
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
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'hi':{'dictionary':{'Case\x20change':'केस\x20बदलें','UPPERCASE':'अपरकेस','lowercase':'लोअरकेस','Title\x20Case':'शीर्षक\x20केस','Change\x20text\x20case':'टेक्स्ट\x20केस\x20बदलें'},'getPluralForm':_0x3c459c=>0x1!=_0x3c459c}};
@@ -0,0 +1,8 @@
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
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'hr':{'dictionary':{'Case\x20change':'Promjena\x20veličine\x20slova','UPPERCASE':'VELIKA\x20SLOVA','lowercase':'mala\x20slova','Title\x20Case':'Velika\x20Prva\x20Slova','Change\x20text\x20case':''},'getPluralForm':_0x25cf40=>_0x25cf40%0xa==0x1&&_0x25cf40%0x64!=0xb?0x0:_0x25cf40%0xa>=0x2&&_0x25cf40%0xa<=0x4&&(_0x25cf40%0x64<0xa||_0x25cf40%0x64>=0x14)?0x1:0x2}};
@@ -0,0 +1,8 @@
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
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'hu':{'dictionary':{'Case\x20change':'Kis-\x20és\x20nagybetű\x20váltása','UPPERCASE':'NAGYBETŰ','lowercase':'kisbetű','Title\x20Case':'Nagy\x20kezdőbetű','Change\x20text\x20case':'Szövegalak\x20módosítása'},'getPluralForm':_0x1b04f3=>0x1!=_0x1b04f3}};
@@ -0,0 +1,8 @@
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
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export default{'id':{'dictionary':{'Case\x20change':'Ganti\x20huruf','UPPERCASE':'HURUF\x20BESAR','lowercase':'huruf\x20kecil','Title\x20Case':'Huruf\x20Judul','Change\x20text\x20case':'Ubah\x20kapitalisasi\x20huruf\x20teks'},'getPluralForm':_0x5573e2=>0x0}};