@ckeditor/ckeditor5-special-characters 35.4.0 → 36.0.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.
Files changed (112) hide show
  1. package/LICENSE.md +1 -1
  2. package/build/special-characters.js +3 -3
  3. package/build/translations/ar.js +1 -1
  4. package/build/translations/az.js +1 -1
  5. package/build/translations/bg.js +1 -1
  6. package/build/translations/bn.js +1 -1
  7. package/build/translations/ca.js +1 -1
  8. package/build/translations/cs.js +1 -1
  9. package/build/translations/da.js +1 -1
  10. package/build/translations/de.js +1 -1
  11. package/build/translations/el.js +1 -1
  12. package/build/translations/en-au.js +1 -1
  13. package/build/translations/es.js +1 -1
  14. package/build/translations/et.js +1 -1
  15. package/build/translations/fa.js +1 -1
  16. package/build/translations/fi.js +1 -1
  17. package/build/translations/fr.js +1 -1
  18. package/build/translations/gl.js +1 -1
  19. package/build/translations/he.js +1 -1
  20. package/build/translations/hi.js +1 -1
  21. package/build/translations/hu.js +1 -1
  22. package/build/translations/id.js +1 -1
  23. package/build/translations/it.js +1 -1
  24. package/build/translations/ja.js +1 -1
  25. package/build/translations/ko.js +1 -1
  26. package/build/translations/lt.js +1 -1
  27. package/build/translations/lv.js +1 -1
  28. package/build/translations/ms.js +1 -1
  29. package/build/translations/nl.js +1 -1
  30. package/build/translations/no.js +1 -1
  31. package/build/translations/pl.js +1 -1
  32. package/build/translations/pt-br.js +1 -1
  33. package/build/translations/pt.js +1 -1
  34. package/build/translations/ro.js +1 -1
  35. package/build/translations/ru.js +1 -1
  36. package/build/translations/sk.js +1 -1
  37. package/build/translations/sr-latn.js +1 -1
  38. package/build/translations/sr.js +1 -1
  39. package/build/translations/sv.js +1 -1
  40. package/build/translations/th.js +1 -1
  41. package/build/translations/tk.js +1 -1
  42. package/build/translations/tr.js +1 -1
  43. package/build/translations/uk.js +1 -1
  44. package/build/translations/ur.js +1 -1
  45. package/build/translations/uz.js +1 -1
  46. package/build/translations/vi.js +1 -1
  47. package/build/translations/zh-cn.js +1 -1
  48. package/build/translations/zh.js +1 -1
  49. package/lang/contexts.json +6 -0
  50. package/lang/translations/ar.po +25 -1
  51. package/lang/translations/az.po +25 -1
  52. package/lang/translations/bg.po +25 -1
  53. package/lang/translations/bn.po +25 -1
  54. package/lang/translations/ca.po +25 -1
  55. package/lang/translations/cs.po +25 -1
  56. package/lang/translations/da.po +25 -1
  57. package/lang/translations/de.po +25 -1
  58. package/lang/translations/el.po +25 -1
  59. package/lang/translations/en-au.po +25 -1
  60. package/lang/translations/en.po +25 -1
  61. package/lang/translations/es.po +25 -1
  62. package/lang/translations/et.po +25 -1
  63. package/lang/translations/fa.po +25 -1
  64. package/lang/translations/fi.po +25 -1
  65. package/lang/translations/fr.po +25 -1
  66. package/lang/translations/gl.po +25 -1
  67. package/lang/translations/he.po +25 -1
  68. package/lang/translations/hi.po +25 -1
  69. package/lang/translations/hu.po +25 -1
  70. package/lang/translations/id.po +25 -1
  71. package/lang/translations/it.po +25 -1
  72. package/lang/translations/ja.po +25 -1
  73. package/lang/translations/ko.po +25 -1
  74. package/lang/translations/lt.po +25 -1
  75. package/lang/translations/lv.po +25 -1
  76. package/lang/translations/ms.po +25 -1
  77. package/lang/translations/nl.po +25 -1
  78. package/lang/translations/no.po +25 -1
  79. package/lang/translations/pl.po +25 -1
  80. package/lang/translations/pt-br.po +25 -1
  81. package/lang/translations/pt.po +25 -1
  82. package/lang/translations/ro.po +25 -1
  83. package/lang/translations/ru.po +25 -1
  84. package/lang/translations/sk.po +25 -1
  85. package/lang/translations/sr-latn.po +29 -5
  86. package/lang/translations/sr.po +29 -5
  87. package/lang/translations/sv.po +25 -1
  88. package/lang/translations/th.po +25 -1
  89. package/lang/translations/tk.po +25 -1
  90. package/lang/translations/tr.po +25 -1
  91. package/lang/translations/uk.po +25 -1
  92. package/lang/translations/ur.po +25 -1
  93. package/lang/translations/uz.po +25 -1
  94. package/lang/translations/vi.po +25 -1
  95. package/lang/translations/zh-cn.po +25 -1
  96. package/lang/translations/zh.po +25 -1
  97. package/package.json +12 -12
  98. package/src/index.js +1 -1
  99. package/src/specialcharacters.js +108 -17
  100. package/src/specialcharactersarrows.js +2 -2
  101. package/src/specialcharacterscurrency.js +2 -2
  102. package/src/specialcharactersessentials.js +1 -1
  103. package/src/specialcharacterslatin.js +2 -2
  104. package/src/specialcharactersmathematical.js +2 -2
  105. package/src/specialcharacterstext.js +2 -2
  106. package/src/ui/charactergridview.js +1 -1
  107. package/src/ui/characterinfoview.js +1 -1
  108. package/src/ui/specialcharactersnavigationview.js +11 -10
  109. package/src/ui/specialcharactersview.js +1 -1
  110. package/theme/charactergrid.css +1 -1
  111. package/theme/characterinfo.css +1 -1
  112. package/theme/specialcharacters.css +1 -1
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -20,6 +20,30 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
20
20
  msgid "Special characters"
