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: "Emirati Arabi Uniti",
|
|
4
|
-
af: "Afghanistan",
|
|
5
|
-
ag: "Antigua e Barbuda",
|
|
6
|
-
ai: "Anguilla",
|
|
7
|
-
al: "Albania",
|
|
8
|
-
am: "Armenia",
|
|
9
|
-
ao: "Angola",
|
|
10
|
-
ar: "Argentina",
|
|
11
|
-
as: "Samoa americane",
|
|
12
|
-
at: "Austria",
|
|
13
|
-
au: "Australia",
|
|
14
|
-
aw: "Aruba",
|
|
15
|
-
ax: "Isole Åland",
|
|
16
|
-
az: "Azerbaigian",
|
|
17
|
-
ba: "Bosnia ed Erzegovina",
|
|
18
|
-
bb: "Barbados",
|
|
19
|
-
bd: "Bangladesh",
|
|
20
|
-
be: "Belgio",
|
|
21
|
-
bf: "Burkina Faso",
|
|
22
|
-
bg: "Bulgaria",
|
|
23
|
-
bh: "Bahrein",
|
|
24
|
-
bi: "Burundi",
|
|
25
|
-
bj: "Benin",
|
|
26
|
-
bl: "Saint-Barthélemy",
|
|
27
|
-
bm: "Bermuda",
|
|
28
|
-
bn: "Brunei",
|
|
29
|
-
bo: "Bolivia",
|
|
30
|
-
bq: "Caraibi olandesi",
|
|
31
|
-
br: "Brasile",
|
|
32
|
-
bs: "Bahamas",
|
|
33
|
-
bt: "Bhutan",
|
|
34
|
-
bw: "Botswana",
|
|
35
|
-
by: "Bielorussia",
|
|
36
|
-
bz: "Belize",
|
|
37
|
-
ca: "Canada",
|
|
38
|
-
cc: "Isole Cocos (Keeling)",
|
|
39
|
-
cd: "Congo - Kinshasa",
|
|
40
|
-
cf: "Repubblica Centrafricana",
|
|
41
|
-
cg: "Congo-Brazzaville",
|
|
42
|
-
ch: "Svizzera",
|
|
43
|
-
ci: "Costa d’Avorio",
|
|
44
|
-
ck: "Isole Cook",
|
|
45
|
-
cl: "Cile",
|
|
46
|
-
cm: "Camerun",
|
|
47
|
-
cn: "Cina",
|
|
48
|
-
co: "Colombia",
|
|
49
|
-
cr: "Costa Rica",
|
|
50
|
-
cu: "Cuba",
|
|
51
|
-
cv: "Capo Verde",
|
|
52
|
-
cw: "Curaçao",
|
|
53
|
-
cx: "Isola Christmas",
|
|
54
|
-
cy: "Cipro",
|
|
55
|
-
cz: "Cechia",
|
|
56
|
-
de: "Germania",
|
|
57
|
-
dj: "Gibuti",
|
|
58
|
-
dk: "Danimarca",
|
|
59
|
-
dm: "Dominica",
|
|
60
|
-
do: "Repubblica Dominicana",
|
|
61
|
-
dz: "Algeria",
|
|
62
|
-
ec: "Ecuador",
|
|
63
|
-
ee: "Estonia",
|
|
64
|
-
eg: "Egitto",
|
|
65
|
-
eh: "Sahara occidentale",
|
|
66
|
-
er: "Eritrea",
|
|
67
|
-
es: "Spagna",
|
|
68
|
-
et: "Etiopia",
|
|
69
|
-
fi: "Finlandia",
|
|
70
|
-
fj: "Figi",
|
|
71
|
-
fk: "Isole Falkland",
|
|
72
|
-
fm: "Micronesia",
|
|
73
|
-
fo: "Isole Fær Øer",
|
|
74
|
-
fr: "Francia",
|
|
75
|
-
ga: "Gabon",
|
|
76
|
-
gb: "Regno Unito",
|
|
77
|
-
gd: "Grenada",
|
|
78
|
-
ge: "Georgia",
|
|
79
|
-
gf: "Guyana francese",
|
|
80
|
-
gg: "Guernsey",
|
|
81
|
-
gh: "Ghana",
|
|
82
|
-
gi: "Gibilterra",
|
|
83
|
-
gl: "Groenlandia",
|
|
84
|
-
gm: "Gambia",
|
|
85
|
-
gn: "Guinea",
|
|
86
|
-
gp: "Guadalupa",
|
|
87
|
-
gq: "Guinea Equatoriale",
|
|
88
|
-
gr: "Grecia",
|
|
89
|
-
gt: "Guatemala",
|
|
90
|
-
gu: "Guam",
|
|
91
|
-
gw: "Guinea-Bissau",
|
|
92
|
-
gy: "Guyana",
|
|
93
|
-
hk: "RAS di Hong Kong",
|
|
94
|
-
hn: "Honduras",
|
|
95
|
-
hr: "Croazia",
|
|
96
|
-
ht: "Haiti",
|
|
97
|
-
hu: "Ungheria",
|
|
98
|
-
id: "Indonesia",
|
|
99
|
-
ie: "Irlanda",
|
|
100
|
-
il: "Israele",
|
|
101
|
-
im: "Isola di Man",
|
|
102
|
-
in: "India",
|
|
103
|
-
io: "Territorio britannico dell’Oceano Indiano",
|
|
104
|
-
iq: "Iraq",
|
|
105
|
-
ir: "Iran",
|
|
106
|
-
is: "Islanda",
|
|
107
|
-
it: "Italia",
|
|
108
|
-
je: "Jersey",
|
|
109
|
-
jm: "Giamaica",
|
|
110
|
-
jo: "Giordania",
|
|
111
|
-
jp: "Giappone",
|
|
112
|
-
ke: "Kenya",
|
|
113
|
-
kg: "Kirghizistan",
|
|
114
|
-
kh: "Cambogia",
|
|
115
|
-
ki: "Kiribati",
|
|
116
|
-
km: "Comore",
|
|
117
|
-
kn: "Saint Kitts e Nevis",
|
|
118
|
-
kp: "Corea del Nord",
|
|
119
|
-
kr: "Corea del Sud",
|
|
120
|
-
kw: "Kuwait",
|
|
121
|
-
ky: "Isole Cayman",
|
|
122
|
-
kz: "Kazakistan",
|
|
123
|
-
la: "Laos",
|
|
124
|
-
lb: "Libano",
|
|
125
|
-
lc: "Saint Lucia",
|
|
126
|
-
li: "Liechtenstein",
|
|
127
|
-
lk: "Sri Lanka",
|
|
128
|
-
lr: "Liberia",
|
|
129
|
-
ls: "Lesotho",
|
|
130
|
-
lt: "Lituania",
|
|
131
|
-
lu: "Lussemburgo",
|
|
132
|
-
lv: "Lettonia",
|
|
133
|
-
ly: "Libia",
|
|
134
|
-
ma: "Marocco",
|
|
135
|
-
mc: "Monaco",
|
|
136
|
-
md: "Moldavia",
|
|
137
|
-
me: "Montenegro",
|
|
138
|
-
mf: "Saint Martin",
|
|
139
|
-
mg: "Madagascar",
|
|
140
|
-
mh: "Isole Marshall",
|
|
141
|
-
mk: "Macedonia del Nord",
|
|
142
|
-
ml: "Mali",
|
|
143
|
-
mm: "Myanmar (Birmania)",
|
|
144
|
-
mn: "Mongolia",
|
|
145
|
-
mo: "RAS di Macao",
|
|
146
|
-
mp: "Isole Marianne settentrionali",
|
|
147
|
-
mq: "Martinica",
|
|
148
|
-
mr: "Mauritania",
|
|
149
|
-
ms: "Montserrat",
|
|
150
|
-
mt: "Malta",
|
|
151
|
-
mu: "Mauritius",
|
|
152
|
-
mv: "Maldive",
|
|
153
|
-
mw: "Malawi",
|
|
154
|
-
mx: "Messico",
|
|
155
|
-
my: "Malaysia",
|
|
156
|
-
mz: "Mozambico",
|
|
157
|
-
na: "Namibia",
|
|
158
|
-
nc: "Nuova Caledonia",
|
|
159
|
-
ne: "Niger",
|
|
160
|
-
nf: "Isola Norfolk",
|
|
161
|
-
ng: "Nigeria",
|
|
162
|
-
ni: "Nicaragua",
|
|
163
|
-
nl: "Paesi Bassi",
|
|
164
|
-
no: "Norvegia",
|
|
165
|
-
np: "Nepal",
|
|
166
|
-
nr: "Nauru",
|
|
167
|
-
nu: "Niue",
|
|
168
|
-
nz: "Nuova Zelanda",
|
|
169
|
-
om: "Oman",
|
|
170
|
-
pa: "Panamá",
|
|
171
|
-
pe: "Perù",
|
|
172
|
-
pf: "Polinesia francese",
|
|
173
|
-
pg: "Papua Nuova Guinea",
|
|
174
|
-
ph: "Filippine",
|
|
175
|
-
pk: "Pakistan",
|
|
176
|
-
pl: "Polonia",
|
|
177
|
-
pm: "Saint-Pierre e Miquelon",
|
|
178
|
-
pr: "Portorico",
|
|
179
|
-
ps: "Territori palestinesi",
|
|
180
|
-
pt: "Portogallo",
|
|
181
|
-
pw: "Palau",
|
|
182
|
-
py: "Paraguay",
|
|
183
|
-
qa: "Qatar",
|
|
184
|
-
re: "Riunione",
|
|
185
|
-
ro: "Romania",
|
|
186
|
-
rs: "Serbia",
|
|
187
|
-
ru: "Russia",
|
|
188
|
-
rw: "Ruanda",
|
|
189
|
-
sa: "Arabia Saudita",
|
|
190
|
-
sb: "Isole Salomone",
|
|
191
|
-
sc: "Seychelles",
|
|
192
|
-
sd: "Sudan",
|
|
193
|
-
se: "Svezia",
|
|
194
|
-
sg: "Singapore",
|
|
195
|
-
sh: "Sant’Elena",
|
|
196
|
-
si: "Slovenia",
|
|
197
|
-
sj: "Svalbard e Jan Mayen",
|
|
198
|
-
sk: "Slovacchia",
|
|
199
|
-
sl: "Sierra Leone",
|
|
200
|
-
sm: "San Marino",
|
|
201
|
-
sn: "Senegal",
|
|
202
|
-
so: "Somalia",
|
|
203
|
-
sr: "Suriname",
|
|
204
|
-
ss: "Sud Sudan",
|
|
205
|
-
st: "São Tomé e Príncipe",
|
|
206
|
-
sv: "El Salvador",
|
|
207
|
-
sx: "Sint Maarten",
|
|
208
|
-
sy: "Siria",
|
|
209
|
-
sz: "Swaziland",
|
|
210
|
-
tc: "Isole Turks e Caicos",
|
|
211
|
-
td: "Ciad",
|
|
212
|
-
tg: "Togo",
|
|
213
|
-
th: "Thailandia",
|
|
214
|
-
tj: "Tagikistan",
|
|
215
|
-
tk: "Tokelau",
|
|
216
|
-
tl: "Timor Est",
|
|
217
|
-
tm: "Turkmenistan",
|
|
218
|
-
tn: "Tunisia",
|
|
219
|
-
to: "Tonga",
|
|
220
|
-
tr: "Turchia",
|
|
221
|
-
tt: "Trinidad e Tobago",
|
|
222
|
-
tv: "Tuvalu",
|
|
223
|
-
tw: "Taiwan",
|
|
224
|
-
tz: "Tanzania",
|
|
225
|
-
ua: "Ucraina",
|
|
226
|
-
ug: "Uganda",
|
|
227
|
-
us: "Stati Uniti",
|
|
228
|
-
uy: "Uruguay",
|
|
229
|
-
uz: "Uzbekistan",
|
|
230
|
-
va: "Città del Vaticano",
|
|
231
|
-
vc: "Saint Vincent e Grenadine",
|
|
232
|
-
ve: "Venezuela",
|
|
233
|
-
vg: "Isole Vergini Britanniche",
|
|
234
|
-
vi: "Isole Vergini Americane",
|
|
235
|
-
vn: "Vietnam",
|
|
236
|
-
vu: "Vanuatu",
|
|
237
|
-
wf: "Wallis e Futuna",
|
|
238
|
-
ws: "Samoa",
|
|
239
|
-
ye: "Yemen",
|
|
240
|
-
yt: "Mayotte",
|
|
241
|
-
za: "Sudafrica",
|
|
242
|
-
zm: "Zambia",
|
|
243
|
-
zw: "Zimbabwe"
|
|
244
|
-
};
|
|
245
|
-
export default countryTranslations;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
const interfaceTranslations = {
|
|
2
|
-
selectedCountryAriaLabel: "Paese selezionato",
|
|
3
|
-
noCountrySelected: "Nessun paese selezionato",
|
|
4
|
-
countryListAriaLabel: "Elenco dei paesi",
|
|
5
|
-
searchPlaceholder: "Ricerca",
|
|
6
|
-
zeroSearchResults: "Nessun risultato trovato",
|
|
7
|
-
oneSearchResult: "1 risultato trovato",
|
|
8
|
-
multipleSearchResults: "${count} risultati trovati",
|
|
9
|
-
// additional countries (not supported by country-list library)
|
|
10
|
-
ac: "Isola di Ascensione",
|
|
11
|
-
xk: "Kosovo"
|
|
12
|
-
};
|
|
13
|
-
export default interfaceTranslations;
|
|
@@ -1,245 +0,0 @@
|
|
|
1
|
-
const countryTranslations = {
|
|
2
|
-
ad: "アンドラ",
|
|
3
|
-
ae: "アラブ首長国連邦",
|
|
4
|
-
af: "アフガニスタン",
|
|
5
|
-
ag: "アンティグア・バーブーダ",
|
|
6
|
-
ai: "アンギラ",
|
|
7
|
-
al: "アルバニア",
|
|
8
|
-
am: "アルメニア",
|
|
9
|
-
ao: "アンゴラ",
|
|
10
|
-
ar: "アルゼンチン",
|
|
11
|
-
as: "米領サモア",
|
|
12
|
-
at: "オーストリア",
|
|
13
|
-
au: "オーストラリア",
|
|
14
|
-
aw: "アルバ",
|
|
15
|
-
ax: "オーランド諸島",
|
|
16
|
-
az: "アゼルバイジャン",
|
|
17
|
-
ba: "ボスニア・ヘルツェゴビナ",
|
|
18
|
-
bb: "バルバドス",
|
|
19
|
-
bd: "バングラデシュ",
|
|
20
|
-
be: "ベルギー",
|
|
21
|
-
bf: "ブルキナファソ",
|
|
22
|
-
bg: "ブルガリア",
|
|
23
|
-
bh: "バーレーン",
|
|
24
|
-
bi: "ブルンジ",
|
|
25
|
-
bj: "ベナン",
|
|
26
|
-
bl: "サン・バルテルミー",
|
|
27
|
-
bm: "バミューダ",
|
|
28
|
-
bn: "ブルネイ",
|
|
29
|
-
bo: "ボリビア",
|
|
30
|
-
bq: "オランダ領カリブ",
|
|
31
|
-
br: "ブラジル",
|
|
32
|
-
bs: "バハマ",
|
|
33
|
-
bt: "ブータン",
|
|
34
|
-
bw: "ボツワナ",
|
|
35
|
-
by: "ベラルーシ",
|
|
36
|
-
bz: "ベリーズ",
|
|
37
|
-
ca: "カナダ",
|
|
38
|
-
cc: "ココス(キーリング)諸島",
|
|
39
|
-
cd: "コンゴ民主共和国(キンシャサ)",
|
|
40
|
-
cf: "中央アフリカ共和国",
|
|
41
|
-
cg: "コンゴ共和国(ブラザビル)",
|
|
42
|
-
ch: "スイス",
|
|
43
|
-
ci: "コートジボワール",
|
|
44
|
-
ck: "クック諸島",
|
|
45
|
-
cl: "チリ",
|
|
46
|
-
cm: "カメルーン",
|
|
47
|
-
cn: "中国",
|
|
48
|
-
co: "コロンビア",
|
|
49
|
-
cr: "コスタリカ",
|
|
50
|
-
cu: "キューバ",
|
|
51
|
-
cv: "カーボベルデ",
|
|
52
|
-
cw: "キュラソー",
|
|
53
|
-
cx: "クリスマス島",
|
|
54
|
-
cy: "キプロス",
|
|
55
|
-
cz: "チェコ",
|
|
56
|
-
de: "ドイツ",
|
|
57
|
-
dj: "ジブチ",
|
|
58
|
-
dk: "デンマーク",
|
|
59
|
-
dm: "ドミニカ国",
|
|
60
|
-
do: "ドミニカ共和国",
|
|
61
|
-
dz: "アルジェリア",
|
|
62
|
-
ec: "エクアドル",
|
|
63
|
-
ee: "エストニア",
|
|
64
|
-
eg: "エジプト",
|
|
65
|
-
eh: "西サハラ",
|
|
66
|
-
er: "エリトリア",
|
|
67
|
-
es: "スペイン",
|
|
68
|
-
et: "エチオピア",
|
|
69
|
-
fi: "フィンランド",
|
|
70
|
-
fj: "フィジー",
|
|
71
|
-
fk: "フォークランド諸島",
|
|
72
|
-
fm: "ミクロネシア連邦",
|
|
73
|
-
fo: "フェロー諸島",
|
|
74
|
-
fr: "フランス",
|
|
75
|
-
ga: "ガボン",
|
|
76
|
-
gb: "イギリス",
|
|
77
|
-
gd: "グレナダ",
|
|
78
|
-
ge: "ジョージア",
|
|
79
|
-
gf: "仏領ギアナ",
|
|
80
|
-
gg: "ガーンジー",
|
|
81
|
-
gh: "ガーナ",
|
|
82
|
-
gi: "ジブラルタル",
|
|
83
|
-
gl: "グリーンランド",
|
|
84
|
-
gm: "ガンビア",
|
|
85
|
-
gn: "ギニア",
|
|
86
|
-
gp: "グアドループ",
|
|
87
|
-
gq: "赤道ギニア",
|
|
88
|
-
gr: "ギリシャ",
|
|
89
|
-
gt: "グアテマラ",
|
|
90
|
-
gu: "グアム",
|
|
91
|
-
gw: "ギニアビサウ",
|
|
92
|
-
gy: "ガイアナ",
|
|
93
|
-
hk: "中華人民共和国香港特別行政区",
|
|
94
|
-
hn: "ホンジュラス",
|
|
95
|
-
hr: "クロアチア",
|
|
96
|
-
ht: "ハイチ",
|
|
97
|
-
hu: "ハンガリー",
|
|
98
|
-
id: "インドネシア",
|
|
99
|
-
ie: "アイルランド",
|
|
100
|
-
il: "イスラエル",
|
|
101
|
-
im: "マン島",
|
|
102
|
-
in: "インド",
|
|
103
|
-
io: "英領インド洋地域",
|
|
104
|
-
iq: "イラク",
|
|
105
|
-
ir: "イラン",
|
|
106
|
-
is: "アイスランド",
|
|
107
|
-
it: "イタリア",
|
|
108
|
-
je: "ジャージー",
|
|
109
|
-
jm: "ジャマイカ",
|
|
110
|
-
jo: "ヨルダン",
|
|
111
|
-
jp: "日本",
|
|
112
|
-
ke: "ケニア",
|
|
113
|
-
kg: "キルギス",
|
|
114
|
-
kh: "カンボジア",
|
|
115
|
-
ki: "キリバス",
|
|
116
|
-
km: "コモロ",
|
|
117
|
-
kn: "セントクリストファー・ネーヴィス",
|
|
118
|
-
kp: "北朝鮮",
|
|
119
|
-
kr: "韓国",
|
|
120
|
-
kw: "クウェート",
|
|
121
|
-
ky: "ケイマン諸島",
|
|
122
|
-
kz: "カザフスタン",
|
|
123
|
-
la: "ラオス",
|
|
124
|
-
lb: "レバノン",
|
|
125
|
-
lc: "セントルシア",
|
|
126
|
-
li: "リヒテンシュタイン",
|
|
127
|
-
lk: "スリランカ",
|
|
128
|
-
lr: "リベリア",
|
|
129
|
-
ls: "レソト",
|
|
130
|
-
lt: "リトアニア",
|
|
131
|
-
lu: "ルクセンブルク",
|
|
132
|
-
lv: "ラトビア",
|
|
133
|
-
ly: "リビア",
|
|
134
|
-
ma: "モロッコ",
|
|
135
|
-
mc: "モナコ",
|
|
136
|
-
md: "モルドバ",
|
|
137
|
-
me: "モンテネグロ",
|
|
138
|
-
mf: "サン・マルタン",
|
|
139
|
-
mg: "マダガスカル",
|
|
140
|
-
mh: "マーシャル諸島",
|
|
141
|
-
mk: "北マケドニア",
|
|
142
|
-
ml: "マリ",
|
|
143
|
-
mm: "ミャンマー (ビルマ)",
|
|
144
|
-
mn: "モンゴル",
|
|
145
|
-
mo: "中華人民共和国マカオ特別行政区",
|
|
146
|
-
mp: "北マリアナ諸島",
|
|
147
|
-
mq: "マルティニーク",
|
|
148
|
-
mr: "モーリタニア",
|
|
149
|
-
ms: "モントセラト",
|
|
150
|
-
mt: "マルタ",
|
|
151
|
-
mu: "モーリシャス",
|
|
152
|
-
mv: "モルディブ",
|
|
153
|
-
mw: "マラウイ",
|
|
154
|
-
mx: "メキシコ",
|
|
155
|
-
my: "マレーシア",
|
|
156
|
-
mz: "モザンビーク",
|
|
157
|
-
na: "ナミビア",
|
|
158
|
-
nc: "ニューカレドニア",
|
|
159
|
-
ne: "ニジェール",
|
|
160
|
-
nf: "ノーフォーク島",
|
|
161
|
-
ng: "ナイジェリア",
|
|
162
|
-
ni: "ニカラグア",
|
|
163
|
-
nl: "オランダ",
|
|
164
|
-
no: "ノルウェー",
|
|
165
|
-
np: "ネパール",
|
|
166
|
-
nr: "ナウル",
|
|
167
|
-
nu: "ニウエ",
|
|
168
|
-
nz: "ニュージーランド",
|
|
169
|
-
om: "オマーン",
|
|
170
|
-
pa: "パナマ",
|
|
171
|
-
pe: "ペルー",
|
|
172
|
-
pf: "仏領ポリネシア",
|
|
173
|
-
pg: "パプアニューギニア",
|
|
174
|
-
ph: "フィリピン",
|
|
175
|
-
pk: "パキスタン",
|
|
176
|
-
pl: "ポーランド",
|
|
177
|
-
pm: "サンピエール島・ミクロン島",
|
|
178
|
-
pr: "プエルトリコ",
|
|
179
|
-
ps: "パレスチナ自治区",
|
|
180
|
-
pt: "ポルトガル",
|
|
181
|
-
pw: "パラオ",
|
|
182
|
-
py: "パラグアイ",
|
|
183
|
-
qa: "カタール",
|
|
184
|
-
re: "レユニオン",
|
|
185
|
-
ro: "ルーマニア",
|
|
186
|
-
rs: "セルビア",
|
|
187
|
-
ru: "ロシア",
|
|
188
|
-
rw: "ルワンダ",
|
|
189
|
-
sa: "サウジアラビア",
|
|
190
|
-
sb: "ソロモン諸島",
|
|
191
|
-
sc: "セーシェル",
|
|
192
|
-
sd: "スーダン",
|
|
193
|
-
se: "スウェーデン",
|
|
194
|
-
sg: "シンガポール",
|
|
195
|
-
sh: "セントヘレナ",
|
|
196
|
-
si: "スロベニア",
|
|
197
|
-
sj: "スバールバル諸島・ヤンマイエン島",
|
|
198
|
-
sk: "スロバキア",
|
|
199
|
-
sl: "シエラレオネ",
|
|
200
|
-
sm: "サンマリノ",
|
|
201
|
-
sn: "セネガル",
|
|
202
|
-
so: "ソマリア",
|
|
203
|
-
sr: "スリナム",
|
|
204
|
-
ss: "南スーダン",
|
|
205
|
-
st: "サントメ・プリンシペ",
|
|
206
|
-
sv: "エルサルバドル",
|
|
207
|
-
sx: "シント・マールテン",
|
|
208
|
-
sy: "シリア",
|
|
209
|
-
sz: "エスワティニ",
|
|
210
|
-
tc: "タークス・カイコス諸島",
|
|
211
|
-
td: "チャド",
|
|
212
|
-
tg: "トーゴ",
|
|
213
|
-
th: "タイ",
|
|
214
|
-
tj: "タジキスタン",
|
|
215
|
-
tk: "トケラウ",
|
|
216
|
-
tl: "東ティモール",
|
|
217
|
-
tm: "トルクメニスタン",
|
|
218
|
-
tn: "チュニジア",
|
|
219
|
-
to: "トンガ",
|
|
220
|
-
tr: "トルコ",
|
|
221
|
-
tt: "トリニダード・トバゴ",
|
|
222
|
-
tv: "ツバル",
|
|
223
|
-
tw: "台湾",
|
|
224
|
-
tz: "タンザニア",
|
|
225
|
-
ua: "ウクライナ",
|
|
226
|
-
ug: "ウガンダ",
|
|
227
|
-
us: "アメリカ合衆国",
|
|
228
|
-
uy: "ウルグアイ",
|
|
229
|
-
uz: "ウズベキスタン",
|
|
230
|
-
va: "バチカン市国",
|
|
231
|
-
vc: "セントビンセント及びグレナディーン諸島",
|
|
232
|
-
ve: "ベネズエラ",
|
|
233
|
-
vg: "英領ヴァージン諸島",
|
|
234
|
-
vi: "米領ヴァージン諸島",
|
|
235
|
-
vn: "ベトナム",
|
|
236
|
-
vu: "バヌアツ",
|
|
237
|
-
wf: "ウォリス・フツナ",
|
|
238
|
-
ws: "サモア",
|
|
239
|
-
ye: "イエメン",
|
|
240
|
-
yt: "マヨット",
|
|
241
|
-
za: "南アフリカ",
|
|
242
|
-
zm: "ザンビア",
|
|
243
|
-
zw: "ジンバブエ"
|
|
244
|
-
};
|
|
245
|
-
export default countryTranslations;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
const interfaceTranslations = {
|
|
2
|
-
selectedCountryAriaLabel: "選択した国",
|
|
3
|
-
noCountrySelected: "国が選択されていません",
|
|
4
|
-
countryListAriaLabel: "国のリスト",
|
|
5
|
-
searchPlaceholder: "検索",
|
|
6
|
-
zeroSearchResults: "結果が見つかりません",
|
|
7
|
-
oneSearchResult: "1 件の結果が見つかりました",
|
|
8
|
-
multipleSearchResults: "${count} 件の結果が見つかりました",
|
|
9
|
-
// additional countries (not supported by country-list library)
|
|
10
|
-
ac: "アセンション島",
|
|
11
|
-
xk: "コソボ"
|
|
12
|
-
};
|
|
13
|
-
export default interfaceTranslations;
|