@ckeditor/ckeditor5-special-characters 35.0.1 → 35.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/special-characters.js +2 -2
- package/build/special-characters.js.map +1 -0
- package/build/translations/ar.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fa.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -0
- package/build/translations/uz.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/contexts.json +4 -0
- package/lang/translations/ar.po +16 -0
- package/lang/translations/az.po +16 -0
- package/lang/translations/bg.po +16 -0
- package/lang/translations/bn.po +16 -0
- package/lang/translations/ca.po +16 -0
- package/lang/translations/cs.po +16 -0
- package/lang/translations/da.po +16 -0
- package/lang/translations/de.po +16 -0
- package/lang/translations/el.po +16 -0
- package/lang/translations/en-au.po +16 -0
- package/lang/translations/en.po +16 -0
- package/lang/translations/es.po +16 -0
- package/lang/translations/et.po +16 -0
- package/lang/translations/fa.po +16 -0
- package/lang/translations/fi.po +16 -0
- package/lang/translations/fr.po +16 -0
- package/lang/translations/gl.po +16 -0
- package/lang/translations/he.po +16 -0
- package/lang/translations/hi.po +16 -0
- package/lang/translations/hu.po +16 -0
- package/lang/translations/id.po +16 -0
- package/lang/translations/it.po +16 -0
- package/lang/translations/ja.po +16 -0
- package/lang/translations/ko.po +16 -0
- package/lang/translations/lt.po +16 -0
- package/lang/translations/lv.po +16 -0
- package/lang/translations/ms.po +16 -0
- package/lang/translations/nl.po +16 -0
- package/lang/translations/no.po +16 -0
- package/lang/translations/pl.po +16 -0
- package/lang/translations/pt-br.po +16 -0
- package/lang/translations/pt.po +16 -0
- package/lang/translations/ro.po +16 -0
- package/lang/translations/ru.po +16 -0
- package/lang/translations/sk.po +16 -0
- package/lang/translations/sr-latn.po +16 -0
- package/lang/translations/sr.po +16 -0
- package/lang/translations/sv.po +16 -0
- package/lang/translations/th.po +16 -0
- package/lang/translations/tk.po +16 -0
- package/lang/translations/tr.po +16 -0
- package/lang/translations/uk.po +16 -0
- package/lang/translations/ur.po +1053 -0
- package/lang/translations/uz.po +16 -0
- package/lang/translations/vi.po +16 -0
- package/lang/translations/zh-cn.po +16 -0
- package/lang/translations/zh.po +16 -0
- package/package.json +12 -12
- package/src/specialcharacters.js +9 -3
- package/src/specialcharactersarrows.js +4 -0
- package/src/ui/charactergridview.js +72 -1
- package/src/ui/specialcharactersview.js +143 -0
package/lang/translations/ja.po
CHANGED
|
@@ -20,6 +20,22 @@ 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 label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr "シンプルな左向き矢印"
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr "シンプルな右向き矢印"
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr "シンプルな上向き矢印"
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr "シンプルな下向き矢印"
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "左向き二重矢印"
|
package/lang/translations/ko.po
CHANGED
|
@@ -20,6 +20,22 @@ 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 label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr "왼쪽 단순 화살표"
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr "오른쪽 단순 화살표"
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr "위쪽 단순 화살표"
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr "아래쪽 단순 화살표"
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "왼쪽 겹화살표"
|
package/lang/translations/lt.po
CHANGED
|
@@ -20,6 +20,22 @@ 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 label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr "Į kairę paprasta rodyklė"
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr "Į dešinę paprasta rodyklė"
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr "Į viršų paprasta rodyklė"
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr "Į apačią paprasta rodyklė"
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "dviguba rodyklė kairėn"
|
package/lang/translations/lv.po
CHANGED
|
@@ -20,6 +20,22 @@ 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 label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr "vienkāršā bulta pa kreisi"
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr "vienkāršā bulta pa labi"
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr "vienkāršā bulta uz augšu"
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr "vienkāršā bulta lejup"
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "pa kreisi vērstā dubultbultiņa"
|
package/lang/translations/ms.po
CHANGED
|
@@ -20,6 +20,22 @@ 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 label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr "anak panah mudah ke kiri"
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr "anak panah mudah ke kanan"
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr "anak panah mudah ke atas"
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr "anak panah mudah ke bawah"
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "anak panah berkembar arah kiri"
|
package/lang/translations/nl.po
CHANGED
|
@@ -20,6 +20,22 @@ 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 label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr "simpele pijl naar links"
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr "simpele pijl naar rechts"
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr "simpele pijl naar boven"
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr "simpele pijl naar beneden"
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "linkswijzende dubbele pijl"
|
package/lang/translations/no.po
CHANGED
|
@@ -20,6 +20,22 @@ 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 label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr "venstre enkel pil"
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr "høyre enkel pil"
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr "opp enkel pil"
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr "ned enkel pil"
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "Dobbel pil mot venstre"
|
package/lang/translations/pl.po
CHANGED
|
@@ -20,6 +20,22 @@ 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 label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr "prosta strzałka w lewo"
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr "prosta strzałka w prawo"
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr "prosta strzałka w górę"
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr "prosta strzałka w dół"
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "podwójna strzałka w lewo"
|
|
@@ -20,6 +20,22 @@ 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 label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr "seta simples para a esquerda"
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr "seta simples para a direita"
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr "seta simples para cima"
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr "seta simples para baixo"
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "Seta dupla para esquerda"
|
package/lang/translations/pt.po
CHANGED
|
@@ -20,6 +20,22 @@ 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 label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr "seta simples para a esquerda"
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr "seta simples para a direita"
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr "seta simples para cima"
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr "seta simples para baixo"
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "seta dupla para a esquerda"
|
package/lang/translations/ro.po
CHANGED
|
@@ -20,6 +20,22 @@ 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 label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr "săgeată simplă spre stânga"
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr "săgeată simplă spre dreapta"
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr "săgeată simplă în sus"
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr "săgeată simplă în jos"
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "săgeată dublă spre stânga"
|
package/lang/translations/ru.po
CHANGED
|
@@ -20,6 +20,22 @@ 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 label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr "простая стрелка влево"
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr "простая стрелка вправо"
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr "простая стрелка вверх"
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr "простая стрелка вниз"
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "Двойная стрелка влево"
|
package/lang/translations/sk.po
CHANGED
|
@@ -20,6 +20,22 @@ 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 label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr "jednoduchá šípka doľava"
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr "jednoduchá šípka doprava"
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr "jednoduchá šípka nahor"
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr "jednoduchá šípka nadol"
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "dvojitá šípka doľava"
|
|
@@ -20,6 +20,22 @@ 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 label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr ""
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr ""
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "Dupla strlica levo"
|
package/lang/translations/sr.po
CHANGED
|
@@ -20,6 +20,22 @@ 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 label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr "jednostavna strelica nalevo"
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr "jednostavna strelica udesno"
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr "jednostavna strelica nagore"
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr "jednostavna strelica nadole"
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "Дупла стрелица лево"
|
package/lang/translations/sv.po
CHANGED
|
@@ -20,6 +20,22 @@ 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 label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr "enkel vänsterpil"
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr "enkel högerpil"
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr "enkel uppåtpil"
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr "enkel nedåtpil"
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "dubbelpil åt vänster"
|
package/lang/translations/th.po
CHANGED
|
@@ -20,6 +20,22 @@ 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 label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr "ลูกศรซ้ายธรรมดา"
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr "ลูกศรขวาธรรมดา"
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr "ลูกศรขึ้นธรรมดา"
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr "ลูกศรลงธรรมดา"
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "ลูกศรซ้ายคู่"
|
package/lang/translations/tk.po
CHANGED
|
@@ -20,6 +20,22 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
|
|
|
20
20
|
msgid "Special characters"
|
|
21
21
|
msgstr "Ýörite nyşanlar"
|
|
22
22
|
|
|
23
|
+
msgctxt "A label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr ""
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr ""
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "çepe tarap goşa ok"
|
package/lang/translations/tr.po
CHANGED
|
@@ -20,6 +20,22 @@ msgctxt "Name of the special characters plugins, visible in a dropdown and as a
|
|
|
20
20
|
msgid "Special characters"
|
|
21
21
|
msgstr "Özel karakterler"
|
|
22
22
|
|
|
23
|
+
msgctxt "A label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr "sola doğru basit ok"
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr "sağa doğru basit ok"
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr "yukarı doğru basit ok"
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr "aşağı doğru basit ok"
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "sola çift ok"
|
package/lang/translations/uk.po
CHANGED
|
@@ -20,6 +20,22 @@ 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 label for the \"leftwards simple arrow\" symbol."
|
|
24
|
+
msgid "leftwards simple arrow"
|
|
25
|
+
msgstr "проста стрілка вліво"
|
|
26
|
+
|
|
27
|
+
msgctxt "A label for the \"rightwards simple arrow\" symbol."
|
|
28
|
+
msgid "rightwards simple arrow"
|
|
29
|
+
msgstr "проста стрілка вправо"
|
|
30
|
+
|
|
31
|
+
msgctxt "A label for the \"upwards simple arrow\" symbol."
|
|
32
|
+
msgid "upwards simple arrow"
|
|
33
|
+
msgstr "проста стрілка вгору"
|
|
34
|
+
|
|
35
|
+
msgctxt "A label for the \"downwards simple arrow\" symbol."
|
|
36
|
+
msgid "downwards simple arrow"
|
|
37
|
+
msgstr "проста стрілка вниз"
|
|
38
|
+
|
|
23
39
|
msgctxt "A label for the \"leftwards double arrow\" symbol."
|
|
24
40
|
msgid "leftwards double arrow"
|
|
25
41
|
msgstr "подвійна стрілка вліво"
|