21
21
  msgstr "Caràcters especials"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "Tot"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Fletxes"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Moneda"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Llatí"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Matemàtic"
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr "Text"
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr "fletxa simple cap a l'esquerra"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -20,6 +20,30 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
20
20
  msgid "Special characters"
21
21
  msgstr "Speciální znaky"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "Vše"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Šipky"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Měna"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Latina"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Matematické"
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr "Text"
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr "jednoduchá šipka doleva"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -20,6 +20,30 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
20
20
  msgid "Special characters"
21
21
  msgstr "Specialtegn"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "Alle"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Pile"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Valuta"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Latin"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Matematisk"
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr "Tekst"
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr "venstrepegende simpel pil"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -20,6 +20,30 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
20
20
  msgid "Special characters"
21
21
  msgstr "Sonderzeichen"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "Alle"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Pfeile"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Währung"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Lateinisch"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Mathematisch"
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr "Text"
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr "einfacher Linkspfeil"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -20,6 +20,30 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
20
20
  msgid "Special characters"
21
21
  msgstr "Ειδικοί χαρακτήρες"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "Όλα"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Βέλη"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Νόμισμα"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Λατινικά"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Μαθηματικά"
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr "Κείμενο"
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr "απλό βέλος προς τα αριστερά"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -20,6 +20,30 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
20
20
  msgid "Special characters"
21
21
  msgstr "Special characters"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr ""
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr ""
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr ""
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr ""
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr ""
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr ""
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr "leftwards simple arrow"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -20,6 +20,30 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
20
20
  msgid "Special characters"
21
21
  msgstr "Special characters"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "All"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Arrows"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Currency"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Latin"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Mathematical"
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr "Text"
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr "leftwards simple arrow"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -20,6 +20,30 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
20
20
  msgid "Special characters"
21
21
  msgstr "Caracteres especiales"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "Todos"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Flechas"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Monedas"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Latín"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Matemáticas"
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr "Texto"
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr "flecha simple hacia la izquierda"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -20,6 +20,30 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
20
20
  msgid "Special characters"
21
21
  msgstr "Erimärgid"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "Kõik"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Nooled"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Valuuta"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Ladina"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Matemaatiline"
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr "Tekst"
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr "vasakule suunatud lihtne nool"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -20,6 +20,30 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
20
20
  msgid "Special characters"
21
21
  msgstr "کاراکترهای ویژه"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr ""
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr ""
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr ""
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr ""
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr ""
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr ""
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr ""
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -20,6 +20,30 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
20
20
  msgid "Special characters"
21
21
  msgstr "Erikoismerkit"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "Kaikki"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Nuolet"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Valuutta"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Latinalaiset"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Matemaattiset"
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr "Teksti"
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr "yksinkertainen nuoli vasempaan"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -20,6 +20,30 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
20
20
  msgid "Special characters"
21
21
  msgstr "Caractères spéciaux"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "Tous"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Flèches"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Devise"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Latin"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Mathématique"
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr "Texte"
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr "flèche simple vers la gauche"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -20,6 +20,30 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
20
20
  msgid "Special characters"
21
21
  msgstr "Caracteres especiais"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr ""
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr ""
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr ""
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr ""
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr ""
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr ""
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr ""
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -20,6 +20,30 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
20
20
  msgid "Special characters"
21
21
  msgstr "תווים מיוחדים"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "כל"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "חיצים"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "מטבע"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "לטינית"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "מתמטי"
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr "טקסט"
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr "חץ פשוט שמאלה"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -20,6 +20,30 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
20
20
  msgid "Special characters"
21
21
  msgstr "Special characters"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "सभी"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "एरोज"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "करेंसी"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "लैटिन"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "मैथमैटिकल"
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr "टेक्स्ट"
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr "सिम्पल ऐरो बाएं तरफ"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -20,6 +20,30 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
20
20
  msgid "Special characters"
21
21
  msgstr "Speciális karakterek"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "Összes"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Nyilak"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Valuta"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Latin"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Matematikai"
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr "Szöveg"
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr "balra mutató egyszerű nyíl"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -20,6 +20,30 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
20
20
  msgid "Special characters"
21
21
  msgstr "Karakter spesial"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "Semua"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Panah"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Mata Uang"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Latin"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Matematika"
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr "Teks"
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr "panah kiri sederhana"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -20,6 +20,30 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
20
20
  msgid "Special characters"
21
21
  msgstr "Caratteri speciali"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "Tutti"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Frecce"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Valuta"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Latini"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Matematici"
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr "Testo"
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr "freccia semplice verso sinistra"