@odus/checkout 0.23.0 → 0.24.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/dist/checkout.d.ts +16 -8
- package/dist/checkout.es.js +2169 -2084
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/checkout.d.ts
CHANGED
|
@@ -196,7 +196,8 @@ export declare const deLocale: {
|
|
|
196
196
|
"stateRequired": "Bundesland / Region ist erforderlich",
|
|
197
197
|
"cityRequired": "Stadt ist erforderlich",
|
|
198
198
|
"zipCodeRequired": "Postleitzahl ist erforderlich",
|
|
199
|
-
"zipCodeInvalid": "Bitte geben Sie eine gültige Postleitzahl ein"
|
|
199
|
+
"zipCodeInvalid": "Bitte geben Sie eine gültige Postleitzahl ein",
|
|
200
|
+
"countryRequired": "Land ist erforderlich"
|
|
200
201
|
}
|
|
201
202
|
};
|
|
202
203
|
|
|
@@ -256,7 +257,8 @@ export declare const enLocale: {
|
|
|
256
257
|
"stateRequired": "State / Region is required",
|
|
257
258
|
"cityRequired": "City is required",
|
|
258
259
|
"zipCodeRequired": "Zip code is required",
|
|
259
|
-
"zipCodeInvalid": "Please enter a valid zip code"
|
|
260
|
+
"zipCodeInvalid": "Please enter a valid zip code",
|
|
261
|
+
"countryRequired": "Country is required"
|
|
260
262
|
}
|
|
261
263
|
};
|
|
262
264
|
|
|
@@ -318,7 +320,8 @@ export declare const esLocale: {
|
|
|
318
320
|
"stateRequired": "El estado / región es obligatorio",
|
|
319
321
|
"cityRequired": "La ciudad es obligatoria",
|
|
320
322
|
"zipCodeRequired": "El código postal es obligatorio",
|
|
321
|
-
"zipCodeInvalid": "Por favor, ingrese un código postal válido"
|
|
323
|
+
"zipCodeInvalid": "Por favor, ingrese un código postal válido",
|
|
324
|
+
"countryRequired": "El país es obligatorio"
|
|
322
325
|
}
|
|
323
326
|
};
|
|
324
327
|
|
|
@@ -378,7 +381,8 @@ export declare const frLocale: {
|
|
|
378
381
|
"stateRequired": "L'état / région est requis",
|
|
379
382
|
"cityRequired": "La ville est requise",
|
|
380
383
|
"zipCodeRequired": "Le code postal est requis",
|
|
381
|
-
"zipCodeInvalid": "Veuillez saisir un code postal valide"
|
|
384
|
+
"zipCodeInvalid": "Veuillez saisir un code postal valide",
|
|
385
|
+
"countryRequired": "Le pays est requis"
|
|
382
386
|
}
|
|
383
387
|
};
|
|
384
388
|
|
|
@@ -446,7 +450,8 @@ export declare const itLocale: {
|
|
|
446
450
|
"stateRequired": "Lo stato / regione è obbligatorio",
|
|
447
451
|
"cityRequired": "La città è obbligatoria",
|
|
448
452
|
"zipCodeRequired": "Il codice postale è obbligatorio",
|
|
449
|
-
"zipCodeInvalid": "Inserisci un codice postale valido"
|
|
453
|
+
"zipCodeInvalid": "Inserisci un codice postale valido",
|
|
454
|
+
"countryRequired": "Il paese è obbligatorio"
|
|
450
455
|
}
|
|
451
456
|
};
|
|
452
457
|
|
|
@@ -530,7 +535,8 @@ export declare const plLocale: {
|
|
|
530
535
|
"stateRequired": "Województwo / Region jest wymagane",
|
|
531
536
|
"cityRequired": "Miasto jest wymagane",
|
|
532
537
|
"zipCodeRequired": "Kod pocztowy jest wymagany",
|
|
533
|
-
"zipCodeInvalid": "Proszę wpisać prawidłowy kod pocztowy"
|
|
538
|
+
"zipCodeInvalid": "Proszę wpisać prawidłowy kod pocztowy",
|
|
539
|
+
"countryRequired": "Kraj jest wymagany"
|
|
534
540
|
}
|
|
535
541
|
};
|
|
536
542
|
|
|
@@ -590,7 +596,8 @@ export declare const ptLocale: {
|
|
|
590
596
|
"stateRequired": "O estado / região é obrigatório",
|
|
591
597
|
"cityRequired": "A cidade é obrigatória",
|
|
592
598
|
"zipCodeRequired": "O código postal é obrigatório",
|
|
593
|
-
"zipCodeInvalid": "Por favor, insira um código postal válido"
|
|
599
|
+
"zipCodeInvalid": "Por favor, insira um código postal válido",
|
|
600
|
+
"countryRequired": "O país é obrigatório"
|
|
594
601
|
}
|
|
595
602
|
};
|
|
596
603
|
|
|
@@ -658,7 +665,8 @@ export declare const trLocale: {
|
|
|
658
665
|
"stateRequired": "İl / Bölge gerekli",
|
|
659
666
|
"cityRequired": "Şehir gerekli",
|
|
660
667
|
"zipCodeRequired": "Posta kodu gerekli",
|
|
661
|
-
"zipCodeInvalid": "Lütfen geçerli bir posta kodu girin"
|
|
668
|
+
"zipCodeInvalid": "Lütfen geçerli bir posta kodu girin",
|
|
669
|
+
"countryRequired": "Ülke gerekli"
|
|
662
670
|
}
|
|
663
671
|
};
|
|
664
672
|
|