intl-tel-input 25.14.1 → 26.0.0-beta.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/README.md +27 -43
- package/angular/README.md +1 -1
- package/angular/build/IntlTelInput.js +78 -324
- package/angular/build/IntlTelInputWithUtils.js +78 -324
- package/angular/build/types/intl-tel-input/i18n/ar/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/bg/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/bn/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/bs/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/ca/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/cs/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/da/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/de/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/ee/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/el/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/en/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/es/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/fa/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/fi/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/fr/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/hi/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/hr/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/hu/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/id/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/index.d.ts +43 -43
- package/angular/build/types/intl-tel-input/i18n/it/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/ja/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/ko/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/lt/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/mr/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/nl/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/no/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/pl/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/pt/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/ro/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/ru/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/sk/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/sl/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/sq/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/sr/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/sv/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/te/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/th/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/tr/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/types.d.ts +2 -4
- package/angular/build/types/intl-tel-input/i18n/uk/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/ur/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/uz/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/vi/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input/i18n/zh/index.d.ts +3 -6
- package/angular/build/types/intl-tel-input.d.ts +1 -1
- package/angular/build/types/modules/constants.d.ts +1 -1
- package/angular/build/types/modules/core/icons.d.ts +2 -0
- package/angular/build/types/modules/core/options.d.ts +1 -2
- package/angular/build/types/modules/core/ui.d.ts +2 -3
- package/angular/build/types/modules/data/country-data.d.ts +2 -2
- package/angular/build/types/modules/format/formatting.d.ts +2 -2
- package/angular/build/types/modules/types/public-api.d.ts +3 -1
- package/build/css/demo.css +1 -3
- package/build/css/intlTelInput-no-assets.css +1257 -0
- package/build/css/intlTelInput-no-assets.min.css +1 -0
- package/build/css/intlTelInput.css +21 -22
- package/build/css/intlTelInput.min.css +1 -1
- package/build/js/data.js +1 -1
- package/build/js/data.min.js +1 -1
- package/build/js/i18n/ar/index.js +23 -5
- package/build/js/i18n/bg/index.js +17 -5
- package/build/js/i18n/bn/index.js +17 -5
- package/build/js/i18n/bs/index.js +23 -5
- package/build/js/i18n/ca/index.js +17 -5
- package/build/js/i18n/cs/index.js +20 -5
- package/build/js/i18n/da/index.js +17 -5
- package/build/js/i18n/de/index.js +17 -5
- package/build/js/i18n/ee/index.js +17 -5
- package/build/js/i18n/el/index.js +17 -5
- package/build/js/i18n/en/index.js +18 -5
- package/build/js/i18n/es/index.js +17 -5
- package/build/js/i18n/fa/index.js +17 -5
- package/build/js/i18n/fi/index.js +17 -5
- package/build/js/i18n/fr/index.js +17 -5
- package/build/js/i18n/hi/index.js +17 -5
- package/build/js/i18n/hr/index.js +23 -5
- package/build/js/i18n/hu/index.js +17 -5
- package/build/js/i18n/id/index.js +17 -5
- package/build/js/i18n/index.js +43 -43
- package/build/js/i18n/it/index.js +17 -5
- package/build/js/i18n/ja/index.js +17 -5
- package/build/js/i18n/ko/index.js +17 -5
- package/build/js/i18n/lt/index.js +26 -5
- package/build/js/i18n/mr/index.js +17 -5
- package/build/js/i18n/nl/index.js +17 -5
- package/build/js/i18n/no/index.js +17 -5
- package/build/js/i18n/pl/index.js +21 -5
- package/build/js/i18n/pt/index.js +17 -5
- package/build/js/i18n/ro/index.js +21 -5
- package/build/js/i18n/ru/index.js +23 -5
- package/build/js/i18n/sk/index.js +23 -5
- package/build/js/i18n/sl/index.js +25 -5
- package/build/js/i18n/sq/index.js +18 -5
- package/build/js/i18n/sr/index.js +24 -5
- package/build/js/i18n/sv/index.js +17 -5
- package/build/js/i18n/te/index.js +17 -5
- package/build/js/i18n/th/index.js +17 -5
- package/build/js/i18n/tr/index.js +17 -5
- package/build/js/i18n/uk/index.js +23 -5
- package/build/js/i18n/ur/index.js +17 -5
- package/build/js/i18n/uz/index.js +17 -5
- package/build/js/i18n/vi/index.js +17 -5
- package/build/js/i18n/zh/index.js +17 -5
- package/build/js/intlTelInput.d.ts +118 -677
- package/build/js/intlTelInput.js +79 -329
- package/build/js/intlTelInput.min.js +8 -4
- package/build/js/intlTelInputWithUtils.js +79 -329
- package/build/js/intlTelInputWithUtils.min.js +7 -3
- package/package.json +10 -4
- package/react/README.md +1 -1
- package/react/build/IntlTelInput.cjs +78 -328
- package/react/build/IntlTelInput.d.ts +118 -677
- package/react/build/IntlTelInput.js +78 -328
- package/react/build/IntlTelInputWithUtils.cjs +78 -328
- package/react/build/IntlTelInputWithUtils.js +78 -328
- package/svelte/README.md +1 -1
- package/svelte/build/IntlTelInput.mjs +1170 -1413
- package/svelte/build/IntlTelInputWithUtils.mjs +935 -1178
- package/vue/README.md +1 -1
- package/vue/build/IntlTelInput.vue.d.ts +34 -0
- package/vue/build/IntlTelInputWithUtils.vue.d.ts +34 -0
- package/vue/build/exports/IntlTelInput.d.ts +3 -0
- package/vue/build/exports/IntlTelInput.mjs +66 -0
- package/vue/build/exports/IntlTelInputWithUtils.d.ts +3 -0
- package/vue/build/{IntlTelInputWithUtils.mjs → exports/IntlTelInputWithUtils.mjs} +533 -3866
- package/vue/build/{IntlTelInput.mjs → intl-tel-input-BY4WpieT.mjs} +403 -720
- package/vue/build/intl-tel-input.d.ts +97 -0
- package/vue/build/modules/constants.d.ts +85 -0
- package/vue/build/modules/core/countrySearch.d.ts +17 -0
- package/vue/build/modules/core/icons.d.ts +9 -0
- package/vue/build/modules/core/options.d.ts +3 -0
- package/vue/build/modules/core/ui.d.ts +45 -0
- package/vue/build/modules/data/country-data.d.ts +12 -0
- package/vue/build/modules/data/nanp-regionless.d.ts +2 -0
- package/vue/build/modules/format/caret.d.ts +1 -0
- package/vue/build/modules/format/formatting.d.ts +3 -0
- package/vue/build/modules/types/events.d.ts +9 -0
- package/vue/build/modules/types/public-api.d.ts +79 -0
- package/vue/build/modules/utils/dom.d.ts +6 -0
- package/vue/build/modules/utils/string.d.ts +2 -0
- package/build/js/i18n/ar/countries.js +0 -245
- package/build/js/i18n/ar/interface.js +0 -23
- package/build/js/i18n/bg/countries.js +0 -245
- package/build/js/i18n/bg/interface.js +0 -13
- package/build/js/i18n/bn/countries.js +0 -245
- package/build/js/i18n/bn/interface.js +0 -13
- package/build/js/i18n/bs/countries.js +0 -245
- package/build/js/i18n/bs/interface.js +0 -20
- package/build/js/i18n/ca/countries.js +0 -245
- package/build/js/i18n/ca/interface.js +0 -13
- package/build/js/i18n/cs/countries.js +0 -245
- package/build/js/i18n/cs/interface.js +0 -20
- package/build/js/i18n/da/countries.js +0 -245
- package/build/js/i18n/da/interface.js +0 -13
- package/build/js/i18n/de/countries.js +0 -245
- package/build/js/i18n/de/interface.js +0 -13
- package/build/js/i18n/ee/countries.js +0 -245
- package/build/js/i18n/ee/interface.js +0 -13
- package/build/js/i18n/el/countries.js +0 -245
- package/build/js/i18n/el/interface.js +0 -13
- package/build/js/i18n/en/countries.js +0 -245
- package/build/js/i18n/en/interface.js +0 -14
- package/build/js/i18n/es/countries.js +0 -245
- package/build/js/i18n/es/interface.js +0 -13
- package/build/js/i18n/fa/countries.js +0 -245
- package/build/js/i18n/fa/interface.js +0 -13
- package/build/js/i18n/fi/countries.js +0 -245
- package/build/js/i18n/fi/interface.js +0 -13
- package/build/js/i18n/fr/countries.js +0 -245
- package/build/js/i18n/fr/interface.js +0 -13
- package/build/js/i18n/hi/countries.js +0 -245
- package/build/js/i18n/hi/interface.js +0 -13
- package/build/js/i18n/hr/countries.js +0 -245
- package/build/js/i18n/hr/interface.js +0 -20
- package/build/js/i18n/hu/countries.js +0 -245
- package/build/js/i18n/hu/interface.js +0 -13
- package/build/js/i18n/id/countries.js +0 -245
- package/build/js/i18n/id/interface.js +0 -13
- package/build/js/i18n/it/countries.js +0 -245
- package/build/js/i18n/it/interface.js +0 -13
- package/build/js/i18n/ja/countries.js +0 -245
- package/build/js/i18n/ja/interface.js +0 -13
- package/build/js/i18n/ko/countries.js +0 -245
- package/build/js/i18n/ko/interface.js +0 -13
- package/build/js/i18n/lt/countries.js +0 -245
- package/build/js/i18n/lt/interface.js +0 -26
- package/build/js/i18n/mr/countries.js +0 -245
- package/build/js/i18n/mr/interface.js +0 -13
- package/build/js/i18n/nl/countries.js +0 -245
- package/build/js/i18n/nl/interface.js +0 -13
- package/build/js/i18n/no/countries.js +0 -245
- package/build/js/i18n/no/interface.js +0 -13
- package/build/js/i18n/pl/countries.js +0 -245
- package/build/js/i18n/pl/interface.js +0 -19
- package/build/js/i18n/pt/countries.js +0 -245
- package/build/js/i18n/pt/interface.js +0 -13
- package/build/js/i18n/ro/countries.js +0 -245
- package/build/js/i18n/ro/interface.js +0 -18
- package/build/js/i18n/ru/countries.js +0 -245
- package/build/js/i18n/ru/interface.js +0 -20
- package/build/js/i18n/sk/countries.js +0 -245
- package/build/js/i18n/sk/interface.js +0 -20
- package/build/js/i18n/sl/countries.js +0 -245
- package/build/js/i18n/sl/interface.js +0 -25
- package/build/js/i18n/sq/countries.js +0 -245
- package/build/js/i18n/sq/interface.js +0 -14
- package/build/js/i18n/sr/countries.js +0 -245
- package/build/js/i18n/sr/interface.js +0 -21
- package/build/js/i18n/sv/countries.js +0 -245
- package/build/js/i18n/sv/interface.js +0 -13
- package/build/js/i18n/te/countries.js +0 -245
- package/build/js/i18n/te/interface.js +0 -13
- package/build/js/i18n/th/countries.js +0 -245
- package/build/js/i18n/th/interface.js +0 -13
- package/build/js/i18n/tr/countries.js +0 -245
- package/build/js/i18n/tr/interface.js +0 -13
- package/build/js/i18n/uk/countries.js +0 -245
- package/build/js/i18n/uk/interface.js +0 -20
- package/build/js/i18n/ur/countries.js +0 -245
- package/build/js/i18n/ur/interface.js +0 -13
- package/build/js/i18n/uz/countries.js +0 -245
- package/build/js/i18n/uz/interface.js +0 -13
- package/build/js/i18n/vi/countries.js +0 -245
- package/build/js/i18n/vi/interface.js +0 -13
- package/build/js/i18n/zh/countries.js +0 -245
- package/build/js/i18n/zh/interface.js +0 -13
|
@@ -1,245 +0,0 @@
|
|
|
1
|
-
const countryTranslations = {
|
|
2
|
-
ad: "Andorra",
|
|
3
|
-
ae: "Vereinigte Arabische Emirate",
|
|
4
|
-
af: "Afghanistan",
|
|
5
|
-
ag: "Antigua und Barbuda",
|
|
6
|
-
ai: "Anguilla",
|
|
7
|
-
al: "Albanien",
|
|
8
|
-
am: "Armenien",
|
|
9
|
-
ao: "Angola",
|
|
10
|
-
ar: "Argentinien",
|
|
11
|
-
as: "Amerikanisch-Samoa",
|
|
12
|
-
at: "Österreich",
|
|
13
|
-
au: "Australien",
|
|
14
|
-
aw: "Aruba",
|
|
15
|
-
ax: "Ålandinseln",
|
|
16
|
-
az: "Aserbaidschan",
|
|
17
|
-
ba: "Bosnien und Herzegowina",
|
|
18
|
-
bb: "Barbados",
|
|
19
|
-
bd: "Bangladesch",
|
|
20
|
-
be: "Belgien",
|
|
21
|
-
bf: "Burkina Faso",
|
|
22
|
-
bg: "Bulgarien",
|
|
23
|
-
bh: "Bahrain",
|
|
24
|
-
bi: "Burundi",
|
|
25
|
-
bj: "Benin",
|
|
26
|
-
bl: "St. Barthélemy",
|
|
27
|
-
bm: "Bermuda",
|
|
28
|
-
bn: "Brunei Darussalam",
|
|
29
|
-
bo: "Bolivien",
|
|
30
|
-
bq: "Bonaire, Sint Eustatius und Saba",
|
|
31
|
-
br: "Brasilien",
|
|
32
|
-
bs: "Bahamas",
|
|
33
|
-
bt: "Bhutan",
|
|
34
|
-
bw: "Botsuana",
|
|
35
|
-
by: "Belarus",
|
|
36
|
-
bz: "Belize",
|
|
37
|
-
ca: "Kanada",
|
|
38
|
-
cc: "Kokosinseln",
|
|
39
|
-
cd: "Kongo-Kinshasa",
|
|
40
|
-
cf: "Zentralafrikanische Republik",
|
|
41
|
-
cg: "Kongo-Brazzaville",
|
|
42
|
-
ch: "Schweiz",
|
|
43
|
-
ci: "Côte d’Ivoire",
|
|
44
|
-
ck: "Cookinseln",
|
|
45
|
-
cl: "Chile",
|
|
46
|
-
cm: "Kamerun",
|
|
47
|
-
cn: "China",
|
|
48
|
-
co: "Kolumbien",
|
|
49
|
-
cr: "Costa Rica",
|
|
50
|
-
cu: "Kuba",
|
|
51
|
-
cv: "Cabo Verde",
|
|
52
|
-
cw: "Curaçao",
|
|
53
|
-
cx: "Weihnachtsinsel",
|
|
54
|
-
cy: "Zypern",
|
|
55
|
-
cz: "Tschechien",
|
|
56
|
-
de: "Deutschland",
|
|
57
|
-
dj: "Dschibuti",
|
|
58
|
-
dk: "Dänemark",
|
|
59
|
-
dm: "Dominica",
|
|
60
|
-
do: "Dominikanische Republik",
|
|
61
|
-
dz: "Algerien",
|
|
62
|
-
ec: "Ecuador",
|
|
63
|
-
ee: "Estland",
|
|
64
|
-
eg: "Ägypten",
|
|
65
|
-
eh: "Westsahara",
|
|
66
|
-
er: "Eritrea",
|
|
67
|
-
es: "Spanien",
|
|
68
|
-
et: "Äthiopien",
|
|
69
|
-
fi: "Finnland",
|
|
70
|
-
fj: "Fidschi",
|
|
71
|
-
fk: "Falklandinseln",
|
|
72
|
-
fm: "Mikronesien",
|
|
73
|
-
fo: "Färöer",
|
|
74
|
-
fr: "Frankreich",
|
|
75
|
-
ga: "Gabun",
|
|
76
|
-
gb: "Vereinigtes Königreich",
|
|
77
|
-
gd: "Grenada",
|
|
78
|
-
ge: "Georgien",
|
|
79
|
-
gf: "Französisch-Guayana",
|
|
80
|
-
gg: "Guernsey",
|
|
81
|
-
gh: "Ghana",
|
|
82
|
-
gi: "Gibraltar",
|
|
83
|
-
gl: "Grönland",
|
|
84
|
-
gm: "Gambia",
|
|
85
|
-
gn: "Guinea",
|
|
86
|
-
gp: "Guadeloupe",
|
|
87
|
-
gq: "Äquatorialguinea",
|
|
88
|
-
gr: "Griechenland",
|
|
89
|
-
gt: "Guatemala",
|
|
90
|
-
gu: "Guam",
|
|
91
|
-
gw: "Guinea-Bissau",
|
|
92
|
-
gy: "Guyana",
|
|
93
|
-
hk: "Sonderverwaltungsregion Hongkong",
|
|
94
|
-
hn: "Honduras",
|
|
95
|
-
hr: "Kroatien",
|
|
96
|
-
ht: "Haiti",
|
|
97
|
-
hu: "Ungarn",
|
|
98
|
-
id: "Indonesien",
|
|
99
|
-
ie: "Irland",
|
|
100
|
-
il: "Israel",
|
|
101
|
-
im: "Isle of Man",
|
|
102
|
-
in: "Indien",
|
|
103
|
-
io: "Britisches Territorium im Indischen Ozean",
|
|
104
|
-
iq: "Irak",
|
|
105
|
-
ir: "Iran",
|
|
106
|
-
is: "Island",
|
|
107
|
-
it: "Italien",
|
|
108
|
-
je: "Jersey",
|
|
109
|
-
jm: "Jamaika",
|
|
110
|
-
jo: "Jordanien",
|
|
111
|
-
jp: "Japan",
|
|
112
|
-
ke: "Kenia",
|
|
113
|
-
kg: "Kirgisistan",
|
|
114
|
-
kh: "Kambodscha",
|
|
115
|
-
ki: "Kiribati",
|
|
116
|
-
km: "Komoren",
|
|
117
|
-
kn: "St. Kitts und Nevis",
|
|
118
|
-
kp: "Nordkorea",
|
|
119
|
-
kr: "Südkorea",
|
|
120
|
-
kw: "Kuwait",
|
|
121
|
-
ky: "Kaimaninseln",
|
|
122
|
-
kz: "Kasachstan",
|
|
123
|
-
la: "Laos",
|
|
124
|
-
lb: "Libanon",
|
|
125
|
-
lc: "St. Lucia",
|
|
126
|
-
li: "Liechtenstein",
|
|
127
|
-
lk: "Sri Lanka",
|
|
128
|
-
lr: "Liberia",
|
|
129
|
-
ls: "Lesotho",
|
|
130
|
-
lt: "Litauen",
|
|
131
|
-
lu: "Luxemburg",
|
|
132
|
-
lv: "Lettland",
|
|
133
|
-
ly: "Libyen",
|
|
134
|
-
ma: "Marokko",
|
|
135
|
-
mc: "Monaco",
|
|
136
|
-
md: "Republik Moldau",
|
|
137
|
-
me: "Montenegro",
|
|
138
|
-
mf: "St. Martin",
|
|
139
|
-
mg: "Madagaskar",
|
|
140
|
-
mh: "Marshallinseln",
|
|
141
|
-
mk: "Nordmazedonien",
|
|
142
|
-
ml: "Mali",
|
|
143
|
-
mm: "Myanmar",
|
|
144
|
-
mn: "Mongolei",
|
|
145
|
-
mo: "Sonderverwaltungsregion Macau",
|
|
146
|
-
mp: "Nördliche Marianen",
|
|
147
|
-
mq: "Martinique",
|
|
148
|
-
mr: "Mauretanien",
|
|
149
|
-
ms: "Montserrat",
|
|
150
|
-
mt: "Malta",
|
|
151
|
-
mu: "Mauritius",
|
|
152
|
-
mv: "Malediven",
|
|
153
|
-
mw: "Malawi",
|
|
154
|
-
mx: "Mexiko",
|
|
155
|
-
my: "Malaysia",
|
|
156
|
-
mz: "Mosambik",
|
|
157
|
-
na: "Namibia",
|
|
158
|
-
nc: "Neukaledonien",
|
|
159
|
-
ne: "Niger",
|
|
160
|
-
nf: "Norfolkinsel",
|
|
161
|
-
ng: "Nigeria",
|
|
162
|
-
ni: "Nicaragua",
|
|
163
|
-
nl: "Niederlande",
|
|
164
|
-
no: "Norwegen",
|
|
165
|
-
np: "Nepal",
|
|
166
|
-
nr: "Nauru",
|
|
167
|
-
nu: "Niue",
|
|
168
|
-
nz: "Neuseeland",
|
|
169
|
-
om: "Oman",
|
|
170
|
-
pa: "Panama",
|
|
171
|
-
pe: "Peru",
|
|
172
|
-
pf: "Französisch-Polynesien",
|
|
173
|
-
pg: "Papua-Neuguinea",
|
|
174
|
-
ph: "Philippinen",
|
|
175
|
-
pk: "Pakistan",
|
|
176
|
-
pl: "Polen",
|
|
177
|
-
pm: "St. Pierre und Miquelon",
|
|
178
|
-
pr: "Puerto Rico",
|
|
179
|
-
ps: "Palästinensische Autonomiegebiete",
|
|
180
|
-
pt: "Portugal",
|
|
181
|
-
pw: "Palau",
|
|
182
|
-
py: "Paraguay",
|
|
183
|
-
qa: "Katar",
|
|
184
|
-
re: "Réunion",
|
|
185
|
-
ro: "Rumänien",
|
|
186
|
-
rs: "Serbien",
|
|
187
|
-
ru: "Russland",
|
|
188
|
-
rw: "Ruanda",
|
|
189
|
-
sa: "Saudi-Arabien",
|
|
190
|
-
sb: "Salomonen",
|
|
191
|
-
sc: "Seychellen",
|
|
192
|
-
sd: "Sudan",
|
|
193
|
-
se: "Schweden",
|
|
194
|
-
sg: "Singapur",
|
|
195
|
-
sh: "St. Helena",
|
|
196
|
-
si: "Slowenien",
|
|
197
|
-
sj: "Spitzbergen und Jan Mayen",
|
|
198
|
-
sk: "Slowakei",
|
|
199
|
-
sl: "Sierra Leone",
|
|
200
|
-
sm: "San Marino",
|
|
201
|
-
sn: "Senegal",
|
|
202
|
-
so: "Somalia",
|
|
203
|
-
sr: "Suriname",
|
|
204
|
-
ss: "Südsudan",
|
|
205
|
-
st: "São Tomé und Príncipe",
|
|
206
|
-
sv: "El Salvador",
|
|
207
|
-
sx: "Sint Maarten",
|
|
208
|
-
sy: "Syrien",
|
|
209
|
-
sz: "Eswatini",
|
|
210
|
-
tc: "Turks- und Caicosinseln",
|
|
211
|
-
td: "Tschad",
|
|
212
|
-
tg: "Togo",
|
|
213
|
-
th: "Thailand",
|
|
214
|
-
tj: "Tadschikistan",
|
|
215
|
-
tk: "Tokelau",
|
|
216
|
-
tl: "Timor-Leste",
|
|
217
|
-
tm: "Turkmenistan",
|
|
218
|
-
tn: "Tunesien",
|
|
219
|
-
to: "Tonga",
|
|
220
|
-
tr: "Türkei",
|
|
221
|
-
tt: "Trinidad und Tobago",
|
|
222
|
-
tv: "Tuvalu",
|
|
223
|
-
tw: "Taiwan",
|
|
224
|
-
tz: "Tansania",
|
|
225
|
-
ua: "Ukraine",
|
|
226
|
-
ug: "Uganda",
|
|
227
|
-
us: "Vereinigte Staaten",
|
|
228
|
-
uy: "Uruguay",
|
|
229
|
-
uz: "Usbekistan",
|
|
230
|
-
va: "Vatikanstadt",
|
|
231
|
-
vc: "St. Vincent und die Grenadinen",
|
|
232
|
-
ve: "Venezuela",
|
|
233
|
-
vg: "Britische Jungferninseln",
|
|
234
|
-
vi: "Amerikanische Jungferninseln",
|
|
235
|
-
vn: "Vietnam",
|
|
236
|
-
vu: "Vanuatu",
|
|
237
|
-
wf: "Wallis und Futuna",
|
|
238
|
-
ws: "Samoa",
|
|
239
|
-
ye: "Jemen",
|
|
240
|
-
yt: "Mayotte",
|
|
241
|
-
za: "Südafrika",
|
|
242
|
-
zm: "Sambia",
|
|
243
|
-
zw: "Simbabwe"
|
|
244
|
-
};
|
|
245
|
-
export default countryTranslations;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
const interfaceTranslations = {
|
|
2
|
-
selectedCountryAriaLabel: "Ausgewähltes Land",
|
|
3
|
-
noCountrySelected: "Kein Land ausgewählt",
|
|
4
|
-
countryListAriaLabel: "Liste der Länder",
|
|
5
|
-
searchPlaceholder: "Suchen",
|
|
6
|
-
zeroSearchResults: "Keine Suchergebnisse",
|
|
7
|
-
oneSearchResult: "1 Suchergebnis",
|
|
8
|
-
multipleSearchResults: "${count} Suchergebnisse",
|
|
9
|
-
// additional countries (not supported by country-list library)
|
|
10
|
-
ac: "Ascension-Insel",
|
|
11
|
-
xk: "Kosovo"
|
|
12
|
-
};
|
|
13
|
-
export default interfaceTranslations;
|
|
@@ -1,245 +0,0 @@
|
|
|
1
|
-
const countryTranslations = {
|
|
2
|
-
ad: "Andorra nutome",
|
|
3
|
-
ae: "United Arab Emirates nutome",
|
|
4
|
-
af: "Afghanistan nutome",
|
|
5
|
-
ag: "́Antigua kple Barbuda nutome",
|
|
6
|
-
ai: "Anguilla nutome",
|
|
7
|
-
al: "Albania nutome",
|
|
8
|
-
am: "Armenia nutome",
|
|
9
|
-
ao: "Angola nutome",
|
|
10
|
-
ar: "Argentina nutome",
|
|
11
|
-
as: "Amerika Samoa nutome",
|
|
12
|
-
at: "Austria nutome",
|
|
13
|
-
au: "Australia nutome",
|
|
14
|
-
aw: "Aruba nutome",
|
|
15
|
-
ax: "Åland ƒudomekpo nutome",
|
|
16
|
-
az: "Azerbaijan nutome",
|
|
17
|
-
ba: "Bosnia kple Herzergovina nutome",
|
|
18
|
-
bb: "Barbados nutome",
|
|
19
|
-
bd: "Bangladesh nutome",
|
|
20
|
-
be: "Belgium nutome",
|
|
21
|
-
bf: "Burkina Faso nutome",
|
|
22
|
-
bg: "Bulgaria nutome",
|
|
23
|
-
bh: "Bahrain nutome",
|
|
24
|
-
bi: "Burundi nutome",
|
|
25
|
-
bj: "Benin nutome",
|
|
26
|
-
bl: "Saint Barthélemy nutome",
|
|
27
|
-
bm: "Bermuda nutome",
|
|
28
|
-
bn: "Brunei nutome",
|
|
29
|
-
bo: "Bolivia nutome",
|
|
30
|
-
bq: "Caribbean Netherlands",
|
|
31
|
-
br: "Brazil nutome",
|
|
32
|
-
bs: "Bahamas nutome",
|
|
33
|
-
bt: "Bhutan nutome",
|
|
34
|
-
bw: "Botswana nutome",
|
|
35
|
-
by: "Belarus nutome",
|
|
36
|
-
bz: "Belize nutome",
|
|
37
|
-
ca: "Canada nutome",
|
|
38
|
-
cc: "Kokos (Kiling) fudomekpo nutome",
|
|
39
|
-
cd: "Kongo Kinshasa nutome",
|
|
40
|
-
cf: "Titina Afrika repɔblik nutome",
|
|
41
|
-
cg: "Kongo Brazzaville nutome",
|
|
42
|
-
ch: "Switzerland nutome",
|
|
43
|
-
ci: "Kote d’Ivoire nutome",
|
|
44
|
-
ck: "Kook ƒudomekpo nutome",
|
|
45
|
-
cl: "Tsile nutome",
|
|
46
|
-
cm: "Kamerun nutome",
|
|
47
|
-
cn: "Tsaina nutome",
|
|
48
|
-
co: "Kolombia nutome",
|
|
49
|
-
cr: "Kosta Rika nutome",
|
|
50
|
-
cu: "Kuba nutome",
|
|
51
|
-
cv: "Kape Verde nutome",
|
|
52
|
-
cw: "Curaçao",
|
|
53
|
-
cx: "Kristmas ƒudomekpo nutome",
|
|
54
|
-
cy: "Saiprus nutome",
|
|
55
|
-
cz: "Tsɛk repɔblik nutome",
|
|
56
|
-
de: "Germania nutome",
|
|
57
|
-
dj: "Dzibuti nutome",
|
|
58
|
-
dk: "Denmark nutome",
|
|
59
|
-
dm: "Dominika nutome",
|
|
60
|
-
do: "Dominika repɔblik nutome",
|
|
61
|
-
dz: "Algeria nutome",
|
|
62
|
-
ec: "Ekuadɔ nutome",
|
|
63
|
-
ee: "Estonia nutome",
|
|
64
|
-
eg: "Egypte nutome",
|
|
65
|
-
eh: "Ɣetoɖoƒe Sahara nutome",
|
|
66
|
-
er: "Eritrea nutome",
|
|
67
|
-
es: "Spain nutome",
|
|
68
|
-
et: "Etiopia nutome",
|
|
69
|
-
fi: "Finland nutome",
|
|
70
|
-
fj: "Fidzi nutome",
|
|
71
|
-
fk: "Falkland ƒudomekpowo nutome",
|
|
72
|
-
fm: "Mikronesia nutome",
|
|
73
|
-
fo: "Faroe ƒudomekpowo nutome",
|
|
74
|
-
fr: "France nutome",
|
|
75
|
-
ga: "Gabɔn nutome",
|
|
76
|
-
gb: "United Kingdom nutome",
|
|
77
|
-
gd: "Grenada nutome",
|
|
78
|
-
ge: "Georgia nutome",
|
|
79
|
-
gf: "Frentsi Gayana nutome",
|
|
80
|
-
gg: "Guernse nutome",
|
|
81
|
-
gh: "Ghana nutome",
|
|
82
|
-
gi: "Gibraltar nutome",
|
|
83
|
-
gl: "Grinland nutome",
|
|
84
|
-
gm: "Gambia nutome",
|
|
85
|
-
gn: "Guini nutome",
|
|
86
|
-
gp: "Guadelupe nutome",
|
|
87
|
-
gq: "Ekuatorial Guini nutome",
|
|
88
|
-
gr: "Greece nutome",
|
|
89
|
-
gt: "Guatemala nutome",
|
|
90
|
-
gu: "Guam nutome",
|
|
91
|
-
gw: "Gini-Bisao nutome",
|
|
92
|
-
gy: "Guyanadu",
|
|
93
|
-
hk: "Hɔng Kɔng SAR Tsaina nutome",
|
|
94
|
-
hn: "Hondurasdu",
|
|
95
|
-
hr: "Kroatsia nutome",
|
|
96
|
-
ht: "Haiti nutome",
|
|
97
|
-
hu: "Hungari nutome",
|
|
98
|
-
id: "Indonesia nutome",
|
|
99
|
-
ie: "Ireland nutome",
|
|
100
|
-
il: "Israel nutome",
|
|
101
|
-
im: "Aisle of Man nutome",
|
|
102
|
-
in: "India nutome",
|
|
103
|
-
io: "Britaintɔwo ƒe india ƒudome nutome",
|
|
104
|
-
iq: "iraqdukɔ",
|
|
105
|
-
ir: "Iran nutome",
|
|
106
|
-
is: "Aiseland nutome",
|
|
107
|
-
it: "Italia nutome",
|
|
108
|
-
je: "Dzɛse nutome",
|
|
109
|
-
jm: "Dzamaika nutome",
|
|
110
|
-
jo: "Yordan nutome",
|
|
111
|
-
jp: "Dzapan nutome",
|
|
112
|
-
ke: "Kenya nutome",
|
|
113
|
-
kg: "Kirgizstan nutome",
|
|
114
|
-
kh: "Kambodia nutome",
|
|
115
|
-
ki: "Kiribati nutome",
|
|
116
|
-
km: "Komoros nutome",
|
|
117
|
-
kn: "Saint Kitis kple Nevis nutome",
|
|
118
|
-
kp: "Dziehe Korea nutome",
|
|
119
|
-
kr: "Anyiehe Korea nutome",
|
|
120
|
-
kw: "Kuwait nutome",
|
|
121
|
-
ky: "Kayman ƒudomekpowo nutome",
|
|
122
|
-
kz: "Kazakstan nutome",
|
|
123
|
-
la: "Laos nutome",
|
|
124
|
-
lb: "Lebanɔn nutome",
|
|
125
|
-
lc: "Saint Lusia nutome",
|
|
126
|
-
li: "Litsenstein nutome",
|
|
127
|
-
lk: "Sri Lanka nutome",
|
|
128
|
-
lr: "Liberia nutome",
|
|
129
|
-
ls: "Lɛsoto nutome",
|
|
130
|
-
lt: "Lituania nutome",
|
|
131
|
-
lu: "Lazembɔg nutome",
|
|
132
|
-
lv: "Latvia nutome",
|
|
133
|
-
ly: "Libya nutome",
|
|
134
|
-
ma: "Moroko nutome",
|
|
135
|
-
mc: "Monako nutome",
|
|
136
|
-
md: "Moldova nutome",
|
|
137
|
-
me: "Montenegro nutome",
|
|
138
|
-
mf: "Saint Martin nutome",
|
|
139
|
-
mg: "Madagaska nutome",
|
|
140
|
-
mh: "Marshal ƒudomekpowo nutome",
|
|
141
|
-
mk: "North Macedonia",
|
|
142
|
-
ml: "Mali nutome",
|
|
143
|
-
mm: "Myanmar (Burma) nutome",
|
|
144
|
-
mn: "Mongolia nutome",
|
|
145
|
-
mo: "Macau SAR Tsaina nutome",
|
|
146
|
-
mp: "Dziehe Marina ƒudomekpowo nutome",
|
|
147
|
-
mq: "Martiniki nutome",
|
|
148
|
-
mr: "Mauritania nutome",
|
|
149
|
-
ms: "Montserrat nutome",
|
|
150
|
-
mt: "Malta nutome",
|
|
151
|
-
mu: "mauritiusdukɔ",
|
|
152
|
-
mv: "maldivesdukɔ",
|
|
153
|
-
mw: "Malawi nutome",
|
|
154
|
-
mx: "Mexico nutome",
|
|
155
|
-
my: "Malaysia nutome",
|
|
156
|
-
mz: "Mozambiki nutome",
|
|
157
|
-
na: "Namibia nutome",
|
|
158
|
-
nc: "New Kaledonia nutome",
|
|
159
|
-
ne: "Niger nutome",
|
|
160
|
-
nf: "Norfolk ƒudomekpo nutome",
|
|
161
|
-
ng: "Nigeria nutome",
|
|
162
|
-
ni: "Nicaraguadukɔ",
|
|
163
|
-
nl: "Netherlands nutome",
|
|
164
|
-
no: "Norway nutome",
|
|
165
|
-
np: "Nepal nutome",
|
|
166
|
-
nr: "Nauru nutome",
|
|
167
|
-
nu: "Niue nutome",
|
|
168
|
-
nz: "New Zealand nutome",
|
|
169
|
-
om: "Oman nutome",
|
|
170
|
-
pa: "Panama nutome",
|
|
171
|
-
pe: "Peru nutome",
|
|
172
|
-
pf: "Frentsi Pɔlinesia nutome",
|
|
173
|
-
pg: "Papua New Gini nutome",
|
|
174
|
-
ph: "Filipini nutome",
|
|
175
|
-
pk: "Pakistan nutome",
|
|
176
|
-
pl: "Poland nutome",
|
|
177
|
-
pm: "Saint Pierre kple Mikelɔn nutome",
|
|
178
|
-
pr: "Puerto Riko nutome",
|
|
179
|
-
ps: "Palestinia nutome",
|
|
180
|
-
pt: "Portugal nutome",
|
|
181
|
-
pw: "Palau nutome",
|
|
182
|
-
py: "Paragua nutome",
|
|
183
|
-
qa: "Katar nutome",
|
|
184
|
-
re: "Réunion nutome",
|
|
185
|
-
ro: "Romania nutome",
|
|
186
|
-
rs: "Serbia",
|
|
187
|
-
ru: "Russia nutome",
|
|
188
|
-
rw: "Rwanda nutome",
|
|
189
|
-
sa: "Saudi Arabia nutome",
|
|
190
|
-
sb: "Solomon ƒudomekpowo nutome",
|
|
191
|
-
sc: "Seshɛls nutome",
|
|
192
|
-
sd: "Sudan nutome",
|
|
193
|
-
se: "Sweden nutome",
|
|
194
|
-
sg: "Singapɔr nutome",
|
|
195
|
-
sh: "Saint Helena nutome",
|
|
196
|
-
si: "Slovenia nutome",
|
|
197
|
-
sj: "Svalbard kple Yan Mayen nutome",
|
|
198
|
-
sk: "Slovakia nutome",
|
|
199
|
-
sl: "Sierra Leone nutome",
|
|
200
|
-
sm: "San Marino nutome",
|
|
201
|
-
sn: "Senegal nutome",
|
|
202
|
-
so: "Somalia nutome",
|
|
203
|
-
sr: "Suriname nutome",
|
|
204
|
-
ss: "South Sudan",
|
|
205
|
-
st: "São Tomé kple Príncipe nutome",
|
|
206
|
-
sv: "El Salvadɔ nutome",
|
|
207
|
-
sx: "Sint Maarten",
|
|
208
|
-
sy: "Siria nutome",
|
|
209
|
-
sz: "Swaziland nutome",
|
|
210
|
-
tc: "Tɛks kple Kaikos ƒudomekpowo nutome",
|
|
211
|
-
td: "Tsad nutome",
|
|
212
|
-
tg: "Togo nutome",
|
|
213
|
-
th: "Thailand nutome",
|
|
214
|
-
tj: "Tajikistan nutome",
|
|
215
|
-
tk: "Tokelau nutome",
|
|
216
|
-
tl: "Timor-Leste nutome",
|
|
217
|
-
tm: "Tɛkmenistan nutome",
|
|
218
|
-
tn: "Tunisia nutome",
|
|
219
|
-
to: "Tonga nutome",
|
|
220
|
-
tr: "Tɛki nutome",
|
|
221
|
-
tt: "Trinidad kple Tobago nutome",
|
|
222
|
-
tv: "Tuvalu nutome",
|
|
223
|
-
tw: "Taiwan nutome",
|
|
224
|
-
tz: "Tanzania nutome",
|
|
225
|
-
ua: "Ukraine nutome",
|
|
226
|
-
ug: "Uganda nutome",
|
|
227
|
-
us: "USA nutome",
|
|
228
|
-
uy: "uruguaydukɔ",
|
|
229
|
-
uz: "Uzbekistan nutome",
|
|
230
|
-
va: "Vatikandu nutome",
|
|
231
|
-
vc: "Saint Vincent kple Grenadine nutome",
|
|
232
|
-
ve: "Venezuela nutome",
|
|
233
|
-
vg: "Britaintɔwo ƒe Virgin ƒudomekpowo nutome",
|
|
234
|
-
vi: "U.S. Vɛrgin ƒudomekpowo nutome",
|
|
235
|
-
vn: "Vietnam nutome",
|
|
236
|
-
vu: "Vanuatu nutome",
|
|
237
|
-
wf: "Wallis kple Futuna nutome",
|
|
238
|
-
ws: "Samoa nutome",
|
|
239
|
-
ye: "Yemen nutome",
|
|
240
|
-
yt: "Mayotte nutome",
|
|
241
|
-
za: "Anyiehe Africa nutome",
|
|
242
|
-
zm: "Zambia nutome",
|
|
243
|
-
zw: "Zimbabwe nutome"
|
|
244
|
-
};
|
|
245
|
-
export default countryTranslations;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
const interfaceTranslations = {
|
|
2
|
-
selectedCountryAriaLabel: "Valitud riik",
|
|
3
|
-
noCountrySelected: "Ühtegi riiki pole valitud",
|
|
4
|
-
countryListAriaLabel: "Riikide nimekiri",
|
|
5
|
-
searchPlaceholder: "Otsi",
|
|
6
|
-
zeroSearchResults: "Tulemusi ei leitud",
|
|
7
|
-
oneSearchResult: "1 tulemus leitud",
|
|
8
|
-
multipleSearchResults: "${count} tulemust leitud",
|
|
9
|
-
// additional countries (not supported by country-list library)
|
|
10
|
-
ac: "Ascensioni saar",
|
|
11
|
-
xk: "Kosovo"
|
|
12
|
-
};
|
|
13
|
-
export default interfaceTranslations;
|