@swan-io/shared-business 4.4.0 → 4.5.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/package.json +5 -5
- package/src/constants/countries.d.ts +265 -750
- package/src/constants/countries.js +45 -565
- package/src/locales/de.json +1 -32
- package/src/locales/en.json +1 -32
- package/src/locales/es.json +1 -32
- package/src/locales/fi.json +1 -32
- package/src/locales/fr.json +0 -31
- package/src/locales/it.json +1 -32
- package/src/locales/nl.json +1 -32
- package/src/locales/pt.json +1 -32
package/src/locales/de.json
CHANGED
|
@@ -59,37 +59,6 @@
|
|
|
59
59
|
"common.previous": "Zurück",
|
|
60
60
|
"common.remove": "Entfernen",
|
|
61
61
|
"common.skipToContent": "Zum Inhalt springen",
|
|
62
|
-
"country.AUT": "Österreich",
|
|
63
|
-
"country.BEL": "Belgien",
|
|
64
|
-
"country.BGR": "Bulgarien",
|
|
65
|
-
"country.CYP": "Zypern",
|
|
66
|
-
"country.CZE": "Tschechien",
|
|
67
|
-
"country.DEU": "Deutschland",
|
|
68
|
-
"country.DNK": "Dänemark",
|
|
69
|
-
"country.ESP": "Spanien",
|
|
70
|
-
"country.EST": "Estland",
|
|
71
|
-
"country.FIN": "Finnland",
|
|
72
|
-
"country.FRA": "Frankreich",
|
|
73
|
-
"country.GRC": "Griechenland",
|
|
74
|
-
"country.HRV": "Kroatien",
|
|
75
|
-
"country.HUN": "Ungarn",
|
|
76
|
-
"country.IRL": "Irland",
|
|
77
|
-
"country.ISL": "Island",
|
|
78
|
-
"country.ITA": "Italien",
|
|
79
|
-
"country.LIE": "Lichtenstein",
|
|
80
|
-
"country.LTU": "Litauen",
|
|
81
|
-
"country.LUX": "Luxemburg",
|
|
82
|
-
"country.LVA": "Lettland",
|
|
83
|
-
"country.MCO": "Monaco",
|
|
84
|
-
"country.MLT": "Malta",
|
|
85
|
-
"country.NLD": "Niederlande",
|
|
86
|
-
"country.NOR": "Norwegen",
|
|
87
|
-
"country.POL": "Polen",
|
|
88
|
-
"country.PRT": "Portugal",
|
|
89
|
-
"country.ROU": "Rumänien",
|
|
90
|
-
"country.SVK": "Slowakei",
|
|
91
|
-
"country.SVN": "Slowenien",
|
|
92
|
-
"country.SWE": "Schweden",
|
|
93
62
|
"datePicker.day.friday": "Freitag",
|
|
94
63
|
"datePicker.day.monday": "Montag",
|
|
95
64
|
"datePicker.day.saturday": "Samstag",
|
|
@@ -276,4 +245,4 @@
|
|
|
276
245
|
"uploadArea.noValue": "Keine Datei",
|
|
277
246
|
"uploadArea.unknownFileName": "unbekannter Dateiname",
|
|
278
247
|
"uploadArea.uploading": "Hochladen…"
|
|
279
|
-
}
|
|
248
|
+
}
|
package/src/locales/en.json
CHANGED
|
@@ -59,37 +59,6 @@
|
|
|
59
59
|
"common.previous": "Previous",
|
|
60
60
|
"common.remove": "Remove",
|
|
61
61
|
"common.skipToContent": "Skip to content",
|
|
62
|
-
"country.AUT": "Austria",
|
|
63
|
-
"country.BEL": "Belgium",
|
|
64
|
-
"country.BGR": "Bulgaria",
|
|
65
|
-
"country.CYP": "Cyprus",
|
|
66
|
-
"country.CZE": "Czech Republic",
|
|
67
|
-
"country.DEU": "Germany",
|
|
68
|
-
"country.DNK": "Denmark",
|
|
69
|
-
"country.ESP": "Spain",
|
|
70
|
-
"country.EST": "Estonia",
|
|
71
|
-
"country.FIN": "Finland",
|
|
72
|
-
"country.FRA": "France",
|
|
73
|
-
"country.GRC": "Greece",
|
|
74
|
-
"country.HRV": "Croatia",
|
|
75
|
-
"country.HUN": "Hungary",
|
|
76
|
-
"country.IRL": "Ireland",
|
|
77
|
-
"country.ISL": "Iceland",
|
|
78
|
-
"country.ITA": "Italy",
|
|
79
|
-
"country.LIE": "Liechtenstein",
|
|
80
|
-
"country.LTU": "Lithuania",
|
|
81
|
-
"country.LUX": "Luxembourg",
|
|
82
|
-
"country.LVA": "Latvia",
|
|
83
|
-
"country.MCO": "Monaco",
|
|
84
|
-
"country.MLT": "Malta",
|
|
85
|
-
"country.NLD": "Netherlands",
|
|
86
|
-
"country.NOR": "Norway",
|
|
87
|
-
"country.POL": "Poland",
|
|
88
|
-
"country.PRT": "Portugal",
|
|
89
|
-
"country.ROU": "Romania",
|
|
90
|
-
"country.SVK": "Slovakia",
|
|
91
|
-
"country.SVN": "Slovenia",
|
|
92
|
-
"country.SWE": "Sweden",
|
|
93
62
|
"datePicker.day.friday": "Friday",
|
|
94
63
|
"datePicker.day.monday": "Monday",
|
|
95
64
|
"datePicker.day.saturday": "Saturday",
|
|
@@ -276,4 +245,4 @@
|
|
|
276
245
|
"uploadArea.noValue": "No file",
|
|
277
246
|
"uploadArea.unknownFileName": "unknown filename",
|
|
278
247
|
"uploadArea.uploading": "Uploading…"
|
|
279
|
-
}
|
|
248
|
+
}
|
package/src/locales/es.json
CHANGED
|
@@ -59,37 +59,6 @@
|
|
|
59
59
|
"common.previous": "Anterior",
|
|
60
60
|
"common.remove": "Eliminar",
|
|
61
61
|
"common.skipToContent": "Saltar al contenido",
|
|
62
|
-
"country.AUT": "Austria",
|
|
63
|
-
"country.BEL": "Bélgica",
|
|
64
|
-
"country.BGR": "Bulgaria",
|
|
65
|
-
"country.CYP": "Chipre",
|
|
66
|
-
"country.CZE": "República Checa",
|
|
67
|
-
"country.DEU": "Alemania",
|
|
68
|
-
"country.DNK": "Dinamarca",
|
|
69
|
-
"country.ESP": "España",
|
|
70
|
-
"country.EST": "Estonia",
|
|
71
|
-
"country.FIN": "Finlandia",
|
|
72
|
-
"country.FRA": "Francia",
|
|
73
|
-
"country.GRC": "Grecia",
|
|
74
|
-
"country.HRV": "Croacia",
|
|
75
|
-
"country.HUN": "Hungría",
|
|
76
|
-
"country.IRL": "Irlanda",
|
|
77
|
-
"country.ISL": "Islandia",
|
|
78
|
-
"country.ITA": "Italia",
|
|
79
|
-
"country.LIE": "Liechtenstein",
|
|
80
|
-
"country.LTU": "Lituania",
|
|
81
|
-
"country.LUX": "Luxemburgo",
|
|
82
|
-
"country.LVA": "Letonia",
|
|
83
|
-
"country.MCO": "Mónaco",
|
|
84
|
-
"country.MLT": "Malta",
|
|
85
|
-
"country.NLD": "Países Bajos",
|
|
86
|
-
"country.NOR": "Noruega",
|
|
87
|
-
"country.POL": "Polonia",
|
|
88
|
-
"country.PRT": "Portugal",
|
|
89
|
-
"country.ROU": "Rumania",
|
|
90
|
-
"country.SVK": "Eslovaquia",
|
|
91
|
-
"country.SVN": "Eslovenia",
|
|
92
|
-
"country.SWE": "Suecia",
|
|
93
62
|
"datePicker.day.friday": "Viernes",
|
|
94
63
|
"datePicker.day.monday": "Lunes",
|
|
95
64
|
"datePicker.day.saturday": "Sábado",
|
|
@@ -276,4 +245,4 @@
|
|
|
276
245
|
"uploadArea.noValue": "No hay ningún archivo",
|
|
277
246
|
"uploadArea.unknownFileName": "nombre de archivo desconocido",
|
|
278
247
|
"uploadArea.uploading": "Subiendo…"
|
|
279
|
-
}
|
|
248
|
+
}
|
package/src/locales/fi.json
CHANGED
|
@@ -59,37 +59,6 @@
|
|
|
59
59
|
"common.previous": "Edellinen",
|
|
60
60
|
"common.remove": "Poista",
|
|
61
61
|
"common.skipToContent": "Ohita ja siirry sisältöön",
|
|
62
|
-
"country.AUT": "Itävalta",
|
|
63
|
-
"country.BEL": "Belgia",
|
|
64
|
-
"country.BGR": "Bulgaria",
|
|
65
|
-
"country.CYP": "Kypros",
|
|
66
|
-
"country.CZE": "Tshekin tasavalta",
|
|
67
|
-
"country.DEU": "Saksa",
|
|
68
|
-
"country.DNK": "Tanska",
|
|
69
|
-
"country.ESP": "Espanja",
|
|
70
|
-
"country.EST": "Viro",
|
|
71
|
-
"country.FIN": "Suomi",
|
|
72
|
-
"country.FRA": "Ranska",
|
|
73
|
-
"country.GRC": "Kreikka",
|
|
74
|
-
"country.HRV": "Kroatia",
|
|
75
|
-
"country.HUN": "Unkari",
|
|
76
|
-
"country.IRL": "Irlanti",
|
|
77
|
-
"country.ISL": "Islanti",
|
|
78
|
-
"country.ITA": "Italia",
|
|
79
|
-
"country.LIE": "Liechenstein",
|
|
80
|
-
"country.LTU": "Liettua",
|
|
81
|
-
"country.LUX": "Luxemburg",
|
|
82
|
-
"country.LVA": "Latvia",
|
|
83
|
-
"country.MCO": "Monaco",
|
|
84
|
-
"country.MLT": "Malta",
|
|
85
|
-
"country.NLD": "Alankomaat",
|
|
86
|
-
"country.NOR": "Norja",
|
|
87
|
-
"country.POL": "Puola",
|
|
88
|
-
"country.PRT": "Portugali",
|
|
89
|
-
"country.ROU": "Romania",
|
|
90
|
-
"country.SVK": "Slovakia",
|
|
91
|
-
"country.SVN": "Slovenia",
|
|
92
|
-
"country.SWE": "Ruotsi",
|
|
93
62
|
"datePicker.day.friday": "Perjantai",
|
|
94
63
|
"datePicker.day.monday": "Maanantai",
|
|
95
64
|
"datePicker.day.saturday": "Lauantai",
|
|
@@ -276,4 +245,4 @@
|
|
|
276
245
|
"uploadArea.noValue": "Ei tiedostoa",
|
|
277
246
|
"uploadArea.unknownFileName": "tuntematon tiedostonimi",
|
|
278
247
|
"uploadArea.uploading": "Ladataan..."
|
|
279
|
-
}
|
|
248
|
+
}
|
package/src/locales/fr.json
CHANGED
|
@@ -59,37 +59,6 @@
|
|
|
59
59
|
"common.previous": "Précédent",
|
|
60
60
|
"common.remove": "Supprimer",
|
|
61
61
|
"common.skipToContent": "Aller au contenu",
|
|
62
|
-
"country.AUT": "Autriche",
|
|
63
|
-
"country.BEL": "Belgique",
|
|
64
|
-
"country.BGR": "Bulgarie",
|
|
65
|
-
"country.CYP": "Chypre",
|
|
66
|
-
"country.CZE": "République Tchèque",
|
|
67
|
-
"country.DEU": "Allemagne",
|
|
68
|
-
"country.DNK": "Danemark",
|
|
69
|
-
"country.ESP": "Espagne",
|
|
70
|
-
"country.EST": "Estonie",
|
|
71
|
-
"country.FIN": "Finlande",
|
|
72
|
-
"country.FRA": "France",
|
|
73
|
-
"country.GRC": "Grèce",
|
|
74
|
-
"country.HRV": "Croatie",
|
|
75
|
-
"country.HUN": "Hongrie",
|
|
76
|
-
"country.IRL": "Irlande",
|
|
77
|
-
"country.ISL": "Islande",
|
|
78
|
-
"country.ITA": "Italie",
|
|
79
|
-
"country.LIE": "Liechtenstein",
|
|
80
|
-
"country.LTU": "Lituanie",
|
|
81
|
-
"country.LUX": "Luxembourg",
|
|
82
|
-
"country.LVA": "Lettonie",
|
|
83
|
-
"country.MCO": "Monaco",
|
|
84
|
-
"country.MLT": "Malte",
|
|
85
|
-
"country.NLD": "Pays-Bas",
|
|
86
|
-
"country.NOR": "Norvège",
|
|
87
|
-
"country.POL": "Pologne",
|
|
88
|
-
"country.PRT": "Portugal",
|
|
89
|
-
"country.ROU": "Roumanie",
|
|
90
|
-
"country.SVK": "Slovaquie",
|
|
91
|
-
"country.SVN": "Slovénie",
|
|
92
|
-
"country.SWE": "Suède",
|
|
93
62
|
"datePicker.day.friday": "Vendredi",
|
|
94
63
|
"datePicker.day.monday": "Lundi",
|
|
95
64
|
"datePicker.day.saturday": "Samedi",
|
package/src/locales/it.json
CHANGED
|
@@ -59,37 +59,6 @@
|
|
|
59
59
|
"common.previous": "Precedente",
|
|
60
60
|
"common.remove": "Rimuovi",
|
|
61
61
|
"common.skipToContent": "Salta al contenuto",
|
|
62
|
-
"country.AUT": "Austria",
|
|
63
|
-
"country.BEL": "Belgio",
|
|
64
|
-
"country.BGR": "Bulgaria",
|
|
65
|
-
"country.CYP": "Cipro",
|
|
66
|
-
"country.CZE": "Repubblica Ceca",
|
|
67
|
-
"country.DEU": "Germania",
|
|
68
|
-
"country.DNK": "Danimarca",
|
|
69
|
-
"country.ESP": "Spagna",
|
|
70
|
-
"country.EST": "Estonia",
|
|
71
|
-
"country.FIN": "Finlandia",
|
|
72
|
-
"country.FRA": "Francia",
|
|
73
|
-
"country.GRC": "Grecia",
|
|
74
|
-
"country.HRV": "Croazia",
|
|
75
|
-
"country.HUN": "Ungheria",
|
|
76
|
-
"country.IRL": "Irlanda",
|
|
77
|
-
"country.ISL": "Islanda",
|
|
78
|
-
"country.ITA": "Italia",
|
|
79
|
-
"country.LIE": "Liechtenstein",
|
|
80
|
-
"country.LTU": "Lituania",
|
|
81
|
-
"country.LUX": "Lussemburgo",
|
|
82
|
-
"country.LVA": "Lettonia",
|
|
83
|
-
"country.MCO": "Monaco",
|
|
84
|
-
"country.MLT": "Malta",
|
|
85
|
-
"country.NLD": "Paesi Bassi",
|
|
86
|
-
"country.NOR": "Norvegia",
|
|
87
|
-
"country.POL": "Polonia",
|
|
88
|
-
"country.PRT": "Portogallo",
|
|
89
|
-
"country.ROU": "Romania",
|
|
90
|
-
"country.SVK": "Slovacchia",
|
|
91
|
-
"country.SVN": "Slovenia",
|
|
92
|
-
"country.SWE": "Svezia",
|
|
93
62
|
"datePicker.day.friday": "Venerdì",
|
|
94
63
|
"datePicker.day.monday": "Lunedì",
|
|
95
64
|
"datePicker.day.saturday": "Sabato",
|
|
@@ -276,4 +245,4 @@
|
|
|
276
245
|
"uploadArea.noValue": "Nessun file",
|
|
277
246
|
"uploadArea.unknownFileName": "nome del file sconosciuto",
|
|
278
247
|
"uploadArea.uploading": "Caricamento…"
|
|
279
|
-
}
|
|
248
|
+
}
|
package/src/locales/nl.json
CHANGED
|
@@ -59,37 +59,6 @@
|
|
|
59
59
|
"common.previous": "Vorige",
|
|
60
60
|
"common.remove": "Verwijderen",
|
|
61
61
|
"common.skipToContent": "Doorgaan naar artikel",
|
|
62
|
-
"country.AUT": "Oostenrijk",
|
|
63
|
-
"country.BEL": "België",
|
|
64
|
-
"country.BGR": "Bulgarije",
|
|
65
|
-
"country.CYP": "Cyprus",
|
|
66
|
-
"country.CZE": "Tsjechië",
|
|
67
|
-
"country.DEU": "Duitsland",
|
|
68
|
-
"country.DNK": "Denemarken",
|
|
69
|
-
"country.ESP": "Spanje",
|
|
70
|
-
"country.EST": "Estland",
|
|
71
|
-
"country.FIN": "Finland",
|
|
72
|
-
"country.FRA": "Frankrijk",
|
|
73
|
-
"country.GRC": "Griekenland",
|
|
74
|
-
"country.HRV": "Kroatië",
|
|
75
|
-
"country.HUN": "Hongarije",
|
|
76
|
-
"country.IRL": "Ierland",
|
|
77
|
-
"country.ISL": "IJsland",
|
|
78
|
-
"country.ITA": "Italië",
|
|
79
|
-
"country.LIE": "Liechtenstein",
|
|
80
|
-
"country.LTU": "Lithouwen",
|
|
81
|
-
"country.LUX": "Luxemburg",
|
|
82
|
-
"country.LVA": "Letland",
|
|
83
|
-
"country.MCO": "Monaco",
|
|
84
|
-
"country.MLT": "Malta",
|
|
85
|
-
"country.NLD": "Nederland",
|
|
86
|
-
"country.NOR": "Noorwegen",
|
|
87
|
-
"country.POL": "Polen",
|
|
88
|
-
"country.PRT": "Portugal",
|
|
89
|
-
"country.ROU": "Roemenië",
|
|
90
|
-
"country.SVK": "Slowakije",
|
|
91
|
-
"country.SVN": "Slovenië",
|
|
92
|
-
"country.SWE": "Zweden",
|
|
93
62
|
"datePicker.day.friday": "Vrijdag",
|
|
94
63
|
"datePicker.day.monday": "Maandag",
|
|
95
64
|
"datePicker.day.saturday": "Zaterdag",
|
|
@@ -276,4 +245,4 @@
|
|
|
276
245
|
"uploadArea.noValue": "Geen bestand",
|
|
277
246
|
"uploadArea.unknownFileName": "onbekende bestandsnaam",
|
|
278
247
|
"uploadArea.uploading": "Bezig met uploaden…"
|
|
279
|
-
}
|
|
248
|
+
}
|
package/src/locales/pt.json
CHANGED
|
@@ -59,37 +59,6 @@
|
|
|
59
59
|
"common.previous": "Anterior",
|
|
60
60
|
"common.remove": "Remover",
|
|
61
61
|
"common.skipToContent": "Saltar para o conteúdo",
|
|
62
|
-
"country.AUT": "Áustria",
|
|
63
|
-
"country.BEL": "Bélgica",
|
|
64
|
-
"country.BGR": "Bulgária",
|
|
65
|
-
"country.CYP": "Chipre",
|
|
66
|
-
"country.CZE": "República Checa",
|
|
67
|
-
"country.DEU": "Alemanha",
|
|
68
|
-
"country.DNK": "Dinamarca",
|
|
69
|
-
"country.ESP": "Espanha",
|
|
70
|
-
"country.EST": "Estônia",
|
|
71
|
-
"country.FIN": "Finlândia",
|
|
72
|
-
"country.FRA": "França",
|
|
73
|
-
"country.GRC": "Grécia",
|
|
74
|
-
"country.HRV": "Croácia",
|
|
75
|
-
"country.HUN": "Hungria",
|
|
76
|
-
"country.IRL": "Irlanda",
|
|
77
|
-
"country.ISL": "Islândia",
|
|
78
|
-
"country.ITA": "Itália",
|
|
79
|
-
"country.LIE": "Liechtenstein",
|
|
80
|
-
"country.LTU": "Lituânia",
|
|
81
|
-
"country.LUX": "Luxemburgo",
|
|
82
|
-
"country.LVA": "Letónia",
|
|
83
|
-
"country.MCO": "Mónaco",
|
|
84
|
-
"country.MLT": "Malta",
|
|
85
|
-
"country.NLD": "Paises Baixos",
|
|
86
|
-
"country.NOR": "Noruega",
|
|
87
|
-
"country.POL": "Polónia",
|
|
88
|
-
"country.PRT": "Portugal",
|
|
89
|
-
"country.ROU": "Roménia",
|
|
90
|
-
"country.SVK": "Eslováquia",
|
|
91
|
-
"country.SVN": "Eslovénia",
|
|
92
|
-
"country.SWE": "Suécia",
|
|
93
62
|
"datePicker.day.friday": "Sexta-feira",
|
|
94
63
|
"datePicker.day.monday": "Segunda-feira",
|
|
95
64
|
"datePicker.day.saturday": "Sábado",
|
|
@@ -276,4 +245,4 @@
|
|
|
276
245
|
"uploadArea.noValue": "Nenhum ficheiro",
|
|
277
246
|
"uploadArea.unknownFileName": "nome do ficheiro desconhecido",
|
|
278
247
|
"uploadArea.uploading": "Carregando…"
|
|
279
|
-
}
|
|
248
|
+
}
|