@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 "特殊文字"
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 "Išskirtiniai simboliai"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "Visi"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Rodyklės"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Valiuta"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Lotyniški rašmenys"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Matematiniai rašmenys"
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr "Tekstas"
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr "Į kairę paprasta rodyklė"
@@ -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ālie simboli"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "Visi"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Bultas"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Valūta"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Latīņu"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Matemātisks"
42
+
43
+ msgctxt "A category name is displayed in a special characters dropdown representing text symbols."
44
+ msgid "Text"
45
+ msgstr "Teksts"
46
+
23
47
  msgctxt "A label for the \"leftwards simple arrow\" symbol."
24
48
  msgid "leftwards simple arrow"
25
49
  msgstr "vienkāršā bulta pa kreisi"
@@ -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 "Aksara istimewa"
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 "Anak Panah"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Mata Wang"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Bahasa Latin"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Matematik"
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 "anak panah mudah ke kiri"
@@ -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 "Speciale karakters"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "Alles"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Pijlen"
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 "Latijn"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Wiskundig"
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 "simpele pijl naar links"
@@ -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 "Spesialtegn"
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 "Piltaster"
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 "venstre enkel 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 "Znaki specjalne"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "Wszystko"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Strzałki"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Waluta"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Łaciński"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Matematyczne"
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 "prosta strzałka w lewo"
@@ -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 "Tudo"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Setas"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Moeda"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Latim"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Matemática"
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 "seta simples para a esquerda"
@@ -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 "Carateres especiais"
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 "Setas"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Moeda"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Latinos"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Matemáticos"
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 "seta simples para a esquerda"
@@ -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 "Caractere speciale"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "Toate"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Săgeți"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Monedă"
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 "Matematic"
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 "săgeată simplă spre stânga"
@@ -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 "Špeciálne 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šetko"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Šípky"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Mena"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Latinský"
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á šípka doľava"
@@ -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,21 +20,45 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
20
20
  msgid "Special characters"
21
21
  msgstr "Specijalni karakteri"
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
- msgstr ""
49
+ msgstr "jednostavna strelica nalevo"
26
50
 
27
51
  msgctxt "A label for the \"rightwards simple arrow\" symbol."
28
52
  msgid "rightwards simple arrow"
29
- msgstr ""
53
+ msgstr "jednostavna strelica udesno"
30
54
 
31
55
  msgctxt "A label for the \"upwards simple arrow\" symbol."
32
56
  msgid "upwards simple arrow"
33
- msgstr ""
57
+ msgstr "jednostavna strelica nagore"
34
58
 
35
59
  msgctxt "A label for the \"downwards simple arrow\" symbol."
36
60
  msgid "downwards simple arrow"
37
- msgstr ""
61
+ msgstr "jednostavna strelica nadole"
38
62
 
39
63
  msgctxt "A label for the \"leftwards double arrow\" symbol."
40
64
  msgid "leftwards double 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,21 +20,45 @@ 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 "Svi"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Strelice"
30
+
31
+ msgctxt "A category name is displayed in a special characters dropdown representing currency symbols."
32
+ msgid "Currency"
33
+ msgstr "Valute"
34
+
35
+ msgctxt "A category name is displayed in a special characters dropdown representing latin symbols."
36
+ msgid "Latin"
37
+ msgstr "Latinični"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Matematički"
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
- msgstr "jednostavna strelica nalevo"
49
+ msgstr "једноставна стрелица налево"
26
50
 
27
51
  msgctxt "A label for the \"rightwards simple arrow\" symbol."
28
52
  msgid "rightwards simple arrow"
29
- msgstr "jednostavna strelica udesno"
53
+ msgstr "једноставна стрелица удесно"
30
54
 
31
55
  msgctxt "A label for the \"upwards simple arrow\" symbol."
32
56
  msgid "upwards simple arrow"
33
- msgstr "jednostavna strelica nagore"
57
+ msgstr "једноставна стрелица нагоре"
34
58
 
35
59
  msgctxt "A label for the \"downwards simple arrow\" symbol."
36
60
  msgid "downwards simple arrow"
37
- msgstr "jednostavna strelica nadole"
61
+ msgstr "једноставна стрелица надоле"
38
62
 
39
63
  msgctxt "A label for the \"leftwards double arrow\" symbol."
40
64
  msgid "leftwards double 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 "Specialtecken"
22
22
 
23
+ msgctxt "A category name is displayed in a special characters dropdown representing all available symbols."
24
+ msgid "All"
25
+ msgstr "Alla"
26
+
27
+ msgctxt "A category name is displayed in a special characters dropdown representing arrow symbols."
28
+ msgid "Arrows"
29
+ msgstr "Pilar"
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 "Latinska"
38
+
39
+ msgctxt "A category name is displayed in a special characters dropdown representing mathematical symbols."
40
+ msgid "Mathematical"
41
+ msgstr "Matematiska"
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 "enkel vänsterpil"
@@ -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 "ลูกศรซ้ายธรรมดา"