diff --git a/extensions/@shopgate-user-privacy/extension-config.json b/extensions/@shopgate-user-privacy/extension-config.json index 33541f0d81..ab87af37f0 100644 --- a/extensions/@shopgate-user-privacy/extension-config.json +++ b/extensions/@shopgate-user-privacy/extension-config.json @@ -91,6 +91,36 @@ "id": "pl-PL", "path": "frontend/locale/pl-PL.json", "type": "translations" + }, + { + "id": "cs-CZ", + "path": "frontend/locale/cs-CZ.json", + "type": "translations" + }, + { + "id": "el-GR", + "path": "frontend/locale/el-GR.json", + "type": "translations" + }, + { + "id": "fi-FI", + "path": "frontend/locale/fi-FI.json", + "type": "translations" + }, + { + "id": "hu-HU", + "path": "frontend/locale/hu-HU.json", + "type": "translations" + }, + { + "id": "ro-RO", + "path": "frontend/locale/ro-RO.json", + "type": "translations" + }, + { + "id": "sv-SE", + "path": "frontend/locale/sv-SE.json", + "type": "translations" } ] } diff --git a/extensions/@shopgate-user-privacy/frontend/locale/cs-CZ.json b/extensions/@shopgate-user-privacy/frontend/locale/cs-CZ.json new file mode 100644 index 0000000000..983ba1db18 --- /dev/null +++ b/extensions/@shopgate-user-privacy/frontend/locale/cs-CZ.json @@ -0,0 +1,9 @@ +{ + "user": { + "delete_account": "Smazat údaje o účtu", + "delete_account_success": "Požadavek na smazání byl přijat. Byli jste odhlášeni a my vaše údaje v rámci zákonných možností vymažeme. Tento proces může trvat několik dní.", + "delete_account_error": "Došlo k neočekávané chybě. Zkuste to prosím později.", + "delete_account_confirm": "Potvrďte prosím vymazání všech údajů o účtu. Toto nelze vzít zpět.", + "contact_us": "Kontaktujte nás" + } +} \ No newline at end of file diff --git a/extensions/@shopgate-user-privacy/frontend/locale/el-GR.json b/extensions/@shopgate-user-privacy/frontend/locale/el-GR.json new file mode 100644 index 0000000000..3b269904ac --- /dev/null +++ b/extensions/@shopgate-user-privacy/frontend/locale/el-GR.json @@ -0,0 +1,9 @@ +{ + "user": { + "delete_account": "Διαγραφή δεδομένων λογαριασμού", + "delete_account_success": "Παραλήφθηκε η αίτηση διαγραφής. Έχετε αποσυνδεθεί και θα διαγράψουμε τα δεδομένα σας στο μέτρο του νομικά δυνατού. Αυτή η διαδικασία μπορεί να διαρκέσει μερικές ημέρες.", + "delete_account_error": "Προέκυψε ένα απροσδόκητο σφάλμα. Παρακαλώ προσπαθήστε ξανά αργότερα", + "delete_account_confirm": "Παρακαλούμε επιβεβαιώστε τη διαγραφή όλων των δεδομένων του λογαριασμού. Αυτό δεν μπορεί να αναιρεθεί.", + "contact_us": "Επικοινωνία" + } +} \ No newline at end of file diff --git a/extensions/@shopgate-user-privacy/frontend/locale/fi-FI.json b/extensions/@shopgate-user-privacy/frontend/locale/fi-FI.json new file mode 100644 index 0000000000..c549192d69 --- /dev/null +++ b/extensions/@shopgate-user-privacy/frontend/locale/fi-FI.json @@ -0,0 +1,9 @@ +{ + "user": { + "delete_account": "Tilin tietojen poistaminen", + "delete_account_success": "Poistopyyntö vastaanotettu. Sinut on kirjauduttu ulos ja poistamme tietosi niin pitkälle kuin se on laillisesti mahdollista. Prosessi voi kestää muutaman päivän.", + "delete_account_error": "On tapahtunut odottamaton virhe. Yritä myöhemmin uudelleen", + "delete_account_confirm": "Vahvista kaikkien tilitietojen poistaminen. Tätä ei voi perua.", + "contact_us": "Yhteystiedot" + } +} \ No newline at end of file diff --git a/extensions/@shopgate-user-privacy/frontend/locale/hu-HU.json b/extensions/@shopgate-user-privacy/frontend/locale/hu-HU.json new file mode 100644 index 0000000000..a7a5090131 --- /dev/null +++ b/extensions/@shopgate-user-privacy/frontend/locale/hu-HU.json @@ -0,0 +1,9 @@ +{ + "user": { + "delete_account": "Fiókadatok törlése", + "delete_account_success": "Törlési kérelem érkezett. Önt kijelentkeztettük, és az adatait törölni fogjuk, amennyire ez jogilag lehetséges. Ez a folyamat néhány napot vehet igénybe.", + "delete_account_error": "Váratlan hiba történt. Kérjük, próbálja meg később újra", + "delete_account_confirm": "Kérjük, erősítse meg az összes fiókadat törlését. Ezt nem lehet visszacsinálni.", + "contact_us": "Kapcsolat" + } +} \ No newline at end of file diff --git a/extensions/@shopgate-user-privacy/frontend/locale/ro-RO.json b/extensions/@shopgate-user-privacy/frontend/locale/ro-RO.json new file mode 100644 index 0000000000..c20a9d8043 --- /dev/null +++ b/extensions/@shopgate-user-privacy/frontend/locale/ro-RO.json @@ -0,0 +1,9 @@ +{ + "user": { + "delete_account": "Ștergeți datele contului", + "delete_account_success": "Cerere de ștergere primită. Ați fost deconectat și vă vom șterge datele în măsura în care este posibil din punct de vedere legal. Acest proces poate dura câteva zile.", + "delete_account_error": "A apărut o eroare neașteptată. Vă rugăm să încercați din nou mai târziu.", + "delete_account_confirm": "Vă rugăm să confirmați ștergerea tuturor datelor contului. Aceasta nu poate fi anulată.", + "contact_us": "Contactați-ne" + } +} diff --git a/extensions/@shopgate-user-privacy/frontend/locale/sv-SE.json b/extensions/@shopgate-user-privacy/frontend/locale/sv-SE.json new file mode 100644 index 0000000000..0e7d4afcf6 --- /dev/null +++ b/extensions/@shopgate-user-privacy/frontend/locale/sv-SE.json @@ -0,0 +1,9 @@ +{ + "user": { + "delete_account": "Ta bort kontouppgifter", + "delete_account_success": "Begäran om radering mottagen. Du har blivit utloggad och vi kommer att radera dina uppgifter så långt det är juridiskt möjligt. Denna process kan ta några dagar.", + "delete_account_error": "Ett oväntat fel har inträffat. Vänligen försök igen senare", + "delete_account_confirm": "Vänligen bekräfta raderingen av alla kontouppgifter. Detta kan inte ångras.", + "contact_us": "Kontakta oss" + } +} \ No newline at end of file diff --git a/libraries/engage/i18n/locale/cs-cz/countries.json b/libraries/engage/i18n/locale/cs-cz/countries.json new file mode 100644 index 0000000000..9e01ec59d9 --- /dev/null +++ b/libraries/engage/i18n/locale/cs-cz/countries.json @@ -0,0 +1,255 @@ +{ + "AF": "Afghánistán", + "AX": "Ålandy", + "AL": "Albánie", + "DZ": "Alžírsko", + "AS": "Americká Samoa", + "VI": "Americké Panenské ostrovy", + "AD": "Andorra", + "AO": "Angola", + "AI": "Anguilla", + "AQ": "Antarktida", + "AG": "Antigua a Barbuda", + "AR": "Argentina", + "AM": "Arménie", + "AW": "Aruba", + "AC": "Ascension", + "AU": "Austrálie", + "AZ": "Ázerbájdžán", + "BS": "Bahamy", + "BH": "Bahrajn", + "BD": "Bangladéš", + "BB": "Barbados", + "BE": "Belgie", + "BZ": "Belize", + "BY": "Bělorusko", + "BJ": "Benin", + "BM": "Bermudy", + "BT": "Bhútán", + "BO": "Bolívie", + "BA": "Bosna a Hercegovina", + "BW": "Botswana", + "BR": "Brazílie", + "IO": "Britské indickooceánské území", + "VG": "Britské Panenské ostrovy", + "BN": "Brunej", + "BG": "Bulharsko", + "BF": "Burkina Faso", + "BI": "Burundi", + "TD": "Čad", + "ME": "Černá Hora", + "CZ": "Česko", + "EA": "Ceuta a Melilla", + "CL": "Chile", + "HR": "Chorvatsko", + "CN": "Čína", + "CK": "Cookovy ostrovy", + "CW": "Curaçao", + "DK": "Dánsko", + "DG": "Diego Garcia", + "DM": "Dominika", + "DO": "Dominikánská republika", + "DJ": "Džibutsko", + "EG": "Egypt", + "EC": "Ekvádor", + "ER": "Eritrea", + "EE": "Estonsko", + "SZ": "Eswatini", + "ET": "Etiopie", + "FO": "Faerské ostrovy", + "FK": "Falklandy", + "FJ": "Fidži", + "PH": "Filipíny", + "FI": "Finsko", + "FR": "Francie", + "GF": "Francouzská Guyana", + "TF": "Francouzská jižní území", + "PF": "Francouzská Polynésie", + "GA": "Gabon", + "GM": "Gambie", + "GH": "Ghana", + "GI": "Gibraltar", + "GD": "Grenada", + "GL": "Grónsko", + "GE": "Gruzie", + "GP": "Guadeloupe", + "GU": "Guam", + "GT": "Guatemala", + "GG": "Guernsey", + "GN": "Guinea", + "GW": "Guinea-Bissau", + "GY": "Guyana", + "HT": "Haiti", + "HN": "Honduras", + "HK": "Hongkong", + "IN": "Indie", + "ID": "Indonésie", + "IQ": "Irák", + "IR": "Írán", + "IE": "Irsko", + "IS": "Island", + "IT": "Itálie", + "IL": "Izrael", + "JM": "Jamajka", + "JP": "Japonsko", + "YE": "Jemen", + "JE": "Jersey", + "ZA": "Jihoafrická republika", + "GS": "Jižní Georgie a Jižní Sandwichovy ostrovy", + "KR": "Jižní Korea", + "SS": "Jižní Súdán", + "JO": "Jordánsko", + "KY": "Kajmanské ostrovy", + "KH": "Kambodža", + "CM": "Kamerun", + "CA": "Kanada", + "IC": "Kanárské ostrovy", + "CV": "Kapverdy", + "BQ": "Karibské Nizozemí", + "QA": "Katar", + "KZ": "Kazachstán", + "KE": "Keňa", + "KI": "Kiribati", + "CC": "Kokosové ostrovy", + "CO": "Kolumbie", + "KM": "Komory", + "CG": "Kongo - Brazzaville", + "CD": "Kongo - Kinshasa", + "XK": "Kosovo", + "CR": "Kostarika", + "CU": "Kuba", + "KW": "Kuvajt", + "CY": "Kypr", + "KG": "Kyrgyzstán", + "LA": "Laos", + "LS": "Lesotho", + "LB": "Libanon", + "LR": "Libérie", + "LY": "Libye", + "LI": "Lichtenštejnsko", + "LT": "Litva", + "LV": "Lotyšsko", + "LU": "Lucembursko", + "MO": "Macao", + "MG": "Madagaskar", + "HU": "Maďarsko", + "MY": "Malajsie", + "MW": "Malawi", + "MV": "Maledivy", + "ML": "Mali", + "MT": "Malta", + "MA": "Maroko", + "MH": "Marshallovy ostrovy", + "MQ": "Martinik", + "MU": "Mauricius", + "MR": "Mauritánie", + "YT": "Mayotte", + "UM": "Menší odlehlé ostrovy USA", + "MX": "Mexiko", + "FM": "Mikronésie", + "MD": "Moldavsko", + "MC": "Monako", + "MN": "Mongolsko", + "MS": "Montserrat", + "MZ": "Mosambik", + "MM": "Myanmar (Barma)", + "NA": "Namibie", + "NR": "Nauru", + "DE": "Německo", + "NP": "Nepál", + "NE": "Niger", + "NG": "Nigérie", + "NI": "Nikaragua", + "NU": "Niue", + "NL": "Nizozemsko", + "NF": "Norfolkovy ostrovy", + "NO": "Norsko", + "NC": "Nová Kaledonie", + "NZ": "Nový Zéland", + "OM": "Omán", + "IM": "Ostrov Man", + "PK": "Pákistán", + "PW": "Palau", + "PS": "Palestinská území", + "PA": "Panama", + "PG": "Papua-Nová Guinea", + "PY": "Paraguay", + "PE": "Peru", + "PN": "Pitcairnovy ostrovy", + "CI": "Pobřeží slonoviny", + "PL": "Polsko", + "PR": "Portoriko", + "PT": "Portugalsko", + "AT": "Rakousko", + "GR": "Řecko", + "RE": "Réunion", + "GQ": "Rovníková Guinea", + "RO": "Rumunsko", + "RU": "Rusko", + "RW": "Rwanda", + "SB": "Šalamounovy ostrovy", + "SV": "Salvador", + "WS": "Samoa", + "SM": "San Marino", + "SA": "Saúdská Arábie", + "SN": "Senegal", + "KP": "Severní Korea", + "MK": "Severní Makedonie", + "MP": "Severní Mariany", + "SC": "Seychely", + "SL": "Sierra Leone", + "SG": "Singapur", + "SK": "Slovensko", + "SI": "Slovinsko", + "SO": "Somálsko", + "ES": "Španělsko", + "SJ": "Špicberky a Jan Mayen", + "AE": "Spojené arabské emiráty", + "GB": "Spojené království", + "US": "Spojené státy", + "RS": "Srbsko", + "LK": "Srí Lanka", + "CF": "Středoafrická republika", + "SD": "Súdán", + "SR": "Surinam", + "SH": "Svatá Helena", + "LC": "Svatá Lucie", + "BL": "Svatý Bartoloměj", + "KN": "Svatý Kryštof a Nevis", + "SX": "Svatý Martin", + "MF": "Svatý Martin", + "PM": "Svatý Pierre a Miquelon", + "ST": "Svatý Tomáš a Princův ostrov", + "VC": "Svatý Vincenc a Grenadiny", + "SE": "Švédsko", + "CH": "Švýcarsko", + "SY": "Sýrie", + "TJ": "Tádžikistán", + "TZ": "Tanzanie", + "TW": "Tchaj-wan", + "TH": "Thajsko", + "TG": "Togo", + "TK": "Tokelau", + "TO": "Tonga", + "TT": "Trinidad a Tobago", + "TA": "Tristan da Cunha", + "TN": "Tunisko", + "TR": "Turecko", + "TM": "Turkmenistán", + "TC": "Turks a Caicos", + "TV": "Tuvalu", + "UG": "Uganda", + "UA": "Ukrajina", + "UY": "Uruguay", + "UZ": "Uzbekistán", + "CX": "Vánoční ostrov", + "VU": "Vanuatu", + "VA": "Vatikán", + "VE": "Venezuela", + "VN": "Vietnam", + "TL": "Východní Timor", + "WF": "Wallis a Futuna", + "ZM": "Zambie", + "EH": "Západní Sahara", + "ZW": "Zimbabwe" +} diff --git a/libraries/engage/i18n/locale/de-de/countries.json b/libraries/engage/i18n/locale/de-de/countries.json index 27dee9c514..bf1098ffa6 100644 --- a/libraries/engage/i18n/locale/de-de/countries.json +++ b/libraries/engage/i18n/locale/de-de/countries.json @@ -1,24 +1,24 @@ { "AF": "Afghanistan", - "EG": "\u00c4gypten", - "AX": "\u00c5landinseln", + "EG": "Ägypten", + "AX": "Ålandinseln", "AL": "Albanien", "DZ": "Algerien", "AS": "Amerikanisch-Samoa", "VI": "Amerikanische Jungferninseln", - "UM": "Amerikanische \u00dcberseeinseln", + "UM": "Amerikanische Überseeinseln", "AD": "Andorra", "AO": "Angola", "AI": "Anguilla", "AQ": "Antarktis", "AG": "Antigua und Barbuda", - "GQ": "\u00c4quatorialguinea", + "GQ": "Äquatorialguinea", "AR": "Argentinien", "AM": "Armenien", "AW": "Aruba", "AC": "Ascension", "AZ": "Aserbaidschan", - "ET": "\u00c4thiopien", + "ET": "Äthiopien", "AU": "Australien", "BS": "Bahamas", "BH": "Bahrain", @@ -47,9 +47,9 @@ "CN": "China", "CK": "Cookinseln", "CR": "Costa Rica", - "CI": "C\u00f4te d\u2019Ivoire", - "CW": "Cura\u00e7ao", - "DK": "D\u00e4nemark", + "CI": "Côte d’Ivoire", + "CW": "Curaçao", + "DK": "Dänemark", "DE": "Deutschland", "DG": "Diego Garcia", "DM": "Dominica", @@ -60,13 +60,13 @@ "ER": "Eritrea", "EE": "Estland", "FK": "Falklandinseln", - "FO": "F\u00e4r\u00f6er", + "FO": "Färöer", "FJ": "Fidschi", "FI": "Finnland", "FR": "Frankreich", - "GF": "Franz\u00f6sisch-Guayana", - "PF": "Franz\u00f6sisch-Polynesien", - "TF": "Franz\u00f6sische S\u00fcd- und Antarktisgebiete", + "GF": "Französisch-Guayana", + "PF": "Französisch-Polynesien", + "TF": "Französische Süd- und Antarktisgebiete", "GA": "Gabun", "GM": "Gambia", "GE": "Georgien", @@ -74,7 +74,7 @@ "GI": "Gibraltar", "GD": "Grenada", "GR": "Griechenland", - "GL": "Gr\u00f6nland", + "GL": "Grönland", "GP": "Guadeloupe", "GU": "Guam", "GT": "Guatemala", @@ -157,14 +157,14 @@ "NG": "Nigeria", "NU": "Niue", "KP": "Nordkorea", - "MP": "N\u00f6rdliche Marianen", + "MP": "Nördliche Marianen", "MK": "Nordmazedonien", "NF": "Norfolkinsel", "NO": "Norwegen", "OM": "Oman", - "AT": "\u00d6sterreich", + "AT": "Österreich", "PK": "Pakistan", - "PS": "Pal\u00e4stinensische Autonomiegebiete", + "PS": "Palästinensische Autonomiegebiete", "PW": "Palau", "PA": "Panama", "PG": "Papua-Neuguinea", @@ -174,19 +174,17 @@ "PN": "Pitcairninseln", "PL": "Polen", "PT": "Portugal", - "XA": "Pseudo-Accents", - "XB": "Pseudo-Bidi", "PR": "Puerto Rico", "MD": "Republik Moldau", - "RE": "R\u00e9union", + "RE": "Réunion", "RW": "Ruanda", - "RO": "Rum\u00e4nien", + "RO": "Rumänien", "RU": "Russland", "SB": "Salomonen", "ZM": "Sambia", "WS": "Samoa", "SM": "San Marino", - "ST": "S\u00e3o Tom\u00e9 und Pr\u00edncipe", + "ST": "São Tomé und Príncipe", "SA": "Saudi-Arabien", "SE": "Schweden", "CH": "Schweiz", @@ -205,18 +203,18 @@ "ES": "Spanien", "SJ": "Spitzbergen und Jan Mayen", "LK": "Sri Lanka", - "BL": "St. Barth\u00e9lemy", + "BL": "St. Barthélemy", "SH": "St. Helena", "KN": "St. Kitts und Nevis", "LC": "St. Lucia", "MF": "St. Martin", "PM": "St. Pierre und Miquelon", "VC": "St. Vincent und die Grenadinen", - "ZA": "S\u00fcdafrika", + "ZA": "Südafrika", "SD": "Sudan", - "GS": "S\u00fcdgeorgien und die S\u00fcdlichen Sandwichinseln", - "KR": "S\u00fcdkorea", - "SS": "S\u00fcdsudan", + "GS": "Südgeorgien und die Südlichen Sandwichinseln", + "KR": "Südkorea", + "SS": "Südsudan", "SR": "Suriname", "SZ": "Swasiland", "SY": "Syrien", @@ -233,7 +231,7 @@ "TD": "Tschad", "CZ": "Tschechien", "TN": "Tunesien", - "TR": "T\u00fcrkei", + "TR": "Türkei", "TM": "Turkmenistan", "TC": "Turks- und Caicosinseln", "TV": "Tuvalu", @@ -247,7 +245,7 @@ "VE": "Venezuela", "AE": "Vereinigte Arabische Emirate", "US": "Vereinigte Staaten", - "GB": "Vereinigtes K\u00f6nigreich", + "GB": "Vereinigtes Königreich", "VN": "Vietnam", "WF": "Wallis und Futuna", "CX": "Weihnachtsinsel", diff --git a/libraries/engage/i18n/locale/el-gr/countries.json b/libraries/engage/i18n/locale/el-gr/countries.json new file mode 100644 index 0000000000..6e34d8db76 --- /dev/null +++ b/libraries/engage/i18n/locale/el-gr/countries.json @@ -0,0 +1,255 @@ +{ + "SH": "Αγία Ελένη", + "LC": "Αγία Λουκία", + "BL": "Άγιος Βαρθολομαίος", + "VC": "Άγιος Βικέντιος και Γρεναδίνες", + "SM": "Άγιος Μαρίνος", + "SX": "Άγιος Μαρτίνος", + "MF": "Άγιος Μαρτίνος", + "PM": "Άγιος Πέτρος και Μικελόν", + "KN": "Άγιος Χριστόφορος και Νέβις", + "AO": "Αγκόλα", + "AZ": "Αζερμπαϊτζάν", + "EG": "Αίγυπτος", + "ET": "Αιθιοπία", + "HT": "Αϊτή", + "CI": "Ακτή Ελεφαντοστού", + "AL": "Αλβανία", + "DZ": "Αλγερία", + "VI": "Αμερικανικές Παρθένοι Νήσοι", + "AS": "Αμερικανική Σαμόα", + "TL": "Ανατολικό Τιμόρ", + "AI": "Ανγκουίλα", + "AD": "Ανδόρα", + "AQ": "Ανταρκτική", + "AG": "Αντίγκουα και Μπαρμπούντα", + "UM": "Απομακρυσμένα Νησιά ΗΠΑ", + "AR": "Αργεντινή", + "AM": "Αρμενία", + "AW": "Αρούμπα", + "AC": "Ασενσιόν", + "AU": "Αυστραλία", + "AT": "Αυστρία", + "AF": "Αφγανιστάν", + "VU": "Βανουάτου", + "VA": "Βατικανό", + "BE": "Βέλγιο", + "VE": "Βενεζουέλα", + "BM": "Βερμούδες", + "VN": "Βιετνάμ", + "BO": "Βολιβία", + "KP": "Βόρεια Κορέα", + "MK": "Βόρεια Μακεδονία", + "MP": "Βόρειες Μαριάνες Νήσοι", + "BA": "Βοσνία και Ερζεγοβίνη", + "BG": "Βουλγαρία", + "BR": "Βραζιλία", + "IO": "Βρετανικά Εδάφη Ινδικού Ωκεανού", + "VG": "Βρετανικές Παρθένοι Νήσοι", + "FR": "Γαλλία", + "TF": "Γαλλικά Νότια και Ανταρκτικά Εδάφη", + "GF": "Γαλλική Γουιάνα", + "PF": "Γαλλική Πολυνησία", + "DE": "Γερμανία", + "GE": "Γεωργία", + "GI": "Γιβραλτάρ", + "GM": "Γκάμπια", + "GA": "Γκαμπόν", + "GH": "Γκάνα", + "GG": "Γκέρνζι", + "GU": "Γκουάμ", + "GP": "Γουαδελούπη", + "GT": "Γουατεμάλα", + "GY": "Γουιάνα", + "GN": "Γουινέα", + "GW": "Γουινέα-Μπισσάου", + "GD": "Γρενάδα", + "GL": "Γροιλανδία", + "DK": "Δανία", + "DO": "Δομινικανή Δημοκρατία", + "EH": "Δυτική Σαχάρα", + "EC": "Εκουαδόρ", + "SV": "Ελ Σαλβαδόρ", + "CH": "Ελβετία", + "GR": "Ελλάδα", + "ER": "Ερυθραία", + "EE": "Εσθονία", + "SZ": "Εσουατίνι", + "ZM": "Ζάμπια", + "ZW": "Ζιμπάμπουε", + "AE": "Ηνωμένα Αραβικά Εμιράτα", + "US": "Ηνωμένες Πολιτείες", + "GB": "Ηνωμένο Βασίλειο", + "EA": "Θεούτα και Μελίγια", + "JP": "Ιαπωνία", + "IN": "Ινδία", + "ID": "Ινδονησία", + "JO": "Ιορδανία", + "IQ": "Ιράκ", + "IR": "Ιράν", + "IE": "Ιρλανδία", + "GQ": "Ισημερινή Γουινέα", + "IS": "Ισλανδία", + "ES": "Ισπανία", + "IL": "Ισραήλ", + "IT": "Ιταλία", + "KZ": "Καζακστάν", + "CM": "Καμερούν", + "KH": "Καμπότζη", + "CA": "Καναδάς", + "IC": "Κανάρια Νησιά", + "QA": "Κατάρ", + "CF": "Κεντροαφρικανική Δημοκρατία", + "KE": "Κένυα", + "CN": "Κίνα", + "KG": "Κιργιστάν", + "KI": "Κιριμπάτι", + "CO": "Κολομβία", + "KM": "Κομόρες", + "CD": "Κονγκό - Κινσάσα", + "CG": "Κονγκό - Μπραζαβίλ", + "XK": "Κόσοβο", + "CR": "Κόστα Ρίκα", + "CU": "Κούβα", + "KW": "Κουβέιτ", + "CW": "Κουρασάο", + "HR": "Κροατία", + "CY": "Κύπρος", + "LA": "Λάος", + "LS": "Λεσότο", + "LV": "Λετονία", + "BY": "Λευκορωσία", + "LB": "Λίβανος", + "LR": "Λιβερία", + "LY": "Λιβύη", + "LT": "Λιθουανία", + "LI": "Λίχτενσταϊν", + "LU": "Λουξεμβούργο", + "YT": "Μαγιότ", + "MG": "Μαδαγασκάρη", + "MO": "Μακάο", + "MY": "Μαλαισία", + "MW": "Μαλάουι", + "MV": "Μαλδίβες", + "ML": "Μάλι", + "MT": "Μάλτα", + "MA": "Μαρόκο", + "MQ": "Μαρτινίκα", + "MU": "Μαυρίκιος", + "MR": "Μαυριτανία", + "ME": "Μαυροβούνιο", + "MX": "Μεξικό", + "MM": "Μιανμάρ (Βιρμανία)", + "FM": "Μικρονησία", + "MN": "Μογγολία", + "MZ": "Μοζαμβίκη", + "MD": "Μολδαβία", + "MC": "Μονακό", + "MS": "Μονσεράτ", + "BD": "Μπανγκλαντές", + "BB": "Μπαρμπάντος", + "BS": "Μπαχάμες", + "BH": "Μπαχρέιν", + "BZ": "Μπελίζ", + "BJ": "Μπενίν", + "BW": "Μποτσουάνα", + "BF": "Μπουρκίνα Φάσο", + "BI": "Μπουρούντι", + "BT": "Μπουτάν", + "BN": "Μπρουνέι", + "NA": "Ναμίμπια", + "NR": "Ναουρού", + "NZ": "Νέα Ζηλανδία", + "NC": "Νέα Καληδονία", + "NP": "Νεπάλ", + "AX": "Νήσοι Άλαντ", + "KY": "Νήσοι Κέιμαν", + "CC": "Νήσοι Κόκος (Κίλινγκ)", + "CK": "Νήσοι Κουκ", + "MH": "Νήσοι Μάρσαλ", + "PN": "Νήσοι Πίτκερν", + "SB": "Νήσοι Σολομώντα", + "TC": "Νήσοι Τερκς και Κάικος", + "FO": "Νήσοι Φερόες", + "FK": "Νήσοι Φώκλαντ", + "NF": "Νήσος Νόρφολκ", + "IM": "Νήσος του Μαν", + "CX": "Νήσος των Χριστουγέννων", + "NE": "Νίγηρας", + "NG": "Νιγηρία", + "NI": "Νικαράγουα", + "NU": "Νιούε", + "NO": "Νορβηγία", + "ZA": "Νότια Αφρική", + "GS": "Νότια Γεωργία και Νότιες Σάντουιτς Νήσοι", + "KR": "Νότια Κορέα", + "SS": "Νότιο Σουδάν", + "DG": "Ντιέγκο Γκαρσία", + "DM": "Ντομίνικα", + "NL": "Ολλανδία", + "BQ": "Ολλανδία Καραϊβικής", + "OM": "Ομάν", + "HN": "Ονδούρα", + "WF": "Ουάλις και Φουτουνά", + "HU": "Ουγγαρία", + "UG": "Ουγκάντα", + "UZ": "Ουζμπεκιστάν", + "UA": "Ουκρανία", + "UY": "Ουρουγουάη", + "PK": "Πακιστάν", + "PS": "Παλαιστινιακά Εδάφη", + "PW": "Παλάου", + "PA": "Παναμάς", + "PG": "Παπούα Νέα Γουινέα", + "PY": "Παραγουάη", + "PE": "Περού", + "PL": "Πολωνία", + "PT": "Πορτογαλία", + "PR": "Πουέρτο Ρίκο", + "CV": "Πράσινο Ακρωτήριο", + "RE": "Ρεϊνιόν", + "RW": "Ρουάντα", + "RO": "Ρουμανία", + "RU": "Ρωσία", + "WS": "Σαμόα", + "ST": "Σάο Τομέ και Πρίνσιπε", + "SA": "Σαουδική Αραβία", + "SJ": "Σβάλμπαρντ και Γιαν Μαγιέν", + "SN": "Σενεγάλη", + "RS": "Σερβία", + "SC": "Σεϋχέλλες", + "SG": "Σιγκαπούρη", + "SL": "Σιέρα Λεόνε", + "SK": "Σλοβακία", + "SI": "Σλοβενία", + "SO": "Σομαλία", + "SD": "Σουδάν", + "SE": "Σουηδία", + "SR": "Σουρινάμ", + "LK": "Σρι Λάνκα", + "SY": "Συρία", + "TW": "Ταϊβάν", + "TH": "Ταϊλάνδη", + "TZ": "Τανζανία", + "TJ": "Τατζικιστάν", + "JM": "Τζαμάικα", + "JE": "Τζέρζι", + "DJ": "Τζιμπουτί", + "TG": "Τόγκο", + "TK": "Τοκελάου", + "TO": "Τόνγκα", + "TV": "Τουβαλού", + "TR": "Τουρκία", + "TM": "Τουρκμενιστάν", + "TT": "Τρινιντάντ και Τομπάγκο", + "TA": "Τριστάν ντα Κούνια", + "TD": "Τσαντ", + "CZ": "Τσεχία", + "TN": "Τυνησία", + "YE": "Υεμένη", + "PH": "Φιλιππίνες", + "FI": "Φινλανδία", + "FJ": "Φίτζι", + "CL": "Χιλή", + "HK": "Χονγκ Κονγκ" +} diff --git a/libraries/engage/i18n/locale/en-us/countries.json b/libraries/engage/i18n/locale/en-us/countries.json index fd73072e04..e6d4ef074f 100644 --- a/libraries/engage/i18n/locale/en-us/countries.json +++ b/libraries/engage/i18n/locale/en-us/countries.json @@ -8,7 +8,7 @@ "AO": "Angola", "AI": "Anguilla", "AQ": "Antarctica", - "AG": "Antigua \u0026 Barbuda", + "AG": "Antigua & Barbuda", "AR": "Argentina", "AM": "Armenia", "AW": "Aruba", @@ -27,7 +27,7 @@ "BM": "Bermuda", "BT": "Bhutan", "BO": "Bolivia", - "BA": "Bosnia \u0026 Herzegovina", + "BA": "Bosnia & Herzegovina", "BW": "Botswana", "BR": "Brazil", "IO": "British Indian Ocean Territory", @@ -44,7 +44,7 @@ "BQ": "Caribbean Netherlands", "KY": "Cayman Islands", "CF": "Central African Republic", - "EA": "Ceuta \u0026 Melilla", + "EA": "Ceuta & Melilla", "TD": "Chad", "CL": "Chile", "CN": "China", @@ -180,8 +180,6 @@ "PN": "Pitcairn Islands", "PL": "Poland", "PT": "Portugal", - "XA": "Pseudo-Accents", - "XB": "Pseudo-Bidi", "PR": "Puerto Rico", "QA": "Qatar", "RE": "Réunion", @@ -190,7 +188,7 @@ "RW": "Rwanda", "WS": "Samoa", "SM": "San Marino", - "ST": "São Tomé \u0026 Príncipe", + "ST": "São Tomé & Príncipe", "SA": "Saudi Arabia", "SN": "Senegal", "RS": "Serbia", @@ -203,21 +201,21 @@ "SB": "Solomon Islands", "SO": "Somalia", "ZA": "South Africa", - "GS": "South Georgia \u0026 South Sandwich Islands", + "GS": "South Georgia & South Sandwich Islands", "KR": "South Korea", "SS": "South Sudan", "ES": "Spain", "LK": "Sri Lanka", "BL": "St. Barthélemy", "SH": "St. Helena", - "KN": "St. Kitts \u0026 Nevis", + "KN": "St. Kitts & Nevis", "LC": "St. Lucia", "MF": "St. Martin", - "PM": "St. Pierre \u0026 Miquelon", - "VC": "St. Vincent \u0026 Grenadines", + "PM": "St. Pierre & Miquelon", + "VC": "St. Vincent & Grenadines", "SD": "Sudan", "SR": "Suriname", - "SJ": "Svalbard \u0026 Jan Mayen", + "SJ": "Svalbard & Jan Mayen", "SE": "Sweden", "CH": "Switzerland", "SY": "Syria", @@ -229,12 +227,12 @@ "TG": "Togo", "TK": "Tokelau", "TO": "Tonga", - "TT": "Trinidad \u0026 Tobago", + "TT": "Trinidad & Tobago", "TA": "Tristan da Cunha", "TN": "Tunisia", "TR": "Turkey", "TM": "Turkmenistan", - "TC": "Turks \u0026 Caicos Islands", + "TC": "Turks & Caicos Islands", "TV": "Tuvalu", "UM": "U.S. Outlying Islands", "VI": "U.S. Virgin Islands", @@ -249,7 +247,7 @@ "VA": "Vatican City", "VE": "Venezuela", "VN": "Vietnam", - "WF": "Wallis \u0026 Futuna", + "WF": "Wallis & Futuna", "EH": "Western Sahara", "YE": "Yemen", "ZM": "Zambia", diff --git a/libraries/engage/i18n/locale/es-es/countries.json b/libraries/engage/i18n/locale/es-es/countries.json index 6f9b785b9d..dbbe02087b 100644 --- a/libraries/engage/i18n/locale/es-es/countries.json +++ b/libraries/engage/i18n/locale/es-es/countries.json @@ -1,44 +1,44 @@ { - "AF": "Afganist\u00e1n", + "AF": "Afganistán", "AL": "Albania", "DE": "Alemania", "AD": "Andorra", "AO": "Angola", "AI": "Anguila", - "AQ": "Ant\u00e1rtida", + "AQ": "Antártida", "AG": "Antigua y Barbuda", - "SA": "Arabia Saud\u00ed", + "SA": "Arabia Saudí", "DZ": "Argelia", "AR": "Argentina", "AM": "Armenia", "AW": "Aruba", "AU": "Australia", "AT": "Austria", - "AZ": "Azerbaiy\u00e1n", + "AZ": "Azerbaiyán", "BS": "Bahamas", - "BD": "Banglad\u00e9s", + "BD": "Bangladés", "BB": "Barbados", - "BH": "Bar\u00e9in", - "BE": "B\u00e9lgica", + "BH": "Baréin", + "BE": "Bélgica", "BZ": "Belice", - "BJ": "Ben\u00edn", + "BJ": "Benín", "BM": "Bermudas", "BY": "Bielorrusia", "BO": "Bolivia", "BA": "Bosnia y Herzegovina", "BW": "Botsuana", "BR": "Brasil", - "BN": "Brun\u00e9i", + "BN": "Brunéi", "BG": "Bulgaria", "BF": "Burkina Faso", "BI": "Burundi", - "BT": "But\u00e1n", + "BT": "Bután", "CV": "Cabo Verde", "KH": "Camboya", - "CM": "Camer\u00fan", - "CA": "Canad\u00e1", + "CM": "Camerún", + "CA": "Canadá", "IC": "Canarias", - "BQ": "Caribe neerland\u00e9s", + "BQ": "Caribe neerlandés", "QA": "Catar", "EA": "Ceuta y Melilla", "TD": "Chad", @@ -53,30 +53,30 @@ "KP": "Corea del Norte", "KR": "Corea del Sur", "CR": "Costa Rica", - "CI": "C\u00f4te d\u2019Ivoire", + "CI": "Côte d’Ivoire", "HR": "Croacia", "CU": "Cuba", "CW": "Curazao", - "DG": "Diego Garc\u00eda", + "DG": "Diego García", "DK": "Dinamarca", "DM": "Dominica", "EC": "Ecuador", "EG": "Egipto", "SV": "El Salvador", - "AE": "Emiratos \u00c1rabes Unidos", + "AE": "Emiratos Árabes Unidos", "ER": "Eritrea", "SK": "Eslovaquia", "SI": "Eslovenia", - "ES": "Espa\u00f1a", + "ES": "España", "US": "Estados Unidos", "EE": "Estonia", "SZ": "Esuatini", - "ET": "Etiop\u00eda", + "ET": "Etiopía", "PH": "Filipinas", "FI": "Finlandia", "FJ": "Fiyi", "FR": "Francia", - "GA": "Gab\u00f3n", + "GA": "Gabón", "GM": "Gambia", "GE": "Georgia", "GH": "Ghana", @@ -91,23 +91,23 @@ "GG": "Guernsey", "GN": "Guinea", "GQ": "Guinea Ecuatorial", - "GW": "Guinea-Bis\u00e1u", + "GW": "Guinea-Bisáu", "GY": "Guyana", - "HT": "Hait\u00ed", + "HT": "Haití", "HN": "Honduras", - "HU": "Hungr\u00eda", + "HU": "Hungría", "IN": "India", "ID": "Indonesia", "IQ": "Irak", - "IR": "Ir\u00e1n", + "IR": "Irán", "IE": "Irlanda", - "AC": "Isla de la Ascensi\u00f3n", + "AC": "Isla de la Ascensión", "IM": "Isla de Man", "CX": "Isla de Navidad", "NF": "Isla Norfolk", "IS": "Islandia", - "AX": "Islas \u00c5land", - "KY": "Islas Caim\u00e1n", + "AX": "Islas Åland", + "KY": "Islas Caimán", "CC": "Islas Cocos", "CK": "Islas Cook", "FO": "Islas Feroe", @@ -117,26 +117,26 @@ "MH": "Islas Marshall", "UM": "Islas menores alejadas de EE. UU.", "PN": "Islas Pitcairn", - "SB": "Islas Salom\u00f3n", + "SB": "Islas Salomón", "TC": "Islas Turcas y Caicos", - "VG": "Islas V\u00edrgenes Brit\u00e1nicas", - "VI": "Islas V\u00edrgenes de EE. UU.", + "VG": "Islas Vírgenes Británicas", + "VI": "Islas Vírgenes de EE. UU.", "IL": "Israel", "IT": "Italia", "JM": "Jamaica", - "JP": "Jap\u00f3n", + "JP": "Japón", "JE": "Jersey", "JO": "Jordania", - "KZ": "Kazajist\u00e1n", + "KZ": "Kazajistán", "KE": "Kenia", - "KG": "Kirguist\u00e1n", + "KG": "Kirguistán", "KI": "Kiribati", "XK": "Kosovo", "KW": "Kuwait", "LA": "Laos", "LS": "Lesoto", "LV": "Letonia", - "LB": "L\u00edbano", + "LB": "Líbano", "LR": "Liberia", "LY": "Libia", "LI": "Liechtenstein", @@ -154,10 +154,10 @@ "MU": "Mauricio", "MR": "Mauritania", "YT": "Mayotte", - "MX": "M\u00e9xico", + "MX": "México", "FM": "Micronesia", "MD": "Moldavia", - "MC": "M\u00f3naco", + "MC": "Mónaco", "MN": "Mongolia", "ME": "Montenegro", "MS": "Montserrat", @@ -167,48 +167,46 @@ "NR": "Nauru", "NP": "Nepal", "NI": "Nicaragua", - "NE": "N\u00edger", + "NE": "Níger", "NG": "Nigeria", "NU": "Niue", "NO": "Noruega", "NC": "Nueva Caledonia", "NZ": "Nueva Zelanda", - "OM": "Om\u00e1n", - "NL": "Pa\u00edses Bajos", - "PK": "Pakist\u00e1n", + "OM": "Omán", + "NL": "Países Bajos", + "PK": "Pakistán", "PW": "Palaos", - "PA": "Panam\u00e1", - "PG": "Pap\u00faa Nueva Guinea", + "PA": "Panamá", + "PG": "Papúa Nueva Guinea", "PY": "Paraguay", - "PE": "Per\u00fa", + "PE": "Perú", "PF": "Polinesia Francesa", "PL": "Polonia", "PT": "Portugal", - "XA": "Pseudo-Accents", - "XB": "Pseudo-Bidi", "PR": "Puerto Rico", "HK": "RAE de Hong Kong (China)", "MO": "RAE de Macao (China)", "GB": "Reino Unido", - "CF": "Rep\u00fablica Centroafricana", - "CD": "Rep\u00fablica Democr\u00e1tica del Congo", - "DO": "Rep\u00fablica Dominicana", - "RE": "Reuni\u00f3n", + "CF": "República Centroafricana", + "CD": "República Democrática del Congo", + "DO": "República Dominicana", + "RE": "Reunión", "RW": "Ruanda", - "RO": "Ruman\u00eda", + "RO": "Rumanía", "RU": "Rusia", - "EH": "S\u00e1hara Occidental", + "EH": "Sáhara Occidental", "WS": "Samoa", "AS": "Samoa Americana", - "BL": "San Bartolom\u00e9", - "KN": "San Crist\u00f3bal y Nieves", + "BL": "San Bartolomé", + "KN": "San Cristóbal y Nieves", "SM": "San Marino", - "MF": "San Mart\u00edn", - "PM": "San Pedro y Miquel\u00f3n", + "MF": "San Martín", + "PM": "San Pedro y Miquelón", "VC": "San Vicente y las Granadinas", "SH": "Santa Elena", - "LC": "Santa Luc\u00eda", - "ST": "Santo Tom\u00e9 y Pr\u00edncipe", + "LC": "Santa Lucía", + "ST": "Santo Tomé y Príncipe", "SN": "Senegal", "RS": "Serbia", "SC": "Seychelles", @@ -218,18 +216,18 @@ "SY": "Siria", "SO": "Somalia", "LK": "Sri Lanka", - "ZA": "Sud\u00e1frica", - "SD": "Sud\u00e1n", - "SS": "Sud\u00e1n del Sur", + "ZA": "Sudáfrica", + "SD": "Sudán", + "SS": "Sudán del Sur", "SE": "Suecia", "CH": "Suiza", "SR": "Surinam", "SJ": "Svalbard y Jan Mayen", "TH": "Tailandia", - "TW": "Taiw\u00e1n", + "TW": "Taiwán", "TZ": "Tanzania", - "TJ": "Tayikist\u00e1n", - "IO": "Territorio Brit\u00e1nico del Oc\u00e9ano \u00cdndico", + "TJ": "Tayikistán", + "IO": "Territorio Británico del Océano Índico", "TF": "Territorios Australes Franceses", "PS": "Territorios Palestinos", "TL": "Timor-Leste", @@ -237,15 +235,15 @@ "TK": "Tokelau", "TO": "Tonga", "TT": "Trinidad y Tobago", - "TA": "Trist\u00e1n de Acu\u00f1a", - "TN": "T\u00fanez", - "TM": "Turkmenist\u00e1n", - "TR": "Turqu\u00eda", + "TA": "Tristán de Acuña", + "TN": "Túnez", + "TM": "Turkmenistán", + "TR": "Turquía", "TV": "Tuvalu", "UA": "Ucrania", "UG": "Uganda", "UY": "Uruguay", - "UZ": "Uzbekist\u00e1n", + "UZ": "Uzbekistán", "VU": "Vanuatu", "VE": "Venezuela", "VN": "Vietnam", diff --git a/libraries/engage/i18n/locale/fi-fi/countries.json b/libraries/engage/i18n/locale/fi-fi/countries.json new file mode 100644 index 0000000000..d215fa6f32 --- /dev/null +++ b/libraries/engage/i18n/locale/fi-fi/countries.json @@ -0,0 +1,255 @@ +{ + "AF": "Afganistan", + "AX": "Ahvenanmaa", + "NL": "Alankomaat", + "AL": "Albania", + "DZ": "Algeria", + "AS": "Amerikan Samoa", + "AD": "Andorra", + "AO": "Angola", + "AI": "Anguilla", + "AQ": "Antarktis", + "AG": "Antigua ja Barbuda", + "AE": "Arabiemiirikunnat", + "AR": "Argentiina", + "AM": "Armenia", + "AW": "Aruba", + "AC": "Ascension-saari", + "AU": "Australia", + "AZ": "Azerbaidžan", + "BS": "Bahama", + "BH": "Bahrain", + "BD": "Bangladesh", + "BB": "Barbados", + "BE": "Belgia", + "BZ": "Belize", + "BJ": "Benin", + "BM": "Bermuda", + "BT": "Bhutan", + "BO": "Bolivia", + "BA": "Bosnia ja Hertsegovina", + "BW": "Botswana", + "BR": "Brasilia", + "IO": "Brittiläinen Intian valtameren alue", + "VG": "Brittiläiset Neitsytsaaret", + "BN": "Brunei", + "BG": "Bulgaria", + "BF": "Burkina Faso", + "BI": "Burundi", + "KY": "Caymansaaret", + "EA": "Ceuta ja Melilla", + "CL": "Chile", + "CK": "Cookinsaaret", + "CR": "Costa Rica", + "CW": "Curaçao", + "DG": "Diego Garcia", + "DJ": "Djibouti", + "DM": "Dominica", + "DO": "Dominikaaninen tasavalta", + "EC": "Ecuador", + "EG": "Egypti", + "SV": "El Salvador", + "ER": "Eritrea", + "ES": "Espanja", + "SZ": "Eswatini", + "ZA": "Etelä-Afrikka", + "GS": "Etelä-Georgia ja Eteläiset Sandwichsaaret", + "KR": "Etelä-Korea", + "SS": "Etelä-Sudan", + "ET": "Etiopia", + "FK": "Falklandinsaaret", + "FO": "Färsaaret", + "FJ": "Fidži", + "PH": "Filippiinit", + "GA": "Gabon", + "GM": "Gambia", + "GE": "Georgia", + "GH": "Ghana", + "GI": "Gibraltar", + "GD": "Grenada", + "GL": "Grönlanti", + "GP": "Guadeloupe", + "GU": "Guam", + "GT": "Guatemala", + "GG": "Guernsey", + "GN": "Guinea", + "GW": "Guinea-Bissau", + "GY": "Guyana", + "HT": "Haiti", + "HN": "Honduras", + "HK": "Hongkong", + "SJ": "Huippuvuoret ja Jan Mayen", + "ID": "Indonesia", + "IN": "Intia", + "IQ": "Irak", + "IR": "Iran", + "IE": "Irlanti", + "IS": "Islanti", + "IL": "Israel", + "TL": "Itä-Timor", + "IT": "Italia", + "AT": "Itävalta", + "JM": "Jamaika", + "JP": "Japani", + "YE": "Jemen", + "JE": "Jersey", + "JO": "Jordania", + "CX": "Joulusaari", + "KH": "Kambodža", + "CM": "Kamerun", + "CA": "Kanada", + "IC": "Kanariansaaret", + "CV": "Kap Verde", + "BQ": "Karibian Alankomaat", + "KZ": "Kazakstan", + "KE": "Kenia", + "CF": "Keski-Afrikan tasavalta", + "CN": "Kiina", + "KG": "Kirgisia", + "KI": "Kiribati", + "CO": "Kolumbia", + "KM": "Komorit", + "CG": "Kongo-Brazzaville", + "CD": "Kongo-Kinshasa", + "CC": "Kookossaaret", + "XK": "Kosovo", + "GR": "Kreikka", + "HR": "Kroatia", + "CU": "Kuuba", + "KW": "Kuwait", + "CY": "Kypros", + "EH": "Länsi-Sahara", + "LA": "Laos", + "LV": "Latvia", + "LS": "Lesotho", + "LB": "Libanon", + "LR": "Liberia", + "LY": "Libya", + "LI": "Liechtenstein", + "LT": "Liettua", + "LU": "Luxemburg", + "MO": "Macao", + "MG": "Madagaskar", + "MW": "Malawi", + "MV": "Malediivit", + "MY": "Malesia", + "ML": "Mali", + "MT": "Malta", + "IM": "Mansaari", + "MA": "Marokko", + "MH": "Marshallinsaaret", + "MQ": "Martinique", + "MR": "Mauritania", + "MU": "Mauritius", + "YT": "Mayotte", + "MX": "Meksiko", + "FM": "Mikronesia", + "MD": "Moldova", + "MC": "Monaco", + "MN": "Mongolia", + "ME": "Montenegro", + "MS": "Montserrat", + "MZ": "Mosambik", + "MM": "Myanmar (Burma)", + "NA": "Namibia", + "NR": "Nauru", + "NP": "Nepal", + "NI": "Nicaragua", + "NE": "Niger", + "NG": "Nigeria", + "NU": "Niue", + "NF": "Norfolkinsaari", + "NO": "Norja", + "CI": "Norsunluurannikko", + "OM": "Oman", + "GQ": "Päiväntasaajan Guinea", + "PK": "Pakistan", + "PW": "Palau", + "PS": "Palestiinalaisalueet", + "PA": "Panama", + "PG": "Papua-Uusi-Guinea", + "PY": "Paraguay", + "PE": "Peru", + "PN": "Pitcairn", + "KP": "Pohjois-Korea", + "MK": "Pohjois-Makedonia", + "MP": "Pohjois-Mariaanit", + "PT": "Portugali", + "PR": "Puerto Rico", + "PL": "Puola", + "QA": "Qatar", + "FR": "Ranska", + "TF": "Ranskan eteläiset alueet", + "GF": "Ranskan Guayana", + "PF": "Ranskan Polynesia", + "RE": "Réunion", + "RO": "Romania", + "RW": "Ruanda", + "SE": "Ruotsi", + "SH": "Saint Helena", + "KN": "Saint Kitts ja Nevis", + "LC": "Saint Lucia", + "VC": "Saint Vincent ja Grenadiinit", + "BL": "Saint-Barthélemy", + "MF": "Saint-Martin", + "PM": "Saint-Pierre ja Miquelon", + "DE": "Saksa", + "SB": "Salomonsaaret", + "ZM": "Sambia", + "WS": "Samoa", + "SM": "San Marino", + "ST": "São Tomé ja Príncipe", + "SA": "Saudi-Arabia", + "SN": "Senegal", + "RS": "Serbia", + "SC": "Seychellit", + "SL": "Sierra Leone", + "SG": "Singapore", + "SX": "Sint Maarten", + "SK": "Slovakia", + "SI": "Slovenia", + "SO": "Somalia", + "LK": "Sri Lanka", + "SD": "Sudan", + "FI": "Suomi", + "SR": "Suriname", + "CH": "Sveitsi", + "SY": "Syyria", + "TJ": "Tadžikistan", + "TW": "Taiwan", + "TZ": "Tansania", + "DK": "Tanska", + "TH": "Thaimaa", + "TG": "Togo", + "TK": "Tokelau", + "TO": "Tonga", + "TT": "Trinidad ja Tobago", + "TA": "Tristan da Cunha", + "TD": "Tšad", + "CZ": "Tšekki", + "TN": "Tunisia", + "TR": "Turkki", + "TM": "Turkmenistan", + "TC": "Turks- ja Caicossaaret", + "TV": "Tuvalu", + "UG": "Uganda", + "UA": "Ukraina", + "HU": "Unkari", + "UY": "Uruguay", + "NC": "Uusi-Kaledonia", + "NZ": "Uusi-Seelanti", + "UZ": "Uzbekistan", + "BY": "Valko-Venäjä", + "VU": "Vanuatu", + "VA": "Vatikaani", + "RU": "Venäjä", + "VE": "Venezuela", + "VN": "Vietnam", + "EE": "Viro", + "WF": "Wallis ja Futuna", + "GB": "Yhdistynyt kuningaskunta", + "US": "Yhdysvallat", + "UM": "Yhdysvaltain erillissaaret", + "VI": "Yhdysvaltain Neitsytsaaret", + "ZW": "Zimbabwe" +} diff --git a/libraries/engage/i18n/locale/fr-fr/countries.json b/libraries/engage/i18n/locale/fr-fr/countries.json index be55ebf097..c938bff09b 100644 --- a/libraries/engage/i18n/locale/fr-fr/countries.json +++ b/libraries/engage/i18n/locale/fr-fr/countries.json @@ -2,7 +2,7 @@ "AF": "Afghanistan", "ZA": "Afrique du Sud", "AL": "Albanie", - "DZ": "Alg\u00e9rie", + "DZ": "Algérie", "DE": "Allemagne", "AD": "Andorre", "AO": "Angola", @@ -11,26 +11,26 @@ "AG": "Antigua-et-Barbuda", "SA": "Arabie saoudite", "AR": "Argentine", - "AM": "Arm\u00e9nie", + "AM": "Arménie", "AW": "Aruba", "AU": "Australie", "AT": "Autriche", - "AZ": "Azerba\u00efdjan", + "AZ": "Azerbaïdjan", "BS": "Bahamas", - "BH": "Bahre\u00efn", + "BH": "Bahreïn", "BD": "Bangladesh", "BB": "Barbade", "BE": "Belgique", "BZ": "Belize", - "BJ": "B\u00e9nin", + "BJ": "Bénin", "BM": "Bermudes", "BT": "Bhoutan", - "BY": "Bi\u00e9lorussie", + "BY": "Biélorussie", "BO": "Bolivie", - "BA": "Bosnie-Herz\u00e9govine", + "BA": "Bosnie-Herzégovine", "BW": "Botswana", - "BR": "Br\u00e9sil", - "BN": "Brun\u00e9i Darussalam", + "BR": "Brésil", + "BN": "Brunéi Darussalam", "BG": "Bulgarie", "BF": "Burkina Faso", "BI": "Burundi", @@ -46,80 +46,80 @@ "KM": "Comores", "CG": "Congo-Brazzaville", "CD": "Congo-Kinshasa", - "KP": "Cor\u00e9e du Nord", - "KR": "Cor\u00e9e du Sud", + "KP": "Corée du Nord", + "KR": "Corée du Sud", "CR": "Costa Rica", - "CI": "C\u00f4te d\u2019Ivoire", + "CI": "Côte d’Ivoire", "HR": "Croatie", "CU": "Cuba", - "CW": "Cura\u00e7ao", + "CW": "Curaçao", "DK": "Danemark", "DG": "Diego Garcia", "DJ": "Djibouti", "DM": "Dominique", - "EG": "\u00c9gypte", - "AE": "\u00c9mirats arabes unis", - "EC": "\u00c9quateur", - "ER": "\u00c9rythr\u00e9e", + "EG": "Égypte", + "AE": "Émirats arabes unis", + "EC": "Équateur", + "ER": "Érythrée", "ES": "Espagne", "EE": "Estonie", "SZ": "Eswatini", - "VA": "\u00c9tat de la Cit\u00e9 du Vatican", - "FM": "\u00c9tats f\u00e9d\u00e9r\u00e9s de Micron\u00e9sie", - "US": "\u00c9tats-Unis", - "ET": "\u00c9thiopie", + "VA": "État de la Cité du Vatican", + "FM": "États fédérés de Micronésie", + "US": "États-Unis", + "ET": "Éthiopie", "FJ": "Fidji", "FI": "Finlande", "FR": "France", "GA": "Gabon", "GM": "Gambie", - "GE": "G\u00e9orgie", - "GS": "G\u00e9orgie du Sud et \u00eeles Sandwich du Sud", + "GE": "Géorgie", + "GS": "Géorgie du Sud et îles Sandwich du Sud", "GH": "Ghana", "GI": "Gibraltar", - "GR": "Gr\u00e8ce", + "GR": "Grèce", "GD": "Grenade", "GL": "Groenland", "GP": "Guadeloupe", "GU": "Guam", "GT": "Guatemala", "GG": "Guernesey", - "GN": "Guin\u00e9e", - "GQ": "Guin\u00e9e \u00e9quatoriale", - "GW": "Guin\u00e9e-Bissau", + "GN": "Guinée", + "GQ": "Guinée équatoriale", + "GW": "Guinée-Bissau", "GY": "Guyana", - "GF": "Guyane fran\u00e7aise", - "HT": "Ha\u00efti", + "GF": "Guyane française", + "HT": "Haïti", "HN": "Honduras", "HU": "Hongrie", - "CX": "\u00cele Christmas", - "AC": "\u00cele de l\u2019Ascension", - "IM": "\u00cele de Man", - "NF": "\u00cele Norfolk", - "AX": "\u00celes \u00c5land", - "KY": "\u00celes Ca\u00efmans", - "IC": "\u00celes Canaries", - "CC": "\u00celes Cocos", - "CK": "\u00celes Cook", - "FO": "\u00celes F\u00e9ro\u00e9", - "FK": "\u00celes Malouines", - "MP": "\u00celes Mariannes du Nord", - "MH": "\u00celes Marshall", - "UM": "\u00celes mineures \u00e9loign\u00e9es des \u00c9tats-Unis", - "PN": "\u00celes Pitcairn", - "SB": "\u00celes Salomon", - "TC": "\u00celes Turques-et-Ca\u00efques", - "VG": "\u00celes Vierges britanniques", - "VI": "\u00celes Vierges des \u00c9tats-Unis", + "CX": "Île Christmas", + "AC": "Île de l’Ascension", + "IM": "Île de Man", + "NF": "Île Norfolk", + "AX": "Îles Åland", + "KY": "Îles Caïmans", + "IC": "Îles Canaries", + "CC": "Îles Cocos", + "CK": "Îles Cook", + "FO": "Îles Féroé", + "FK": "Îles Malouines", + "MP": "Îles Mariannes du Nord", + "MH": "Îles Marshall", + "UM": "Îles mineures éloignées des États-Unis", + "PN": "Îles Pitcairn", + "SB": "Îles Salomon", + "TC": "Îles Turques-et-Caïques", + "VG": "Îles Vierges britanniques", + "VI": "Îles Vierges des États-Unis", "IN": "Inde", - "ID": "Indon\u00e9sie", + "ID": "Indonésie", "IQ": "Irak", "IR": "Iran", "IE": "Irlande", "IS": "Islande", - "IL": "Isra\u00ebl", + "IL": "Israël", "IT": "Italie", - "JM": "Jama\u00efque", + "JM": "Jamaïque", "JP": "Japon", "JE": "Jersey", "JO": "Jordanie", @@ -128,18 +128,18 @@ "KG": "Kirghizistan", "KI": "Kiribati", "XK": "Kosovo", - "KW": "Kowe\u00eft", - "RE": "La R\u00e9union", + "KW": "Koweït", + "RE": "La Réunion", "LA": "Laos", "LS": "Lesotho", "LV": "Lettonie", "LB": "Liban", - "LR": "Lib\u00e9ria", + "LR": "Libéria", "LY": "Libye", "LI": "Liechtenstein", "LT": "Lituanie", "LU": "Luxembourg", - "MK": "Mac\u00e9doine", + "MK": "Macédoine", "MG": "Madagascar", "MY": "Malaisie", "MW": "Malawi", @@ -155,94 +155,92 @@ "MD": "Moldavie", "MC": "Monaco", "MN": "Mongolie", - "ME": "Mont\u00e9n\u00e9gro", + "ME": "Monténégro", "MS": "Montserrat", "MZ": "Mozambique", "MM": "Myanmar (Birmanie)", "NA": "Namibie", "NR": "Nauru", - "NP": "N\u00e9pal", + "NP": "Népal", "NI": "Nicaragua", "NE": "Niger", - "NG": "Nig\u00e9ria", + "NG": "Nigéria", "NU": "Niue", - "NO": "Norv\u00e8ge", - "NC": "Nouvelle-Cal\u00e9donie", - "NZ": "Nouvelle-Z\u00e9lande", + "NO": "Norvège", + "NC": "Nouvelle-Calédonie", + "NZ": "Nouvelle-Zélande", "OM": "Oman", "UG": "Ouganda", - "UZ": "Ouzb\u00e9kistan", + "UZ": "Ouzbékistan", "PK": "Pakistan", "PW": "Palaos", "PA": "Panama", - "PG": "Papouasie-Nouvelle-Guin\u00e9e", + "PG": "Papouasie-Nouvelle-Guinée", "PY": "Paraguay", "NL": "Pays-Bas", - "BQ": "Pays-Bas carib\u00e9ens", - "PE": "P\u00e9rou", + "BQ": "Pays-Bas caribéens", + "PE": "Pérou", "PH": "Philippines", "PL": "Pologne", - "PF": "Polyn\u00e9sie fran\u00e7aise", + "PF": "Polynésie française", "PR": "Porto Rico", "PT": "Portugal", - "XA": "pseudo-accents", - "XB": "pseudo-bidi", "QA": "Qatar", "HK": "R.A.S. chinoise de Hong Kong", "MO": "R.A.S. chinoise de Macao", - "CF": "R\u00e9publique centrafricaine", - "DO": "R\u00e9publique dominicaine", + "CF": "République centrafricaine", + "DO": "République dominicaine", "RO": "Roumanie", "GB": "Royaume-Uni", "RU": "Russie", "RW": "Rwanda", "EH": "Sahara occidental", - "BL": "Saint-Barth\u00e9lemy", - "KN": "Saint-Christophe-et-Ni\u00e9v\u00e8s", + "BL": "Saint-Barthélemy", + "KN": "Saint-Christophe-et-Niévès", "SM": "Saint-Marin", "MF": "Saint-Martin", - "SX": "Saint-Martin (partie n\u00e9erlandaise)", + "SX": "Saint-Martin (partie néerlandaise)", "PM": "Saint-Pierre-et-Miquelon", "VC": "Saint-Vincent-et-les-Grenadines", - "SH": "Sainte-H\u00e9l\u00e8ne", + "SH": "Sainte-Hélène", "LC": "Sainte-Lucie", "SV": "Salvador", "WS": "Samoa", - "AS": "Samoa am\u00e9ricaines", - "ST": "Sao Tom\u00e9-et-Principe", - "SN": "S\u00e9n\u00e9gal", + "AS": "Samoa américaines", + "ST": "Sao Tomé-et-Principe", + "SN": "Sénégal", "RS": "Serbie", "SC": "Seychelles", "SL": "Sierra Leone", "SG": "Singapour", "SK": "Slovaquie", - "SI": "Slov\u00e9nie", + "SI": "Slovénie", "SO": "Somalie", "SD": "Soudan", "SS": "Soudan du Sud", "LK": "Sri Lanka", - "SE": "Su\u00e8de", + "SE": "Suède", "CH": "Suisse", "SR": "Suriname", "SJ": "Svalbard et Jan Mayen", "SY": "Syrie", "TJ": "Tadjikistan", - "TW": "Ta\u00efwan", + "TW": "Taïwan", "TZ": "Tanzanie", "TD": "Tchad", - "CZ": "Tch\u00e9quie", - "TF": "Terres australes fran\u00e7aises", - "IO": "Territoire britannique de l\u2019oc\u00e9an Indien", + "CZ": "Tchéquie", + "TF": "Terres australes françaises", + "IO": "Territoire britannique de l’océan Indien", "PS": "Territoires palestiniens", - "TH": "Tha\u00eflande", + "TH": "Thaïlande", "TL": "Timor oriental", "TG": "Togo", "TK": "Tokelau", "TO": "Tonga", - "TT": "Trinit\u00e9-et-Tobago", + "TT": "Trinité-et-Tobago", "TA": "Tristan da Cunha", "TN": "Tunisie", - "TM": "Turkm\u00e9nistan", + "TM": "Turkménistan", "TR": "Turquie", "TV": "Tuvalu", "UA": "Ukraine", @@ -251,7 +249,7 @@ "VE": "Venezuela", "VN": "Vietnam", "WF": "Wallis-et-Futuna", - "YE": "Y\u00e9men", + "YE": "Yémen", "ZM": "Zambie", "ZW": "Zimbabwe" } diff --git a/libraries/engage/i18n/locale/hu-hu/countries.json b/libraries/engage/i18n/locale/hu-hu/countries.json new file mode 100644 index 0000000000..27670b02e9 --- /dev/null +++ b/libraries/engage/i18n/locale/hu-hu/countries.json @@ -0,0 +1,255 @@ +{ + "AF": "Afganisztán", + "AX": "Åland-szigetek", + "AL": "Albánia", + "DZ": "Algéria", + "AS": "Amerikai Szamoa", + "VI": "Amerikai Virgin-szigetek", + "AD": "Andorra", + "AO": "Angola", + "AI": "Anguilla", + "AQ": "Antarktisz", + "AG": "Antigua és Barbuda", + "AR": "Argentína", + "AW": "Aruba", + "AC": "Ascension-sziget", + "AU": "Ausztrália", + "AT": "Ausztria", + "UM": "Az Egyesült Államok lakatlan külbirtokai", + "AZ": "Azerbajdzsán", + "BS": "Bahamák", + "BH": "Bahrein", + "BD": "Banglades", + "BB": "Barbados", + "BE": "Belgium", + "BZ": "Belize", + "BJ": "Benin", + "BM": "Bermuda", + "BT": "Bhután", + "GW": "Bissau-Guinea", + "BO": "Bolívia", + "BA": "Bosznia-Hercegovina", + "BW": "Botswana", + "BR": "Brazília", + "IO": "Brit Indiai-óceáni Terület", + "VG": "Brit Virgin-szigetek", + "BN": "Brunei", + "BG": "Bulgária", + "BF": "Burkina Faso", + "BI": "Burundi", + "EA": "Ceuta és Melilla", + "CL": "Chile", + "CY": "Ciprus", + "KM": "Comore-szigetek", + "CK": "Cook-szigetek", + "CR": "Costa Rica", + "TD": "Csád", + "CZ": "Csehország", + "CW": "Curaçao", + "DK": "Dánia", + "ZA": "Dél-Afrika", + "GS": "Dél-Georgia és a Déli-Sandwich-szigetek", + "KR": "Dél-Korea", + "SS": "Dél-Szudán", + "DG": "Diego Garcia", + "DM": "Dominika", + "DO": "Dominikai Köztársaság", + "DJ": "Dzsibuti", + "EC": "Ecuador", + "GQ": "Egyenlítői-Guinea", + "US": "Egyesült Államok", + "AE": "Egyesült Arab Emírségek", + "GB": "Egyesült Királyság", + "EG": "Egyiptom", + "CI": "Elefántcsontpart", + "ER": "Eritrea", + "SZ": "Eswatini", + "KP": "Észak-Korea", + "MK": "Észak-Macedónia", + "MP": "Északi Mariana-szigetek", + "EE": "Észtország", + "ET": "Etiópia", + "FK": "Falkland-szigetek", + "BY": "Fehéroroszország", + "FO": "Feröer-szigetek", + "FJ": "Fidzsi-szigetek", + "FI": "Finnország", + "TF": "Francia Déli és Antarktiszi Területek", + "GF": "Francia Guyana", + "PF": "Francia Polinézia", + "FR": "Franciaország", + "PH": "Fülöp-szigetek", + "GA": "Gabon", + "GM": "Gambia", + "GH": "Ghána", + "GI": "Gibraltár", + "GR": "Görögország", + "GD": "Grenada", + "GL": "Grönland", + "GE": "Grúzia", + "GP": "Guadeloupe", + "GU": "Guam", + "GT": "Guatemala", + "GG": "Guernsey", + "GN": "Guinea", + "GY": "Guyana", + "HT": "Haiti", + "BQ": "Holland Karib-szigetek", + "NL": "Hollandia", + "HN": "Honduras", + "HK": "Hongkong", + "HR": "Horvátország", + "IN": "India", + "ID": "Indonézia", + "IQ": "Irak", + "IR": "Irán", + "IE": "Írország", + "IS": "Izland", + "IL": "Izrael", + "JM": "Jamaica", + "JP": "Japán", + "YE": "Jemen", + "JE": "Jersey", + "JO": "Jordánia", + "KY": "Kajmán-szigetek", + "KH": "Kambodzsa", + "CM": "Kamerun", + "CA": "Kanada", + "IC": "Kanári-szigetek", + "CX": "Karácsony-sziget", + "QA": "Katar", + "KZ": "Kazahsztán", + "TL": "Kelet-Timor", + "KE": "Kenya", + "CN": "Kína", + "KG": "Kirgizisztán", + "KI": "Kiribati", + "CC": "Kókusz (Keeling)-szigetek", + "CO": "Kolumbia", + "CG": "Kongó - Brazzaville", + "CD": "Kongó - Kinshasa", + "XK": "Koszovó", + "CF": "Közép-afrikai Köztársaság", + "CU": "Kuba", + "KW": "Kuvait", + "LA": "Laosz", + "PL": "Lengyelország", + "LS": "Lesotho", + "LV": "Lettország", + "LB": "Libanon", + "LR": "Libéria", + "LY": "Líbia", + "LI": "Liechtenstein", + "LT": "Litvánia", + "LU": "Luxemburg", + "MG": "Madagaszkár", + "HU": "Magyarország", + "MO": "Makaó", + "MY": "Malajzia", + "MW": "Malawi", + "MV": "Maldív-szigetek", + "ML": "Mali", + "MT": "Málta", + "IM": "Man-sziget", + "MA": "Marokkó", + "MH": "Marshall-szigetek", + "MQ": "Martinique", + "MR": "Mauritánia", + "MU": "Mauritius", + "YT": "Mayotte", + "MX": "Mexikó", + "MM": "Mianmar (Burma)", + "FM": "Mikronézia", + "MD": "Moldova", + "MC": "Monaco", + "MN": "Mongólia", + "ME": "Montenegró", + "MS": "Montserrat", + "MZ": "Mozambik", + "NA": "Namíbia", + "NR": "Nauru", + "DE": "Németország", + "NP": "Nepál", + "NI": "Nicaragua", + "NE": "Niger", + "NG": "Nigéria", + "NU": "Niue", + "NF": "Norfolk-sziget", + "NO": "Norvégia", + "EH": "Nyugat-Szahara", + "IT": "Olaszország", + "OM": "Omán", + "AM": "Örményország", + "RU": "Oroszország", + "PK": "Pakisztán", + "PW": "Palau", + "PS": "Palesztin Területek", + "PA": "Panama", + "PG": "Pápua Új-Guinea", + "PY": "Paraguay", + "PE": "Peru", + "PN": "Pitcairn-szigetek", + "PT": "Portugália", + "PR": "Puerto Rico", + "RE": "Réunion", + "RO": "Románia", + "RW": "Ruanda", + "KN": "Saint Kitts és Nevis", + "LC": "Saint Lucia", + "PM": "Saint Pierre és Miquelon", + "VC": "Saint Vincent és a Grenadine-szigetek", + "BL": "Saint-Barthélemy", + "MF": "Saint-Martin", + "SB": "Salamon-szigetek", + "SV": "Salvador", + "SM": "San Marino", + "ST": "Sao Tomé és Príncipe", + "SC": "Seychelle-szigetek", + "SL": "Sierra Leone", + "SX": "Sint Maarten", + "ES": "Spanyolország", + "LK": "Srí Lanka", + "SR": "Suriname", + "CH": "Svájc", + "SJ": "Svalbard és Jan Mayen", + "SE": "Svédország", + "WS": "Szamoa", + "SA": "Szaúd-Arábia", + "SN": "Szenegál", + "SH": "Szent Ilona", + "RS": "Szerbia", + "SG": "Szingapúr", + "SY": "Szíria", + "SK": "Szlovákia", + "SI": "Szlovénia", + "SO": "Szomália", + "SD": "Szudán", + "TJ": "Tádzsikisztán", + "TW": "Tajvan", + "TZ": "Tanzánia", + "TH": "Thaiföld", + "TG": "Togo", + "TK": "Tokelau-szigetek", + "TO": "Tonga", + "TR": "Törökország", + "TT": "Trinidad és Tobago", + "TA": "Tristan da Cunha", + "TN": "Tunézia", + "TM": "Türkmenisztán", + "TC": "Turks- és Caicos-szigetek", + "TV": "Tuvalu", + "UG": "Uganda", + "NC": "Új-Kaledónia", + "NZ": "Új-Zéland", + "UA": "Ukrajna", + "UY": "Uruguay", + "UZ": "Üzbegisztán", + "VU": "Vanuatu", + "VA": "Vatikán", + "VE": "Venezuela", + "VN": "Vietnam", + "WF": "Wallis és Futuna", + "ZM": "Zambia", + "ZW": "Zimbabwe", + "CV": "Zöld-foki Köztársaság" +} diff --git a/libraries/engage/i18n/locale/it-it/countries.json b/libraries/engage/i18n/locale/it-it/countries.json index 416e57464c..e5159a0cf5 100644 --- a/libraries/engage/i18n/locale/it-it/countries.json +++ b/libraries/engage/i18n/locale/it-it/countries.json @@ -44,18 +44,18 @@ "CL": "Cile", "CN": "Cina", "CY": "Cipro", - "VA": "Citt\u00e0 del Vaticano", + "VA": "Città del Vaticano", "CO": "Colombia", "KM": "Comore", "CD": "Congo - Kinshasa", "CG": "Congo-Brazzaville", "KP": "Corea del Nord", "KR": "Corea del Sud", - "CI": "Costa d\u2019Avorio", + "CI": "Costa d’Avorio", "CR": "Costa Rica", "HR": "Croazia", "CU": "Cuba", - "CW": "Cura\u00e7ao", + "CW": "Curaçao", "DK": "Danimarca", "DG": "Diego Garcia", "DM": "Dominica", @@ -105,12 +105,12 @@ "CX": "Isola Christmas", "IM": "Isola di Man", "NF": "Isola Norfolk", - "AX": "Isole \u00c5land", + "AX": "Isole Åland", "IC": "Isole Canarie", "KY": "Isole Cayman", "CC": "Isole Cocos (Keeling)", "CK": "Isole Cook", - "FO": "Isole F\u00e6r \u00d8er", + "FO": "Isole Fær Øer", "FK": "Isole Falkland", "MP": "Isole Marianne settentrionali", "MH": "Isole Marshall", @@ -172,16 +172,14 @@ "NL": "Paesi Bassi", "PK": "Pakistan", "PW": "Palau", - "PA": "Panam\u00e1", + "PA": "Panamá", "PG": "Papua Nuova Guinea", "PY": "Paraguay", - "PE": "Per\u00f9", + "PE": "Perù", "PF": "Polinesia francese", "PL": "Polonia", "PT": "Portogallo", "PR": "Portorico", - "XA": "pseudo-accenti", - "XB": "pseudo-bidi", "QA": "Qatar", "HK": "RAS di Hong Kong", "MO": "RAS di Macao", @@ -197,13 +195,13 @@ "LC": "Saint Lucia", "MF": "Saint Martin", "VC": "Saint Vincent e Grenadine", - "BL": "Saint-Barth\u00e9lemy", + "BL": "Saint-Barthélemy", "PM": "Saint-Pierre e Miquelon", "WS": "Samoa", "AS": "Samoa americane", "SM": "San Marino", - "SH": "Sant\u2019Elena", - "ST": "S\u00e3o Tom\u00e9 e Pr\u00edncipe", + "SH": "Sant’Elena", + "ST": "São Tomé e Príncipe", "SN": "Senegal", "RS": "Serbia", "SC": "Seychelles", @@ -230,7 +228,7 @@ "TZ": "Tanzania", "TF": "Terre australi francesi", "PS": "Territori palestinesi", - "IO": "Territorio britannico dell\u2019Oceano Indiano", + "IO": "Territorio britannico dell’Oceano Indiano", "TH": "Thailandia", "TL": "Timor Est", "TG": "Togo", diff --git a/libraries/engage/i18n/locale/nl-nl/countries.json b/libraries/engage/i18n/locale/nl-nl/countries.json index ccf4730cd4..418f803da2 100644 --- a/libraries/engage/i18n/locale/nl-nl/countries.json +++ b/libraries/engage/i18n/locale/nl-nl/countries.json @@ -1,7 +1,7 @@ { "AF": "Afghanistan", - "AX": "\u00c5land", - "AL": "Albani\u00eb", + "AX": "Åland", + "AL": "Albanië", "DZ": "Algerije", "AS": "Amerikaans-Samoa", "VI": "Amerikaanse Maagdeneilanden", @@ -10,26 +10,26 @@ "AI": "Anguilla", "AQ": "Antarctica", "AG": "Antigua en Barbuda", - "AR": "Argentini\u00eb", - "AM": "Armeni\u00eb", + "AR": "Argentinië", + "AM": "Armenië", "AW": "Aruba", "AC": "Ascension", - "AU": "Australi\u00eb", + "AU": "Australië", "AZ": "Azerbeidzjan", - "BS": "Bahama\u2019s", + "BS": "Bahama’s", "BH": "Bahrein", "BD": "Bangladesh", "BB": "Barbados", "BY": "Belarus", - "BE": "Belgi\u00eb", + "BE": "België", "BZ": "Belize", "BJ": "Benin", "BM": "Bermuda", "BT": "Bhutan", "BO": "Bolivia", - "BA": "Bosni\u00eb en Herzegovina", + "BA": "Bosnië en Herzegovina", "BW": "Botswana", - "BR": "Brazili\u00eb", + "BR": "Brazilië", "IO": "Brits Indische Oceaanterritorium", "VG": "Britse Maagdeneilanden", "BN": "Brunei", @@ -53,7 +53,7 @@ "CK": "Cookeilanden", "CR": "Costa Rica", "CU": "Cuba", - "CW": "Cura\u00e7ao", + "CW": "Curaçao", "CY": "Cyprus", "DK": "Denemarken", "DG": "Diego Garcia", @@ -68,19 +68,19 @@ "ER": "Eritrea", "EE": "Estland", "SZ": "eSwatini", - "ET": "Ethiopi\u00eb", - "FO": "Faer\u00f6er", + "ET": "Ethiopië", + "FO": "Faeröer", "FK": "Falklandeilanden", "FJ": "Fiji", "PH": "Filipijnen", "FI": "Finland", "FR": "Frankrijk", "GF": "Frans-Guyana", - "PF": "Frans-Polynesi\u00eb", + "PF": "Frans-Polynesië", "TF": "Franse Gebieden in de zuidelijke Indische Oceaan", "GA": "Gabon", "GM": "Gambia", - "GE": "Georgi\u00eb", + "GE": "Georgië", "GH": "Ghana", "GI": "Gibraltar", "GD": "Grenada", @@ -93,42 +93,42 @@ "GN": "Guinee", "GW": "Guinee-Bissau", "GY": "Guyana", - "HT": "Ha\u00efti", + "HT": "Haïti", "HN": "Honduras", "HU": "Hongarije", "HK": "Hongkong SAR van China", "IE": "Ierland", "IS": "IJsland", "IN": "India", - "ID": "Indonesi\u00eb", + "ID": "Indonesië", "IQ": "Irak", "IR": "Iran", "IM": "Isle of Man", - "IL": "Isra\u00ebl", - "IT": "Itali\u00eb", + "IL": "Israël", + "IT": "Italië", "CI": "Ivoorkust", "JM": "Jamaica", "JP": "Japan", "YE": "Jemen", "JE": "Jersey", - "JO": "Jordani\u00eb", + "JO": "Jordanië", "KY": "Kaaimaneilanden", - "CV": "Kaapverdi\u00eb", + "CV": "Kaapverdië", "CM": "Kameroen", "KZ": "Kazachstan", "KE": "Kenia", - "KG": "Kirgizi\u00eb", + "KG": "Kirgizië", "KI": "Kiribati", "UM": "Kleine afgelegen eilanden van de Verenigde Staten", "KW": "Koeweit", "XK": "Kosovo", - "HR": "Kroati\u00eb", + "HR": "Kroatië", "LA": "Laos", "LS": "Lesotho", "LV": "Letland", "LB": "Libanon", "LR": "Liberia", - "LY": "Libi\u00eb", + "LY": "Libië", "LI": "Liechtenstein", "LT": "Litouwen", "LU": "Luxemburg", @@ -136,41 +136,41 @@ "MG": "Madagaskar", "MW": "Malawi", "MV": "Maldiven", - "MY": "Maleisi\u00eb", + "MY": "Maleisië", "ML": "Mali", "MT": "Malta", "MA": "Marokko", "MH": "Marshalleilanden", "MQ": "Martinique", - "MR": "Mauritani\u00eb", + "MR": "Mauritanië", "MU": "Mauritius", "YT": "Mayotte", "MX": "Mexico", "FM": "Micronesia", - "MD": "Moldavi\u00eb", + "MD": "Moldavië", "MC": "Monaco", - "MN": "Mongoli\u00eb", + "MN": "Mongolië", "ME": "Montenegro", "MS": "Montserrat", "MZ": "Mozambique", "MM": "Myanmar (Birma)", - "NA": "Namibi\u00eb", + "NA": "Namibië", "NR": "Nauru", "NL": "Nederland", "NP": "Nepal", "NI": "Nicaragua", - "NC": "Nieuw-Caledoni\u00eb", + "NC": "Nieuw-Caledonië", "NZ": "Nieuw-Zeeland", "NE": "Niger", "NG": "Nigeria", "NU": "Niue", "KP": "Noord-Korea", - "MK": "Noord-Macedoni\u00eb", + "MK": "Noord-Macedonië", "MP": "Noordelijke Marianen", "NO": "Noorwegen", "NF": "Norfolk", "UG": "Oeganda", - "UA": "Oekra\u00efne", + "UA": "Oekraïne", "UZ": "Oezbekistan", "OM": "Oman", "TL": "Oost-Timor", @@ -185,41 +185,39 @@ "PN": "Pitcairneilanden", "PL": "Polen", "PT": "Portugal", - "XA": "Pseudo-Accenten", - "XB": "Pseudo-Bidi", "PR": "Puerto Rico", "QA": "Qatar", - "RE": "R\u00e9union", - "RO": "Roemeni\u00eb", + "RE": "Réunion", + "RO": "Roemenië", "RU": "Rusland", "RW": "Rwanda", "KN": "Saint Kitts en Nevis", "LC": "Saint Lucia", "VC": "Saint Vincent en de Grenadines", - "BL": "Saint-Barth\u00e9lemy", + "BL": "Saint-Barthélemy", "MF": "Saint-Martin", "PM": "Saint-Pierre en Miquelon", "SB": "Salomonseilanden", "WS": "Samoa", "SM": "San Marino", - "ST": "Sao Tom\u00e9 en Principe", - "SA": "Saoedi-Arabi\u00eb", + "ST": "Sao Tomé en Principe", + "SA": "Saoedi-Arabië", "SN": "Senegal", - "RS": "Servi\u00eb", + "RS": "Servië", "SC": "Seychellen", "SL": "Sierra Leone", "SG": "Singapore", "SH": "Sint-Helena", "SX": "Sint-Maarten", - "SI": "Sloveni\u00eb", + "SI": "Slovenië", "SK": "Slowakije", "SD": "Soedan", - "SO": "Somali\u00eb", + "SO": "Somalië", "ES": "Spanje", "SJ": "Spitsbergen en Jan Mayen", "LK": "Sri Lanka", "SR": "Suriname", - "SY": "Syri\u00eb", + "SY": "Syrië", "TJ": "Tadzjikistan", "TW": "Taiwan", "TZ": "Tanzania", @@ -230,8 +228,8 @@ "TT": "Trinidad en Tobago", "TA": "Tristan da Cunha", "TD": "Tsjaad", - "CZ": "Tsjechi\u00eb", - "TN": "Tunesi\u00eb", + "CZ": "Tsjechië", + "TN": "Tunesië", "TR": "Turkije", "TM": "Turkmenistan", "TC": "Turks- en Caicoseilanden", diff --git a/libraries/engage/i18n/locale/pl-pl/countries.json b/libraries/engage/i18n/locale/pl-pl/countries.json new file mode 100644 index 0000000000..9642b11c06 --- /dev/null +++ b/libraries/engage/i18n/locale/pl-pl/countries.json @@ -0,0 +1,255 @@ +{ + "AF": "Afganistan", + "AL": "Albania", + "DZ": "Algieria", + "AD": "Andora", + "AO": "Angola", + "AI": "Anguilla", + "AQ": "Antarktyda", + "AG": "Antigua i Barbuda", + "SA": "Arabia Saudyjska", + "AR": "Argentyna", + "AM": "Armenia", + "AW": "Aruba", + "AU": "Australia", + "AT": "Austria", + "AZ": "Azerbejdżan", + "BS": "Bahamy", + "BH": "Bahrajn", + "BD": "Bangladesz", + "BB": "Barbados", + "BE": "Belgia", + "BZ": "Belize", + "BJ": "Benin", + "BM": "Bermudy", + "BT": "Bhutan", + "BY": "Białoruś", + "BO": "Boliwia", + "BA": "Bośnia i Hercegowina", + "BW": "Botswana", + "BR": "Brazylia", + "BN": "Brunei", + "IO": "Brytyjskie Terytorium Oceanu Indyjskiego", + "VG": "Brytyjskie Wyspy Dziewicze", + "BG": "Bułgaria", + "BF": "Burkina Faso", + "BI": "Burundi", + "EA": "Ceuta i Melilla", + "CL": "Chile", + "CN": "Chiny", + "HR": "Chorwacja", + "CW": "Curaçao", + "CY": "Cypr", + "TD": "Czad", + "ME": "Czarnogóra", + "CZ": "Czechy", + "UM": "Dalekie Wyspy Mniejsze Stanów Zjednoczonych", + "DK": "Dania", + "DG": "Diego Garcia", + "DM": "Dominika", + "DO": "Dominikana", + "DJ": "Dżibuti", + "EG": "Egipt", + "EC": "Ekwador", + "ER": "Erytrea", + "EE": "Estonia", + "SZ": "Eswatini", + "ET": "Etiopia", + "FK": "Falklandy", + "FJ": "Fidżi", + "PH": "Filipiny", + "FI": "Finlandia", + "FR": "Francja", + "TF": "Francuskie Terytoria Południowe i Antarktyczne", + "GA": "Gabon", + "GM": "Gambia", + "GS": "Georgia Południowa i Sandwich Południowy", + "GH": "Ghana", + "GI": "Gibraltar", + "GR": "Grecja", + "GD": "Grenada", + "GL": "Grenlandia", + "GE": "Gruzja", + "GU": "Guam", + "GG": "Guernsey", + "GY": "Gujana", + "GF": "Gujana Francuska", + "GP": "Gwadelupa", + "GT": "Gwatemala", + "GN": "Gwinea", + "GW": "Gwinea Bissau", + "GQ": "Gwinea Równikowa", + "HT": "Haiti", + "ES": "Hiszpania", + "NL": "Holandia", + "HN": "Honduras", + "HK": "Hongkong", + "IN": "Indie", + "ID": "Indonezja", + "IQ": "Irak", + "IR": "Iran", + "IE": "Irlandia", + "IS": "Islandia", + "IL": "Izrael", + "JM": "Jamajka", + "JP": "Japonia", + "YE": "Jemen", + "JE": "Jersey", + "JO": "Jordania", + "KY": "Kajmany", + "KH": "Kambodża", + "CM": "Kamerun", + "CA": "Kanada", + "QA": "Katar", + "KZ": "Kazachstan", + "KE": "Kenia", + "KG": "Kirgistan", + "KI": "Kiribati", + "CO": "Kolumbia", + "KM": "Komory", + "CG": "Kongo - Brazzaville", + "CD": "Kongo - Kinszasa", + "KP": "Korea Północna", + "KR": "Korea Południowa", + "XK": "Kosowo", + "CR": "Kostaryka", + "CU": "Kuba", + "KW": "Kuwejt", + "LA": "Laos", + "LS": "Lesotho", + "LB": "Liban", + "LR": "Liberia", + "LY": "Libia", + "LI": "Liechtenstein", + "LT": "Litwa", + "LV": "Łotwa", + "LU": "Luksemburg", + "MK": "Macedonia Północna", + "MG": "Madagaskar", + "YT": "Majotta", + "MO": "Makau", + "MW": "Malawi", + "MV": "Malediwy", + "MY": "Malezja", + "ML": "Mali", + "MT": "Malta", + "MP": "Mariany Północne", + "MA": "Maroko", + "MQ": "Martynika", + "MR": "Mauretania", + "MU": "Mauritius", + "MX": "Meksyk", + "FM": "Mikronezja", + "MM": "Mjanma (Birma)", + "MD": "Mołdawia", + "MC": "Monako", + "MN": "Mongolia", + "MS": "Montserrat", + "MZ": "Mozambik", + "NA": "Namibia", + "NR": "Nauru", + "NP": "Nepal", + "BQ": "Niderlandy Karaibskie", + "DE": "Niemcy", + "NE": "Niger", + "NG": "Nigeria", + "NI": "Nikaragua", + "NU": "Niue", + "NF": "Norfolk", + "NO": "Norwegia", + "NC": "Nowa Kaledonia", + "NZ": "Nowa Zelandia", + "OM": "Oman", + "PK": "Pakistan", + "PW": "Palau", + "PA": "Panama", + "PG": "Papua-Nowa Gwinea", + "PY": "Paragwaj", + "PE": "Peru", + "PN": "Pitcairn", + "PF": "Polinezja Francuska", + "PL": "Polska", + "PR": "Portoryko", + "PT": "Portugalia", + "ZA": "Republika Południowej Afryki", + "CF": "Republika Środkowoafrykańska", + "RE": "Reunion", + "RU": "Rosja", + "RO": "Rumunia", + "RW": "Rwanda", + "EH": "Sahara Zachodnia", + "KN": "Saint Kitts i Nevis", + "LC": "Saint Lucia", + "VC": "Saint Vincent i Grenadyny", + "BL": "Saint-Barthélemy", + "MF": "Saint-Martin", + "PM": "Saint-Pierre i Miquelon", + "SV": "Salwador", + "WS": "Samoa", + "AS": "Samoa Amerykańskie", + "SM": "San Marino", + "SN": "Senegal", + "RS": "Serbia", + "SC": "Seszele", + "SL": "Sierra Leone", + "SG": "Singapur", + "SX": "Sint Maarten", + "SK": "Słowacja", + "SI": "Słowenia", + "SO": "Somalia", + "LK": "Sri Lanka", + "US": "Stany Zjednoczone", + "SD": "Sudan", + "SS": "Sudan Południowy", + "SR": "Surinam", + "SJ": "Svalbard i Jan Mayen", + "SH": "Święta Helena", + "SY": "Syria", + "CH": "Szwajcaria", + "SE": "Szwecja", + "TJ": "Tadżykistan", + "TH": "Tajlandia", + "TW": "Tajwan", + "TZ": "Tanzania", + "PS": "Terytoria Palestyńskie", + "TL": "Timor Wschodni", + "TG": "Togo", + "TK": "Tokelau", + "TO": "Tonga", + "TA": "Tristan da Cunha", + "TT": "Trynidad i Tobago", + "TN": "Tunezja", + "TR": "Turcja", + "TM": "Turkmenistan", + "TC": "Turks i Caicos", + "TV": "Tuvalu", + "UG": "Uganda", + "UA": "Ukraina", + "UY": "Urugwaj", + "UZ": "Uzbekistan", + "VU": "Vanuatu", + "WF": "Wallis i Futuna", + "VA": "Watykan", + "HU": "Węgry", + "VE": "Wenezuela", + "GB": "Wielka Brytania", + "VN": "Wietnam", + "IT": "Włochy", + "CI": "Wybrzeże Kości Słoniowej", + "CX": "Wyspa Bożego Narodzenia", + "IM": "Wyspa Man", + "AC": "Wyspa Wniebowstąpienia", + "AX": "Wyspy Alandzkie", + "CK": "Wyspy Cooka", + "VI": "Wyspy Dziewicze Stanów Zjednoczonych", + "IC": "Wyspy Kanaryjskie", + "CC": "Wyspy Kokosowe", + "MH": "Wyspy Marshalla", + "FO": "Wyspy Owcze", + "SB": "Wyspy Salomona", + "ST": "Wyspy Świętego Tomasza i Książęca", + "CV": "Wyspy Zielonego Przylądka", + "ZM": "Zambia", + "ZW": "Zimbabwe", + "AE": "Zjednoczone Emiraty Arabskie" +} diff --git a/libraries/engage/i18n/locale/pt-pt/countries.json b/libraries/engage/i18n/locale/pt-pt/countries.json index 2d4c149aa0..d7c007da59 100644 --- a/libraries/engage/i18n/locale/pt-pt/countries.json +++ b/libraries/engage/i18n/locale/pt-pt/countries.json @@ -1,257 +1,255 @@ { - "AF": "Afeganist\u00e3o", - "ZA": "\u00c1frica do Sul", + "AF": "Afeganistão", + "ZA": "África do Sul", "AX": "Alanda", - "AL": "Alb\u00e2nia", + "AL": "Albânia", "DE": "Alemanha", "AD": "Andorra", "AO": "Angola", "AI": "Anguila", - "AQ": "Ant\u00e1rtida", - "AG": "Ant\u00edgua e Barbuda", - "SA": "Ar\u00e1bia Saudita", - "DZ": "Arg\u00e9lia", + "AQ": "Antártida", + "AG": "Antígua e Barbuda", + "SA": "Arábia Saudita", + "DZ": "Argélia", "AR": "Argentina", - "AM": "Arm\u00e9nia", + "AM": "Arménia", "AW": "Aruba", - "AU": "Austr\u00e1lia", - "AT": "\u00c1ustria", - "AZ": "Azerbaij\u00e3o", + "AU": "Austrália", + "AT": "Áustria", + "AZ": "Azerbaijão", "BS": "Baamas", "BD": "Bangladeche", "BB": "Barbados", - "BH": "Bar\u00e9m", - "BE": "B\u00e9lgica", + "BH": "Barém", + "BE": "Bélgica", "BZ": "Belize", "BJ": "Benim", "BM": "Bermudas", - "BY": "Bielorr\u00fassia", - "BO": "Bol\u00edvia", - "BA": "B\u00f3snia e Herzegovina", + "BY": "Bielorrússia", + "BO": "Bolívia", + "BA": "Bósnia e Herzegovina", "BW": "Botsuana", "BR": "Brasil", "BN": "Brunei", - "BG": "Bulg\u00e1ria", + "BG": "Bulgária", "BF": "Burquina Faso", "BI": "Burundi", - "BT": "But\u00e3o", + "BT": "Butão", "CV": "Cabo Verde", - "CM": "Camar\u00f5es", + "CM": "Camarões", "KH": "Camboja", - "CA": "Canad\u00e1", + "CA": "Canadá", "QA": "Catar", - "KZ": "Cazaquist\u00e3o", + "KZ": "Cazaquistão", "EA": "Ceuta e Melilha", "TD": "Chade", - "CZ": "Ch\u00e9quia", + "CZ": "Chéquia", "CL": "Chile", "CN": "China", "CY": "Chipre", "VA": "Cidade do Vaticano", - "CO": "Col\u00f4mbia", + "CO": "Colômbia", "KM": "Comores", "CG": "Congo-Brazzaville", "CD": "Congo-Kinshasa", "KP": "Coreia do Norte", "KR": "Coreia do Sul", "CR": "Costa Rica", - "CI": "C\u00f4te d\u2019Ivoire (Costa do Marfim)", - "HR": "Cro\u00e1cia", + "CI": "Côte d’Ivoire (Costa do Marfim)", + "HR": "Croácia", "CU": "Cuba", - "CW": "Cura\u00e7au", + "CW": "Curaçau", "DG": "Diego Garcia", "DK": "Dinamarca", - "DM": "Dom\u00ednica", + "DM": "Domínica", "EG": "Egito", - "AE": "Emirados \u00c1rabes Unidos", + "AE": "Emirados Árabes Unidos", "EC": "Equador", "ER": "Eritreia", - "SK": "Eslov\u00e1quia", - "SI": "Eslov\u00e9nia", + "SK": "Eslováquia", + "SI": "Eslovénia", "ES": "Espanha", - "SZ": "Essuat\u00edni", + "SZ": "Essuatíni", "US": "Estados Unidos", - "EE": "Est\u00f3nia", - "ET": "Eti\u00f3pia", + "EE": "Estónia", + "ET": "Etiópia", "FJ": "Fiji", "PH": "Filipinas", - "FI": "Finl\u00e2ndia", - "FR": "Fran\u00e7a", - "GA": "Gab\u00e3o", - "GM": "G\u00e2mbia", + "FI": "Finlândia", + "FR": "França", + "GA": "Gabão", + "GM": "Gâmbia", "GH": "Gana", - "GE": "Ge\u00f3rgia", + "GE": "Geórgia", "GI": "Gibraltar", "GD": "Granada", - "GR": "Gr\u00e9cia", - "GL": "Gronel\u00e2ndia", + "GR": "Grécia", + "GL": "Gronelândia", "GP": "Guadalupe", "GU": "Guame", "GT": "Guatemala", "GG": "Guernesey", "GY": "Guiana", "GF": "Guiana Francesa", - "GN": "Guin\u00e9", - "GQ": "Guin\u00e9 Equatorial", - "GW": "Guin\u00e9-Bissau", + "GN": "Guiné", + "GQ": "Guiné Equatorial", + "GW": "Guiné-Bissau", "HT": "Haiti", "HN": "Honduras", "HK": "Hong Kong, RAE da China", "HU": "Hungria", - "YE": "I\u00e9men", - "AC": "Ilha de Ascens\u00e3o", + "YE": "Iémen", + "AC": "Ilha de Ascensão", "IM": "Ilha de Man", "CX": "Ilha do Natal", "NF": "Ilha Norfolk", - "KY": "Ilhas Caim\u00e3o", - "IC": "Ilhas Can\u00e1rias", + "KY": "Ilhas Caimão", + "IC": "Ilhas Canárias", "CK": "Ilhas Cook", "CC": "Ilhas dos Cocos (Keeling)", - "FO": "Ilhas Faro\u00e9", - "GS": "Ilhas Ge\u00f3rgia do Sul e Sandwich do Sul", + "FO": "Ilhas Faroé", + "GS": "Ilhas Geórgia do Sul e Sandwich do Sul", "FK": "Ilhas Malvinas (Falkland)", "MP": "Ilhas Marianas do Norte", "MH": "Ilhas Marshall", "UM": "Ilhas Menores Afastadas dos EUA", "PN": "Ilhas Pitcairn", - "SB": "Ilhas Salom\u00e3o", + "SB": "Ilhas Salomão", "TC": "Ilhas Turcas e Caicos", - "VG": "Ilhas Virgens Brit\u00e2nicas", + "VG": "Ilhas Virgens Britânicas", "VI": "Ilhas Virgens dos EUA", - "IN": "\u00cdndia", - "ID": "Indon\u00e9sia", - "IR": "Ir\u00e3o", + "IN": "Índia", + "ID": "Indonésia", + "IR": "Irão", "IQ": "Iraque", "IE": "Irlanda", - "IS": "Isl\u00e2ndia", + "IS": "Islândia", "IL": "Israel", - "IT": "It\u00e1lia", + "IT": "Itália", "JM": "Jamaica", - "JP": "Jap\u00e3o", + "JP": "Japão", "JE": "Jersey", "DJ": "Jibuti", - "JO": "Jord\u00e2nia", + "JO": "Jordânia", "XK": "Kosovo", "KW": "Koweit", "LA": "Laos", "LS": "Lesoto", - "LV": "Let\u00f3nia", - "LB": "L\u00edbano", - "LR": "Lib\u00e9ria", - "LY": "L\u00edbia", + "LV": "Letónia", + "LB": "Líbano", + "LR": "Libéria", + "LY": "Líbia", "LI": "Listenstaine", - "LT": "Litu\u00e2nia", + "LT": "Lituânia", "LU": "Luxemburgo", "MO": "Macau, RAE da China", - "MK": "Maced\u00f3nia", - "MG": "Madag\u00e1scar", + "MK": "Macedónia", + "MG": "Madagáscar", "YT": "Maiote", - "MY": "Mal\u00e1sia", - "MW": "Mal\u00e1ui", + "MY": "Malásia", + "MW": "Maláui", "MV": "Maldivas", "ML": "Mali", "MT": "Malta", "MA": "Marrocos", "MQ": "Martinica", - "MU": "Maur\u00edcia", - "MR": "Maurit\u00e2nia", - "MX": "M\u00e9xico", - "MM": "Mianmar (Birm\u00e2nia)", - "FM": "Micron\u00e9sia", - "MZ": "Mo\u00e7ambique", - "MD": "Mold\u00e1via", - "MC": "M\u00f3naco", - "MN": "Mong\u00f3lia", + "MU": "Maurícia", + "MR": "Mauritânia", + "MX": "México", + "MM": "Mianmar (Birmânia)", + "FM": "Micronésia", + "MZ": "Moçambique", + "MD": "Moldávia", + "MC": "Mónaco", + "MN": "Mongólia", "MS": "Monserrate", "ME": "Montenegro", - "NA": "Nam\u00edbia", + "NA": "Namíbia", "NR": "Nauru", "NP": "Nepal", - "NI": "Nicar\u00e1gua", - "NE": "N\u00edger", - "NG": "Nig\u00e9ria", - "NU": "Niu\u00ea", + "NI": "Nicarágua", + "NE": "Níger", + "NG": "Nigéria", + "NU": "Niuê", "NO": "Noruega", - "NC": "Nova Caled\u00f3nia", - "NZ": "Nova Zel\u00e2ndia", - "OM": "Om\u00e3", - "NL": "Pa\u00edses Baixos", - "BQ": "Pa\u00edses Baixos Caribenhos", + "NC": "Nova Caledónia", + "NZ": "Nova Zelândia", + "OM": "Omã", + "NL": "Países Baixos", + "BQ": "Países Baixos Caribenhos", "PW": "Palau", - "PA": "Panam\u00e1", - "PG": "Papua-Nova Guin\u00e9", - "PK": "Paquist\u00e3o", + "PA": "Panamá", + "PG": "Papua-Nova Guiné", + "PK": "Paquistão", "PY": "Paraguai", "PE": "Peru", - "PF": "Polin\u00e9sia Francesa", - "PL": "Pol\u00f3nia", + "PF": "Polinésia Francesa", + "PL": "Polónia", "PR": "Porto Rico", "PT": "Portugal", - "XB": "Pseudobidi", - "XA": "Pseudossotaques", - "KE": "Qu\u00e9nia", - "KG": "Quirguist\u00e3o", - "KI": "Quirib\u00e1ti", + "KE": "Quénia", + "KG": "Quirguistão", + "KI": "Quiribáti", "GB": "Reino Unido", - "CF": "Rep\u00fablica Centro-Africana", - "DO": "Rep\u00fablica Dominicana", - "RE": "Reuni\u00e3o", - "RO": "Rom\u00e9nia", + "CF": "República Centro-Africana", + "DO": "República Dominicana", + "RE": "Reunião", + "RO": "Roménia", "RW": "Ruanda", - "RU": "R\u00fassia", + "RU": "Rússia", "SV": "Salvador", "WS": "Samoa", "AS": "Samoa Americana", "SH": "Santa Helena", - "LC": "Santa L\u00facia", - "BL": "S\u00e3o Bartolomeu", - "KN": "S\u00e3o Crist\u00f3v\u00e3o e Neves", - "SM": "S\u00e3o Marinho", - "MF": "S\u00e3o Martinho", - "SX": "S\u00e3o Martinho (Sint Maarten)", - "PM": "S\u00e3o Pedro e Miquel\u00e3o", - "ST": "S\u00e3o Tom\u00e9 e Pr\u00edncipe", - "VC": "S\u00e3o Vicente e Granadinas", + "LC": "Santa Lúcia", + "BL": "São Bartolomeu", + "KN": "São Cristóvão e Neves", + "SM": "São Marinho", + "MF": "São Martinho", + "SX": "São Martinho (Sint Maarten)", + "PM": "São Pedro e Miquelão", + "ST": "São Tomé e Príncipe", + "VC": "São Vicente e Granadinas", "EH": "Sara Ocidental", "SC": "Seicheles", "SN": "Senegal", "SL": "Serra Leoa", - "RS": "S\u00e9rvia", + "RS": "Sérvia", "SG": "Singapura", - "SY": "S\u00edria", - "SO": "Som\u00e1lia", + "SY": "Síria", + "SO": "Somália", "LK": "Sri Lanca", - "SD": "Sud\u00e3o", - "SS": "Sud\u00e3o do Sul", - "SE": "Su\u00e9cia", - "CH": "Su\u00ed\u00e7a", + "SD": "Sudão", + "SS": "Sudão do Sul", + "SE": "Suécia", + "CH": "Suíça", "SR": "Suriname", "SJ": "Svalbard e Jan Mayen", - "TH": "Tail\u00e2ndia", + "TH": "Tailândia", "TW": "Taiwan", - "TJ": "Tajiquist\u00e3o", - "TZ": "Tanz\u00e2nia", - "IO": "Territ\u00f3rio Brit\u00e2nico do Oceano \u00cdndico", - "TF": "Territ\u00f3rios Franceses do Sul", - "PS": "Territ\u00f3rios palestinianos", + "TJ": "Tajiquistão", + "TZ": "Tanzânia", + "IO": "Território Britânico do Oceano Índico", + "TF": "Territórios Franceses do Sul", + "PS": "Territórios palestinianos", "TL": "Timor-Leste", "TG": "Togo", "TO": "Tonga", "TK": "Toquelau", "TT": "Trindade e Tobago", - "TA": "Trist\u00e3o da Cunha", - "TN": "Tun\u00edsia", - "TM": "Turquemenist\u00e3o", + "TA": "Tristão da Cunha", + "TN": "Tunísia", + "TM": "Turquemenistão", "TR": "Turquia", "TV": "Tuvalu", - "UA": "Ucr\u00e2nia", + "UA": "Ucrânia", "UG": "Uganda", "UY": "Uruguai", - "UZ": "Usbequist\u00e3o", + "UZ": "Usbequistão", "VU": "Vanuatu", "VE": "Venezuela", "VN": "Vietname", "WF": "Wallis e Futuna", - "ZM": "Z\u00e2mbia", - "ZW": "Zimbabu\u00e9" + "ZM": "Zâmbia", + "ZW": "Zimbabué" } diff --git a/libraries/engage/i18n/locale/ro-ro/countries.json b/libraries/engage/i18n/locale/ro-ro/countries.json new file mode 100644 index 0000000000..8e16ff0bbf --- /dev/null +++ b/libraries/engage/i18n/locale/ro-ro/countries.json @@ -0,0 +1,255 @@ +{ + "AF": "Afganistan", + "ZA": "Africa de Sud", + "AL": "Albania", + "DZ": "Algeria", + "AD": "Andorra", + "AO": "Angola", + "AI": "Anguilla", + "AQ": "Antarctica", + "AG": "Antigua și Barbuda", + "SA": "Arabia Saudită", + "AR": "Argentina", + "AM": "Armenia", + "AW": "Aruba", + "AU": "Australia", + "AT": "Austria", + "AZ": "Azerbaidjan", + "BS": "Bahamas", + "BH": "Bahrein", + "BD": "Bangladesh", + "BB": "Barbados", + "BY": "Belarus", + "BE": "Belgia", + "BZ": "Belize", + "BJ": "Benin", + "BM": "Bermuda", + "BT": "Bhutan", + "BO": "Bolivia", + "BA": "Bosnia și Herțegovina", + "BW": "Botswana", + "BR": "Brazilia", + "BN": "Brunei", + "BG": "Bulgaria", + "BF": "Burkina Faso", + "BI": "Burundi", + "KH": "Cambodgia", + "CM": "Camerun", + "CA": "Canada", + "CV": "Capul Verde", + "CZ": "Cehia", + "EA": "Ceuta și Melilla", + "CL": "Chile", + "CN": "China", + "TD": "Ciad", + "CY": "Cipru", + "CI": "Coasta de Fildeș", + "CO": "Columbia", + "KM": "Comore", + "CG": "Congo - Brazzaville", + "CD": "Congo - Kinshasa", + "KP": "Coreea de Nord", + "KR": "Coreea de Sud", + "CR": "Costa Rica", + "HR": "Croația", + "CU": "Cuba", + "CW": "Curaçao", + "DK": "Danemarca", + "DG": "Diego Garcia", + "DJ": "Djibouti", + "DM": "Dominica", + "EC": "Ecuador", + "EG": "Egipt", + "SV": "El Salvador", + "CH": "Elveția", + "AE": "Emiratele Arabe Unite", + "ER": "Eritreea", + "EE": "Estonia", + "SZ": "Eswatini", + "ET": "Etiopia", + "FJ": "Fiji", + "PH": "Filipine", + "FI": "Finlanda", + "FR": "Franța", + "GA": "Gabon", + "GM": "Gambia", + "GE": "Georgia", + "GS": "Georgia de Sud și Insulele Sandwich de Sud", + "DE": "Germania", + "GH": "Ghana", + "GI": "Gibraltar", + "GR": "Grecia", + "GD": "Grenada", + "GL": "Groenlanda", + "GP": "Guadelupa", + "GU": "Guam", + "GT": "Guatemala", + "GG": "Guernsey", + "GN": "Guineea", + "GQ": "Guineea Ecuatorială", + "GW": "Guineea-Bissau", + "GY": "Guyana", + "GF": "Guyana Franceză", + "HT": "Haiti", + "HN": "Honduras", + "HK": "Hong Kong", + "IN": "India", + "ID": "Indonezia", + "AC": "Insula Ascension", + "CX": "Insula Crăciunului", + "IM": "Insula Man", + "NF": "Insula Norfolk", + "AX": "Insulele Åland", + "IC": "Insulele Canare", + "KY": "Insulele Cayman", + "CC": "Insulele Cocos (Keeling)", + "CK": "Insulele Cook", + "FK": "Insulele Falkland", + "FO": "Insulele Feroe", + "MP": "Insulele Mariane de Nord", + "MH": "Insulele Marshall", + "UM": "Insulele Minore Îndepărtate ale Statelor Unite", + "PN": "Insulele Pitcairn", + "SB": "Insulele Solomon", + "TC": "Insulele Turks și Caicos", + "VI": "Insulele Virgine Americane", + "VG": "Insulele Virgine Britanice", + "JO": "Iordania", + "IQ": "Irak", + "IR": "Iran", + "IE": "Irlanda", + "IS": "Islanda", + "IL": "Israel", + "IT": "Italia", + "JM": "Jamaica", + "JP": "Japonia", + "JE": "Jersey", + "KG": "Kârgâzstan", + "KZ": "Kazahstan", + "KE": "Kenya", + "KI": "Kiribati", + "XK": "Kosovo", + "KW": "Kuweit", + "LA": "Laos", + "LS": "Lesotho", + "LV": "Letonia", + "LB": "Liban", + "LR": "Liberia", + "LY": "Libia", + "LI": "Liechtenstein", + "LT": "Lituania", + "LU": "Luxemburg", + "MO": "Macao", + "MK": "Macedonia de Nord", + "MG": "Madagascar", + "MY": "Malaezia", + "MW": "Malawi", + "MV": "Maldive", + "ML": "Mali", + "MT": "Malta", + "MA": "Maroc", + "MQ": "Martinica", + "MR": "Mauritania", + "MU": "Mauritius", + "YT": "Mayotte", + "MX": "Mexic", + "FM": "Micronezia", + "MD": "Moldova", + "MC": "Monaco", + "MN": "Mongolia", + "MS": "Montserrat", + "MZ": "Mozambic", + "ME": "Muntenegru", + "MM": "Myanmar (Burma)", + "NA": "Namibia", + "NR": "Nauru", + "NP": "Nepal", + "NI": "Nicaragua", + "NE": "Niger", + "NG": "Nigeria", + "NU": "Niue", + "NO": "Norvegia", + "NC": "Noua Caledonie", + "NZ": "Noua Zeelandă", + "OM": "Oman", + "PK": "Pakistan", + "PW": "Palau", + "PA": "Panama", + "PG": "Papua Noua Guinee", + "PY": "Paraguay", + "PE": "Peru", + "PF": "Polinezia Franceză", + "PL": "Polonia", + "PT": "Portugalia", + "PR": "Puerto Rico", + "QA": "Qatar", + "GB": "Regatul Unit", + "CF": "Republica Centrafricană", + "DO": "Republica Dominicană", + "RE": "Réunion", + "RO": "România", + "RU": "Rusia", + "RW": "Rwanda", + "EH": "Sahara Occidentală", + "KN": "Saint Kitts și Nevis", + "LC": "Saint Lucia", + "MF": "Saint Martin", + "PM": "Saint Pierre și Miquelon", + "VC": "Saint Vincent și Grenadine", + "BL": "Saint-Barthélemy", + "WS": "Samoa", + "AS": "Samoa Americană", + "SM": "San Marino", + "ST": "Sao Tome și Principe", + "SN": "Senegal", + "RS": "Serbia", + "SC": "Seychelles", + "SH": "Sfânta Elena", + "SL": "Sierra Leone", + "SG": "Singapore", + "SX": "Sint Maarten", + "SY": "Siria", + "SK": "Slovacia", + "SI": "Slovenia", + "SO": "Somalia", + "ES": "Spania", + "LK": "Sri Lanka", + "US": "Statele Unite", + "SD": "Sudan", + "SS": "Sudanul de Sud", + "SE": "Suedia", + "SR": "Surinam", + "SJ": "Svalbard și Jan Mayen", + "TJ": "Tadjikistan", + "TW": "Taiwan", + "TZ": "Tanzania", + "NL": "Țările de Jos", + "BQ": "Țările de Jos Caraibiene", + "TF": "Teritoriile Australe și Antarctice Franceze", + "PS": "Teritoriile Palestiniene", + "IO": "Teritoriul Britanic din Oceanul Indian", + "TH": "Thailanda", + "TL": "Timorul de Est", + "TG": "Togo", + "TK": "Tokelau", + "TO": "Tonga", + "TT": "Trinidad și Tobago", + "TA": "Tristan da Cunha", + "TN": "Tunisia", + "TR": "Turcia", + "TM": "Turkmenistan", + "TV": "Tuvalu", + "UA": "Ucraina", + "UG": "Uganda", + "HU": "Ungaria", + "UY": "Uruguay", + "UZ": "Uzbekistan", + "VU": "Vanuatu", + "VA": "Vatican", + "VE": "Venezuela", + "VN": "Vietnam", + "WF": "Wallis și Futuna", + "YE": "Yemen", + "ZM": "Zambia", + "ZW": "Zimbabwe" +} diff --git a/libraries/engage/i18n/locale/ru-ru/countries.json b/libraries/engage/i18n/locale/ru-ru/countries.json deleted file mode 100644 index a6affac55b..0000000000 --- a/libraries/engage/i18n/locale/ru-ru/countries.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "AU": "Австралия", - "AT": "Австрия", - "AZ": "Азербайджан", - "AX": "Аландские о-ва", - "AL": "Албания", - "DZ": "Алжир", - "AS": "Американское Самоа", - "AI": "Ангилья", - "AO": "Ангола", - "AD": "Андорра", - "AQ": "Антарктида", - "AG": "Антигуа и Барбуда", - "AR": "Аргентина", - "AM": "Армения", - "AW": "Аруба", - "AF": "Афганистан", - "BS": "Багамы", - "BD": "Бангладеш", - "BB": "Барбадос", - "BH": "Бахрейн", - "BY": "Беларусь", - "BZ": "Белиз", - "BE": "Бельгия", - "BJ": "Бенин", - "BM": "Бермудские о-ва", - "BG": "Болгария", - "BO": "Боливия", - "BQ": "Бонэйр, Синт-Эстатиус и Саба", - "BA": "Босния и Герцеговина", - "BW": "Ботсвана", - "BR": "Бразилия", - "IO": "Британская территория в Индийском океане", - "BN": "Бруней-Даруссалам", - "BF": "Буркина-Фасо", - "BI": "Бурунди", - "BT": "Бутан", - "VU": "Вануату", - "VA": "Ватикан", - "GB": "Великобритания", - "HU": "Венгрия", - "VE": "Венесуэла", - "VG": "Виргинские о-ва (Великобритания)", - "VI": "Виргинские о-ва (США)", - "UM": "Внешние малые о-ва (США)", - "TL": "Восточный Тимор", - "VN": "Вьетнам", - "GA": "Габон", - "HT": "Гаити", - "GY": "Гайана", - "GM": "Гамбия", - "GH": "Гана", - "GP": "Гваделупа", - "GT": "Гватемала", - "GN": "Гвинея", - "GW": "Гвинея-Бисау", - "DE": "Германия", - "GG": "Гернси", - "GI": "Гибралтар", - "HN": "Гондурас", - "HK": "Гонконг (САР)", - "GD": "Гренада", - "GL": "Гренландия", - "GR": "Греция", - "GE": "Грузия", - "GU": "Гуам", - "DK": "Дания", - "JE": "Джерси", - "DJ": "Джибути", - "DM": "Доминика", - "DO": "Доминиканская Республика", - "EG": "Египет", - "ZM": "Замбия", - "EH": "Западная Сахара", - "ZW": "Зимбабве", - "IL": "Израиль", - "IN": "Индия", - "ID": "Индонезия", - "JO": "Иордания", - "IQ": "Ирак", - "IR": "Иран", - "IE": "Ирландия", - "IS": "Исландия", - "ES": "Испания", - "IT": "Италия", - "YE": "Йемен", - "CV": "Кабо-Верде", - "KZ": "Казахстан", - "KH": "Камбоджа", - "CM": "Камерун", - "CA": "Канада", - "QA": "Катар", - "KE": "Кения", - "CY": "Кипр", - "KG": "Киргизия", - "KI": "Кирибати", - "CN": "Китай", - "KP": "КНДР", - "CC": "Кокосовые о-ва", - "CO": "Колумбия", - "KM": "Коморы", - "CG": "Конго - Браззавиль", - "CD": "Конго - Киншаса", - "CR": "Коста-Рика", - "CI": "Кот-д’Ивуар", - "CU": "Куба", - "KW": "Кувейт", - "CW": "Кюрасао", - "LA": "Лаос", - "LV": "Латвия", - "LS": "Лесото", - "LR": "Либерия", - "LB": "Ливан", - "LY": "Ливия", - "LT": "Литва", - "LI": "Лихтенштейн", - "LU": "Люксембург", - "MU": "Маврикий", - "MR": "Мавритания", - "MG": "Мадагаскар", - "YT": "Майотта", - "MO": "Макао (САР)", - "MW": "Малави", - "MY": "Малайзия", - "ML": "Мали", - "MV": "Мальдивы", - "MT": "Мальта", - "MA": "Марокко", - "MQ": "Мартиника", - "MH": "Маршалловы Острова", - "MX": "Мексика", - "MZ": "Мозамбик", - "MD": "Молдова", - "MC": "Монако", - "MN": "Монголия", - "MS": "Монтсеррат", - "MM": "Мьянма (Бирма)", - "NA": "Намибия", - "NR": "Науру", - "NP": "Непал", - "NE": "Нигер", - "NG": "Нигерия", - "NL": "Нидерланды", - "NI": "Никарагуа", - "NU": "Ниуэ", - "NZ": "Новая Зеландия", - "NC": "Новая Каледония", - "NO": "Норвегия", - "BV": "о-в Буве", - "IM": "о-в Мэн", - "NF": "о-в Норфолк", - "CX": "о-в Рождества", - "SH": "о-в Св. Елены", - "PN": "о-ва Питкэрн", - "TC": "о-ва Тёркс и Кайкос", - "HM": "о-ва Херд и Макдональд", - "AE": "ОАЭ", - "OM": "Оман", - "KY": "Острова Кайман", - "CK": "Острова Кука", - "PK": "Пакистан", - "PW": "Палау", - "PS": "Палестинские территории", - "PA": "Панама", - "PG": "Папуа — Новая Гвинея", - "PY": "Парагвай", - "PE": "Перу", - "PL": "Польша", - "PT": "Португалия", - "PR": "Пуэрто-Рико", - "KR": "Республика Корея", - "RE": "Реюньон", - "RU": "Россия", - "RW": "Руанда", - "RO": "Румыния", - "SV": "Сальвадор", - "WS": "Самоа", - "SM": "Сан-Марино", - "ST": "Сан-Томе и Принсипи", - "SA": "Саудовская Аравия", - "MK": "Северная Македония", - "MP": "Северные Марианские о-ва", - "SC": "Сейшельские Острова", - "BL": "Сен-Бартелеми", - "MF": "Сен-Мартен", - "PM": "Сен-Пьер и Микелон", - "SN": "Сенегал", - "VC": "Сент-Винсент и Гренадины", - "KN": "Сент-Китс и Невис", - "LC": "Сент-Люсия", - "RS": "Сербия", - "SG": "Сингапур", - "SX": "Синт-Мартен", - "SY": "Сирия", - "SK": "Словакия", - "SI": "Словения", - "US": "Соединенные Штаты", - "SB": "Соломоновы Острова", - "SO": "Сомали", - "SD": "Судан", - "SR": "Суринам", - "SL": "Сьерра-Леоне", - "TJ": "Таджикистан", - "TH": "Таиланд", - "TW": "Тайвань", - "TZ": "Танзания", - "TG": "Того", - "TK": "Токелау", - "TO": "Тонга", - "TT": "Тринидад и Тобаго", - "TV": "Тувалу", - "TN": "Тунис", - "TM": "Туркменистан", - "TR": "Турция", - "UG": "Уганда", - "UZ": "Узбекистан", - "UA": "Украина", - "WF": "Уоллис и Футуна", - "UY": "Уругвай", - "FO": "Фарерские о-ва", - "FM": "Федеративные Штаты Микронезии", - "FJ": "Фиджи", - "PH": "Филиппины", - "FI": "Финляндия", - "FK": "Фолклендские о-ва", - "FR": "Франция", - "GF": "Французская Гвиана", - "PF": "Французская Полинезия", - "TF": "Французские Южные территории", - "HR": "Хорватия", - "CF": "Центрально-Африканская Республика", - "TD": "Чад", - "ME": "Черногория", - "CZ": "Чехия", - "CL": "Чили", - "CH": "Швейцария", - "SE": "Швеция", - "SJ": "Шпицберген и Ян-Майен", - "LK": "Шри-Ланка", - "EC": "Эквадор", - "GQ": "Экваториальная Гвинея", - "ER": "Эритрея", - "SZ": "Эсватини", - "EE": "Эстония", - "ET": "Эфиопия", - "GS": "Южная Георгия и Южные Сандвичевы о-ва", - "ZA": "Южно-Африканская Республика", - "SS": "Южный Судан", - "JM": "Ямайка", - "JP": "Япония" -} \ No newline at end of file diff --git a/libraries/engage/i18n/locale/sv-se/countries.json b/libraries/engage/i18n/locale/sv-se/countries.json new file mode 100644 index 0000000000..a6d7a8c0aa --- /dev/null +++ b/libraries/engage/i18n/locale/sv-se/countries.json @@ -0,0 +1,255 @@ +{ + "AF": "Afghanistan", + "AX": "Åland", + "AL": "Albanien", + "DZ": "Algeriet", + "VI": "Amerikanska Jungfruöarna", + "AS": "Amerikanska Samoa", + "AD": "Andorra", + "AO": "Angola", + "AI": "Anguilla", + "AQ": "Antarktis", + "AG": "Antigua och Barbuda", + "AR": "Argentina", + "AM": "Armenien", + "AW": "Aruba", + "AC": "Ascension", + "AU": "Australien", + "AZ": "Azerbajdzjan", + "BS": "Bahamas", + "BH": "Bahrain", + "BD": "Bangladesh", + "BB": "Barbados", + "BY": "Belarus", + "BE": "Belgien", + "BZ": "Belize", + "BJ": "Benin", + "BM": "Bermuda", + "BT": "Bhutan", + "BO": "Bolivia", + "BA": "Bosnien och Hercegovina", + "BW": "Botswana", + "BR": "Brasilien", + "VG": "Brittiska Jungfruöarna", + "IO": "Brittiska territoriet i Indiska oceanen", + "BN": "Brunei", + "BG": "Bulgarien", + "BF": "Burkina Faso", + "BI": "Burundi", + "KY": "Caymanöarna", + "CF": "Centralafrikanska republiken", + "EA": "Ceuta och Melilla", + "CL": "Chile", + "CO": "Colombia", + "CK": "Cooköarna", + "CR": "Costa Rica", + "CW": "Curaçao", + "CY": "Cypern", + "DK": "Danmark", + "DG": "Diego Garcia", + "DJ": "Djibouti", + "DM": "Dominica", + "DO": "Dominikanska republiken", + "EC": "Ecuador", + "EG": "Egypten", + "GQ": "Ekvatorialguinea", + "SV": "El Salvador", + "CI": "Elfenbenskusten", + "ER": "Eritrea", + "EE": "Estland", + "SZ": "Eswatini", + "ET": "Etiopien", + "FK": "Falklandsöarna", + "FO": "Färöarna", + "FJ": "Fiji", + "PH": "Filippinerna", + "FI": "Finland", + "AE": "Förenade Arabemiraten", + "FR": "Frankrike", + "GF": "Franska Guyana", + "PF": "Franska Polynesien", + "TF": "Franska sydterritorierna", + "GA": "Gabon", + "GM": "Gambia", + "GE": "Georgien", + "GH": "Ghana", + "GI": "Gibraltar", + "GR": "Grekland", + "GD": "Grenada", + "GL": "Grönland", + "GP": "Guadeloupe", + "GU": "Guam", + "GT": "Guatemala", + "GG": "Guernsey", + "GN": "Guinea", + "GW": "Guinea-Bissau", + "GY": "Guyana", + "HT": "Haiti", + "HN": "Honduras", + "HK": "Hongkong", + "IN": "Indien", + "ID": "Indonesien", + "IQ": "Irak", + "IR": "Iran", + "IE": "Irland", + "IS": "Island", + "IM": "Isle of Man", + "IL": "Israel", + "IT": "Italien", + "JM": "Jamaica", + "JP": "Japan", + "YE": "Jemen", + "JE": "Jersey", + "JO": "Jordanien", + "CX": "Julön", + "KH": "Kambodja", + "CM": "Kamerun", + "CA": "Kanada", + "IC": "Kanarieöarna", + "CV": "Kap Verde", + "BQ": "Karibiska Nederländerna", + "KZ": "Kazakstan", + "KE": "Kenya", + "CN": "Kina", + "KG": "Kirgizistan", + "KI": "Kiribati", + "CC": "Kokosöarna (Keelingöarna)", + "KM": "Komorerna", + "CG": "Kongo-Brazzaville", + "CD": "Kongo-Kinshasa", + "XK": "Kosovo", + "HR": "Kroatien", + "CU": "Kuba", + "KW": "Kuwait", + "LA": "Laos", + "LS": "Lesotho", + "LV": "Lettland", + "LB": "Libanon", + "LR": "Liberia", + "LY": "Libyen", + "LI": "Liechtenstein", + "LT": "Litauen", + "LU": "Luxemburg", + "MO": "Macao", + "MG": "Madagaskar", + "MW": "Malawi", + "MY": "Malaysia", + "MV": "Maldiverna", + "ML": "Mali", + "MT": "Malta", + "MA": "Marocko", + "MH": "Marshallöarna", + "MQ": "Martinique", + "MR": "Mauretanien", + "MU": "Mauritius", + "YT": "Mayotte", + "MX": "Mexiko", + "FM": "Mikronesiens federerade stater", + "MZ": "Moçambique", + "MD": "Moldavien", + "MC": "Monaco", + "MN": "Mongoliet", + "ME": "Montenegro", + "MS": "Montserrat", + "MM": "Myanmar (Burma)", + "NA": "Namibia", + "NR": "Nauru", + "NL": "Nederländerna", + "NP": "Nepal", + "NI": "Nicaragua", + "NE": "Niger", + "NG": "Nigeria", + "NU": "Niue", + "KP": "Nordkorea", + "MK": "Nordmakedonien", + "MP": "Nordmarianerna", + "NF": "Norfolkön", + "NO": "Norge", + "NC": "Nya Kaledonien", + "NZ": "Nya Zeeland", + "OM": "Oman", + "AT": "Österrike", + "TL": "Östtimor", + "PK": "Pakistan", + "PW": "Palau", + "PS": "Palestinska territorierna", + "PA": "Panama", + "PG": "Papua Nya Guinea", + "PY": "Paraguay", + "PE": "Peru", + "PN": "Pitcairnöarna", + "PL": "Polen", + "PT": "Portugal", + "PR": "Puerto Rico", + "QA": "Qatar", + "RE": "Réunion", + "RO": "Rumänien", + "RW": "Rwanda", + "RU": "Ryssland", + "KN": "Saint Kitts och Nevis", + "LC": "Saint Lucia", + "VC": "Saint Vincent och Grenadinerna", + "BL": "Saint-Barthélemy", + "MF": "Saint-Martin", + "PM": "Saint-Pierre och Miquelon", + "SB": "Salomonöarna", + "WS": "Samoa", + "SM": "San Marino", + "SH": "Sankta Helena", + "ST": "São Tomé och Príncipe", + "SA": "Saudiarabien", + "CH": "Schweiz", + "SN": "Senegal", + "RS": "Serbien", + "SC": "Seychellerna", + "SL": "Sierra Leone", + "SG": "Singapore", + "SX": "Sint Maarten", + "SK": "Slovakien", + "SI": "Slovenien", + "SO": "Somalia", + "ES": "Spanien", + "LK": "Sri Lanka", + "GB": "Storbritannien", + "SD": "Sudan", + "SR": "Surinam", + "SJ": "Svalbard och Jan Mayen", + "SE": "Sverige", + "ZA": "Sydafrika", + "GS": "Sydgeorgien och Sydsandwichöarna", + "KR": "Sydkorea", + "SS": "Sydsudan", + "SY": "Syrien", + "TJ": "Tadzjikistan", + "TW": "Taiwan", + "TZ": "Tanzania", + "TD": "Tchad", + "TH": "Thailand", + "CZ": "Tjeckien", + "TG": "Togo", + "TK": "Tokelau", + "TO": "Tonga", + "TT": "Trinidad och Tobago", + "TA": "Tristan da Cunha", + "TN": "Tunisien", + "TR": "Turkiet", + "TM": "Turkmenistan", + "TC": "Turks- och Caicosöarna", + "TV": "Tuvalu", + "DE": "Tyskland", + "UG": "Uganda", + "UA": "Ukraina", + "HU": "Ungern", + "UY": "Uruguay", + "US": "USA", + "UM": "USA:s yttre öar", + "UZ": "Uzbekistan", + "VU": "Vanuatu", + "EH": "Västsahara", + "VA": "Vatikanstaten", + "VE": "Venezuela", + "VN": "Vietnam", + "WF": "Wallis och Futuna", + "ZM": "Zambia", + "ZW": "Zimbabwe" +} diff --git a/themes/theme-gmd/locale/cs-CZ.json b/themes/theme-gmd/locale/cs-CZ.json index b8aa41d9ca..10a95cdce9 100644 --- a/themes/theme-gmd/locale/cs-CZ.json +++ b/themes/theme-gmd/locale/cs-CZ.json @@ -10,7 +10,11 @@ "show_products": "Zobrazit produkty", "back": "Zpět", "close": "Zavřít", - "products": "Produkty" + "products": "Produkty", + "error": "Došlo k neočekávané chybě. Zkuste to prosím znovu.", + "errors": { + "generic": "Došlo k neočekávané chybě. Zkuste to prosím znovu." + } }, "titles": { "categories": "Kategorie", @@ -18,9 +22,78 @@ "cart": "Nákupní košík", "shipping": "Doprava", "reviews": "Recenze", - "favorites": "Sledovaný seznam", + "favorites": "Seznam oblíbených", "scanner": "Skener", - "back_in_stock": "Oznámení" + "back_in_stock": "Oznámení", + "checkout": "Pokladna", + "checkout_confirmation": "Objednávka úspěšná", + "checkout_change_billing": "Změnit fakturační adresu", + "register": "Registrovat se", + "order_details": "Detaily objednávky", + "store_finder": "Vyhledávač prodejen", + "order_history": "Historie objednávek", + "profile": "Profil", + "your_account": "Můj účet", + "your_account_contact": "Adresa", + "page_not_found": "Stránka nenalezena", + "checkout_addresses_shipping": "Vyberte doručovací adresu", + "checkout_addresses_billing": "Vyberte fakturační adresu", + "checkout_addresses_add_shipping": "Přidat doručovací adresu", + "checkout_addresses_add_billing": "Přidat fakturační adresu", + "checkout_addresses_edit_shipping": "Změnit doručovací adresu", + "checkout_addresses_edit_billing": "Změnit fakturační adresu" + }, + "account": { + "profile": { + "customer": { + "number": "Zákaznické číslo: {customerNumber}" + }, + "form": { + "firstName": "Jméno", + "middleName": "Druhé jméno", + "lastName": "Příjmení", + "emailAddress": "E-mailová adresa", + "address1": "Ulice a číslo popisné", + "address2": "Adresa 2", + "address3": "Adresa 3", + "address4": "Adresa 4", + "postalCode": "PSČ", + "city": "Město", + "country": "Země", + "phone": "Telefonní číslo", + "mobile": "Mobilní číslo", + "region": "Kraj", + "marketing_opt_in_label": "Informujte mě o novinkách a exkluzivních nabídkách.", + "default_billing": "Výchozí fakturační adresa", + "default_shipping": "Výchozí doručovací adresa", + "save_default_billing": "Uložit tuto fakturační adresu pro budoucí objednávky", + "save_default_shipping": "Uložit tuto doručovací adresu pro budoucí objednávky", + "save": "Uložit", + "add": "Přidat adresu", + "success": "Profil byl uložen", + "error": "Chyba při ukládání" + }, + "delete": "Smazat účet", + "address_book": { + "title": "Správa adres", + "default_billing": "Výchozí fakturační adresa", + "default_shipping": "Výchozí doručovací adresa", + "add": "Přidat adresu", + "select": "Vybrat", + "selected": "Vybráno", + "success": "Profil byl uložen", + "context": { + "edit": "Upravit", + "remove": "Smazat" + } + }, + "confirm": { + "title": "Jste si jistý/á?", + "confirm": "Potvrdit", + "messageContact": "Opravdu chcete tuto adresu smazat?", + "messageCustomer": "Opravdu chcete smazat svůj účet? Všechny vaše osobní údaje a nastavení budou smazány." + } + } }, "back_in_stock": { "list_states": { @@ -44,33 +117,50 @@ "added": "Produkt byl přidán do seznamu oblíbených", "continue": "Pokračovat v nákupu", "empty": "Na seznamu oblíbených položek zatím nemáte žádné položky", - "error_add": "Výrobek se nepodařilo přidat do seznamu sledovaných položek", - "error_remove": "Výrobek se nepodařilo odstranit ze seznamu sledovaných položek", - "error_limit": "Byl překročen povolený počet produktů na seznamu sledovaných položek.", - "error_general": "Seznam sledovaných produktů nebylo možné uložit", - "remove": "Odstranit ze seznamu sledovaných produktů", - "removed": "Odstraněno ze seznamu sledovaných produktů", + "error_add": "Výrobek se nepodařilo přidat do seznamu oblíbených položek", + "error_remove": "Výrobek se nepodařilo odstranit ze seznamu oblíbených položek", + "error_limit": "Byl překročen povolený počet produktů na seznamu oblíbených položek.", + "error_general": "Seznam oblíbených nebylo možné uložit", + "remove": "Odstranit ze seznamu oblíbených položek", + "removed": "Odstraněno ze seznamu oblíbených položek", "add_list_modal": { - "title": "Vytvořit nový seznam sledování", + "title": "Vytvořit nový seznam oblíbených", "dismiss": "Zrušit", "confirm": "Potvrdit", - "message": "Název nového seznamu sledovaných položek", + "message": "Název nového seznamu oblíbených položek", "label": "Název" }, "rename_list_modal": { - "title": "Změna názvu seznamu sledování", + "title": "Změna názvu seznamu oblíbených", "dismiss": "Zrušit", "confirm": "Potvrdit", - "message": "Nový název seznamu sledovaných položek", + "message": "Nový název seznamu oblíbených položek", "label": "Název" }, "delete_list_modal": { - "title": "Smazat seznam sledovaných položek", - "message": "Opravdu chcete smazat seznam hodinek \"{name}\"?" + "title": "Smazat seznam oblíbených", + "message": "Opravdu chcete smazat seznam oblíbených položek \"{name}\"?" }, "add_list": "Vytvořit nový seznam", "errors": { - "invalid_name": "Zadejte prosím úplný název vašeho seznamu sledovaných položek." + "invalid_name": "Zadejte prosím úplný název vašeho seznamu oblíbených položek." + }, + "comment_modal": { + "titleAdd": "Přidat komentář", + "titleEdit": "Upravit komentář", + "dismiss": "Zrušit", + "confirm": "Potvrdit", + "label": "Komentář", + "characterCount": "{count} z {maxCount} znaků" + }, + "comments": { + "add": "Přidat komentář", + "notes": "Komentář", + "edit": "Upravit", + "delete": "Smazat", + "added": "Komentář byl přidán", + "removed": "Komentář byl smazán", + "updated": "Komentář byl aktualizován" }, "rename_list": "Přejmenovat", "remove_list": "Smazat", @@ -81,8 +171,9 @@ "title": "Vybrat metodu objednávky" }, "list_chooser": { - "title": "Vyberte seznam sledování", + "title": "Vyberte seznam oblíbených položek", "add": "Přidat", + "add_more": "Přidat více", "remove": "Odstranit" }, "modal": { @@ -98,7 +189,11 @@ "default": "Třídit", "most_popular": "Nejlepší výsledky", "price_desc": "Nejdříve nejvyšší cena", - "price_asc": "Nejnižší cena na prvním místě" + "price_asc": "Nejnižší cena na prvním místě", + "name_asc": "Název A - Z", + "name_desc": "Název Z - A", + "rank_asc": "Nejnižší hodnocení první", + "rank_desc": "Nejvyšší hodnocení první" }, "apply": "Hotovo", "more": "více", @@ -123,10 +218,16 @@ }, "msrp": "RRP", "label": "Cena {price}.", - "label_old_price": "Stará cena {price}." + "label_old_price": "Stará cena {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Zdarma" }, "product": { + "errors": { + "insufficientstock": "Bohužel tento produkt již není k dispozici." + }, "description_heading": "Popis", + "share": "Sdílet produkt", "pick_an_attribute": "{0} vybrat", "tax_disclaimer": "* Včetně DPH případně plus náklady na dopravu", "adding_item": "{count, plural, =1 {Přidává se jeden produkt} other {Přidává se {count} produktů}}", @@ -135,6 +236,10 @@ "add_to_cart": "Přidat do košíku", "no_more_found": "Článek: \"{name}\" není momentálně skladem.", "quantity": "Množství", + "decrease_quantity": "Snížit množství", + "increase_quantity": "Zvýšit množství", + "increased_quantity_to": "Množství zvýšeno na {quantity}", + "decreased_quantity_to": "Množství sníženo na {quantity}", "minOrderQuantity": "Min. množství pro objednávku: {quantity} {unit}", "maxOrderQuantity": "Max. objednací množství: {quantity} {unit}", "available": { @@ -149,11 +254,13 @@ "sections": { "information": "Informace o produktu", "options": "Vyberte možnosti", + "fulfillment": "Dostupnost", "description": "Popis", "properties": "Vlastnosti", "ratings": "Hodnocení", "purchase": "Koupit produkt", - "quantity": "Množství" + "quantity": "Množství", + "price": "Cena" }, "displayGroups": { "general": "Obecné", @@ -162,6 +269,108 @@ "properties": "Vlastnosti" } }, + "locations": { + "headline": "Obchody ve vaší blízkosti", + "details": "Podrobnosti", + "hours_details": "Detaily otevírací doby", + "today_hours": "Dnes: {hours}", + "today_hours_long": "Dnes otevřeno: {hours}", + "address": "{postalCode} {city}", + "map_open": "Otevřít na mapách", + "phone": "Telefonní číslo", + "mon": "Pondělí", + "tue": "Úterý", + "wed": "Středa", + "thu": "Čtvrtek", + "fri": "Pátek", + "sat": "Sobota", + "sun": "Neděle", + "place_reservation": "Odeslat rezervaci", + "firstName": "Křestní jméno", + "lastName": "Příjmení", + "cellPhone": "Telefonní číslo pro SMS upozornění", + "emailAddress": "E-mailová adresa", + "who_will_pickup": "Kdo tuto objednávku vyzvedne?", + "me": "Já", + "someone_else": "Někdo jiný", + "success_heading": "Potvrzení rezervace", + "success_title": "Děkujeme za vaši rezervaci!", + "success_copy": "Brzy vám zašleme e-mail nebo SMS, až bude vaše rezervace připravena k vyzvednutí.", + "success_order_num": "Rezervační číslo", + "error_heading": "Došlo k chybě", + "error_title": "Vaši rezervaci se bohužel nepodařilo dokončit.", + "error_copy": "Během procesu rezervace došlo k chybě. Některé položky mohou být vyprodány. Zkontrolujte dostupnost v jiných prodejnách ve vašem košíku.", + "error_invalid_zip_code": "Zadejte prosím platné PSČ.", + "error_no_store_found": "V této oblasti bohužel nemáme žádné prodejny, zkontrolujte prosím svůj vstup.", + "search_placeholder": "PSČ", + "change_location": "Změnit prodejnu", + "select_location": "Vybrat prodejnu", + "get_directions": "Naplánovat trasu", + "store_hours": "Otevírací doba", + "radius_km": "{radius} km", + "radius_mi": "{radius} mílí", + "radius": "Poloměr", + "stores_near": { + "zip_code": "Prodejny poblíž \"{zipCode}\"", + "location": "Prodejny ve vaší blízkosti" + }, + "your_current_timeslot": { + "heading": "Čas vyzvednutí", + "change": "Změnit", + "today": "Dnes", + "tomorrow": "Zítra", + "not_set": "Vyberte prosím..", + "dialog": { + "title": "Vyberte čas vyzvednutí", + "date": "Datum", + "morning": "Ráno", + "afternoon": "Odpoledne", + "evening": "Večer", + "schedule": "Vybrat" + } + }, + "your_current_location": { + "heading": "Aktuální prodejna", + "change": "Změnit" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Objednat online" + }, + "choose_reservation_type": "Vyberte typ rezervace", + "quick_reserve": "Rychlá rezervace", + "reserve_to_cart": "Rezervovat do košíku", + "change_fulfillment_method": "Změnit způsob doručení", + "fulfillment": { + "heading": "Dostupnost", + "direct_ship": "Objednat online", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Tento produkt není k dispozici pro odeslání. Vyberte jinou možnost nebo zkontrolujte dostupnost ve vaší blízkosti.", + "reserve": "Tento produkt není dostupný ve zvolené prodejně. Vyberte jinou prodejnu.", + "not_ready": "Vyberte prosím prodejnu.", + "ropis": "Tento produkt není k dispozici pro Click & Reserve v této prodejně. Vyberte jinou možnost nebo prodejnu.", + "bopis": "Tento produkt není k dispozici pro Click & Collect v této prodejně. Vyberte jinou možnost nebo prodejnu." + } + }, + "stock_info": { + "pick_up_at": "v {storeName}", + "availableInventory": "{visibleInventory} na skladě", + "available": "Dostupné", + "limitedAvailability": "Pouze {visibleInventory} na skladě", + "notAvailable": "Není dostupné", + "customAvailability": "Není dostupné v této prodejně", + "comingSoon": "Brzy k dispozici" + }, + "no_available": "není dostupné", + "multi_location_modal": { + "title": "Změnit prodejnu", + "message": "V košíku již máte produkty z jiné prodejny. Tyto produkty budou změněny na novou prodejnu. Ceny a dostupnost se mohou lišit.", + "change_store": "Změnit prodejnu" + } + }, "category": { "error": { "title": "Oops", @@ -177,6 +386,9 @@ }, "showAllProducts": { "label": "Zobrazit všechny produkty" + }, + "errors": { + "404": "Kategorie nebyla nalezena" } }, "search": { @@ -202,14 +414,29 @@ "dismiss": "Zrušit", "ok": "Dobře", "title_error": "Oops!", - "body_error": "Došlo k neočekávané chybě. Zkuste to prosím znovu." + "body_error": "Došlo k neočekávané chybě. Zkuste to prosím znovu.", + "close": "Zavřít", + "login": "Přihlásit se" }, "cart": { + "grand_total": "Celková suma", + "current_total": "Celková suma", + "items": "Produkty", + "price": "Cena", + "quantity": "Množství", + "fulfilled_quantity": "Vykonané množství", + "ordered_quantity": "Objednané množství", + "location": "Prodejna", + "status": "Status", + "remove_item": "Odebrat produkt", "subtotal": "Mezisoučet", "total": "Celkový nákupní košík", "discount": "Sleva", "discount_with_label": "Sleva ({label})", + "coupon_label": "Sleva: {label}", + "promotion_label": "{label}", "checkout": "Pokladna", + "reserve": "Rezervovat", "remove": "Odstranit", "edit": "Upravit", "empty": "Váš nákupní košík je prázdný.", @@ -222,9 +449,61 @@ "coupon_was_added": "Kupón byl přidán!", "coupons_not_supported": "Uplatnění kupónů a dárkových karet v dalším kroku", "free_shipping": "Doprava zdarma", + "allow_substitution_all": "Povolit náhradu za všechny produkty?", + "allow_substitution": "Povolit náhradu", "message_type_info": "Informace", "message_type_error": "Chyba", - "message_type_warning": "Varování" + "message_type_warning": "Varování", + "errors": { + "404": "Jeden nebo více produktů bylo z vašeho košíku odebráno kvůli nedostupnosti.", + "1001": "Jeden nebo více produktů v košíku momentálně není dostupný. Odstraňte prosím tyto položky.", + "1002": "Objednávky jsou omezeny na jedinou odběrnou prodejnu. Vyberte prosím pouze jednu prodejnu.", + "1003": "Zvolené časové okno pro vyzvednutí již není dostupné. Vyberte prosím jiný čas.", + "item": { + "1001": "Produkt není k dispozici v požadovaném množství.", + "1004": "Vyberte prosím čas vyzvednutí.", + "1005": "Minimální množství pro objednání {minQty} nebylo dosaženo.", + "1006": "Maximální množství pro objednání {maxQty} bylo překročeno.", + "1007": "Vyberte prosím odběrnou prodejnu.", + "shopgate.cart.updateProducts": { + "1001": "Produkt není k dispozici v požadovaném množství." + }, + "shopgate.cart.addProducts": { + "1001": "Produkt není k dispozici v požadovaném množství." + }, + "generic": "Došlo k neočekávané chybě u tohoto produktu.", + "insufficientstock": "Není na skladě." + }, + "coupon": { + "404": "Tento kupon neexistuje.", + "2000": "Tento kupon je neplatný.", + "2001": "Tento kupon je platný od {startDate, date, yyyyMMdd} v {startDate, time, short}.", + "2002": "Tento kupon vypršel {endDate, date, yyyyMMdd} v {endDate, time, short}.", + "2003": "Tento kupon není platný pro váš aktuální košík.", + "2004": "Tento kupon již byl použit.", + "2005": "Tento kupon dosáhl limitu maximálního počtu použití.", + "generic": "Došlo k neočekávané chybě u tohoto kuponu." + }, + "generic": "Došlo k neočekávané chybě.", + "insufficientstock": "Jeden nebo více produktů ve vašem košíku momentálně není dostupný. Odstraňte prosím tyto produkty.", + "multiplelocations": "Objednávky jsou omezeny na jednu odběrnou prodejnu. Vyberte prosím pouze jednu prodejnu.", + "productsNotFound": "Jeden nebo více produktů bylo kvůli nedostupnosti odebráno z vašeho košíku.", + "mixed_cart": "Rezervace a online objednávky musí být provedeny v samostatných objednávkách. Prosím aktualizujte produkty, aby košík obsahoval pouze online objednávky nebo pouze rezervace.", + "direct_ship_item": "Zkontrolujte, zda tento produkt může být rezervován ve vaší blízkosti.", + "ropis_cart_inventory": "Ne všechny produkty mohou být rezervovány. Zkontrolujte chyby a změňte možnosti doručení.", + "ropis_item_inventory": "Tento produkt nelze rezervovat ve zvolené prodejně. Zkontrolujte, zda je dostupný v jiné prodejně.", + "ropis_item_inventory_exceed": "Požadované množství není k dispozici v {storeName}. Rezervováno bude maximální množství {inventory}.", + "mixed_cart_coupon_removed": "Kupon \"{code}\" není dostupný pro rezervace." + }, + "change_fulfillment": { + "direct_ship": "Změnit na Objednat online", + "bopis": "Změnit na Click & Collect", + "ropis": "Změnit na Click & Reserve" + }, + "price_caption": { + "reservation": "Rezervace", + "pay_in_store": "Platba v prodejně" + } }, "login": { "headline": "Vítejte!", @@ -237,13 +516,21 @@ "no_account": "Ještě nemáte účet?", "register": "Začněte zde.", "logout_message": "Byli jste odhlášeni.", - "error": "Uživatelské jméno nebo heslo není správné" + "error": "Uživatelské jméno nebo heslo není správné", + "auto_logout_message": "Byli jste automaticky odhlášeni.", + "reset_password": { + "subline": "Zadejte prosím vaši e-mailovou adresu.", + "reset_instructions": "Zasíláme vám e-mail pro resetování hesla na {email}", + "back_to_login": "Zpět na přihlášení", + "customer_not_found": "Účet s touto e-mailovou adresou neexistuje." + } }, "navigation": { "login_register": "Přihlásit se", + "your_account": "Můj účet", "home": "Domovská stránka", "categories": "Kategorie", - "favorites": "Seznam sledovaných osob", + "favorites": "Seznam oblíbených", "my_orders": "Moje objednávky", "cart": "Nákupní košík", "scanner": "Skener", @@ -253,16 +540,16 @@ "terms": "Podmínky", "privacy": "Ochrana údajů", "privacySettings": "Nastavení ochrany osobních údajů", + "back_in_stock": "Oznámení", "welcome_message": "Dobrý den {name}", "return_policy": "Storno podmínky", "logout": "Odhlášení", + "back": "Zpět na {title}", + "open_menu": "Otevřít menu", "menuSubHeader": { "more": "Více", "about": "O nás" - }, - "back_in_stock": "Oznámení", - "back": "Zpět na {title}", - "open_menu": "Otevřít menu" + } }, "reviews": { "rating": "Hodnocení", @@ -297,9 +584,212 @@ "geolocation_message": "Pro zobrazení okolních obchodů potřebujeme přístup k poloze." } }, + "checkout": { + "submit_order": "Koupit nyní", + "continue_payment": "Pokračovat k platbě", + "continue": "Pokračovat", + "steps": "Krok {from} z {to}", + "change_contacts": "Změnit kontakt", + "change_addresses": "Změnit adresu", + "finalizePayment": "Dokončit objednávku", + "payment": { + "title": "Jak si přejete platit?", + "buttons": { + "stripe": "Kreditní karta" + } + }, + "shippingMethod": { + "title": "Způsob dopravy", + "errors": { + "noShippingAddress": "Nejprve zadejte doručovací adresu.", + "invalidShippingAddress": "Tento košík nelze odeslat na uvedenou adresu." + } + }, + "errors": { + "genericInitialize": "Pokladna není momentálně dostupná, zkuste to prosím později.", + "genericUpdate": "Objednávku se nepodařilo zpracovat, zkuste to prosím později.", + "checkCart": "Zkontrolujte prosím svůj košík.", + "genericSubmit": "Objednávku se nepodařilo zpracovat, zkontrolujte prosím svůj košík.", + "paypalFunding": "Při zpracování platby došlo k chybě.", + "missingPaymentMethod": "Žádná platební metoda není nakonfigurována.", + "noPaymentTransaction": "Žádná platební transakce není dostupná.", + "genericUpdateBilling": "Chyba při aktualizaci fakturační adresy", + "payment": { + "genericExternal": "Platba s vybranou platební metodou selhala. Zkuste prosím jinou metodu." + } + }, + "pickup_contact": { + "headline": "Kontaktní osoba pro vyzvednutí", + "headline_reserve": "Kontaktní osoba pro vyzvednutí", + "subheadline": "Potvrzení objednávky bude zasláno na tento e-mail. Telefonní číslo bude použito pouze při dotazech.", + "form": { + "firstName": "Jméno", + "lastName": "Příjmení", + "mobile": "Mobilní číslo", + "emailAddress": "E-mailová adresa", + "password": "Heslo *", + "passwordConfirm": "Potvrzení hesla *", + "company": "Společnost", + "address1": "Ulice a číslo domu", + "address2": "Doplňující adresa", + "postalCode": "PSČ", + "city": "Město", + "country": "Země", + "region": "Kraj", + "who_will_pickup": "Kdo tuto objednávku vyzvedne?", + "me": "Já", + "someone_else": "Někdo jiný", + "instructions": "Poznámky k vyzvednutí" + } + }, + "billing": { + "headline": "Fakturační adresa", + "headline_reserve": "Kontaktní osoba pro objednávku", + "save": "Uložit", + "address": "{postalCode} {city}, {region}", + "edit": "Upravit", + "change": "Změnit", + "select_address": "Vyberte fakturační adresu" + }, + "shipping": { + "headline": "Doručovací adresa", + "save": "Uložit", + "address": "{postalCode} {city}, {region}", + "edit": "Upravit", + "change": "Změnit", + "select_address": "Vyberte doručovací adresu" + }, + "creditCard": { + "headline": "Platební metoda", + "card": "Číslo kreditní karty *", + "cvc": "Bezpečnostní kód *", + "expiry": "Platnost do *" + }, + "summary": { + "headline": "Shrnutí", + "tax": "Daň", + "subTotal": "Mezisoučet", + "shippingTotal": "Dopravné", + "total": "Celkem" + }, + "success": { + "title": "Děkujeme za vaši objednávku", + "instructions_1": "Níže najdete informace o vaší objednávce. Pokud máte dotazy ohledně vaší objednávky, kontaktujte prosím svou prodejnu.", + "instructions_2": "Upozorňujeme, že časy vyzvednutí se mohou lišit v závislosti na svátcích a víkendech.", + "order_number": "Číslo objednávky: {orderNumber}", + "order_date": "Datum objednávky: {date}", + "your_items": "Produkty:", + "pick_up_contact": "Kontaktní osoba pro vyzvednutí", + "order_contact": "Kontaktní osoba pro objednávku", + "pickup_notes": "Poznámky k vyzvednutí", + "billed_to": "Fakturační adresa", + "shipped_to": "Doručovací adresa", + "order_summary": "Shrnutí objednávky", + "name": "Jméno", + "phone_number": "Telefonní číslo", + "email_address": "E-mailová adresa", + "card_holder": "Držitel karty", + "address": "Adresa", + "payment_method": "Platební metoda", + "shipping_method": "Způsob dopravy", + "continue": "Pokračovat v nakupování" + } + }, + "order": { + "status": { + "order": { + "submitted": "Odesláno", + "inProgress": "Zpracovává se", + "ready": "Připraveno k vyzvednutí", + "completed": "Dokončeno", + "canceled": "Zrušeno" + }, + "line_item": { + "pending": "Čeká se", + "inProgress": "Zpracovává se", + "unavailable": "Nedostupné", + "canceled": "Zrušeno", + "fulfilled": "Vykonáno", + "substituted": "Nahrazeno", + "replaced": "Vyměněno", + "itemAdded": "Přidáno", + "rejected": "Odmítnuto", + "open": "Otevřené" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Prodejna pro vyzvednutí", + "address": "Adresa", + "phone_number": "Telefon" + }, + "subline": { + "order_number": "Vaše objednávkové číslo je: {orderNumber}", + "order_status": "Status: {status}" + }, + "authenticate": { + "instructions": "Prosím, autentizujte se pomocí e-mailu a telefonního čísla, které bylo použito pro objednávku.", + "or_login": "Nebo se přihlaste" + }, + "errors": { + "authenticate": "E-mail a telefonní číslo neodpovídají této objednávce.", + "expired": "Sezení pro tuto objednávku vypršelo.", + "authorize": "Tato objednávka nepatří tomuto účtu.", + "not_found": "Objednávka nenalezena." + }, + "cancel": { + "button": "Zrušit objednávku", + "modal": { + "title": "Zrušení", + "message": "Opravdu chcete zrušit tuto objednávku? Tento krok nelze vrátit zpět!", + "confirm": "Ano, zrušit objednávku" + } + } + }, + "orders": { + "header": { + "date": "Datum objednávky", + "orderNumber": "Číslo objednávky", + "status": "Status", + "lineItemCount": "Počet produktů", + "total": "Celková suma" + }, + "no_result": { + "body": "Žádné objednávky nenalezeny." + }, + "itemCount": "{count, plural, =1 {Produkt} other {Produkty}}" + }, + "page": { + "not_found": "Požadovaná stránka nebyla nalezena.", + "continue": "Pokračovat v nakupování" + }, + "registration": { + "create_account": "Vytvořit účet", + "marketing_opt_in_label": "Informujte mě o novinkách a exkluzivních nabídkách.", + "different_shipping_address_label": "Jiná doručovací adresa", + "headlines": { + "create_new_account": "Vytvořit nový účet", + "shipping_address": "Doručovací adresa", + "billing_address": "Fakturační adresa", + "billing_address_reserve": "Kontaktní osoba pro objednávku" + } + }, "error": { "general": "Problém s připojením. Zkontrolujte prosím připojení k internetu nebo to zkuste později." }, + "validation": { + "required": "Vyplňte prosím toto pole", + "email": "Zadejte platnou e-mailovou adresu", + "numeric": "Zadejte pouze čísla", + "alphaNumeric": "Zadejte pouze písmena a čísla", + "mobileNumber": "Zadejte platné mobilní číslo", + "date": "Zadejte platné datum", + "checkField": "Zkontrolujte prosím toto pole", + "emailConflict": "Tento e-mail je již zaregistrován", + "passwordMismatch": "Hesla se neshodují", + "minPasswordLength": "Minimální délka hesla je %'{count} znaků" + }, "formats": { "date": { "DD": { @@ -307,7 +797,34 @@ }, "MMM": { "month": "krátký" + }, + "pattern": "dd.mm.rrrr" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "ft", + "mi": "míle" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "ks" + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-gmd/locale/de-DE.json b/themes/theme-gmd/locale/de-DE.json index 08cec7d8c4..d0266f0ec5 100644 --- a/themes/theme-gmd/locale/de-DE.json +++ b/themes/theme-gmd/locale/de-DE.json @@ -50,7 +50,7 @@ }, "form": { "firstName": "Vorname", - "middleName": "Mittelname", + "middleName": "Zweiter Vorname", "lastName": "Nachname", "emailAddress": "E-Mail-Adresse", "address1": "Straße und Hausnummer", @@ -120,6 +120,7 @@ "error_add": "Das Produkt konnte nicht zur Merkliste hinzugefügt werden", "error_remove": "Das Produkt konnte nicht von der Merkliste entfernt werden", "error_limit": "Die zulässige Anzahl von Produkten auf der Merkliste wurde überschritten", + "error_general": "Die Merkliste konnte nicht gespeichert werden", "remove": "Von der Merkliste löschen", "removed": "Von Merkliste entfernt", "add_list_modal": { @@ -136,14 +137,14 @@ "message": "Der neue Name Ihrer Merkliste", "label": "Name" }, - "add_list": "Neue Liste anlegen", - "errors": { - "invalid_name": "Bitte geben Sie einen vollständigen Namen für Ihre Merkliste ein" - }, "delete_list_modal": { "title": "Merkliste löschen", "message": "Möchten Sie die Merkliste \"{name}\" wirklich löschen?" }, + "add_list": "Neue Liste anlegen", + "errors": { + "invalid_name": "Bitte geben Sie einen vollständigen Namen für Ihre Merkliste ein" + }, "comment_modal": { "titleAdd": "Kommentar hinzufügen", "titleEdit": "Kommentar bearbeiten", @@ -181,8 +182,7 @@ }, "open_list": "Liste öffnen.", "close_list": "Liste schließen.", - "load_more_button": "Weitere Artikel laden", - "error_general": "Die Merkliste konnte nicht gespeichert werden" + "load_more_button": "Weitere Artikel laden" }, "filter": { "sort": { @@ -392,13 +392,13 @@ } }, "search": { - "placeholder": "Suchen", - "close": "Suche beenden", - "reset": "Suche zurücksetzen", "no_result": { "heading": "Ups!", "body": "Ihre Suche nach \"{searchPhrase}\" liefert keine Ergebnisse." - } + }, + "placeholder": "Suchen", + "close": "Suche beenden", + "reset": "Suche zurücksetzen" }, "shipping": { "unknown": "zzgl. Versand", @@ -516,8 +516,8 @@ "no_account": "Sie haben noch kein Konto?", "register": "Starten Sie hier.", "logout_message": "Sie wurden ausgeloggt.", - "auto_logout_message": "Sie wurden automatisch ausgeloggt.", "error": "Nutzername oder Passwort sind nicht korrekt", + "auto_logout_message": "Sie wurden automatisch ausgeloggt.", "reset_password": { "subline": "Bitte geben Sie Ihre E-Mail-Adresse ein.", "reset_instructions": "Sie erhalten eine E-Mail zum Zurücksetzen Ihres Passworts an {email}", diff --git a/themes/theme-gmd/locale/el-GR.json b/themes/theme-gmd/locale/el-GR.json index b46ac4e79b..a3a33e7ca3 100644 --- a/themes/theme-gmd/locale/el-GR.json +++ b/themes/theme-gmd/locale/el-GR.json @@ -10,7 +10,11 @@ "show_products": "Εμφάνιση προϊόντων", "back": "Πίσω", "close": "Κλείσιμο", - "products": "Προϊόντα" + "products": "Προϊόντα", + "error": "Παρουσιάστηκε ένα απρόβλεπτο σφάλμα. Παρακαλούμε προσπαθήστε ξανά.", + "errors": { + "generic": "Παρουσιάστηκε ένα απρόβλεπτο σφάλμα. Παρακαλούμε προσπαθήστε ξανά." + } }, "titles": { "categories": "Κατηγορίες", @@ -18,9 +22,78 @@ "cart": "Καλάθι αγορών", "shipping": "Αποστολή", "reviews": "Κριτικές", - "favorites": "λίστα παρακολούθησης", + "favorites": "Λίστα αγαπημένων", "scanner": "Ανιχνευτής", - "back_in_stock": "Ειδοποιήσεις" + "back_in_stock": "Ειδοποιήσεις", + "checkout": "Ολοκλήρωση αγοράς", + "checkout_confirmation": "Η παραγγελία ολοκληρώθηκε με επιτυχία", + "checkout_change_billing": "Αλλαγή διεύθυνσης χρέωσης", + "register": "Εγγραφή", + "order_details": "Λεπτομέρειες παραγγελίας", + "store_finder": "Εντοπισμός καταστήματος", + "order_history": "Ιστορικό παραγγελιών", + "profile": "Προφίλ", + "your_account": "Ο λογαριασμός μου", + "your_account_contact": "Διεύθυνση", + "page_not_found": "Η σελίδα δεν βρέθηκε", + "checkout_addresses_shipping": "Επιλέξτε διεύθυνση αποστολής", + "checkout_addresses_billing": "Επιλέξτε διεύθυνση χρέωσης", + "checkout_addresses_add_shipping": "Προσθήκη διεύθυνσης αποστολής", + "checkout_addresses_add_billing": "Προσθήκη διεύθυνσης χρέωσης", + "checkout_addresses_edit_shipping": "Επεξεργασία διεύθυνσης αποστολής", + "checkout_addresses_edit_billing": "Επεξεργασία διεύθυνσης χρέωσης" + }, + "account": { + "profile": { + "customer": { + "number": "Αριθμός πελάτη: {customerNumber}" + }, + "form": { + "firstName": "Όνομα", + "middleName": "Μεσαίο Όνομα", + "lastName": "Επώνυμο", + "emailAddress": "Διεύθυνση Email", + "address1": "Οδός και Αριθμός", + "address2": "Διεύθυνση 2", + "address3": "Διεύθυνση 3", + "address4": "Διεύθυνση 4", + "postalCode": "Τ.Κ.", + "city": "Πόλη", + "country": "Χώρα", + "phone": "Τηλέφωνο", + "mobile": "Κινητό", + "region": "Περιοχή", + "marketing_opt_in_label": "Ενημερώστε με για νέα και αποκλειστικές προσφορές.", + "default_billing": "Προεπιλεγμένη διεύθυνση χρέωσης", + "default_shipping": "Προεπιλεγμένη διεύθυνση αποστολής", + "save_default_billing": "Αποθηκεύστε αυτή τη διεύθυνση για μελλοντικές παραγγελίες", + "save_default_shipping": "Αποθηκεύστε αυτή τη διεύθυνση για μελλοντικές αποστολές", + "save": "Αποθήκευση", + "add": "Προσθήκη διεύθυνσης", + "success": "Το προφίλ αποθηκεύτηκε", + "error": "Σφάλμα κατά την αποθήκευση" + }, + "delete": "Διαγραφή λογαριασμού", + "address_book": { + "title": "Διαχείριση διευθύνσεων", + "default_billing": "Προεπιλεγμένη διεύθυνση χρέωσης", + "default_shipping": "Προεπιλεγμένη διεύθυνση αποστολής", + "add": "Προσθήκη διεύθυνσης", + "select": "Επιλογή", + "selected": "Επιλέχθηκε", + "success": "Το προφίλ αποθηκεύτηκε", + "context": { + "edit": "Επεξεργασία", + "remove": "Διαγραφή" + } + }, + "confirm": { + "title": "Είστε σίγουρος;", + "confirm": "Επιβεβαίωση", + "messageContact": "Θέλετε σίγουρα να διαγράψετε αυτή τη διεύθυνση;", + "messageCustomer": "Θέλετε σίγουρα να διαγράψετε τον λογαριασμό σας; Όλα τα προσωπικά δεδομένα και οι ρυθμίσεις σας θα διαγραφούν." + } + } }, "back_in_stock": { "list_states": { @@ -40,37 +113,54 @@ } }, "favorites": { - "add": "Προσθήκη στη λίστα αγαπημένων", - "added": "Το προϊόν έχει προστεθεί στη λίστα αγαπημένων", + "add": "Προσθήκη στη Λίστα αγαπημένων", + "added": "Το προϊόν έχει προστεθεί στη Λίστα αγαπημένων", "continue": "Συνέχιση αγορών", - "empty": "Δεν έχετε ακόμη κανένα προϊόν στη λίστα παρακολούθησης", - "error_add": "Το προϊόν δεν μπόρεσε να προστεθεί στη λίστα παρακολούθησης", - "error_remove": "Το προϊόν δεν μπόρεσε να αφαιρεθεί από τη λίστα παρακολούθησης", - "error_limit": "Ο επιτρεπόμενος αριθμός προϊόντων στη λίστα παρακολούθησης έχει ξεπεραστεί.", - "error_general": "Η λίστα παρακολούθησης δεν μπόρεσε να αποθηκευτεί", - "remove": "Διαγραφή από τη λίστα παρακολούθησης", - "removed": "Διαγραφή από τη λίστα παρακολούθησης", + "empty": "Δεν έχετε ακόμη κανένα προϊόν στη Λίστα αγαπημένων", + "error_add": "Το προϊόν δεν μπόρεσε να προστεθεί στη Λίστα αγαπημένων", + "error_remove": "Το προϊόν δεν μπόρεσε να αφαιρεθεί από τη Λίστα αγαπημένων", + "error_limit": "Ο επιτρεπόμενος αριθμός προϊόντων στη Λίστα αγαπημένων έχει ξεπεραστεί.", + "error_general": "Η Λίστα αγαπημένων δεν μπόρεσε να αποθηκευτεί", + "remove": "Διαγραφή από τη Λίστα αγαπημένων", + "removed": "Διαγράφηκε από τη Λίστα αγαπημένων", "add_list_modal": { - "title": "Δημιουργία νέας λίστας παρακολούθησης", + "title": "Δημιουργία νέας Λίστας αγαπημένων", "dismiss": "Ακύρωση", "confirm": "Επιβεβαίωση", - "message": "Το όνομα της νέας λίστας παρακολούθησης", + "message": "Το όνομα της νέας Λίστας αγαπημένων", "label": "Όνομα" }, "rename_list_modal": { - "title": "Αλλαγή του ονόματος της λίστας παρακολούθησης", + "title": "Αλλαγή ονόματος Λίστας αγαπημένων", "dismiss": "Ακύρωση", "confirm": "Επιβεβαίωση", - "message": "Το νέο όνομα της λίστας παρακολούθησης", + "message": "Το νέο όνομα της Λίστας αγαπημένων", "label": "Όνομα" }, "delete_list_modal": { "title": "Διαγραφή λίστας παρακολούθησης", - "message": "Θέλετε πραγματικά να διαγράψετε τη λίστα παρακολούθησης \"{name}\";" + "message": "Θέλετε πραγματικά να διαγράψετε τη Λίστα αγαπημένων \"{name}\";" }, "add_list": "Δημιουργία νέας λίστας", "errors": { - "invalid_name": "Παρακαλώ εισάγετε ένα πλήρες όνομα για τη λίστα ρολογιών σας" + "invalid_name": "Παρακαλώ εισάγετε ένα πλήρες όνομα για τη Λίστα αγαπημένων σας" + }, + "comment_modal": { + "titleAdd": "Προσθήκη σχολίου", + "titleEdit": "Επεξεργασία σχολίου", + "dismiss": "Ακύρωση", + "confirm": "Επιβεβαίωση", + "label": "Σχόλιο", + "characterCount": "{count} από {maxCount} χαρακτήρες" + }, + "comments": { + "add": "Προσθήκη σχολίου", + "notes": "Σχόλιο", + "edit": "Επεξεργασία", + "delete": "Διαγραφή", + "added": "Το σχόλιο προστέθηκε", + "removed": "Το σχόλιο αφαιρέθηκε", + "updated": "Το σχόλιο ενημερώθηκε" }, "rename_list": "Μετονομασία", "remove_list": "Διαγραφή", @@ -81,8 +171,9 @@ "title": "Επιλογή μεθόδου παραγγελίας" }, "list_chooser": { - "title": "Επιλέξτε μια λίστα παρακολούθησης", + "title": "Επιλέξτε μια Λίστα αγαπημένων", "add": "Προσθήκη", + "add_more": "Προσθέστε περισσότερα", "remove": "Διαγραφή" }, "modal": { @@ -98,7 +189,11 @@ "default": "Ταξινόμηση", "most_popular": "Καλύτερα αποτελέσματα", "price_desc": "Πρώτα η υψηλότερη τιμή", - "price_asc": "Πρώτα η χαμηλότερη τιμή" + "price_asc": "Πρώτα η χαμηλότερη τιμή", + "name_asc": "Όνομα Α - Ω", + "name_desc": "Όνομα Ω - Α", + "rank_asc": "Χαμηλότερη κατάταξη πρώτα", + "rank_desc": "Υψηλότερη κατάταξη πρώτα" }, "apply": "Τελειωμένο", "more": "περισσότερα", @@ -123,10 +218,16 @@ }, "msrp": "RRP", "label": "Τιμή {price}.", - "label_old_price": "Παλιά τιμή {price}." + "label_old_price": "Παλιά τιμή {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Δωρεάν" }, "product": { + "errors": { + "insufficientstock": "Δυστυχώς, αυτό το προϊόν δεν είναι διαθέσιμο αυτή τη στιγμή." + }, "description_heading": "Περιγραφή", + "share": "Κοινοποίηση προϊόντος", "pick_an_attribute": "{0} επιλέξτε", "tax_disclaimer": "* Συμπεριλαμβανομένου του ΦΠΑ ενδεχομένως συν τα έξοδα αποστολής", "adding_item": "{count, plural, =1 {Προστίθεται ένα προϊόν} other {Προστίθενται {count} προϊόντα}}", @@ -135,6 +236,10 @@ "add_to_cart": "Προσθήκη στο καλάθι", "no_more_found": "Το άρθρο: \"{name}\" είναι προς το παρόν εξαντλημένο.", "quantity": "Ποσότητα", + "decrease_quantity": "Μείωση ποσότητας", + "increase_quantity": "Αύξηση ποσότητας", + "increased_quantity_to": "Η ποσότητα αυξήθηκε σε {quantity}", + "decreased_quantity_to": "Η ποσότητα μειώθηκε σε {quantity}", "minOrderQuantity": "Ελάχιστη ποσότητα παραγγελίας: {quantity} {unit}", "maxOrderQuantity": "Μέγιστη ποσότητα παραγγελίας: {quantity} {unit}", "available": { @@ -149,11 +254,13 @@ "sections": { "information": "Πληροφορίες για το προϊόν", "options": "Επιλογή επιλογών", + "fulfillment": "Διαθεσιμότητα", "description": "Περιγραφή", "properties": "Ιδιότητες", "ratings": "Αξιολογήσεις", "purchase": "Αγορά προϊόντος", - "quantity": "Ποσότητα" + "quantity": "Ποσότητα", + "price": "Τιμή" }, "displayGroups": { "general": "Γενικά", @@ -162,6 +269,108 @@ "properties": "Ιδιότητες" } }, + "locations": { + "headline": "Καταστήματα κοντά σας", + "details": "Λεπτομέρειες", + "hours_details": "Λεπτομέρειες ωραρίου", + "today_hours": "Σήμερα: {hours}", + "today_hours_long": "Σήμερα ανοιχτά: {hours}", + "address": "{postalCode} {city}", + "map_open": "Άνοιγμα στους χάρτες", + "phone": "Αριθμός τηλεφώνου", + "mon": "Δευτέρα", + "tue": "Τρίτη", + "wed": "Τετάρτη", + "thu": "Πέμπτη", + "fri": "Παρασκευή", + "sat": "Σάββατο", + "sun": "Κυριακή", + "place_reservation": "Κάντε κράτηση", + "firstName": "Όνομα", + "lastName": "Επώνυμο", + "cellPhone": "Αριθμός κινητού για ειδοποιήσεις SMS", + "emailAddress": "Διεύθυνση email", + "who_will_pickup": "Ποιος θα παραλάβει αυτή την παραγγελία;", + "me": "Ο ίδιος", + "someone_else": "Κάποιος άλλος", + "success_heading": "Επιβεβαίωση κράτησης", + "success_title": "Σας ευχαριστούμε για την κράτησή σας!", + "success_copy": "Θα λάβετε σύντομα ένα email/SMS όταν η κράτησή σας είναι έτοιμη για παραλαβή.", + "success_order_num": "Αρ. κράτησης", + "error_heading": "Παρουσιάστηκε σφάλμα", + "error_title": "Η κράτησή σας δεν ολοκληρώθηκε.", + "error_copy": "Παρουσιάστηκε σφάλμα κατά τη διαδικασία της κράτησης. Κάποια προϊόντα μπορεί να έχουν εξαντληθεί. Ελέγξτε τη διαθεσιμότητα σε άλλα καταστήματα από το καλάθι αγορών.", + "error_invalid_zip_code": "Παρακαλούμε εισάγετε έγκυρο ταχυδρομικό κώδικα.", + "error_no_store_found": "Δεν βρέθηκαν καταστήματα στην περιοχή σας. Παρακαλούμε ελέγξτε την είσοδό σας.", + "search_placeholder": "Ταχυδρομικός κώδικας", + "change_location": "Αλλαγή καταστήματος", + "select_location": "Επιλέξτε κατάστημα", + "get_directions": "Οδηγίες", + "store_hours": "Ωράριο καταστήματος", + "radius_km": "{radius} χλμ.", + "radius_mi": "{radius} μίλια", + "radius": "Ακτίνα", + "stores_near": { + "zip_code": "Καταστήματα κοντά στο \"{zipCode}\"", + "location": "Καταστήματα κοντά σας" + }, + "your_current_timeslot": { + "heading": "Χρόνος παραλαβής", + "change": "Αλλαγή", + "today": "Σήμερα", + "tomorrow": "Αύριο", + "not_set": "Παρακαλώ επιλέξτε..", + "dialog": { + "title": "Επιλέξτε χρόνο παραλαβής", + "date": "Ημερομηνία", + "morning": "Πρωί", + "afternoon": "Μεσημέρι", + "evening": "Απόγευμα", + "schedule": "Επιλέξτε" + } + }, + "your_current_location": { + "heading": "Τρέχον κατάστημα", + "change": "Αλλαγή" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Παραγγελία online" + }, + "choose_reservation_type": "Επιλέξτε τύπο κράτησης", + "quick_reserve": "Άμεση κράτηση", + "reserve_to_cart": "Κράτηση στο καλάθι", + "change_fulfillment_method": "Αλλαγή μεθόδου παράδοσης", + "fulfillment": { + "heading": "Διαθεσιμότητα", + "direct_ship": "Παραγγελία online", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Αυτό το προϊόν δεν είναι διαθέσιμο για αποστολή. Παρακαλούμε επιλέξτε άλλη επιλογή ή ελέγξτε τη διαθεσιμότητα σε κατάστημα κοντά σας.", + "reserve": "Αυτό το προϊόν δεν είναι διαθέσιμο στο επιλεγμένο κατάστημα. Παρακαλούμε επιλέξτε άλλο κατάστημα.", + "not_ready": "Παρακαλούμε επιλέξτε κατάστημα.", + "ropis": "Αυτό το προϊόν δεν είναι διαθέσιμο για Click & Reserve σε αυτό το κατάστημα. Παρακαλούμε επιλέξτε άλλη επιλογή ή κατάστημα.", + "bopis": "Αυτό το προϊόν δεν είναι διαθέσιμο για Click & Collect σε αυτό το κατάστημα. Παρακαλούμε επιλέξτε άλλη επιλογή ή κατάστημα." + } + }, + "stock_info": { + "pick_up_at": "στο {storeName}", + "availableInventory": "{visibleInventory} διαθέσιμα", + "available": "Διαθέσιμο", + "limitedAvailability": "Μόνο {visibleInventory} διαθέσιμα", + "notAvailable": "Μη διαθέσιμο", + "customAvailability": "Μη διαθέσιμο σε αυτό το κατάστημα", + "comingSoon": "Σύντομα διαθέσιμο" + }, + "no_available": "μη διαθέσιμο", + "multi_location_modal": { + "title": "Αλλαγή καταστήματος", + "message": "Έχετε ήδη προϊόντα από άλλο κατάστημα στο καλάθι. Τα προϊόντα θα αλλάξουν στο νέο κατάστημα. Οι τιμές και η διαθεσιμότητα μπορεί να διαφέρουν.", + "change_store": "Αλλαγή καταστήματος" + } + }, "category": { "error": { "title": "Ουπς", @@ -177,6 +386,9 @@ }, "showAllProducts": { "label": "Εμφάνιση όλων των προϊόντων" + }, + "errors": { + "404": "Η κατηγορία δεν βρέθηκε" } }, "search": { @@ -202,14 +414,29 @@ "dismiss": "Ακύρωση", "ok": "Εντάξει", "title_error": "Ουπς!", - "body_error": "Προέκυψε ένα απροσδόκητο σφάλμα. Προσπαθήστε ξανά." + "body_error": "Προέκυψε ένα απροσδόκητο σφάλμα. Προσπαθήστε ξανά.", + "close": "Κλείσιμο", + "login": "Σύνδεση" }, "cart": { + "grand_total": "Σύνολο", + "current_total": "Σύνολο", + "items": "Προϊόντα", + "price": "Τιμή", + "quantity": "Ποσότητα", + "fulfilled_quantity": "Εκτελεσθείσα ποσότητα", + "ordered_quantity": "Παραγγελθείσα ποσότητα", + "location": "Κατάστημα", + "status": "Κατάσταση", + "remove_item": "Αφαίρεση προϊόντος", "subtotal": "Υποσύνολο", "total": "Σύνολο καλαθιού αγορών", "discount": "Έκπτωση", "discount_with_label": "Έκπτωση ({label})", + "coupon_label": "Κουπόνι: {label}", + "promotion_label": "{label}", "checkout": "Προχωρήστε στο ταμείο", + "reserve": "Κράτηση", "remove": "Αφαίρεση", "edit": "Επεξεργασία", "empty": "Το καλάθι αγορών σας είναι άδειο.", @@ -222,9 +449,61 @@ "coupon_was_added": "Το κουπόνι έχει προστεθεί!", "coupons_not_supported": "Εξαργύρωση κουπονιών και δωροκαρτών στο επόμενο βήμα", "free_shipping": "Δωρεάν αποστολή", + "allow_substitution_all": "Να επιτρέπεται η αντικατάσταση για όλα τα προϊόντα;", + "allow_substitution": "Να επιτρέπεται η αντικατάσταση", "message_type_info": "Πληροφορίες", "message_type_error": "Σφάλμα", - "message_type_warning": "Προειδοποίηση" + "message_type_warning": "Προειδοποίηση", + "errors": { + "404": "Ένα ή περισσότερα προϊόντα αφαιρέθηκαν από το καλάθι λόγω διαθεσιμότητας.", + "1001": "Ένα ή περισσότερα προϊόντα δεν είναι διαθέσιμα στο καλάθι σας. Παρακαλούμε αφαιρέστε τα.", + "1002": "Οι παραγγελίες περιορίζονται σε ένα κατάστημα παραλαβής. Παρακαλούμε επιλέξτε μόνο ένα κατάστημα.", + "1003": "Η επιλεγμένη ώρα παραλαβής δεν είναι πλέον διαθέσιμη. Παρακαλούμε επιλέξτε άλλη ώρα.", + "item": { + "1001": "Το προϊόν δεν είναι διαθέσιμο στην επιθυμητή ποσότητα.", + "1004": "Παρακαλούμε επιλέξτε μια ώρα παραλαβής.", + "1005": "Το ελάχιστο όριο παραγγελίας {minQty} δεν έχει επιτευχθεί.", + "1006": "Το μέγιστο όριο παραγγελίας {maxQty} έχει ξεπεραστεί.", + "1007": "Παρακαλούμε επιλέξτε κατάστημα παραλαβής.", + "shopgate.cart.updateProducts": { + "1001": "Το προϊόν δεν είναι διαθέσιμο στην επιθυμητή ποσότητα." + }, + "shopgate.cart.addProducts": { + "1001": "Το προϊόν δεν είναι διαθέσιμο στην επιθυμητή ποσότητα." + }, + "generic": "Παρουσιάστηκε ένα απρόβλεπτο σφάλμα σε αυτό το προϊόν.", + "insufficientstock": "Προς το παρόν μη διαθέσιμο." + }, + "coupon": { + "404": "Αυτό το κουπόνι δεν υπάρχει.", + "2000": "Αυτό το κουπόνι δεν είναι έγκυρο.", + "2001": "Το κουπόνι ισχύει από {startDate, date, yyyyMMdd} στις {startDate, time, short}.", + "2002": "Το κουπόνι έληξε στις {endDate, date, yyyyMMdd} στις {endDate, time, short}.", + "2003": "Το κουπόνι δεν ισχύει για το τρέχον καλάθι σας.", + "2004": "Αυτό το κουπόνι έχει ήδη εξαργυρωθεί.", + "2005": "Αυτό το κουπόνι έχει φτάσει το όριο μέγιστων εξαργυρώσεων.", + "generic": "Παρουσιάστηκε ένα απρόβλεπτο σφάλμα με αυτό το κουπόνι." + }, + "generic": "Παρουσιάστηκε ένα απρόβλεπτο σφάλμα.", + "insufficientstock": "Ένα ή περισσότερα προϊόντα δεν είναι διαθέσιμα στο καλάθι σας. Παρακαλούμε αφαιρέστε τα.", + "multiplelocations": "Οι παραγγελίες περιορίζονται σε ένα κατάστημα παραλαβής. Παρακαλούμε επιλέξτε μόνο ένα κατάστημα.", + "productsNotFound": "Ένα ή περισσότερα προϊόντα αφαιρέθηκαν από το καλάθι λόγω διαθεσιμότητας.", + "mixed_cart": "Οι κρατήσεις και οι ηλεκτρονικές παραγγελίες πρέπει να γίνονται χωριστά. Παρακαλούμε ενημερώστε τα προϊόντα έτσι ώστε το καλάθι να περιέχει είτε μόνο ηλεκτρονικές παραγγελίες είτε μόνο κρατήσεις.", + "direct_ship_item": "Ελέγξτε αν αυτό το προϊόν μπορεί να κρατηθεί σε κάποιο κατάστημα κοντά σας.", + "ropis_cart_inventory": "Δεν μπορούν όλα τα προϊόντα να κρατηθούν. Παρακαλούμε ελέγξτε τα σφάλματα και αλλάξτε τις επιλογές παράδοσης.", + "ropis_item_inventory": "Αυτό το προϊόν δεν μπορεί να κρατηθεί στο επιθυμητό κατάστημα. Ελέγξτε αν υπάρχει σε κάποιο άλλο κατάστημα.", + "ropis_item_inventory_exceed": "Η επιθυμητή ποσότητα δεν είναι διαθέσιμη στο {storeName}. Η μέγιστη διαθέσιμη ποσότητα {inventory} θα κρατηθεί.", + "mixed_cart_coupon_removed": "Το κουπόνι \"{code}\" δεν είναι διαθέσιμο για κρατήσεις." + }, + "change_fulfillment": { + "direct_ship": "Αλλαγή σε παραγγελία online", + "bopis": "Αλλαγή σε Click & Collect", + "ropis": "Αλλαγή σε Click & Reserve" + }, + "price_caption": { + "reservation": "Κράτηση", + "pay_in_store": "Πληρωμή στο κατάστημα" + } }, "login": { "headline": "Καλώς ήρθατε!", @@ -237,13 +516,21 @@ "no_account": "Δεν έχετε ακόμη λογαριασμό;", "register": "Ξεκινήστε εδώ.", "logout_message": "Έχετε αποσυνδεθεί.", - "error": "Το όνομα χρήστη ή ο κωδικός πρόσβασης δεν είναι σωστά" + "error": "Το όνομα χρήστη ή ο κωδικός πρόσβασης δεν είναι σωστά", + "auto_logout_message": "Έχετε αποσυνδεθεί αυτόματα.", + "reset_password": { + "subline": "Παρακαλούμε εισάγετε τη διεύθυνση email σας.", + "reset_instructions": "Θα λάβετε email με οδηγίες για την επαναφορά του κωδικού στο {email}", + "back_to_login": "Επιστροφή στη σύνδεση", + "customer_not_found": "Δεν βρέθηκε λογαριασμός με αυτό το email." + } }, "navigation": { "login_register": "Είσοδος", + "your_account": "Ο λογαριασμός μου", "home": "Αρχική σελίδα", "categories": "Κατηγορίες", - "favorites": "λίστα παρακολούθησης", + "favorites": "Λίστα αγαπημένων", "my_orders": "Οι παραγγελίες μου", "cart": "Καλάθι αγορών", "scanner": "Σαρωτής", @@ -253,16 +540,16 @@ "terms": "Όροι και προϋποθέσεις", "privacy": "Προστασία δεδομένων", "privacySettings": "Ρυθμίσεις απορρήτου", + "back_in_stock": "Ειδοποιήσεις", "welcome_message": "Γεια σας {name}", "return_policy": "Πολιτική ακύρωσης", "logout": "Αποσύνδεση", + "back": "Επιστροφή στο {title}", + "open_menu": "Άνοιγμα μενού", "menuSubHeader": { "more": "Περισσότερα", "about": "Σχετικά με εμάς" - }, - "back_in_stock": "Ειδοποιήσεις", - "back": "Επιστροφή στο {title}", - "open_menu": "Άνοιγμα μενού" + } }, "reviews": { "rating": "Αξιολόγηση", @@ -297,9 +584,212 @@ "geolocation_message": "Χρειαζόμαστε πρόσβαση στην τοποθεσία για να εμφανίσουμε τα κοντινά καταστήματα." } }, + "checkout": { + "submit_order": "Αγορά τώρα", + "continue_payment": "Συνέχεια στην πληρωμή", + "continue": "Συνέχεια", + "steps": "Βήμα {from} από {to}", + "change_contacts": "Αλλαγή στοιχείων επικοινωνίας", + "change_addresses": "Αλλαγή διεύθυνσης", + "finalizePayment": "Ολοκλήρωση παραγγελίας", + "payment": { + "title": "Πώς θέλετε να πληρώσετε;", + "buttons": { + "stripe": "Πιστωτική κάρτα" + } + }, + "shippingMethod": { + "title": "Τρόπος αποστολής", + "errors": { + "noShippingAddress": "Παρακαλούμε καταχωρίστε πρώτα μια διεύθυνση αποστολής.", + "invalidShippingAddress": "Το καλάθι δεν μπορεί να σταλεί στην καταχωρημένη διεύθυνση αποστολής." + } + }, + "errors": { + "genericInitialize": "Η ολοκλήρωση της αγοράς δεν είναι διαθέσιμη αυτή τη στιγμή. Παρακαλούμε δοκιμάστε ξανά αργότερα.", + "genericUpdate": "Η παραγγελία δεν μπόρεσε να επεξεργαστεί. Παρακαλούμε δοκιμάστε ξανά αργότερα.", + "checkCart": "Παρακαλούμε ελέγξτε το καλάθι σας.", + "genericSubmit": "Η παραγγελία δεν μπόρεσε να υποβληθεί. Παρακαλούμε ελέγξτε το καλάθι σας.", + "paypalFunding": "Παρουσιάστηκε σφάλμα κατά την πληρωμή.", + "missingPaymentMethod": "Δεν έχει οριστεί τρόπος πληρωμής.", + "noPaymentTransaction": "Δεν υπάρχει διαθέσιμη συναλλαγή πληρωμής.", + "genericUpdateBilling": "Σφάλμα κατά την ενημέρωση της διεύθυνσης χρέωσης", + "payment": { + "genericExternal": "Η πληρωμή με την επιλεγμένη μέθοδο απέτυχε. Παρακαλούμε δοκιμάστε ξανά με άλλο τρόπο πληρωμής." + } + }, + "pickup_contact": { + "headline": "Στοιχεία επικοινωνίας για παραλαβή", + "headline_reserve": "Στοιχεία επικοινωνίας για παραλαβή", + "subheadline": "Η επιβεβαίωση της παραγγελίας θα σταλεί σε αυτό το email. Ο αριθμός τηλεφώνου θα χρησιμοποιηθεί μόνο σε περίπτωση ερωτήσεων.", + "form": { + "firstName": "Όνομα", + "lastName": "Επώνυμο", + "mobile": "Κινητό", + "emailAddress": "Διεύθυνση Email", + "password": "Κωδικός *", + "passwordConfirm": "Επαναλάβετε τον κωδικό *", + "company": "Εταιρεία", + "address1": "Οδός και αριθμός", + "address2": "Συμπληρωματική διεύθυνση", + "postalCode": "Τ.Κ.", + "city": "Πόλη", + "country": "Χώρα", + "region": "Περιοχή", + "who_will_pickup": "Ποιος θα παραλάβει αυτή την παραγγελία;", + "me": "Ο ίδιος", + "someone_else": "Κάποιος άλλος", + "instructions": "Οδηγίες παραλαβής" + } + }, + "billing": { + "headline": "Διεύθυνση χρέωσης", + "headline_reserve": "Στοιχεία επικοινωνίας παραγγελίας", + "save": "Αποθήκευση", + "address": "{postalCode} {city}, {region}", + "edit": "Επεξεργασία", + "change": "Αλλαγή", + "select_address": "Επιλέξτε διεύθυνση χρέωσης" + }, + "shipping": { + "headline": "Διεύθυνση αποστολής", + "save": "Αποθήκευση", + "address": "{postalCode} {city}, {region}", + "edit": "Επεξεργασία", + "change": "Αλλαγή", + "select_address": "Επιλέξτε διεύθυνση αποστολής" + }, + "creditCard": { + "headline": "Τρόπος πληρωμής", + "card": "Αριθμός πιστωτικής κάρτας *", + "cvc": "Κωδικός ασφαλείας *", + "expiry": "Ημερομηνία λήξης *" + }, + "summary": { + "headline": "Σύνοψη παραγγελίας", + "tax": "Φόροι", + "subTotal": "Μερικό σύνολο", + "shippingTotal": "Κόστος αποστολής", + "total": "Σύνολο" + }, + "success": { + "title": "Σας ευχαριστούμε για την παραγγελία σας", + "instructions_1": "Παρακάτω θα βρείτε τις πληροφορίες παραγγελίας σας. Αν έχετε ερωτήσεις, παρακαλούμε επικοινωνήστε με το κατάστημά σας.", + "instructions_2": "Παρακαλούμε σημειώστε ότι οι ώρες παραλαβής μπορεί να διαφέρουν λόγω αργιών και Σαββατοκύριακου.", + "order_number": "Αριθμός παραγγελίας: {orderNumber}", + "order_date": "Ημερομηνία παραγγελίας: {date}", + "your_items": "Προϊόντα:", + "pick_up_contact": "Στοιχεία επικοινωνίας για παραλαβή", + "order_contact": "Στοιχεία επικοινωνίας παραγγελίας", + "pickup_notes": "Σημειώσεις για την παραλαβή", + "billed_to": "Διεύθυνση χρέωσης", + "shipped_to": "Διεύθυνση αποστολής", + "order_summary": "Σύνοψη παραγγελίας", + "name": "Όνομα", + "phone_number": "Αριθμός τηλεφώνου", + "email_address": "Διεύθυνση email", + "card_holder": "Κάτοχος κάρτας", + "address": "Διεύθυνση", + "payment_method": "Τρόπος πληρωμής", + "shipping_method": "Τρόπος αποστολής", + "continue": "Συνέχεια στις αγορές" + } + }, + "order": { + "status": { + "order": { + "submitted": "Υποβλήθηκε", + "inProgress": "Σε εξέλιξη", + "ready": "Έτοιμο για παραλαβή", + "completed": "Ολοκληρώθηκε", + "canceled": "Ακυρώθηκε" + }, + "line_item": { + "pending": "Εκκρεμεί", + "inProgress": "Σε εξέλιξη", + "unavailable": "Μη διαθέσιμο", + "canceled": "Ακυρώθηκε", + "fulfilled": "Εκτελέστηκε", + "substituted": "Αντικαταστάθηκε", + "replaced": "Αντικαταστάθηκε", + "itemAdded": "Προστέθηκε", + "rejected": "Απορρίφθηκε", + "open": "Ανοιχτό" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Κατάστημα παραλαβής", + "address": "Διεύθυνση", + "phone_number": "Αριθμός τηλεφώνου" + }, + "subline": { + "order_number": "Ο αριθμός της παραγγελίας σας είναι: {orderNumber}", + "order_status": "Κατάσταση: {status}" + }, + "authenticate": { + "instructions": "Παρακαλούμε αυθεντικοποιηθείτε με το email και τον αριθμό τηλεφώνου που χρησιμοποιήσατε για την παραγγελία.", + "or_login": "Ή συνδεθείτε" + }, + "errors": { + "authenticate": "Το email και ο αριθμός τηλεφώνου δεν ταιριάζουν με την παραγγελία.", + "expired": "Η συνεδρία για αυτή την παραγγελία έχει λήξει.", + "authorize": "Η παραγγελία δεν ανήκει σε αυτόν τον λογαριασμό.", + "not_found": "Η παραγγελία δεν βρέθηκε." + }, + "cancel": { + "button": "Ακύρωση παραγγελίας", + "modal": { + "title": "Ακύρωση", + "message": "Θέλετε σίγουρα να ακυρώσετε την παραγγελία; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί!", + "confirm": "Ναι, ακύρωση παραγγελίας" + } + } + }, + "orders": { + "header": { + "date": "Ημερομηνία παραγγελίας", + "orderNumber": "Αριθμός παραγγελίας", + "status": "Κατάσταση", + "lineItemCount": "Αριθμός προϊόντων", + "total": "Συνολική τιμή" + }, + "no_result": { + "body": "Δεν βρέθηκαν παραγγελίες." + }, + "itemCount": "{count, plural, =1 {Προϊόν} other {Προϊόντα}}" + }, + "page": { + "not_found": "Δυστυχώς, η σελίδα που ζητήσατε δεν βρέθηκε.", + "continue": "Συνέχεια στις αγορές" + }, + "registration": { + "create_account": "Δημιουργία λογαριασμού", + "marketing_opt_in_label": "Ενημερώστε με για νέα και αποκλειστικές προσφορές.", + "different_shipping_address_label": "Διαφορετική διεύθυνση αποστολής", + "headlines": { + "create_new_account": "Δημιουργία νέου λογαριασμού", + "shipping_address": "Διεύθυνση αποστολής", + "billing_address": "Διεύθυνση χρέωσης", + "billing_address_reserve": "Στοιχεία επικοινωνίας παραγγελίας" + } + }, "error": { "general": "Πρόβλημα σύνδεσης. Παρακαλούμε ελέγξτε τη σύνδεσή σας στο διαδίκτυο ή δοκιμάστε ξανά αργότερα." }, + "validation": { + "required": "Παρακαλούμε συμπληρώστε αυτό το πεδίο", + "email": "Παρακαλούμε εισάγετε έγκυρη διεύθυνση email", + "numeric": "Παρακαλούμε εισάγετε μόνο αριθμούς", + "alphaNumeric": "Παρακαλούμε εισάγετε μόνο γράμματα και αριθμούς", + "mobileNumber": "Παρακαλούμε εισάγετε έγκυρο αριθμό κινητού", + "date": "Παρακαλούμε εισάγετε έγκυρη ημερομηνία", + "checkField": "Παρακαλούμε ελέγξτε αυτό το πεδίο", + "emailConflict": "Αυτή η διεύθυνση email είναι ήδη εγγεγραμμένη", + "passwordMismatch": "Οι κωδικοί δεν ταιριάζουν", + "minPasswordLength": "Το ελάχιστο μήκος κωδικού είναι %'{count} χαρακτήρες" + }, "formats": { "date": { "DD": { @@ -307,7 +797,34 @@ }, "MMM": { "month": "σύντομο" + }, + "pattern": "ηη.μμ.εεεε" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "μ", + "km": "χλμ", + "ft": "πόδ.", + "mi": "μίλ." } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "εκ.", + "m": "μ.", + "m2": "τ.μ.", + "m3": "κ.μ.", + "piece": "τμχ." + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-gmd/locale/en-US.json b/themes/theme-gmd/locale/en-US.json index b0ff4e6f9b..c980f3c93e 100644 --- a/themes/theme-gmd/locale/en-US.json +++ b/themes/theme-gmd/locale/en-US.json @@ -120,6 +120,7 @@ "error_add": "Product could not be added to favorites list", "error_remove": "Product could not be removed from favorites list", "error_limit": "You have exceeded the number of products allowed in the favorites list.", + "error_general": "The favorites list could not be saved", "remove": "Remove from favorites list", "removed": "Removed from favorites list", "add_list_modal": { @@ -136,14 +137,14 @@ "message": "Enter the new name for your favorites list", "label": "Name" }, - "add_list": "Add New List", - "errors": { - "invalid_name": "Please enter a valid name for your favorites list" - }, "delete_list_modal": { "title": "Delete Favorites List", "message": "Do you really want to delete the \"{name}\" favorites list?" }, + "add_list": "Add New List", + "errors": { + "invalid_name": "Please enter a valid name for your favorites list" + }, "comment_modal": { "titleAdd": "Add Comment", "titleEdit": "Edit Comment", @@ -181,8 +182,7 @@ }, "open_list": "Open list.", "close_list": "Close list.", - "load_more_button": "Load more products", - "error_general": "The favorites list could not be saved" + "load_more_button": "Load more products" }, "filter": { "sort": { @@ -392,13 +392,13 @@ } }, "search": { - "placeholder": "Search", - "close": "End search", - "reset": "Reset search", "no_result": { "heading": "Oops!", "body": "Your search \"{searchPhrase}\" has 0 results." - } + }, + "placeholder": "Search", + "close": "End search", + "reset": "Reset search" }, "shipping": { "unknown": "plus shipping", @@ -516,8 +516,8 @@ "no_account": "Don't have an account?", "register": "Create one here!", "logout_message": "You have been logged out.", - "auto_logout_message": "You have been logged out automatically.", "error": "Your username and password don't match any account", + "auto_logout_message": "You have been logged out automatically.", "reset_password": { "subline": "Please enter your Email to initiate the password reset process.", "reset_instructions": "Password Reset instructions have been sent to {email}", diff --git a/themes/theme-gmd/locale/es-ES.json b/themes/theme-gmd/locale/es-ES.json index 4d24bc9289..fbc7647425 100644 --- a/themes/theme-gmd/locale/es-ES.json +++ b/themes/theme-gmd/locale/es-ES.json @@ -10,7 +10,11 @@ "show_products": "Mostrar productos", "back": "Volver", "close": "Cerrar", - "products": "Productos" + "products": "Productos", + "error": "Se ha producido un error inesperado. Por favor, inténtelo de nuevo.", + "errors": { + "generic": "Se ha producido un error inesperado. Por favor, inténtelo de nuevo." + } }, "titles": { "categories": "Categorías", @@ -20,7 +24,76 @@ "reviews": "Comentarios", "favorites": "Favoritos", "scanner": "Escáner", - "back_in_stock": "Notificaciones" + "back_in_stock": "Notificaciones", + "checkout": "Pago", + "checkout_confirmation": "Pedido exitoso", + "checkout_change_billing": "Cambiar dirección de facturación", + "register": "Registrarse", + "order_details": "Detalles del pedido", + "store_finder": "Buscador de tiendas", + "order_history": "Historial de pedidos", + "profile": "Perfil", + "your_account": "Mi cuenta", + "your_account_contact": "Dirección", + "page_not_found": "Página no encontrada", + "checkout_addresses_shipping": "Seleccionar dirección de envío", + "checkout_addresses_billing": "Seleccionar dirección de facturación", + "checkout_addresses_add_shipping": "Añadir dirección de envío", + "checkout_addresses_add_billing": "Añadir dirección de facturación", + "checkout_addresses_edit_shipping": "Modificar dirección de envío", + "checkout_addresses_edit_billing": "Modificar dirección de facturación" + }, + "account": { + "profile": { + "customer": { + "number": "Nº de cliente: {customerNumber}" + }, + "form": { + "firstName": "Nombre", + "middleName": "Segundo Nombre", + "lastName": "Apellido", + "emailAddress": "Correo Electrónico", + "address1": "Calle y Número", + "address2": "Dirección 2", + "address3": "Dirección 3", + "address4": "Dirección 4", + "postalCode": "Código Postal", + "city": "Ciudad", + "country": "País", + "phone": "Número de Teléfono", + "mobile": "Número de Móvil", + "region": "Provincia", + "marketing_opt_in_label": "Manténgame informado con novedades y ofertas exclusivas.", + "default_billing": "Dirección de facturación predeterminada", + "default_shipping": "Dirección de envío predeterminada", + "save_default_billing": "Guardar esta dirección de facturación para futuros pedidos", + "save_default_shipping": "Guardar esta dirección de envío para futuros pedidos", + "save": "Guardar", + "add": "Añadir dirección", + "success": "Perfil guardado", + "error": "Error al guardar" + }, + "delete": "Eliminar cuenta", + "address_book": { + "title": "Gestión de direcciones", + "default_billing": "Dirección de facturación predeterminada", + "default_shipping": "Dirección de envío predeterminada", + "add": "Añadir dirección", + "select": "Seleccionar", + "selected": "Seleccionado", + "success": "Perfil guardado", + "context": { + "edit": "Editar", + "remove": "Eliminar" + } + }, + "confirm": { + "title": "¿Está seguro?", + "confirm": "Confirmar", + "messageContact": "¿Está seguro de que desea eliminar esta dirección?", + "messageCustomer": "¿Está seguro de que desea eliminar su cuenta? Todos sus datos personales y configuraciones serán eliminados." + } + } }, "back_in_stock": { "list_states": { @@ -47,21 +120,21 @@ "error_add": "El producto no se pudo agregar a favoritos", "error_remove": "El producto no se pudo quitar de favoritos", "error_limit": "Has superado la cantidad de productos permitidos en favoritos.", - "error_general": "La lista de deseos no se ha podido guardar", + "error_general": "La lista de favoritos no se ha podido guardar", "remove": "Quitar de favoritos", "removed": "Quitado de favoritos", "add_list_modal": { "title": "Añadir una nueva lista", "dismiss": "Cancelar", "confirm": "Confirmar", - "message": "Introduzca el nombre de su nueva lista de deseos", + "message": "Introduzca el nombre de su nueva lista de favoritos", "label": "Nombre" }, "rename_list_modal": { "title": "Cambiar el nombre de la lista", "dismiss": "Cancelar", "confirm": "Confirmar", - "message": "Introduzca el nuevo nombre de su lista de deseos", + "message": "Introduzca el nuevo nombre de su lista de favoritos", "label": "Nombre" }, "delete_list_modal": { @@ -70,7 +143,24 @@ }, "add_list": "Añadir nueva lista", "errors": { - "invalid_name": "Por favor, introduzca un nombre válido para su lista de deseos" + "invalid_name": "Por favor, introduzca un nombre válido para su lista de favoritos" + }, + "comment_modal": { + "titleAdd": "Añadir comentario", + "titleEdit": "Editar comentario", + "dismiss": "Cancelar", + "confirm": "Confirmar", + "label": "Comentario", + "characterCount": "{count} de {maxCount} caracteres" + }, + "comments": { + "add": "Añadir comentario", + "notes": "Comentario", + "edit": "Editar", + "delete": "Eliminar", + "added": "Comentario añadido", + "removed": "Comentario eliminado", + "updated": "Comentario actualizado" }, "rename_list": "Renombrar", "remove_list": "Eliminar", @@ -83,6 +173,7 @@ "list_chooser": { "title": "Elija una lista de favoritos", "add": "Añadir", + "add_more": "Añadir más", "remove": "Eliminar" }, "modal": { @@ -98,7 +189,11 @@ "default": "Ordenar por", "most_popular": "Más popular", "price_desc": "Precio: Mayor a Menor", - "price_asc": "Precio: Menor a Mayor" + "price_asc": "Precio: Menor a Mayor", + "name_asc": "Nombre A - Z", + "name_desc": "Nombre Z - A", + "rank_asc": "Menor rango primero", + "rank_desc": "Mayor rango primero" }, "apply": "Aplicar", "more": "más", @@ -123,10 +218,16 @@ }, "msrp": "PVP", "label": "Precio {price}.", - "label_old_price": "Precio anterior {price}." + "label_old_price": "Precio anterior {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Gratis" }, "product": { + "errors": { + "insufficientstock": "Lamentablemente este producto no está disponible en este momento." + }, "description_heading": "Descripción", + "share": "Compartir producto", "pick_an_attribute": "Elegir un {0}", "tax_disclaimer": "* Incl. IVA más gastos de envío si procede", "adding_item": "{count, plural, =1 {Se está añadiendo un producto} other {Se están añadiendo {count} productos}}", @@ -135,6 +236,10 @@ "add_to_cart": "Añadir a la cesta", "no_more_found": "El artículo: \"{name}\" ya no está disponible.", "quantity": "Cantidad", + "decrease_quantity": "Disminuir cantidad", + "increase_quantity": "Aumentar cantidad", + "increased_quantity_to": "Cantidad aumentada a {quantity}", + "decreased_quantity_to": "Cantidad reducida a {quantity}", "minOrderQuantity": "Cantidad mín. del pedido: {quantity} {unit}", "maxOrderQuantity": "Cantidad máx. del pedido: {quantity} {unit}", "available": { @@ -149,11 +254,13 @@ "sections": { "information": "Información sobre el producto", "options": "Elegir opciones", + "fulfillment": "Disponibilidad", "description": "Descripción", "properties": "Propiedades", "ratings": "Valoraciones", "purchase": "Comprar artículo", - "quantity": "Cantidad" + "quantity": "Cantidad", + "price": "Precio" }, "displayGroups": { "general": "General", @@ -162,6 +269,108 @@ "properties": "Propiedades" } }, + "locations": { + "headline": "Tiendas cerca de usted", + "details": "Detalles", + "hours_details": "Detalles de horario de apertura", + "today_hours": "Hoy: {hours}", + "today_hours_long": "Hoy abierto: {hours}", + "address": "{postalCode} {city}", + "map_open": "Abrir en mapas", + "phone": "Número de teléfono", + "mon": "Lunes", + "tue": "Martes", + "wed": "Miércoles", + "thu": "Jueves", + "fri": "Viernes", + "sat": "Sábado", + "sun": "Domingo", + "place_reservation": "Hacer una reserva", + "firstName": "Nombre", + "lastName": "Apellido", + "cellPhone": "Número de móvil para notificaciones SMS", + "emailAddress": "Correo electrónico", + "who_will_pickup": "¿Quién recogerá este pedido?", + "me": "Yo mismo", + "someone_else": "Otra persona", + "success_heading": "Confirmación de reserva", + "success_title": "¡Gracias por su reserva!", + "success_copy": "Le enviaremos un correo electrónico o mensaje SMS cuando su reserva esté lista para recoger.", + "success_order_num": "Nº de reserva", + "error_heading": "Se ha producido un error", + "error_title": "Lamentablemente no se pudo completar su reserva.", + "error_copy": "Se produjo un error durante el proceso de reserva. Es posible que algunos artículos ya no estén disponibles. Por favor, verifique la disponibilidad en otras tiendas en el carrito.", + "error_invalid_zip_code": "Por favor, ingrese un código postal válido.", + "error_no_store_found": "No hemos encontrado tiendas en esta área. Por favor, revise su entrada.", + "search_placeholder": "Código postal", + "change_location": "Cambiar tienda", + "select_location": "Seleccionar tienda", + "get_directions": "Obtener direcciones", + "store_hours": "Horario de apertura", + "radius_km": "{radius} km", + "radius_mi": "{radius} millas", + "radius": "Radio", + "stores_near": { + "zip_code": "Tiendas cerca de \"{zipCode}\"", + "location": "Tiendas cerca de usted" + }, + "your_current_timeslot": { + "heading": "Franja horaria", + "change": "Cambiar", + "today": "Hoy", + "tomorrow": "Mañana", + "not_set": "Por favor seleccione..", + "dialog": { + "title": "Seleccionar franja horaria", + "date": "Fecha", + "morning": "Mañana", + "afternoon": "Mediodía", + "evening": "Noche", + "schedule": "Seleccionar" + } + }, + "your_current_location": { + "heading": "Tienda actual", + "change": "Cambiar" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Ordenar en línea" + }, + "choose_reservation_type": "Seleccione tipo de reserva", + "quick_reserve": "Reservar rápidamente", + "reserve_to_cart": "Reservar en carrito", + "change_fulfillment_method": "Cambiar método de entrega", + "fulfillment": { + "heading": "Disponibilidad", + "direct_ship": "Ordenar en línea", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Este producto no está disponible para envío. Por favor, elija otra opción o verifique la disponibilidad en una tienda cercana.", + "reserve": "Este producto no está disponible en la tienda seleccionada. Por favor, elija otra tienda.", + "not_ready": "Por favor seleccione una tienda.", + "ropis": "Este producto no está disponible para Click & Reserve en esta tienda. Por favor, elija otra opción o tienda.", + "bopis": "Este producto no está disponible para Click & Collect en esta tienda. Por favor, elija otra opción o tienda." + } + }, + "stock_info": { + "pick_up_at": "en {storeName}", + "availableInventory": "{visibleInventory} en stock", + "available": "Disponible", + "limitedAvailability": "Solo quedan {visibleInventory} en stock", + "notAvailable": "No disponible", + "customAvailability": "No disponible en esta tienda", + "comingSoon": "Disponible pronto" + }, + "no_available": "no disponible", + "multi_location_modal": { + "title": "Cambiar tienda", + "message": "Ya tiene productos en el carrito de otra tienda. Estos productos se cambiarán a la nueva tienda. Los precios y la disponibilidad pueden variar.", + "change_store": "Cambiar tienda" + } + }, "category": { "error": { "title": "Oops!", @@ -177,6 +386,9 @@ }, "showAllProducts": { "label": "Mostrar todos los productos" + }, + "errors": { + "404": "Categoría no encontrada" } }, "search": { @@ -202,14 +414,29 @@ "dismiss": "Descartar", "ok": "Ok", "title_error": "Oops!", - "body_error": "Ocurrió un error inesperado. Intente nuevamente." + "body_error": "Ocurrió un error inesperado. Intente nuevamente.", + "close": "Cerrar", + "login": "Iniciar sesión" }, "cart": { + "grand_total": "Total", + "current_total": "Total", + "items": "Productos", + "price": "Precio", + "quantity": "Cantidad", + "fulfilled_quantity": "Cantidad ejecutada", + "ordered_quantity": "Cantidad pedida", + "location": "Tienda", + "status": "Estado", + "remove_item": "Eliminar producto", "subtotal": "Total parcial", "total": "Total de la cesta", "discount": "Descuento", "discount_with_label": "Descuento ({label})", + "coupon_label": "Cupón: {label}", + "promotion_label": "{label}", "checkout": "Pagar", + "reserve": "Reservar", "remove": "Quitar", "edit": "Editar", "empty": "Tu cesta está vacía", @@ -222,9 +449,61 @@ "coupon_was_added": "¡El cupón ha sido añadido a su cesta!", "coupons_not_supported": "Agregue los cupones y vales de regalo mientras realiza el pago", "free_shipping": "Envío gratis", + "allow_substitution_all": "¿Permitir sustituciones para todos los productos?", + "allow_substitution": "Permitir sustituciones", "message_type_info": "Información", "message_type_error": "Error", - "message_type_warning": "Advertencia" + "message_type_warning": "Advertencia", + "errors": { + "404": "Uno o más productos fueron eliminados de su carrito debido a la falta de disponibilidad.", + "1001": "Uno o más productos en su carrito no están en stock actualmente. Por favor, elimínelos.", + "1002": "Las órdenes están limitadas a una sola tienda de recogida. Por favor, elija solo una tienda.", + "1003": "La franja horaria seleccionada para la recogida ya no está disponible. Por favor, seleccione otra.", + "item": { + "1001": "El producto no está disponible en la cantidad deseada.", + "1004": "Por favor seleccione una franja horaria de recogida.", + "1005": "No se ha alcanzado la cantidad mínima de pedido de {minQty}.", + "1006": "Se ha superado la cantidad máxima de pedido de {maxQty}.", + "1007": "Por favor seleccione una tienda de recogida.", + "shopgate.cart.updateProducts": { + "1001": "El producto no está disponible en la cantidad deseada." + }, + "shopgate.cart.addProducts": { + "1001": "El producto no está disponible en la cantidad deseada." + }, + "generic": "Se ha producido un error inesperado con este producto.", + "insufficientstock": "Actualmente no disponible en stock." + }, + "coupon": { + "404": "Este cupón no existe.", + "2000": "Este cupón no es válido.", + "2001": "El cupón será válido a partir del {startDate, date, yyyyMMdd} a las {startDate, time, short}.", + "2002": "El cupón caducó el {endDate, date, yyyyMMdd} a las {endDate, time, short}.", + "2003": "Este cupón no es válido para su carrito actual.", + "2004": "Este cupón ya ha sido canjeado.", + "2005": "Este cupón ha alcanzado el límite máximo de canjes.", + "generic": "Se ha producido un error inesperado con este cupón." + }, + "generic": "Se ha producido un error inesperado.", + "insufficientstock": "Uno o más productos en su carrito no están en stock. Por favor, elimínelos.", + "multiplelocations": "Las órdenes están limitadas a una sola tienda de recogida. Por favor, elija solo una tienda.", + "productsNotFound": "Uno o más productos fueron eliminados de su carrito debido a la falta de disponibilidad.", + "mixed_cart": "Las reservas y las órdenes en línea deben realizarse en pedidos separados. Por favor, actualice los productos para que el carrito contenga solo órdenes en línea o solo reservas.", + "direct_ship_item": "Verifique si este producto se puede reservar en una tienda cercana.", + "ropis_cart_inventory": "No todos los productos pueden ser reservados. Por favor, revise los errores y cambie las opciones de entrega.", + "ropis_item_inventory": "Este producto no se puede reservar en la tienda seleccionada. Verifique si está disponible en otra tienda.", + "ropis_item_inventory_exceed": "Cantidad deseada no disponible en {storeName}. Se reservará la cantidad máxima de {inventory}.", + "mixed_cart_coupon_removed": "El cupón \"{code}\" no está disponible para reservas." + }, + "change_fulfillment": { + "direct_ship": "Cambiar a orden en línea", + "bopis": "Cambiar a Click & Collect", + "ropis": "Cambiar a Click & Reserve" + }, + "price_caption": { + "reservation": "Reserva", + "pay_in_store": "Pagar en tienda" + } }, "login": { "headline": "Hola", @@ -237,13 +516,21 @@ "no_account": "¿Aún no tienes una cuenta?", "register": "¡Créate una ahora!", "logout_message": "Ha sido desconectado.", - "error": "Su usuario y contraseña no corresponden a ninguna cuenta" + "error": "Su usuario y contraseña no corresponden a ninguna cuenta", + "auto_logout_message": "Se ha cerrado su sesión automáticamente.", + "reset_password": { + "subline": "Por favor, ingrese su correo electrónico.", + "reset_instructions": "Recibirá un correo electrónico con las instrucciones para restablecer su contraseña a {email}", + "back_to_login": "Volver a iniciar sesión", + "customer_not_found": "No se encontró una cuenta con ese correo electrónico." + } }, "navigation": { "login_register": "Iniciar sesión / Registro", + "your_account": "Mi cuenta", "home": "Inicio", "categories": "Categorías", - "favorites": "Favoritos", + "favorites": "Lista de favoritos", "my_orders": "Mis pedidos", "cart": "Cesta de la compra", "scanner": "Escáner", @@ -253,16 +540,16 @@ "terms": "Condiciones generales", "privacy": "Protección de datos", "privacySettings": "Configuraciones de privacidad", + "back_in_stock": "Recordatorio de existencias", "welcome_message": "Hola {name}", "return_policy": "Derecho de revocación", "logout": "Cerrar sesión", + "back": "Volver a {title}", + "open_menu": "Abra el menú", "menuSubHeader": { "more": "Más", "about": "Sobre nosotros" - }, - "back_in_stock": "Recordatorio de existencias", - "back": "Volver a {title}", - "open_menu": "Open menu" + } }, "reviews": { "rating": "Calificación", @@ -297,9 +584,212 @@ "geolocation_message": "Para encontrar tiendas cerca de donde está, vaya a Configuración y habilite los permisos de ubicación." } }, + "checkout": { + "submit_order": "Comprar ahora", + "continue_payment": "Continuar al pago", + "continue": "Continuar", + "steps": "Paso {from} de {to}", + "change_contacts": "Cambiar contacto", + "change_addresses": "Cambiar dirección", + "finalizePayment": "Completar pedido", + "payment": { + "title": "¿Cómo le gustaría pagar?", + "buttons": { + "stripe": "Tarjeta de crédito" + } + }, + "shippingMethod": { + "title": "Método de envío", + "errors": { + "noShippingAddress": "Por favor, ingrese primero una dirección de envío.", + "invalidShippingAddress": "Este carrito no se puede enviar a la dirección ingresada." + } + }, + "errors": { + "genericInitialize": "El proceso de pago no está disponible en este momento. Por favor, inténtelo más tarde.", + "genericUpdate": "No se pudo procesar el pedido. Por favor, inténtelo más tarde.", + "checkCart": "Por favor, revise su carrito.", + "genericSubmit": "No se pudo procesar el pedido. Por favor, revise su carrito.", + "paypalFunding": "Se produjo un error durante el pago.", + "missingPaymentMethod": "No se configuró un método de pago.", + "noPaymentTransaction": "No hay transacción de pago disponible.", + "genericUpdateBilling": "Error al actualizar la dirección de facturación", + "payment": { + "genericExternal": "El pago con el método seleccionado ha fallado. Por favor, inténtelo de nuevo con otro método." + } + }, + "pickup_contact": { + "headline": "Contacto para recogida", + "headline_reserve": "Contacto para recogida", + "subheadline": "La confirmación del pedido se enviará a este correo electrónico. El número de teléfono solo se usará en caso de que haya dudas.", + "form": { + "firstName": "Nombre", + "lastName": "Apellido", + "mobile": "Número de móvil", + "emailAddress": "Correo electrónico", + "password": "Contraseña *", + "passwordConfirm": "Confirmar contraseña *", + "company": "Empresa", + "address1": "Calle y número", + "address2": "Información adicional de dirección", + "postalCode": "Código Postal", + "city": "Ciudad", + "country": "País", + "region": "Provincia", + "who_will_pickup": "¿Quién recogerá este pedido?", + "me": "Yo mismo", + "someone_else": "Otra persona", + "instructions": "Instrucciones de recogida" + } + }, + "billing": { + "headline": "Dirección de facturación", + "headline_reserve": "Contacto del pedido", + "save": "Guardar", + "address": "{postalCode} {city}, {region}", + "edit": "Cambiar", + "change": "Cambiar", + "select_address": "Seleccione una dirección de facturación" + }, + "shipping": { + "headline": "Dirección de envío", + "save": "Guardar", + "address": "{postalCode} {city}, {region}", + "edit": "Cambiar", + "change": "Cambiar", + "select_address": "Seleccione una dirección de envío" + }, + "creditCard": { + "headline": "Método de pago", + "card": "Número de tarjeta de crédito *", + "cvc": "Código de seguridad *", + "expiry": "Fecha de vencimiento *" + }, + "summary": { + "headline": "Resumen", + "tax": "Impuestos", + "subTotal": "Subtotal", + "shippingTotal": "Costos de envío", + "total": "Total" + }, + "success": { + "title": "Gracias por su pedido", + "instructions_1": "A continuación encontrará la información de su pedido. Si tiene alguna pregunta sobre el pedido, póngase en contacto con su tienda.", + "instructions_2": "Tenga en cuenta que los horarios de recogida pueden variar durante festivos y fines de semana.", + "order_number": "Número de pedido: {orderNumber}", + "order_date": "Fecha del pedido: {date}", + "your_items": "Productos:", + "pick_up_contact": "Contacto para recogida", + "order_contact": "Contacto del pedido", + "pickup_notes": "Notas de recogida", + "billed_to": "Dirección de facturación", + "shipped_to": "Dirección de envío", + "order_summary": "Resumen del pedido", + "name": "Nombre", + "phone_number": "Número de teléfono", + "email_address": "Correo electrónico", + "card_holder": "Titular de la tarjeta", + "address": "Dirección", + "payment_method": "Método de pago", + "shipping_method": "Método de envío", + "continue": "Seguir comprando" + } + }, + "order": { + "status": { + "order": { + "submitted": "Enviado", + "inProgress": "En proceso", + "ready": "Listo para recoger", + "completed": "Completado", + "canceled": "Cancelado" + }, + "line_item": { + "pending": "Pendiente", + "inProgress": "En proceso", + "unavailable": "No disponible", + "canceled": "Cancelado", + "fulfilled": "Completado", + "substituted": "Sustituido", + "replaced": "Reemplazado", + "itemAdded": "Añadido", + "rejected": "Rechazado", + "open": "Abierto" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Tienda de recogida", + "address": "Dirección", + "phone_number": "Teléfono" + }, + "subline": { + "order_number": "Su número de pedido es: {orderNumber}", + "order_status": "Estado: {status}" + }, + "authenticate": { + "instructions": "Por favor, autentíquese con su correo electrónico y número de teléfono utilizados para el pedido.", + "or_login": "O iniciar sesión" + }, + "errors": { + "authenticate": "El correo electrónico y el número de teléfono no coinciden con este pedido.", + "expired": "La sesión de este pedido ha caducado.", + "authorize": "El pedido no pertenece a esta cuenta.", + "not_found": "Pedido no encontrado." + }, + "cancel": { + "button": "Cancelar pedido", + "modal": { + "title": "Cancelación", + "message": "¿Está seguro de que desea cancelar el pedido? ¡Esta acción no se puede deshacer!", + "confirm": "Sí, cancelar pedido" + } + } + }, + "orders": { + "header": { + "date": "Fecha del pedido", + "orderNumber": "Número de pedido", + "status": "Estado", + "lineItemCount": "Cantidad de productos", + "total": "Total del pedido" + }, + "no_result": { + "body": "No se encontraron pedidos." + }, + "itemCount": "{count, plural, =1 {Producto} other {Productos}}" + }, + "page": { + "not_found": "Lamentablemente, no se ha encontrado la página solicitada.", + "continue": "Seguir comprando" + }, + "registration": { + "create_account": "Crear cuenta", + "marketing_opt_in_label": "Manténgame informado con novedades y ofertas exclusivas.", + "different_shipping_address_label": "Dirección de envío diferente", + "headlines": { + "create_new_account": "Crear nueva cuenta", + "shipping_address": "Dirección de envío", + "billing_address": "Dirección de facturación", + "billing_address_reserve": "Contacto del pedido" + } + }, "error": { "general": "No se puede conectar. Por favor, compruebe su conexión a Internet." }, + "validation": { + "required": "Por favor, complete este campo", + "email": "Por favor, ingrese una dirección de correo electrónico válida", + "numeric": "Por favor, ingrese solo números", + "alphaNumeric": "Por favor, ingrese solo letras y números", + "mobileNumber": "Por favor, ingrese un número de móvil válido", + "date": "Por favor, ingrese una fecha válida", + "checkField": "Por favor, verifique este campo", + "emailConflict": "Esta dirección de correo electrónico ya está registrada", + "passwordMismatch": "Las contraseñas no coinciden", + "minPasswordLength": "La longitud mínima de la contraseña es de %'{count} caracteres" + }, "formats": { "date": { "DD": { @@ -307,7 +797,34 @@ }, "MMM": { "month": "short" + }, + "pattern": "dd.mm.aaaa" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "ft", + "mi": "mi" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "ud." + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-gmd/locale/fi-FI.json b/themes/theme-gmd/locale/fi-FI.json index db44b1353f..c27c1420bc 100644 --- a/themes/theme-gmd/locale/fi-FI.json +++ b/themes/theme-gmd/locale/fi-FI.json @@ -10,7 +10,11 @@ "show_products": "Näytä tuotteet", "back": "Takaisin", "close": "Sulje", - "products": "Tuotteet" + "products": "Tuotteet", + "error": "Tapahtui odottamaton virhe. Yritä uudelleen.", + "errors": { + "generic": "Tapahtui odottamaton virhe. Yritä uudelleen." + } }, "titles": { "categories": "Luokat", @@ -18,9 +22,78 @@ "cart": "Ostoskori", "shipping": "Toimitus", "reviews": "Arvostelut", - "favorites": "Seurantaluettelo", + "favorites": "Suosikkilista", "scanner": "Skanneri", - "back_in_stock": "Ilmoitukset" + "back_in_stock": "Ilmoitukset", + "checkout": "Kassalle", + "checkout_confirmation": "Tilaus onnistui", + "checkout_change_billing": "Muuta laskutusosoite", + "register": "Rekisteröidy", + "order_details": "Tilaustiedot", + "store_finder": "Myymälähaku", + "order_history": "Tilaushistoria", + "profile": "Profiili", + "your_account": "Oma tili", + "your_account_contact": "Osoite", + "page_not_found": "Sivua ei löydy", + "checkout_addresses_shipping": "Valitse toimitusosoite", + "checkout_addresses_billing": "Valitse laskutusosoite", + "checkout_addresses_add_shipping": "Lisää toimitusosoite", + "checkout_addresses_add_billing": "Lisää laskutusosoite", + "checkout_addresses_edit_shipping": "Muokkaa toimitusosoite", + "checkout_addresses_edit_billing": "Muokkaa laskutusosoite" + }, + "account": { + "profile": { + "customer": { + "number": "Asiakasnro: {customerNumber}" + }, + "form": { + "firstName": "Etunimi", + "middleName": "Toinen nimi", + "lastName": "Sukunimi", + "emailAddress": "Sähköpostiosoite", + "address1": "Katu ja Numero", + "address2": "Osoite 2", + "address3": "Osoite 3", + "address4": "Osoite 4", + "postalCode": "Postinumero", + "city": "Kaupunki", + "country": "Maa", + "phone": "Puhelinnumero", + "mobile": "Matkapuhelinnumero", + "region": "Maakunta", + "marketing_opt_in_label": "Pidä minut ajan tasalla uutisista ja eksklusiivisista tarjouksista.", + "default_billing": "Oletus laskutusosoite", + "default_shipping": "Oletus toimitusosoite", + "save_default_billing": "Tallenna tämä laskutusosoite tulevia tilauksia varten", + "save_default_shipping": "Tallenna tämä toimitusosoite tulevia tilauksia varten", + "save": "Tallenna", + "add": "Lisää osoite", + "success": "Profiili tallennettu", + "error": "Virhe tallennuksessa" + }, + "delete": "Poista tili", + "address_book": { + "title": "Osoitekirja", + "default_billing": "Oletus laskutusosoite", + "default_shipping": "Oletus toimitusosoite", + "add": "Lisää osoite", + "select": "Valitse", + "selected": "Valittu", + "success": "Profiili tallennettu", + "context": { + "edit": "Muokkaa", + "remove": "Poista" + } + }, + "confirm": { + "title": "Oletko varma?", + "confirm": "Vahvista", + "messageContact": "Haluatko varmasti poistaa tämän osoitteen?", + "messageCustomer": "Haluatko varmasti poistaa tilisi? Kaikki henkilötietosi ja asetuksesi poistetaan." + } + } }, "back_in_stock": { "list_states": { @@ -44,33 +117,50 @@ "added": "Tuote on lisätty suosikkilistalle", "continue": "Jatka ostoksia", "empty": "Sinulla ei ole vielä yhtään tuotetta suosikkilistalla", - "error_add": "Tuotetta ei voitu lisätä seurantalistalle", - "error_remove": "Tuotetta ei voitu poistaa seurantalistalta", - "error_limit": "Seurantalistalla olevien tuotteiden sallittu määrä on ylitetty.", + "error_add": "Tuotetta ei voitu lisätä suosikkilistalle", + "error_remove": "Tuotetta ei voitu poistaa suosikkilistalta", + "error_limit": "Suosikkilistalla olevien tuotteiden sallittu määrä on ylitetty.", "error_general": "Seurantalistaa ei voitu tallentaa", - "remove": "Poista seurantalistalta", - "removed": "Poistettu seurantalistalta", + "remove": "Poista suosikkilistalta", + "removed": "Poistettu suosikkilistalta", "add_list_modal": { - "title": "Luo uusi tarkkailuluettelo", + "title": "Luo uusi suosikkilista", "dismiss": "Peruuta", "confirm": "Vahvista", - "message": "Uuden tarkkailulistan nimi", + "message": "Uuden suosikkilistan nimi", "label": "Nimi" }, "rename_list_modal": { - "title": "Muuta tarkkailulistan nimeä", + "title": "Muuta suosikkilistan nimeä", "dismiss": "Peruuta", "confirm": "Vahvista", - "message": "Tarkkailulistan uusi nimi", + "message": "Suosikkilistan uusi nimi", "label": "Nimi" }, "delete_list_modal": { - "title": "Poista seurantalista", - "message": "Haluatko todella poistaa kellolistan \"{name}\"?" + "title": "Poista suosikkilista", + "message": "Haluatko todella poistaa suosikkilistan \"{name}\"?" }, - "add_list": "Luo uusi luettelo", + "add_list": "Luo uusi suosikkilista", "errors": { - "invalid_name": "Kirjoita täydellinen nimi seurantalistallesi." + "invalid_name": "Kirjoita täydellinen nimi suosikkilistallesi." + }, + "comment_modal": { + "titleAdd": "Lisää kommentti", + "titleEdit": "Muokkaa kommenttia", + "dismiss": "Peruuta", + "confirm": "Vahvista", + "label": "Kommentti", + "characterCount": "{count} / {maxCount} merkkiä" + }, + "comments": { + "add": "Lisää kommentti", + "notes": "Kommentti", + "edit": "Muokkaa", + "delete": "Poista", + "added": "Kommentti lisätty", + "removed": "Kommentti poistettu", + "updated": "Kommentti päivitetty" }, "rename_list": "Nimeä uudelleen", "remove_list": "Poista", @@ -81,8 +171,9 @@ "title": "Valitse tilaustapa" }, "list_chooser": { - "title": "Valitse tarkkailuluettelo", + "title": "Valitse suosikkilista", "add": "Lisää", + "add_more": "Lisää enemmän", "remove": "Poista" }, "modal": { @@ -98,7 +189,11 @@ "default": "Lajittele", "most_popular": "Parhaat tulokset", "price_desc": "Korkein hinta ensin", - "price_asc": "Halvin hinta ensin" + "price_asc": "Halvin hinta ensin", + "name_asc": "Nimi A - Z", + "name_desc": "Nimi Z - A", + "rank_asc": "Matala arvo ensin", + "rank_desc": "Korkea arvo ensin" }, "apply": "Valmis", "more": "Lisää", @@ -123,10 +218,16 @@ }, "msrp": "RRP", "label": "Hinta {price}.", - "label_old_price": "Vanha hinta {price}." + "label_old_price": "Vanha hinta {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Ilmainen" }, "product": { + "errors": { + "insufficientstock": "Valitettavasti tämä tuote ei ole tällä hetkellä saatavilla." + }, "description_heading": "Kuvaus", + "share": "Jaa tuote", "pick_an_attribute": "{0} valitse", "tax_disclaimer": "* Sisältää alv:n ja mahdollisesti toimituskulut", "adding_item": "{count, plural, =1 {Lisätään yksi tuote} other {Lisätään {count} tuotetta}}", @@ -135,6 +236,10 @@ "add_to_cart": "Lisää koriin", "no_more_found": "Artikkeli: \"{name}\" on tällä hetkellä loppunut varastosta.", "quantity": "Määrä", + "decrease_quantity": "Vähennä määrää", + "increase_quantity": "Lisää määrää", + "increased_quantity_to": "Määrä lisätty {quantity}", + "decreased_quantity_to": "Määrä vähennetty {quantity}", "minOrderQuantity": "Vähimmäistilausmäärä: {quantity} {unit}", "maxOrderQuantity": "Max. Tilausmäärä: {quantity} {unit}", "available": { @@ -149,11 +254,13 @@ "sections": { "information": "Tuotetiedot", "options": "Valitse vaihtoehdot", + "fulfillment": "Saatavuus", "description": "Kuvaus", "properties": "Ominaisuudet", "ratings": "Luokitukset", "purchase": "Osta tuote", - "quantity": "Määrä" + "quantity": "Määrä", + "price": "Hinta" }, "displayGroups": { "general": "Yleinen", @@ -162,6 +269,108 @@ "properties": "Ominaisuudet" } }, + "locations": { + "headline": "Myymälät lähellä sinua", + "details": "Tiedot", + "hours_details": "Myymälän aukioloaika", + "today_hours": "Tänään: {hours}", + "today_hours_long": "Auki tänään: {hours}", + "address": "{postalCode} {city}", + "map_open": "Avaa kartalla", + "phone": "Puhelinnumero", + "mon": "Maanantai", + "tue": "Tiistai", + "wed": "Keskiviikko", + "thu": "Torstai", + "fri": "Perjantai", + "sat": "Lauantai", + "sun": "Sunnuntai", + "place_reservation": "Tee varaus", + "firstName": "Etunimi", + "lastName": "Sukunimi", + "cellPhone": "Matkapuhelinnumero tekstiviesti-ilmoituksiin", + "emailAddress": "Sähköpostiosoite", + "who_will_pickup": "Kuka noutaa tilauksen?", + "me": "Minä itse", + "someone_else": "Joku muu", + "success_heading": "Varausvahvistus", + "success_title": "Kiitos varauksestasi!", + "success_copy": "Lähetämme sinulle pian sähköpostin/tekstiviestin, kun varauksesi on valmis noudettavaksi.", + "success_order_num": "Varausnumero", + "error_heading": "Tapahtui virhe", + "error_title": "Valitettavasti varauksesi ei onnistunut.", + "error_copy": "Varausprosessissa tapahtui virhe. Jotkut tuotteet saattavat olla loppuneet. Tarkista saatavuus muissa myymälöissä ostoskoristasi.", + "error_invalid_zip_code": "Anna kelvollinen postinumero.", + "error_no_store_found": "Alueellasi ei ole myymälöitä, tarkista tiedot.", + "search_placeholder": "Postinumero", + "change_location": "Vaihda myymälä", + "select_location": "Valitse myymälä", + "get_directions": "Näytä reitti", + "store_hours": "Aukioloajat", + "radius_km": "{radius} km", + "radius_mi": "{radius} mailia", + "radius": "Säde", + "stores_near": { + "zip_code": "Myymälät lähellä \"{zipCode}\"", + "location": "Myymälät lähellä sinua" + }, + "your_current_timeslot": { + "heading": "Noutoaika", + "change": "Muuta", + "today": "Tänään", + "tomorrow": "Huomenna", + "not_set": "Valitse aika..", + "dialog": { + "title": "Valitse noutoaika", + "date": "Päivämäärä", + "morning": "Aamulla", + "afternoon": "Iltapäivällä", + "evening": "Illalla", + "schedule": "Valitse" + } + }, + "your_current_location": { + "heading": "Nykyinen myymälä", + "change": "Muuta" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Tilaa verkosta" + }, + "choose_reservation_type": "Valitse varaustyyppi", + "quick_reserve": "Tee nopea varaus", + "reserve_to_cart": "Varaa ostoskoriin", + "change_fulfillment_method": "Muuta toimitustapa", + "fulfillment": { + "heading": "Saatavuus", + "direct_ship": "Tilaa verkosta", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Tätä tuotetta ei ole saatavilla toimitukseen. Valitse toinen vaihtoehto tai tarkista saatavuus läheisestä myymälästä.", + "reserve": "Tätä tuotetta ei ole saatavilla valitsemassasi myymälässä. Valitse toinen myymälä.", + "not_ready": "Valitse myymälä.", + "ropis": "Tämä tuote ei ole saatavilla Click & Reserve -vaihtoehtona tässä myymälässä. Valitse toinen vaihtoehto tai myymälä.", + "bopis": "Tämä tuote ei ole saatavilla Click & Collect -vaihtoehtona tässä myymälässä. Valitse toinen vaihtoehto tai myymälä." + } + }, + "stock_info": { + "pick_up_at": "myymälässä {storeName}", + "availableInventory": "{visibleInventory} varastossa", + "available": "Saatavilla", + "limitedAvailability": "Vain {visibleInventory} jäljellä varastossa", + "notAvailable": "Ei saatavilla", + "customAvailability": "Ei saatavilla tässä myymälässä", + "comingSoon": "Saatavilla pian" + }, + "no_available": "ei saatavilla", + "multi_location_modal": { + "title": "Vaihda myymälää", + "message": "Ostoskorissasi on jo tuotteita toisesta myymälästä. Nämä tuotteet vaihdetaan uuteen myymälään. Hinnat ja saatavuus saattavat vaihdella.", + "change_store": "Vaihda myymälä" + } + }, "category": { "error": { "title": "Hups", @@ -177,6 +386,9 @@ }, "showAllProducts": { "label": "Näytä kaikki tuotteet" + }, + "errors": { + "404": "Kategoriaa ei löytynyt" } }, "search": { @@ -202,14 +414,29 @@ "dismiss": "Peruuta", "ok": "Okei", "title_error": "Hups!", - "body_error": "On tapahtunut odottamaton virhe. Yritä uudelleen." + "body_error": "On tapahtunut odottamaton virhe. Yritä uudelleen.", + "close": "Sulje", + "login": "Kirjaudu sisään" }, "cart": { + "grand_total": "Yhteensä", + "current_total": "Yhteensä", + "items": "Tuotteet", + "price": "Hinta", + "quantity": "Määrä", + "fulfilled_quantity": "Täytetty määrä", + "ordered_quantity": "Tilattu määrä", + "location": "Myymälä", + "status": "Tila", + "remove_item": "Poista tuote", "subtotal": "Välisumma", "total": "Ostoskori yhteensä", "discount": "Alennus", "discount_with_label": "Alennus ({label})", + "coupon_label": "Kuponki: {label}", + "promotion_label": "{label}", "checkout": "Siirry kassalle", + "reserve": "Varaa", "remove": "Poista", "edit": "Muokkaa", "empty": "Ostoskorisi on tyhjä.", @@ -222,9 +449,61 @@ "coupon_was_added": "Kuponki on lisätty!", "coupons_not_supported": "Kuponkien ja lahjakorttien lunastaminen seuraavassa vaiheessa", "free_shipping": "Ilmainen toimitus", + "allow_substitution_all": "Sallitko korvaavat tuotteet kaikille?", + "allow_substitution": "Salli korvaavat tuotteet", "message_type_info": "Info", "message_type_error": "Virhe", - "message_type_warning": "Varoitus" + "message_type_warning": "Varoitus", + "errors": { + "404": "Yksi tai useampi tuote poistettiin ostoskoristasi, koska ne eivät ole enää saatavilla.", + "1001": "Yksi tai useampi tuote ei ole tällä hetkellä varastossa. Poista nämä tuotteet.", + "1002": "Tilaus on rajoitettu yhteen noutomyymälään. Valitse vain yksi myymälä.", + "1003": "Valittu noutoaika ei ole enää saatavilla. Valitse toinen noutoaika.", + "item": { + "1001": "Tuotetta ei ole saatavilla toivottua määrää.", + "1004": "Valitse noutoaika.", + "1005": "Minimitilausmäärää {minQty} ei ole saavutettu.", + "1006": "Maksimitilausmäärä {maxQty} on ylitetty.", + "1007": "Valitse noutomyymälä.", + "shopgate.cart.updateProducts": { + "1001": "Tuotetta ei ole saatavilla toivottua määrää." + }, + "shopgate.cart.addProducts": { + "1001": "Tuotetta ei ole saatavilla toivottua määrää." + }, + "generic": "Tapahtui odottamaton virhe tämän tuotteen kohdalla.", + "insufficientstock": "Ei varastossa tällä hetkellä." + }, + "coupon": { + "404": "Tätä kuponkia ei löydy.", + "2000": "Tämä kuponki ei ole kelvollinen.", + "2001": "Kuponki on voimassa alkaen {startDate, date, yyyyMMdd} klo {startDate, time, short}.", + "2002": "Kuponki vanheni {endDate, date, yyyyMMdd} klo {endDate, time, short}.", + "2003": "Kuponki ei ole voimassa nykyiselle ostoskorillesi.", + "2004": "Tämä kuponki on jo käytetty.", + "2005": "Kuponki on saavuttanut maksimaalisen käytön määrän.", + "generic": "Tapahtui odottamaton virhe kuponkia käsitellessä." + }, + "generic": "Tapahtui odottamaton virhe.", + "insufficientstock": "Yksi tai useampi tuote ei ole tällä hetkellä varastossa. Poista nämä tuotteet.", + "multiplelocations": "Tilaus on rajoitettu yhteen noutomyymälään. Valitse vain yksi myymälä.", + "productsNotFound": "Yksi tai useampi tuote poistettiin ostoskoristasi, koska ne eivät ole enää saatavilla.", + "mixed_cart": "Varaukset ja verkkotilaukset täytyy tehdä erillisillä tilauksilla. Muuta tuotteita niin, että ostoskori sisältää joko vain verkkotilauksia tai vain varauksia.", + "direct_ship_item": "Tarkista, onko tuote saatavilla varattavaksi läheisessä myymälässä.", + "ropis_cart_inventory": "Kaikkia tuotteita ei voida varata. Tarkista virheet ja muuta toimitusvaihtoehtoja.", + "ropis_item_inventory": "Tuotetta ei voida varata valitussa myymälässä. Tarkista saatavuus toisesta myymälästä.", + "ropis_item_inventory_exceed": "Toivottua määrää ei ole saatavilla myymälässä {storeName}. Varataan maksimi määrä {inventory}.", + "mixed_cart_coupon_removed": "Kuponki \"{code}\" ei ole saatavilla varauksille." + }, + "change_fulfillment": { + "direct_ship": "Vaihda verkkotilaukseksi", + "bopis": "Vaihda Click & Collect", + "ropis": "Vaihda Click & Reserve" + }, + "price_caption": { + "reservation": "Varaus", + "pay_in_store": "Maksa myymälässä" + } }, "login": { "headline": "Tervetuloa!", @@ -237,13 +516,21 @@ "no_account": "Sinulla ei ole vielä tiliä?", "register": "Aloita tästä.", "logout_message": "Sinut on kirjauduttu ulos.", - "error": "Käyttäjätunnus tai salasana eivät ole oikein" + "error": "Käyttäjätunnus tai salasana eivät ole oikein", + "auto_logout_message": "Sinut kirjattiin ulos automaattisesti.", + "reset_password": { + "subline": "Anna sähköpostiosoitteesi.", + "reset_instructions": "Saat sähköpostiisi ohjeet salasanan nollaamiseksi osoitteeseen {email}", + "back_to_login": "Takaisin kirjautumiseen", + "customer_not_found": "Tällä sähköpostiosoitteella ei ole rekisteröityä tiliä." + } }, "navigation": { "login_register": "Kirjaudu sisään", + "your_account": "Oma tili", "home": "Kotisivu", "categories": "Kategoriat", - "favorites": "Seurantaluettelo", + "favorites": "Suosikkilista", "my_orders": "Tilaukseni", "cart": "Ostoskori", "scanner": "Skanneri", @@ -253,16 +540,16 @@ "terms": "Maksuehdot", "privacy": "Tietosuoja", "privacySettings": "Tietosuoja-asetukset", + "back_in_stock": "Ilmoitukset", "welcome_message": "Hei {name}", "return_policy": "Peruutusehdot", "logout": "Kirjaudu ulos", + "back": "Takaisin {title}", + "open_menu": "Avaa valikko", "menuSubHeader": { "more": "Lisää", "about": "Tietoa meistä" - }, - "back_in_stock": "Ilmoitukset", - "back": "Takaisin {title}", - "open_menu": "Avaa valikko" + } }, "reviews": { "rating": "Arviointi", @@ -297,9 +584,212 @@ "geolocation_message": "Tarvitsemme pääsyn sijaintiin, jotta voimme näyttää lähellä olevat kaupat." } }, + "checkout": { + "submit_order": "Osta nyt", + "continue_payment": "Jatka maksamiseen", + "continue": "Jatka", + "steps": "Vaihe {from} / {to}", + "change_contacts": "Muuta yhteystietoja", + "change_addresses": "Muuta osoitetta", + "finalizePayment": "Viimeistele tilaus", + "payment": { + "title": "Kuinka haluat maksaa?", + "buttons": { + "stripe": "Luottokortti" + } + }, + "shippingMethod": { + "title": "Toimitustapa", + "errors": { + "noShippingAddress": "Anna ensin toimitusosoite.", + "invalidShippingAddress": "Tätä ostoskoria ei voida toimittaa annettuun osoitteeseen." + } + }, + "errors": { + "genericInitialize": "Kassa ei ole tällä hetkellä käytettävissä, yritä myöhemmin uudelleen.", + "genericUpdate": "Tilausta ei voitu käsitellä, yritä myöhemmin uudelleen.", + "checkCart": "Tarkista ostoskorisi.", + "genericSubmit": "Tilausta ei voitu käsitellä, tarkista ostoskorisi.", + "paypalFunding": "Maksussa tapahtui virhe.", + "missingPaymentMethod": "Ei maksutapaa määritelty.", + "noPaymentTransaction": "Maksutapahtuma ei saatavilla.", + "genericUpdateBilling": "Virhe päivittäessä laskutusosoitetta", + "payment": { + "genericExternal": "Valitulla maksutavalla maksaminen epäonnistui. Yritä uudelleen toisella maksutavalla." + } + }, + "pickup_contact": { + "headline": "Noutoyhteystiedot", + "headline_reserve": "Noutoyhteystiedot", + "subheadline": "Tilausvahvistus lähetetään tähän sähköpostiin. Puhelinnumeroa käytetään vain, jos ilmenee kysymyksiä.", + "form": { + "firstName": "Etunimi", + "lastName": "Sukunimi", + "mobile": "Matkapuhelinnumero", + "emailAddress": "Sähköpostiosoite", + "password": "Salasana *", + "passwordConfirm": "Toista salasana *", + "company": "Yritys", + "address1": "Katuosoite ja talonnumero", + "address2": "Osoitteen lisätieto", + "postalCode": "Postinumero", + "city": "Kaupunki", + "country": "Maa", + "region": "Maakunta", + "who_will_pickup": "Kuka noutaa tilauksen?", + "me": "Minä itse", + "someone_else": "Joku muu", + "instructions": "Nouto-ohjeet" + } + }, + "billing": { + "headline": "Laskutusosoite", + "headline_reserve": "Tilauksen yhteyshenkilö", + "save": "Tallenna", + "address": "{postalCode} {city}, {region}", + "edit": "Muuta", + "change": "Vaihda", + "select_address": "Valitse laskutusosoite" + }, + "shipping": { + "headline": "Toimitusosoite", + "save": "Tallenna", + "address": "{postalCode} {city}, {region}", + "edit": "Muuta", + "change": "Vaihda", + "select_address": "Valitse toimitusosoite" + }, + "creditCard": { + "headline": "Maksutapa", + "card": "Luottokortin numero *", + "cvc": "Turvakoodi *", + "expiry": "Voimassa *" + }, + "summary": { + "headline": "Yhteenveto", + "tax": "Verot", + "subTotal": "Välisumma", + "shippingTotal": "Toimituskulut", + "total": "Yhteensä" + }, + "success": { + "title": "Kiitos tilauksestasi", + "instructions_1": "Alla löydät tilauksesi tiedot. Jos sinulla on kysymyksiä tilauksesta, ota yhteyttä myymälääsi.", + "instructions_2": "Huomaa, että noutoajat voivat vaihdella pyhien ja viikonloppujen mukaan.", + "order_number": "Tilausnumero: {orderNumber}", + "order_date": "Tilauksen päivämäärä: {date}", + "your_items": "Tuotteet:", + "pick_up_contact": "Noutoyhteystiedot", + "order_contact": "Tilauksen yhteyshenkilö", + "pickup_notes": "Noutomuistutukset", + "billed_to": "Laskutusosoite", + "shipped_to": "Toimitusosoite", + "order_summary": "Tilauksen yhteenveto", + "name": "Nimi", + "phone_number": "Puhelinnumero", + "email_address": "Sähköpostiosoite", + "card_holder": "Kortinhaltija", + "address": "Osoite", + "payment_method": "Maksutapa", + "shipping_method": "Toimitustapa", + "continue": "Jatka ostoksia" + } + }, + "order": { + "status": { + "order": { + "submitted": "Lähetetty", + "inProgress": "Käsittelyssä", + "ready": "Valmis noudettavaksi", + "completed": "Valmis", + "canceled": "Peruutettu" + }, + "line_item": { + "pending": "Odottaa", + "inProgress": "Käsittelyssä", + "unavailable": "Ei saatavilla", + "canceled": "Peruutettu", + "fulfilled": "Toimitettu", + "substituted": "Korvattu", + "replaced": "Korvattu", + "itemAdded": "Lisätty", + "rejected": "Hylätty", + "open": "Avoin" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Noutomyymälä", + "address": "Osoite", + "phone_number": "Puhelin" + }, + "subline": { + "order_number": "Tilausnumerosi on: {orderNumber}", + "order_status": "Tila: {status}" + }, + "authenticate": { + "instructions": "Vahvista sähköpostisi ja puhelinnumerosi, joita käytit tilauksessa.", + "or_login": "Tai kirjaudu sisään" + }, + "errors": { + "authenticate": "Sähköposti ja puhelinnumero eivät vastaa tätä tilausta.", + "expired": "Tilauksen istunto on vanhentunut.", + "authorize": "Tilaus ei kuulu tähän tiliin.", + "not_found": "Tilausta ei löytynyt." + }, + "cancel": { + "button": "Peruuta tilaus", + "modal": { + "title": "Peruutus", + "message": "Haluatko varmasti peruuttaa tilauksen? Tätä toimintoa ei voi peruuttaa!", + "confirm": "Kyllä, peruuta tilaus" + } + } + }, + "orders": { + "header": { + "date": "Tilauksen päivämäärä", + "orderNumber": "Tilausnumero", + "status": "Tila", + "lineItemCount": "Tuotteiden määrä", + "total": "Tilaussumma" + }, + "no_result": { + "body": "Ei tilauksia löytynyt." + }, + "itemCount": "{count, plural, =1 {Tuote} other {Tuotetta}}" + }, + "page": { + "not_found": "Valitettavasti sivua ei löytynyt.", + "continue": "Jatka ostoksia" + }, + "registration": { + "create_account": "Luo tili", + "marketing_opt_in_label": "Pidä minut ajan tasalla uutisista ja eksklusiivisista tarjouksista.", + "different_shipping_address_label": "Erillinen toimitusosoite", + "headlines": { + "create_new_account": "Luo uusi tili", + "shipping_address": "Toimitusosoite", + "billing_address": "Laskutusosoite", + "billing_address_reserve": "Tilauksen yhteyshenkilö" + } + }, "error": { "general": "Yhteysongelma. Tarkista internetyhteytesi tai yritä myöhemmin uudelleen." }, + "validation": { + "required": "Täytä tämä kenttä", + "email": "Anna kelvollinen sähköpostiosoite", + "numeric": "Anna vain numeroita", + "alphaNumeric": "Anna vain kirjaimia ja numeroita", + "mobileNumber": "Anna kelvollinen matkapuhelinnumero", + "date": "Anna kelvollinen päivämäärä", + "checkField": "Tarkista tämä kenttä", + "emailConflict": "Tämä sähköpostiosoite on jo rekisteröity", + "passwordMismatch": "Salasanat eivät täsmää", + "minPasswordLength": "Salasanan vähimmäispituus on %'{count} merkkiä" + }, "formats": { "date": { "DD": { @@ -307,7 +797,34 @@ }, "MMM": { "month": "lyhyt" + }, + "pattern": "pp.kk.vvvv" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "ft", + "mi": "mi" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "kpl" + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-gmd/locale/fr-FR.json b/themes/theme-gmd/locale/fr-FR.json index afb52bcdc3..506e32bcba 100644 --- a/themes/theme-gmd/locale/fr-FR.json +++ b/themes/theme-gmd/locale/fr-FR.json @@ -10,7 +10,11 @@ "show_products": "Afficher les produits", "back": "Retour", "close": "Fermer", - "products": "Produits" + "products": "Produits", + "error": "Une erreur inattendue s'est produite. Veuillez réessayer.", + "errors": { + "generic": "Une erreur inattendue s'est produite. Veuillez réessayer." + } }, "titles": { "categories": "Catégories", @@ -20,7 +24,76 @@ "reviews": "Revues", "favorites": "Favoris", "scanner": "Scanner", - "back_in_stock": "Notifications" + "back_in_stock": "Notifications", + "checkout": "Paiement", + "checkout_confirmation": "Commande réussie", + "checkout_change_billing": "Modifier l'adresse de facturation", + "register": "S'inscrire", + "order_details": "Détails de la commande", + "store_finder": "Trouver un magasin", + "order_history": "Historique des commandes", + "profile": "Profil", + "your_account": "Mon compte", + "your_account_contact": "Adresse", + "page_not_found": "Page non trouvée", + "checkout_addresses_shipping": "Choisir l'adresse de livraison", + "checkout_addresses_billing": "Choisir l'adresse de facturation", + "checkout_addresses_add_shipping": "Ajouter une adresse de livraison", + "checkout_addresses_add_billing": "Ajouter une adresse de facturation", + "checkout_addresses_edit_shipping": "Modifier l'adresse de livraison", + "checkout_addresses_edit_billing": "Modifier l'adresse de facturation" + }, + "account": { + "profile": { + "customer": { + "number": "Numéro client : {customerNumber}" + }, + "form": { + "firstName": "Prénom", + "middleName": "Deuxième Prénom", + "lastName": "Nom de Famille", + "emailAddress": "Adresse E-mail", + "address1": "Rue et Numéro", + "address2": "Adresse 2", + "address3": "Adresse 3", + "address4": "Adresse 4", + "postalCode": "Code Postal", + "city": "Ville", + "country": "Pays", + "phone": "Numéro de Téléphone", + "mobile": "Numéro de Portable", + "region": "Région", + "marketing_opt_in_label": "Tenez-moi informé(e) des nouvelles et des offres exclusives.", + "default_billing": "Adresse de facturation par défaut", + "default_shipping": "Adresse de livraison par défaut", + "save_default_billing": "Enregistrer cette adresse pour les commandes futures", + "save_default_shipping": "Enregistrer cette adresse de livraison pour les commandes futures", + "save": "Enregistrer", + "add": "Ajouter une adresse", + "success": "Profil enregistré", + "error": "Erreur lors de l'enregistrement" + }, + "delete": "Supprimer le compte", + "address_book": { + "title": "Gestion des adresses", + "default_billing": "Adresse de facturation par défaut", + "default_shipping": "Adresse de livraison par défaut", + "add": "Ajouter une adresse", + "select": "Sélectionner", + "selected": "Sélectionné", + "success": "Profil enregistré", + "context": { + "edit": "Éditer", + "remove": "Supprimer" + } + }, + "confirm": { + "title": "Êtes-vous sûr(e) ?", + "confirm": "Confirmer", + "messageContact": "Voulez-vous vraiment supprimer cette adresse ?", + "messageCustomer": "Voulez-vous vraiment supprimer votre compte ? Toutes vos données personnelles et vos paramètres seront supprimés." + } + } }, "back_in_stock": { "list_states": { @@ -72,6 +145,23 @@ "errors": { "invalid_name": "Veuillez entrer un nom valide pour votre liste de favoris." }, + "comment_modal": { + "titleAdd": "Ajouter un commentaire", + "titleEdit": "Modifier le commentaire", + "dismiss": "Annuler", + "confirm": "Confirmer", + "label": "Commentaire", + "characterCount": "{count} sur {maxCount} caractères" + }, + "comments": { + "add": "Ajouter un commentaire", + "notes": "Commentaire", + "edit": "Éditer", + "delete": "Supprimer", + "added": "Commentaire ajouté", + "removed": "Commentaire supprimé", + "updated": "Commentaire mis à jour" + }, "rename_list": "Renommer", "remove_list": "Retirer", "add_to_list": "Ajouter à la liste", @@ -83,6 +173,7 @@ "list_chooser": { "title": "Choisir une liste de favoris", "add": "Ajouter", + "add_more": "Ajouter plus", "remove": "Retirer" }, "modal": { @@ -98,7 +189,11 @@ "default": "Trier par", "most_popular": "Le plus populaire", "price_desc": "Prix Descendant", - "price_asc": "Prix Ascendant" + "price_asc": "Prix Ascendant", + "name_asc": "Nom A - Z", + "name_desc": "Nom Z - A", + "rank_asc": "Rang le plus bas en premier", + "rank_desc": "Rang le plus élevé en premier" }, "apply": "Terminé", "more": "Plus", @@ -123,10 +218,16 @@ }, "msrp": "PDSF", "label": "Prix {price}.", - "label_old_price": "Ancien prix {price}." + "label_old_price": "Ancien prix {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Gratuit" }, "product": { + "errors": { + "insufficientstock": "Désolé, ce produit est actuellement en rupture de stock." + }, "description_heading": "à propos", + "share": "Partager le produit", "pick_an_attribute": "Choisir un {0}", "tax_disclaimer": "* Inclus TVA plus frais de livraison éventuels", "adding_item": "{count, plural, =1 {Un produit est en cours d'ajout} other {{count} produits sont en cours d'ajout}}", @@ -135,6 +236,10 @@ "add_to_cart": "Ajouter au panier", "no_more_found": "L'article: \"{name}\" n'est plus disponible.", "quantity": "Quantité", + "decrease_quantity": "Diminuer la quantité", + "increase_quantity": "Augmenter la quantité", + "increased_quantity_to": "Quantité augmentée à {quantity}", + "decreased_quantity_to": "Quantité réduite à {quantity}", "minOrderQuantity": "Quantité min. par commande: {quantity} {unit}", "maxOrderQuantity": "Quantité max. par commande: {quantity} {unit}", "available": { @@ -149,11 +254,13 @@ "sections": { "information": "Informations du produit", "options": "Choisir les options", + "fulfillment": "Disponibilité", "description": "Description", "properties": "Propriétés", "ratings": "Evaluations", "purchase": "Acheter l'objet", - "quantity": "Quantité" + "quantity": "Quantité", + "price": "Prix" }, "displayGroups": { "general": "Général", @@ -162,6 +269,108 @@ "properties": "Propriétés" } }, + "locations": { + "headline": "Magasins près de chez vous", + "details": "Détails", + "hours_details": "Détails des horaires", + "today_hours": "Aujourd'hui : {hours}", + "today_hours_long": "Ouvert aujourd'hui : {hours}", + "address": "{postalCode} {city}", + "map_open": "Ouvrir dans les cartes", + "phone": "Numéro de téléphone", + "mon": "Lundi", + "tue": "Mardi", + "wed": "Mercredi", + "thu": "Jeudi", + "fri": "Vendredi", + "sat": "Samedi", + "sun": "Dimanche", + "place_reservation": "Faire une réservation", + "firstName": "Prénom", + "lastName": "Nom", + "cellPhone": "Numéro de portable pour les notifications par SMS", + "emailAddress": "Adresse e-mail", + "who_will_pickup": "Qui viendra récupérer cette commande ?", + "me": "Moi-même", + "someone_else": "Quelqu'un d'autre", + "success_heading": "Confirmation de réservation", + "success_title": "Merci pour votre réservation !", + "success_copy": "Nous vous enverrons un e-mail/SMS lorsque votre réservation sera prête à être récupérée.", + "success_order_num": "Numéro de réservation", + "error_heading": "Une erreur s'est produite", + "error_title": "Votre réservation n'a pas pu être complétée.", + "error_copy": "Une erreur s'est produite lors du processus de réservation. Certains articles peuvent être en rupture de stock. Veuillez vérifier la disponibilité dans d'autres magasins via le panier.", + "error_invalid_zip_code": "Veuillez entrer un code postal valide.", + "error_no_store_found": "Aucun magasin trouvé dans cette zone, veuillez vérifier votre saisie.", + "search_placeholder": "Code postal", + "change_location": "Changer de magasin", + "select_location": "Sélectionner un magasin", + "get_directions": "Obtenir un itinéraire", + "store_hours": "Heures d'ouverture", + "radius_km": "{radius} km", + "radius_mi": "{radius} miles", + "radius": "Rayon", + "stores_near": { + "zip_code": "Magasins près de \"{zipCode}\"", + "location": "Magasins à proximité" + }, + "your_current_timeslot": { + "heading": "Heure de collecte", + "change": "Changer", + "today": "Aujourd'hui", + "tomorrow": "Demain", + "not_set": "Veuillez sélectionner..", + "dialog": { + "title": "Sélectionner l'heure de collecte", + "date": "Date", + "morning": "Matin", + "afternoon": "Après-midi", + "evening": "Soir", + "schedule": "Sélectionner" + } + }, + "your_current_location": { + "heading": "Magasin actuel", + "change": "Changer" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Commander en ligne" + }, + "choose_reservation_type": "Choisir le type de réservation", + "quick_reserve": "Réserver maintenant", + "reserve_to_cart": "Réserver dans le panier", + "change_fulfillment_method": "Changer de méthode de livraison", + "fulfillment": { + "heading": "Disponibilité", + "direct_ship": "Commander en ligne", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Ce produit n'est pas disponible pour la livraison. Veuillez choisir une autre option ou vérifier la disponibilité dans un magasin proche.", + "reserve": "Ce produit n'est pas disponible dans le magasin sélectionné. Veuillez choisir un autre magasin.", + "not_ready": "Veuillez sélectionner un magasin.", + "ropis": "Ce produit n'est pas disponible pour Click & Reserve dans ce magasin. Veuillez choisir une autre option ou un autre magasin.", + "bopis": "Ce produit n'est pas disponible pour Click & Collect dans ce magasin. Veuillez choisir une autre option ou un autre magasin." + } + }, + "stock_info": { + "pick_up_at": "chez {storeName}", + "availableInventory": "{visibleInventory} en stock", + "available": "Disponible", + "limitedAvailability": "Plus que {visibleInventory} en stock", + "notAvailable": "Indisponible", + "customAvailability": "Indisponible dans ce magasin", + "comingSoon": "Bientôt disponible" + }, + "no_available": "indisponible", + "multi_location_modal": { + "title": "Changer de magasin", + "message": "Vous avez déjà des produits dans le panier provenant d'un autre magasin. Ces produits seront changés pour correspondre au nouveau magasin. Les prix et la disponibilité peuvent varier.", + "change_store": "Changer de magasin" + } + }, "category": { "error": { "title": "Oops!", @@ -177,6 +386,9 @@ }, "showAllProducts": { "label": "Afficher tous les produits" + }, + "errors": { + "404": "Catégorie introuvable" } }, "search": { @@ -202,14 +414,29 @@ "dismiss": "Rejeter", "ok": "Ok", "title_error": "Oops!", - "body_error": "Une erreur inattendue est apparue. Veuillez réessayer." + "body_error": "Une erreur inattendue est apparue. Veuillez réessayer.", + "close": "Fermer", + "login": "Connexion" }, "cart": { + "grand_total": "Total", + "current_total": "Total", + "items": "Produits", + "price": "Prix", + "quantity": "Quantité", + "fulfilled_quantity": "Quantité exécutée", + "ordered_quantity": "Quantité commandée", + "location": "Magasin", + "status": "Statut", + "remove_item": "Retirer le produit", "subtotal": "Sous-total", "total": "Panier Total", "discount": "Remise", "discount_with_label": "Remise ({label})", + "coupon_label": "Coupon : {label}", + "promotion_label": "{label}", "checkout": "Paiement", + "reserve": "Réserver", "remove": "Retirer", "edit": "Modifier", "empty": "Votre panier est vide", @@ -222,9 +449,61 @@ "coupon_was_added": "Le coupon a été ajouté à votre panier!", "coupons_not_supported": "Utilisez vos bons et cartes-cadeaux à l'étape suivante", "free_shipping": "Livraison gratuite", + "allow_substitution_all": "Autoriser les produits de substitution pour tous les articles ?", + "allow_substitution": "Autoriser les produits de substitution", "message_type_info": "Information", "message_type_error": "Erreur", - "message_type_warning": "Avertissement" + "message_type_warning": "Avertissement", + "errors": { + "404": "Un ou plusieurs produits ont été retirés de votre panier en raison de leur indisponibilité.", + "1001": "Un ou plusieurs produits dans votre panier sont actuellement en rupture de stock. Veuillez les retirer.", + "1002": "Les commandes sont limitées à un seul magasin de collecte. Veuillez ne choisir qu'un seul magasin.", + "1003": "Le créneau de collecte sélectionné n'est plus disponible. Veuillez choisir un autre créneau.", + "item": { + "1001": "Le produit n'est pas disponible en quantité désirée.", + "1004": "Veuillez sélectionner un créneau de collecte.", + "1005": "La quantité minimale de commande de {minQty} n'est pas atteinte.", + "1006": "La quantité maximale de commande de {maxQty} est dépassée.", + "1007": "Veuillez sélectionner un magasin de collecte.", + "shopgate.cart.updateProducts": { + "1001": "Le produit n'est pas disponible en quantité désirée." + }, + "shopgate.cart.addProducts": { + "1001": "Le produit n'est pas disponible en quantité désirée." + }, + "generic": "Une erreur inattendue s'est produite pour ce produit.", + "insufficientstock": "Rupture de stock." + }, + "coupon": { + "404": "Ce coupon n'existe pas.", + "2000": "Ce coupon est invalide.", + "2001": "Ce coupon est valable à partir du {startDate, date, yyyyMMdd} à {startDate, time, short}.", + "2002": "Ce coupon a expiré le {endDate, date, yyyyMMdd} à {endDate, time, short}.", + "2003": "Ce coupon n'est pas valide pour votre panier actuel.", + "2004": "Ce coupon a déjà été utilisé.", + "2005": "Ce coupon a atteint la limite d'utilisations maximales.", + "generic": "Une erreur inattendue s'est produite avec ce coupon." + }, + "generic": "Une erreur inattendue s'est produite.", + "insufficientstock": "Un ou plusieurs produits dans votre panier sont actuellement en rupture de stock. Veuillez les retirer.", + "multiplelocations": "Les commandes sont limitées à un seul magasin de collecte. Veuillez ne choisir qu'un seul magasin.", + "productsNotFound": "Un ou plusieurs produits ont été retirés de votre panier en raison de leur indisponibilité.", + "mixed_cart": "Les réservations et les commandes en ligne doivent être effectuées séparément. Veuillez mettre à jour les produits pour que le panier contienne uniquement des réservations ou uniquement des commandes en ligne.", + "direct_ship_item": "Vérifiez si ce produit peut être réservé dans un magasin proche.", + "ropis_cart_inventory": "Tous les produits ne peuvent pas être réservés. Veuillez vérifier les erreurs et modifier les options de livraison.", + "ropis_item_inventory": "Ce produit ne peut pas être réservé dans le magasin sélectionné. Vérifiez s'il est disponible dans un autre magasin.", + "ropis_item_inventory_exceed": "Quantité demandée non disponible chez {storeName}. La quantité maximale de {inventory} sera réservée.", + "mixed_cart_coupon_removed": "Le coupon \"{code}\" n'est pas valable pour les réservations." + }, + "change_fulfillment": { + "direct_ship": "Changer en Commander en ligne", + "bopis": "Changer en Click & Collect", + "ropis": "Changer en Click & Reserve" + }, + "price_caption": { + "reservation": "Réservation", + "pay_in_store": "Payer en magasin" + } }, "login": { "headline": "Bienvenue", @@ -237,10 +516,18 @@ "no_account": "Vous n'êtes pas inscrit?", "register": "Créer un compte ici!", "logout_message": "Vous avez été déconnecté(e)", - "error": "Votre nom d'utilisateur et votre mot de passe ne correspondent à aucun compte" + "error": "Votre nom d'utilisateur et votre mot de passe ne correspondent à aucun compte", + "auto_logout_message": "Vous avez été déconnecté(e) automatiquement.", + "reset_password": { + "subline": "Veuillez entrer votre adresse e-mail.", + "reset_instructions": "Un e-mail de réinitialisation du mot de passe a été envoyé à {email}", + "back_to_login": "Retour à la connexion", + "customer_not_found": "Aucun compte n'est associé à cette adresse e-mail." + } }, "navigation": { "login_register": "Se connecter / S'inscrire", + "your_account": "Mon compte", "home": "Accueil", "categories": "Catégories", "favorites": "Favoris", @@ -253,16 +540,16 @@ "terms": "Termes", "privacy": "Politique de confidentialité", "privacySettings": "Paramètres de confidentialité", + "back_in_stock": "Rappel de stock", "welcome_message": "Bienvenue, {name}", "return_policy": "Politique de retour", "logout": "Se déconnecter", + "back": "Retour à {title}", + "open_menu": "Ouvrez le menu", "menuSubHeader": { "more": "Plus", "about": "À propos de nous" - }, - "back_in_stock": "Rappel de stock", - "back": "Retour à {title}", - "open_menu": "Open menu" + } }, "reviews": { "rating": "Evaluation", @@ -297,9 +584,212 @@ "geolocation_message": "Pour trouver des magasins près de chez vous, allez dans Paramètres et activez l’autorisation de géolocalisation." } }, + "checkout": { + "submit_order": "Acheter maintenant", + "continue_payment": "Continuer vers le paiement", + "continue": "Continuer", + "steps": "Étape {from} sur {to}", + "change_contacts": "Modifier le contact", + "change_addresses": "Modifier l'adresse", + "finalizePayment": "Finaliser la commande", + "payment": { + "title": "Comment souhaitez-vous payer ?", + "buttons": { + "stripe": "Carte de crédit" + } + }, + "shippingMethod": { + "title": "Mode de livraison", + "errors": { + "noShippingAddress": "Veuillez d'abord entrer une adresse de livraison.", + "invalidShippingAddress": "Ce panier ne peut pas être expédié à l'adresse de livraison indiquée." + } + }, + "errors": { + "genericInitialize": "Le paiement n'est pas disponible pour le moment, veuillez réessayer plus tard.", + "genericUpdate": "La commande n'a pas pu être traitée, veuillez réessayer plus tard.", + "checkCart": "Veuillez vérifier votre panier.", + "genericSubmit": "La commande n'a pas pu être traitée, veuillez vérifier votre panier.", + "paypalFunding": "Une erreur s'est produite lors du paiement.", + "missingPaymentMethod": "Aucun mode de paiement configuré.", + "noPaymentTransaction": "Aucune transaction de paiement disponible.", + "genericUpdateBilling": "Erreur lors de la mise à jour de l'adresse de facturation", + "payment": { + "genericExternal": "Le paiement avec le mode de paiement sélectionné a échoué. Veuillez réessayer avec un autre mode de paiement." + } + }, + "pickup_contact": { + "headline": "Contact pour la collecte", + "headline_reserve": "Contact pour la collecte", + "subheadline": "La confirmation de commande sera envoyée à cette adresse e-mail. Le numéro de téléphone sera utilisé uniquement en cas de questions.", + "form": { + "firstName": "Prénom", + "lastName": "Nom de Famille", + "mobile": "Numéro de Portable", + "emailAddress": "Adresse e-mail", + "password": "Mot de passe *", + "passwordConfirm": "Confirmer le mot de passe *", + "company": "Société", + "address1": "Rue et numéro", + "address2": "Complément d'adresse", + "postalCode": "Code Postal", + "city": "Ville", + "country": "Pays", + "region": "Région", + "who_will_pickup": "Qui viendra récupérer cette commande ?", + "me": "Moi-même", + "someone_else": "Quelqu'un d'autre", + "instructions": "Instructions pour la collecte" + } + }, + "billing": { + "headline": "Adresse de facturation", + "headline_reserve": "Contact de commande", + "save": "Enregistrer", + "address": "{postalCode} {city}, {region}", + "edit": "Modifier", + "change": "Changer", + "select_address": "Sélectionnez une adresse de facturation" + }, + "shipping": { + "headline": "Adresse de livraison", + "save": "Enregistrer", + "address": "{postalCode} {city}, {region}", + "edit": "Modifier", + "change": "Changer", + "select_address": "Sélectionnez une adresse de livraison" + }, + "creditCard": { + "headline": "Mode de paiement", + "card": "Numéro de carte *", + "cvc": "Code de sécurité *", + "expiry": "Date d'expiration *" + }, + "summary": { + "headline": "Résumé", + "tax": "Taxes", + "subTotal": "Sous-total", + "shippingTotal": "Frais de livraison", + "total": "Total" + }, + "success": { + "title": "Merci pour votre commande", + "instructions_1": "Voici les informations de votre commande. Si vous avez des questions concernant la commande, veuillez contacter votre magasin.", + "instructions_2": "Veuillez noter que les heures de collecte peuvent varier en fonction des jours fériés et des week-ends.", + "order_number": "Numéro de commande : {orderNumber}", + "order_date": "Date de la commande : {date}", + "your_items": "Produits :", + "pick_up_contact": "Contact pour la collecte", + "order_contact": "Contact pour la commande", + "pickup_notes": "Notes de collecte", + "billed_to": "Adresse de facturation", + "shipped_to": "Adresse de livraison", + "order_summary": "Résumé de la commande", + "name": "Nom", + "phone_number": "Numéro de téléphone", + "email_address": "Adresse e-mail", + "card_holder": "Titulaire de la carte", + "address": "Adresse", + "payment_method": "Mode de paiement", + "shipping_method": "Mode de livraison", + "continue": "Continuer vos achats" + } + }, + "order": { + "status": { + "order": { + "submitted": "Soumis", + "inProgress": "En cours", + "ready": "Prêt à être récupéré", + "completed": "Terminé", + "canceled": "Annulé" + }, + "line_item": { + "pending": "En attente", + "inProgress": "En cours", + "unavailable": "Indisponible", + "canceled": "Annulé", + "fulfilled": "Exécuté", + "substituted": "Remplacé", + "replaced": "Remplacé", + "itemAdded": "Ajouté", + "rejected": "Rejeté", + "open": "Ouvert" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Magasin de collecte", + "address": "Adresse", + "phone_number": "Téléphone" + }, + "subline": { + "order_number": "Votre numéro de commande est : {orderNumber}", + "order_status": "Statut : {status}" + }, + "authenticate": { + "instructions": "Veuillez vous authentifier avec votre adresse e-mail et numéro de téléphone utilisés pour la commande.", + "or_login": "Ou se connecter" + }, + "errors": { + "authenticate": "L'adresse e-mail et le numéro de téléphone ne correspondent pas à cette commande.", + "expired": "La session pour cette commande a expiré.", + "authorize": "Cette commande n'appartient pas à ce compte.", + "not_found": "Commande introuvable." + }, + "cancel": { + "button": "Annuler la commande", + "modal": { + "title": "Annulation", + "message": "Voulez-vous vraiment annuler cette commande ? Cette action est irréversible !", + "confirm": "Oui, annuler la commande" + } + } + }, + "orders": { + "header": { + "date": "Date de la commande", + "orderNumber": "Numéro de commande", + "status": "Statut", + "lineItemCount": "Nombre de produits", + "total": "Total de la commande" + }, + "no_result": { + "body": "Aucune commande trouvée." + }, + "itemCount": "{count, plural, =1 {Produit} other {Produits}}" + }, + "page": { + "not_found": "Malheureusement, la page demandée est introuvable.", + "continue": "Continuer vos achats" + }, + "registration": { + "create_account": "Créer un compte", + "marketing_opt_in_label": "Tenez-moi informé(e) des nouvelles et des offres exclusives.", + "different_shipping_address_label": "Adresse de livraison différente", + "headlines": { + "create_new_account": "Créer un nouveau compte", + "shipping_address": "Adresse de livraison", + "billing_address": "Adresse de facturation", + "billing_address_reserve": "Contact de commande" + } + }, "error": { "general": "Impossible de se connecter. Veuillez vérifier votre connection internet." }, + "validation": { + "required": "Veuillez compléter ce champ", + "email": "Veuillez entrer une adresse e-mail valide", + "numeric": "Veuillez entrer uniquement des chiffres", + "alphaNumeric": "Veuillez entrer uniquement des lettres et des chiffres", + "mobileNumber": "Veuillez entrer un numéro de portable valide", + "date": "Veuillez entrer une date valide", + "checkField": "Veuillez vérifier ce champ", + "emailConflict": "Cette adresse e-mail est déjà enregistrée", + "passwordMismatch": "Les mots de passe ne correspondent pas", + "minPasswordLength": "La longueur minimale du mot de passe est de %'{count} caractères" + }, "formats": { "date": { "DD": { @@ -307,7 +797,34 @@ }, "MMM": { "month": "short" + }, + "pattern": "jj.mm.aaaa" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "ft", + "mi": "mi" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "pce" + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-gmd/locale/hu-HU.json b/themes/theme-gmd/locale/hu-HU.json index 2e7cf91660..01867f27cd 100644 --- a/themes/theme-gmd/locale/hu-HU.json +++ b/themes/theme-gmd/locale/hu-HU.json @@ -10,7 +10,11 @@ "show_products": "Termékek megjelenítése", "back": "Vissza", "close": "Bezárás", - "products": "Termékek" + "products": "Termékek", + "error": "Váratlan hiba történt. Kérjük, próbálja meg újra.", + "errors": { + "generic": "Váratlan hiba történt. Kérjük, próbálja meg újra." + } }, "titles": { "categories": "Kategóriák", @@ -18,9 +22,78 @@ "cart": "Kosár", "shipping": "Szállítás", "reviews": "Vélemények", - "favorites": "Megfigyelési lista", + "favorites": "Kedvencek listája", "scanner": "Scanner", - "back_in_stock": "Notificări" + "back_in_stock": "Notificări", + "checkout": "Pénztár", + "checkout_confirmation": "Sikeres rendelés", + "checkout_change_billing": "Számlázási cím módosítása", + "register": "Regisztráció", + "order_details": "Rendelés részletei", + "store_finder": "Üzletkereső", + "order_history": "Rendelési előzmények", + "profile": "Profil", + "your_account": "Saját fiók", + "your_account_contact": "Cím", + "page_not_found": "Az oldal nem található", + "checkout_addresses_shipping": "Szállítási cím kiválasztása", + "checkout_addresses_billing": "Számlázási cím kiválasztása", + "checkout_addresses_add_shipping": "Szállítási cím hozzáadása", + "checkout_addresses_add_billing": "Számlázási cím hozzáadása", + "checkout_addresses_edit_shipping": "Szállítási cím módosítása", + "checkout_addresses_edit_billing": "Számlázási cím módosítása" + }, + "account": { + "profile": { + "customer": { + "number": "Vásárló sz.: {customerNumber}" + }, + "form": { + "firstName": "Keresztnév", + "middleName": "Második Keresztnév", + "lastName": "Vezetéknév", + "emailAddress": "E-mail Cím", + "address1": "Utca és Házszám", + "address2": "Cím 2", + "address3": "Cím 3", + "address4": "Cím 4", + "postalCode": "Irányítószám", + "city": "Város", + "country": "Ország", + "phone": "Telefonszám", + "mobile": "Mobiltelefonszám", + "region": "Megye", + "marketing_opt_in_label": "Szeretnék értesülni hírekről és exkluzív ajánlatokról.", + "default_billing": "Alapértelmezett számlázási cím", + "default_shipping": "Alapértelmezett szállítási cím", + "save_default_billing": "Mentse ezt a számlázási címet a jövőbeni rendelésekhez", + "save_default_shipping": "Mentse ezt a szállítási címet a jövőbeni rendelésekhez", + "save": "Mentés", + "add": "Cím hozzáadása", + "success": "A profil mentve", + "error": "Hiba történt a mentés során" + }, + "delete": "Fiók törlése", + "address_book": { + "title": "Címjegyzék kezelése", + "default_billing": "Alapértelmezett számlázási cím", + "default_shipping": "Alapértelmezett szállítási cím", + "add": "Cím hozzáadása", + "select": "Kiválasztás", + "selected": "Kiválasztva", + "success": "A profil mentve", + "context": { + "edit": "Szerkesztés", + "remove": "Törlés" + } + }, + "confirm": { + "title": "Biztos benne?", + "confirm": "Megerősítés", + "messageContact": "Biztosan törli ezt a címet?", + "messageCustomer": "Biztosan törli a fiókját? Minden személyes adat és beállítás törlésre kerül." + } + } }, "back_in_stock": { "list_states": { @@ -40,37 +113,54 @@ } }, "favorites": { - "add": "Hozzáadás a kedvencek listájához", - "added": "A termék hozzá lett adva a kedvencek listájához", + "add": "Hozzáadás a Kedvencek listájához", + "added": "A termék hozzáadva a Kedvencek listájához", "continue": "Vásárlás folytatása", - "empty": "Még nincs termék a figyelőlistán", - "error_add": "A terméket nem sikerült hozzáadni a figyelőlistához", - "error_remove": "A terméket nem sikerült eltávolítani a figyelőlistáról", - "error_limit": "A megfigyelési listán lévő termékek engedélyezett száma túllépésre került.", - "error_general": "A megfigyelési listát nem sikerült elmenteni", - "remove": "Törlés a figyelőlistáról", - "removed": "Eltávolítva a figyelőlistáról", + "empty": "Nincs termék a Kedvencek listáján", + "error_add": "A terméket nem sikerült hozzáadni a Kedvencek listájához", + "error_remove": "A terméket nem sikerült eltávolítani a Kedvencek listájáról", + "error_limit": "Túllépte a Kedvencek listáján szereplő termékek megengedett számát", + "error_general": "A kedvencek listáját nem sikerült elmenteni", + "remove": "Eltávolítás a Kedvencek listájáról", + "removed": "Eltávolítva a Kedvencek listájáról", "add_list_modal": { - "title": "Új figyelőlista létrehozása", + "title": "Új Kedvencek lista létrehozása", "dismiss": "Törölje", "confirm": "Megerősítés", - "message": "Az új figyelőlista neve", + "message": "Az új Kedvencek lista neve", "label": "Név" }, "rename_list_modal": { - "title": "A figyelőlista nevének módosítása", + "title": "Kedvencek lista átnevezése", "dismiss": "Törölje", "confirm": "Megerősítés", - "message": "A figyelőlista új neve", + "message": "Az új Kedvencek lista neve", "label": "Név" }, "delete_list_modal": { - "title": "Figyelőlista törlése", - "message": "Tényleg törölni akarja a megfigyelési listát \"{name}\"?" + "title": "Kedvencek lista törlése", + "message": "Valóban törölni kívánja a Kedvencek listáját \"{name}\"?" }, - "add_list": "Új lista létrehozása", + "add_list": "Új Kedvencek lista létrehozása", "errors": { - "invalid_name": "Kérjük, adja meg a teljes nevet a megfigyelési listához" + "invalid_name": "Adja meg a Kedvencek listája teljes nevét" + }, + "comment_modal": { + "titleAdd": "Megjegyzés hozzáadása", + "titleEdit": "Megjegyzés szerkesztése", + "dismiss": "Mégse", + "confirm": "Megerősítés", + "label": "Megjegyzés", + "characterCount": "{count} a {maxCount} karakterből" + }, + "comments": { + "add": "Megjegyzés hozzáadása", + "notes": "Megjegyzés", + "edit": "Szerkesztés", + "delete": "Törlés", + "added": "Megjegyzés hozzáadva", + "removed": "Megjegyzés eltávolítva", + "updated": "Megjegyzés frissítve" }, "rename_list": "Átnevezni", "remove_list": "Törlés", @@ -81,8 +171,9 @@ "title": "Megrendelési módszer kiválasztása" }, "list_chooser": { - "title": "Válasszon ki egy megfigyelési listát", + "title": "Válassza ki a Kedvencek listáját", "add": "Hozzáadás", + "add_more": "Több hozzáadása", "remove": "Törlés" }, "modal": { @@ -98,7 +189,11 @@ "default": "Rendezés", "most_popular": "Legjobb eredmények", "price_desc": "Legmagasabb ár először", - "price_asc": "Legalacsonyabb ár először" + "price_asc": "Legalacsonyabb ár először", + "name_asc": "Név A - Z", + "name_desc": "Név Z - A", + "rank_asc": "Legalacsonyabb rang először", + "rank_desc": "Legmagasabb rang először" }, "apply": "Kész", "more": "további", @@ -123,10 +218,16 @@ }, "msrp": "RRP", "label": "ár {price}.", - "label_old_price": "Régi ár {price}." + "label_old_price": "Régi ár {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Ingyenes" }, "product": { + "errors": { + "insufficientstock": "Sajnos ez a termék jelenleg nem elérhető." + }, "description_heading": "Leírás", + "share": "Termék megosztása", "pick_an_attribute": "{0} válasszon", "tax_disclaimer": "* Áfával együtt, esetleg plusz szállítási költség", "adding_item": "{count, plural, =1 {Egy termék hozzáadása folyamatban van} other {Hozzáadás alatt van {count} termék}}", @@ -135,6 +236,10 @@ "add_to_cart": "Kosárba helyezés", "no_more_found": "A cikk: \"{name}\" jelenleg nincs raktáron.", "quantity": "Mennyiség", + "decrease_quantity": "Mennyiség csökkentése", + "increase_quantity": "Mennyiség növelése", + "increased_quantity_to": "A mennyiség {quantity}-ra növelve", + "decreased_quantity_to": "A mennyiség {quantity}-ra csökkentve", "minOrderQuantity": "Minimális rendelési mennyiség: {quantity} {unit}", "maxOrderQuantity": "Maximális rendelési mennyiség: {quantity} {unit}", "available": { @@ -149,11 +254,13 @@ "sections": { "information": "Termékinformáció", "options": "Válassza ki az opciókat", + "fulfillment": "Elérhetőség", "description": "Leírás", "properties": "Tulajdonságok", "ratings": "Értékelések", "purchase": "Termék megvásárlása", - "quantity": "Mennyiség" + "quantity": "Mennyiség", + "price": "Ár" }, "displayGroups": { "general": "Általános", @@ -162,6 +269,108 @@ "properties": "Tulajdonságok" } }, + "locations": { + "headline": "Üzletek az Ön közelében", + "details": "Részletek", + "hours_details": "Üzlet nyitvatartási részletei", + "today_hours": "Ma: {hours}", + "today_hours_long": "Ma nyitva: {hours}", + "address": "{postalCode} {city}", + "map_open": "Megnyitás a térképen", + "phone": "Telefonszám", + "mon": "Hétfő", + "tue": "Kedd", + "wed": "Szerda", + "thu": "Csütörtök", + "fri": "Péntek", + "sat": "Szombat", + "sun": "Vasárnap", + "place_reservation": "Foglalás beküldése", + "firstName": "Keresztnév", + "lastName": "Vezetéknév", + "cellPhone": "Mobiltelefonszám SMS értesítéshez", + "emailAddress": "E-mail cím", + "who_will_pickup": "Ki fogja átvenni a rendelést?", + "me": "Én magam", + "someone_else": "Valaki más", + "success_heading": "Foglalás visszaigazolása", + "success_title": "Köszönjük a foglalást!", + "success_copy": "Hamarosan e-mailt/SMS-t küldünk, amint a foglalás átvehető.", + "success_order_num": "Foglalási szám", + "error_heading": "Hiba történt", + "error_title": "Sajnos nem sikerült befejezni a foglalást.", + "error_copy": "Hiba történt a foglalási folyamat során. Lehet, hogy néhány termék már elfogyott. Kérjük, ellenőrizze a termékek elérhetőségét más üzletekben.", + "error_invalid_zip_code": "Kérjük, adjon meg egy érvényes irányítószámot.", + "error_no_store_found": "Ebben a térségben sajnos nincs üzletünk, kérjük, ellenőrizze a beírt adatokat.", + "search_placeholder": "Irányítószám", + "change_location": "Üzlet módosítása", + "select_location": "Üzlet kiválasztása", + "get_directions": "Útvonalterv", + "store_hours": "Nyitvatartás", + "radius_km": "{radius} km", + "radius_mi": "{radius} mérföld", + "radius": "Sugár", + "stores_near": { + "zip_code": "Üzletek \"{zipCode}\" közelében", + "location": "Üzletek az Ön közelében" + }, + "your_current_timeslot": { + "heading": "Átvételi időpont", + "change": "Módosítás", + "today": "Ma", + "tomorrow": "Holnap", + "not_set": "Kérjük, válasszon..", + "dialog": { + "title": "Átvételi időpont kiválasztása", + "date": "Dátum", + "morning": "Reggel", + "afternoon": "Délután", + "evening": "Este", + "schedule": "Kiválasztás" + } + }, + "your_current_location": { + "heading": "Aktuális üzlet", + "change": "Módosítás" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Online rendelés" + }, + "choose_reservation_type": "Foglalási típus kiválasztása", + "quick_reserve": "Gyors foglalás", + "reserve_to_cart": "Kosárba foglalás", + "change_fulfillment_method": "Szállítási mód módosítása", + "fulfillment": { + "heading": "Elérhetőség", + "direct_ship": "Online rendelés", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Ez a termék nem elérhető szállításra. Kérjük, válasszon másik opciót, vagy ellenőrizze a termék elérhetőségét egy közeli üzletben.", + "reserve": "Ez a termék nem elérhető az Ön által kiválasztott üzletben. Kérjük, válasszon másik üzletet.", + "not_ready": "Kérjük, válasszon üzletet.", + "ropis": "Ez a termék nem elérhető Click & Reserve szolgáltatással ebben az üzletben. Kérjük, válasszon másik opciót vagy üzletet.", + "bopis": "Ez a termék nem elérhető Click & Collect szolgáltatással ebben az üzletben. Kérjük, válasszon másik opciót vagy üzletet." + } + }, + "stock_info": { + "pick_up_at": "Az alábbi helyen: {storeName}", + "availableInventory": "{visibleInventory} készleten", + "available": "Elérhető", + "limitedAvailability": "Csak {visibleInventory} darab van készleten", + "notAvailable": "Nem elérhető", + "customAvailability": "Nem elérhető ebben az üzletben", + "comingSoon": "Hamarosan elérhető" + }, + "no_available": "nem elérhető", + "multi_location_modal": { + "title": "Üzlet módosítása", + "message": "Már van termék a kosárban egy másik üzletből. Ezek a termékek az új üzletre módosulnak. Az árak és az elérhetőség változhatnak.", + "change_store": "Üzlet módosítása" + } + }, "category": { "error": { "title": "Hoppá", @@ -177,6 +386,9 @@ }, "showAllProducts": { "label": "Összes termék megjelenítése" + }, + "errors": { + "404": "Kategória nem található" } }, "search": { @@ -202,14 +414,29 @@ "dismiss": "Törölje", "ok": "Oké", "title_error": "Hoppá!", - "body_error": "Váratlan hiba történt. Kérjük, próbálja meg újra." + "body_error": "Váratlan hiba történt. Kérjük, próbálja meg újra.", + "close": "Bezárás", + "login": "Bejelentkezés" }, "cart": { + "grand_total": "Összeg", + "current_total": "Jelenlegi összeg", + "items": "Termékek", + "price": "Ár", + "quantity": "Mennyiség", + "fulfilled_quantity": "Teljesített mennyiség", + "ordered_quantity": "Rendelt mennyiség", + "location": "Üzlet", + "status": "Állapot", + "remove_item": "Termék eltávolítása", "subtotal": "Részösszeg", "total": "Kosár teljes összege", "discount": "Kedvezmény", "discount_with_label": "Kedvezmény ({label})", + "coupon_label": "Kupon: {label}", + "promotion_label": "{label}", "checkout": "Tovább a pénztárhoz", + "reserve": "Foglalás", "remove": "Eltávolítás", "edit": "Szerkesztés", "empty": "A kosár üres.", @@ -222,9 +449,61 @@ "coupon_was_added": "A kupon hozzá lett adva!", "coupons_not_supported": "Kuponok és ajándékkártyák beváltása a következő lépésben", "free_shipping": "Ingyenes szállítás", + "allow_substitution_all": "Engedélyezi a helyettesítést minden termékre?", + "allow_substitution": "Helyettesítés engedélyezése", "message_type_info": "Info", "message_type_error": "Hiba", - "message_type_warning": "Figyelmeztetés" + "message_type_warning": "Figyelmeztetés", + "errors": { + "404": "Egy vagy több terméket eltávolítottak a kosárból a készlet elérhetősége miatt.", + "1001": "Egy vagy több termék jelenleg nem elérhető. Kérjük, távolítsa el ezeket.", + "1002": "Rendelés csak egyetlen átvételi üzletre korlátozódik. Kérjük, válasszon egyetlen üzletet.", + "1003": "A kiválasztott átvételi idő már nem elérhető. Kérjük, válasszon másik időpontot.", + "item": { + "1001": "A termék nem elérhető a kívánt mennyiségben.", + "1004": "Kérjük, válasszon átvételi időpontot.", + "1005": "A minimális rendelési mennyiség {minQty} még nem teljesült.", + "1006": "A maximális rendelési mennyiség {maxQty} meghaladva.", + "1007": "Kérjük, válasszon átvételi üzletet.", + "shopgate.cart.updateProducts": { + "1001": "A termék nem elérhető a kívánt mennyiségben." + }, + "shopgate.cart.addProducts": { + "1001": "A termék nem elérhető a kívánt mennyiségben." + }, + "generic": "Váratlan hiba történt ezzel a termékkel.", + "insufficientstock": "Jelenleg nincs raktáron." + }, + "coupon": { + "404": "Ez a kupon nem létezik.", + "2000": "Ez a kupon érvénytelen.", + "2001": "A kupon {startDate, date, yyyyMMdd} dátumtól {startDate, time, short} órától érvényes.", + "2002": "A kupon {endDate, date, yyyyMMdd} dátumon {endDate, time, short} órakor lejárt.", + "2003": "Ez a kupon nem érvényes az Ön jelenlegi kosarára.", + "2004": "Ez a kupon már be lett váltva.", + "2005": "Ez a kupon elérte a maximális beváltási limitet.", + "generic": "Váratlan hiba történt ezzel a kuponnal." + }, + "generic": "Váratlan hiba történt.", + "insufficientstock": "Egy vagy több termék jelenleg nem elérhető a kosarában. Kérjük, távolítsa el ezeket.", + "multiplelocations": "Rendelés csak egyetlen átvételi üzletre korlátozódik. Kérjük, válasszon egyetlen üzletet.", + "productsNotFound": "Egy vagy több terméket eltávolítottak a kosárból a készlet elérhetősége miatt.", + "mixed_cart": "Foglalások és online rendelések külön megrendelésként adhatók fel. Kérjük, frissítse a termékeket úgy, hogy a kosárban csak online rendelések vagy csak foglalások legyenek.", + "direct_ship_item": "Ellenőrizze, hogy ez a termék foglalható-e egy közeli üzletben.", + "ropis_cart_inventory": "Nem minden termék foglalható le. Kérjük, ellenőrizze a hibákat és módosítsa a szállítási opciókat.", + "ropis_item_inventory": "Ez a termék nem foglalható le a kívánt üzletben. Ellenőrizze, hogy elérhető-e másik üzletben.", + "ropis_item_inventory_exceed": "A kívánt mennyiség nem elérhető {storeName}-nál. A maximális mennyiség {inventory} lesz lefoglalva.", + "mixed_cart_coupon_removed": "A(z) \"{code}\" kupon nem érvényes foglalásokra." + }, + "change_fulfillment": { + "direct_ship": "Módosítás Online rendelésre", + "bopis": "Módosítás Click & Collect-re", + "ropis": "Módosítás Click & Reserve-re" + }, + "price_caption": { + "reservation": "Foglalás", + "pay_in_store": "Fizetés az üzletben" + } }, "login": { "headline": "Üdvözöljük!", @@ -237,13 +516,21 @@ "no_account": "Még nincs fiókja?", "register": "Kezdje el itt.", "logout_message": "Önt kijelentkeztették.", - "error": "A felhasználónév vagy a jelszó nem megfelelő" + "error": "A felhasználónév vagy a jelszó nem megfelelő", + "auto_logout_message": "Automatikusan kijelentkeztettek.", + "reset_password": { + "subline": "Kérjük, adja meg e-mail címét.", + "reset_instructions": "Kapni fog egy e-mailt a jelszó visszaállításához a(z) {email} címre", + "back_to_login": "Vissza a bejelentkezéshez", + "customer_not_found": "Ehhez az e-mail címhez nem tartozik fiók." + } }, "navigation": { "login_register": "Bejelentkezés", + "your_account": "Saját fiók", "home": "Kezdőlap", "categories": "Kategóriák", - "favorites": "Megfigyelési lista", + "favorites": "Kedvencek listája", "my_orders": "Parancsaim", "cart": "Bevásárlókosár", "scanner": "Scanner", @@ -253,16 +540,16 @@ "terms": "Általános szerződési feltételek", "privacy": "Adatvédelem", "privacySettings": "Adatvédelmi beállítások", + "back_in_stock": "Értesítések", "welcome_message": "Szia {name}", "return_policy": "Lemondási szabályzat", "logout": "Kijelentkezés", + "back": "Vissza a {title}", + "open_menu": "Menü megnyitása", "menuSubHeader": { "more": "Több", "about": "Rólunk" - }, - "back_in_stock": "Értesítések", - "back": "Vissza a {title}", - "open_menu": "Menü megnyitása" + } }, "reviews": { "rating": "Értékelés", @@ -297,9 +584,212 @@ "geolocation_message": "Hozzáférésre van szükségünk a helymeghatározáshoz, hogy megmutathassuk a közeli üzleteket." } }, + "checkout": { + "submit_order": "Vásárlás most", + "continue_payment": "Tovább a fizetéshez", + "continue": "Folytatás", + "steps": "Lépés {from} / {to}", + "change_contacts": "Kapcsolat módosítása", + "change_addresses": "Cím módosítása", + "finalizePayment": "Rendelés befejezése", + "payment": { + "title": "Hogyan szeretne fizetni?", + "buttons": { + "stripe": "Bankkártya" + } + }, + "shippingMethod": { + "title": "Szállítási mód", + "errors": { + "noShippingAddress": "Először adjon meg egy szállítási címet.", + "invalidShippingAddress": "Ez a kosár nem küldhető el a megadott szállítási címre." + } + }, + "errors": { + "genericInitialize": "A pénztár jelenleg nem érhető el, kérjük, próbálja újra később.", + "genericUpdate": "A rendelés feldolgozása nem sikerült, kérjük, próbálja meg később újra.", + "checkCart": "Kérjük, ellenőrizze a kosarát.", + "genericSubmit": "A rendelés feldolgozása nem sikerült, kérjük, ellenőrizze a kosarát.", + "paypalFunding": "Hiba történt a fizetés során.", + "missingPaymentMethod": "Nincs fizetési mód beállítva.", + "noPaymentTransaction": "Nincs elérhető fizetési tranzakció.", + "genericUpdateBilling": "Hiba történt a számlázási cím frissítésekor", + "payment": { + "genericExternal": "Sajnos a kiválasztott fizetési mód nem sikerült. Próbálja meg egy másik fizetési móddal." + } + }, + "pickup_contact": { + "headline": "Kapcsolat az átvételhez", + "headline_reserve": "Kapcsolat az átvételhez", + "subheadline": "A rendelés visszaigazolását erre az e-mail címre küldjük. A telefonszámot csak kérdések esetén használjuk.", + "form": { + "firstName": "Keresztnév", + "lastName": "Vezetéknév", + "mobile": "Mobiltelefonszám", + "emailAddress": "E-mail cím", + "password": "Jelszó *", + "passwordConfirm": "Jelszó megerősítése *", + "company": "Cég", + "address1": "Utca és házszám", + "address2": "Címkiegészítés", + "postalCode": "Irányítószám", + "city": "Város", + "country": "Ország", + "region": "Megye", + "who_will_pickup": "Ki fogja átvenni a rendelést?", + "me": "Én magam", + "someone_else": "Valaki más", + "instructions": "Átvételi utasítások" + } + }, + "billing": { + "headline": "Számlázási cím", + "headline_reserve": "Rendelési kapcsolat", + "save": "Mentés", + "address": "{postalCode} {city}, {region}", + "edit": "Módosítás", + "change": "Módosítás", + "select_address": "Válasszon számlázási címet" + }, + "shipping": { + "headline": "Szállítási cím", + "save": "Mentés", + "address": "{postalCode} {city}, {region}", + "edit": "Módosítás", + "change": "Módosítás", + "select_address": "Válasszon szállítási címet" + }, + "creditCard": { + "headline": "Fizetési mód", + "card": "Bankkártyaszám *", + "cvc": "Biztonsági kód *", + "expiry": "Lejárat dátuma *" + }, + "summary": { + "headline": "Összegzés", + "tax": "Adók", + "subTotal": "Részösszeg", + "shippingTotal": "Szállítási költségek", + "total": "Végösszeg" + }, + "success": { + "title": "Köszönjük a rendelését", + "instructions_1": "Alább találja a rendelés részleteit. Ha kérdése van a rendeléssel kapcsolatban, kérjük, vegye fel a kapcsolatot az üzlettel.", + "instructions_2": "Kérjük, vegye figyelembe, hogy az átvételi időpontok változhatnak ünnepnapokon és hétvégén.", + "order_number": "Rendelési szám: {orderNumber}", + "order_date": "Rendelési dátum: {date}", + "your_items": "Termékek:", + "pick_up_contact": "Kapcsolat az átvételhez", + "order_contact": "Rendelési kapcsolat", + "pickup_notes": "Átvételi megjegyzések", + "billed_to": "Számlázási cím", + "shipped_to": "Szállítási cím", + "order_summary": "Rendelési összegzés", + "name": "Név", + "phone_number": "Telefonszám", + "email_address": "E-mail cím", + "card_holder": "Kártyatulajdonos", + "address": "Cím", + "payment_method": "Fizetési mód", + "shipping_method": "Szállítási mód", + "continue": "Tovább a vásárláshoz" + } + }, + "order": { + "status": { + "order": { + "submitted": "Beküldve", + "inProgress": "Folyamatban", + "ready": "Átvételre kész", + "completed": "Teljesítve", + "canceled": "Lemondva" + }, + "line_item": { + "pending": "Függőben", + "inProgress": "Folyamatban", + "unavailable": "Nem elérhető", + "canceled": "Lemondva", + "fulfilled": "Teljesítve", + "substituted": "Helyettesítve", + "replaced": "Kicserélve", + "itemAdded": "Hozzáadva", + "rejected": "Elutasítva", + "open": "Nyitott" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Átvételi üzlet", + "address": "Cím", + "phone_number": "Telefonszám" + }, + "subline": { + "order_number": "A rendelési száma: {orderNumber}", + "order_status": "Állapot: {status}" + }, + "authenticate": { + "instructions": "Kérjük, azonosítsa magát az e-mail címével és telefonszámával, amelyet a rendeléshez használt.", + "or_login": "Vagy jelentkezzen be" + }, + "errors": { + "authenticate": "Az e-mail cím és a telefonszám nem egyezik meg ezzel a rendeléssel.", + "expired": "A rendeléshez tartozó munkamenet lejárt.", + "authorize": "Ez a rendelés nem ehhez a fiókhoz tartozik.", + "not_found": "A rendelés nem található." + }, + "cancel": { + "button": "Rendelés lemondása", + "modal": { + "title": "Lemondás", + "message": "Biztosan lemondja a rendelést? Ez a művelet nem visszavonható!", + "confirm": "Igen, lemondom a rendelést" + } + } + }, + "orders": { + "header": { + "date": "Rendelés dátuma", + "orderNumber": "Rendelési szám", + "status": "Állapot", + "lineItemCount": "Termékek száma", + "total": "Végösszeg" + }, + "no_result": { + "body": "Nem találhatók rendelések." + }, + "itemCount": "{count, plural, =1 {Termék} other {Termékek}}" + }, + "page": { + "not_found": "Sajnos a keresett oldal nem található.", + "continue": "Folytassa a vásárlást" + }, + "registration": { + "create_account": "Fiók létrehozása", + "marketing_opt_in_label": "Szeretnék értesülni hírekről és exkluzív ajánlatokról.", + "different_shipping_address_label": "Eltérő szállítási cím", + "headlines": { + "create_new_account": "Új fiók létrehozása", + "shipping_address": "Szállítási cím", + "billing_address": "Számlázási cím", + "billing_address_reserve": "Rendelési kapcsolat" + } + }, "error": { "general": "Kapcsolati probléma. Kérjük, ellenőrizze internetkapcsolatát, vagy próbálja meg később újra." }, + "validation": { + "required": "Kérjük, töltse ki ezt a mezőt", + "email": "Kérjük, adjon meg egy érvényes e-mail címet", + "numeric": "Kérjük, csak számokat adjon meg", + "alphaNumeric": "Kérjük, csak betűket és számokat adjon meg", + "mobileNumber": "Kérjük, adjon meg egy érvényes mobiltelefonszámot", + "date": "Kérjük, adjon meg egy érvényes dátumot", + "checkField": "Kérjük, ellenőrizze ezt a mezőt", + "emailConflict": "Ez az e-mail cím már regisztrálva van", + "passwordMismatch": "A jelszavak nem egyeznek", + "minPasswordLength": "A jelszónak legalább %'{count} karakter hosszúnak kell lennie" + }, "formats": { "date": { "DD": { @@ -307,7 +797,34 @@ }, "MMM": { "month": "rövid" + }, + "pattern": "nn.hh.éééé" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "láb", + "mi": "mérf." } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "db" + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-gmd/locale/it-IT.json b/themes/theme-gmd/locale/it-IT.json index 506325c91c..9511fced3f 100644 --- a/themes/theme-gmd/locale/it-IT.json +++ b/themes/theme-gmd/locale/it-IT.json @@ -10,7 +10,11 @@ "show_products": "Mostra i prodotti", "back": "Indietro", "close": "Chiudi", - "products": "Prodotti" + "products": "Prodotti", + "error": "Si è verificato un errore inaspettato. Per favore, riprova.", + "errors": { + "generic": "Si è verificato un errore inaspettato. Per favore, riprova." + } }, "titles": { "categories": "Categorie", @@ -20,7 +24,76 @@ "reviews": "Recensioni", "favorites": "Favoriti", "scanner": "Scanner", - "back_in_stock": "Notifiche" + "back_in_stock": "Notifiche", + "checkout": "Check-out", + "checkout_confirmation": "Ordine completato", + "checkout_change_billing": "Modifica indirizzo di fatturazione", + "register": "Registrati", + "order_details": "Dettagli dell'ordine", + "store_finder": "Trova negozio", + "order_history": "Storico ordini", + "profile": "Profilo", + "your_account": "Il mio account", + "your_account_contact": "Indirizzo", + "page_not_found": "Pagina non trovata", + "checkout_addresses_shipping": "Seleziona indirizzo di spedizione", + "checkout_addresses_billing": "Seleziona indirizzo di fatturazione", + "checkout_addresses_add_shipping": "Aggiungi indirizzo di spedizione", + "checkout_addresses_add_billing": "Aggiungi indirizzo di fatturazione", + "checkout_addresses_edit_shipping": "Modifica indirizzo di spedizione", + "checkout_addresses_edit_billing": "Modifica indirizzo di fatturazione" + }, + "account": { + "profile": { + "customer": { + "number": "Nr. cliente: {customerNumber}" + }, + "form": { + "firstName": "Nome", + "middleName": "Secondo Nome", + "lastName": "Cognome", + "emailAddress": "Indirizzo Email", + "address1": "Via e Numero Civico", + "address2": "Indirizzo 2", + "address3": "Indirizzo 3", + "address4": "Indirizzo 4", + "postalCode": "Codice Postale", + "city": "Città", + "country": "Paese", + "phone": "Numero di Telefono", + "mobile": "Numero di Cellulare", + "region": "Regione", + "marketing_opt_in_label": "Tienimi aggiornato con novità e offerte esclusive.", + "default_billing": "Indirizzo di fatturazione predefinito", + "default_shipping": "Indirizzo di spedizione predefinito", + "save_default_billing": "Salva questo indirizzo di fatturazione per ordini futuri", + "save_default_shipping": "Salva questo indirizzo di spedizione per ordini futuri", + "save": "Salva", + "add": "Aggiungi indirizzo", + "success": "Profilo salvato", + "error": "Errore durante il salvataggio" + }, + "delete": "Elimina account", + "address_book": { + "title": "Gestione indirizzi", + "default_billing": "Indirizzo di fatturazione predefinito", + "default_shipping": "Indirizzo di spedizione predefinito", + "add": "Aggiungi indirizzo", + "select": "Seleziona", + "selected": "Selezionato", + "success": "Profilo salvato", + "context": { + "edit": "Modifica", + "remove": "Rimuovi" + } + }, + "confirm": { + "title": "Sei sicuro?", + "confirm": "Conferma", + "messageContact": "Vuoi davvero eliminare questo indirizzo?", + "messageCustomer": "Vuoi davvero eliminare il tuo account? Tutti i tuoi dati personali e impostazioni verranno eliminati." + } + } }, "back_in_stock": { "list_states": { @@ -46,7 +119,7 @@ "empty": "Non hai favoriti", "error_add": "Non è possibile aggiungere il prodotto ai favoriti", "error_remove": "Non è possibile rimuovere il prodotto dai favoriti", - "error_limit": "Hai superato il numero di prodotti consentiti nei preferiti.", + "error_limit": "Hai superato il numero massimo di articoli nei favoriti.", "error_general": "Non è stato possibile salvare la lista dei desideri", "remove": "Rimuovi dai favoriti", "removed": "Rimosso dai favoriti", @@ -54,23 +127,40 @@ "title": "Aggiungere un nuovo elenco", "dismiss": "Annullamento", "confirm": "Confermare", - "message": "Inserite il nome del vostro nuovo elenco di preferiti", + "message": "Inserisca il nome del suo nuovo elenco di favoriti", "label": "Nome" }, "rename_list_modal": { "title": "Rinominare l'elenco", "dismiss": "Annullamento", "confirm": "Confermare", - "message": "Inserite il nuovo nome per l'elenco dei preferiti", + "message": "Inserisci il nuovo nome per l'elenco dei favoriti", "label": "Nome" }, "delete_list_modal": { - "title": "Cancellare l'elenco dei preferiti", - "message": "Volete davvero eliminare l'elenco dei preferiti \"{name}\"?" + "title": "Elimina elenco dei favoriti", + "message": "È sicuro di voler eliminare l'elenco dei favoriti \"{name}\"?" }, "add_list": "Aggiungi nuovo elenco", "errors": { - "invalid_name": "Inserire un nome valido per l'elenco dei preferiti" + "invalid_name": "Inserisci un nome valido per l'elenco dei favoriti" + }, + "comment_modal": { + "titleAdd": "Aggiungi commento", + "titleEdit": "Modifica commento", + "dismiss": "Annulla", + "confirm": "Conferma", + "label": "Commento", + "characterCount": "{count} di {maxCount} caratteri" + }, + "comments": { + "add": "Aggiungi commento", + "notes": "Commento", + "edit": "Modifica", + "delete": "Elimina", + "added": "Commento aggiunto", + "removed": "Commento rimosso", + "updated": "Commento aggiornato" }, "rename_list": "Rinominare", "remove_list": "Rimuovere", @@ -81,8 +171,9 @@ "title": "Scegliere un metodo" }, "list_chooser": { - "title": "Scegliere un elenco di preferiti", + "title": "Seleziona un elenco di favoriti", "add": "Aggiungi", + "add_more": "Aggiungi altro", "remove": "Rimuovere" }, "modal": { @@ -98,7 +189,11 @@ "default": "Raggruppa per", "most_popular": "I più popolari", "price_desc": "Prezzo: Dall'alto in Basso", - "price_asc": "Prezzo: Dal Basso in Alto" + "price_asc": "Prezzo: Dal Basso in Alto", + "name_asc": "Nome A - Z", + "name_desc": "Nome Z - A", + "rank_asc": "Rango più basso prima", + "rank_desc": "Rango più alto prima" }, "apply": "Applica", "more": "di più", @@ -123,10 +218,16 @@ }, "msrp": "SRP", "label": "Prezzo {price}.", - "label_old_price": "Prezzo precedente {price}." + "label_old_price": "Prezzo precedente {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Gratuito" }, "product": { + "errors": { + "insufficientstock": "Sfortunatamente, questo prodotto non è più disponibile." + }, "description_heading": "A riguardo", + "share": "Condividi prodotto", "pick_an_attribute": "Seleziona un {0}", "tax_disclaimer": "* IVA inclusa più le spese di spedizione, se applicabile", "adding_item": "{count, plural, =1 {Un prodotto viene aggiunto} other {Vengono aggiunti {count} prodotti}}", @@ -135,6 +236,10 @@ "add_to_cart": "Aggiungi al carrello", "no_more_found": "L'articolo: \"{name}\" non è più disponibile.", "quantity": "Quantità", + "decrease_quantity": "Riduci quantità", + "increase_quantity": "Aumenta quantità", + "increased_quantity_to": "Quantità aumentata a {quantity}", + "decreased_quantity_to": "Quantità ridotta a {quantity}", "minOrderQuantity": "Quantità min. d'ordine: {quantity} {unit}", "maxOrderQuantity": "Quantità max. d'ordine: {quantity} {unit}", "available": { @@ -149,11 +254,13 @@ "sections": { "information": "Informazioni sul prodotto", "options": "Seleziona le opzioni", + "fulfillment": "Disponibilità", "description": "Descrizione", "properties": "Caratteristiche", "ratings": "Valutazioni", "purchase": "Acquista articolo", - "quantity": "Quantità" + "quantity": "Quantità", + "price": "Prezzo" }, "displayGroups": { "general": "Generali", @@ -162,6 +269,108 @@ "properties": "Proprietà" } }, + "locations": { + "headline": "Negozi vicini a te", + "details": "Dettagli", + "hours_details": "Dettagli orari negozio", + "today_hours": "Oggi: {hours}", + "today_hours_long": "Aperto oggi: {hours}", + "address": "{postalCode} {city}", + "map_open": "Apri in mappe", + "phone": "Numero di telefono", + "mon": "Lunedì", + "tue": "Martedì", + "wed": "Mercoledì", + "thu": "Giovedì", + "fri": "Venerdì", + "sat": "Sabato", + "sun": "Domenica", + "place_reservation": "Invia prenotazione", + "firstName": "Nome", + "lastName": "Cognome", + "cellPhone": "Numero di cellulare per notifiche SMS", + "emailAddress": "Indirizzo email", + "who_will_pickup": "Chi ritirerà questo ordine?", + "me": "Io stesso", + "someone_else": "Qualcun altro", + "success_heading": "Conferma prenotazione", + "success_title": "Grazie per la tua prenotazione!", + "success_copy": "Ti invieremo presto un'email o un SMS quando la tua prenotazione sarà pronta per il ritiro.", + "success_order_num": "Nr. prenotazione", + "error_heading": "Si è verificato un errore", + "error_title": "Purtroppo non siamo riusciti a completare la tua prenotazione.", + "error_copy": "Si è verificato un errore durante il processo di prenotazione. Potrebbe essere che alcuni articoli non siano più disponibili. Si prega di verificare la disponibilità in altri negozi nel carrello.", + "error_invalid_zip_code": "Si prega di inserire un codice postale valido.", + "error_no_store_found": "Non abbiamo trovato negozi in questa area, si prega di verificare la tua inserzione.", + "search_placeholder": "Codice postale", + "change_location": "Cambia negozio", + "select_location": "Seleziona negozio", + "get_directions": "Ottieni indicazioni", + "store_hours": "Orari di apertura", + "radius_km": "{radius} km", + "radius_mi": "{radius} miglia", + "radius": "Raggio", + "stores_near": { + "zip_code": "Negozi vicino a \"{zipCode}\"", + "location": "Negozi vicino a te" + }, + "your_current_timeslot": { + "heading": "Fascia oraria di ritiro", + "change": "Cambia", + "today": "Oggi", + "tomorrow": "Domani", + "not_set": "Si prega di selezionare..", + "dialog": { + "title": "Seleziona fascia oraria", + "date": "Data", + "morning": "Mattina", + "afternoon": "Pomeriggio", + "evening": "Sera", + "schedule": "Seleziona" + } + }, + "your_current_location": { + "heading": "Negozio attuale", + "change": "Cambia" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Ordina online" + }, + "choose_reservation_type": "Seleziona tipo di prenotazione", + "quick_reserve": "Prenotazione rapida", + "reserve_to_cart": "Prenota nel carrello", + "change_fulfillment_method": "Cambia metodo di consegna", + "fulfillment": { + "heading": "Disponibilità", + "direct_ship": "Ordina online", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Questo prodotto non è disponibile per la spedizione. Si prega di scegliere un'altra opzione o verificare la disponibilità in un negozio vicino.", + "reserve": "Questo prodotto non è disponibile nel negozio selezionato. Si prega di scegliere un altro negozio.", + "not_ready": "Si prega di selezionare un negozio.", + "ropis": "Questo prodotto non è disponibile per Click & Reserve in questo negozio. Si prega di scegliere un'altra opzione o negozio.", + "bopis": "Questo prodotto non è disponibile per Click & Collect in questo negozio. Si prega di scegliere un'altra opzione o negozio." + } + }, + "stock_info": { + "pick_up_at": "presso {storeName}", + "availableInventory": "{visibleInventory} disponibili", + "available": "Disponibile", + "limitedAvailability": "Solo {visibleInventory} rimasti", + "notAvailable": "Non disponibile", + "customAvailability": "Non disponibile in questo negozio", + "comingSoon": "Disponibile a breve" + }, + "no_available": "non disponibile", + "multi_location_modal": { + "title": "Cambia negozio", + "message": "Hai già dei prodotti nel carrello da un altro negozio. Questi prodotti verranno cambiati per il nuovo negozio. Prezzi e disponibilità potrebbero variare.", + "change_store": "Cambia negozio" + } + }, "category": { "error": { "title": "Ops!", @@ -177,6 +386,9 @@ }, "showAllProducts": { "label": "Mostra tutti i prodotti" + }, + "errors": { + "404": "Categoria non trovata" } }, "search": { @@ -202,14 +414,29 @@ "dismiss": "Scarta", "ok": "Ok", "title_error": "Ops!", - "body_error": "Si è verificato un errore imprevisto. Riprova per favore." + "body_error": "Si è verificato un errore imprevisto. Riprova per favore.", + "close": "Chiudi", + "login": "Accedi" }, "cart": { + "grand_total": "Totale", + "current_total": "Totale", + "items": "Prodotti", + "price": "Prezzo", + "quantity": "Quantità", + "fulfilled_quantity": "Quantità evasa", + "ordered_quantity": "Quantità ordinata", + "location": "Negozio", + "status": "Stato", + "remove_item": "Rimuovi prodotto", "subtotal": "Sotto-totale", "total": "Totale del carrello", "discount": "Sconto", "discount_with_label": "Sconto ({label})", + "coupon_label": "Buono: {label}", + "promotion_label": "{label}", "checkout": "Cassa", + "reserve": "Prenota", "remove": "Rimuovi", "edit": "Modifica", "empty": "Il tuo carrello è vuoto", @@ -222,9 +449,61 @@ "coupon_was_added": "Il coupon è stato aggiunto al carrello!", "coupons_not_supported": "Aggiungi i coupon e buoni regalo alla cassa", "free_shipping": "Spedizione Gratuita", + "allow_substitution_all": "Consentire sostituzioni per tutti i prodotti?", + "allow_substitution": "Consenti sostituzioni", "message_type_info": "Informazioni", "message_type_error": "Errore", - "message_type_warning": "Avvertimento" + "message_type_warning": "Avvertimento", + "errors": { + "404": "Uno o più prodotti sono stati rimossi dal carrello a causa della loro indisponibilità.", + "1001": "Uno o più prodotti nel tuo carrello non sono attualmente disponibili. Si prega di rimuoverli.", + "1002": "Gli ordini sono limitati a un solo negozio di ritiro. Si prega di scegliere un solo negozio.", + "1003": "La fascia oraria selezionata per il ritiro non è più disponibile. Si prega di selezionare un'altra fascia oraria.", + "item": { + "1001": "Il prodotto non è disponibile nella quantità desiderata.", + "1004": "Si prega di selezionare una fascia oraria per il ritiro.", + "1005": "Non è stata ancora raggiunta la quantità minima di ordine di {minQty}.", + "1006": "È stata superata la quantità massima di ordine di {maxQty}.", + "1007": "Si prega di selezionare un negozio per il ritiro.", + "shopgate.cart.updateProducts": { + "1001": "Il prodotto non è disponibile nella quantità desiderata." + }, + "shopgate.cart.addProducts": { + "1001": "Il prodotto non è disponibile nella quantità desiderata." + }, + "generic": "Si è verificato un errore inaspettato con questo prodotto.", + "insufficientstock": "Non disponibile attualmente." + }, + "coupon": { + "404": "Questo buono non esiste.", + "2000": "Questo buono non è valido.", + "2001": "Il buono sarà valido dal {startDate, date, yyyyMMdd} alle {startDate, time, short}.", + "2002": "Il buono è scaduto il {endDate, date, yyyyMMdd} alle {endDate, time, short}.", + "2003": "Questo buono non è valido per il tuo carrello attuale.", + "2004": "Questo buono è già stato riscattato.", + "2005": "Questo buono ha raggiunto il limite massimo di riscatti.", + "generic": "Si è verificato un errore inaspettato con questo buono." + }, + "generic": "Si è verificato un errore inaspettato.", + "insufficientstock": "Uno o più prodotti nel tuo carrello non sono disponibili. Si prega di rimuoverli.", + "multiplelocations": "Gli ordini sono limitati a un solo negozio di ritiro. Si prega di scegliere un solo negozio.", + "productsNotFound": "Uno o più prodotti sono stati rimossi dal carrello a causa della loro indisponibilità.", + "mixed_cart": "Le prenotazioni e gli ordini online devono essere effettuati in ordini separati. Si prega di aggiornare i prodotti affinché il carrello contenga solo ordini online o solo prenotazioni.", + "direct_ship_item": "Verifica se questo prodotto può essere prenotato in un negozio vicino.", + "ropis_cart_inventory": "Non tutti i prodotti possono essere prenotati. Si prega di verificare gli errori e modificare le opzioni di consegna.", + "ropis_item_inventory": "Questo prodotto non può essere prenotato nel negozio selezionato. Si prega di verificare se è disponibile in un altro negozio.", + "ropis_item_inventory_exceed": "Quantità desiderata non disponibile presso {storeName}. Verrà prenotata la quantità massima di {inventory}.", + "mixed_cart_coupon_removed": "Il buono \"{code}\" non è disponibile per prenotazioni." + }, + "change_fulfillment": { + "direct_ship": "Cambia a Ordina online", + "bopis": "Cambia a Click & Collect", + "ropis": "Cambia a Click & Reserve" + }, + "price_caption": { + "reservation": "Prenotazione", + "pay_in_store": "Paga in negozio" + } }, "login": { "headline": "Benvenuto/a", @@ -237,10 +516,18 @@ "no_account": "Non hai un account?", "register": "Crealo qui!", "logout_message": "Sei uscito dall'account.", - "error": "I tuoi nome utente e password non corrispondono ad alcun account" + "error": "I tuoi nome utente e password non corrispondono ad alcun account", + "auto_logout_message": "Sei stato disconnesso automaticamente.", + "reset_password": { + "subline": "Si prega di inserire il proprio indirizzo email.", + "reset_instructions": "Riceverai un'email per reimpostare la tua password a {email}", + "back_to_login": "Torna al login", + "customer_not_found": "Non abbiamo trovato un account associato a questo indirizzo email." + } }, "navigation": { "login_register": "Accedi / Registrati", + "your_account": "Il mio account", "home": "Pagina iniziale", "categories": "Categorie", "favorites": "Favoriti", @@ -253,16 +540,16 @@ "terms": "Termini e Condizioni", "privacy": "Politica sulla privacy", "privacySettings": "Impostazioni della privacy", + "back_in_stock": "Promemoria per il ritorno in magazzino", "welcome_message": "Benvenuto {name}", "return_policy": "Politica di restituzione", "logout": "Esci", + "back": "Indietro alla {title}", + "open_menu": "Apra il menu", "menuSubHeader": { "more": "Di più", "about": "Su di noi" - }, - "back_in_stock": "Promemoria per il ritorno in magazzino", - "back": "Indietro alla {title}", - "open_menu": "Open menu" + } }, "reviews": { "rating": "valutazione", @@ -297,9 +584,212 @@ "geolocation_message": "Per trovare negozi vicino a te, vai su Impostazioni e abilita i permessi di accesso alla localizzazione." } }, + "checkout": { + "submit_order": "Acquista ora", + "continue_payment": "Continua al pagamento", + "continue": "Continua", + "steps": "Passo {from} di {to}", + "change_contacts": "Cambia contatti", + "change_addresses": "Cambia indirizzo", + "finalizePayment": "Completa l'ordine", + "payment": { + "title": "Come desideri pagare?", + "buttons": { + "stripe": "Carta di credito" + } + }, + "shippingMethod": { + "title": "Metodo di spedizione", + "errors": { + "noShippingAddress": "Si prega di inserire prima un indirizzo di spedizione.", + "invalidShippingAddress": "Questo carrello non può essere spedito all'indirizzo fornito." + } + }, + "errors": { + "genericInitialize": "Il processo di pagamento non è disponibile al momento, si prega di riprovare più tardi.", + "genericUpdate": "L'ordine non può essere elaborato, si prega di riprovare più tardi.", + "checkCart": "Si prega di verificare il carrello.", + "genericSubmit": "L'ordine non può essere elaborato, si prega di verificare il carrello.", + "paypalFunding": "Si è verificato un errore durante il pagamento.", + "missingPaymentMethod": "Nessun metodo di pagamento configurato.", + "noPaymentTransaction": "Nessuna transazione di pagamento disponibile.", + "genericUpdateBilling": "Errore durante l'aggiornamento dell'indirizzo di fatturazione", + "payment": { + "genericExternal": "Il pagamento con il metodo selezionato è fallito. Si prega di riprovare con un altro metodo." + } + }, + "pickup_contact": { + "headline": "Contatto per il ritiro", + "headline_reserve": "Contatto per il ritiro", + "subheadline": "La conferma dell'ordine verrà inviata a questo indirizzo email. Il numero di telefono verrà utilizzato solo in caso di domande.", + "form": { + "firstName": "Nome", + "lastName": "Cognome", + "mobile": "Numero di cellulare", + "emailAddress": "Indirizzo email", + "password": "Password *", + "passwordConfirm": "Conferma password *", + "company": "Azienda", + "address1": "Via e numero civico", + "address2": "Aggiunta indirizzo", + "postalCode": "Codice Postale", + "city": "Città", + "country": "Paese", + "region": "Regione", + "who_will_pickup": "Chi ritirerà questo ordine?", + "me": "Io stesso", + "someone_else": "Qualcun altro", + "instructions": "Istruzioni per il ritiro" + } + }, + "billing": { + "headline": "Indirizzo di fatturazione", + "headline_reserve": "Contatto per l'ordine", + "save": "Salva", + "address": "{postalCode} {city}, {region}", + "edit": "Modifica", + "change": "Cambia", + "select_address": "Seleziona un indirizzo di fatturazione" + }, + "shipping": { + "headline": "Indirizzo di spedizione", + "save": "Salva", + "address": "{postalCode} {city}, {region}", + "edit": "Modifica", + "change": "Cambia", + "select_address": "Seleziona un indirizzo di spedizione" + }, + "creditCard": { + "headline": "Metodo di pagamento", + "card": "Numero di carta di credito *", + "cvc": "Codice di sicurezza *", + "expiry": "Data di scadenza *" + }, + "summary": { + "headline": "Riepilogo", + "tax": "Tasse", + "subTotal": "Subtotale", + "shippingTotal": "Spese di spedizione", + "total": "Totale" + }, + "success": { + "title": "Grazie per il tuo ordine", + "instructions_1": "Di seguito troverai i dettagli del tuo ordine. Per qualsiasi domanda relativa all'ordine, contatta il tuo negozio.", + "instructions_2": "Si prega di notare che gli orari di ritiro possono variare durante le festività e i fine settimana.", + "order_number": "Numero d'ordine: {orderNumber}", + "order_date": "Data dell'ordine: {date}", + "your_items": "Prodotti:", + "pick_up_contact": "Contatto per il ritiro", + "order_contact": "Contatto per l'ordine", + "pickup_notes": "Note per il ritiro", + "billed_to": "Indirizzo di fatturazione", + "shipped_to": "Indirizzo di spedizione", + "order_summary": "Riepilogo dell'ordine", + "name": "Nome", + "phone_number": "Numero di telefono", + "email_address": "Indirizzo email", + "card_holder": "Titolare della carta", + "address": "Indirizzo", + "payment_method": "Metodo di pagamento", + "shipping_method": "Metodo di spedizione", + "continue": "Continua lo shopping" + } + }, + "order": { + "status": { + "order": { + "submitted": "Inviato", + "inProgress": "In elaborazione", + "ready": "Pronto per il ritiro", + "completed": "Completato", + "canceled": "Annullato" + }, + "line_item": { + "pending": "In attesa", + "inProgress": "In elaborazione", + "unavailable": "Non disponibile", + "canceled": "Annullato", + "fulfilled": "Evaso", + "substituted": "Sostituito", + "replaced": "Sostituito", + "itemAdded": "Aggiunto", + "rejected": "Rifiutato", + "open": "Aperto" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Negozio di ritiro", + "address": "Indirizzo", + "phone_number": "Telefono" + }, + "subline": { + "order_number": "Il tuo numero d'ordine è: {orderNumber}", + "order_status": "Stato: {status}" + }, + "authenticate": { + "instructions": "Si prega di autenticarsi con l'email e il numero di telefono utilizzati per l'ordine.", + "or_login": "Oppure accedi" + }, + "errors": { + "authenticate": "L'email e il numero di telefono non corrispondono a questo ordine.", + "expired": "La sessione per questo ordine è scaduta.", + "authorize": "L'ordine non appartiene a questo account.", + "not_found": "Ordine non trovato." + }, + "cancel": { + "button": "Annulla ordine", + "modal": { + "title": "Annullamento", + "message": "Sei sicuro di voler annullare l'ordine? Questa operazione non può essere annullata!", + "confirm": "Sì, annulla ordine" + } + } + }, + "orders": { + "header": { + "date": "Data dell'ordine", + "orderNumber": "Numero d'ordine", + "status": "Stato", + "lineItemCount": "Numero di prodotti", + "total": "Totale dell'ordine" + }, + "no_result": { + "body": "Nessun ordine trovato." + }, + "itemCount": "{count, plural, =1 {Prodotto} other {Prodotti}}" + }, + "page": { + "not_found": "Purtroppo, la pagina richiesta non è stata trovata.", + "continue": "Continua a fare acquisti" + }, + "registration": { + "create_account": "Crea account", + "marketing_opt_in_label": "Tienimi aggiornato con novità e offerte esclusive.", + "different_shipping_address_label": "Indirizzo di spedizione diverso", + "headlines": { + "create_new_account": "Crea un nuovo account", + "shipping_address": "Indirizzo di spedizione", + "billing_address": "Indirizzo di fatturazione", + "billing_address_reserve": "Contatto per l'ordine" + } + }, "error": { "general": "Impossibile connettersi. Per favore verifica la connessione internet." }, + "validation": { + "required": "Si prega di completare questo campo", + "email": "Si prega di inserire un indirizzo email valido", + "numeric": "Si prega di inserire solo numeri", + "alphaNumeric": "Si prega di inserire solo lettere e numeri", + "mobileNumber": "Si prega di inserire un numero di cellulare valido", + "date": "Si prega di inserire una data valida", + "checkField": "Si prega di verificare questo campo", + "emailConflict": "Questo indirizzo email è già registrato", + "passwordMismatch": "Le password non corrispondono", + "minPasswordLength": "La lunghezza minima della password è di %'{count} caratteri" + }, "formats": { "date": { "DD": { @@ -307,7 +797,34 @@ }, "MMM": { "month": "short" + }, + "pattern": "gg.mm.aaaa" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "ft", + "mi": "mi" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "pz" + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-gmd/locale/nl-NL.json b/themes/theme-gmd/locale/nl-NL.json index c02aacfe37..35a10e4811 100644 --- a/themes/theme-gmd/locale/nl-NL.json +++ b/themes/theme-gmd/locale/nl-NL.json @@ -10,7 +10,11 @@ "show_products": "Toon producten", "back": "Terug", "close": "Sluiten", - "products": "Producten" + "products": "Producten", + "error": "Er is een onverwachte fout opgetreden. Probeer het alstublieft opnieuw.", + "errors": { + "generic": "Er is een onverwachte fout opgetreden. Probeer het alstublieft opnieuw." + } }, "titles": { "categories": "Categorieën", @@ -20,7 +24,76 @@ "reviews": "Beoordelingen", "favorites": "Favorieten", "scanner": "Scanner", - "back_in_stock": "Meldingen" + "back_in_stock": "Meldingen", + "checkout": "Afrekenen", + "checkout_confirmation": "Bestelling succesvol", + "checkout_change_billing": "Factuuradres wijzigen", + "register": "Registreren", + "order_details": "Bestelgegevens", + "store_finder": "Winkelzoeker", + "order_history": "Bestelgeschiedenis", + "profile": "Profiel", + "your_account": "Mijn Account", + "your_account_contact": "Adres", + "page_not_found": "Pagina niet gevonden", + "checkout_addresses_shipping": "Verzendadres kiezen", + "checkout_addresses_billing": "Factuuradres kiezen", + "checkout_addresses_add_shipping": "Verzendadres toevoegen", + "checkout_addresses_add_billing": "Factuuradres toevoegen", + "checkout_addresses_edit_shipping": "Verzendadres wijzigen", + "checkout_addresses_edit_billing": "Factuuradres wijzigen" + }, + "account": { + "profile": { + "customer": { + "number": "Klantnummer: {customerNumber}" + }, + "form": { + "firstName": "Voornaam", + "middleName": "Tussennaam", + "lastName": "Achternaam", + "emailAddress": "E-mailadres", + "address1": "Straat en Huisnummer", + "address2": "Adres 2", + "address3": "Adres 3", + "address4": "Adres 4", + "postalCode": "Postcode", + "city": "Stad", + "country": "Land", + "phone": "Telefoonnummer", + "mobile": "Mobiel Nummer", + "region": "Provincie", + "marketing_opt_in_label": "Houd mij op de hoogte van nieuws en exclusieve aanbiedingen.", + "default_billing": "Standaard factuuradres", + "default_shipping": "Standaard verzendadres", + "save_default_billing": "Dit factuuradres opslaan voor toekomstige bestellingen", + "save_default_shipping": "Dit verzendadres opslaan voor toekomstige bestellingen", + "save": "Opslaan", + "add": "Adres toevoegen", + "success": "Profiel opgeslagen", + "error": "Fout bij opslaan" + }, + "delete": "Account verwijderen", + "address_book": { + "title": "Adresbeheer", + "default_billing": "Standaard factuuradres", + "default_shipping": "Standaard verzendadres", + "add": "Adres toevoegen", + "select": "Selecteren", + "selected": "Geselecteerd", + "success": "Profiel opgeslagen", + "context": { + "edit": "Bewerken", + "remove": "Verwijderen" + } + }, + "confirm": { + "title": "Weet u het zeker?", + "confirm": "Bevestigen", + "messageContact": "Wilt u dit adres echt verwijderen?", + "messageCustomer": "Wilt u uw account echt verwijderen? Al uw persoonlijke gegevens en instellingen zullen worden verwijderd." + } + } }, "back_in_stock": { "list_states": { @@ -66,12 +139,29 @@ }, "delete_list_modal": { "title": "Favorietenlijst verwijderen", - "message": "MWil je echt de \"{name}\" favorietenlijst verwijderen?" + "message": "Wilt u echt de \"{name}\" favorietenlijst verwijderen?" }, "add_list": "Nieuwe lijst toevoegen", "errors": { "invalid_name": "Voer een geldige naam in voor uw favorietenlijst" }, + "comment_modal": { + "titleAdd": "Opmerking toevoegen", + "titleEdit": "Opmerking bewerken", + "dismiss": "Annuleren", + "confirm": "Bevestigen", + "label": "Opmerking", + "characterCount": "{count} van {maxCount} tekens" + }, + "comments": { + "add": "Opmerking toevoegen", + "notes": "Opmerking", + "edit": "Bewerken", + "delete": "Verwijderen", + "added": "Opmerking toegevoegd", + "removed": "Opmerking verwijderd", + "updated": "Opmerking bijgewerkt" + }, "rename_list": "Hernoemen", "remove_list": "Verwijder", "add_to_list": "Toevoegen aan lijst", @@ -83,6 +173,7 @@ "list_chooser": { "title": "Kies een favorietenlijst", "add": "Toevoegen", + "add_more": "Meer toevoegen", "remove": "Verwijder" }, "modal": { @@ -98,7 +189,11 @@ "default": "Sorteer op", "most_popular": "Meest populair", "price_desc": "Prijs: Hoog naar Laag", - "price_asc": "Prijs: Laag naar Hoog" + "price_asc": "Prijs: Laag naar Hoog", + "name_asc": "Naam A - Z", + "name_desc": "Naam Z - A", + "rank_asc": "Laagste rang eerst", + "rank_desc": "Hoogste rang eerst" }, "apply": "Klaar", "more": "meer", @@ -123,10 +218,16 @@ }, "msrp": "MSRP", "label": "Prijs {price}.", - "label_old_price": "Vorige prijs {price}." + "label_old_price": "Vorige prijs {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Gratis" }, "product": { + "errors": { + "insufficientstock": "Dit product is helaas niet meer beschikbaar." + }, "description_heading": "Over", + "share": "Product delen", "pick_an_attribute": "Kies een {0}", "tax_disclaimer": "* Inbegrepen BTW plus verzendkosten indien van toepassing", "adding_item": "{count, plural, =1 {Er wordt één product toegevoegd} other {Er worden {count} producten toegevoegd}}", @@ -135,6 +236,10 @@ "add_to_cart": "Voeg aan winkelwagen toe", "no_more_found": "Het item: \"{name}\" is niet langer beschikbaar.", "quantity": "Aantal", + "decrease_quantity": "Hoeveelheid verlagen", + "increase_quantity": "Hoeveelheid verhogen", + "increased_quantity_to": "Hoeveelheid verhoogd naar {quantity}", + "decreased_quantity_to": "Hoeveelheid verlaagd naar {quantity}", "minOrderQuantity": "Min. bestelhoeveelheid: {quantity} {unit}", "maxOrderQuantity": "Max. bestelhoeveelheid: {quantity} {unit}", "available": { @@ -149,11 +254,13 @@ "sections": { "information": "Productinformatie", "options": "Kies opties", + "fulfillment": "Beschikbaarheid", "description": "Omschrijving", "properties": "Eigenschappen", "ratings": "Ratings", "purchase": "Aankoopitem", - "quantity": "Aantal" + "quantity": "Aantal", + "price": "Prijs" }, "displayGroups": { "general": "Algemeen", @@ -162,6 +269,108 @@ "properties": "Eigenschappen" } }, + "locations": { + "headline": "Winkels in uw buurt", + "details": "Details", + "hours_details": "Winkeldetails", + "today_hours": "Vandaag: {hours}", + "today_hours_long": "Vandaag geopend: {hours}", + "address": "{postalCode} {city}", + "map_open": "Open in kaarten", + "phone": "Telefoonnummer", + "mon": "Maandag", + "tue": "Dinsdag", + "wed": "Woensdag", + "thu": "Donderdag", + "fri": "Vrijdag", + "sat": "Zaterdag", + "sun": "Zondag", + "place_reservation": "Reservering indienen", + "firstName": "Voornaam", + "lastName": "Achternaam", + "cellPhone": "Mobielnummer voor sms-meldingen", + "emailAddress": "E-mailadres", + "who_will_pickup": "Wie haalt deze bestelling op?", + "me": "Ikzelf", + "someone_else": "Iemand anders", + "success_heading": "Reserveringsbevestiging", + "success_title": "Bedankt voor uw reservering!", + "success_copy": "U ontvangt binnenkort een e-mail of sms zodra uw reservering klaar is om opgehaald te worden.", + "success_order_num": "Reserveringsnummer", + "error_heading": "Er is een fout opgetreden", + "error_title": "Helaas kon uw reservering niet worden voltooid.", + "error_copy": "Er is een fout opgetreden tijdens het reserveren. Mogelijk zijn enkele artikelen niet meer beschikbaar. Controleer de beschikbaarheid in andere winkels in uw winkelmand.", + "error_invalid_zip_code": "Voer een geldige postcode in.", + "error_no_store_found": "We hebben helaas geen winkels in deze omgeving. Controleer uw invoer.", + "search_placeholder": "Postcode", + "change_location": "Winkel wijzigen", + "select_location": "Winkel selecteren", + "get_directions": "Route plannen", + "store_hours": "Openingstijden", + "radius_km": "{radius} km", + "radius_mi": "{radius} mijl", + "radius": "Radius", + "stores_near": { + "zip_code": "Winkels nabij \"{zipCode}\"", + "location": "Winkels in uw buurt" + }, + "your_current_timeslot": { + "heading": "Ophaaltijd", + "change": "Wijzigen", + "today": "Vandaag", + "tomorrow": "Morgen", + "not_set": "Selecteer alstublieft..", + "dialog": { + "title": "Ophaaltijd selecteren", + "date": "Datum", + "morning": "Ochtend", + "afternoon": "Middag", + "evening": "Avond", + "schedule": "Selecteren" + } + }, + "your_current_location": { + "heading": "Huidige winkel", + "change": "Wijzigen" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Online bestellen" + }, + "choose_reservation_type": "Reserveringsmethode kiezen", + "quick_reserve": "Snel reserveren", + "reserve_to_cart": "Reserveren in winkelmand", + "change_fulfillment_method": "Verzendmethode wijzigen", + "fulfillment": { + "heading": "Beschikbaarheid", + "direct_ship": "Online bestellen", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Dit product is niet beschikbaar voor verzending. Kies een andere optie of controleer de beschikbaarheid in een winkel in de buurt.", + "reserve": "Dit product is niet beschikbaar in de geselecteerde winkel. Kies een andere winkel.", + "not_ready": "Selecteer alstublieft een winkel.", + "ropis": "Dit product is niet beschikbaar voor Click & Reserve in deze winkel. Kies een andere optie of winkel.", + "bopis": "Dit product is niet beschikbaar voor Click & Collect in deze winkel. Kies een andere optie of winkel." + } + }, + "stock_info": { + "pick_up_at": "bij {storeName}", + "availableInventory": "{visibleInventory} op voorraad", + "available": "Beschikbaar", + "limitedAvailability": "Nog slechts {visibleInventory} op voorraad", + "notAvailable": "Niet beschikbaar", + "customAvailability": "Niet beschikbaar in deze winkel", + "comingSoon": "Binnenkort beschikbaar" + }, + "no_available": "niet beschikbaar", + "multi_location_modal": { + "title": "Winkel wijzigen", + "message": "U heeft al producten uit een andere winkel in uw winkelmand. Deze producten zullen worden gewijzigd naar de nieuwe winkel. Prijzen en beschikbaarheid kunnen variëren.", + "change_store": "Winkel wijzigen" + } + }, "category": { "error": { "title": "Oops!", @@ -177,6 +386,9 @@ }, "showAllProducts": { "label": "Toon alle producten" + }, + "errors": { + "404": "Categorie niet gevonden" } }, "search": { @@ -202,14 +414,29 @@ "dismiss": "Verwerpen", "ok": "Ok", "title_error": "Oops!", - "body_error": "Een onverwachte fout is opgetreden. Probeer opnieuw." + "body_error": "Een onverwachte fout is opgetreden. Probeer opnieuw.", + "close": "Sluiten", + "login": "Inloggen" }, "cart": { + "grand_total": "Totaal", + "current_total": "Totaal", + "items": "Producten", + "price": "Prijs", + "quantity": "Hoeveelheid", + "fulfilled_quantity": "Uitgevoerde hoeveelheid", + "ordered_quantity": "Bestelde hoeveelheid", + "location": "Winkel", + "status": "Status", + "remove_item": "Product verwijderen", "subtotal": "Subtotaal", "total": "Totaal winkelwagen", "discount": "Korting", "discount_with_label": "Korting ({label})", + "coupon_label": "Coupon: {label}", + "promotion_label": "{label}", "checkout": "Afrekenen", + "reserve": "Reserveren", "remove": "Verwijderen", "edit": "Wijzig", "empty": "Uw winkelwagen is leeg", @@ -222,9 +449,61 @@ "coupon_was_added": "Coupon is aan winkelwagen toegevoegd!", "coupons_not_supported": "Wissel uw vouchers en cadeaubonnen in bij de volgende stap", "free_shipping": "Gratis verzending", + "allow_substitution_all": "Vervangende artikelen toestaan voor alle producten?", + "allow_substitution": "Vervangende artikelen toestaan", "message_type_info": "Informatie", "message_type_error": "Fout", - "message_type_warning": "Waarschuwing" + "message_type_warning": "Waarschuwing", + "errors": { + "404": "Een of meer producten zijn vanwege beschikbaarheid uit uw winkelmand verwijderd.", + "1001": "Een of meer producten in uw winkelmand zijn momenteel niet op voorraad. Verwijder deze alstublieft.", + "1002": "Bestellingen zijn beperkt tot één ophaallocatie. Kies alstublieft slechts één winkel.", + "1003": "Het geselecteerde tijdvak voor ophalen is niet meer beschikbaar. Kies een andere ophaaltijd.", + "item": { + "1001": "Dit product is niet in de gewenste hoeveelheid beschikbaar.", + "1004": "Selecteer alstublieft een ophaaltijd.", + "1005": "De minimale bestelhoeveelheid van {minQty} is nog niet bereikt.", + "1006": "De maximale bestelhoeveelheid van {maxQty} is overschreden.", + "1007": "Selecteer alstublieft een ophaallocatie.", + "shopgate.cart.updateProducts": { + "1001": "Dit product is niet in de gewenste hoeveelheid beschikbaar." + }, + "shopgate.cart.addProducts": { + "1001": "Dit product is niet in de gewenste hoeveelheid beschikbaar." + }, + "generic": "Er is een onverwachte fout opgetreden met dit product.", + "insufficientstock": "Momenteel niet op voorraad." + }, + "coupon": { + "404": "Deze coupon bestaat niet.", + "2000": "Deze coupon is ongeldig.", + "2001": "Deze coupon is pas geldig vanaf {startDate, date, yyyyMMdd} om {startDate, time, short} uur.", + "2002": "Deze coupon is verlopen op {endDate, date, yyyyMMdd} om {endDate, time, short} uur.", + "2003": "Deze coupon is niet geldig voor uw huidige winkelmand.", + "2004": "Deze coupon is al ingewisseld.", + "2005": "Deze coupon heeft het maximale aantal keer dat het kan worden ingewisseld bereikt.", + "generic": "Er is een onverwachte fout opgetreden met deze coupon." + }, + "generic": "Er is een onverwachte fout opgetreden.", + "insufficientstock": "Een of meer producten in uw winkelmand zijn momenteel niet op voorraad. Verwijder deze alstublieft.", + "multiplelocations": "Bestellingen zijn beperkt tot één ophaallocatie. Kies alstublieft slechts één winkel.", + "productsNotFound": "Een of meer producten zijn vanwege beschikbaarheid uit uw winkelmand verwijderd.", + "mixed_cart": "Reserveringen en online bestellingen moeten apart worden geplaatst. Pas uw producten aan zodat de winkelmand ofwel alleen online bestellingen ofwel alleen reserveringen bevat.", + "direct_ship_item": "Controleer of dit product gereserveerd kan worden in een winkel in de buurt.", + "ropis_cart_inventory": "Niet alle producten kunnen worden gereserveerd. Controleer de fouten en pas de bezorgopties aan.", + "ropis_item_inventory": "Dit product kan niet worden gereserveerd in de gewenste winkel. Controleer of het in een andere winkel op voorraad is.", + "ropis_item_inventory_exceed": "Gewenste hoeveelheid niet beschikbaar bij {storeName}. De maximale hoeveelheid van {inventory} zal worden gereserveerd.", + "mixed_cart_coupon_removed": "De coupon \"{code}\" is niet beschikbaar voor reserveringen." + }, + "change_fulfillment": { + "direct_ship": "Wijzigen naar online bestellen", + "bopis": "Wijzigen naar Click & Collect", + "ropis": "Wijzigen naar Click & Reserve" + }, + "price_caption": { + "reservation": "Reservering", + "pay_in_store": "Betalen in de winkel" + } }, "login": { "headline": "Welkom", @@ -237,10 +516,18 @@ "no_account": "Heeft u geen account?", "register": "Creëer uw account hier!", "logout_message": "U bent uitgelogd.", - "error": "Uw gebruikersnaam en wachtwoord matchen geen account." + "error": "Uw gebruikersnaam en wachtwoord matchen geen account.", + "auto_logout_message": "U bent automatisch uitgelogd.", + "reset_password": { + "subline": "Voer alstublieft uw e-mailadres in.", + "reset_instructions": "U ontvangt een e-mail om uw wachtwoord opnieuw in te stellen op {email}", + "back_to_login": "Terug naar inloggen", + "customer_not_found": "Geen account gevonden met dit e-mailadres." + } }, "navigation": { "login_register": "Log in / Registreer", + "your_account": "Mijn account", "home": "Home", "categories": "Categorieën", "favorites": "Favorieten", @@ -253,16 +540,16 @@ "terms": "Algemene Voorwaarden", "privacy": "Privacybeleid", "privacySettings": "Privacy-instellingen", + "back_in_stock": "Terug in voorraad herinnering", "welcome_message": "Welkom {name}", "return_policy": "Herroepingsrecht", "logout": "Log uit", + "back": "Terug naar {title}", + "open_menu": "Menu openen", "menuSubHeader": { "more": "Meer", "about": "Over ons" - }, - "back_in_stock": "Terug in voorraad herinnering", - "back": "Terug naar {title}", - "open_menu": "Open menu" + } }, "reviews": { "rating": "Rating", @@ -297,8 +584,211 @@ "geolocation_message": "Ga naar Instellingen en schakel locatiemachtigingen in om winkels bij u in de buurt te vinden." } }, + "checkout": { + "submit_order": "Nu kopen", + "continue_payment": "Doorgaan naar betaling", + "continue": "Doorgaan", + "steps": "Stap {from} van {to}", + "change_contacts": "Contact wijzigen", + "change_addresses": "Adres wijzigen", + "finalizePayment": "Bestelling afronden", + "payment": { + "title": "Hoe wilt u betalen?", + "buttons": { + "stripe": "Creditcard" + } + }, + "shippingMethod": { + "title": "Verzendmethode", + "errors": { + "noShippingAddress": "Voer alstublieft eerst een verzendadres in.", + "invalidShippingAddress": "Deze winkelmand kan niet naar het opgegeven adres worden verzonden." + } + }, + "errors": { + "genericInitialize": "Afrekenen is momenteel niet beschikbaar, probeer het later opnieuw.", + "genericUpdate": "De bestelling kon niet worden verwerkt, probeer het later opnieuw.", + "checkCart": "Controleer alstublieft uw winkelmand.", + "genericSubmit": "De bestelling kon niet worden verwerkt, controleer alstublieft uw winkelmand.", + "paypalFunding": "Er is een fout opgetreden bij het uitvoeren van de betaling.", + "missingPaymentMethod": "Geen betaalmethode ingesteld.", + "noPaymentTransaction": "Geen betalingstransactie beschikbaar.", + "genericUpdateBilling": "Fout bij het bijwerken van het factuuradres", + "payment": { + "genericExternal": "Betaling met de geselecteerde betaalmethode is mislukt. Probeer het opnieuw met een andere betaalmethode." + } + }, + "pickup_contact": { + "headline": "Afhaalcontact", + "headline_reserve": "Afhaalcontact", + "subheadline": "De bestelbevestiging wordt naar dit e-mailadres verzonden. Telefoonnummer wordt alleen gebruikt bij vragen.", + "form": { + "firstName": "Voornaam", + "lastName": "Achternaam", + "mobile": "Mobiel Nummer", + "emailAddress": "E-mailadres", + "password": "Wachtwoord *", + "passwordConfirm": "Wachtwoord bevestigen *", + "company": "Bedrijf", + "address1": "Straat en huisnummer", + "address2": "Adresregel 2", + "postalCode": "Postcode", + "city": "Stad", + "country": "Land", + "region": "Provincie", + "who_will_pickup": "Wie haalt deze bestelling op?", + "me": "Ikzelf", + "someone_else": "Iemand anders", + "instructions": "Ophaalnotities" + } + }, + "billing": { + "headline": "Factuuradres", + "headline_reserve": "Bestelcontact", + "save": "Opslaan", + "address": "{postalCode} {city}, {region}", + "edit": "Bewerken", + "change": "Wijzigen", + "select_address": "Kies een factuuradres" + }, + "shipping": { + "headline": "Verzendadres", + "save": "Opslaan", + "address": "{postalCode} {city}, {region}", + "edit": "Bewerken", + "change": "Wijzigen", + "select_address": "Kies een verzendadres" + }, + "creditCard": { + "headline": "Betaalmethode", + "card": "Creditcardnummer *", + "cvc": "Beveiligingscode *", + "expiry": "Geldig tot *" + }, + "summary": { + "headline": "Samenvatting", + "tax": "Belastingen", + "subTotal": "Subtotaal", + "shippingTotal": "Verzendkosten", + "total": "Totaal" + }, + "success": { + "title": "Bedankt voor uw bestelling", + "instructions_1": "Hieronder vindt u de informatie over uw bestelling. Neem bij vragen over uw bestelling contact op met uw winkel.", + "instructions_2": "Houd er rekening mee dat afhaaltijden kunnen variëren op feestdagen en weekenden.", + "order_number": "Bestelnummer: {orderNumber}", + "order_date": "Besteldatum: {date}", + "your_items": "Producten:", + "pick_up_contact": "Afhaalcontact", + "order_contact": "Bestelcontact", + "pickup_notes": "Afhaalnotities", + "billed_to": "Factuuradres", + "shipped_to": "Verzendadres", + "order_summary": "Bestelsamenvatting", + "name": "Naam", + "phone_number": "Telefoonnummer", + "email_address": "E-mailadres", + "card_holder": "Kaarthouder", + "address": "Adres", + "payment_method": "Betaalmethode", + "shipping_method": "Verzendmethode", + "continue": "Doorgaan met winkelen" + } + }, + "order": { + "status": { + "order": { + "submitted": "Ingediend", + "inProgress": "In behandeling", + "ready": "Klaar om op te halen", + "completed": "Voltooid", + "canceled": "Geannuleerd" + }, + "line_item": { + "pending": "In afwachting", + "inProgress": "In behandeling", + "unavailable": "Niet beschikbaar", + "canceled": "Geannuleerd", + "fulfilled": "Uitgevoerd", + "substituted": "Vervangen", + "replaced": "Vervangen", + "itemAdded": "Toegevoegd", + "rejected": "Geweigerd", + "open": "Open" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Ophaallocatie", + "address": "Adres", + "phone_number": "Telefoonnummer" + }, + "subline": { + "order_number": "Uw bestelnummer is: {orderNumber}", + "order_status": "Status: {status}" + }, + "authenticate": { + "instructions": "Verifieer uzelf met het e-mailadres en telefoonnummer die voor de bestelling zijn gebruikt.", + "or_login": "Of inloggen" + }, + "errors": { + "authenticate": "E-mailadres en telefoonnummer komen niet overeen met deze bestelling.", + "expired": "De sessie voor deze bestelling is verlopen.", + "authorize": "Deze bestelling behoort niet tot dit account.", + "not_found": "Bestelling niet gevonden." + }, + "cancel": { + "button": "Bestelling annuleren", + "modal": { + "title": "Annuleren", + "message": "Weet u zeker dat u de bestelling wilt annuleren? Deze actie kan niet ongedaan worden gemaakt!", + "confirm": "Ja, bestelling annuleren" + } + } + }, + "orders": { + "header": { + "date": "Besteldatum", + "orderNumber": "Bestelnummer", + "status": "Status", + "lineItemCount": "Aantal producten", + "total": "Besteltotaal" + }, + "no_result": { + "body": "Geen bestellingen gevonden." + }, + "itemCount": "{count, plural, =1 {product} other {producten}}" + }, + "page": { + "not_found": "Helaas, de gewenste pagina is niet gevonden.", + "continue": "Verder winkelen" + }, + "registration": { + "create_account": "Account aanmaken", + "marketing_opt_in_label": "Houd mij op de hoogte van nieuws en exclusieve aanbiedingen.", + "different_shipping_address_label": "Afwijkend verzendadres", + "headlines": { + "create_new_account": "Nieuw account aanmaken", + "shipping_address": "Verzendadres", + "billing_address": "Factuuradres", + "billing_address_reserve": "Bestelcontact" + } + }, "error": { - "general": "Onmogelijk de se connecter. Controleer je internetverbinding en probeer opnieuw." + "general": "Onmogelijk om verbinding te maken. Controleer je internetverbinding en probeer opnieuw." + }, + "validation": { + "required": "Vul dit veld in alstublieft", + "email": "Voer alstublieft een geldig e-mailadres in", + "numeric": "Voer alstublieft alleen cijfers in", + "alphaNumeric": "Voer alstublieft alleen letters en cijfers in", + "mobileNumber": "Voer alstublieft een geldig mobiel nummer in", + "date": "Voer alstublieft een geldige datum in", + "checkField": "Controleer dit veld alstublieft", + "emailConflict": "Dit e-mailadres is al geregistreerd", + "passwordMismatch": "De wachtwoorden komen niet overeen", + "minPasswordLength": "Het wachtwoord moet minimaal %'{count} tekens bevatten" }, "formats": { "date": { @@ -307,7 +797,34 @@ }, "MMM": { "month": "short" + }, + "pattern": "dd.mm.jjjj" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "ft", + "mi": "mi" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "St." + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-gmd/locale/pl-PL.json b/themes/theme-gmd/locale/pl-PL.json index 13b0bbd24d..24b519c808 100644 --- a/themes/theme-gmd/locale/pl-PL.json +++ b/themes/theme-gmd/locale/pl-PL.json @@ -10,7 +10,11 @@ "show_products": "Pokaż produkty", "back": "Powrót", "close": "Zamknij", - "products": "Produkty" + "products": "Produkty", + "error": "Wystąpił nieoczekiwany błąd. Proszę spróbować ponownie.", + "errors": { + "generic": "Wystąpił nieoczekiwany błąd. Proszę spróbować ponownie." + } }, "titles": { "categories": "Wszystkie kategorie", @@ -20,7 +24,76 @@ "reviews": "Recenzje", "favorites": "Lista życzeń", "scanner": "Skaner", - "back_in_stock": "Powiadomienia" + "back_in_stock": "Powiadomienia", + "checkout": "Zamówienie", + "checkout_confirmation": "Zamówienie zakończone sukcesem", + "checkout_change_billing": "Zmień adres rozliczeniowy", + "register": "Zarejestruj się", + "order_details": "Szczegóły zamówienia", + "store_finder": "Znajdź sklep", + "order_history": "Historia zamówień", + "profile": "Profil", + "your_account": "Moje konto", + "your_account_contact": "Adres", + "page_not_found": "Strona nieznaleziona", + "checkout_addresses_shipping": "Wybierz adres dostawy", + "checkout_addresses_billing": "Wybierz adres rozliczeniowy", + "checkout_addresses_add_shipping": "Dodaj adres dostawy", + "checkout_addresses_add_billing": "Dodaj adres rozliczeniowy", + "checkout_addresses_edit_shipping": "Edytuj adres dostawy", + "checkout_addresses_edit_billing": "Edytuj adres rozliczeniowy" + }, + "account": { + "profile": { + "customer": { + "number": "Nr klienta: {customerNumber}" + }, + "form": { + "firstName": "Imię", + "middleName": "Drugie Imię", + "lastName": "Nazwisko", + "emailAddress": "Adres E-mail", + "address1": "Ulica i Numer Domu", + "address2": "Adres 2", + "address3": "Adres 3", + "address4": "Adres 4", + "postalCode": "Kod Pocztowy", + "city": "Miasto", + "country": "Kraj", + "phone": "Numer Telefonu", + "mobile": "Numer Komórkowy", + "region": "Województwo", + "marketing_opt_in_label": "Chcę być informowany o nowościach i ekskluzywnych ofertach.", + "default_billing": "Domyślny adres rozliczeniowy", + "default_shipping": "Domyślny adres dostawy", + "save_default_billing": "Zapisz ten adres rozliczeniowy dla przyszłych zamówień", + "save_default_shipping": "Zapisz ten adres dostawy dla przyszłych zamówień", + "save": "Zapisz", + "add": "Dodaj adres", + "success": "Profil zapisany", + "error": "Błąd podczas zapisywania" + }, + "delete": "Usuń konto", + "address_book": { + "title": "Książka adresowa", + "default_billing": "Domyślny adres rozliczeniowy", + "default_shipping": "Domyślny adres dostawy", + "add": "Dodaj adres", + "select": "Wybierz", + "selected": "Wybrano", + "success": "Profil zapisany", + "context": { + "edit": "Edytuj", + "remove": "Usuń" + } + }, + "confirm": { + "title": "Czy jesteś pewien?", + "confirm": "Potwierdź", + "messageContact": "Czy na pewno chcesz usunąć ten adres?", + "messageCustomer": "Czy na pewno chcesz usunąć swoje konto? Wszystkie Twoje dane osobowe i ustawienia zostaną usunięte." + } + } }, "back_in_stock": { "list_states": { @@ -40,28 +113,28 @@ } }, "favorites": { - "add": "Dodaj do listy obserwowanych", - "added": "Produkt został dodany do listy obserwowanych", + "add": "Dodaj do ulubionych", + "added": "Produkt został dodany do ulubionych", "continue": "Kontynuuj zakupy", - "empty": "Nie masz jeszcze żadnych produktów na swojej liście obserwowanych", - "error_add": "Produkt nie może zostać dodany do listy obserwowanych", - "error_remove": "Produkt nie może zostać usunięty z listy obserwowanych", - "error_limit": "Przekroczona została dozwolona liczba produktów na liście obserwacyjnej.", - "error_general": "Lista życzeń nie mogła zostać zapisana", - "remove": "Usuń z listy obserwowanych", - "removed": "Usunięto z listy obserwowanych", + "empty": "Nie masz jeszcze żadnych produktów w ulubionych", + "error_add": "Produkt nie może zostać dodany do ulubionych", + "error_remove": "Produkt nie może zostać usunięty z ulubionych", + "error_limit": "Przekroczona została dozwolona liczba produktów w ulubionych.", + "error_general": "Lista ulubionych nie mogła zostać zapisana", + "remove": "Usuń z ulubionych", + "removed": "Usunięto z ulubionych", "add_list_modal": { - "title": "Utwórz nową listę życzeń", + "title": "Utwórz nową listę ulubionych", "dismiss": "Anuluj", "confirm": "Potwierdź", - "message": "Nazwa Twojej nowej listy życzeń", + "message": "Nazwa Twojej nowej listy ulubionych", "label": "Nazwa" }, "rename_list_modal": { - "title": "Zmień nazwę listy życzeń", + "title": "Zmień nazwę listy ulubionych", "dismiss": "Anuluj", "confirm": "Potwierdź", - "message": "Nowa nazwa Twojej listy życzeń", + "message": "Nowa nazwa Twojej listy ulubionych", "label": "Nazwa" }, "delete_list_modal": { @@ -70,7 +143,24 @@ }, "add_list": "Utwórz nową listę", "errors": { - "invalid_name": "Proszę podać pełną nazwę dla swojej listy życzeń" + "invalid_name": "Proszę podać pełną nazwę dla swojej listy ulubionych" + }, + "comment_modal": { + "titleAdd": "Dodaj komentarz", + "titleEdit": "Edytuj komentarz", + "dismiss": "Anuluj", + "confirm": "Potwierdź", + "label": "Komentarz", + "characterCount": "{count} z {maxCount} znaków" + }, + "comments": { + "add": "Dodaj komentarz", + "notes": "Komentarz", + "edit": "Edytuj", + "delete": "Usuń", + "added": "Komentarz dodany", + "removed": "Komentarz usunięty", + "updated": "Komentarz zaktualizowany" }, "rename_list": "Zmień nazwę", "remove_list": "Usuń", @@ -81,8 +171,9 @@ "title": "Wybierz metodę zamawiania" }, "list_chooser": { - "title": "Wybierz listę życzeń", + "title": "Wybierz listę ulubionych", "add": "Dodaj", + "add_more": "Dodaj więcej", "remove": "Usuń" }, "modal": { @@ -98,7 +189,11 @@ "default": "Sortuj według", "most_popular": "Najlepsze wyniki", "price_desc": "Najpierw najwyższa cena", - "price_asc": "Najpierw najniższa cena" + "price_asc": "Najpierw najniższa cena", + "name_asc": "Nazwa A - Z", + "name_desc": "Nazwa Z - A", + "rank_asc": "Najniższa ranga najpierw", + "rank_desc": "Najwyższa ranga najpierw" }, "apply": "Gotowe", "more": "więcej", @@ -123,10 +218,16 @@ }, "msrp": "MSRP", "label": "Cena {price}.", - "label_old_price": "Stara cena {price}." + "label_old_price": "Stara cena {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Darmowe" }, "product": { + "errors": { + "insufficientstock": "Niestety, ten produkt nie jest obecnie dostępny." + }, "description_heading": "Opis", + "share": "Udostępnij produkt", "pick_an_attribute": "{0} wybierz", "tax_disclaimer": "* Z uwzględnieniem podatku VAT oraz ewentualnych kosztów wysyłki.", "adding_item": "{count, plural, =1 {Dodawany jest jeden produkt} other {Dodawane są {count} produkty}}", @@ -135,6 +236,10 @@ "add_to_cart": "Dodaj do koszyka", "no_more_found": "Artykuł: \"{name}\" jest obecnie niedostępna.", "quantity": "Ilość", + "decrease_quantity": "Zmniejsz ilość", + "increase_quantity": "Zwiększ ilość", + "increased_quantity_to": "Zwiększono ilość do {quantity}", + "decreased_quantity_to": "Zmniejszono ilość do {quantity}", "minOrderQuantity": "Min. wielkość zamówienia: {quantity} {unit}", "maxOrderQuantity": "Maks. Ilość zamówienia: {quantity} {unit}", "available": { @@ -149,11 +254,13 @@ "sections": { "information": "Informacje o produkcie", "options": "Wybierz opcje", + "fulfillment": "Dostępność", "description": "Opis", "properties": "Właściwości", "ratings": "Recenzje", "purchase": "Kup produkt", - "quantity": "Ilość" + "quantity": "Ilość", + "price": "Cena" }, "displayGroups": { "general": "Ogólne", @@ -162,6 +269,108 @@ "properties": "Cechy" } }, + "locations": { + "headline": "Sklepy w Twojej okolicy", + "details": "Szczegóły", + "hours_details": "Szczegóły godzin otwarcia", + "today_hours": "Dziś: {hours}", + "today_hours_long": "Dziś otwarte: {hours}", + "address": "{postalCode} {city}", + "map_open": "Otwórz w mapach", + "phone": "Numer telefonu", + "mon": "Poniedziałek", + "tue": "Wtorek", + "wed": "Środa", + "thu": "Czwartek", + "fri": "Piątek", + "sat": "Sobota", + "sun": "Niedziela", + "place_reservation": "Złóż rezerwację", + "firstName": "Imię", + "lastName": "Nazwisko", + "cellPhone": "Numer telefonu komórkowego do powiadomień SMS", + "emailAddress": "Adres e-mail", + "who_will_pickup": "Kto odbierze to zamówienie?", + "me": "Ja sam", + "someone_else": "Ktoś inny", + "success_heading": "Potwierdzenie rezerwacji", + "success_title": "Dziękujemy za dokonanie rezerwacji!", + "success_copy": "Wkrótce wyślemy Ci wiadomość e-mail/SMS, gdy Twoja rezerwacja będzie gotowa do odbioru.", + "success_order_num": "Nr rezerwacji", + "error_heading": "Wystąpił błąd", + "error_title": "Niestety, nie udało się zakończyć rezerwacji.", + "error_copy": "Podczas procesu rezerwacji wystąpił błąd. Możliwe, że niektóre produkty są już wyprzedane. Proszę sprawdzić dostępność w innych sklepach w koszyku.", + "error_invalid_zip_code": "Proszę podać prawidłowy kod pocztowy.", + "error_no_store_found": "W tej okolicy nie znaleźliśmy żadnych sklepów, proszę sprawdzić dane.", + "search_placeholder": "Kod pocztowy", + "change_location": "Zmień sklep", + "select_location": "Wybierz sklep", + "get_directions": "Wyznacz trasę", + "store_hours": "Godziny otwarcia", + "radius_km": "{radius} km", + "radius_mi": "{radius} mil", + "radius": "Promień", + "stores_near": { + "zip_code": "Sklepy w pobliżu \"{zipCode}\"", + "location": "Sklepy w Twojej okolicy" + }, + "your_current_timeslot": { + "heading": "Czas odbioru", + "change": "Zmień", + "today": "Dziś", + "tomorrow": "Jutro", + "not_set": "Proszę wybrać...", + "dialog": { + "title": "Wybierz czas odbioru", + "date": "Data", + "morning": "Rano", + "afternoon": "Po południu", + "evening": "Wieczorem", + "schedule": "Wybierz" + } + }, + "your_current_location": { + "heading": "Aktualny sklep", + "change": "Zmień" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Zamów online" + }, + "choose_reservation_type": "Wybierz rodzaj rezerwacji", + "quick_reserve": "Rezerwuj szybko", + "reserve_to_cart": "Zarezerwuj do koszyka", + "change_fulfillment_method": "Zmień metodę dostawy", + "fulfillment": { + "heading": "Dostępność", + "direct_ship": "Zamów online", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Ten produkt nie jest dostępny do wysyłki. Proszę wybrać inną opcję lub sprawdzić dostępność w pobliskim sklepie.", + "reserve": "Ten produkt nie jest dostępny w wybranym sklepie. Proszę wybrać inny sklep.", + "not_ready": "Proszę wybrać sklep.", + "ropis": "Ten produkt nie jest dostępny w opcji Click & Reserve w tym sklepie. Proszę wybrać inną opcję lub sklep.", + "bopis": "Ten produkt nie jest dostępny w opcji Click & Collect w tym sklepie. Proszę wybrać inną opcję lub sklep." + } + }, + "stock_info": { + "pick_up_at": "w {storeName}", + "availableInventory": "{visibleInventory} na stanie", + "available": "Dostępne", + "limitedAvailability": "Tylko {visibleInventory} na stanie", + "notAvailable": "Niedostępne", + "customAvailability": "Niedostępne w tym sklepie", + "comingSoon": "Wkrótce dostępne" + }, + "no_available": "niedostępne", + "multi_location_modal": { + "title": "Zmień sklep", + "message": "Masz już produkty z innego sklepu w koszyku. Te produkty zostaną przeniesione do nowego sklepu. Ceny i dostępność mogą się różnić.", + "change_store": "Zmień sklep" + } + }, "category": { "error": { "title": "Ups", @@ -177,6 +386,9 @@ }, "showAllProducts": { "label": "Pokaż wszystkie produkty" + }, + "errors": { + "404": "Kategorii nie znaleziono" } }, "search": { @@ -202,14 +414,29 @@ "dismiss": "Anuluj", "ok": "Ok", "title_error": "Ups!", - "body_error": "Wystąpił nieoczekiwany błąd. Proszę spróbować ponownie." + "body_error": "Wystąpił nieoczekiwany błąd. Proszę spróbować ponownie.", + "close": "Zamknij", + "login": "Zaloguj się" }, "cart": { + "grand_total": "Suma", + "current_total": "Suma", + "items": "Produkty", + "price": "Cena", + "quantity": "Ilość", + "fulfilled_quantity": "Zrealizowana ilość", + "ordered_quantity": "Zamówiona ilość", + "location": "Sklep", + "status": "Status", + "remove_item": "Usuń produkt", "subtotal": "Suma cząstkowa", "total": "Suma koszyka", "discount": "Rabat", "discount_with_label": "Rabat ({label})", + "coupon_label": "Kupon: {label}", + "promotion_label": "{label}", "checkout": "Kasa", + "reserve": "Rezerwuj", "remove": "Usuń", "edit": "Edytuj", "empty": "Twój koszyk jest pusty.", @@ -222,9 +449,61 @@ "coupon_was_added": "Voucher został dodany!", "coupons_not_supported": "Realizacja bonów i kart podarunkowych w następnym kroku", "free_shipping": "Darmowa wysyłka", + "allow_substitution_all": "Zezwolić na zamienniki dla wszystkich produktów?", + "allow_substitution": "Zezwól na zamienniki", "message_type_info": "Info", "message_type_error": "Błąd", - "message_type_warning": "Ostrzeżenie" + "message_type_warning": "Ostrzeżenie", + "errors": { + "404": "Jeden lub więcej produktów zostało usuniętych z koszyka z powodu braku dostępności.", + "1001": "Jeden lub więcej produktów w koszyku jest niedostępnych. Proszę usunąć je.", + "1002": "Zamówienia są ograniczone do jednego sklepu. Proszę wybrać tylko jeden sklep.", + "1003": "Wybrane okno czasowe odbioru nie jest już dostępne. Proszę wybrać inny czas odbioru.", + "item": { + "1001": "Produkt jest niedostępny w żądanej ilości.", + "1004": "Proszę wybrać czas odbioru.", + "1005": "Minimalna ilość zamówienia wynosi {minQty}.", + "1006": "Przekroczono maksymalną ilość zamówienia {maxQty}.", + "1007": "Proszę wybrać sklep.", + "shopgate.cart.updateProducts": { + "1001": "Produkt jest niedostępny w żądanej ilości." + }, + "shopgate.cart.addProducts": { + "1001": "Produkt jest niedostępny w żądanej ilości." + }, + "generic": "Wystąpił nieoczekiwany błąd dla tego produktu.", + "insufficientstock": "Obecnie brak na stanie." + }, + "coupon": { + "404": "Ten kupon nie istnieje.", + "2000": "Ten kupon jest nieważny.", + "2001": "Kupon jest ważny od {startDate, date, yyyyMMdd} o {startDate, time, short}.", + "2002": "Kupon wygasł {endDate, date, yyyyMMdd} o {endDate, time, short}.", + "2003": "Ten kupon nie jest ważny dla Twojego koszyka.", + "2004": "Ten kupon został już wykorzystany.", + "2005": "Kupon osiągnął limit maksymalnych użyć.", + "generic": "Wystąpił nieoczekiwany błąd dla tego kuponu." + }, + "generic": "Wystąpił nieoczekiwany błąd.", + "insufficientstock": "Jeden lub więcej produktów w koszyku jest niedostępnych. Proszę je usunąć.", + "multiplelocations": "Zamówienia są ograniczone do jednego sklepu. Proszę wybrać tylko jeden sklep.", + "productsNotFound": "Jeden lub więcej produktów zostało usuniętych z koszyka z powodu braku dostępności.", + "mixed_cart": "Rezerwacje i zamówienia online muszą być złożone osobno. Proszę dostosować produkty, tak aby koszyk zawierał tylko zamówienia online lub tylko rezerwacje.", + "direct_ship_item": "Sprawdź, czy ten produkt można zarezerwować w pobliskim sklepie.", + "ropis_cart_inventory": "Nie wszystkie produkty mogą być zarezerwowane. Proszę sprawdzić błędy i zmienić opcje dostawy.", + "ropis_item_inventory": "Ten produkt nie może zostać zarezerwowany w wybranym sklepie. Sprawdź dostępność w innym sklepie.", + "ropis_item_inventory_exceed": "Żądana ilość nie jest dostępna w sklepie {storeName}. Zarezerwowano maksymalną ilość {inventory}.", + "mixed_cart_coupon_removed": "Kupon \"{code}\" nie jest dostępny dla rezerwacji." + }, + "change_fulfillment": { + "direct_ship": "Zmień na zamówienie online", + "bopis": "Zmień na Click & Collect", + "ropis": "Zmień na Click & Reserve" + }, + "price_caption": { + "reservation": "Rezerwacja", + "pay_in_store": "Zapłać w sklepie" + } }, "login": { "headline": "Witamy na naszej stronie!", @@ -237,13 +516,21 @@ "no_account": "Nie masz jeszcze konta?", "register": "Zacznij od tego miejsca.", "logout_message": "Zostałeś wylogowany.", - "error": "Nazwa użytkownika lub hasło są nieprawidłowe" + "error": "Nazwa użytkownika lub hasło są nieprawidłowe", + "auto_logout_message": "Zostałeś automatycznie wylogowany.", + "reset_password": { + "subline": "Proszę podać swój adres e-mail.", + "reset_instructions": "Instrukcje resetowania hasła zostały wysłane na adres {email}", + "back_to_login": "Powrót do logowania", + "customer_not_found": "Nie znaleziono konta dla podanego adresu e-mail." + } }, "navigation": { "login_register": "Zaloguj się", + "your_account": "Moje konto", "home": "Strona główna", "categories": "Kategorie", - "favorites": "Lista życzeń", + "favorites": "Ulubione", "my_orders": "Moje polecenia", "cart": "Koszyk na zakupy", "scanner": "Skaner", @@ -253,16 +540,16 @@ "terms": "Warunki", "privacy": "Polityka prywatności", "privacySettings": "Ustawienia prywatności", + "back_in_stock": "Przypomnienie o powrocie do magazynu", "welcome_message": "Witaj {name}", "return_policy": "Polityka anulowania", "logout": "Zrezygnuj z subskrypcji", + "back": "Powrót do {title}", + "open_menu": "Otwórz menu", "menuSubHeader": { "more": "Więcej", "about": "O nas" - }, - "back_in_stock": "Przypomnienie o powrocie do magazynu", - "back": "Powrót do {title}", - "open_menu": "Otwórz menu" + } }, "reviews": { "rating": "Przegląd", @@ -297,9 +584,212 @@ "geolocation_message": "Potrzebujemy dostępu do lokalizacji, aby pokazać pobliskie sklepy." } }, + "checkout": { + "submit_order": "Kup teraz", + "continue_payment": "Kontynuuj do płatności", + "continue": "Kontynuuj", + "steps": "Krok {from} z {to}", + "change_contacts": "Zmień kontakt", + "change_addresses": "Zmień adres", + "finalizePayment": "Zakończ zamówienie", + "payment": { + "title": "Jak chcesz zapłacić?", + "buttons": { + "stripe": "Karta kredytowa" + } + }, + "shippingMethod": { + "title": "Metoda wysyłki", + "errors": { + "noShippingAddress": "Proszę najpierw podać adres dostawy.", + "invalidShippingAddress": "Ten koszyk nie może być wysłany na podany adres dostawy." + } + }, + "errors": { + "genericInitialize": "Zamówienie jest obecnie niedostępne, spróbuj później.", + "genericUpdate": "Zamówienie nie mogło zostać przetworzone, spróbuj później.", + "checkCart": "Proszę sprawdzić koszyk.", + "genericSubmit": "Zamówienie nie mogło zostać przetworzone, proszę sprawdzić koszyk.", + "paypalFunding": "Wystąpił błąd podczas płatności.", + "missingPaymentMethod": "Nie skonfigurowano metody płatności.", + "noPaymentTransaction": "Brak dostępnej transakcji płatniczej.", + "genericUpdateBilling": "Błąd podczas aktualizacji adresu rozliczeniowego", + "payment": { + "genericExternal": "Płatność się niestety nie powiodła wybraną metodą. Spróbuj ponownie, wybierając inną metodę." + } + }, + "pickup_contact": { + "headline": "Kontakt do odbioru", + "headline_reserve": "Kontakt do odbioru", + "subheadline": "Potwierdzenie zamówienia zostanie wysłane na ten adres e-mail. Numer telefonu zostanie użyty tylko w razie pytań.", + "form": { + "firstName": "Imię", + "lastName": "Nazwisko", + "mobile": "Numer Komórkowy", + "emailAddress": "Adres e-mail", + "password": "Hasło *", + "passwordConfirm": "Powtórz hasło *", + "company": "Firma", + "address1": "Ulica i numer domu", + "address2": "Dodatkowe informacje o adresie", + "postalCode": "Kod Pocztowy", + "city": "Miasto", + "country": "Kraj", + "region": "Województwo", + "who_will_pickup": "Kto odbierze to zamówienie?", + "me": "Ja sam", + "someone_else": "Ktoś inny", + "instructions": "Instrukcje odbioru" + } + }, + "billing": { + "headline": "Adres rozliczeniowy", + "headline_reserve": "Kontakt do zamówienia", + "save": "Zapisz", + "address": "{postalCode} {city}, {region}", + "edit": "Zmień", + "change": "Zmień", + "select_address": "Wybierz adres rozliczeniowy" + }, + "shipping": { + "headline": "Adres dostawy", + "save": "Zapisz", + "address": "{postalCode} {city}, {region}", + "edit": "Zmień", + "change": "Zmień", + "select_address": "Wybierz adres dostawy" + }, + "creditCard": { + "headline": "Metoda płatności", + "card": "Numer karty kredytowej *", + "cvc": "Kod bezpieczeństwa *", + "expiry": "Data ważności *" + }, + "summary": { + "headline": "Podsumowanie", + "tax": "Podatki", + "subTotal": "Suma częściowa", + "shippingTotal": "Koszty wysyłki", + "total": "Suma" + }, + "success": { + "title": "Dziękujemy za zamówienie", + "instructions_1": "Poniżej znajdziesz informacje dotyczące zamówienia. W razie pytań, skontaktuj się ze sklepem.", + "instructions_2": "Proszę pamiętać, że czasy odbioru mogą się różnić ze względu na święta i weekendy.", + "order_number": "Numer zamówienia: {orderNumber}", + "order_date": "Data zamówienia: {date}", + "your_items": "Produkty:", + "pick_up_contact": "Kontakt do odbioru", + "order_contact": "Kontakt do zamówienia", + "pickup_notes": "Notatki dotyczące odbioru", + "billed_to": "Adres rozliczeniowy", + "shipped_to": "Adres dostawy", + "order_summary": "Podsumowanie zamówienia", + "name": "Imię", + "phone_number": "Numer telefonu", + "email_address": "Adres e-mail", + "card_holder": "Posiadacz karty", + "address": "Adres", + "payment_method": "Metoda płatności", + "shipping_method": "Metoda wysyłki", + "continue": "Kontynuuj zakupy" + } + }, + "order": { + "status": { + "order": { + "submitted": "Przesłano", + "inProgress": "W trakcie realizacji", + "ready": "Gotowe do odbioru", + "completed": "Zakończone", + "canceled": "Anulowane" + }, + "line_item": { + "pending": "Oczekujące", + "inProgress": "W trakcie realizacji", + "unavailable": "Niedostępne", + "canceled": "Anulowane", + "fulfilled": "Zrealizowane", + "substituted": "Zamienione", + "replaced": "Zastąpione", + "itemAdded": "Dodano", + "rejected": "Odrzucone", + "open": "Otwarte" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Sklep do odbioru", + "address": "Adres", + "phone_number": "Telefon" + }, + "subline": { + "order_number": "Numer Twojego zamówienia to: {orderNumber}", + "order_status": "Status: {status}" + }, + "authenticate": { + "instructions": "Proszę zalogować się, używając adresu e-mail i numeru telefonu użytego podczas zamówienia.", + "or_login": "Lub zaloguj się" + }, + "errors": { + "authenticate": "Adres e-mail i numer telefonu nie pasują do tego zamówienia.", + "expired": "Sesja dla tego zamówienia wygasła.", + "authorize": "To zamówienie nie należy do tego konta.", + "not_found": "Zamówienie nie znalezione." + }, + "cancel": { + "button": "Anuluj zamówienie", + "modal": { + "title": "Anulowanie", + "message": "Czy na pewno chcesz anulować to zamówienie? Ten proces jest nieodwracalny!", + "confirm": "Tak, anuluj zamówienie" + } + } + }, + "orders": { + "header": { + "date": "Data zamówienia", + "orderNumber": "Numer zamówienia", + "status": "Status", + "lineItemCount": "Liczba produktów", + "total": "Kwota zamówienia" + }, + "no_result": { + "body": "Nie znaleziono zamówień." + }, + "itemCount": "{count, plural, =1 {Produkt} other {Produkty}}" + }, + "page": { + "not_found": "Niestety, nie znaleziono poszukiwanej strony.", + "continue": "Kontynuuj zakupy" + }, + "registration": { + "create_account": "Utwórz konto", + "marketing_opt_in_label": "Chcę być informowany o nowościach i ekskluzywnych ofertach.", + "different_shipping_address_label": "Inny adres dostawy", + "headlines": { + "create_new_account": "Utwórz nowe konto", + "shipping_address": "Adres dostawy", + "billing_address": "Adres rozliczeniowy", + "billing_address_reserve": "Kontakt do zamówienia" + } + }, "error": { "general": "Problem z połączeniem. Sprawdź połączenie internetowe lub spróbuj ponownie później." }, + "validation": { + "required": "Proszę wypełnić to pole", + "email": "Proszę podać prawidłowy adres e-mail", + "numeric": "Proszę podać tylko liczby", + "alphaNumeric": "Proszę podać tylko litery i liczby", + "mobileNumber": "Proszę podać prawidłowy numer telefonu komórkowego", + "date": "Proszę podać prawidłową datę", + "checkField": "Proszę sprawdzić to pole", + "emailConflict": "Ten adres e-mail jest już zarejestrowany", + "passwordMismatch": "Hasła nie pasują do siebie", + "minPasswordLength": "Minimalna długość hasła wynosi %'{count} znaków" + }, "formats": { "date": { "DD": { @@ -307,7 +797,34 @@ }, "MMM": { "month": "short" + }, + "pattern": "dd.mm.yyyy" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "ft", + "mi": "mi" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "szt." + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-gmd/locale/pt-PT.json b/themes/theme-gmd/locale/pt-PT.json index 1902031ac8..525d20bb08 100644 --- a/themes/theme-gmd/locale/pt-PT.json +++ b/themes/theme-gmd/locale/pt-PT.json @@ -10,7 +10,11 @@ "show_products": "Mostrar produtos", "back": "Voltar", "close": "Fechar", - "products": "Produtos" + "products": "Produtos", + "error": "Ocorreu um erro inesperado. Por favor, tente novamente.", + "errors": { + "generic": "Ocorreu um erro inesperado. Por favor, tente novamente." + } }, "titles": { "categories": "Categorias", @@ -20,7 +24,76 @@ "reviews": "Avaliações", "favorites": "Favoritos", "scanner": "Scanner", - "back_in_stock": "Notificações" + "back_in_stock": "Notificações", + "checkout": "Finalizar compra", + "checkout_confirmation": "Pedido bem-sucedido", + "checkout_change_billing": "Alterar endereço de faturação", + "register": "Registar", + "order_details": "Detalhes do pedido", + "store_finder": "Localizador de lojas", + "order_history": "Histórico de pedidos", + "profile": "Perfil", + "your_account": "A minha conta", + "your_account_contact": "Endereço", + "page_not_found": "Página não encontrada", + "checkout_addresses_shipping": "Selecionar endereço de envio", + "checkout_addresses_billing": "Selecionar endereço de faturação", + "checkout_addresses_add_shipping": "Adicionar endereço de envio", + "checkout_addresses_add_billing": "Adicionar endereço de faturação", + "checkout_addresses_edit_shipping": "Alterar endereço de envio", + "checkout_addresses_edit_billing": "Alterar endereço de faturação" + }, + "account": { + "profile": { + "customer": { + "number": "Nº de cliente: {customerNumber}" + }, + "form": { + "firstName": "Primeiro Nome", + "middleName": "Nome do Meio", + "lastName": "Último Nome", + "emailAddress": "Endereço de Email", + "address1": "Rua e Número", + "address2": "Endereço 2", + "address3": "Endereço 3", + "address4": "Endereço 4", + "postalCode": "Código Postal", + "city": "Cidade", + "country": "País", + "phone": "Número de Telefone", + "mobile": "Número de Telemóvel", + "region": "Região", + "marketing_opt_in_label": "Mantenha-me atualizado com notícias e ofertas exclusivas.", + "default_billing": "Endereço de faturação padrão", + "default_shipping": "Endereço de envio padrão", + "save_default_billing": "Guardar este endereço de faturação para futuros pedidos", + "save_default_shipping": "Guardar este endereço de envio para futuros pedidos", + "save": "Guardar", + "add": "Adicionar endereço", + "success": "Perfil guardado", + "error": "Erro ao guardar" + }, + "delete": "Eliminar conta", + "address_book": { + "title": "Gestão de endereços", + "default_billing": "Endereço de faturação padrão", + "default_shipping": "Endereço de envio padrão", + "add": "Adicionar endereço", + "select": "Selecionar", + "selected": "Selecionado", + "success": "Perfil guardado", + "context": { + "edit": "Editar", + "remove": "Eliminar" + } + }, + "confirm": { + "title": "Tem a certeza?", + "confirm": "Confirmar", + "messageContact": "Tem a certeza de que deseja eliminar este endereço?", + "messageCustomer": "Tem a certeza de que deseja eliminar a sua conta? Todos os seus dados pessoais e definições serão eliminados." + } + } }, "back_in_stock": { "list_states": { @@ -72,6 +145,23 @@ "errors": { "invalid_name": "Por favor, introduza um nome válido para a sua lista de favoritos" }, + "comment_modal": { + "titleAdd": "Adicionar comentário", + "titleEdit": "Editar comentário", + "dismiss": "Cancelar", + "confirm": "Confirmar", + "label": "Comentário", + "characterCount": "{count} de {maxCount} caracteres" + }, + "comments": { + "add": "Adicionar comentário", + "notes": "Comentário", + "edit": "Editar", + "delete": "Eliminar", + "added": "Comentário adicionado", + "removed": "Comentário eliminado", + "updated": "Comentário atualizado" + }, "rename_list": "Renomear", "remove_list": "Remover", "add_to_list": "Adicionar à lista", @@ -83,6 +173,7 @@ "list_chooser": { "title": "Escolha uma lista de favoritos", "add": "Acrescentar", + "add_more": "Adicionar mais", "remove": "Remover" }, "modal": { @@ -98,7 +189,11 @@ "default": "Ordenar por", "most_popular": "Mais populares", "price_desc": "Preço: Mais alto para mais baixo", - "price_asc": "Preço: Mais baixo para mais alto" + "price_asc": "Preço: Mais baixo para mais alto", + "name_asc": "Nome A - Z", + "name_desc": "Nome Z - A", + "rank_asc": "Classificação mais baixa primeiro", + "rank_desc": "Classificação mais alta primeiro" }, "apply": "Feito", "more": "mais", @@ -123,10 +218,16 @@ }, "msrp": "Preço sugerido", "label": "Preço {price}.", - "label_old_price": "Preço antigo {price}." + "label_old_price": "Preço antigo {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Grátis" }, "product": { + "errors": { + "insufficientstock": "Lamentamos, este produto não está disponível no momento." + }, "description_heading": "Sobre", + "share": "Partilhar produto", "pick_an_attribute": "Escolher {0}", "tax_disclaimer": "* Incl. IVA mais custos de envio, se aplicável", "adding_item": "{count, plural, =1 {Um produto está a ser adicionado} other {Estão a ser adicionados {count} produtos}}", @@ -135,6 +236,10 @@ "add_to_cart": "Adicionar ao carrinho", "no_more_found": "O item: \"{name}\" não está mais disponível.", "quantity": "Quantidade", + "decrease_quantity": "Diminuir quantidade", + "increase_quantity": "Aumentar quantidade", + "increased_quantity_to": "Quantidade aumentada para {quantity}", + "decreased_quantity_to": "Quantidade reduzida para {quantity}", "minOrderQuantity": "Quantidade mín. do pedido: {quantity} {unit}", "maxOrderQuantity": "Quantidade máx. do pedido: {quantity} {unit}", "available": { @@ -149,11 +254,13 @@ "sections": { "information": "Informação do produto", "options": "Escolha as opções", + "fulfillment": "Disponibilidade", "description": "Descrição", "properties": "Propriedades", "ratings": "Avaliações", "purchase": "Comprar Item", - "quantity": "Quantidade" + "quantity": "Quantidade", + "price": "Preço" }, "displayGroups": { "general": "Geral", @@ -162,6 +269,108 @@ "properties": "Propriedades" } }, + "locations": { + "headline": "Lojas perto de si", + "details": "Detalhes", + "hours_details": "Detalhes do horário da loja", + "today_hours": "Hoje: {hours}", + "today_hours_long": "Aberto hoje: {hours}", + "address": "{postalCode} {city}", + "map_open": "Abrir no mapa", + "phone": "Número de telefone", + "mon": "Segunda-feira", + "tue": "Terça-feira", + "wed": "Quarta-feira", + "thu": "Quinta-feira", + "fri": "Sexta-feira", + "sat": "Sábado", + "sun": "Domingo", + "place_reservation": "Efetuar reserva", + "firstName": "Nome", + "lastName": "Apelido", + "cellPhone": "Número de telemóvel para notificações por SMS", + "emailAddress": "Endereço de e-mail", + "who_will_pickup": "Quem irá recolher este pedido?", + "me": "Eu mesmo", + "someone_else": "Outra pessoa", + "success_heading": "Confirmação de reserva", + "success_title": "Obrigado pela sua reserva!", + "success_copy": "Enviar-lhe-emos um e-mail ou mensagem SMS quando a sua reserva estiver pronta para recolha.", + "success_order_num": "Nº de reserva", + "error_heading": "Ocorreu um erro", + "error_title": "Infelizmente, não conseguimos concluir a sua reserva.", + "error_copy": "Ocorreu um erro durante o processo de reserva. Alguns artigos podem estar esgotados. Verifique a disponibilidade em outras lojas no carrinho de compras.", + "error_invalid_zip_code": "Por favor, insira um código postal válido.", + "error_no_store_found": "Não encontrámos lojas nesta área. Por favor, verifique os dados introduzidos.", + "search_placeholder": "Código postal", + "change_location": "Alterar loja", + "select_location": "Selecionar loja", + "get_directions": "Obter direções", + "store_hours": "Horário de funcionamento", + "radius_km": "{radius} km", + "radius_mi": "{radius} milhas", + "radius": "Raio", + "stores_near": { + "zip_code": "Lojas perto de \"{zipCode}\"", + "location": "Lojas perto de si" + }, + "your_current_timeslot": { + "heading": "Horário de recolha", + "change": "Alterar", + "today": "Hoje", + "tomorrow": "Amanhã", + "not_set": "Por favor, selecione..", + "dialog": { + "title": "Selecionar horário de recolha", + "date": "Data", + "morning": "Manhã", + "afternoon": "Tarde", + "evening": "Noite", + "schedule": "Selecionar" + } + }, + "your_current_location": { + "heading": "Loja atual", + "change": "Alterar" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Comprar online" + }, + "choose_reservation_type": "Escolher tipo de reserva", + "quick_reserve": "Reserva rápida", + "reserve_to_cart": "Reservar no carrinho", + "change_fulfillment_method": "Alterar método de entrega", + "fulfillment": { + "heading": "Disponibilidade", + "direct_ship": "Comprar online", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Este produto não está disponível para envio. Por favor, escolha outra opção ou verifique a disponibilidade numa loja próxima.", + "reserve": "Este produto não está disponível na loja selecionada. Por favor, escolha outra loja.", + "not_ready": "Por favor, selecione uma loja.", + "ropis": "Este produto não está disponível para Click & Reserve nesta loja. Por favor, escolha outra opção ou loja.", + "bopis": "Este produto não está disponível para Click & Collect nesta loja. Por favor, escolha outra opção ou loja." + } + }, + "stock_info": { + "pick_up_at": "em {storeName}", + "availableInventory": "{visibleInventory} em stock", + "available": "Disponível", + "limitedAvailability": "Apenas {visibleInventory} disponíveis", + "notAvailable": "Indisponível", + "customAvailability": "Não disponível nesta loja", + "comingSoon": "Disponível em breve" + }, + "no_available": "indisponível", + "multi_location_modal": { + "title": "Alterar loja", + "message": "Já tem produtos no seu carrinho de outra loja. Estes produtos serão transferidos para a nova loja. Os preços e a disponibilidade podem variar.", + "change_store": "Alterar loja" + } + }, "category": { "error": { "title": "Oops!", @@ -177,6 +386,9 @@ }, "showAllProducts": { "label": "Mostrar todos os produtos" + }, + "errors": { + "404": "Categoria não encontrada" } }, "search": { @@ -202,14 +414,29 @@ "dismiss": "Descartar", "ok": "Ok", "title_error": "Oops!", - "body_error": "Ocorreu um erro inesperado. Por favor, tente novamente." + "body_error": "Ocorreu um erro inesperado. Por favor, tente novamente.", + "close": "Fechar", + "login": "Iniciar sessão" }, "cart": { + "grand_total": "Total", + "current_total": "Total", + "items": "Produtos", + "price": "Preço", + "quantity": "Quantidade", + "fulfilled_quantity": "Quantidade satisfeita", + "ordered_quantity": "Quantidade encomendada", + "location": "Loja", + "status": "Estado", + "remove_item": "Remover produto", "subtotal": "Subtotal", "total": "Total do carrinho", "discount": "Desconto", "discount_with_label": "Desconto ({label})", + "coupon_label": "Cupão: {label}", + "promotion_label": "{label}", "checkout": "Finalizar compra agora", + "reserve": "Reservar", "remove": "Remover", "edit": "Editar", "empty": "Seu carrinho está vazio", @@ -222,9 +449,61 @@ "coupon_was_added": "O cupom foi adicionado ao carrinho!", "coupons_not_supported": "Adicione cupons e vales presente durante o checkout", "free_shipping": "Envio Grátis", + "allow_substitution_all": "Permitir substituições para todos os produtos?", + "allow_substitution": "Permitir substituições", "message_type_info": "Informação", "message_type_error": "Erro", - "message_type_warning": "Aviso" + "message_type_warning": "Aviso", + "errors": { + "404": "Um ou mais produtos foram removidos do seu carrinho devido à indisponibilidade.", + "1001": "Um ou mais produtos no seu carrinho não estão disponíveis no momento. Por favor, remova-os.", + "1002": "As encomendas estão limitadas a uma única loja de recolha. Por favor, escolha apenas uma loja.", + "1003": "O horário de recolha selecionado já não está disponível. Por favor, selecione outro.", + "item": { + "1001": "O produto não está disponível na quantidade desejada.", + "1004": "Por favor, selecione um horário de recolha.", + "1005": "Ainda não foi atingida a quantidade mínima de encomenda de {minQty}.", + "1006": "Foi ultrapassada a quantidade máxima de encomenda de {maxQty}.", + "1007": "Por favor, selecione uma loja de recolha.", + "shopgate.cart.updateProducts": { + "1001": "O produto não está disponível na quantidade desejada." + }, + "shopgate.cart.addProducts": { + "1001": "O produto não está disponível na quantidade desejada." + }, + "generic": "Ocorreu um erro inesperado com este produto.", + "insufficientstock": "Atualmente fora de stock." + }, + "coupon": { + "404": "Este cupão não existe.", + "2000": "Este cupão é inválido.", + "2001": "O cupão será válido a partir de {startDate, date, yyyyMMdd} às {startDate, time, short}.", + "2002": "O cupão expirou a {endDate, date, yyyyMMdd} às {endDate, time, short}.", + "2003": "Este cupão não é válido para o seu carrinho atual.", + "2004": "Este cupão já foi utilizado.", + "2005": "Este cupão atingiu o limite máximo de utilizações.", + "generic": "Ocorreu um erro inesperado com este cupão." + }, + "generic": "Ocorreu um erro inesperado.", + "insufficientstock": "Um ou mais produtos no seu carrinho estão esgotados. Por favor, remova-os.", + "multiplelocations": "As encomendas estão limitadas a uma única loja de recolha. Por favor, escolha apenas uma loja.", + "productsNotFound": "Um ou mais produtos foram removidos do seu carrinho devido à indisponibilidade.", + "mixed_cart": "As reservas e as encomendas online devem ser feitas separadamente. Por favor, atualize os produtos para que o carrinho contenha apenas encomendas online ou apenas reservas.", + "direct_ship_item": "Verifique se este produto pode ser reservado numa loja próxima.", + "ropis_cart_inventory": "Nem todos os produtos podem ser reservados. Por favor, verifique os erros e altere as opções de entrega.", + "ropis_item_inventory": "Este produto não pode ser reservado na loja selecionada. Verifique se está disponível noutra loja.", + "ropis_item_inventory_exceed": "A quantidade desejada não está disponível na {storeName}. Será reservada a quantidade máxima de {inventory}.", + "mixed_cart_coupon_removed": "O cupão \"{code}\" não está disponível para reservas." + }, + "change_fulfillment": { + "direct_ship": "Alterar para Comprar online", + "bopis": "Alterar para Click & Collect", + "ropis": "Alterar para Click & Reserve" + }, + "price_caption": { + "reservation": "Reserva", + "pay_in_store": "Pagar na loja" + } }, "login": { "headline": "Bem-vindo", @@ -237,13 +516,21 @@ "no_account": "Você não tem uma conta?", "register": "Registrar", "logout_message": "Você foi desconectado.", - "error": "O seu nome de utilizador e a sua palavra-passe não correspondem a nenhuma conta." + "error": "O seu nome de utilizador e a sua palavra-passe não correspondem a nenhuma conta.", + "auto_logout_message": "Foi desconectado automaticamente.", + "reset_password": { + "subline": "Por favor, insira o seu endereço de e-mail.", + "reset_instructions": "Irá receber um e-mail para redefinir a sua palavra-passe em {email}", + "back_to_login": "Voltar ao início de sessão", + "customer_not_found": "Não encontramos uma conta com este endereço de e-mail." + } }, "navigation": { "login_register": "Entrar / Registrar", + "your_account": "A minha conta", "home": "Início", "categories": "Categorias", - "favorites": "Favoritos", + "favorites": "Lista de favoritos", "my_orders": "Meus Pedidos", "cart": "Carrinho de Compras", "scanner": "Scanner", @@ -253,16 +540,16 @@ "terms": "Termos e Condições", "privacy": "Política de Privacidade", "privacySettings": "Configurações de privacidade", + "back_in_stock": "Lembrete de regresso ao stock", "welcome_message": "Bem vindo {name}", "return_policy": "Política de Devoluções", "logout": "Terminar sessão", + "back": "Voltar para {title}", + "open_menu": "Abrir menu", "menuSubHeader": { "more": "Mais", "about": "Sobre nós" - }, - "back_in_stock": "Lembrete de regresso ao stock", - "back": "Voltar para {title}", - "open_menu": "Open menu" + } }, "reviews": { "rating": "Avaliação", @@ -297,9 +584,212 @@ "geolocation_message": "Para encontrar lojas perto de você, acesse Configurações e ative as permissões de localização." } }, + "checkout": { + "submit_order": "Comprar agora", + "continue_payment": "Continuar para o pagamento", + "continue": "Continuar", + "steps": "Passo {from} de {to}", + "change_contacts": "Alterar contacto", + "change_addresses": "Alterar endereço", + "finalizePayment": "Concluir encomenda", + "payment": { + "title": "Como deseja pagar?", + "buttons": { + "stripe": "Cartão de crédito" + } + }, + "shippingMethod": { + "title": "Método de envio", + "errors": { + "noShippingAddress": "Por favor, insira um endereço de envio primeiro.", + "invalidShippingAddress": "Este carrinho não pode ser enviado para o endereço fornecido." + } + }, + "errors": { + "genericInitialize": "O processo de finalização da compra não está disponível no momento. Por favor, tente novamente mais tarde.", + "genericUpdate": "Não foi possível processar a encomenda. Por favor, tente novamente mais tarde.", + "checkCart": "Por favor, verifique o seu carrinho.", + "genericSubmit": "Não foi possível processar a encomenda. Por favor, verifique o seu carrinho.", + "paypalFunding": "Ocorreu um erro durante o pagamento.", + "missingPaymentMethod": "Nenhum método de pagamento configurado.", + "noPaymentTransaction": "Nenhuma transação de pagamento disponível.", + "genericUpdateBilling": "Erro ao atualizar o endereço de faturação", + "payment": { + "genericExternal": "O pagamento com o método selecionado falhou. Por favor, tente outro método." + } + }, + "pickup_contact": { + "headline": "Contacto para recolha", + "headline_reserve": "Contacto para recolha", + "subheadline": "A confirmação do pedido será enviada para este endereço de e-mail. O número de telefone será usado apenas em caso de dúvidas.", + "form": { + "firstName": "Primeiro Nome", + "lastName": "Último Nome", + "mobile": "Número de Telemóvel", + "emailAddress": "Endereço de e-mail", + "password": "Palavra-passe *", + "passwordConfirm": "Confirmar palavra-passe *", + "company": "Empresa", + "address1": "Rua e número da porta", + "address2": "Complemento de endereço", + "postalCode": "Código Postal", + "city": "Cidade", + "country": "País", + "region": "Região", + "who_will_pickup": "Quem irá recolher este pedido?", + "me": "Eu mesmo", + "someone_else": "Outra pessoa", + "instructions": "Instruções de recolha" + } + }, + "billing": { + "headline": "Endereço de faturação", + "headline_reserve": "Contacto do pedido", + "save": "Guardar", + "address": "{postalCode} {city}, {region}", + "edit": "Editar", + "change": "Alterar", + "select_address": "Selecione um endereço de faturação" + }, + "shipping": { + "headline": "Endereço de envio", + "save": "Guardar", + "address": "{postalCode} {city}, {region}", + "edit": "Editar", + "change": "Alterar", + "select_address": "Selecione um endereço de envio" + }, + "creditCard": { + "headline": "Método de pagamento", + "card": "Número do cartão de crédito *", + "cvc": "Código de segurança *", + "expiry": "Validade *" + }, + "summary": { + "headline": "Resumo", + "tax": "Impostos", + "subTotal": "Subtotal", + "shippingTotal": "Custos de envio", + "total": "Total" + }, + "success": { + "title": "Obrigado pela sua encomenda", + "instructions_1": "Abaixo encontrará as informações sobre o seu pedido. Se tiver dúvidas sobre a encomenda, por favor, contacte a sua loja.", + "instructions_2": "Tenha em atenção que os horários de recolha podem variar durante feriados e fins de semana.", + "order_number": "Número de encomenda: {orderNumber}", + "order_date": "Data do pedido: {date}", + "your_items": "Produtos:", + "pick_up_contact": "Contacto para recolha", + "order_contact": "Contacto do pedido", + "pickup_notes": "Notas de recolha", + "billed_to": "Endereço de faturação", + "shipped_to": "Endereço de envio", + "order_summary": "Resumo do pedido", + "name": "Nome", + "phone_number": "Número de telefone", + "email_address": "Endereço de e-mail", + "card_holder": "Titular do cartão", + "address": "Endereço", + "payment_method": "Método de pagamento", + "shipping_method": "Método de envio", + "continue": "Continuar a comprar" + } + }, + "order": { + "status": { + "order": { + "submitted": "Enviado", + "inProgress": "Em processamento", + "ready": "Pronto para recolha", + "completed": "Concluído", + "canceled": "Cancelado" + }, + "line_item": { + "pending": "Pendente", + "inProgress": "Em processamento", + "unavailable": "Indisponível", + "canceled": "Cancelado", + "fulfilled": "Satisfeito", + "substituted": "Substituído", + "replaced": "Substituído", + "itemAdded": "Adicionado", + "rejected": "Rejeitado", + "open": "Aberto" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Loja de recolha", + "address": "Endereço", + "phone_number": "Telefone" + }, + "subline": { + "order_number": "O seu número de pedido é: {orderNumber}", + "order_status": "Estado: {status}" + }, + "authenticate": { + "instructions": "Por favor, autentique-se com o seu e-mail e número de telefone usados para o pedido.", + "or_login": "Ou iniciar sessão" + }, + "errors": { + "authenticate": "O e-mail e o número de telefone não correspondem a este pedido.", + "expired": "A sessão para este pedido expirou.", + "authorize": "O pedido não pertence a esta conta.", + "not_found": "Pedido não encontrado." + }, + "cancel": { + "button": "Cancelar pedido", + "modal": { + "title": "Cancelamento", + "message": "Tem a certeza de que deseja cancelar o pedido? Esta ação não pode ser desfeita!", + "confirm": "Sim, cancelar pedido" + } + } + }, + "orders": { + "header": { + "date": "Data do pedido", + "orderNumber": "Número de pedido", + "status": "Estado", + "lineItemCount": "Quantidade de produtos", + "total": "Total do pedido" + }, + "no_result": { + "body": "Nenhum pedido encontrado." + }, + "itemCount": "{count, plural, =1 {Produto} other {Produtos}}" + }, + "page": { + "not_found": "Lamentamos, a página solicitada não foi encontrada.", + "continue": "Continuar a comprar" + }, + "registration": { + "create_account": "Criar conta", + "marketing_opt_in_label": "Mantenha-me atualizado com notícias e ofertas exclusivas.", + "different_shipping_address_label": "Endereço de envio diferente", + "headlines": { + "create_new_account": "Criar nova conta", + "shipping_address": "Endereço de envio", + "billing_address": "Endereço de faturação", + "billing_address_reserve": "Contacto do pedido" + } + }, "error": { "general": "Não consigo conectar. Por favor, verifique a sua ligação à internet e tente novamente." }, + "validation": { + "required": "Por favor, preencha este campo", + "email": "Por favor, insira um endereço de e-mail válido", + "numeric": "Por favor, insira apenas números", + "alphaNumeric": "Por favor, insira apenas letras e números", + "mobileNumber": "Por favor, insira um número de telemóvel válido", + "date": "Por favor, insira uma data válida", + "checkField": "Por favor, verifique este campo", + "emailConflict": "Este endereço de e-mail já está registado", + "passwordMismatch": "As palavras-passe não coincidem", + "minPasswordLength": "O comprimento mínimo da palavra-passe é %'{count} caracteres" + }, "formats": { "date": { "DD": { @@ -307,7 +797,34 @@ }, "MMM": { "month": "short" + }, + "pattern": "dd.mm.aaaa" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "pés", + "mi": "mi" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "unid." + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-gmd/locale/ro-RO.json b/themes/theme-gmd/locale/ro-RO.json index d085518089..389bfda64c 100644 --- a/themes/theme-gmd/locale/ro-RO.json +++ b/themes/theme-gmd/locale/ro-RO.json @@ -10,7 +10,11 @@ "show_products": "Arată produsele", "back": "Înapoi", "close": "Închide", - "products": "Produse" + "products": "Produse", + "error": "A apărut o eroare neașteptată. Vă rugăm să încercați din nou.", + "errors": { + "generic": "A apărut o eroare neașteptată. Vă rugăm să încercați din nou." + } }, "titles": { "categories": "Categorii", @@ -20,7 +24,76 @@ "reviews": "Recenzii", "favorites": "Listă de supraveghere", "scanner": "Scanner", - "back_in_stock": "Notificări" + "back_in_stock": "Notificări", + "checkout": "Finalizare comandă", + "checkout_confirmation": "Comanda a fost plasată cu succes", + "checkout_change_billing": "Modificare adresă de facturare", + "register": "Înregistrare", + "order_details": "Detalii comandă", + "store_finder": "Găsire magazin", + "order_history": "Istoricul comenzilor", + "profile": "Profil", + "your_account": "Contul meu", + "your_account_contact": "Adresă", + "page_not_found": "Pagina nu a fost găsită", + "checkout_addresses_shipping": "Selectați adresa de livrare", + "checkout_addresses_billing": "Selectați adresa de facturare", + "checkout_addresses_add_shipping": "Adăugați o adresă de livrare", + "checkout_addresses_add_billing": "Adăugați o adresă de facturare", + "checkout_addresses_edit_shipping": "Modificați adresa de livrare", + "checkout_addresses_edit_billing": "Modificați adresa de facturare" + }, + "account": { + "profile": { + "customer": { + "number": "Nr. client: {customerNumber}" + }, + "form": { + "firstName": "Prenume", + "middleName": "Al doilea Prenume", + "lastName": "Nume de Familie", + "emailAddress": "Adresă de Email", + "address1": "Stradă și Număr", + "address2": "Adresă 2", + "address3": "Adresă 3", + "address4": "Adresă 4", + "postalCode": "Cod Poștal", + "city": "Oraș", + "country": "Țară", + "phone": "Număr de Telefon", + "mobile": "Număr de Mobil", + "region": "Județ", + "marketing_opt_in_label": "Ține-mă la curent cu noutăți și oferte exclusive.", + "default_billing": "Adresă de facturare implicită", + "default_shipping": "Adresă de livrare implicită", + "save_default_billing": "Salvați această adresă de facturare pentru comenzi viitoare", + "save_default_shipping": "Salvați această adresă de livrare pentru comenzi viitoare", + "save": "Salvați", + "add": "Adăugați adresă", + "success": "Profil salvat", + "error": "Eroare la salvare" + }, + "delete": "Ștergeți contul", + "address_book": { + "title": "Gestionare adrese", + "default_billing": "Adresă de facturare implicită", + "default_shipping": "Adresă de livrare implicită", + "add": "Adăugați adresă", + "select": "Selectați", + "selected": "Selectat", + "success": "Profil salvat", + "context": { + "edit": "Editați", + "remove": "Eliminați" + } + }, + "confirm": { + "title": "Sunteți sigur?", + "confirm": "Confirmați", + "messageContact": "Sunteți sigur că doriți să ștergeți această adresă?", + "messageCustomer": "Sunteți sigur că doriți să ștergeți contul? Toate datele personale și setările vor fi șterse." + } + } }, "back_in_stock": { "list_states": { @@ -40,37 +113,54 @@ } }, "favorites": { - "add": "Adăugare la lista de favorite", - "added": "Produsul a fost adăugat la lista de favorite", + "add": "Adaugă la favorite", + "added": "Produsul a fost adăugat la favorite", "continue": "Continuă cumpărăturile", - "empty": "Nu aveți încă niciun articol pe lista de favorite", - "error_add": "Produsul nu a putut fi adăugat în lista de favorite.", - "error_remove": "Produsul nu a putut fi eliminat din lista de favorite.", - "error_limit": "Numărul permis de produse din lista de supraveghere a fost depășit.", - "error_general": "Lista de supraveghere nu a putut fi salvată", - "remove": "Ștergere din lista de monitorizare", - "removed": "Eliminat din lista de monitorizare", + "empty": "Nu aveți favorite", + "error_add": "Nu s-a putut adăuga la favorite.", + "error_remove": "Nu s-a putut elimina din favorite.", + "error_limit": "Ați depășit limita de produse la favorite.", + "error_general": "Lista de favorite nu a putut fi salvată", + "remove": "Șterge din favorite", + "removed": "Eliminat din favorite", "add_list_modal": { - "title": "Crearea unei noi liste de supraveghere", + "title": "Crearea unei noi liste de favorite", "dismiss": "Anulează", "confirm": "Confirmați", - "message": "Numele noii dvs. liste de supraveghere", + "message": "Nume pentru lista de favorite", "label": "Nume" }, "rename_list_modal": { - "title": "Schimbă numele listei de supraveghere", + "title": "Schimbă numele listei de favorite", "dismiss": "Anulează", "confirm": "Confirmați", - "message": "Noul nume al listei dvs. de supraveghere", + "message": "Noul nume pentru lista de favorite", "label": "Nume" }, "delete_list_modal": { - "title": "Șterge lista de supraveghere", - "message": "Chiar doriți să ștergeți watchlist-ul \"{name}\"?" + "title": "Șterge lista de favorite", + "message": "Chiar doriți să ștergeți lista de favorite \"{name}\"?" }, "add_list": "Creați o listă nouă", "errors": { - "invalid_name": "Vă rugăm să introduceți un nume complet pentru lista de supraveghere" + "invalid_name": "Introduceți un nume valid pentru lista de favorite" + }, + "comment_modal": { + "titleAdd": "Adăugați un comentariu", + "titleEdit": "Editați comentariul", + "dismiss": "Anulați", + "confirm": "Confirmați", + "label": "Comentariu", + "characterCount": "{count} din {maxCount} caractere" + }, + "comments": { + "add": "Adăugați un comentariu", + "notes": "Comentariu", + "edit": "Editați", + "delete": "Ștergeți", + "added": "Comentariu adăugat", + "removed": "Comentariu eliminat", + "updated": "Comentariu actualizat" }, "rename_list": "Redenumire", "remove_list": "Șterge", @@ -81,8 +171,9 @@ "title": "Selectați o metodă de comandă" }, "list_chooser": { - "title": "Selectați o listă de monitorizare", + "title": "Selectați o listă de favorite", "add": "Adaugă", + "add_more": "Adăugați mai mult", "remove": "Șterge" }, "modal": { @@ -98,7 +189,11 @@ "default": "Sortare", "most_popular": "Cele mai bune rezultate", "price_desc": "Cel mai mare preț mai întâi", - "price_asc": "Cel mai mic preț mai întâi" + "price_asc": "Cel mai mic preț mai întâi", + "name_asc": "Nume A - Z", + "name_desc": "Nume Z - A", + "rank_asc": "Cel mai mic rang primul", + "rank_desc": "Cel mai mare rang primul" }, "apply": "Efectuat", "more": "mai mult", @@ -123,10 +218,16 @@ }, "msrp": "RRP", "label": "Preț {price}.", - "label_old_price": "Prețul vechi {price}." + "label_old_price": "Prețul vechi {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Gratuit" }, "product": { + "errors": { + "insufficientstock": "Din păcate, acest produs nu mai este disponibil." + }, "description_heading": "Descriere", + "share": "Distribuiți produsul", "pick_an_attribute": "{0} selectați", "tax_disclaimer": "* Inclusiv TVA, eventual plus costuri de expediere", "adding_item": "{count, plural, =1 {Se adaugă un produs} other {Se adaugă {count} produse}}", @@ -135,6 +236,10 @@ "add_to_cart": "Adăugați la coș", "no_more_found": "Articolul: \"{name}\" este în prezent în afara stocului.", "quantity": "Cantitate", + "decrease_quantity": "Scădeți cantitatea", + "increase_quantity": "Creșteți cantitatea", + "increased_quantity_to": "Cantitatea a fost crescută la {quantity}", + "decreased_quantity_to": "Cantitatea a fost scăzută la {quantity}", "minOrderQuantity": "Cantitate minimă de comandă: {quantity} {unit}", "maxOrderQuantity": "Cantitate maximă de comandă: {quantity} {unit}", "available": { @@ -149,11 +254,13 @@ "sections": { "information": "Informații despre produs", "options": "Selectați opțiuni", + "fulfillment": "Disponibilitate", "description": "Descriere", "properties": "Proprietăți", "ratings": "Ratinguri", "purchase": "Cumpărați produsul", - "quantity": "Cantitate" + "quantity": "Cantitate", + "price": "Preț" }, "displayGroups": { "general": "Generalități", @@ -162,6 +269,108 @@ "properties": "Proprietăți" } }, + "locations": { + "headline": "Magazine aproape de dvs.", + "details": "Detalii", + "hours_details": "Detalii despre program", + "today_hours": "Astăzi: {hours}", + "today_hours_long": "Deschis astăzi: {hours}", + "address": "{postalCode} {city}", + "map_open": "Deschideți în hărți", + "phone": "Număr de telefon", + "mon": "Luni", + "tue": "Marți", + "wed": "Miercuri", + "thu": "Joi", + "fri": "Vineri", + "sat": "Sâmbătă", + "sun": "Duminică", + "place_reservation": "Faceți o rezervare", + "firstName": "Prenume", + "lastName": "Nume", + "cellPhone": "Număr de mobil pentru notificări SMS", + "emailAddress": "Adresă de email", + "who_will_pickup": "Cine va ridica această comandă?", + "me": "Eu însumi", + "someone_else": "Altă persoană", + "success_heading": "Confirmarea rezervării", + "success_title": "Vă mulțumim pentru rezervare!", + "success_copy": "Vă vom trimite un e-mail sau un mesaj SMS când rezervarea dvs. va fi gata pentru ridicare.", + "success_order_num": "Nr. rezervare", + "error_heading": "A apărut o eroare", + "error_title": "Din păcate, nu am putut finaliza rezervarea dvs.", + "error_copy": "A apărut o eroare în timpul procesului de rezervare. Este posibil ca unele articole să fie deja epuizate. Vă rugăm să verificați disponibilitatea în alte magazine din coșul dvs.", + "error_invalid_zip_code": "Vă rugăm să introduceți un cod poștal valid.", + "error_no_store_found": "Nu am găsit magazine în această zonă, vă rugăm să verificați datele introduse.", + "search_placeholder": "Cod poștal", + "change_location": "Schimbați magazinul", + "select_location": "Selectați magazinul", + "get_directions": "Obțineți indicații", + "store_hours": "Program", + "radius_km": "{radius} km", + "radius_mi": "{radius} mile", + "radius": "Rază", + "stores_near": { + "zip_code": "Magazine aproape de \"{zipCode}\"", + "location": "Magazine aproape de dvs." + }, + "your_current_timeslot": { + "heading": "Interval orar", + "change": "Schimbați", + "today": "Astăzi", + "tomorrow": "Mâine", + "not_set": "Vă rugăm să selectați..", + "dialog": { + "title": "Selectați un interval orar", + "date": "Data", + "morning": "Dimineață", + "afternoon": "După-amiază", + "evening": "Seara", + "schedule": "Selectați" + } + }, + "your_current_location": { + "heading": "Magazinul curent", + "change": "Schimbați" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Comandați online" + }, + "choose_reservation_type": "Alegeți tipul de rezervare", + "quick_reserve": "Rezervați rapid", + "reserve_to_cart": "Rezervați în coș", + "change_fulfillment_method": "Schimbați metoda de livrare", + "fulfillment": { + "heading": "Disponibilitate", + "direct_ship": "Comandați online", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Acest produs nu este disponibil pentru expediere. Vă rugăm să alegeți o altă opțiune sau să verificați disponibilitatea într-un magazin apropiat.", + "reserve": "Acest produs nu este disponibil în magazinul selectat. Vă rugăm să alegeți un alt magazin.", + "not_ready": "Vă rugăm să selectați un magazin.", + "ropis": "Acest produs nu este disponibil pentru Click & Reserve în acest magazin. Vă rugăm să alegeți o altă opțiune sau un alt magazin.", + "bopis": "Acest produs nu este disponibil pentru Click & Collect în acest magazin. Vă rugăm să alegeți o altă opțiune sau un alt magazin." + } + }, + "stock_info": { + "pick_up_at": "la {storeName}", + "availableInventory": "{visibleInventory} în stoc", + "available": "Disponibil", + "limitedAvailability": "Doar {visibleInventory} în stoc", + "notAvailable": "Indisponibil", + "customAvailability": "Nu este disponibil în acest magazin", + "comingSoon": "Disponibil în curând" + }, + "no_available": "indisponibil", + "multi_location_modal": { + "title": "Schimbați magazinul", + "message": "Aveți deja produse dintr-un alt magazin în coș. Aceste produse vor fi schimbate pentru noul magazin. Prețurile și disponibilitatea pot varia.", + "change_store": "Schimbați magazinul" + } + }, "category": { "error": { "title": "Oops", @@ -177,6 +386,9 @@ }, "showAllProducts": { "label": "Arată toate produsele" + }, + "errors": { + "404": "Categoria nu a fost găsită" } }, "search": { @@ -202,14 +414,29 @@ "dismiss": "Anulare", "ok": "Bine", "title_error": "Oops!", - "body_error": "A apărut o eroare neașteptată. Vă rugăm să încercați din nou." + "body_error": "A apărut o eroare neașteptată. Vă rugăm să încercați din nou.", + "close": "Închideți", + "login": "Autentificare" }, "cart": { + "grand_total": "Total general", + "current_total": "Total actual", + "items": "Produse", + "price": "Preț", + "quantity": "Cantitate", + "fulfilled_quantity": "Cantitate îndeplinită", + "ordered_quantity": "Cantitate comandată", + "location": "Magazin", + "status": "Stare", + "remove_item": "Eliminați produsul", "subtotal": "Subtotal", "total": "Total coș de cumpărături", "discount": "Reducere", "discount_with_label": "Reducere ({label})", + "coupon_label": "Cupon: {label}", + "promotion_label": "{label}", "checkout": "Treceți la checkout", + "reserve": "Rezervați", "remove": "Eliminați", "edit": "Editează", "empty": "Coșul dvs. de cumpărături este gol.", @@ -222,9 +449,61 @@ "coupon_was_added": "Cuponul a fost adăugat!", "coupons_not_supported": "Răscumpărați cupoanele și cardurile cadou în etapa următoare", "free_shipping": "Livrare gratuită", + "allow_substitution_all": "Permiteți substituirea tuturor produselor?", + "allow_substitution": "Permiteți substituirea", "message_type_info": "Informații", "message_type_error": "Eroare", - "message_type_warning": "Atenționare" + "message_type_warning": "Atenționare", + "errors": { + "404": "Unul sau mai multe produse au fost eliminate din coșul dvs. din cauza indisponibilității.", + "1001": "Unul sau mai multe produse din coșul dvs. nu sunt disponibile în prezent. Vă rugăm să le eliminați.", + "1002": "Comenzile sunt limitate la un singur magazin de ridicare. Vă rugăm să alegeți un singur magazin.", + "1003": "Intervalul orar selectat pentru ridicare nu mai este disponibil. Vă rugăm să alegeți un alt interval.", + "item": { + "1001": "Produsul nu este disponibil în cantitatea dorită.", + "1004": "Vă rugăm să selectați un interval orar pentru ridicare.", + "1005": "Cantitatea minimă de comandă de {minQty} nu a fost încă atinsă.", + "1006": "A fost depășită cantitatea maximă de comandă de {maxQty}.", + "1007": "Vă rugăm să selectați un magazin de ridicare.", + "shopgate.cart.updateProducts": { + "1001": "Produsul nu este disponibil în cantitatea dorită." + }, + "shopgate.cart.addProducts": { + "1001": "Produsul nu este disponibil în cantitatea dorită." + }, + "generic": "A apărut o eroare neașteptată cu acest produs.", + "insufficientstock": "Nu este disponibil în stoc." + }, + "coupon": { + "404": "Acest cupon nu există.", + "2000": "Acest cupon este invalid.", + "2001": "Cuponul va fi valabil începând cu {startDate, date, yyyyMMdd} la {startDate, time, short}.", + "2002": "Cuponul a expirat pe {endDate, date, yyyyMMdd} la {endDate, time, short}.", + "2003": "Acest cupon nu este valabil pentru coșul dvs. actual.", + "2004": "Acest cupon a fost deja utilizat.", + "2005": "Acest cupon a atins limita maximă de utilizări.", + "generic": "A apărut o eroare neașteptată cu acest cupon." + }, + "generic": "A apărut o eroare neașteptată.", + "insufficientstock": "Unul sau mai multe produse din coșul dvs. nu sunt în stoc. Vă rugăm să le eliminați.", + "multiplelocations": "Comenzile sunt limitate la un singur magazin de ridicare. Vă rugăm să alegeți un singur magazin.", + "productsNotFound": "Unul sau mai multe produse au fost eliminate din coșul dvs. din cauza indisponibilității.", + "mixed_cart": "Rezervările și comenzile online trebuie să fie plasate în comenzi separate. Vă rugăm să actualizați produsele astfel încât coșul să conțină doar comenzi online sau doar rezervări.", + "direct_ship_item": "Verificați dacă acest produs poate fi rezervat într-un magazin apropiat.", + "ropis_cart_inventory": "Nu toate produsele pot fi rezervate. Vă rugăm să verificați erorile și să schimbați opțiunile de livrare.", + "ropis_item_inventory": "Acest produs nu poate fi rezervat în magazinul selectat. Verificați dacă este disponibil în alt magazin.", + "ropis_item_inventory_exceed": "Cantitatea dorită nu este disponibilă la {storeName}. Va fi rezervată cantitatea maximă de {inventory}.", + "mixed_cart_coupon_removed": "Cuponul \"{code}\" nu este disponibil pentru rezervări." + }, + "change_fulfillment": { + "direct_ship": "Schimbați la Comandați online", + "bopis": "Schimbați la Click & Collect", + "ropis": "Schimbați la Click & Reserve" + }, + "price_caption": { + "reservation": "Rezervare", + "pay_in_store": "Plătiți în magazin" + } }, "login": { "headline": "Bine ați venit!", @@ -237,13 +516,21 @@ "no_account": "Nu aveți încă un cont?", "register": "Începeți aici.", "logout_message": "Ați fost deconectat.", - "error": "Numele de utilizator sau parola nu sunt corecte" + "error": "Numele de utilizator sau parola nu sunt corecte", + "auto_logout_message": "Ați fost deconectat automat.", + "reset_password": { + "subline": "Vă rugăm să introduceți adresa de email.", + "reset_instructions": "Veți primi un email pentru a vă reseta parola la {email}", + "back_to_login": "Înapoi la autentificare", + "customer_not_found": "Nu am găsit un cont asociat cu această adresă de email." + } }, "navigation": { "login_register": "Conectați-vă", + "your_account": "Contul meu", "home": "Pagina de pornire", "categories": "Categorii", - "favorites": "Lista de supraveghere", + "favorites": "Favorite", "my_orders": "Comenzile mele", "cart": "Coș de cumpărături", "scanner": "Scanner", @@ -253,16 +540,16 @@ "terms": "Termeni și condiții", "privacy": "Protecția datelor", "privacySettings": "Setări de confidențialitate", + "back_in_stock": "Notificări", "welcome_message": "Bună ziua {name}", "return_policy": "Politica de anulare", "logout": "Deconectare", + "back": "Înapoi la {title}", + "open_menu": "Deschide meniul", "menuSubHeader": { "more": "Mai multe", "about": "Despre noi" - }, - "back_in_stock": "Notificări", - "back": "Înapoi la {title}", - "open_menu": "Deschide meniul" + } }, "reviews": { "rating": "Evaluare", @@ -297,9 +584,212 @@ "geolocation_message": "Avem nevoie de acces la locație pentru a afișa magazinele din apropiere." } }, + "checkout": { + "submit_order": "Cumpărați acum", + "continue_payment": "Continuați către plată", + "continue": "Continuați", + "steps": "Pasul {from} din {to}", + "change_contacts": "Modificați contactul", + "change_addresses": "Modificați adresa", + "finalizePayment": "Finalizați comanda", + "payment": { + "title": "Cum doriți să plătiți?", + "buttons": { + "stripe": "Card de credit" + } + }, + "shippingMethod": { + "title": "Metodă de livrare", + "errors": { + "noShippingAddress": "Vă rugăm să introduceți mai întâi o adresă de livrare.", + "invalidShippingAddress": "Acest coș nu poate fi livrat la adresa specificată." + } + }, + "errors": { + "genericInitialize": "Procesul de finalizare a comenzii nu este disponibil momentan. Vă rugăm să încercați mai târziu.", + "genericUpdate": "Comanda nu a putut fi procesată. Vă rugăm să încercați mai târziu.", + "checkCart": "Vă rugăm să verificați coșul dvs.", + "genericSubmit": "Comanda nu a putut fi procesată, vă rugăm să verificați coșul dvs.", + "paypalFunding": "A apărut o eroare în timpul procesului de plată.", + "missingPaymentMethod": "Nu există o metodă de plată configurată.", + "noPaymentTransaction": "Nu există nicio tranzacție de plată disponibilă.", + "genericUpdateBilling": "Eroare la actualizarea adresei de facturare", + "payment": { + "genericExternal": "Plata cu metoda selectată a eșuat. Vă rugăm să încercați cu o altă metodă." + } + }, + "pickup_contact": { + "headline": "Contact pentru ridicare", + "headline_reserve": "Contact pentru ridicare", + "subheadline": "Confirmarea comenzii va fi trimisă la această adresă de email. Numărul de telefon va fi folosit doar în cazul în care apar întrebări.", + "form": { + "firstName": "Prenume", + "lastName": "Nume de Familie", + "mobile": "Număr de Mobil", + "emailAddress": "Adresă de Email", + "password": "Parolă *", + "passwordConfirm": "Confirmați parola *", + "company": "Companie", + "address1": "Strada și numărul", + "address2": "Informații suplimentare adresă", + "postalCode": "Cod Poștal", + "city": "Oraș", + "country": "Țară", + "region": "Județ", + "who_will_pickup": "Cine va ridica această comandă?", + "me": "Eu însumi", + "someone_else": "Altă persoană", + "instructions": "Instrucțiuni pentru ridicare" + } + }, + "billing": { + "headline": "Adresă de facturare", + "headline_reserve": "Contact pentru comandă", + "save": "Salvați", + "address": "{postalCode} {city}, {region}", + "edit": "Editați", + "change": "Schimbați", + "select_address": "Selectați o adresă de facturare" + }, + "shipping": { + "headline": "Adresă de livrare", + "save": "Salvați", + "address": "{postalCode} {city}, {region}", + "edit": "Editați", + "change": "Schimbați", + "select_address": "Selectați o adresă de livrare" + }, + "creditCard": { + "headline": "Metodă de plată", + "card": "Număr card de credit *", + "cvc": "Cod de securitate *", + "expiry": "Dată expirare *" + }, + "summary": { + "headline": "Rezumat", + "tax": "Taxe", + "subTotal": "Subtotal", + "shippingTotal": "Costuri de livrare", + "total": "Total" + }, + "success": { + "title": "Vă mulțumim pentru comanda dvs.", + "instructions_1": "Mai jos găsiți informațiile despre comanda dvs. Dacă aveți întrebări despre comandă, vă rugăm să contactați magazinul dvs.", + "instructions_2": "Rețineți că orele de ridicare pot varia în funcție de sărbători și weekenduri.", + "order_number": "Numărul comenzii: {orderNumber}", + "order_date": "Data comenzii: {date}", + "your_items": "Produse:", + "pick_up_contact": "Contact pentru ridicare", + "order_contact": "Contact pentru comandă", + "pickup_notes": "Note pentru ridicare", + "billed_to": "Adresă de facturare", + "shipped_to": "Adresă de livrare", + "order_summary": "Rezumatul comenzii", + "name": "Nume", + "phone_number": "Număr de telefon", + "email_address": "Adresă de email", + "card_holder": "Deținător card", + "address": "Adresă", + "payment_method": "Metodă de plată", + "shipping_method": "Metodă de livrare", + "continue": "Continuați cumpărăturile" + } + }, + "order": { + "status": { + "order": { + "submitted": "Trimis", + "inProgress": "În curs de procesare", + "ready": "Gata de ridicare", + "completed": "Finalizat", + "canceled": "Anulat" + }, + "line_item": { + "pending": "În așteptare", + "inProgress": "În curs de procesare", + "unavailable": "Indisponibil", + "canceled": "Anulat", + "fulfilled": "Îndeplinit", + "substituted": "Înlocuit", + "replaced": "Înlocuit", + "itemAdded": "Adăugat", + "rejected": "Respins", + "open": "Deschis" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Magazin de ridicare", + "address": "Adresă", + "phone_number": "Telefon" + }, + "subline": { + "order_number": "Numărul comenzii dvs. este: {orderNumber}", + "order_status": "Stare: {status}" + }, + "authenticate": { + "instructions": "Vă rugăm să vă autentificați cu adresa de email și numărul de telefon utilizate pentru comandă.", + "or_login": "Sau autentificare" + }, + "errors": { + "authenticate": "Emailul și numărul de telefon nu se potrivesc cu această comandă.", + "expired": "Sesiunea pentru această comandă a expirat.", + "authorize": "Comanda nu aparține acestui cont.", + "not_found": "Comanda nu a fost găsită." + }, + "cancel": { + "button": "Anulați comanda", + "modal": { + "title": "Anulare", + "message": "Sunteți sigur că doriți să anulați comanda? Această acțiune nu poate fi anulată!", + "confirm": "Da, anulează comanda" + } + } + }, + "orders": { + "header": { + "date": "Data comenzii", + "orderNumber": "Numărul comenzii", + "status": "Stare", + "lineItemCount": "Număr produse", + "total": "Total comandă" + }, + "no_result": { + "body": "Nu au fost găsite comenzi." + }, + "itemCount": "{count, plural, =1 {Produs} other {Produse}}" + }, + "page": { + "not_found": "Din păcate, pagina solicitată nu a fost găsită.", + "continue": "Continuați cumpărăturile" + }, + "registration": { + "create_account": "Creați cont", + "marketing_opt_in_label": "Ține-mă la curent cu noutăți și oferte exclusive.", + "different_shipping_address_label": "Adresă de livrare diferită", + "headlines": { + "create_new_account": "Creați un cont nou", + "shipping_address": "Adresă de livrare", + "billing_address": "Adresă de facturare", + "billing_address_reserve": "Contact pentru comandă" + } + }, "error": { "general": "Problemă de conectare. Vă rugăm să verificați conexiunea la internet sau să încercați din nou mai târziu." }, + "validation": { + "required": "Vă rugăm să completați acest câmp", + "email": "Vă rugăm să introduceți o adresă de email validă", + "numeric": "Vă rugăm să introduceți doar numere", + "alphaNumeric": "Vă rugăm să introduceți doar litere și cifre", + "mobileNumber": "Vă rugăm să introduceți un număr de mobil valid", + "date": "Vă rugăm să introduceți o dată validă", + "checkField": "Vă rugăm să verificați acest câmp", + "emailConflict": "Această adresă de email este deja înregistrată", + "passwordMismatch": "Parolele nu corespund", + "minPasswordLength": "Lungimea minimă a parolei este de %'{count} caractere" + }, "formats": { "date": { "DD": { @@ -307,7 +797,34 @@ }, "MMM": { "month": "scurt" + }, + "pattern": "zz.ll.aaaa" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "ft", + "mi": "milă" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "buc." + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-gmd/locale/sv-SE.json b/themes/theme-gmd/locale/sv-SE.json index cb700de4dd..c034d769ee 100644 --- a/themes/theme-gmd/locale/sv-SE.json +++ b/themes/theme-gmd/locale/sv-SE.json @@ -10,7 +10,11 @@ "show_products": "Visa produkter", "back": "Tillbaka", "close": "Stäng", - "products": "Produkter" + "products": "Produkter", + "error": "Ett oväntat fel har inträffat. Vänligen försök igen.", + "errors": { + "generic": "Ett oväntat fel har inträffat. Vänligen försök igen." + } }, "titles": { "categories": "Kategorier", @@ -18,9 +22,78 @@ "cart": "Kundkorg", "shipping": "Frakt", "reviews": "Recensioner", - "favorites": "Bevakningslista", + "favorites": "Favoritlista", "scanner": "Skanner", - "back_in_stock": "Notifieringar" + "back_in_stock": "Notifieringar", + "checkout": "Slutför köp", + "checkout_confirmation": "Beställningen har genomförts", + "checkout_change_billing": "Ändra fakturaadress", + "register": "Registrera", + "order_details": "Beställningsdetaljer", + "store_finder": "Butikssökare", + "order_history": "Beställningshistorik", + "profile": "Profil", + "your_account": "Mitt konto", + "your_account_contact": "Adress", + "page_not_found": "Sidan hittades inte", + "checkout_addresses_shipping": "Välj leveransadress", + "checkout_addresses_billing": "Välj fakturaadress", + "checkout_addresses_add_shipping": "Lägg till leveransadress", + "checkout_addresses_add_billing": "Lägg till fakturaadress", + "checkout_addresses_edit_shipping": "Ändra leveransadress", + "checkout_addresses_edit_billing": "Ändra fakturaadress" + }, + "account": { + "profile": { + "customer": { + "number": "Kundnummer: {customerNumber}" + }, + "form": { + "firstName": "Förnamn", + "middleName": "Mellannamn", + "lastName": "Efternamn", + "emailAddress": "E-postadress", + "address1": "Gata och Nummer", + "address2": "Adress 2", + "address3": "Adress 3", + "address4": "Adress 4", + "postalCode": "Postnummer", + "city": "Stad", + "country": "Land", + "phone": "Telefonnummer", + "mobile": "Mobilnummer", + "region": "Län", + "marketing_opt_in_label": "Håll mig uppdaterad med nyheter och exklusiva erbjudanden.", + "default_billing": "Standard fakturaadress", + "default_shipping": "Standard leveransadress", + "save_default_billing": "Spara denna fakturaadress för framtida beställningar", + "save_default_shipping": "Spara denna leveransadress för framtida beställningar", + "save": "Spara", + "add": "Lägg till adress", + "success": "Profil sparad", + "error": "Fel vid sparande" + }, + "delete": "Ta bort konto", + "address_book": { + "title": "Adressbok", + "default_billing": "Standard fakturaadress", + "default_shipping": "Standard leveransadress", + "add": "Lägg till adress", + "select": "Välj", + "selected": "Vald", + "success": "Profil sparad", + "context": { + "edit": "Redigera", + "remove": "Ta bort" + } + }, + "confirm": { + "title": "Är du säker?", + "confirm": "Bekräfta", + "messageContact": "Vill du verkligen ta bort denna adress?", + "messageCustomer": "Vill du verkligen ta bort ditt konto? Alla dina personuppgifter och inställningar kommer att raderas." + } + } }, "back_in_stock": { "list_states": { @@ -43,34 +116,51 @@ "add": "Lägg till i favoritlistan", "added": "Produkten har lagts till i favoritlistan", "continue": "Fortsätt shoppa", - "empty": "Du har ännu inga varor på bevakningslistan", - "error_add": "Produkten kunde inte läggas till i bevakningslistan", - "error_remove": "Produkten kunde inte tas bort från bevakningslistan", - "error_limit": "Det tillåtna antalet produkter på bevakningslistan har överskridits.", - "error_general": "Det gick inte att spara bevakningslistan", - "remove": "Ta bort från bevakningslistan", - "removed": "Borttagen från bevakningslistan", + "empty": "Du har ännu inga varor på favoritlistan", + "error_add": "Produkten kunde inte läggas till i favoritlistan", + "error_remove": "Produkten kunde inte tas bort från favoritlistan", + "error_limit": "Det tillåtna antalet produkter på favoritlistan har överskridits.", + "error_general": "Det gick inte att spara favoritlistan", + "remove": "Ta bort från favoritlistan", + "removed": "Borttagen från favoritlistan", "add_list_modal": { - "title": "Skapa ny bevakningslista", + "title": "Skapa ny favoritlista", "dismiss": "Avbryt", "confirm": "Bekräfta", - "message": "Namnet på din nya bevakningslista", + "message": "Namnet på din nya favoritlista", "label": "Namn" }, "rename_list_modal": { - "title": "Ändra namnet på bevakningslistan", + "title": "Ändra namnet på favoritlistan", "dismiss": "Avbryt", "confirm": "Bekräfta", - "message": "Det nya namnet på din bevakningslista", + "message": "Det nya namnet på din favoritlista", "label": "Namn" }, "delete_list_modal": { - "title": "Radera bevakningslista", - "message": "Vill du verkligen ta bort bevakningslistan \"{name}\"?" + "title": "Radera favoritlista", + "message": "Vill du verkligen ta bort favoritlistan \"{name}\"?" }, "add_list": "Skapa ny lista", "errors": { - "invalid_name": "Ange ett fullständigt namn för din bevakningslista" + "invalid_name": "Ange ett fullständigt namn för din favoritlista" + }, + "comment_modal": { + "titleAdd": "Lägg till kommentar", + "titleEdit": "Redigera kommentar", + "dismiss": "Avbryt", + "confirm": "Bekräfta", + "label": "Kommentar", + "characterCount": "{count} av {maxCount} tecken" + }, + "comments": { + "add": "Lägg till kommentar", + "notes": "Kommentar", + "edit": "Redigera", + "delete": "Ta bort", + "added": "Kommentar tillagd", + "removed": "Kommentar borttagen", + "updated": "Kommentar uppdaterad" }, "rename_list": "Byt namn på lista", "remove_list": "Ta bort", @@ -81,8 +171,9 @@ "title": "Välj en ordermetod" }, "list_chooser": { - "title": "Välj en bevakningslista", + "title": "Välj en favoritlista", "add": "Lägg till", + "add_more": "Lägg till fler", "remove": "Ta bort" }, "modal": { @@ -98,7 +189,11 @@ "default": "Sortera", "most_popular": "Bästa resultat", "price_desc": "Högsta pris först", - "price_asc": "Lägsta pris först" + "price_asc": "Lägsta pris först", + "name_asc": "Namn A - Ö", + "name_desc": "Namn Ö - A", + "rank_asc": "Lägsta rank först", + "rank_desc": "Högsta rank först" }, "apply": "Färdig", "more": "Mer", @@ -123,10 +218,16 @@ }, "msrp": "MSRP", "label": "Pris {price}.", - "label_old_price": "Gammalt pris {price}." + "label_old_price": "Gammalt pris {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Gratis" }, "product": { + "errors": { + "insufficientstock": "Tyvärr är denna produkt för tillfället inte tillgänglig." + }, "description_heading": "Beskrivning", + "share": "Dela produkt", "pick_an_attribute": "{0} välj", "tax_disclaimer": "* Inkl. moms eventuellt plus fraktkostnader", "adding_item": "{count, plural, =1 {En produkt läggs till} other {{count} produkter läggs till}}", @@ -135,6 +236,10 @@ "add_to_cart": "Lägg till i korgen", "no_more_found": "Artikeln: \"{name}\" är för närvarande slut i lager.", "quantity": "Kvantitet", + "decrease_quantity": "Minska mängd", + "increase_quantity": "Öka mängd", + "increased_quantity_to": "Mängden ökades till {quantity}", + "decreased_quantity_to": "Mängden minskades till {quantity}", "minOrderQuantity": "Min. orderkvantitet: {quantity} {unit}", "maxOrderQuantity": "Max. orderkvantitet: {quantity} {unit}", "available": { @@ -149,11 +254,13 @@ "sections": { "information": "Produktinformation", "options": "Välj alternativ", + "fulfillment": "Tillgänglighet", "description": "Beskrivning", "properties": "Egenskaper", "ratings": "Betyg", "purchase": "Köpa produkt", - "quantity": "Kvantitet" + "quantity": "Kvantitet", + "price": "Pris" }, "displayGroups": { "general": "Allmänt", @@ -162,6 +269,108 @@ "properties": "Egenskaper" } }, + "locations": { + "headline": "Butiker nära dig", + "details": "Detaljer", + "hours_details": "Butikens öppettider", + "today_hours": "Idag: {hours}", + "today_hours_long": "Öppet idag: {hours}", + "address": "{postalCode} {city}", + "map_open": "Öppna i kartor", + "phone": "Telefonnummer", + "mon": "Måndag", + "tue": "Tisdag", + "wed": "Onsdag", + "thu": "Torsdag", + "fri": "Fredag", + "sat": "Lördag", + "sun": "Söndag", + "place_reservation": "Skicka bokning", + "firstName": "Förnamn", + "lastName": "Efternamn", + "cellPhone": "Mobilnummer för SMS-meddelanden", + "emailAddress": "E-postadress", + "who_will_pickup": "Vem kommer att hämta denna beställning?", + "me": "Jag själv", + "someone_else": "Någon annan", + "success_heading": "Bokningsbekräftelse", + "success_title": "Tack för din bokning!", + "success_copy": "Vi skickar ett e-postmeddelande eller SMS till dig när din bokning är klar för hämtning.", + "success_order_num": "Bokningsnummer", + "error_heading": "Ett fel inträffade", + "error_title": "Tyvärr kunde vi inte slutföra din bokning.", + "error_copy": "Ett fel inträffade under bokningsprocessen. Några av artiklarna kan ha sålts slut. Vänligen kontrollera tillgängligheten i andra butiker i din varukorg.", + "error_invalid_zip_code": "Vänligen ange ett giltigt postnummer.", + "error_no_store_found": "Vi hittade tyvärr inga butiker i detta område, vänligen kontrollera din inmatning.", + "search_placeholder": "Postnummer", + "change_location": "Byt butik", + "select_location": "Välj butik", + "get_directions": "Få vägbeskrivning", + "store_hours": "Öppettider", + "radius_km": "{radius} km", + "radius_mi": "{radius} miles", + "radius": "Radie", + "stores_near": { + "zip_code": "Butiker nära \"{zipCode}\"", + "location": "Butiker nära dig" + }, + "your_current_timeslot": { + "heading": "Upphämtningstid", + "change": "Ändra", + "today": "Idag", + "tomorrow": "Imorgon", + "not_set": "Vänligen välj..", + "dialog": { + "title": "Välj upphämtningstid", + "date": "Datum", + "morning": "Morgon", + "afternoon": "Eftermiddag", + "evening": "Kväll", + "schedule": "Välj" + } + }, + "your_current_location": { + "heading": "Nuvarande butik", + "change": "Ändra" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Beställ online" + }, + "choose_reservation_type": "Välj bokningstyp", + "quick_reserve": "Snabb bokning", + "reserve_to_cart": "Boka i varukorgen", + "change_fulfillment_method": "Ändra leveransmetod", + "fulfillment": { + "heading": "Tillgänglighet", + "direct_ship": "Beställ online", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Denna produkt är inte tillgänglig för leverans. Vänligen välj ett annat alternativ eller kontrollera tillgängligheten i en butik nära dig.", + "reserve": "Denna produkt är inte tillgänglig i den valda butiken. Vänligen välj en annan butik.", + "not_ready": "Vänligen välj en butik.", + "ropis": "Denna produkt är inte tillgänglig för Click & Reserve i denna butik. Vänligen välj ett annat alternativ eller en annan butik.", + "bopis": "Denna produkt är inte tillgänglig för Click & Collect i denna butik. Vänligen välj ett annat alternativ eller en annan butik." + } + }, + "stock_info": { + "pick_up_at": "hos {storeName}", + "availableInventory": "{visibleInventory} i lager", + "available": "Tillgänglig", + "limitedAvailability": "Endast {visibleInventory} kvar i lager", + "notAvailable": "Inte tillgänglig", + "customAvailability": "Inte tillgänglig i denna butik", + "comingSoon": "Kommer snart" + }, + "no_available": "inte tillgänglig", + "multi_location_modal": { + "title": "Byt butik", + "message": "Du har redan produkter från en annan butik i din varukorg. Dessa produkter kommer att ändras till den nya butiken. Priser och tillgänglighet kan variera.", + "change_store": "Byt butik" + } + }, "category": { "error": { "title": "Hoppsan", @@ -177,6 +386,9 @@ }, "showAllProducts": { "label": "Visa alla produkter" + }, + "errors": { + "404": "Kategorin hittades inte" } }, "search": { @@ -202,14 +414,29 @@ "dismiss": "Avbryt", "ok": "Okej", "title_error": "Hoppsan!", - "body_error": "Ett oväntat fel har inträffat. Vänligen försök igen." + "body_error": "Ett oväntat fel har inträffat. Vänligen försök igen.", + "close": "Stäng", + "login": "Logga in" }, "cart": { + "grand_total": "Totalsumma", + "current_total": "Aktuell summa", + "items": "Produkter", + "price": "Pris", + "quantity": "Mängd", + "fulfilled_quantity": "Fullföljd mängd", + "ordered_quantity": "Beställd mängd", + "location": "Butik", + "status": "Status", + "remove_item": "Ta bort produkt", "subtotal": "Delsumma", "total": "Total varukorg", "discount": "Rabatt", "discount_with_label": "Rabatt ({label})", + "coupon_label": "Kupong: {label}", + "promotion_label": "{label}", "checkout": "Fortsätt till kassan", + "reserve": "Boka", "remove": "Ta bort", "edit": "Redigera", "empty": "Din varukorg är tom.", @@ -222,9 +449,61 @@ "coupon_was_added": "Kupongen har lagts till!", "coupons_not_supported": "Lös in kuponger och presentkort i nästa steg", "free_shipping": "Fri frakt", + "allow_substitution_all": "Tillåt ersättningsartiklar för alla produkter?", + "allow_substitution": "Tillåt ersättningsartiklar", "message_type_info": "Info", "message_type_error": "Fel", - "message_type_warning": "Varning" + "message_type_warning": "Varning", + "errors": { + "404": "En eller flera produkter har tagits bort från din varukorg på grund av otillgänglighet.", + "1001": "En eller flera produkter i din varukorg är för närvarande inte i lager. Vänligen ta bort dem.", + "1002": "Beställningar är begränsade till en enda upphämtningsbutik. Vänligen välj endast en butik.", + "1003": "Den valda upphämtningstiden är inte längre tillgänglig. Vänligen välj en annan tid.", + "item": { + "1001": "Produkten är inte tillgänglig i önskad mängd.", + "1004": "Vänligen välj en upphämtningstid.", + "1005": "Den minsta beställningsmängden på {minQty} har inte uppnåtts.", + "1006": "Den maximala beställningsmängden på {maxQty} har överskridits.", + "1007": "Vänligen välj en upphämtningsbutik.", + "shopgate.cart.updateProducts": { + "1001": "Produkten är inte tillgänglig i önskad mängd." + }, + "shopgate.cart.addProducts": { + "1001": "Produkten är inte tillgänglig i önskad mängd." + }, + "generic": "Ett oväntat fel inträffade med denna produkt.", + "insufficientstock": "För närvarande inte i lager." + }, + "coupon": { + "404": "Denna kupong finns inte.", + "2000": "Denna kupong är ogiltig.", + "2001": "Kupongen blir giltig från {startDate, date, yyyyMMdd} kl. {startDate, time, short}.", + "2002": "Kupongen gick ut den {endDate, date, yyyyMMdd} kl. {endDate, time, short}.", + "2003": "Denna kupong är inte giltig för din nuvarande varukorg.", + "2004": "Denna kupong har redan lösts in.", + "2005": "Denna kupong har nått det maximala inlösningsantalet.", + "generic": "Ett oväntat fel inträffade med denna kupong." + }, + "generic": "Ett oväntat fel inträffade.", + "insufficientstock": "En eller flera produkter i din varukorg är inte i lager. Vänligen ta bort dem.", + "multiplelocations": "Beställningar är begränsade till en enda upphämtningsbutik. Vänligen välj endast en butik.", + "productsNotFound": "En eller flera produkter har tagits bort från din varukorg på grund av otillgänglighet.", + "mixed_cart": "Bokningar och onlinebeställningar måste göras i separata beställningar. Vänligen uppdatera produkterna så att varukorgen endast innehåller onlinebeställningar eller bokningar.", + "direct_ship_item": "Kontrollera om denna produkt kan reserveras i en butik nära dig.", + "ropis_cart_inventory": "Inte alla produkter kan reserveras. Vänligen kontrollera felen och ändra leveransalternativen.", + "ropis_item_inventory": "Denna produkt kan inte reserveras i den valda butiken. Kontrollera om den är tillgänglig i en annan butik.", + "ropis_item_inventory_exceed": "Önskad mängd är inte tillgänglig på {storeName}. Den maximala mängden på {inventory} kommer att reserveras.", + "mixed_cart_coupon_removed": "Kupongen \"{code}\" är inte tillgänglig för bokningar." + }, + "change_fulfillment": { + "direct_ship": "Ändra till Beställ online", + "bopis": "Ändra till Click & Collect", + "ropis": "Ändra till Click & Reserve" + }, + "price_caption": { + "reservation": "Bokning", + "pay_in_store": "Betala i butik" + } }, "login": { "headline": "Välkommen!", @@ -237,13 +516,21 @@ "no_account": "Har du inget konto än?", "register": "Börja här.", "logout_message": "Du har blivit utloggad.", - "error": "Användarnamn eller lösenord är inte korrekta" + "error": "Användarnamn eller lösenord är inte korrekta", + "auto_logout_message": "Du har loggats ut automatiskt.", + "reset_password": { + "subline": "Vänligen ange din e-postadress.", + "reset_instructions": "Du kommer att få ett e-postmeddelande för att återställa ditt lösenord till {email}", + "back_to_login": "Tillbaka till inloggning", + "customer_not_found": "Vi kunde inte hitta något konto kopplat till denna e-postadress." + } }, "navigation": { "login_register": "Logga in", + "your_account": "Mitt konto", "home": "Startsida", "categories": "Kategorier", - "favorites": "Bevakningslista", + "favorites": "Favoritlista", "my_orders": "Mina beställningar", "cart": "Kundkorg", "scanner": "Skanner", @@ -253,16 +540,16 @@ "terms": "Villkor och bestämmelser", "privacy": "Dataskydd", "privacySettings": "Sekretessinställningar", + "back_in_stock": "Meddelanden", "welcome_message": "Hej {name}", "return_policy": "Avbokningsregler", "logout": "Logga ut", + "back": "Tillbaka till {title}", + "open_menu": "Öppna meny", "menuSubHeader": { "more": "Mer", "about": "Om oss" - }, - "back_in_stock": "Meddelanden", - "back": "Tillbaka till {title}", - "open_menu": "Öppna meny" + } }, "reviews": { "rating": "Betyg", @@ -297,9 +584,212 @@ "geolocation_message": "Vi behöver tillgång till platsen för att visa närliggande butiker." } }, + "checkout": { + "submit_order": "Köp nu", + "continue_payment": "Fortsätt till betalning", + "continue": "Fortsätt", + "steps": "Steg {from} av {to}", + "change_contacts": "Ändra kontakt", + "change_addresses": "Ändra adress", + "finalizePayment": "Slutför beställning", + "payment": { + "title": "Hur vill du betala?", + "buttons": { + "stripe": "Kreditkort" + } + }, + "shippingMethod": { + "title": "Leveranssätt", + "errors": { + "noShippingAddress": "Vänligen ange en leveransadress först.", + "invalidShippingAddress": "Denna varukorg kan inte skickas till den angivna adressen." + } + }, + "errors": { + "genericInitialize": "Slutförandet av beställningen är för närvarande inte tillgängligt. Vänligen försök igen senare.", + "genericUpdate": "Beställningen kunde inte behandlas. Vänligen försök igen senare.", + "checkCart": "Vänligen kontrollera din varukorg.", + "genericSubmit": "Beställningen kunde inte behandlas, vänligen kontrollera din varukorg.", + "paypalFunding": "Ett fel inträffade vid betalningen.", + "missingPaymentMethod": "Ingen betalningsmetod konfigurerad.", + "noPaymentTransaction": "Ingen betalningstransaktion tillgänglig.", + "genericUpdateBilling": "Fel vid uppdatering av fakturaadress", + "payment": { + "genericExternal": "Betalningen med den valda metoden misslyckades. Försök igen med en annan metod." + } + }, + "pickup_contact": { + "headline": "Upphämtningskontakt", + "headline_reserve": "Upphämtningskontakt", + "subheadline": "Beställningsbekräftelsen kommer att skickas till denna e-postadress. Telefonnummer används endast om det finns några frågor.", + "form": { + "firstName": "Förnamn", + "lastName": "Efternamn", + "mobile": "Mobilnummer", + "emailAddress": "E-postadress", + "password": "Lösenord *", + "passwordConfirm": "Bekräfta lösenord *", + "company": "Företag", + "address1": "Gata och husnummer", + "address2": "Adresskomplement", + "postalCode": "Postnummer", + "city": "Stad", + "country": "Land", + "region": "Län", + "who_will_pickup": "Vem kommer att hämta denna beställning?", + "me": "Jag själv", + "someone_else": "Någon annan", + "instructions": "Upphämtningsinstruktioner" + } + }, + "billing": { + "headline": "Fakturaadress", + "headline_reserve": "Beställningskontakt", + "save": "Spara", + "address": "{postalCode} {city}, {region}", + "edit": "Redigera", + "change": "Ändra", + "select_address": "Välj en fakturaadress" + }, + "shipping": { + "headline": "Leveransadress", + "save": "Spara", + "address": "{postalCode} {city}, {region}", + "edit": "Redigera", + "change": "Ändra", + "select_address": "Välj en leveransadress" + }, + "creditCard": { + "headline": "Betalningsmetod", + "card": "Kreditkortsnummer *", + "cvc": "Säkerhetskod *", + "expiry": "Utgångsdatum *" + }, + "summary": { + "headline": "Sammanfattning", + "tax": "Skatt", + "subTotal": "Delsumma", + "shippingTotal": "Fraktkostnad", + "total": "Totalt" + }, + "success": { + "title": "Tack för din beställning", + "instructions_1": "Nedan hittar du din beställningsinformation. Om du har några frågor om beställningen, vänligen kontakta din butik.", + "instructions_2": "Observera att upphämtningstider kan variera under helgdagar och helger.", + "order_number": "Beställningsnummer: {orderNumber}", + "order_date": "Beställningsdatum: {date}", + "your_items": "Produkter:", + "pick_up_contact": "Upphämtningskontakt", + "order_contact": "Beställningskontakt", + "pickup_notes": "Upphämtningsanteckningar", + "billed_to": "Fakturaadress", + "shipped_to": "Leveransadress", + "order_summary": "Beställningssammanfattning", + "name": "Namn", + "phone_number": "Telefonnummer", + "email_address": "E-postadress", + "card_holder": "Kortinnehavare", + "address": "Adress", + "payment_method": "Betalningsmetod", + "shipping_method": "Leveransmetod", + "continue": "Fortsätt handla" + } + }, + "order": { + "status": { + "order": { + "submitted": "Inskickad", + "inProgress": "Under behandling", + "ready": "Klar för upphämtning", + "completed": "Slutförd", + "canceled": "Avbruten" + }, + "line_item": { + "pending": "Väntar", + "inProgress": "Under behandling", + "unavailable": "Inte tillgänglig", + "canceled": "Avbruten", + "fulfilled": "Utförd", + "substituted": "Ersatt", + "replaced": "Ersatt", + "itemAdded": "Tillagd", + "rejected": "Avvisad", + "open": "Öppen" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Upphämtningsbutik", + "address": "Adress", + "phone_number": "Telefon" + }, + "subline": { + "order_number": "Ditt beställningsnummer är: {orderNumber}", + "order_status": "Status: {status}" + }, + "authenticate": { + "instructions": "Vänligen autentisera dig med din e-postadress och telefonnummer som användes vid beställningen.", + "or_login": "Eller logga in" + }, + "errors": { + "authenticate": "E-postadressen och telefonnumret matchar inte denna beställning.", + "expired": "Sessionen för denna beställning har gått ut.", + "authorize": "Beställningen tillhör inte detta konto.", + "not_found": "Beställningen hittades inte." + }, + "cancel": { + "button": "Avbryt beställning", + "modal": { + "title": "Avbryt", + "message": "Är du säker på att du vill avbryta beställningen? Denna åtgärd kan inte ångras!", + "confirm": "Ja, avbryt beställning" + } + } + }, + "orders": { + "header": { + "date": "Beställningsdatum", + "orderNumber": "Beställningsnummer", + "status": "Status", + "lineItemCount": "Antal produkter", + "total": "Total beställning" + }, + "no_result": { + "body": "Inga beställningar hittades." + }, + "itemCount": "{count, plural, =1 {Produkt} other {Produkter}}" + }, + "page": { + "not_found": "Tyvärr kunde vi inte hitta den begärda sidan.", + "continue": "Fortsätt handla" + }, + "registration": { + "create_account": "Skapa konto", + "marketing_opt_in_label": "Håll mig uppdaterad med nyheter och exklusiva erbjudanden.", + "different_shipping_address_label": "Annan leveransadress", + "headlines": { + "create_new_account": "Skapa nytt konto", + "shipping_address": "Leveransadress", + "billing_address": "Fakturaadress", + "billing_address_reserve": "Beställningskontakt" + } + }, "error": { "general": "Anslutningsproblem. Kontrollera din internetanslutning eller försök igen senare." }, + "validation": { + "required": "Vänligen fyll i detta fält", + "email": "Vänligen ange en giltig e-postadress", + "numeric": "Vänligen ange endast siffror", + "alphaNumeric": "Vänligen ange endast bokstäver och siffror", + "mobileNumber": "Vänligen ange ett giltigt mobilnummer", + "date": "Vänligen ange ett giltigt datum", + "checkField": "Vänligen kontrollera detta fält", + "emailConflict": "Denna e-postadress är redan registrerad", + "passwordMismatch": "Lösenorden stämmer inte överens", + "minPasswordLength": "Minsta lösenordslängd är %'{count} tecken" + }, "formats": { "date": { "DD": { @@ -307,7 +797,34 @@ }, "MMM": { "month": "kort" + }, + "pattern": "dd.mm.åååå" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "fot", + "mi": "mil" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "st." + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-ios11/locale/cs-CZ.json b/themes/theme-ios11/locale/cs-CZ.json index d9a16cee55..e881092003 100644 --- a/themes/theme-ios11/locale/cs-CZ.json +++ b/themes/theme-ios11/locale/cs-CZ.json @@ -10,7 +10,11 @@ "show_products": "Zobrazit produkty", "back": "Zpět", "close": "Zavřít", - "products": "Produkty" + "products": "Produkty", + "error": "Došlo k neočekávané chybě. Zkuste to prosím znovu.", + "errors": { + "generic": "Došlo k neočekávané chybě. Zkuste to prosím znovu." + } }, "titles": { "categories": "Kategorie", @@ -20,9 +24,78 @@ "shipping": "Doprava", "reviews": "Recenze", "browse": "Procházet", - "favorites": "Sledovaný seznam", + "favorites": "Seznam oblíbených", "scanner": "Skener", - "back_in_stock": "Oznámení" + "back_in_stock": "Oznámení", + "checkout": "Pokladna", + "checkout_confirmation": "Objednávka úspěšná", + "checkout_change_billing": "Změnit fakturační adresu", + "register": "Registrovat se", + "order_details": "Detaily objednávky", + "store_finder": "Vyhledávač prodejen", + "order_history": "Historie objednávek", + "profile": "Profil", + "your_account": "Můj účet", + "your_account_contact": "Adresa", + "page_not_found": "Stránka nenalezena", + "checkout_addresses_shipping": "Vyberte doručovací adresu", + "checkout_addresses_billing": "Vyberte fakturační adresu", + "checkout_addresses_add_shipping": "Přidat doručovací adresu", + "checkout_addresses_add_billing": "Přidat fakturační adresu", + "checkout_addresses_edit_shipping": "Změnit doručovací adresu", + "checkout_addresses_edit_billing": "Změnit fakturační adresu" + }, + "account": { + "profile": { + "customer": { + "number": "Zákaznické číslo: {customerNumber}" + }, + "form": { + "firstName": "Jméno", + "middleName": "Druhé jméno", + "lastName": "Příjmení", + "emailAddress": "E-mailová adresa", + "address1": "Ulice a číslo popisné", + "address2": "Adresa 2", + "address3": "Adresa 3", + "address4": "Adresa 4", + "postalCode": "PSČ", + "city": "Město", + "country": "Země", + "phone": "Telefonní číslo", + "mobile": "Mobilní číslo", + "region": "Kraj", + "marketing_opt_in_label": "Informujte mě o novinkách a exkluzivních nabídkách.", + "default_billing": "Výchozí fakturační adresa", + "default_shipping": "Výchozí doručovací adresa", + "save_default_billing": "Uložit tuto fakturační adresu pro budoucí objednávky", + "save_default_shipping": "Uložit tuto doručovací adresu pro budoucí objednávky", + "save": "Uložit", + "add": "Přidat adresu", + "success": "Profil byl uložen", + "error": "Chyba při ukládání" + }, + "delete": "Smazat účet", + "address_book": { + "title": "Správa adres", + "default_billing": "Výchozí fakturační adresa", + "default_shipping": "Výchozí doručovací adresa", + "add": "Přidat adresu", + "select": "Vybrat", + "selected": "Vybráno", + "success": "Profil byl uložen", + "context": { + "edit": "Upravit", + "remove": "Smazat" + } + }, + "confirm": { + "title": "Jste si jistý/á?", + "confirm": "Potvrdit", + "messageContact": "Opravdu chcete tuto adresu smazat?", + "messageCustomer": "Opravdu chcete smazat svůj účet? Všechny vaše osobní údaje a nastavení budou smazány." + } + } }, "back_in_stock": { "list_states": { @@ -46,32 +119,49 @@ "added": "Produkt byl přidán do seznamu oblíbených", "continue": "Pokračovat v nákupu", "empty": "Na seznamu oblíbených položek zatím nemáte žádné položky", - "error_add": "Výrobek se nepodařilo přidat do seznamu sledovaných položek", - "error_remove": "Výrobek se nepodařilo odstranit ze seznamu sledovaných položek", - "error_limit": "Byl překročen povolený počet produktů na seznamu sledovaných položek.", - "remove": "Odstranit ze seznamu sledovaných produktů", - "removed": "Odstraněno ze seznamu sledovaných produktů", + "error_add": "Výrobek se nepodařilo přidat do seznamu oblíbených položek", + "error_remove": "Výrobek se nepodařilo odstranit ze seznamu oblíbených položek", + "error_limit": "Byl překročen povolený počet produktů na seznamu oblíbených položek.", + "remove": "Odstranit ze seznamu oblíbených položek", + "removed": "Odstraněno ze seznamu oblíbených položek", "add_list_modal": { - "title": "Vytvořit nový seznam sledování", + "title": "Vytvořit nový seznam oblíbených", "dismiss": "Zrušit", "confirm": "Potvrdit", - "message": "Název nového seznamu sledovaných položek", + "message": "Název nového seznamu oblíbených položek", "label": "Název" }, "rename_list_modal": { - "title": "Změna názvu seznamu sledování", + "title": "Změna názvu seznamu oblíbených", "dismiss": "Zrušit", "confirm": "Potvrdit", - "message": "Nový název seznamu sledovaných položek", + "message": "Nový název seznamu oblíbených položek", "label": "Název" }, "add_list": "Vytvořit nový seznam", "errors": { - "invalid_name": "Zadejte prosím úplný název vašeho seznamu sledovaných položek." + "invalid_name": "Zadejte prosím úplný název vašeho seznamu oblíbených položek." }, "delete_list_modal": { - "title": "Smazat seznam sledovaných položek", - "message": "Opravdu chcete smazat seznam hodinek \"{name}\"?" + "title": "Smazat seznam oblíbených", + "message": "Opravdu chcete smazat seznam oblíbených položek \"{name}\"?" + }, + "comment_modal": { + "titleAdd": "Přidat komentář", + "titleEdit": "Upravit komentář", + "dismiss": "Zrušit", + "confirm": "Potvrdit", + "label": "Komentář", + "characterCount": "{count} z {maxCount} znaků" + }, + "comments": { + "add": "Přidat komentář", + "notes": "Komentář", + "edit": "Upravit", + "delete": "Smazat", + "added": "Komentář byl přidán", + "removed": "Komentář byl smazán", + "updated": "Komentář byl aktualizován" }, "rename_list": "Přejmenovat", "remove_list": "Smazat", @@ -82,8 +172,9 @@ "title": "Vybrat metodu objednávky" }, "list_chooser": { - "title": "Vyberte seznam sledování", + "title": "Vyberte seznam oblíbených položek", "add": "Přidat", + "add_more": "Přidat více", "remove": "Odstranit" }, "modal": { @@ -93,14 +184,18 @@ "open_list": "Otevřít seznam.", "close_list": "Zavřít seznam.", "load_more_button": "Načíst další položky", - "error_general": "Seznam sledovaných produktů nebylo možné uložit" + "error_general": "Seznam oblíbených nebylo možné uložit" }, "filter": { "sort": { "default": "Třídit", "most_popular": "Nejlepší výsledky", "price_desc": "Nejdříve nejvyšší cena", - "price_asc": "Nejnižší cena na prvním místě" + "price_asc": "Nejnižší cena na prvním místě", + "name_asc": "Název A - Z", + "name_desc": "Název Z - A", + "rank_asc": "Nejnižší hodnocení první", + "rank_desc": "Nejvyšší hodnocení první" }, "apply": "Hotovo", "more": "více", @@ -125,13 +220,20 @@ }, "msrp": "RRP", "label": "Cena {price}.", - "label_old_price": "Stará cena {price}." + "label_old_price": "Stará cena {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Zdarma" }, "product": { + "errors": { + "insufficientstock": "Bohužel tento produkt již není k dispozici." + }, "description_heading": "Popis", + "share": "Sdílet produkt", "pick_an_attribute": "{0} vybrat", "tax_disclaimer": "* Včetně DPH případně plus náklady na dopravu", "item_added": "{count, plural, =0 {# žádné produkty} =1 {{count} Přidaný produkt} other {{count} Přidané produkty}}", + "item_added_unit": "{count} {unit} přidáno", "adding_item": "{count, plural, =1 {Přidává se jeden produkt} other {Přidává se {count} produktů}}", "pick_option_first": "Nejprve vyberte možnost. {option}", "fill_out_required_input_first": "Nejprve vyplňte všechna povinná pole.", @@ -139,6 +241,10 @@ "go_to_cart": "Nákupní košík", "no_more_found": "Článek: \"{name}\" není momentálně skladem.", "quantity": "Množství", + "decrease_quantity": "Snížit množství", + "increase_quantity": "Zvýšit množství", + "increased_quantity_to": "Množství zvýšeno na {quantity}", + "decreased_quantity_to": "Množství sníženo na {quantity}", "minOrderQuantity": "Min. množství pro objednávku: {quantity} {unit}", "maxOrderQuantity": "Max. objednací množství: {quantity} {unit}", "available": { @@ -153,6 +259,7 @@ "sections": { "information": "Informace o produktu", "options": "Vyberte možnosti", + "fulfillment": "Dostupnost", "description": "Popis", "properties": "Vlastnosti", "ratings": "Hodnocení", @@ -166,6 +273,108 @@ "properties": "Vlastnosti" } }, + "locations": { + "headline": "Obchody ve vaší blízkosti", + "details": "Podrobnosti", + "hours_details": "Detaily otevírací doby", + "today_hours": "Dnes: {hours}", + "today_hours_long": "Dnes otevřeno: {hours}", + "address": "{postalCode} {city}", + "map_open": "Otevřít na mapách", + "phone": "Telefonní číslo", + "mon": "Pondělí", + "tue": "Úterý", + "wed": "Středa", + "thu": "Čtvrtek", + "fri": "Pátek", + "sat": "Sobota", + "sun": "Neděle", + "place_reservation": "Odeslat rezervaci", + "firstName": "Křestní jméno", + "lastName": "Příjmení", + "cellPhone": "Telefonní číslo pro SMS upozornění", + "emailAddress": "E-mailová adresa", + "who_will_pickup": "Kdo tuto objednávku vyzvedne?", + "me": "Já", + "someone_else": "Někdo jiný", + "success_heading": "Potvrzení rezervace", + "success_title": "Děkujeme za vaši rezervaci!", + "success_copy": "Brzy vám zašleme e-mail nebo SMS, až bude vaše rezervace připravena k vyzvednutí.", + "success_order_num": "Rezervační číslo", + "error_heading": "Došlo k chybě", + "error_title": "Vaši rezervaci se bohužel nepodařilo dokončit.", + "error_copy": "Během procesu rezervace došlo k chybě. Některé položky mohou být vyprodány. Zkontrolujte dostupnost v jiných prodejnách ve vašem košíku.", + "error_invalid_zip_code": "Zadejte prosím platné PSČ.", + "error_no_store_found": "V této oblasti bohužel nemáme žádné prodejny, zkontrolujte prosím svůj vstup.", + "search_placeholder": "PSČ", + "change_location": "Změnit prodejnu", + "select_location": "Vybrat prodejnu", + "get_directions": "Naplánovat trasu", + "store_hours": "Otevírací doba", + "radius_km": "{radius} km", + "radius_mi": "{radius} mílí", + "radius": "Poloměr", + "stores_near": { + "zip_code": "Prodejny poblíž \"{zipCode}\"", + "location": "Prodejny ve vaší blízkosti" + }, + "your_current_timeslot": { + "heading": "Čas vyzvednutí", + "change": "Změnit", + "today": "Dnes", + "tomorrow": "Zítra", + "not_set": "Vyberte prosím..", + "dialog": { + "title": "Vyberte čas vyzvednutí", + "date": "Datum", + "morning": "Ráno", + "afternoon": "Odpoledne", + "evening": "Večer", + "schedule": "Vybrat" + } + }, + "your_current_location": { + "heading": "Aktuální prodejna", + "change": "Změnit" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Objednat online" + }, + "choose_reservation_type": "Vyberte typ rezervace", + "quick_reserve": "Rychlá rezervace", + "reserve_to_cart": "Rezervovat do košíku", + "change_fulfillment_method": "Změnit způsob doručení", + "fulfillment": { + "heading": "Dostupnost", + "direct_ship": "Objednat online", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Tento produkt není k dispozici pro odeslání. Vyberte jinou možnost nebo zkontrolujte dostupnost ve vaší blízkosti.", + "reserve": "Tento produkt není dostupný ve zvolené prodejně. Vyberte jinou prodejnu.", + "not_ready": "Vyberte prosím prodejnu.", + "ropis": "Tento produkt není k dispozici pro Click & Reserve v této prodejně. Vyberte jinou možnost nebo prodejnu.", + "bopis": "Tento produkt není k dispozici pro Click & Collect v této prodejně. Vyberte jinou možnost nebo prodejnu." + } + }, + "stock_info": { + "pick_up_at": "v {storeName}", + "availableInventory": "{visibleInventory} na skladě", + "available": "Dostupné", + "limitedAvailability": "Pouze {visibleInventory} na skladě", + "notAvailable": "Není dostupné", + "customAvailability": "Není dostupné v této prodejně", + "comingSoon": "Brzy k dispozici" + }, + "no_available": "není dostupné", + "multi_location_modal": { + "title": "Změnit prodejnu", + "message": "V košíku již máte produkty z jiné prodejny. Tyto produkty budou změněny na novou prodejnu. Ceny a dostupnost se mohou lišit.", + "change_store": "Změnit prodejnu" + } + }, "category": { "error": { "title": "Oops", @@ -181,6 +390,9 @@ }, "showAllProducts": { "label": "Zobrazit všechny produkty" + }, + "errors": { + "404": "Kategorie nebyla nalezena" } }, "search": { @@ -206,14 +418,29 @@ "dismiss": "Zrušit", "ok": "Dobře", "title_error": "Oops!", - "body_error": "Došlo k neočekávané chybě. Zkuste to prosím znovu." + "body_error": "Došlo k neočekávané chybě. Zkuste to prosím znovu.", + "close": "Zavřít", + "login": "Přihlásit se" }, "cart": { + "grand_total": "Celková suma", + "current_total": "Celková suma", + "items": "Produkty", + "price": "Cena", + "quantity": "Množství", + "fulfilled_quantity": "Vykonané množství", + "ordered_quantity": "Objednané množství", + "location": "Prodejna", + "status": "Status", + "remove_item": "Odebrat produkt", "subtotal": "Mezisoučet", "total": "Celkový nákupní košík", "discount": "Sleva", "discount_with_label": "Sleva ({label})", + "coupon_label": "Sleva: {label}", + "promotion_label": "{label}", "checkout": "Pokladna", + "reserve": "Rezervovat", "remove": "Odstranit", "edit": "Upravit", "empty": "Váš nákupní košík je prázdný.", @@ -226,9 +453,61 @@ "coupon_was_added": "Kupón byl přidán!", "coupons_not_supported": "Uplatnění kupónů a dárkových karet v dalším kroku", "free_shipping": "Doprava zdarma", + "allow_substitution_all": "Povolit náhradu za všechny produkty?", + "allow_substitution": "Povolit náhradu", "message_type_info": "Informace", "message_type_error": "Chyba", - "message_type_warning": "Varování" + "message_type_warning": "Varování", + "errors": { + "404": "Jeden nebo více produktů bylo z vašeho košíku odebráno kvůli nedostupnosti.", + "1001": "Jeden nebo více produktů v košíku momentálně není dostupný. Odstraňte prosím tyto položky.", + "1002": "Objednávky jsou omezeny na jedinou odběrnou prodejnu. Vyberte prosím pouze jednu prodejnu.", + "1003": "Zvolené časové okno pro vyzvednutí již není dostupné. Vyberte prosím jiný čas.", + "item": { + "1001": "Produkt není k dispozici v požadovaném množství.", + "1004": "Vyberte prosím čas vyzvednutí.", + "1005": "Minimální množství pro objednání {minQty} nebylo dosaženo.", + "1006": "Maximální množství pro objednání {maxQty} bylo překročeno.", + "1007": "Vyberte prosím odběrnou prodejnu.", + "shopgate.cart.updateProducts": { + "1001": "Produkt není k dispozici v požadovaném množství." + }, + "shopgate.cart.addProducts": { + "1001": "Produkt není k dispozici v požadovaném množství." + }, + "generic": "Došlo k neočekávané chybě u tohoto produktu.", + "insufficientstock": "Není na skladě." + }, + "coupon": { + "404": "Tento kupon neexistuje.", + "2000": "Tento kupon je neplatný.", + "2001": "Tento kupon je platný od {startDate, date, yyyyMMdd} v {startDate, time, short}.", + "2002": "Tento kupon vypršel {endDate, date, yyyyMMdd} v {endDate, time, short}.", + "2003": "Tento kupon není platný pro váš aktuální košík.", + "2004": "Tento kupon již byl použit.", + "2005": "Tento kupon dosáhl limitu maximálního počtu použití.", + "generic": "Došlo k neočekávané chybě u tohoto kuponu." + }, + "generic": "Došlo k neočekávané chybě.", + "insufficientstock": "Jeden nebo více produktů ve vašem košíku momentálně není dostupný. Odstraňte prosím tyto produkty.", + "multiplelocations": "Objednávky jsou omezeny na jednu odběrnou prodejnu. Vyberte prosím pouze jednu prodejnu.", + "productsNotFound": "Jeden nebo více produktů bylo kvůli nedostupnosti odebráno z vašeho košíku.", + "mixed_cart": "Rezervace a online objednávky musí být provedeny v samostatných objednávkách. Prosím aktualizujte produkty, aby košík obsahoval pouze online objednávky nebo pouze rezervace.", + "direct_ship_item": "Zkontrolujte, zda tento produkt může být rezervován ve vaší blízkosti.", + "ropis_cart_inventory": "Ne všechny produkty mohou být rezervovány. Zkontrolujte chyby a změňte možnosti doručení.", + "ropis_item_inventory": "Tento produkt nelze rezervovat ve zvolené prodejně. Zkontrolujte, zda je dostupný v jiné prodejně.", + "ropis_item_inventory_exceed": "Požadované množství není k dispozici v {storeName}. Rezervováno bude maximální množství {inventory}.", + "mixed_cart_coupon_removed": "Kupon \"{code}\" není dostupný pro rezervace." + }, + "change_fulfillment": { + "direct_ship": "Změnit na Objednat online", + "bopis": "Změnit na Click & Collect", + "ropis": "Změnit na Click & Reserve" + }, + "price_caption": { + "reservation": "Rezervace", + "pay_in_store": "Platba v prodejně" + } }, "login": { "headline": "Vítejte!", @@ -241,17 +520,26 @@ "no_account": "Ještě nemáte účet?", "signup": "Registrace", "logout_message": "Byli jste odhlášeni.", - "error": "Uživatelské jméno nebo heslo není správné" + "auto_logout_message": "Byli jste automaticky odhlášeni.", + "error": "Uživatelské jméno nebo heslo není správné", + "reset_password": { + "subline": "Zadejte prosím vaši e-mailovou adresu.", + "reset_instructions": "Zasíláme vám e-mail pro resetování hesla na {email}", + "back_to_login": "Zpět na přihlášení", + "customer_not_found": "Účet s touto e-mailovou adresou neexistuje." + } }, "navigation": { "login_register": "Přihlásit se", "your_account": "Můj účet", "home": "Domovská stránka", "categories": "Kategorie", + "favorites": "Seznam oblíbených", "my_orders": "Moje objednávky", "cart": "Nákupní košík", "shipping": "Způsoby dopravy", "about": "Otisk", + "contact": "Kontakt", "payment": "Platební metody", "terms": "Podmínky", "privacy": "Ochrana údajů", @@ -262,6 +550,8 @@ "logout": "Odhlášení", "store_information": "O nás", "more_menu": "Více na", + "order_history": "Historie objednávek", + "profile": "Profil", "back": "Zpět na {title}" }, "reviews": { @@ -304,9 +594,212 @@ "geolocation_message": "Pro zobrazení okolních obchodů potřebujeme přístup k poloze." } }, + "checkout": { + "submit_order": "Koupit nyní", + "continue_payment": "Pokračovat k platbě", + "continue": "Pokračovat", + "steps": "Krok {from} z {to}", + "change_contacts": "Změnit kontakt", + "change_addresses": "Změnit adresu", + "finalizePayment": "Dokončit objednávku", + "payment": { + "title": "Jak si přejete platit?", + "buttons": { + "stripe": "Kreditní karta" + } + }, + "shippingMethod": { + "title": "Způsob dopravy", + "errors": { + "noShippingAddress": "Nejprve zadejte doručovací adresu.", + "invalidShippingAddress": "Tento košík nelze odeslat na uvedenou adresu." + } + }, + "errors": { + "genericInitialize": "Pokladna není momentálně dostupná, zkuste to prosím později.", + "genericUpdate": "Objednávku se nepodařilo zpracovat, zkuste to prosím později.", + "checkCart": "Zkontrolujte prosím svůj košík.", + "genericSubmit": "Objednávku se nepodařilo zpracovat, zkontrolujte prosím svůj košík.", + "paypalFunding": "Při zpracování platby došlo k chybě.", + "missingPaymentMethod": "Žádná platební metoda není nakonfigurována.", + "noPaymentTransaction": "Žádná platební transakce není dostupná.", + "genericUpdateBilling": "Chyba při aktualizaci fakturační adresy", + "payment": { + "genericExternal": "Platba s vybranou platební metodou selhala. Zkuste prosím jinou metodu." + } + }, + "pickup_contact": { + "headline": "Kontaktní osoba pro vyzvednutí", + "headline_reserve": "Kontaktní osoba pro vyzvednutí", + "subheadline": "Potvrzení objednávky bude zasláno na tento e-mail. Telefonní číslo bude použito pouze při dotazech.", + "form": { + "firstName": "Jméno", + "lastName": "Příjmení", + "mobile": "Mobilní číslo", + "emailAddress": "E-mailová adresa", + "password": "Heslo *", + "passwordConfirm": "Potvrzení hesla *", + "company": "Společnost", + "address1": "Ulice a číslo domu", + "address2": "Doplňující adresa", + "postalCode": "PSČ", + "city": "Město", + "country": "Země", + "region": "Kraj", + "who_will_pickup": "Kdo tuto objednávku vyzvedne?", + "me": "Já", + "someone_else": "Někdo jiný", + "instructions": "Poznámky k vyzvednutí" + } + }, + "billing": { + "headline": "Fakturační adresa", + "headline_reserve": "Kontaktní osoba pro objednávku", + "save": "Uložit", + "address": "{postalCode} {city}, {region}", + "edit": "Upravit", + "change": "Změnit", + "select_address": "Vyberte fakturační adresu" + }, + "shipping": { + "headline": "Doručovací adresa", + "save": "Uložit", + "address": "{postalCode} {city}, {region}", + "edit": "Upravit", + "change": "Změnit", + "select_address": "Vyberte doručovací adresu" + }, + "creditCard": { + "headline": "Platební metoda", + "card": "Číslo kreditní karty *", + "cvc": "Bezpečnostní kód *", + "expiry": "Platnost do *" + }, + "summary": { + "headline": "Shrnutí", + "tax": "Daň", + "subTotal": "Mezisoučet", + "shippingTotal": "Dopravné", + "total": "Celkem" + }, + "success": { + "title": "Děkujeme za vaši objednávku", + "instructions_1": "Níže najdete informace o vaší objednávce. Pokud máte dotazy ohledně vaší objednávky, kontaktujte prosím svou prodejnu.", + "instructions_2": "Upozorňujeme, že časy vyzvednutí se mohou lišit v závislosti na svátcích a víkendech.", + "order_number": "Číslo objednávky: {orderNumber}", + "order_date": "Datum objednávky: {date}", + "your_items": "Produkty:", + "pick_up_contact": "Kontaktní osoba pro vyzvednutí", + "order_contact": "Kontaktní osoba pro objednávku", + "pickup_notes": "Poznámky k vyzvednutí", + "billed_to": "Fakturační adresa", + "shipped_to": "Doručovací adresa", + "order_summary": "Shrnutí objednávky", + "name": "Jméno", + "phone_number": "Telefonní číslo", + "email_address": "E-mailová adresa", + "card_holder": "Držitel karty", + "address": "Adresa", + "payment_method": "Platební metoda", + "shipping_method": "Způsob dopravy", + "continue": "Pokračovat v nakupování" + } + }, + "order": { + "status": { + "order": { + "submitted": "Odesláno", + "inProgress": "Zpracovává se", + "ready": "Připraveno k vyzvednutí", + "completed": "Dokončeno", + "canceled": "Zrušeno" + }, + "line_item": { + "pending": "Čeká se", + "inProgress": "Zpracovává se", + "unavailable": "Nedostupné", + "canceled": "Zrušeno", + "fulfilled": "Vykonáno", + "substituted": "Nahrazeno", + "replaced": "Vyměněno", + "itemAdded": "Přidáno", + "rejected": "Odmítnuto", + "open": "Otevřené" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Prodejna pro vyzvednutí", + "address": "Adresa", + "phone_number": "Telefon" + }, + "subline": { + "order_number": "Vaše objednávkové číslo je: {orderNumber}", + "order_status": "Status: {status}" + }, + "authenticate": { + "instructions": "Prosím, autentizujte se pomocí e-mailu a telefonního čísla, které bylo použito pro objednávku.", + "or_login": "Nebo se přihlaste" + }, + "errors": { + "authenticate": "E-mail a telefonní číslo neodpovídají této objednávce.", + "expired": "Sezení pro tuto objednávku vypršelo.", + "authorize": "Tato objednávka nepatří tomuto účtu.", + "not_found": "Objednávka nenalezena." + }, + "cancel": { + "button": "Zrušit objednávku", + "modal": { + "title": "Zrušení", + "message": "Opravdu chcete zrušit tuto objednávku? Tento krok nelze vrátit zpět!", + "confirm": "Ano, zrušit objednávku" + } + } + }, + "orders": { + "header": { + "date": "Datum objednávky", + "orderNumber": "Číslo objednávky", + "status": "Status", + "lineItemCount": "Počet produktů", + "total": "Celková suma" + }, + "no_result": { + "body": "Žádné objednávky nenalezeny." + }, + "itemCount": "{count, plural, =1 {Produkt} other {Produkty}}" + }, + "page": { + "not_found": "Požadovaná stránka nebyla nalezena.", + "continue": "Pokračovat v nakupování" + }, + "registration": { + "create_account": "Vytvořit účet", + "marketing_opt_in_label": "Informujte mě o novinkách a exkluzivních nabídkách.", + "different_shipping_address_label": "Jiná doručovací adresa", + "headlines": { + "create_new_account": "Vytvořit nový účet", + "shipping_address": "Doručovací adresa", + "billing_address": "Fakturační adresa", + "billing_address_reserve": "Kontaktní osoba pro objednávku" + } + }, "error": { "general": "Problém s připojením. Zkontrolujte prosím připojení k internetu nebo to zkuste později." }, + "validation": { + "required": "Vyplňte prosím toto pole", + "email": "Zadejte platnou e-mailovou adresu", + "numeric": "Zadejte pouze čísla", + "alphaNumeric": "Zadejte pouze písmena a čísla", + "mobileNumber": "Zadejte platné mobilní číslo", + "date": "Zadejte platné datum", + "checkField": "Zkontrolujte prosím toto pole", + "emailConflict": "Tento e-mail je již zaregistrován", + "passwordMismatch": "Hesla se neshodují", + "minPasswordLength": "Minimální délka hesla je %'{count} znaků" + }, "formats": { "date": { "DD": { @@ -314,7 +807,34 @@ }, "MMM": { "month": "krátký" + }, + "pattern": "dd.mm.rrrr" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "ft", + "mi": "míle" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "ks" + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-ios11/locale/de-DE.json b/themes/theme-ios11/locale/de-DE.json index 28e69fbd86..fafd5cb6b5 100644 --- a/themes/theme-ios11/locale/de-DE.json +++ b/themes/theme-ios11/locale/de-DE.json @@ -52,7 +52,7 @@ }, "form": { "firstName": "Vorname", - "middleName": "Mittelname", + "middleName": "Zweiter Vorname", "lastName": "Nachname", "emailAddress": "E-Mail-Adresse", "address1": "Straße und Hausnummer", diff --git a/themes/theme-ios11/locale/el-GR.json b/themes/theme-ios11/locale/el-GR.json index 0f2ff2a9b9..c943980464 100644 --- a/themes/theme-ios11/locale/el-GR.json +++ b/themes/theme-ios11/locale/el-GR.json @@ -10,7 +10,11 @@ "show_products": "Εμφάνιση προϊόντων", "back": "Πίσω", "close": "Κλείσιμο", - "products": "Προϊόντα" + "products": "Προϊόντα", + "error": "Παρουσιάστηκε ένα απρόβλεπτο σφάλμα. Παρακαλούμε προσπαθήστε ξανά.", + "errors": { + "generic": "Παρουσιάστηκε ένα απρόβλεπτο σφάλμα. Παρακαλούμε προσπαθήστε ξανά." + } }, "titles": { "categories": "Κατηγορίες", @@ -20,9 +24,78 @@ "shipping": "Αποστολή", "reviews": "Κριτικές", "browse": "Περιηγηθείτε στο", - "favorites": "λίστα παρακολούθησης", + "favorites": "Λίστα αγαπημένων", "scanner": "Ανιχνευτής", - "back_in_stock": "Ειδοποιήσεις" + "back_in_stock": "Ειδοποιήσεις", + "checkout": "Ολοκλήρωση αγοράς", + "checkout_confirmation": "Η παραγγελία ολοκληρώθηκε με επιτυχία", + "checkout_change_billing": "Αλλαγή διεύθυνσης χρέωσης", + "register": "Εγγραφή", + "order_details": "Λεπτομέρειες παραγγελίας", + "store_finder": "Εντοπισμός καταστήματος", + "order_history": "Ιστορικό παραγγελιών", + "profile": "Προφίλ", + "your_account": "Ο λογαριασμός μου", + "your_account_contact": "Διεύθυνση", + "page_not_found": "Η σελίδα δεν βρέθηκε", + "checkout_addresses_shipping": "Επιλέξτε διεύθυνση αποστολής", + "checkout_addresses_billing": "Επιλέξτε διεύθυνση χρέωσης", + "checkout_addresses_add_shipping": "Προσθήκη διεύθυνσης αποστολής", + "checkout_addresses_add_billing": "Προσθήκη διεύθυνσης χρέωσης", + "checkout_addresses_edit_shipping": "Επεξεργασία διεύθυνσης αποστολής", + "checkout_addresses_edit_billing": "Επεξεργασία διεύθυνσης χρέωσης" + }, + "account": { + "profile": { + "customer": { + "number": "Αριθμός πελάτη: {customerNumber}" + }, + "form": { + "firstName": "Όνομα", + "middleName": "Μεσαίο Όνομα", + "lastName": "Επώνυμο", + "emailAddress": "Διεύθυνση Email", + "address1": "Οδός και Αριθμός", + "address2": "Διεύθυνση 2", + "address3": "Διεύθυνση 3", + "address4": "Διεύθυνση 4", + "postalCode": "Τ.Κ.", + "city": "Πόλη", + "country": "Χώρα", + "phone": "Τηλέφωνο", + "mobile": "Κινητό", + "region": "Περιοχή", + "marketing_opt_in_label": "Ενημερώστε με για νέα και αποκλειστικές προσφορές.", + "default_billing": "Προεπιλεγμένη διεύθυνση χρέωσης", + "default_shipping": "Προεπιλεγμένη διεύθυνση αποστολής", + "save_default_billing": "Αποθηκεύστε αυτή τη διεύθυνση για μελλοντικές παραγγελίες", + "save_default_shipping": "Αποθηκεύστε αυτή τη διεύθυνση για μελλοντικές αποστολές", + "save": "Αποθήκευση", + "add": "Προσθήκη διεύθυνσης", + "success": "Το προφίλ αποθηκεύτηκε", + "error": "Σφάλμα κατά την αποθήκευση" + }, + "delete": "Διαγραφή λογαριασμού", + "address_book": { + "title": "Διαχείριση διευθύνσεων", + "default_billing": "Προεπιλεγμένη διεύθυνση χρέωσης", + "default_shipping": "Προεπιλεγμένη διεύθυνση αποστολής", + "add": "Προσθήκη διεύθυνσης", + "select": "Επιλογή", + "selected": "Επιλέχθηκε", + "success": "Το προφίλ αποθηκεύτηκε", + "context": { + "edit": "Επεξεργασία", + "remove": "Διαγραφή" + } + }, + "confirm": { + "title": "Είστε σίγουρος;", + "confirm": "Επιβεβαίωση", + "messageContact": "Θέλετε σίγουρα να διαγράψετε αυτή τη διεύθυνση;", + "messageCustomer": "Θέλετε σίγουρα να διαγράψετε τον λογαριασμό σας; Όλα τα προσωπικά δεδομένα και οι ρυθμίσεις σας θα διαγραφούν." + } + } }, "back_in_stock": { "list_states": { @@ -42,36 +115,53 @@ } }, "favorites": { - "add": "Προσθήκη στη λίστα αγαπημένων", - "added": "Το προϊόν έχει προστεθεί στη λίστα αγαπημένων", + "add": "Προσθήκη στη Λίστα αγαπημένων", + "added": "Το προϊόν έχει προστεθεί στη Λίστα αγαπημένων", "continue": "Συνέχιση αγορών", - "empty": "Δεν έχετε ακόμη κανένα προϊόν στη λίστα παρακολούθησης", - "error_add": "Το προϊόν δεν μπόρεσε να προστεθεί στη λίστα παρακολούθησης", - "error_remove": "Το προϊόν δεν μπόρεσε να αφαιρεθεί από τη λίστα παρακολούθησης", - "error_limit": "Ο επιτρεπόμενος αριθμός προϊόντων στη λίστα παρακολούθησης έχει ξεπεραστεί.", - "remove": "Διαγραφή από τη λίστα παρακολούθησης", - "removed": "Διαγραφή από τη λίστα παρακολούθησης", + "empty": "Δεν έχετε ακόμη κανένα προϊόν στη Λίστα αγαπημένων", + "error_add": "Το προϊόν δεν μπόρεσε να προστεθεί στη Λίστα αγαπημένων", + "error_remove": "Το προϊόν δεν μπόρεσε να αφαιρεθεί από τη Λίστα αγαπημένων", + "error_limit": "Ο επιτρεπόμενος αριθμός προϊόντων στη Λίστα αγαπημένων έχει ξεπεραστεί.", + "remove": "Διαγραφή από τη Λίστα αγαπημένων", + "removed": "Διαγράφηκε από τη Λίστα αγαπημένων", "add_list_modal": { - "title": "Δημιουργία νέας λίστας παρακολούθησης", + "title": "Δημιουργία νέας Λίστας αγαπημένων", "dismiss": "Ακύρωση", "confirm": "Επιβεβαίωση", - "message": "Το όνομα της νέας λίστας παρακολούθησης", + "message": "Το όνομα της νέας Λίστας αγαπημένων", "label": "Όνομα" }, "rename_list_modal": { - "title": "Αλλαγή του ονόματος της λίστας παρακολούθησης", + "title": "Αλλαγή ονόματος Λίστας αγαπημένων", "dismiss": "Ακύρωση", "confirm": "Επιβεβαίωση", - "message": "Το νέο όνομα της λίστας παρακολούθησης", + "message": "Το νέο όνομα της Λίστας αγαπημένων", "label": "Όνομα" }, "add_list": "Δημιουργία νέας λίστας", "errors": { - "invalid_name": "Παρακαλώ εισάγετε ένα πλήρες όνομα για τη λίστα ρολογιών σας" + "invalid_name": "Παρακαλώ εισάγετε ένα πλήρες όνομα για τη Λίστα αγαπημένων σας" }, "delete_list_modal": { "title": "Διαγραφή λίστας παρακολούθησης", - "message": "Θέλετε πραγματικά να διαγράψετε τη λίστα παρακολούθησης \"{name}\";" + "message": "Θέλετε πραγματικά να διαγράψετε τη Λίστα αγαπημένων \"{name}\";" + }, + "comment_modal": { + "titleAdd": "Προσθήκη σχολίου", + "titleEdit": "Επεξεργασία σχολίου", + "dismiss": "Ακύρωση", + "confirm": "Επιβεβαίωση", + "label": "Σχόλιο", + "characterCount": "{count} από {maxCount} χαρακτήρες" + }, + "comments": { + "add": "Προσθήκη σχολίου", + "notes": "Σχόλιο", + "edit": "Επεξεργασία", + "delete": "Διαγραφή", + "added": "Το σχόλιο προστέθηκε", + "removed": "Το σχόλιο αφαιρέθηκε", + "updated": "Το σχόλιο ενημερώθηκε" }, "rename_list": "Μετονομασία", "remove_list": "Διαγραφή", @@ -82,8 +172,9 @@ "title": "Επιλογή μεθόδου παραγγελίας" }, "list_chooser": { - "title": "Επιλέξτε μια λίστα παρακολούθησης", + "title": "Επιλέξτε μια Λίστα αγαπημένων", "add": "Προσθήκη", + "add_more": "Προσθέστε περισσότερα", "remove": "Διαγραφή" }, "modal": { @@ -93,14 +184,18 @@ "open_list": "Άνοιγμα λίστας", "close_list": "Κλείσιμο λίστας.", "load_more_button": "Φόρτωση περισσότερων στοιχείων", - "error_general": "Η λίστα παρακολούθησης δεν μπόρεσε να αποθηκευτεί" + "error_general": "Η Λίστα αγαπημένων δεν μπόρεσε να αποθηκευτεί" }, "filter": { "sort": { "default": "Ταξινόμηση", "most_popular": "Καλύτερα αποτελέσματα", "price_desc": "Πρώτα η υψηλότερη τιμή", - "price_asc": "Πρώτα η χαμηλότερη τιμή" + "price_asc": "Πρώτα η χαμηλότερη τιμή", + "name_asc": "Όνομα Α - Ω", + "name_desc": "Όνομα Ω - Α", + "rank_asc": "Χαμηλότερη κατάταξη πρώτα", + "rank_desc": "Υψηλότερη κατάταξη πρώτα" }, "apply": "Τελειωμένο", "more": "περισσότερα", @@ -125,13 +220,20 @@ }, "msrp": "RRP", "label": "Τιμή {price}.", - "label_old_price": "Παλιά τιμή {price}." + "label_old_price": "Παλιά τιμή {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Δωρεάν" }, "product": { + "errors": { + "insufficientstock": "Δυστυχώς, αυτό το προϊόν δεν είναι διαθέσιμο αυτή τη στιγμή." + }, "description_heading": "Περιγραφή", + "share": "Κοινοποίηση προϊόντος", "pick_an_attribute": "{0} επιλέξτε", "tax_disclaimer": "* Συμπεριλαμβανομένου του ΦΠΑ ενδεχομένως συν τα έξοδα αποστολής", "item_added": "{count, plural, =0 {# δεν υπάρχουν προϊόντα} =1 {{count} Προστέθηκε προϊόν} other {{count} Προϊόντα που προστέθηκαν}}", + "item_added_unit": "{count} {unit} προστέθηκε", "adding_item": "{count, plural, =1 {Προστίθεται ένα προϊόν} other {Προστίθενται {count} προϊόντα}}", "pick_option_first": "Επιλέξτε πρώτα μια επιλογή. {option}", "fill_out_required_input_first": "Συμπληρώστε πρώτα όλα τα υποχρεωτικά πεδία.", @@ -139,6 +241,10 @@ "go_to_cart": "Καλάθι αγορών", "no_more_found": "Το άρθρο: \"{name}\" είναι προς το παρόν εξαντλημένο.", "quantity": "Ποσότητα", + "decrease_quantity": "Μείωση ποσότητας", + "increase_quantity": "Αύξηση ποσότητας", + "increased_quantity_to": "Η ποσότητα αυξήθηκε σε {quantity}", + "decreased_quantity_to": "Η ποσότητα μειώθηκε σε {quantity}", "minOrderQuantity": "Ελάχιστη ποσότητα παραγγελίας: {quantity} {unit}", "maxOrderQuantity": "Μέγιστη ποσότητα παραγγελίας: {quantity} {unit}", "available": { @@ -153,6 +259,7 @@ "sections": { "information": "Πληροφορίες για το προϊόν", "options": "Επιλογή επιλογών", + "fulfillment": "Διαθεσιμότητα", "description": "Περιγραφή", "properties": "Ιδιότητες", "ratings": "Αξιολογήσεις", @@ -166,6 +273,108 @@ "properties": "Ιδιότητες" } }, + "locations": { + "headline": "Καταστήματα κοντά σας", + "details": "Λεπτομέρειες", + "hours_details": "Λεπτομέρειες ωραρίου", + "today_hours": "Σήμερα: {hours}", + "today_hours_long": "Σήμερα ανοιχτά: {hours}", + "address": "{postalCode} {city}", + "map_open": "Άνοιγμα στους χάρτες", + "phone": "Αριθμός τηλεφώνου", + "mon": "Δευτέρα", + "tue": "Τρίτη", + "wed": "Τετάρτη", + "thu": "Πέμπτη", + "fri": "Παρασκευή", + "sat": "Σάββατο", + "sun": "Κυριακή", + "place_reservation": "Κάντε κράτηση", + "firstName": "Όνομα", + "lastName": "Επώνυμο", + "cellPhone": "Αριθμός κινητού για ειδοποιήσεις SMS", + "emailAddress": "Διεύθυνση email", + "who_will_pickup": "Ποιος θα παραλάβει αυτή την παραγγελία;", + "me": "Ο ίδιος", + "someone_else": "Κάποιος άλλος", + "success_heading": "Επιβεβαίωση κράτησης", + "success_title": "Σας ευχαριστούμε για την κράτησή σας!", + "success_copy": "Θα λάβετε σύντομα ένα email/SMS όταν η κράτησή σας είναι έτοιμη για παραλαβή.", + "success_order_num": "Αρ. κράτησης", + "error_heading": "Παρουσιάστηκε σφάλμα", + "error_title": "Η κράτησή σας δεν ολοκληρώθηκε.", + "error_copy": "Παρουσιάστηκε σφάλμα κατά τη διαδικασία της κράτησης. Κάποια προϊόντα μπορεί να έχουν εξαντληθεί. Ελέγξτε τη διαθεσιμότητα σε άλλα καταστήματα από το καλάθι αγορών.", + "error_invalid_zip_code": "Παρακαλούμε εισάγετε έγκυρο ταχυδρομικό κώδικα.", + "error_no_store_found": "Δεν βρέθηκαν καταστήματα στην περιοχή σας. Παρακαλούμε ελέγξτε την είσοδό σας.", + "search_placeholder": "Ταχυδρομικός κώδικας", + "change_location": "Αλλαγή καταστήματος", + "select_location": "Επιλέξτε κατάστημα", + "get_directions": "Οδηγίες", + "store_hours": "Ωράριο καταστήματος", + "radius_km": "{radius} χλμ.", + "radius_mi": "{radius} μίλια", + "radius": "Ακτίνα", + "stores_near": { + "zip_code": "Καταστήματα κοντά στο \"{zipCode}\"", + "location": "Καταστήματα κοντά σας" + }, + "your_current_timeslot": { + "heading": "Χρόνος παραλαβής", + "change": "Αλλαγή", + "today": "Σήμερα", + "tomorrow": "Αύριο", + "not_set": "Παρακαλώ επιλέξτε..", + "dialog": { + "title": "Επιλέξτε χρόνο παραλαβής", + "date": "Ημερομηνία", + "morning": "Πρωί", + "afternoon": "Μεσημέρι", + "evening": "Απόγευμα", + "schedule": "Επιλέξτε" + } + }, + "your_current_location": { + "heading": "Τρέχον κατάστημα", + "change": "Αλλαγή" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Παραγγελία online" + }, + "choose_reservation_type": "Επιλέξτε τύπο κράτησης", + "quick_reserve": "Άμεση κράτηση", + "reserve_to_cart": "Κράτηση στο καλάθι", + "change_fulfillment_method": "Αλλαγή μεθόδου παράδοσης", + "fulfillment": { + "heading": "Διαθεσιμότητα", + "direct_ship": "Παραγγελία online", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Αυτό το προϊόν δεν είναι διαθέσιμο για αποστολή. Παρακαλούμε επιλέξτε άλλη επιλογή ή ελέγξτε τη διαθεσιμότητα σε κατάστημα κοντά σας.", + "reserve": "Αυτό το προϊόν δεν είναι διαθέσιμο στο επιλεγμένο κατάστημα. Παρακαλούμε επιλέξτε άλλο κατάστημα.", + "not_ready": "Παρακαλούμε επιλέξτε κατάστημα.", + "ropis": "Αυτό το προϊόν δεν είναι διαθέσιμο για Click & Reserve σε αυτό το κατάστημα. Παρακαλούμε επιλέξτε άλλη επιλογή ή κατάστημα.", + "bopis": "Αυτό το προϊόν δεν είναι διαθέσιμο για Click & Collect σε αυτό το κατάστημα. Παρακαλούμε επιλέξτε άλλη επιλογή ή κατάστημα." + } + }, + "stock_info": { + "pick_up_at": "στο {storeName}", + "availableInventory": "{visibleInventory} διαθέσιμα", + "available": "Διαθέσιμο", + "limitedAvailability": "Μόνο {visibleInventory} διαθέσιμα", + "notAvailable": "Μη διαθέσιμο", + "customAvailability": "Μη διαθέσιμο σε αυτό το κατάστημα", + "comingSoon": "Σύντομα διαθέσιμο" + }, + "no_available": "μη διαθέσιμο", + "multi_location_modal": { + "title": "Αλλαγή καταστήματος", + "message": "Έχετε ήδη προϊόντα από άλλο κατάστημα στο καλάθι. Τα προϊόντα θα αλλάξουν στο νέο κατάστημα. Οι τιμές και η διαθεσιμότητα μπορεί να διαφέρουν.", + "change_store": "Αλλαγή καταστήματος" + } + }, "category": { "error": { "title": "Ουπς", @@ -181,6 +390,9 @@ }, "showAllProducts": { "label": "Εμφάνιση όλων των προϊόντων" + }, + "errors": { + "404": "Η κατηγορία δεν βρέθηκε" } }, "search": { @@ -206,14 +418,29 @@ "dismiss": "Ακύρωση", "ok": "Εντάξει", "title_error": "Ουπς!", - "body_error": "Προέκυψε ένα απροσδόκητο σφάλμα. Προσπαθήστε ξανά." + "body_error": "Προέκυψε ένα απροσδόκητο σφάλμα. Προσπαθήστε ξανά.", + "close": "Κλείσιμο", + "login": "Σύνδεση" }, "cart": { + "grand_total": "Σύνολο", + "current_total": "Σύνολο", + "items": "Προϊόντα", + "price": "Τιμή", + "quantity": "Ποσότητα", + "fulfilled_quantity": "Εκτελεσθείσα ποσότητα", + "ordered_quantity": "Παραγγελθείσα ποσότητα", + "location": "Κατάστημα", + "status": "Κατάσταση", + "remove_item": "Αφαίρεση προϊόντος", "subtotal": "Υποσύνολο", "total": "Σύνολο καλαθιού αγορών", "discount": "Έκπτωση", "discount_with_label": "Έκπτωση ({label})", + "coupon_label": "Κουπόνι: {label}", + "promotion_label": "{label}", "checkout": "Προχωρήστε στο ταμείο", + "reserve": "Κράτηση", "remove": "Αφαίρεση", "edit": "Επεξεργασία", "empty": "Το καλάθι αγορών σας είναι άδειο.", @@ -226,9 +453,61 @@ "coupon_was_added": "Το κουπόνι έχει προστεθεί!", "coupons_not_supported": "Εξαργύρωση κουπονιών και δωροκαρτών στο επόμενο βήμα", "free_shipping": "Δωρεάν αποστολή", + "allow_substitution_all": "Να επιτρέπεται η αντικατάσταση για όλα τα προϊόντα;", + "allow_substitution": "Να επιτρέπεται η αντικατάσταση", "message_type_info": "Πληροφορίες", "message_type_error": "Σφάλμα", - "message_type_warning": "Προειδοποίηση" + "message_type_warning": "Προειδοποίηση", + "errors": { + "404": "Ένα ή περισσότερα προϊόντα αφαιρέθηκαν από το καλάθι λόγω διαθεσιμότητας.", + "1001": "Ένα ή περισσότερα προϊόντα δεν είναι διαθέσιμα στο καλάθι σας. Παρακαλούμε αφαιρέστε τα.", + "1002": "Οι παραγγελίες περιορίζονται σε ένα κατάστημα παραλαβής. Παρακαλούμε επιλέξτε μόνο ένα κατάστημα.", + "1003": "Η επιλεγμένη ώρα παραλαβής δεν είναι πλέον διαθέσιμη. Παρακαλούμε επιλέξτε άλλη ώρα.", + "item": { + "1001": "Το προϊόν δεν είναι διαθέσιμο στην επιθυμητή ποσότητα.", + "1004": "Παρακαλούμε επιλέξτε μια ώρα παραλαβής.", + "1005": "Το ελάχιστο όριο παραγγελίας {minQty} δεν έχει επιτευχθεί.", + "1006": "Το μέγιστο όριο παραγγελίας {maxQty} έχει ξεπεραστεί.", + "1007": "Παρακαλούμε επιλέξτε κατάστημα παραλαβής.", + "shopgate.cart.updateProducts": { + "1001": "Το προϊόν δεν είναι διαθέσιμο στην επιθυμητή ποσότητα." + }, + "shopgate.cart.addProducts": { + "1001": "Το προϊόν δεν είναι διαθέσιμο στην επιθυμητή ποσότητα." + }, + "generic": "Παρουσιάστηκε ένα απρόβλεπτο σφάλμα σε αυτό το προϊόν.", + "insufficientstock": "Προς το παρόν μη διαθέσιμο." + }, + "coupon": { + "404": "Αυτό το κουπόνι δεν υπάρχει.", + "2000": "Αυτό το κουπόνι δεν είναι έγκυρο.", + "2001": "Το κουπόνι ισχύει από {startDate, date, yyyyMMdd} στις {startDate, time, short}.", + "2002": "Το κουπόνι έληξε στις {endDate, date, yyyyMMdd} στις {endDate, time, short}.", + "2003": "Το κουπόνι δεν ισχύει για το τρέχον καλάθι σας.", + "2004": "Αυτό το κουπόνι έχει ήδη εξαργυρωθεί.", + "2005": "Αυτό το κουπόνι έχει φτάσει το όριο μέγιστων εξαργυρώσεων.", + "generic": "Παρουσιάστηκε ένα απρόβλεπτο σφάλμα με αυτό το κουπόνι." + }, + "generic": "Παρουσιάστηκε ένα απρόβλεπτο σφάλμα.", + "insufficientstock": "Ένα ή περισσότερα προϊόντα δεν είναι διαθέσιμα στο καλάθι σας. Παρακαλούμε αφαιρέστε τα.", + "multiplelocations": "Οι παραγγελίες περιορίζονται σε ένα κατάστημα παραλαβής. Παρακαλούμε επιλέξτε μόνο ένα κατάστημα.", + "productsNotFound": "Ένα ή περισσότερα προϊόντα αφαιρέθηκαν από το καλάθι λόγω διαθεσιμότητας.", + "mixed_cart": "Οι κρατήσεις και οι ηλεκτρονικές παραγγελίες πρέπει να γίνονται χωριστά. Παρακαλούμε ενημερώστε τα προϊόντα έτσι ώστε το καλάθι να περιέχει είτε μόνο ηλεκτρονικές παραγγελίες είτε μόνο κρατήσεις.", + "direct_ship_item": "Ελέγξτε αν αυτό το προϊόν μπορεί να κρατηθεί σε κάποιο κατάστημα κοντά σας.", + "ropis_cart_inventory": "Δεν μπορούν όλα τα προϊόντα να κρατηθούν. Παρακαλούμε ελέγξτε τα σφάλματα και αλλάξτε τις επιλογές παράδοσης.", + "ropis_item_inventory": "Αυτό το προϊόν δεν μπορεί να κρατηθεί στο επιθυμητό κατάστημα. Ελέγξτε αν υπάρχει σε κάποιο άλλο κατάστημα.", + "ropis_item_inventory_exceed": "Η επιθυμητή ποσότητα δεν είναι διαθέσιμη στο {storeName}. Η μέγιστη διαθέσιμη ποσότητα {inventory} θα κρατηθεί.", + "mixed_cart_coupon_removed": "Το κουπόνι \"{code}\" δεν είναι διαθέσιμο για κρατήσεις." + }, + "change_fulfillment": { + "direct_ship": "Αλλαγή σε παραγγελία online", + "bopis": "Αλλαγή σε Click & Collect", + "ropis": "Αλλαγή σε Click & Reserve" + }, + "price_caption": { + "reservation": "Κράτηση", + "pay_in_store": "Πληρωμή στο κατάστημα" + } }, "login": { "headline": "Καλώς ήρθατε!", @@ -241,17 +520,26 @@ "no_account": "Δεν έχετε ακόμη λογαριασμό;", "signup": "Εγγραφή", "logout_message": "Έχετε αποσυνδεθεί.", - "error": "Το όνομα χρήστη ή ο κωδικός πρόσβασης δεν είναι σωστά" + "auto_logout_message": "Έχετε αποσυνδεθεί αυτόματα.", + "error": "Το όνομα χρήστη ή ο κωδικός πρόσβασης δεν είναι σωστά", + "reset_password": { + "subline": "Παρακαλούμε εισάγετε τη διεύθυνση email σας.", + "reset_instructions": "Θα λάβετε email με οδηγίες για την επαναφορά του κωδικού στο {email}", + "back_to_login": "Επιστροφή στη σύνδεση", + "customer_not_found": "Δεν βρέθηκε λογαριασμός με αυτό το email." + } }, "navigation": { "login_register": "Είσοδος", "your_account": "Ο λογαριασμός μου", "home": "Αρχική σελίδα", "categories": "Κατηγορίες", + "favorites": "Λίστα αγαπημένων", "my_orders": "Οι παραγγελίες μου", "cart": "Καλάθι αγορών", "shipping": "Μέθοδοι αποστολής", "about": "Εκτύπωση", + "contact": "Επικοινωνία", "payment": "Μέθοδοι πληρωμής", "terms": "Όροι και προϋποθέσεις", "privacy": "Προστασία δεδομένων", @@ -262,6 +550,8 @@ "logout": "Αποσύνδεση", "store_information": "Σχετικά με εμάς", "more_menu": "Περισσότερα", + "order_history": "Ιστορικό παραγγελιών", + "profile": "Προφίλ", "back": "Επιστροφή στο {title}" }, "reviews": { @@ -304,9 +594,212 @@ "geolocation_message": "Χρειαζόμαστε πρόσβαση στην τοποθεσία για να εμφανίσουμε τα κοντινά καταστήματα." } }, + "checkout": { + "submit_order": "Αγορά τώρα", + "continue_payment": "Συνέχεια στην πληρωμή", + "continue": "Συνέχεια", + "steps": "Βήμα {from} από {to}", + "change_contacts": "Αλλαγή στοιχείων επικοινωνίας", + "change_addresses": "Αλλαγή διεύθυνσης", + "finalizePayment": "Ολοκλήρωση παραγγελίας", + "payment": { + "title": "Πώς θέλετε να πληρώσετε;", + "buttons": { + "stripe": "Πιστωτική κάρτα" + } + }, + "shippingMethod": { + "title": "Τρόπος αποστολής", + "errors": { + "noShippingAddress": "Παρακαλούμε καταχωρίστε πρώτα μια διεύθυνση αποστολής.", + "invalidShippingAddress": "Το καλάθι δεν μπορεί να σταλεί στην καταχωρημένη διεύθυνση αποστολής." + } + }, + "errors": { + "genericInitialize": "Η ολοκλήρωση της αγοράς δεν είναι διαθέσιμη αυτή τη στιγμή. Παρακαλούμε δοκιμάστε ξανά αργότερα.", + "genericUpdate": "Η παραγγελία δεν μπόρεσε να επεξεργαστεί. Παρακαλούμε δοκιμάστε ξανά αργότερα.", + "checkCart": "Παρακαλούμε ελέγξτε το καλάθι σας.", + "genericSubmit": "Η παραγγελία δεν μπόρεσε να υποβληθεί. Παρακαλούμε ελέγξτε το καλάθι σας.", + "paypalFunding": "Παρουσιάστηκε σφάλμα κατά την πληρωμή.", + "missingPaymentMethod": "Δεν έχει οριστεί τρόπος πληρωμής.", + "noPaymentTransaction": "Δεν υπάρχει διαθέσιμη συναλλαγή πληρωμής.", + "genericUpdateBilling": "Σφάλμα κατά την ενημέρωση της διεύθυνσης χρέωσης", + "payment": { + "genericExternal": "Η πληρωμή με την επιλεγμένη μέθοδο απέτυχε. Παρακαλούμε δοκιμάστε ξανά με άλλο τρόπο πληρωμής." + } + }, + "pickup_contact": { + "headline": "Στοιχεία επικοινωνίας για παραλαβή", + "headline_reserve": "Στοιχεία επικοινωνίας για παραλαβή", + "subheadline": "Η επιβεβαίωση της παραγγελίας θα σταλεί σε αυτό το email. Ο αριθμός τηλεφώνου θα χρησιμοποιηθεί μόνο σε περίπτωση ερωτήσεων.", + "form": { + "firstName": "Όνομα", + "lastName": "Επώνυμο", + "mobile": "Κινητό", + "emailAddress": "Διεύθυνση Email", + "password": "Κωδικός *", + "passwordConfirm": "Επαναλάβετε τον κωδικό *", + "company": "Εταιρεία", + "address1": "Οδός και αριθμός", + "address2": "Συμπληρωματική διεύθυνση", + "postalCode": "Τ.Κ.", + "city": "Πόλη", + "country": "Χώρα", + "region": "Περιοχή", + "who_will_pickup": "Ποιος θα παραλάβει αυτή την παραγγελία;", + "me": "Ο ίδιος", + "someone_else": "Κάποιος άλλος", + "instructions": "Οδηγίες παραλαβής" + } + }, + "billing": { + "headline": "Διεύθυνση χρέωσης", + "headline_reserve": "Στοιχεία επικοινωνίας παραγγελίας", + "save": "Αποθήκευση", + "address": "{postalCode} {city}, {region}", + "edit": "Επεξεργασία", + "change": "Αλλαγή", + "select_address": "Επιλέξτε διεύθυνση χρέωσης" + }, + "shipping": { + "headline": "Διεύθυνση αποστολής", + "save": "Αποθήκευση", + "address": "{postalCode} {city}, {region}", + "edit": "Επεξεργασία", + "change": "Αλλαγή", + "select_address": "Επιλέξτε διεύθυνση αποστολής" + }, + "creditCard": { + "headline": "Τρόπος πληρωμής", + "card": "Αριθμός πιστωτικής κάρτας *", + "cvc": "Κωδικός ασφαλείας *", + "expiry": "Ημερομηνία λήξης *" + }, + "summary": { + "headline": "Σύνοψη παραγγελίας", + "tax": "Φόροι", + "subTotal": "Μερικό σύνολο", + "shippingTotal": "Κόστος αποστολής", + "total": "Σύνολο" + }, + "success": { + "title": "Σας ευχαριστούμε για την παραγγελία σας", + "instructions_1": "Παρακάτω θα βρείτε τις πληροφορίες παραγγελίας σας. Αν έχετε ερωτήσεις, παρακαλούμε επικοινωνήστε με το κατάστημά σας.", + "instructions_2": "Παρακαλούμε σημειώστε ότι οι ώρες παραλαβής μπορεί να διαφέρουν λόγω αργιών και Σαββατοκύριακου.", + "order_number": "Αριθμός παραγγελίας: {orderNumber}", + "order_date": "Ημερομηνία παραγγελίας: {date}", + "your_items": "Προϊόντα:", + "pick_up_contact": "Στοιχεία επικοινωνίας για παραλαβή", + "order_contact": "Στοιχεία επικοινωνίας παραγγελίας", + "pickup_notes": "Σημειώσεις για την παραλαβή", + "billed_to": "Διεύθυνση χρέωσης", + "shipped_to": "Διεύθυνση αποστολής", + "order_summary": "Σύνοψη παραγγελίας", + "name": "Όνομα", + "phone_number": "Αριθμός τηλεφώνου", + "email_address": "Διεύθυνση email", + "card_holder": "Κάτοχος κάρτας", + "address": "Διεύθυνση", + "payment_method": "Τρόπος πληρωμής", + "shipping_method": "Τρόπος αποστολής", + "continue": "Συνέχεια στις αγορές" + } + }, + "order": { + "status": { + "order": { + "submitted": "Υποβλήθηκε", + "inProgress": "Σε εξέλιξη", + "ready": "Έτοιμο για παραλαβή", + "completed": "Ολοκληρώθηκε", + "canceled": "Ακυρώθηκε" + }, + "line_item": { + "pending": "Εκκρεμεί", + "inProgress": "Σε εξέλιξη", + "unavailable": "Μη διαθέσιμο", + "canceled": "Ακυρώθηκε", + "fulfilled": "Εκτελέστηκε", + "substituted": "Αντικαταστάθηκε", + "replaced": "Αντικαταστάθηκε", + "itemAdded": "Προστέθηκε", + "rejected": "Απορρίφθηκε", + "open": "Ανοιχτό" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Κατάστημα παραλαβής", + "address": "Διεύθυνση", + "phone_number": "Αριθμός τηλεφώνου" + }, + "subline": { + "order_number": "Ο αριθμός της παραγγελίας σας είναι: {orderNumber}", + "order_status": "Κατάσταση: {status}" + }, + "authenticate": { + "instructions": "Παρακαλούμε αυθεντικοποιηθείτε με το email και τον αριθμό τηλεφώνου που χρησιμοποιήσατε για την παραγγελία.", + "or_login": "Ή συνδεθείτε" + }, + "errors": { + "authenticate": "Το email και ο αριθμός τηλεφώνου δεν ταιριάζουν με την παραγγελία.", + "expired": "Η συνεδρία για αυτή την παραγγελία έχει λήξει.", + "authorize": "Η παραγγελία δεν ανήκει σε αυτόν τον λογαριασμό.", + "not_found": "Η παραγγελία δεν βρέθηκε." + }, + "cancel": { + "button": "Ακύρωση παραγγελίας", + "modal": { + "title": "Ακύρωση", + "message": "Θέλετε σίγουρα να ακυρώσετε την παραγγελία; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί!", + "confirm": "Ναι, ακύρωση παραγγελίας" + } + } + }, + "orders": { + "header": { + "date": "Ημερομηνία παραγγελίας", + "orderNumber": "Αριθμός παραγγελίας", + "status": "Κατάσταση", + "lineItemCount": "Αριθμός προϊόντων", + "total": "Συνολική τιμή" + }, + "no_result": { + "body": "Δεν βρέθηκαν παραγγελίες." + }, + "itemCount": "{count, plural, =1 {Προϊόν} other {Προϊόντα}}" + }, + "page": { + "not_found": "Δυστυχώς, η σελίδα που ζητήσατε δεν βρέθηκε.", + "continue": "Συνέχεια στις αγορές" + }, + "registration": { + "create_account": "Δημιουργία λογαριασμού", + "marketing_opt_in_label": "Ενημερώστε με για νέα και αποκλειστικές προσφορές.", + "different_shipping_address_label": "Διαφορετική διεύθυνση αποστολής", + "headlines": { + "create_new_account": "Δημιουργία νέου λογαριασμού", + "shipping_address": "Διεύθυνση αποστολής", + "billing_address": "Διεύθυνση χρέωσης", + "billing_address_reserve": "Στοιχεία επικοινωνίας παραγγελίας" + } + }, "error": { "general": "Πρόβλημα σύνδεσης. Παρακαλούμε ελέγξτε τη σύνδεσή σας στο διαδίκτυο ή δοκιμάστε ξανά αργότερα." }, + "validation": { + "required": "Παρακαλούμε συμπληρώστε αυτό το πεδίο", + "email": "Παρακαλούμε εισάγετε έγκυρη διεύθυνση email", + "numeric": "Παρακαλούμε εισάγετε μόνο αριθμούς", + "alphaNumeric": "Παρακαλούμε εισάγετε μόνο γράμματα και αριθμούς", + "mobileNumber": "Παρακαλούμε εισάγετε έγκυρο αριθμό κινητού", + "date": "Παρακαλούμε εισάγετε έγκυρη ημερομηνία", + "checkField": "Παρακαλούμε ελέγξτε αυτό το πεδίο", + "emailConflict": "Αυτή η διεύθυνση email είναι ήδη εγγεγραμμένη", + "passwordMismatch": "Οι κωδικοί δεν ταιριάζουν", + "minPasswordLength": "Το ελάχιστο μήκος κωδικού είναι %'{count} χαρακτήρες" + }, "formats": { "date": { "DD": { @@ -314,7 +807,34 @@ }, "MMM": { "month": "σύντομο" + }, + "pattern": "ηη.μμ.εεεε" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "μ", + "km": "χλμ", + "ft": "πόδ.", + "mi": "μίλ." } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "εκ.", + "m": "μ.", + "m2": "τ.μ.", + "m3": "κ.μ.", + "piece": "τμχ." + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-ios11/locale/es-ES.json b/themes/theme-ios11/locale/es-ES.json index 2e57bd9f1f..e3aa54b3f8 100644 --- a/themes/theme-ios11/locale/es-ES.json +++ b/themes/theme-ios11/locale/es-ES.json @@ -10,7 +10,11 @@ "show_products": "Mostrar productos", "back": "Volver", "close": "Cerrar", - "products": "Productos" + "products": "Productos", + "error": "Se ha producido un error inesperado. Por favor, inténtelo de nuevo.", + "errors": { + "generic": "Se ha producido un error inesperado. Por favor, inténtelo de nuevo." + } }, "titles": { "categories": "Categorías", @@ -22,7 +26,76 @@ "browse": "Buscar", "favorites": "Favoritos", "scanner": "Escáner", - "back_in_stock": "Notificaciones" + "back_in_stock": "Notificaciones", + "checkout": "Pago", + "checkout_confirmation": "Pedido exitoso", + "checkout_change_billing": "Cambiar dirección de facturación", + "register": "Registrarse", + "order_details": "Detalles del pedido", + "store_finder": "Buscador de tiendas", + "order_history": "Historial de pedidos", + "profile": "Perfil", + "your_account": "Mi cuenta", + "your_account_contact": "Dirección", + "page_not_found": "Página no encontrada", + "checkout_addresses_shipping": "Seleccionar dirección de envío", + "checkout_addresses_billing": "Seleccionar dirección de facturación", + "checkout_addresses_add_shipping": "Añadir dirección de envío", + "checkout_addresses_add_billing": "Añadir dirección de facturación", + "checkout_addresses_edit_shipping": "Modificar dirección de envío", + "checkout_addresses_edit_billing": "Modificar dirección de facturación" + }, + "account": { + "profile": { + "customer": { + "number": "Nº de cliente: {customerNumber}" + }, + "form": { + "firstName": "Nombre", + "middleName": "Segundo Nombre", + "lastName": "Apellido", + "emailAddress": "Correo Electrónico", + "address1": "Calle y Número", + "address2": "Dirección 2", + "address3": "Dirección 3", + "address4": "Dirección 4", + "postalCode": "Código Postal", + "city": "Ciudad", + "country": "País", + "phone": "Número de Teléfono", + "mobile": "Número de Móvil", + "region": "Provincia", + "marketing_opt_in_label": "Manténgame informado con novedades y ofertas exclusivas.", + "default_billing": "Dirección de facturación predeterminada", + "default_shipping": "Dirección de envío predeterminada", + "save_default_billing": "Guardar esta dirección de facturación para futuros pedidos", + "save_default_shipping": "Guardar esta dirección de envío para futuros pedidos", + "save": "Guardar", + "add": "Añadir dirección", + "success": "Perfil guardado", + "error": "Error al guardar" + }, + "delete": "Eliminar cuenta", + "address_book": { + "title": "Gestión de direcciones", + "default_billing": "Dirección de facturación predeterminada", + "default_shipping": "Dirección de envío predeterminada", + "add": "Añadir dirección", + "select": "Seleccionar", + "selected": "Seleccionado", + "success": "Perfil guardado", + "context": { + "edit": "Editar", + "remove": "Eliminar" + } + }, + "confirm": { + "title": "¿Está seguro?", + "confirm": "Confirmar", + "messageContact": "¿Está seguro de que desea eliminar esta dirección?", + "messageCustomer": "¿Está seguro de que desea eliminar su cuenta? Todos sus datos personales y configuraciones serán eliminados." + } + } }, "back_in_stock": { "list_states": { @@ -55,24 +128,41 @@ "title": "Añadir una nueva lista", "dismiss": "Cancelar", "confirm": "Confirmar", - "message": "Introduzca el nombre de su nueva lista de deseos", + "message": "Introduzca el nombre de su nueva lista de favoritos", "label": "Nombre" }, "rename_list_modal": { "title": "Cambiar el nombre de la lista", "dismiss": "Cancelar", "confirm": "Confirmar", - "message": "Introduzca el nuevo nombre de su lista de deseos", + "message": "Introduzca el nuevo nombre de su lista de favoritos", "label": "Nombre" }, "add_list": "Añadir nueva lista", "errors": { - "invalid_name": "Por favor, introduzca un nombre válido para su lista de deseos" + "invalid_name": "Por favor, introduzca un nombre válido para su lista de favoritos" }, "delete_list_modal": { "title": "Borrar la lista de favoritos", "message": "¿De verdad quieres borrar la lista de favoritos \"{name}\"?" }, + "comment_modal": { + "titleAdd": "Añadir comentario", + "titleEdit": "Editar comentario", + "dismiss": "Cancelar", + "confirm": "Confirmar", + "label": "Comentario", + "characterCount": "{count} de {maxCount} caracteres" + }, + "comments": { + "add": "Añadir comentario", + "notes": "Comentario", + "edit": "Editar", + "delete": "Eliminar", + "added": "Comentario añadido", + "removed": "Comentario eliminado", + "updated": "Comentario actualizado" + }, "rename_list": "Renombrar", "remove_list": "Eliminar", "add_to_list": "Añadir a la lista", @@ -84,6 +174,7 @@ "list_chooser": { "title": "Elija una lista de favoritos", "add": "Añadir", + "add_more": "Añadir más", "remove": "Eliminar" }, "modal": { @@ -93,14 +184,18 @@ "open_list": "Lista abierta.", "close_list": "Cerrar lista.", "load_more_button": "Cargar otros artículos", - "error_general": "La lista de deseos no se ha podido guardar" + "error_general": "La lista de favoritos no se ha podido guardar" }, "filter": { "sort": { "default": "Ordenar por", "most_popular": "Más popular", "price_desc": "Precio: Mayor a Menor", - "price_asc": "Precio: Menor a Mayor" + "price_asc": "Precio: Menor a Mayor", + "name_asc": "Nombre A - Z", + "name_desc": "Nombre Z - A", + "rank_asc": "Menor rango primero", + "rank_desc": "Mayor rango primero" }, "apply": "Aplicar", "more": "más", @@ -125,13 +220,20 @@ }, "msrp": "PVP", "label": "Precio {price}.", - "label_old_price": "Precio anterior {price}." + "label_old_price": "Precio anterior {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Gratis" }, "product": { + "errors": { + "insufficientstock": "Lamentablemente este producto no está disponible en este momento." + }, "description_heading": "Descripción", + "share": "Compartir producto", "pick_an_attribute": "Elegir un {0}", "tax_disclaimer": "* Incl. IVA más gastos de envío si procede", "item_added": "{count, plural, =0 {# no se agregaron artículos} =1 {{count} artículo agregado} other {{count} artículos agregados}}", + "item_added_unit": "{count} {unit} añadido", "adding_item": "{count, plural, =1 {Se está añadiendo un producto} other {Se están añadiendo {count} productos}}", "pick_option_first": "Seleccionar primero una opción. {option}", "fill_out_required_input_first": "Rellenar primero las entradas necesarias.", @@ -139,6 +241,10 @@ "go_to_cart": "Ir a la cesta", "no_more_found": "El artículo: \"{name}\" ya no está disponible.", "quantity": "Cantidad", + "decrease_quantity": "Disminuir cantidad", + "increase_quantity": "Aumentar cantidad", + "increased_quantity_to": "Cantidad aumentada a {quantity}", + "decreased_quantity_to": "Cantidad reducida a {quantity}", "minOrderQuantity": "Cantidad mín. del pedido: {quantity} {unit}", "maxOrderQuantity": "Cantidad máx. del pedido: {quantity} {unit}", "available": { @@ -153,6 +259,7 @@ "sections": { "information": "Información sobre el producto", "options": "Elegir opciones", + "fulfillment": "Disponibilidad", "description": "Descripción", "properties": "Propiedades", "ratings": "Valoraciones", @@ -166,6 +273,108 @@ "properties": "Propiedades" } }, + "locations": { + "headline": "Tiendas cerca de usted", + "details": "Detalles", + "hours_details": "Detalles de horario de apertura", + "today_hours": "Hoy: {hours}", + "today_hours_long": "Hoy abierto: {hours}", + "address": "{postalCode} {city}", + "map_open": "Abrir en mapas", + "phone": "Número de teléfono", + "mon": "Lunes", + "tue": "Martes", + "wed": "Miércoles", + "thu": "Jueves", + "fri": "Viernes", + "sat": "Sábado", + "sun": "Domingo", + "place_reservation": "Hacer una reserva", + "firstName": "Nombre", + "lastName": "Apellido", + "cellPhone": "Número de móvil para notificaciones SMS", + "emailAddress": "Correo electrónico", + "who_will_pickup": "¿Quién recogerá este pedido?", + "me": "Yo mismo", + "someone_else": "Otra persona", + "success_heading": "Confirmación de reserva", + "success_title": "¡Gracias por su reserva!", + "success_copy": "Le enviaremos un correo electrónico o mensaje SMS cuando su reserva esté lista para recoger.", + "success_order_num": "Nº de reserva", + "error_heading": "Se ha producido un error", + "error_title": "Lamentablemente no se pudo completar su reserva.", + "error_copy": "Se produjo un error durante el proceso de reserva. Es posible que algunos artículos ya no estén disponibles. Por favor, verifique la disponibilidad en otras tiendas en el carrito.", + "error_invalid_zip_code": "Por favor, ingrese un código postal válido.", + "error_no_store_found": "No hemos encontrado tiendas en esta área. Por favor, revise su entrada.", + "search_placeholder": "Código postal", + "change_location": "Cambiar tienda", + "select_location": "Seleccionar tienda", + "get_directions": "Obtener direcciones", + "store_hours": "Horario de apertura", + "radius_km": "{radius} km", + "radius_mi": "{radius} millas", + "radius": "Radio", + "stores_near": { + "zip_code": "Tiendas cerca de \"{zipCode}\"", + "location": "Tiendas cerca de usted" + }, + "your_current_timeslot": { + "heading": "Franja horaria", + "change": "Cambiar", + "today": "Hoy", + "tomorrow": "Mañana", + "not_set": "Por favor seleccione..", + "dialog": { + "title": "Seleccionar franja horaria", + "date": "Fecha", + "morning": "Mañana", + "afternoon": "Mediodía", + "evening": "Noche", + "schedule": "Seleccionar" + } + }, + "your_current_location": { + "heading": "Tienda actual", + "change": "Cambiar" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Ordenar en línea" + }, + "choose_reservation_type": "Seleccione tipo de reserva", + "quick_reserve": "Reservar rápidamente", + "reserve_to_cart": "Reservar en carrito", + "change_fulfillment_method": "Cambiar método de entrega", + "fulfillment": { + "heading": "Disponibilidad", + "direct_ship": "Ordenar en línea", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Este producto no está disponible para envío. Por favor, elija otra opción o verifique la disponibilidad en una tienda cercana.", + "reserve": "Este producto no está disponible en la tienda seleccionada. Por favor, elija otra tienda.", + "not_ready": "Por favor seleccione una tienda.", + "ropis": "Este producto no está disponible para Click & Reserve en esta tienda. Por favor, elija otra opción o tienda.", + "bopis": "Este producto no está disponible para Click & Collect en esta tienda. Por favor, elija otra opción o tienda." + } + }, + "stock_info": { + "pick_up_at": "en {storeName}", + "availableInventory": "{visibleInventory} en stock", + "available": "Disponible", + "limitedAvailability": "Solo quedan {visibleInventory} en stock", + "notAvailable": "No disponible", + "customAvailability": "No disponible en esta tienda", + "comingSoon": "Disponible pronto" + }, + "no_available": "no disponible", + "multi_location_modal": { + "title": "Cambiar tienda", + "message": "Ya tiene productos en el carrito de otra tienda. Estos productos se cambiarán a la nueva tienda. Los precios y la disponibilidad pueden variar.", + "change_store": "Cambiar tienda" + } + }, "category": { "error": { "title": "Oops!", @@ -181,6 +390,9 @@ }, "showAllProducts": { "label": "Mostrar todos los productos" + }, + "errors": { + "404": "Categoría no encontrada" } }, "search": { @@ -206,14 +418,29 @@ "dismiss": "Descartar", "ok": "Ok", "title_error": "Oops!", - "body_error": "Ocurrió un error inesperado. Intente nuevamente." + "body_error": "Ocurrió un error inesperado. Intente nuevamente.", + "close": "Cerrar", + "login": "Iniciar sesión" }, "cart": { + "grand_total": "Total", + "current_total": "Total", + "items": "Productos", + "price": "Precio", + "quantity": "Cantidad", + "fulfilled_quantity": "Cantidad ejecutada", + "ordered_quantity": "Cantidad pedida", + "location": "Tienda", + "status": "Estado", + "remove_item": "Eliminar producto", "subtotal": "Total parcial", "total": "Total de la cesta", "discount": "Descuento", "discount_with_label": "Descuento ({label})", + "coupon_label": "Cupón: {label}", + "promotion_label": "{label}", "checkout": "Pagar", + "reserve": "Reservar", "remove": "Quitar", "edit": "Editar", "empty": "Tu cesta está vacía", @@ -226,9 +453,61 @@ "coupon_was_added": "¡El cupón ha sido añadido a su cesta!", "coupons_not_supported": "Agregue los cupones y vales de regalo mientras realiza el pago", "free_shipping": "Envío gratis", + "allow_substitution_all": "¿Permitir sustituciones para todos los productos?", + "allow_substitution": "Permitir sustituciones", "message_type_info": "Información", "message_type_error": "Error", - "message_type_warning": "Advertencia" + "message_type_warning": "Advertencia", + "errors": { + "404": "Uno o más productos fueron eliminados de su carrito debido a la falta de disponibilidad.", + "1001": "Uno o más productos en su carrito no están en stock actualmente. Por favor, elimínelos.", + "1002": "Las órdenes están limitadas a una sola tienda de recogida. Por favor, elija solo una tienda.", + "1003": "La franja horaria seleccionada para la recogida ya no está disponible. Por favor, seleccione otra.", + "item": { + "1001": "El producto no está disponible en la cantidad deseada.", + "1004": "Por favor seleccione una franja horaria de recogida.", + "1005": "No se ha alcanzado la cantidad mínima de pedido de {minQty}.", + "1006": "Se ha superado la cantidad máxima de pedido de {maxQty}.", + "1007": "Por favor seleccione una tienda de recogida.", + "shopgate.cart.updateProducts": { + "1001": "El producto no está disponible en la cantidad deseada." + }, + "shopgate.cart.addProducts": { + "1001": "El producto no está disponible en la cantidad deseada." + }, + "generic": "Se ha producido un error inesperado con este producto.", + "insufficientstock": "Actualmente no disponible en stock." + }, + "coupon": { + "404": "Este cupón no existe.", + "2000": "Este cupón no es válido.", + "2001": "El cupón será válido a partir del {startDate, date, yyyyMMdd} a las {startDate, time, short}.", + "2002": "El cupón caducó el {endDate, date, yyyyMMdd} a las {endDate, time, short}.", + "2003": "Este cupón no es válido para su carrito actual.", + "2004": "Este cupón ya ha sido canjeado.", + "2005": "Este cupón ha alcanzado el límite máximo de canjes.", + "generic": "Se ha producido un error inesperado con este cupón." + }, + "generic": "Se ha producido un error inesperado.", + "insufficientstock": "Uno o más productos en su carrito no están en stock. Por favor, elimínelos.", + "multiplelocations": "Las órdenes están limitadas a una sola tienda de recogida. Por favor, elija solo una tienda.", + "productsNotFound": "Uno o más productos fueron eliminados de su carrito debido a la falta de disponibilidad.", + "mixed_cart": "Las reservas y las órdenes en línea deben realizarse en pedidos separados. Por favor, actualice los productos para que el carrito contenga solo órdenes en línea o solo reservas.", + "direct_ship_item": "Verifique si este producto se puede reservar en una tienda cercana.", + "ropis_cart_inventory": "No todos los productos pueden ser reservados. Por favor, revise los errores y cambie las opciones de entrega.", + "ropis_item_inventory": "Este producto no se puede reservar en la tienda seleccionada. Verifique si está disponible en otra tienda.", + "ropis_item_inventory_exceed": "Cantidad deseada no disponible en {storeName}. Se reservará la cantidad máxima de {inventory}.", + "mixed_cart_coupon_removed": "El cupón \"{code}\" no está disponible para reservas." + }, + "change_fulfillment": { + "direct_ship": "Cambiar a orden en línea", + "bopis": "Cambiar a Click & Collect", + "ropis": "Cambiar a Click & Reserve" + }, + "price_caption": { + "reservation": "Reserva", + "pay_in_store": "Pagar en tienda" + } }, "login": { "headline": "Hola", @@ -241,17 +520,26 @@ "no_account": "¿Aún no tienes una cuenta?", "signup": "Registro", "logout_message": "Ha sido desconectado.", - "error": "Su usuario y contraseña no corresponden a ninguna cuenta" + "auto_logout_message": "Se ha cerrado su sesión automáticamente.", + "error": "Su usuario y contraseña no corresponden a ninguna cuenta", + "reset_password": { + "subline": "Por favor, ingrese su correo electrónico.", + "reset_instructions": "Recibirá un correo electrónico con las instrucciones para restablecer su contraseña a {email}", + "back_to_login": "Volver a iniciar sesión", + "customer_not_found": "No se encontró una cuenta con ese correo electrónico." + } }, "navigation": { "login_register": "Iniciar sesión / Registro", "your_account": "Mi cuenta", "home": "Inicio", "categories": "Categorías", + "favorites": "Lista de favoritos", "my_orders": "Mis pedidos", "cart": "Cesta de la compra", "shipping": "Métodos de envío", "about": "Sobre nosotros", + "contact": "Contacto", "payment": "Métodos de pago", "terms": "Condiciones generales", "privacy": "Protección de datos", @@ -262,6 +550,8 @@ "logout": "Cerrar sesión", "store_information": "Información de la tienda", "more_menu": "Más", + "order_history": "Historial de pedidos", + "profile": "Perfil", "back": "Volver a {title}" }, "reviews": { @@ -304,9 +594,212 @@ "geolocation_message": "Para encontrar tiendas cerca de donde está, vaya a Configuración y habilite los permisos de ubicación." } }, + "checkout": { + "submit_order": "Comprar ahora", + "continue_payment": "Continuar al pago", + "continue": "Continuar", + "steps": "Paso {from} de {to}", + "change_contacts": "Cambiar contacto", + "change_addresses": "Cambiar dirección", + "finalizePayment": "Completar pedido", + "payment": { + "title": "¿Cómo le gustaría pagar?", + "buttons": { + "stripe": "Tarjeta de crédito" + } + }, + "shippingMethod": { + "title": "Método de envío", + "errors": { + "noShippingAddress": "Por favor, ingrese primero una dirección de envío.", + "invalidShippingAddress": "Este carrito no se puede enviar a la dirección ingresada." + } + }, + "errors": { + "genericInitialize": "El proceso de pago no está disponible en este momento. Por favor, inténtelo más tarde.", + "genericUpdate": "No se pudo procesar el pedido. Por favor, inténtelo más tarde.", + "checkCart": "Por favor, revise su carrito.", + "genericSubmit": "No se pudo procesar el pedido. Por favor, revise su carrito.", + "paypalFunding": "Se produjo un error durante el pago.", + "missingPaymentMethod": "No se configuró un método de pago.", + "noPaymentTransaction": "No hay transacción de pago disponible.", + "genericUpdateBilling": "Error al actualizar la dirección de facturación", + "payment": { + "genericExternal": "El pago con el método seleccionado ha fallado. Por favor, inténtelo de nuevo con otro método." + } + }, + "pickup_contact": { + "headline": "Contacto para recogida", + "headline_reserve": "Contacto para recogida", + "subheadline": "La confirmación del pedido se enviará a este correo electrónico. El número de teléfono solo se usará en caso de que haya dudas.", + "form": { + "firstName": "Nombre", + "lastName": "Apellido", + "mobile": "Número de móvil", + "emailAddress": "Correo electrónico", + "password": "Contraseña *", + "passwordConfirm": "Confirmar contraseña *", + "company": "Empresa", + "address1": "Calle y número", + "address2": "Información adicional de dirección", + "postalCode": "Código Postal", + "city": "Ciudad", + "country": "País", + "region": "Provincia", + "who_will_pickup": "¿Quién recogerá este pedido?", + "me": "Yo mismo", + "someone_else": "Otra persona", + "instructions": "Instrucciones de recogida" + } + }, + "billing": { + "headline": "Dirección de facturación", + "headline_reserve": "Contacto del pedido", + "save": "Guardar", + "address": "{postalCode} {city}, {region}", + "edit": "Cambiar", + "change": "Cambiar", + "select_address": "Seleccione una dirección de facturación" + }, + "shipping": { + "headline": "Dirección de envío", + "save": "Guardar", + "address": "{postalCode} {city}, {region}", + "edit": "Cambiar", + "change": "Cambiar", + "select_address": "Seleccione una dirección de envío" + }, + "creditCard": { + "headline": "Método de pago", + "card": "Número de tarjeta de crédito *", + "cvc": "Código de seguridad *", + "expiry": "Fecha de vencimiento *" + }, + "summary": { + "headline": "Resumen", + "tax": "Impuestos", + "subTotal": "Subtotal", + "shippingTotal": "Costos de envío", + "total": "Total" + }, + "success": { + "title": "Gracias por su pedido", + "instructions_1": "A continuación encontrará la información de su pedido. Si tiene alguna pregunta sobre el pedido, póngase en contacto con su tienda.", + "instructions_2": "Tenga en cuenta que los horarios de recogida pueden variar durante festivos y fines de semana.", + "order_number": "Número de pedido: {orderNumber}", + "order_date": "Fecha del pedido: {date}", + "your_items": "Productos:", + "pick_up_contact": "Contacto para recogida", + "order_contact": "Contacto del pedido", + "pickup_notes": "Notas de recogida", + "billed_to": "Dirección de facturación", + "shipped_to": "Dirección de envío", + "order_summary": "Resumen del pedido", + "name": "Nombre", + "phone_number": "Número de teléfono", + "email_address": "Correo electrónico", + "card_holder": "Titular de la tarjeta", + "address": "Dirección", + "payment_method": "Método de pago", + "shipping_method": "Método de envío", + "continue": "Seguir comprando" + } + }, + "order": { + "status": { + "order": { + "submitted": "Enviado", + "inProgress": "En proceso", + "ready": "Listo para recoger", + "completed": "Completado", + "canceled": "Cancelado" + }, + "line_item": { + "pending": "Pendiente", + "inProgress": "En proceso", + "unavailable": "No disponible", + "canceled": "Cancelado", + "fulfilled": "Completado", + "substituted": "Sustituido", + "replaced": "Reemplazado", + "itemAdded": "Añadido", + "rejected": "Rechazado", + "open": "Abierto" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Tienda de recogida", + "address": "Dirección", + "phone_number": "Teléfono" + }, + "subline": { + "order_number": "Su número de pedido es: {orderNumber}", + "order_status": "Estado: {status}" + }, + "authenticate": { + "instructions": "Por favor, autentíquese con su correo electrónico y número de teléfono utilizados para el pedido.", + "or_login": "O iniciar sesión" + }, + "errors": { + "authenticate": "El correo electrónico y el número de teléfono no coinciden con este pedido.", + "expired": "La sesión de este pedido ha caducado.", + "authorize": "El pedido no pertenece a esta cuenta.", + "not_found": "Pedido no encontrado." + }, + "cancel": { + "button": "Cancelar pedido", + "modal": { + "title": "Cancelación", + "message": "¿Está seguro de que desea cancelar el pedido? ¡Esta acción no se puede deshacer!", + "confirm": "Sí, cancelar pedido" + } + } + }, + "orders": { + "header": { + "date": "Fecha del pedido", + "orderNumber": "Número de pedido", + "status": "Estado", + "lineItemCount": "Cantidad de productos", + "total": "Total del pedido" + }, + "no_result": { + "body": "No se encontraron pedidos." + }, + "itemCount": "{count, plural, =1 {Producto} other {Productos}}" + }, + "page": { + "not_found": "Lamentablemente, no se ha encontrado la página solicitada.", + "continue": "Seguir comprando" + }, + "registration": { + "create_account": "Crear cuenta", + "marketing_opt_in_label": "Manténgame informado con novedades y ofertas exclusivas.", + "different_shipping_address_label": "Dirección de envío diferente", + "headlines": { + "create_new_account": "Crear nueva cuenta", + "shipping_address": "Dirección de envío", + "billing_address": "Dirección de facturación", + "billing_address_reserve": "Contacto del pedido" + } + }, "error": { "general": "No se puede conectar. Por favor, compruebe su conexión a Internet." }, + "validation": { + "required": "Por favor, complete este campo", + "email": "Por favor, ingrese una dirección de correo electrónico válida", + "numeric": "Por favor, ingrese solo números", + "alphaNumeric": "Por favor, ingrese solo letras y números", + "mobileNumber": "Por favor, ingrese un número de móvil válido", + "date": "Por favor, ingrese una fecha válida", + "checkField": "Por favor, verifique este campo", + "emailConflict": "Esta dirección de correo electrónico ya está registrada", + "passwordMismatch": "Las contraseñas no coinciden", + "minPasswordLength": "La longitud mínima de la contraseña es de %'{count} caracteres" + }, "formats": { "date": { "DD": { @@ -314,7 +807,34 @@ }, "MMM": { "month": "short" + }, + "pattern": "dd.mm.aaaa" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "ft", + "mi": "mi" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "ud." + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-ios11/locale/fi-FI.json b/themes/theme-ios11/locale/fi-FI.json index 5a3f1f9547..081d451307 100644 --- a/themes/theme-ios11/locale/fi-FI.json +++ b/themes/theme-ios11/locale/fi-FI.json @@ -10,7 +10,11 @@ "show_products": "Näytä tuotteet", "back": "Takaisin", "close": "Sulje", - "products": "Tuotteet" + "products": "Tuotteet", + "error": "Tapahtui odottamaton virhe. Yritä uudelleen.", + "errors": { + "generic": "Tapahtui odottamaton virhe. Yritä uudelleen." + } }, "titles": { "categories": "Luokat", @@ -20,9 +24,78 @@ "shipping": "Toimitus", "reviews": "Arvostelut", "browse": "Selaa", - "favorites": "Seurantaluettelo", + "favorites": "Suosikkilista", "scanner": "Skanneri", - "back_in_stock": "Ilmoitukset" + "back_in_stock": "Ilmoitukset", + "checkout": "Kassalle", + "checkout_confirmation": "Tilaus onnistui", + "checkout_change_billing": "Muuta laskutusosoite", + "register": "Rekisteröidy", + "order_details": "Tilaustiedot", + "store_finder": "Myymälähaku", + "order_history": "Tilaushistoria", + "profile": "Profiili", + "your_account": "Oma tili", + "your_account_contact": "Osoite", + "page_not_found": "Sivua ei löydy", + "checkout_addresses_shipping": "Valitse toimitusosoite", + "checkout_addresses_billing": "Valitse laskutusosoite", + "checkout_addresses_add_shipping": "Lisää toimitusosoite", + "checkout_addresses_add_billing": "Lisää laskutusosoite", + "checkout_addresses_edit_shipping": "Muokkaa toimitusosoite", + "checkout_addresses_edit_billing": "Muokkaa laskutusosoite" + }, + "account": { + "profile": { + "customer": { + "number": "Asiakasnro: {customerNumber}" + }, + "form": { + "firstName": "Etunimi", + "middleName": "Toinen nimi", + "lastName": "Sukunimi", + "emailAddress": "Sähköpostiosoite", + "address1": "Katu ja Numero", + "address2": "Osoite 2", + "address3": "Osoite 3", + "address4": "Osoite 4", + "postalCode": "Postinumero", + "city": "Kaupunki", + "country": "Maa", + "phone": "Puhelinnumero", + "mobile": "Matkapuhelinnumero", + "region": "Maakunta", + "marketing_opt_in_label": "Pidä minut ajan tasalla uutisista ja eksklusiivisista tarjouksista.", + "default_billing": "Oletus laskutusosoite", + "default_shipping": "Oletus toimitusosoite", + "save_default_billing": "Tallenna tämä laskutusosoite tulevia tilauksia varten", + "save_default_shipping": "Tallenna tämä toimitusosoite tulevia tilauksia varten", + "save": "Tallenna", + "add": "Lisää osoite", + "success": "Profiili tallennettu", + "error": "Virhe tallennuksessa" + }, + "delete": "Poista tili", + "address_book": { + "title": "Osoitekirja", + "default_billing": "Oletus laskutusosoite", + "default_shipping": "Oletus toimitusosoite", + "add": "Lisää osoite", + "select": "Valitse", + "selected": "Valittu", + "success": "Profiili tallennettu", + "context": { + "edit": "Muokkaa", + "remove": "Poista" + } + }, + "confirm": { + "title": "Oletko varma?", + "confirm": "Vahvista", + "messageContact": "Haluatko varmasti poistaa tämän osoitteen?", + "messageCustomer": "Haluatko varmasti poistaa tilisi? Kaikki henkilötietosi ja asetuksesi poistetaan." + } + } }, "back_in_stock": { "list_states": { @@ -46,32 +119,49 @@ "added": "Tuote on lisätty suosikkilistalle", "continue": "Jatka ostoksia", "empty": "Sinulla ei ole vielä yhtään tuotetta suosikkilistalla", - "error_add": "Tuotetta ei voitu lisätä seurantalistalle", - "error_remove": "Tuotetta ei voitu poistaa seurantalistalta", - "error_limit": "Seurantalistalla olevien tuotteiden sallittu määrä on ylitetty.", - "remove": "Poista seurantalistalta", - "removed": "Poistettu seurantalistalta", + "error_add": "Tuotetta ei voitu lisätä suosikkilistalle", + "error_remove": "Tuotetta ei voitu poistaa suosikkilistalta", + "error_limit": "Suosikkilistalla olevien tuotteiden sallittu määrä on ylitetty.", + "remove": "Poista suosikkilistalta", + "removed": "Poistettu suosikkilistalta", "add_list_modal": { - "title": "Luo uusi tarkkailuluettelo", + "title": "Luo uusi suosikkilista", "dismiss": "Peruuta", "confirm": "Vahvista", - "message": "Uuden tarkkailulistan nimi", + "message": "Uuden suosikkilistan nimi", "label": "Nimi" }, "rename_list_modal": { - "title": "Muuta tarkkailulistan nimeä", + "title": "Muuta suosikkilistan nimeä", "dismiss": "Peruuta", "confirm": "Vahvista", - "message": "Tarkkailulistan uusi nimi", + "message": "Suosikkilistan uusi nimi", "label": "Nimi" }, - "add_list": "Luo uusi luettelo", + "add_list": "Luo uusi suosikkilista", "errors": { - "invalid_name": "Kirjoita täydellinen nimi seurantalistallesi." + "invalid_name": "Kirjoita täydellinen nimi suosikkilistallesi." }, "delete_list_modal": { - "title": "Poista seurantalista", - "message": "Haluatko todella poistaa kellolistan \"{name}\"?" + "title": "Poista suosikkilista", + "message": "Haluatko todella poistaa suosikkilistan \"{name}\"?" + }, + "comment_modal": { + "titleAdd": "Lisää kommentti", + "titleEdit": "Muokkaa kommenttia", + "dismiss": "Peruuta", + "confirm": "Vahvista", + "label": "Kommentti", + "characterCount": "{count} / {maxCount} merkkiä" + }, + "comments": { + "add": "Lisää kommentti", + "notes": "Kommentti", + "edit": "Muokkaa", + "delete": "Poista", + "added": "Kommentti lisätty", + "removed": "Kommentti poistettu", + "updated": "Kommentti päivitetty" }, "rename_list": "Nimeä uudelleen", "remove_list": "Poista", @@ -82,8 +172,9 @@ "title": "Valitse tilaustapa" }, "list_chooser": { - "title": "Valitse tarkkailuluettelo", + "title": "Valitse suosikkilista", "add": "Lisää", + "add_more": "Lisää enemmän", "remove": "Poista" }, "modal": { @@ -100,7 +191,11 @@ "default": "Lajittele", "most_popular": "Parhaat tulokset", "price_desc": "Korkein hinta ensin", - "price_asc": "Halvin hinta ensin" + "price_asc": "Halvin hinta ensin", + "name_asc": "Nimi A - Z", + "name_desc": "Nimi Z - A", + "rank_asc": "Matala arvo ensin", + "rank_desc": "Korkea arvo ensin" }, "apply": "Valmis", "more": "Lisää", @@ -125,13 +220,20 @@ }, "msrp": "RRP", "label": "Hinta {price}.", - "label_old_price": "Vanha hinta {price}." + "label_old_price": "Vanha hinta {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Ilmainen" }, "product": { + "errors": { + "insufficientstock": "Valitettavasti tämä tuote ei ole tällä hetkellä saatavilla." + }, "description_heading": "Kuvaus", + "share": "Jaa tuote", "pick_an_attribute": "{0} valitse", "tax_disclaimer": "* Sisältää alv:n ja mahdollisesti toimituskulut", "item_added": "{count, plural, =0 {# kei tuotteita} =1 {{count} Tuote lisätty} other {{count} Lisätyt tuotteet}}", + "item_added_unit": "{count} {unit} lisätty", "adding_item": "{count, plural, =1 {Lisätään yksi tuote} other {Lisätään {count} tuotetta}}", "pick_option_first": "Valitse vaihtoehto ensin. {option}", "fill_out_required_input_first": "Täytä ensin kaikki pakolliset kentät.", @@ -139,6 +241,10 @@ "go_to_cart": "Ostoskori", "no_more_found": "Artikkeli: \"{name}\" on tällä hetkellä loppunut varastosta.", "quantity": "Määrä", + "decrease_quantity": "Vähennä määrää", + "increase_quantity": "Lisää määrää", + "increased_quantity_to": "Määrä lisätty {quantity}", + "decreased_quantity_to": "Määrä vähennetty {quantity}", "minOrderQuantity": "Vähimmäistilausmäärä: {quantity} {unit}", "maxOrderQuantity": "Max. Tilausmäärä: {quantity} {unit}", "available": { @@ -153,6 +259,7 @@ "sections": { "information": "Tuotetiedot", "options": "Valitse vaihtoehdot", + "fulfillment": "Saatavuus", "description": "Kuvaus", "properties": "Ominaisuudet", "ratings": "Luokitukset", @@ -166,6 +273,108 @@ "properties": "Ominaisuudet" } }, + "locations": { + "headline": "Myymälät lähellä sinua", + "details": "Tiedot", + "hours_details": "Myymälän aukioloaika", + "today_hours": "Tänään: {hours}", + "today_hours_long": "Auki tänään: {hours}", + "address": "{postalCode} {city}", + "map_open": "Avaa kartalla", + "phone": "Puhelinnumero", + "mon": "Maanantai", + "tue": "Tiistai", + "wed": "Keskiviikko", + "thu": "Torstai", + "fri": "Perjantai", + "sat": "Lauantai", + "sun": "Sunnuntai", + "place_reservation": "Tee varaus", + "firstName": "Etunimi", + "lastName": "Sukunimi", + "cellPhone": "Matkapuhelinnumero tekstiviesti-ilmoituksiin", + "emailAddress": "Sähköpostiosoite", + "who_will_pickup": "Kuka noutaa tilauksen?", + "me": "Minä itse", + "someone_else": "Joku muu", + "success_heading": "Varausvahvistus", + "success_title": "Kiitos varauksestasi!", + "success_copy": "Lähetämme sinulle pian sähköpostin/tekstiviestin, kun varauksesi on valmis noudettavaksi.", + "success_order_num": "Varausnumero", + "error_heading": "Tapahtui virhe", + "error_title": "Valitettavasti varauksesi ei onnistunut.", + "error_copy": "Varausprosessissa tapahtui virhe. Jotkut tuotteet saattavat olla loppuneet. Tarkista saatavuus muissa myymälöissä ostoskoristasi.", + "error_invalid_zip_code": "Anna kelvollinen postinumero.", + "error_no_store_found": "Alueellasi ei ole myymälöitä, tarkista tiedot.", + "search_placeholder": "Postinumero", + "change_location": "Vaihda myymälä", + "select_location": "Valitse myymälä", + "get_directions": "Näytä reitti", + "store_hours": "Aukioloajat", + "radius_km": "{radius} km", + "radius_mi": "{radius} mailia", + "radius": "Säde", + "stores_near": { + "zip_code": "Myymälät lähellä \"{zipCode}\"", + "location": "Myymälät lähellä sinua" + }, + "your_current_timeslot": { + "heading": "Noutoaika", + "change": "Muuta", + "today": "Tänään", + "tomorrow": "Huomenna", + "not_set": "Valitse aika..", + "dialog": { + "title": "Valitse noutoaika", + "date": "Päivämäärä", + "morning": "Aamulla", + "afternoon": "Iltapäivällä", + "evening": "Illalla", + "schedule": "Valitse" + } + }, + "your_current_location": { + "heading": "Nykyinen myymälä", + "change": "Muuta" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Tilaa verkosta" + }, + "choose_reservation_type": "Valitse varaustyyppi", + "quick_reserve": "Tee nopea varaus", + "reserve_to_cart": "Varaa ostoskoriin", + "change_fulfillment_method": "Muuta toimitustapa", + "fulfillment": { + "heading": "Saatavuus", + "direct_ship": "Tilaa verkosta", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Tätä tuotetta ei ole saatavilla toimitukseen. Valitse toinen vaihtoehto tai tarkista saatavuus läheisestä myymälästä.", + "reserve": "Tätä tuotetta ei ole saatavilla valitsemassasi myymälässä. Valitse toinen myymälä.", + "not_ready": "Valitse myymälä.", + "ropis": "Tämä tuote ei ole saatavilla Click & Reserve -vaihtoehtona tässä myymälässä. Valitse toinen vaihtoehto tai myymälä.", + "bopis": "Tämä tuote ei ole saatavilla Click & Collect -vaihtoehtona tässä myymälässä. Valitse toinen vaihtoehto tai myymälä." + } + }, + "stock_info": { + "pick_up_at": "myymälässä {storeName}", + "availableInventory": "{visibleInventory} varastossa", + "available": "Saatavilla", + "limitedAvailability": "Vain {visibleInventory} jäljellä varastossa", + "notAvailable": "Ei saatavilla", + "customAvailability": "Ei saatavilla tässä myymälässä", + "comingSoon": "Saatavilla pian" + }, + "no_available": "ei saatavilla", + "multi_location_modal": { + "title": "Vaihda myymälää", + "message": "Ostoskorissasi on jo tuotteita toisesta myymälästä. Nämä tuotteet vaihdetaan uuteen myymälään. Hinnat ja saatavuus saattavat vaihdella.", + "change_store": "Vaihda myymälä" + } + }, "category": { "error": { "title": "Hups", @@ -181,6 +390,9 @@ }, "showAllProducts": { "label": "Näytä kaikki tuotteet" + }, + "errors": { + "404": "Kategoriaa ei löytynyt" } }, "search": { @@ -206,14 +418,29 @@ "dismiss": "Peruuta", "ok": "Okei", "title_error": "Hups!", - "body_error": "On tapahtunut odottamaton virhe. Yritä uudelleen." + "body_error": "On tapahtunut odottamaton virhe. Yritä uudelleen.", + "close": "Sulje", + "login": "Kirjaudu sisään" }, "cart": { + "grand_total": "Yhteensä", + "current_total": "Yhteensä", + "items": "Tuotteet", + "price": "Hinta", + "quantity": "Määrä", + "fulfilled_quantity": "Täytetty määrä", + "ordered_quantity": "Tilattu määrä", + "location": "Myymälä", + "status": "Tila", + "remove_item": "Poista tuote", "subtotal": "Välisumma", "total": "Ostoskori yhteensä", "discount": "Alennus", "discount_with_label": "Alennus ({label})", + "coupon_label": "Kuponki: {label}", + "promotion_label": "{label}", "checkout": "Siirry kassalle", + "reserve": "Varaa", "remove": "Poista", "edit": "Muokkaa", "empty": "Ostoskorisi on tyhjä.", @@ -226,9 +453,61 @@ "coupon_was_added": "Kuponki on lisätty!", "coupons_not_supported": "Kuponkien ja lahjakorttien lunastaminen seuraavassa vaiheessa", "free_shipping": "Ilmainen toimitus", + "allow_substitution_all": "Sallitko korvaavat tuotteet kaikille?", + "allow_substitution": "Salli korvaavat tuotteet", "message_type_info": "Info", "message_type_error": "Virhe", - "message_type_warning": "Varoitus" + "message_type_warning": "Varoitus", + "errors": { + "404": "Yksi tai useampi tuote poistettiin ostoskoristasi, koska ne eivät ole enää saatavilla.", + "1001": "Yksi tai useampi tuote ei ole tällä hetkellä varastossa. Poista nämä tuotteet.", + "1002": "Tilaus on rajoitettu yhteen noutomyymälään. Valitse vain yksi myymälä.", + "1003": "Valittu noutoaika ei ole enää saatavilla. Valitse toinen noutoaika.", + "item": { + "1001": "Tuotetta ei ole saatavilla toivottua määrää.", + "1004": "Valitse noutoaika.", + "1005": "Minimitilausmäärää {minQty} ei ole saavutettu.", + "1006": "Maksimitilausmäärä {maxQty} on ylitetty.", + "1007": "Valitse noutomyymälä.", + "shopgate.cart.updateProducts": { + "1001": "Tuotetta ei ole saatavilla toivottua määrää." + }, + "shopgate.cart.addProducts": { + "1001": "Tuotetta ei ole saatavilla toivottua määrää." + }, + "generic": "Tapahtui odottamaton virhe tämän tuotteen kohdalla.", + "insufficientstock": "Ei varastossa tällä hetkellä." + }, + "coupon": { + "404": "Tätä kuponkia ei löydy.", + "2000": "Tämä kuponki ei ole kelvollinen.", + "2001": "Kuponki on voimassa alkaen {startDate, date, yyyyMMdd} klo {startDate, time, short}.", + "2002": "Kuponki vanheni {endDate, date, yyyyMMdd} klo {endDate, time, short}.", + "2003": "Kuponki ei ole voimassa nykyiselle ostoskorillesi.", + "2004": "Tämä kuponki on jo käytetty.", + "2005": "Kuponki on saavuttanut maksimaalisen käytön määrän.", + "generic": "Tapahtui odottamaton virhe kuponkia käsitellessä." + }, + "generic": "Tapahtui odottamaton virhe.", + "insufficientstock": "Yksi tai useampi tuote ei ole tällä hetkellä varastossa. Poista nämä tuotteet.", + "multiplelocations": "Tilaus on rajoitettu yhteen noutomyymälään. Valitse vain yksi myymälä.", + "productsNotFound": "Yksi tai useampi tuote poistettiin ostoskoristasi, koska ne eivät ole enää saatavilla.", + "mixed_cart": "Varaukset ja verkkotilaukset täytyy tehdä erillisillä tilauksilla. Muuta tuotteita niin, että ostoskori sisältää joko vain verkkotilauksia tai vain varauksia.", + "direct_ship_item": "Tarkista, onko tuote saatavilla varattavaksi läheisessä myymälässä.", + "ropis_cart_inventory": "Kaikkia tuotteita ei voida varata. Tarkista virheet ja muuta toimitusvaihtoehtoja.", + "ropis_item_inventory": "Tuotetta ei voida varata valitussa myymälässä. Tarkista saatavuus toisesta myymälästä.", + "ropis_item_inventory_exceed": "Toivottua määrää ei ole saatavilla myymälässä {storeName}. Varataan maksimi määrä {inventory}.", + "mixed_cart_coupon_removed": "Kuponki \"{code}\" ei ole saatavilla varauksille." + }, + "change_fulfillment": { + "direct_ship": "Vaihda verkkotilaukseksi", + "bopis": "Vaihda Click & Collect", + "ropis": "Vaihda Click & Reserve" + }, + "price_caption": { + "reservation": "Varaus", + "pay_in_store": "Maksa myymälässä" + } }, "login": { "headline": "Tervetuloa!", @@ -241,17 +520,26 @@ "no_account": "Sinulla ei ole vielä tiliä?", "signup": "Rekisteröi", "logout_message": "Sinut on kirjauduttu ulos.", - "error": "Käyttäjätunnus tai salasana eivät ole oikein" + "auto_logout_message": "Sinut kirjattiin ulos automaattisesti.", + "error": "Käyttäjätunnus tai salasana eivät ole oikein", + "reset_password": { + "subline": "Anna sähköpostiosoitteesi.", + "reset_instructions": "Saat sähköpostiisi ohjeet salasanan nollaamiseksi osoitteeseen {email}", + "back_to_login": "Takaisin kirjautumiseen", + "customer_not_found": "Tällä sähköpostiosoitteella ei ole rekisteröityä tiliä." + } }, "navigation": { "login_register": "Kirjaudu sisään", "your_account": "Minun tili", "home": "Kotisivu", "categories": "Kategoriat", + "favorites": "Suosikkilista", "my_orders": "Tilaukseni", "cart": "Ostoskori", "shipping": "Toimitustavat", "about": "Jälki", + "contact": "Yhteystiedot", "payment": "Maksutavat", "terms": "Maksuehdot", "privacy": "Tietosuoja", @@ -262,6 +550,8 @@ "logout": "Kirjaudu ulos", "store_information": "Tietoa meistä", "more_menu": "Lisää", + "order_history": "Tilaushistoria", + "profile": "Profiili", "back": "Takaisin {title}" }, "reviews": { @@ -304,9 +594,212 @@ "geolocation_message": "Tarvitsemme pääsyn sijaintiin, jotta voimme näyttää lähellä olevat kaupat." } }, + "checkout": { + "submit_order": "Osta nyt", + "continue_payment": "Jatka maksamiseen", + "continue": "Jatka", + "steps": "Vaihe {from} / {to}", + "change_contacts": "Muuta yhteystietoja", + "change_addresses": "Muuta osoitetta", + "finalizePayment": "Viimeistele tilaus", + "payment": { + "title": "Kuinka haluat maksaa?", + "buttons": { + "stripe": "Luottokortti" + } + }, + "shippingMethod": { + "title": "Toimitustapa", + "errors": { + "noShippingAddress": "Anna ensin toimitusosoite.", + "invalidShippingAddress": "Tätä ostoskoria ei voida toimittaa annettuun osoitteeseen." + } + }, + "errors": { + "genericInitialize": "Kassa ei ole tällä hetkellä käytettävissä, yritä myöhemmin uudelleen.", + "genericUpdate": "Tilausta ei voitu käsitellä, yritä myöhemmin uudelleen.", + "checkCart": "Tarkista ostoskorisi.", + "genericSubmit": "Tilausta ei voitu käsitellä, tarkista ostoskorisi.", + "paypalFunding": "Maksussa tapahtui virhe.", + "missingPaymentMethod": "Ei maksutapaa määritelty.", + "noPaymentTransaction": "Maksutapahtuma ei saatavilla.", + "genericUpdateBilling": "Virhe päivittäessä laskutusosoitetta", + "payment": { + "genericExternal": "Valitulla maksutavalla maksaminen epäonnistui. Yritä uudelleen toisella maksutavalla." + } + }, + "pickup_contact": { + "headline": "Noutoyhteystiedot", + "headline_reserve": "Noutoyhteystiedot", + "subheadline": "Tilausvahvistus lähetetään tähän sähköpostiin. Puhelinnumeroa käytetään vain, jos ilmenee kysymyksiä.", + "form": { + "firstName": "Etunimi", + "lastName": "Sukunimi", + "mobile": "Matkapuhelinnumero", + "emailAddress": "Sähköpostiosoite", + "password": "Salasana *", + "passwordConfirm": "Toista salasana *", + "company": "Yritys", + "address1": "Katuosoite ja talonnumero", + "address2": "Osoitteen lisätieto", + "postalCode": "Postinumero", + "city": "Kaupunki", + "country": "Maa", + "region": "Maakunta", + "who_will_pickup": "Kuka noutaa tilauksen?", + "me": "Minä itse", + "someone_else": "Joku muu", + "instructions": "Nouto-ohjeet" + } + }, + "billing": { + "headline": "Laskutusosoite", + "headline_reserve": "Tilauksen yhteyshenkilö", + "save": "Tallenna", + "address": "{postalCode} {city}, {region}", + "edit": "Muuta", + "change": "Vaihda", + "select_address": "Valitse laskutusosoite" + }, + "shipping": { + "headline": "Toimitusosoite", + "save": "Tallenna", + "address": "{postalCode} {city}, {region}", + "edit": "Muuta", + "change": "Vaihda", + "select_address": "Valitse toimitusosoite" + }, + "creditCard": { + "headline": "Maksutapa", + "card": "Luottokortin numero *", + "cvc": "Turvakoodi *", + "expiry": "Voimassa *" + }, + "summary": { + "headline": "Yhteenveto", + "tax": "Verot", + "subTotal": "Välisumma", + "shippingTotal": "Toimituskulut", + "total": "Yhteensä" + }, + "success": { + "title": "Kiitos tilauksestasi", + "instructions_1": "Alla löydät tilauksesi tiedot. Jos sinulla on kysymyksiä tilauksesta, ota yhteyttä myymälääsi.", + "instructions_2": "Huomaa, että noutoajat voivat vaihdella pyhien ja viikonloppujen mukaan.", + "order_number": "Tilausnumero: {orderNumber}", + "order_date": "Tilauksen päivämäärä: {date}", + "your_items": "Tuotteet:", + "pick_up_contact": "Noutoyhteystiedot", + "order_contact": "Tilauksen yhteyshenkilö", + "pickup_notes": "Noutomuistutukset", + "billed_to": "Laskutusosoite", + "shipped_to": "Toimitusosoite", + "order_summary": "Tilauksen yhteenveto", + "name": "Nimi", + "phone_number": "Puhelinnumero", + "email_address": "Sähköpostiosoite", + "card_holder": "Kortinhaltija", + "address": "Osoite", + "payment_method": "Maksutapa", + "shipping_method": "Toimitustapa", + "continue": "Jatka ostoksia" + } + }, + "order": { + "status": { + "order": { + "submitted": "Lähetetty", + "inProgress": "Käsittelyssä", + "ready": "Valmis noudettavaksi", + "completed": "Valmis", + "canceled": "Peruutettu" + }, + "line_item": { + "pending": "Odottaa", + "inProgress": "Käsittelyssä", + "unavailable": "Ei saatavilla", + "canceled": "Peruutettu", + "fulfilled": "Toimitettu", + "substituted": "Korvattu", + "replaced": "Korvattu", + "itemAdded": "Lisätty", + "rejected": "Hylätty", + "open": "Avoin" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Noutomyymälä", + "address": "Osoite", + "phone_number": "Puhelin" + }, + "subline": { + "order_number": "Tilausnumerosi on: {orderNumber}", + "order_status": "Tila: {status}" + }, + "authenticate": { + "instructions": "Vahvista sähköpostisi ja puhelinnumerosi, joita käytit tilauksessa.", + "or_login": "Tai kirjaudu sisään" + }, + "errors": { + "authenticate": "Sähköposti ja puhelinnumero eivät vastaa tätä tilausta.", + "expired": "Tilauksen istunto on vanhentunut.", + "authorize": "Tilaus ei kuulu tähän tiliin.", + "not_found": "Tilausta ei löytynyt." + }, + "cancel": { + "button": "Peruuta tilaus", + "modal": { + "title": "Peruutus", + "message": "Haluatko varmasti peruuttaa tilauksen? Tätä toimintoa ei voi peruuttaa!", + "confirm": "Kyllä, peruuta tilaus" + } + } + }, + "orders": { + "header": { + "date": "Tilauksen päivämäärä", + "orderNumber": "Tilausnumero", + "status": "Tila", + "lineItemCount": "Tuotteiden määrä", + "total": "Tilaussumma" + }, + "no_result": { + "body": "Ei tilauksia löytynyt." + }, + "itemCount": "{count, plural, =1 {Tuote} other {Tuotetta}}" + }, + "page": { + "not_found": "Valitettavasti sivua ei löytynyt.", + "continue": "Jatka ostoksia" + }, + "registration": { + "create_account": "Luo tili", + "marketing_opt_in_label": "Pidä minut ajan tasalla uutisista ja eksklusiivisista tarjouksista.", + "different_shipping_address_label": "Erillinen toimitusosoite", + "headlines": { + "create_new_account": "Luo uusi tili", + "shipping_address": "Toimitusosoite", + "billing_address": "Laskutusosoite", + "billing_address_reserve": "Tilauksen yhteyshenkilö" + } + }, "error": { "general": "Yhteysongelma. Tarkista internetyhteytesi tai yritä myöhemmin uudelleen." }, + "validation": { + "required": "Täytä tämä kenttä", + "email": "Anna kelvollinen sähköpostiosoite", + "numeric": "Anna vain numeroita", + "alphaNumeric": "Anna vain kirjaimia ja numeroita", + "mobileNumber": "Anna kelvollinen matkapuhelinnumero", + "date": "Anna kelvollinen päivämäärä", + "checkField": "Tarkista tämä kenttä", + "emailConflict": "Tämä sähköpostiosoite on jo rekisteröity", + "passwordMismatch": "Salasanat eivät täsmää", + "minPasswordLength": "Salasanan vähimmäispituus on %'{count} merkkiä" + }, "formats": { "date": { "DD": { @@ -314,7 +807,34 @@ }, "MMM": { "month": "lyhyt" + }, + "pattern": "pp.kk.vvvv" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "ft", + "mi": "mi" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "kpl" + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-ios11/locale/fr-FR.json b/themes/theme-ios11/locale/fr-FR.json index c3b4e1e77a..9645421d4e 100644 --- a/themes/theme-ios11/locale/fr-FR.json +++ b/themes/theme-ios11/locale/fr-FR.json @@ -10,7 +10,11 @@ "show_products": "Afficher les produits", "back": "Retour", "close": "Fermer", - "products": "Produits" + "products": "Produits", + "error": "Une erreur inattendue s'est produite. Veuillez réessayer.", + "errors": { + "generic": "Une erreur inattendue s'est produite. Veuillez réessayer." + } }, "titles": { "categories": "Catégories", @@ -22,7 +26,76 @@ "browse": "Naviguer", "favorites": "Favoris", "scanner": "Scanner", - "back_in_stock": "Notifications" + "back_in_stock": "Notifications", + "checkout": "Paiement", + "checkout_confirmation": "Commande réussie", + "checkout_change_billing": "Modifier l'adresse de facturation", + "register": "S'inscrire", + "order_details": "Détails de la commande", + "store_finder": "Trouver un magasin", + "order_history": "Historique des commandes", + "profile": "Profil", + "your_account": "Mon compte", + "your_account_contact": "Adresse", + "page_not_found": "Page non trouvée", + "checkout_addresses_shipping": "Choisir l'adresse de livraison", + "checkout_addresses_billing": "Choisir l'adresse de facturation", + "checkout_addresses_add_shipping": "Ajouter une adresse de livraison", + "checkout_addresses_add_billing": "Ajouter une adresse de facturation", + "checkout_addresses_edit_shipping": "Modifier l'adresse de livraison", + "checkout_addresses_edit_billing": "Modifier l'adresse de facturation" + }, + "account": { + "profile": { + "customer": { + "number": "Numéro client : {customerNumber}" + }, + "form": { + "firstName": "Prénom", + "middleName": "Deuxième Prénom", + "lastName": "Nom de Famille", + "emailAddress": "Adresse E-mail", + "address1": "Rue et Numéro", + "address2": "Adresse 2", + "address3": "Adresse 3", + "address4": "Adresse 4", + "postalCode": "Code Postal", + "city": "Ville", + "country": "Pays", + "phone": "Numéro de Téléphone", + "mobile": "Numéro de Portable", + "region": "Région", + "marketing_opt_in_label": "Tenez-moi informé(e) des nouvelles et des offres exclusives.", + "default_billing": "Adresse de facturation par défaut", + "default_shipping": "Adresse de livraison par défaut", + "save_default_billing": "Enregistrer cette adresse pour les commandes futures", + "save_default_shipping": "Enregistrer cette adresse de livraison pour les commandes futures", + "save": "Enregistrer", + "add": "Ajouter une adresse", + "success": "Profil enregistré", + "error": "Erreur lors de l'enregistrement" + }, + "delete": "Supprimer le compte", + "address_book": { + "title": "Gestion des adresses", + "default_billing": "Adresse de facturation par défaut", + "default_shipping": "Adresse de livraison par défaut", + "add": "Ajouter une adresse", + "select": "Sélectionner", + "selected": "Sélectionné", + "success": "Profil enregistré", + "context": { + "edit": "Éditer", + "remove": "Supprimer" + } + }, + "confirm": { + "title": "Êtes-vous sûr(e) ?", + "confirm": "Confirmer", + "messageContact": "Voulez-vous vraiment supprimer cette adresse ?", + "messageCustomer": "Voulez-vous vraiment supprimer votre compte ? Toutes vos données personnelles et vos paramètres seront supprimés." + } + } }, "back_in_stock": { "list_states": { @@ -73,6 +146,23 @@ "title": "Supprimer la liste des favoris", "message": "Voulez-vous vraiment supprimer la liste de favoris \"{name}\"?" }, + "comment_modal": { + "titleAdd": "Ajouter un commentaire", + "titleEdit": "Modifier le commentaire", + "dismiss": "Annuler", + "confirm": "Confirmer", + "label": "Commentaire", + "characterCount": "{count} sur {maxCount} caractères" + }, + "comments": { + "add": "Ajouter un commentaire", + "notes": "Commentaire", + "edit": "Éditer", + "delete": "Supprimer", + "added": "Commentaire ajouté", + "removed": "Commentaire supprimé", + "updated": "Commentaire mis à jour" + }, "rename_list": "Renommer", "remove_list": "Retirer", "add_to_list": "Ajouter à la liste", @@ -84,6 +174,7 @@ "list_chooser": { "title": "Choisir une liste de favoris", "add": "Ajouter", + "add_more": "Ajouter plus", "remove": "Retirer" }, "modal": { @@ -100,7 +191,11 @@ "default": "Trier par", "most_popular": "Le plus populaire", "price_desc": "Prix Descendant", - "price_asc": "Prix Ascendant" + "price_asc": "Prix Ascendant", + "name_asc": "Nom A - Z", + "name_desc": "Nom Z - A", + "rank_asc": "Rang le plus bas en premier", + "rank_desc": "Rang le plus élevé en premier" }, "apply": "Terminé", "more": "Plus", @@ -125,13 +220,20 @@ }, "msrp": "PDSF", "label": "Prix {price}.", - "label_old_price": "Ancien prix {price}." + "label_old_price": "Ancien prix {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Gratuit" }, "product": { + "errors": { + "insufficientstock": "Désolé, ce produit est actuellement en rupture de stock." + }, "description_heading": "à propos", + "share": "Partager le produit", "pick_an_attribute": "Choisir un {0}", "tax_disclaimer": "* Inclus TVA plus frais de livraison éventuels", "item_added": "{count, plural, =0 {# aucun article ajouté} =1 {{count} article ajouté} other {{count} articles ajoutés}}", + "item_added_unit": "{count} {unit} ajouté", "adding_item": "{count, plural, =1 {Un produit est en cours d'ajout} other {{count} produits sont en cours d'ajout}}", "pick_option_first": "Choisissez d'abord une option. {option}", "fill_out_required_input_first": "Remplissez d'abord les entrées requises.", @@ -139,6 +241,10 @@ "go_to_cart": "Aller au panier", "no_more_found": "L'article: \"{name}\" n'est plus disponible.", "quantity": "Quantité", + "decrease_quantity": "Diminuer la quantité", + "increase_quantity": "Augmenter la quantité", + "increased_quantity_to": "Quantité augmentée à {quantity}", + "decreased_quantity_to": "Quantité réduite à {quantity}", "minOrderQuantity": "Quantité min. par commande: {quantity} {unit}", "maxOrderQuantity": "Quantité max. par commande: {quantity} {unit}", "available": { @@ -153,6 +259,7 @@ "sections": { "information": "Informations du produit", "options": "Choisir les options", + "fulfillment": "Disponibilité", "description": "Description", "properties": "Propriétés", "ratings": "Evaluations", @@ -166,6 +273,108 @@ "properties": "Propriétés" } }, + "locations": { + "headline": "Magasins près de chez vous", + "details": "Détails", + "hours_details": "Détails des horaires", + "today_hours": "Aujourd'hui : {hours}", + "today_hours_long": "Ouvert aujourd'hui : {hours}", + "address": "{postalCode} {city}", + "map_open": "Ouvrir dans les cartes", + "phone": "Numéro de téléphone", + "mon": "Lundi", + "tue": "Mardi", + "wed": "Mercredi", + "thu": "Jeudi", + "fri": "Vendredi", + "sat": "Samedi", + "sun": "Dimanche", + "place_reservation": "Faire une réservation", + "firstName": "Prénom", + "lastName": "Nom", + "cellPhone": "Numéro de portable pour les notifications par SMS", + "emailAddress": "Adresse e-mail", + "who_will_pickup": "Qui viendra récupérer cette commande ?", + "me": "Moi-même", + "someone_else": "Quelqu'un d'autre", + "success_heading": "Confirmation de réservation", + "success_title": "Merci pour votre réservation !", + "success_copy": "Nous vous enverrons un e-mail/SMS lorsque votre réservation sera prête à être récupérée.", + "success_order_num": "Numéro de réservation", + "error_heading": "Une erreur s'est produite", + "error_title": "Votre réservation n'a pas pu être complétée.", + "error_copy": "Une erreur s'est produite lors du processus de réservation. Certains articles peuvent être en rupture de stock. Veuillez vérifier la disponibilité dans d'autres magasins via le panier.", + "error_invalid_zip_code": "Veuillez entrer un code postal valide.", + "error_no_store_found": "Aucun magasin trouvé dans cette zone, veuillez vérifier votre saisie.", + "search_placeholder": "Code postal", + "change_location": "Changer de magasin", + "select_location": "Sélectionner un magasin", + "get_directions": "Obtenir un itinéraire", + "store_hours": "Heures d'ouverture", + "radius_km": "{radius} km", + "radius_mi": "{radius} miles", + "radius": "Rayon", + "stores_near": { + "zip_code": "Magasins près de \"{zipCode}\"", + "location": "Magasins à proximité" + }, + "your_current_timeslot": { + "heading": "Heure de collecte", + "change": "Changer", + "today": "Aujourd'hui", + "tomorrow": "Demain", + "not_set": "Veuillez sélectionner..", + "dialog": { + "title": "Sélectionner l'heure de collecte", + "date": "Date", + "morning": "Matin", + "afternoon": "Après-midi", + "evening": "Soir", + "schedule": "Sélectionner" + } + }, + "your_current_location": { + "heading": "Magasin actuel", + "change": "Changer" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Commander en ligne" + }, + "choose_reservation_type": "Choisir le type de réservation", + "quick_reserve": "Réserver maintenant", + "reserve_to_cart": "Réserver dans le panier", + "change_fulfillment_method": "Changer de méthode de livraison", + "fulfillment": { + "heading": "Disponibilité", + "direct_ship": "Commander en ligne", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Ce produit n'est pas disponible pour la livraison. Veuillez choisir une autre option ou vérifier la disponibilité dans un magasin proche.", + "reserve": "Ce produit n'est pas disponible dans le magasin sélectionné. Veuillez choisir un autre magasin.", + "not_ready": "Veuillez sélectionner un magasin.", + "ropis": "Ce produit n'est pas disponible pour Click & Reserve dans ce magasin. Veuillez choisir une autre option ou un autre magasin.", + "bopis": "Ce produit n'est pas disponible pour Click & Collect dans ce magasin. Veuillez choisir une autre option ou un autre magasin." + } + }, + "stock_info": { + "pick_up_at": "chez {storeName}", + "availableInventory": "{visibleInventory} en stock", + "available": "Disponible", + "limitedAvailability": "Plus que {visibleInventory} en stock", + "notAvailable": "Indisponible", + "customAvailability": "Indisponible dans ce magasin", + "comingSoon": "Bientôt disponible" + }, + "no_available": "indisponible", + "multi_location_modal": { + "title": "Changer de magasin", + "message": "Vous avez déjà des produits dans le panier provenant d'un autre magasin. Ces produits seront changés pour correspondre au nouveau magasin. Les prix et la disponibilité peuvent varier.", + "change_store": "Changer de magasin" + } + }, "category": { "error": { "title": "Oops!", @@ -181,6 +390,9 @@ }, "showAllProducts": { "label": "Afficher tous les produits" + }, + "errors": { + "404": "Catégorie introuvable" } }, "search": { @@ -206,14 +418,29 @@ "dismiss": "Rejeter", "ok": "Ok", "title_error": "Oops!", - "body_error": "Une erreur inattendue est apparue. Veuillez réessayer." + "body_error": "Une erreur inattendue est apparue. Veuillez réessayer.", + "close": "Fermer", + "login": "Connexion" }, "cart": { + "grand_total": "Total", + "current_total": "Total", + "items": "Produits", + "price": "Prix", + "quantity": "Quantité", + "fulfilled_quantity": "Quantité exécutée", + "ordered_quantity": "Quantité commandée", + "location": "Magasin", + "status": "Statut", + "remove_item": "Retirer le produit", "subtotal": "Sous-total", "total": "Panier Total", "discount": "Remise", "discount_with_label": "Remise ({label})", + "coupon_label": "Coupon : {label}", + "promotion_label": "{label}", "checkout": "Paiement", + "reserve": "Réserver", "remove": "Retirer", "edit": "Modifier", "empty": "Votre panier est vide", @@ -226,9 +453,61 @@ "coupon_was_added": "Le coupon a été ajouté à votre panier!", "coupons_not_supported": "Utilisez vos bons et cartes-cadeaux à l'étape suivante", "free_shipping": "Livraison gratuite", + "allow_substitution_all": "Autoriser les produits de substitution pour tous les articles ?", + "allow_substitution": "Autoriser les produits de substitution", "message_type_info": "Information", "message_type_error": "Erreur", - "message_type_warning": "Avertissement" + "message_type_warning": "Avertissement", + "errors": { + "404": "Un ou plusieurs produits ont été retirés de votre panier en raison de leur indisponibilité.", + "1001": "Un ou plusieurs produits dans votre panier sont actuellement en rupture de stock. Veuillez les retirer.", + "1002": "Les commandes sont limitées à un seul magasin de collecte. Veuillez ne choisir qu'un seul magasin.", + "1003": "Le créneau de collecte sélectionné n'est plus disponible. Veuillez choisir un autre créneau.", + "item": { + "1001": "Le produit n'est pas disponible en quantité désirée.", + "1004": "Veuillez sélectionner un créneau de collecte.", + "1005": "La quantité minimale de commande de {minQty} n'est pas atteinte.", + "1006": "La quantité maximale de commande de {maxQty} est dépassée.", + "1007": "Veuillez sélectionner un magasin de collecte.", + "shopgate.cart.updateProducts": { + "1001": "Le produit n'est pas disponible en quantité désirée." + }, + "shopgate.cart.addProducts": { + "1001": "Le produit n'est pas disponible en quantité désirée." + }, + "generic": "Une erreur inattendue s'est produite pour ce produit.", + "insufficientstock": "Rupture de stock." + }, + "coupon": { + "404": "Ce coupon n'existe pas.", + "2000": "Ce coupon est invalide.", + "2001": "Ce coupon est valable à partir du {startDate, date, yyyyMMdd} à {startDate, time, short}.", + "2002": "Ce coupon a expiré le {endDate, date, yyyyMMdd} à {endDate, time, short}.", + "2003": "Ce coupon n'est pas valide pour votre panier actuel.", + "2004": "Ce coupon a déjà été utilisé.", + "2005": "Ce coupon a atteint la limite d'utilisations maximales.", + "generic": "Une erreur inattendue s'est produite avec ce coupon." + }, + "generic": "Une erreur inattendue s'est produite.", + "insufficientstock": "Un ou plusieurs produits dans votre panier sont actuellement en rupture de stock. Veuillez les retirer.", + "multiplelocations": "Les commandes sont limitées à un seul magasin de collecte. Veuillez ne choisir qu'un seul magasin.", + "productsNotFound": "Un ou plusieurs produits ont été retirés de votre panier en raison de leur indisponibilité.", + "mixed_cart": "Les réservations et les commandes en ligne doivent être effectuées séparément. Veuillez mettre à jour les produits pour que le panier contienne uniquement des réservations ou uniquement des commandes en ligne.", + "direct_ship_item": "Vérifiez si ce produit peut être réservé dans un magasin proche.", + "ropis_cart_inventory": "Tous les produits ne peuvent pas être réservés. Veuillez vérifier les erreurs et modifier les options de livraison.", + "ropis_item_inventory": "Ce produit ne peut pas être réservé dans le magasin sélectionné. Vérifiez s'il est disponible dans un autre magasin.", + "ropis_item_inventory_exceed": "Quantité demandée non disponible chez {storeName}. La quantité maximale de {inventory} sera réservée.", + "mixed_cart_coupon_removed": "Le coupon \"{code}\" n'est pas valable pour les réservations." + }, + "change_fulfillment": { + "direct_ship": "Changer en Commander en ligne", + "bopis": "Changer en Click & Collect", + "ropis": "Changer en Click & Reserve" + }, + "price_caption": { + "reservation": "Réservation", + "pay_in_store": "Payer en magasin" + } }, "login": { "headline": "Bienvenue", @@ -241,17 +520,26 @@ "no_account": "Vous n'êtes pas inscrit?", "signup": "S'enregistrer", "logout_message": "Vous avez été déconnecté(e)", - "error": "Votre nom d'utilisateur et votre mot de passe ne correspondent à aucun compte" + "auto_logout_message": "Vous avez été déconnecté(e) automatiquement.", + "error": "Votre nom d'utilisateur et votre mot de passe ne correspondent à aucun compte", + "reset_password": { + "subline": "Veuillez entrer votre adresse e-mail.", + "reset_instructions": "Un e-mail de réinitialisation du mot de passe a été envoyé à {email}", + "back_to_login": "Retour à la connexion", + "customer_not_found": "Aucun compte n'est associé à cette adresse e-mail." + } }, "navigation": { "login_register": "Se connecter / S'inscrire", "your_account": "Mon compte", "home": "Accueil", "categories": "Catégories", + "favorites": "Favoris", "my_orders": "Mes Commandes", "cart": "Panier", "shipping": "Méthodes de livraison", "about": "Mentions légales", + "contact": "Contact", "payment": "Méthodes de paiement", "terms": "Termes", "privacy": "Politique de confidentialité", @@ -262,6 +550,8 @@ "logout": "Se déconnecter", "store_information": "Informations sur le magasin", "more_menu": "Plus", + "order_history": "Historique des commandes", + "profile": "Profil", "back": "Retour à {title}" }, "reviews": { @@ -304,9 +594,212 @@ "geolocation_message": "Pour trouver des magasins près de chez vous, allez dans Paramètres et activez l’autorisation de géolocalisation." } }, + "checkout": { + "submit_order": "Acheter maintenant", + "continue_payment": "Continuer vers le paiement", + "continue": "Continuer", + "steps": "Étape {from} sur {to}", + "change_contacts": "Modifier le contact", + "change_addresses": "Modifier l'adresse", + "finalizePayment": "Finaliser la commande", + "payment": { + "title": "Comment souhaitez-vous payer ?", + "buttons": { + "stripe": "Carte de crédit" + } + }, + "shippingMethod": { + "title": "Mode de livraison", + "errors": { + "noShippingAddress": "Veuillez d'abord entrer une adresse de livraison.", + "invalidShippingAddress": "Ce panier ne peut pas être expédié à l'adresse de livraison indiquée." + } + }, + "errors": { + "genericInitialize": "Le paiement n'est pas disponible pour le moment, veuillez réessayer plus tard.", + "genericUpdate": "La commande n'a pas pu être traitée, veuillez réessayer plus tard.", + "checkCart": "Veuillez vérifier votre panier.", + "genericSubmit": "La commande n'a pas pu être traitée, veuillez vérifier votre panier.", + "paypalFunding": "Une erreur s'est produite lors du paiement.", + "missingPaymentMethod": "Aucun mode de paiement configuré.", + "noPaymentTransaction": "Aucune transaction de paiement disponible.", + "genericUpdateBilling": "Erreur lors de la mise à jour de l'adresse de facturation", + "payment": { + "genericExternal": "Le paiement avec le mode de paiement sélectionné a échoué. Veuillez réessayer avec un autre mode de paiement." + } + }, + "pickup_contact": { + "headline": "Contact pour la collecte", + "headline_reserve": "Contact pour la collecte", + "subheadline": "La confirmation de commande sera envoyée à cette adresse e-mail. Le numéro de téléphone sera utilisé uniquement en cas de questions.", + "form": { + "firstName": "Prénom", + "lastName": "Nom de Famille", + "mobile": "Numéro de Portable", + "emailAddress": "Adresse e-mail", + "password": "Mot de passe *", + "passwordConfirm": "Confirmer le mot de passe *", + "company": "Société", + "address1": "Rue et numéro", + "address2": "Complément d'adresse", + "postalCode": "Code Postal", + "city": "Ville", + "country": "Pays", + "region": "Région", + "who_will_pickup": "Qui viendra récupérer cette commande ?", + "me": "Moi-même", + "someone_else": "Quelqu'un d'autre", + "instructions": "Instructions pour la collecte" + } + }, + "billing": { + "headline": "Adresse de facturation", + "headline_reserve": "Contact de commande", + "save": "Enregistrer", + "address": "{postalCode} {city}, {region}", + "edit": "Modifier", + "change": "Changer", + "select_address": "Sélectionnez une adresse de facturation" + }, + "shipping": { + "headline": "Adresse de livraison", + "save": "Enregistrer", + "address": "{postalCode} {city}, {region}", + "edit": "Modifier", + "change": "Changer", + "select_address": "Sélectionnez une adresse de livraison" + }, + "creditCard": { + "headline": "Mode de paiement", + "card": "Numéro de carte *", + "cvc": "Code de sécurité *", + "expiry": "Date d'expiration *" + }, + "summary": { + "headline": "Résumé", + "tax": "Taxes", + "subTotal": "Sous-total", + "shippingTotal": "Frais de livraison", + "total": "Total" + }, + "success": { + "title": "Merci pour votre commande", + "instructions_1": "Voici les informations de votre commande. Si vous avez des questions concernant la commande, veuillez contacter votre magasin.", + "instructions_2": "Veuillez noter que les heures de collecte peuvent varier en fonction des jours fériés et des week-ends.", + "order_number": "Numéro de commande : {orderNumber}", + "order_date": "Date de la commande : {date}", + "your_items": "Produits :", + "pick_up_contact": "Contact pour la collecte", + "order_contact": "Contact pour la commande", + "pickup_notes": "Notes de collecte", + "billed_to": "Adresse de facturation", + "shipped_to": "Adresse de livraison", + "order_summary": "Résumé de la commande", + "name": "Nom", + "phone_number": "Numéro de téléphone", + "email_address": "Adresse e-mail", + "card_holder": "Titulaire de la carte", + "address": "Adresse", + "payment_method": "Mode de paiement", + "shipping_method": "Mode de livraison", + "continue": "Continuer vos achats" + } + }, + "order": { + "status": { + "order": { + "submitted": "Soumis", + "inProgress": "En cours", + "ready": "Prêt à être récupéré", + "completed": "Terminé", + "canceled": "Annulé" + }, + "line_item": { + "pending": "En attente", + "inProgress": "En cours", + "unavailable": "Indisponible", + "canceled": "Annulé", + "fulfilled": "Exécuté", + "substituted": "Remplacé", + "replaced": "Remplacé", + "itemAdded": "Ajouté", + "rejected": "Rejeté", + "open": "Ouvert" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Magasin de collecte", + "address": "Adresse", + "phone_number": "Téléphone" + }, + "subline": { + "order_number": "Votre numéro de commande est : {orderNumber}", + "order_status": "Statut : {status}" + }, + "authenticate": { + "instructions": "Veuillez vous authentifier avec votre adresse e-mail et numéro de téléphone utilisés pour la commande.", + "or_login": "Ou se connecter" + }, + "errors": { + "authenticate": "L'adresse e-mail et le numéro de téléphone ne correspondent pas à cette commande.", + "expired": "La session pour cette commande a expiré.", + "authorize": "Cette commande n'appartient pas à ce compte.", + "not_found": "Commande introuvable." + }, + "cancel": { + "button": "Annuler la commande", + "modal": { + "title": "Annulation", + "message": "Voulez-vous vraiment annuler cette commande ? Cette action est irréversible !", + "confirm": "Oui, annuler la commande" + } + } + }, + "orders": { + "header": { + "date": "Date de la commande", + "orderNumber": "Numéro de commande", + "status": "Statut", + "lineItemCount": "Nombre de produits", + "total": "Total de la commande" + }, + "no_result": { + "body": "Aucune commande trouvée." + }, + "itemCount": "{count, plural, =1 {Produit} other {Produits}}" + }, + "page": { + "not_found": "Malheureusement, la page demandée est introuvable.", + "continue": "Continuer vos achats" + }, + "registration": { + "create_account": "Créer un compte", + "marketing_opt_in_label": "Tenez-moi informé(e) des nouvelles et des offres exclusives.", + "different_shipping_address_label": "Adresse de livraison différente", + "headlines": { + "create_new_account": "Créer un nouveau compte", + "shipping_address": "Adresse de livraison", + "billing_address": "Adresse de facturation", + "billing_address_reserve": "Contact de commande" + } + }, "error": { "general": "Impossible de se connecter. Veuillez vérifier votre connection internet." }, + "validation": { + "required": "Veuillez compléter ce champ", + "email": "Veuillez entrer une adresse e-mail valide", + "numeric": "Veuillez entrer uniquement des chiffres", + "alphaNumeric": "Veuillez entrer uniquement des lettres et des chiffres", + "mobileNumber": "Veuillez entrer un numéro de portable valide", + "date": "Veuillez entrer une date valide", + "checkField": "Veuillez vérifier ce champ", + "emailConflict": "Cette adresse e-mail est déjà enregistrée", + "passwordMismatch": "Les mots de passe ne correspondent pas", + "minPasswordLength": "La longueur minimale du mot de passe est de %'{count} caractères" + }, "formats": { "date": { "DD": { @@ -314,7 +807,34 @@ }, "MMM": { "month": "short" + }, + "pattern": "jj.mm.aaaa" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "ft", + "mi": "mi" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "pce" + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-ios11/locale/hu-HU.json b/themes/theme-ios11/locale/hu-HU.json index 4d323c81ae..5a8017c565 100644 --- a/themes/theme-ios11/locale/hu-HU.json +++ b/themes/theme-ios11/locale/hu-HU.json @@ -10,7 +10,11 @@ "show_products": "Termékek megjelenítése", "back": "Vissza", "close": "Bezárás", - "products": "Termékek" + "products": "Termékek", + "error": "Váratlan hiba történt. Kérjük, próbálja meg újra.", + "errors": { + "generic": "Váratlan hiba történt. Kérjük, próbálja meg újra." + } }, "titles": { "categories": "Kategóriák", @@ -20,9 +24,78 @@ "shipping": "Szállítás", "reviews": "Vélemények", "browse": "Böngészés", - "favorites": "Megfigyelési lista", + "favorites": "Kedvencek listája", "scanner": "Scanner", - "back_in_stock": "Notificări" + "back_in_stock": "Notificări", + "checkout": "Pénztár", + "checkout_confirmation": "Sikeres rendelés", + "checkout_change_billing": "Számlázási cím módosítása", + "register": "Regisztráció", + "order_details": "Rendelés részletei", + "store_finder": "Üzletkereső", + "order_history": "Rendelési előzmények", + "profile": "Profil", + "your_account": "Saját fiók", + "your_account_contact": "Cím", + "page_not_found": "Az oldal nem található", + "checkout_addresses_shipping": "Szállítási cím kiválasztása", + "checkout_addresses_billing": "Számlázási cím kiválasztása", + "checkout_addresses_add_shipping": "Szállítási cím hozzáadása", + "checkout_addresses_add_billing": "Számlázási cím hozzáadása", + "checkout_addresses_edit_shipping": "Szállítási cím módosítása", + "checkout_addresses_edit_billing": "Számlázási cím módosítása" + }, + "account": { + "profile": { + "customer": { + "number": "Vásárló sz.: {customerNumber}" + }, + "form": { + "firstName": "Keresztnév", + "middleName": "Második Keresztnév", + "lastName": "Vezetéknév", + "emailAddress": "E-mail Cím", + "address1": "Utca és Házszám", + "address2": "Cím 2", + "address3": "Cím 3", + "address4": "Cím 4", + "postalCode": "Irányítószám", + "city": "Város", + "country": "Ország", + "phone": "Telefonszám", + "mobile": "Mobiltelefonszám", + "region": "Megye", + "marketing_opt_in_label": "Szeretnék értesülni hírekről és exkluzív ajánlatokról.", + "default_billing": "Alapértelmezett számlázási cím", + "default_shipping": "Alapértelmezett szállítási cím", + "save_default_billing": "Mentse ezt a számlázási címet a jövőbeni rendelésekhez", + "save_default_shipping": "Mentse ezt a szállítási címet a jövőbeni rendelésekhez", + "save": "Mentés", + "add": "Cím hozzáadása", + "success": "A profil mentve", + "error": "Hiba történt a mentés során" + }, + "delete": "Fiók törlése", + "address_book": { + "title": "Címjegyzék kezelése", + "default_billing": "Alapértelmezett számlázási cím", + "default_shipping": "Alapértelmezett szállítási cím", + "add": "Cím hozzáadása", + "select": "Kiválasztás", + "selected": "Kiválasztva", + "success": "A profil mentve", + "context": { + "edit": "Szerkesztés", + "remove": "Törlés" + } + }, + "confirm": { + "title": "Biztos benne?", + "confirm": "Megerősítés", + "messageContact": "Biztosan törli ezt a címet?", + "messageCustomer": "Biztosan törli a fiókját? Minden személyes adat és beállítás törlésre kerül." + } + } }, "back_in_stock": { "list_states": { @@ -42,36 +115,53 @@ } }, "favorites": { - "add": "Hozzáadás a kedvencek listájához", - "added": "A termék hozzá lett adva a kedvencek listájához", + "add": "Hozzáadás a Kedvencek listájához", + "added": "A termék hozzáadva a Kedvencek listájához", "continue": "Vásárlás folytatása", - "empty": "Még nincs termék a figyelőlistán", - "error_add": "A terméket nem sikerült hozzáadni a figyelőlistához", - "error_remove": "A terméket nem sikerült eltávolítani a figyelőlistáról", - "error_limit": "A megfigyelési listán lévő termékek engedélyezett száma túllépésre került.", - "remove": "Törlés a figyelőlistáról", - "removed": "Eltávolítva a figyelőlistáról", + "empty": "Nincs termék a Kedvencek listáján", + "error_add": "A terméket nem sikerült hozzáadni a Kedvencek listájához", + "error_remove": "A terméket nem sikerült eltávolítani a Kedvencek listájáról", + "error_limit": "Túllépte a Kedvencek listáján szereplő termékek megengedett számát", + "remove": "Eltávolítás a Kedvencek listájáról", + "removed": "Eltávolítva a Kedvencek listájáról", "add_list_modal": { - "title": "Új figyelőlista létrehozása", + "title": "Új Kedvencek lista létrehozása", "dismiss": "Törölje", "confirm": "Megerősítés", - "message": "Az új figyelőlista neve", + "message": "Az új Kedvencek lista neve", "label": "Név" }, "rename_list_modal": { - "title": "A figyelőlista nevének módosítása", + "title": "Kedvencek lista átnevezése", "dismiss": "Törölje", "confirm": "Megerősítés", - "message": "A figyelőlista új neve", + "message": "Az új Kedvencek lista neve", "label": "Név" }, - "add_list": "Új lista létrehozása", + "add_list": "Új Kedvencek lista létrehozása", "errors": { - "invalid_name": "Kérjük, adja meg a teljes nevet a megfigyelési listához" + "invalid_name": "Adja meg a Kedvencek listája teljes nevét" }, "delete_list_modal": { - "title": "Figyelőlista törlése", - "message": "Tényleg törölni akarja a megfigyelési listát \"{name}\"?" + "title": "Kedvencek lista törlése", + "message": "Valóban törölni kívánja a Kedvencek listáját \"{name}\"?" + }, + "comment_modal": { + "titleAdd": "Megjegyzés hozzáadása", + "titleEdit": "Megjegyzés szerkesztése", + "dismiss": "Mégse", + "confirm": "Megerősítés", + "label": "Megjegyzés", + "characterCount": "{count} a {maxCount} karakterből" + }, + "comments": { + "add": "Megjegyzés hozzáadása", + "notes": "Megjegyzés", + "edit": "Szerkesztés", + "delete": "Törlés", + "added": "Megjegyzés hozzáadva", + "removed": "Megjegyzés eltávolítva", + "updated": "Megjegyzés frissítve" }, "rename_list": "Átnevezni", "remove_list": "Törlés", @@ -82,8 +172,9 @@ "title": "Megrendelési módszer kiválasztása" }, "list_chooser": { - "title": "Válasszon ki egy megfigyelési listát", + "title": "Válassza ki a Kedvencek listáját", "add": "Hozzáadás", + "add_more": "Több hozzáadása", "remove": "Törlés" }, "modal": { @@ -93,14 +184,18 @@ "open_list": "Nyissa meg a listát.", "close_list": "Lista bezárása.", "load_more_button": "További elemek betöltése", - "error_general": "A megfigyelési listát nem sikerült elmenteni" + "error_general": "A kedvencek listáját nem sikerült elmenteni" }, "filter": { "sort": { "default": "Rendezés", "most_popular": "Legjobb eredmények", "price_desc": "Legmagasabb ár először", - "price_asc": "Legalacsonyabb ár először" + "price_asc": "Legalacsonyabb ár először", + "name_asc": "Név A - Z", + "name_desc": "Név Z - A", + "rank_asc": "Legalacsonyabb rang először", + "rank_desc": "Legmagasabb rang először" }, "apply": "Kész", "more": "további", @@ -125,13 +220,20 @@ }, "msrp": "RRP", "label": "ár {price}.", - "label_old_price": "Régi ár {price}." + "label_old_price": "Régi ár {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Ingyenes" }, "product": { + "errors": { + "insufficientstock": "Sajnos ez a termék jelenleg nem elérhető." + }, "description_heading": "Leírás", + "share": "Termék megosztása", "pick_an_attribute": "{0} válasszon", "tax_disclaimer": "* Áfával együtt, esetleg plusz szállítási költség", "item_added": "{count, plural, =0 {# nincsenek termékek} =1 {{count} Termék hozzáadva} other {{count} Hozzáadott termékek}}", + "item_added_unit": "{count} {unit} hozzáadva", "adding_item": "{count, plural, =1 {Egy termék hozzáadása folyamatban van} other {Hozzáadás alatt van {count} termék}}", "pick_option_first": "Először válasszon ki egy opciót. {option}", "fill_out_required_input_first": "Először töltsd ki az összes kötelező mezőt.", @@ -139,6 +241,10 @@ "go_to_cart": "Bevásárlókosár", "no_more_found": "A cikk: \"{name}\" jelenleg nincs raktáron.", "quantity": "Mennyiség", + "decrease_quantity": "Mennyiség csökkentése", + "increase_quantity": "Mennyiség növelése", + "increased_quantity_to": "A mennyiség {quantity}-ra növelve", + "decreased_quantity_to": "A mennyiség {quantity}-ra csökkentve", "minOrderQuantity": "Minimális rendelési mennyiség: {quantity} {unit}", "maxOrderQuantity": "Maximális rendelési mennyiség: {quantity} {unit}", "available": { @@ -153,6 +259,7 @@ "sections": { "information": "Termékinformáció", "options": "Válassza ki az opciókat", + "fulfillment": "Elérhetőség", "description": "Leírás", "properties": "Tulajdonságok", "ratings": "Értékelések", @@ -166,6 +273,108 @@ "properties": "Tulajdonságok" } }, + "locations": { + "headline": "Üzletek az Ön közelében", + "details": "Részletek", + "hours_details": "Üzlet nyitvatartási részletei", + "today_hours": "Ma: {hours}", + "today_hours_long": "Ma nyitva: {hours}", + "address": "{postalCode} {city}", + "map_open": "Megnyitás a térképen", + "phone": "Telefonszám", + "mon": "Hétfő", + "tue": "Kedd", + "wed": "Szerda", + "thu": "Csütörtök", + "fri": "Péntek", + "sat": "Szombat", + "sun": "Vasárnap", + "place_reservation": "Foglalás beküldése", + "firstName": "Keresztnév", + "lastName": "Vezetéknév", + "cellPhone": "Mobiltelefonszám SMS értesítéshez", + "emailAddress": "E-mail cím", + "who_will_pickup": "Ki fogja átvenni a rendelést?", + "me": "Én magam", + "someone_else": "Valaki más", + "success_heading": "Foglalás visszaigazolása", + "success_title": "Köszönjük a foglalást!", + "success_copy": "Hamarosan e-mailt/SMS-t küldünk, amint a foglalás átvehető.", + "success_order_num": "Foglalási szám", + "error_heading": "Hiba történt", + "error_title": "Sajnos nem sikerült befejezni a foglalást.", + "error_copy": "Hiba történt a foglalási folyamat során. Lehet, hogy néhány termék már elfogyott. Kérjük, ellenőrizze a termékek elérhetőségét más üzletekben.", + "error_invalid_zip_code": "Kérjük, adjon meg egy érvényes irányítószámot.", + "error_no_store_found": "Ebben a térségben sajnos nincs üzletünk, kérjük, ellenőrizze a beírt adatokat.", + "search_placeholder": "Irányítószám", + "change_location": "Üzlet módosítása", + "select_location": "Üzlet kiválasztása", + "get_directions": "Útvonalterv", + "store_hours": "Nyitvatartás", + "radius_km": "{radius} km", + "radius_mi": "{radius} mérföld", + "radius": "Sugár", + "stores_near": { + "zip_code": "Üzletek \"{zipCode}\" közelében", + "location": "Üzletek az Ön közelében" + }, + "your_current_timeslot": { + "heading": "Átvételi időpont", + "change": "Módosítás", + "today": "Ma", + "tomorrow": "Holnap", + "not_set": "Kérjük, válasszon..", + "dialog": { + "title": "Átvételi időpont kiválasztása", + "date": "Dátum", + "morning": "Reggel", + "afternoon": "Délután", + "evening": "Este", + "schedule": "Kiválasztás" + } + }, + "your_current_location": { + "heading": "Aktuális üzlet", + "change": "Módosítás" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Online rendelés" + }, + "choose_reservation_type": "Foglalási típus kiválasztása", + "quick_reserve": "Gyors foglalás", + "reserve_to_cart": "Kosárba foglalás", + "change_fulfillment_method": "Szállítási mód módosítása", + "fulfillment": { + "heading": "Elérhetőség", + "direct_ship": "Online rendelés", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Ez a termék nem elérhető szállításra. Kérjük, válasszon másik opciót, vagy ellenőrizze a termék elérhetőségét egy közeli üzletben.", + "reserve": "Ez a termék nem elérhető az Ön által kiválasztott üzletben. Kérjük, válasszon másik üzletet.", + "not_ready": "Kérjük, válasszon üzletet.", + "ropis": "Ez a termék nem elérhető Click & Reserve szolgáltatással ebben az üzletben. Kérjük, válasszon másik opciót vagy üzletet.", + "bopis": "Ez a termék nem elérhető Click & Collect szolgáltatással ebben az üzletben. Kérjük, válasszon másik opciót vagy üzletet." + } + }, + "stock_info": { + "pick_up_at": "Az alábbi helyen: {storeName}", + "availableInventory": "{visibleInventory} készleten", + "available": "Elérhető", + "limitedAvailability": "Csak {visibleInventory} darab van készleten", + "notAvailable": "Nem elérhető", + "customAvailability": "Nem elérhető ebben az üzletben", + "comingSoon": "Hamarosan elérhető" + }, + "no_available": "nem elérhető", + "multi_location_modal": { + "title": "Üzlet módosítása", + "message": "Már van termék a kosárban egy másik üzletből. Ezek a termékek az új üzletre módosulnak. Az árak és az elérhetőség változhatnak.", + "change_store": "Üzlet módosítása" + } + }, "category": { "error": { "title": "Hoppá", @@ -181,6 +390,9 @@ }, "showAllProducts": { "label": "Összes termék megjelenítése" + }, + "errors": { + "404": "Kategória nem található" } }, "search": { @@ -206,14 +418,29 @@ "dismiss": "Törölje", "ok": "Oké", "title_error": "Hoppá!", - "body_error": "Váratlan hiba történt. Kérjük, próbálja meg újra." + "body_error": "Váratlan hiba történt. Kérjük, próbálja meg újra.", + "close": "Bezárás", + "login": "Bejelentkezés" }, "cart": { + "grand_total": "Összeg", + "current_total": "Jelenlegi összeg", + "items": "Termékek", + "price": "Ár", + "quantity": "Mennyiség", + "fulfilled_quantity": "Teljesített mennyiség", + "ordered_quantity": "Rendelt mennyiség", + "location": "Üzlet", + "status": "Állapot", + "remove_item": "Termék eltávolítása", "subtotal": "Részösszeg", "total": "Kosár teljes összege", "discount": "Kedvezmény", "discount_with_label": "Kedvezmény ({label})", + "coupon_label": "Kupon: {label}", + "promotion_label": "{label}", "checkout": "Tovább a pénztárhoz", + "reserve": "Foglalás", "remove": "Eltávolítás", "edit": "Szerkesztés", "empty": "A kosár üres.", @@ -226,9 +453,61 @@ "coupon_was_added": "A kupon hozzá lett adva!", "coupons_not_supported": "Kuponok és ajándékkártyák beváltása a következő lépésben", "free_shipping": "Ingyenes szállítás", + "allow_substitution_all": "Engedélyezi a helyettesítést minden termékre?", + "allow_substitution": "Helyettesítés engedélyezése", "message_type_info": "Info", "message_type_error": "Hiba", - "message_type_warning": "Figyelmeztetés" + "message_type_warning": "Figyelmeztetés", + "errors": { + "404": "Egy vagy több terméket eltávolítottak a kosárból a készlet elérhetősége miatt.", + "1001": "Egy vagy több termék jelenleg nem elérhető. Kérjük, távolítsa el ezeket.", + "1002": "Rendelés csak egyetlen átvételi üzletre korlátozódik. Kérjük, válasszon egyetlen üzletet.", + "1003": "A kiválasztott átvételi idő már nem elérhető. Kérjük, válasszon másik időpontot.", + "item": { + "1001": "A termék nem elérhető a kívánt mennyiségben.", + "1004": "Kérjük, válasszon átvételi időpontot.", + "1005": "A minimális rendelési mennyiség {minQty} még nem teljesült.", + "1006": "A maximális rendelési mennyiség {maxQty} meghaladva.", + "1007": "Kérjük, válasszon átvételi üzletet.", + "shopgate.cart.updateProducts": { + "1001": "A termék nem elérhető a kívánt mennyiségben." + }, + "shopgate.cart.addProducts": { + "1001": "A termék nem elérhető a kívánt mennyiségben." + }, + "generic": "Váratlan hiba történt ezzel a termékkel.", + "insufficientstock": "Jelenleg nincs raktáron." + }, + "coupon": { + "404": "Ez a kupon nem létezik.", + "2000": "Ez a kupon érvénytelen.", + "2001": "A kupon {startDate, date, yyyyMMdd} dátumtól {startDate, time, short} órától érvényes.", + "2002": "A kupon {endDate, date, yyyyMMdd} dátumon {endDate, time, short} órakor lejárt.", + "2003": "Ez a kupon nem érvényes az Ön jelenlegi kosarára.", + "2004": "Ez a kupon már be lett váltva.", + "2005": "Ez a kupon elérte a maximális beváltási limitet.", + "generic": "Váratlan hiba történt ezzel a kuponnal." + }, + "generic": "Váratlan hiba történt.", + "insufficientstock": "Egy vagy több termék jelenleg nem elérhető a kosarában. Kérjük, távolítsa el ezeket.", + "multiplelocations": "Rendelés csak egyetlen átvételi üzletre korlátozódik. Kérjük, válasszon egyetlen üzletet.", + "productsNotFound": "Egy vagy több terméket eltávolítottak a kosárból a készlet elérhetősége miatt.", + "mixed_cart": "Foglalások és online rendelések külön megrendelésként adhatók fel. Kérjük, frissítse a termékeket úgy, hogy a kosárban csak online rendelések vagy csak foglalások legyenek.", + "direct_ship_item": "Ellenőrizze, hogy ez a termék foglalható-e egy közeli üzletben.", + "ropis_cart_inventory": "Nem minden termék foglalható le. Kérjük, ellenőrizze a hibákat és módosítsa a szállítási opciókat.", + "ropis_item_inventory": "Ez a termék nem foglalható le a kívánt üzletben. Ellenőrizze, hogy elérhető-e másik üzletben.", + "ropis_item_inventory_exceed": "A kívánt mennyiség nem elérhető {storeName}-nál. A maximális mennyiség {inventory} lesz lefoglalva.", + "mixed_cart_coupon_removed": "A(z) \"{code}\" kupon nem érvényes foglalásokra." + }, + "change_fulfillment": { + "direct_ship": "Módosítás Online rendelésre", + "bopis": "Módosítás Click & Collect-re", + "ropis": "Módosítás Click & Reserve-re" + }, + "price_caption": { + "reservation": "Foglalás", + "pay_in_store": "Fizetés az üzletben" + } }, "login": { "headline": "Üdvözöljük!", @@ -241,17 +520,26 @@ "no_account": "Még nincs fiókja?", "signup": "Kezdje el itt.", "logout_message": "Önt kijelentkeztették.", - "error": "A felhasználónév vagy a jelszó nem megfelelő" + "auto_logout_message": "Automatikusan kijelentkeztettek.", + "error": "A felhasználónév vagy a jelszó nem megfelelő", + "reset_password": { + "subline": "Kérjük, adja meg e-mail címét.", + "reset_instructions": "Kapni fog egy e-mailt a jelszó visszaállításához a(z) {email} címre", + "back_to_login": "Vissza a bejelentkezéshez", + "customer_not_found": "Ehhez az e-mail címhez nem tartozik fiók." + } }, "navigation": { "login_register": "Bejelentkezés", "your_account": "Saját fiók", "home": "Kezdőlap", "categories": "Kategóriák", + "favorites": "Kedvencek listája", "my_orders": "Parancsaim", "cart": "Bevásárlókosár", "shipping": "Szállítási módok", "about": "Impresszum", + "contact": "Kapcsolat", "payment": "Fizetési módok", "terms": "Általános szerződési feltételek", "privacy": "Adatvédelem", @@ -262,6 +550,8 @@ "logout": "Kijelentkezés", "store_information": "Rólunk", "more_menu": "További", + "order_history": "Rendelési előzmények", + "profile": "Profil", "back": "Vissza a {title}" }, "reviews": { @@ -304,9 +594,212 @@ "geolocation_message": "Hozzáférésre van szükségünk a helymeghatározáshoz, hogy megmutathassuk a közeli üzleteket." } }, + "checkout": { + "submit_order": "Vásárlás most", + "continue_payment": "Tovább a fizetéshez", + "continue": "Folytatás", + "steps": "Lépés {from} / {to}", + "change_contacts": "Kapcsolat módosítása", + "change_addresses": "Cím módosítása", + "finalizePayment": "Rendelés befejezése", + "payment": { + "title": "Hogyan szeretne fizetni?", + "buttons": { + "stripe": "Bankkártya" + } + }, + "shippingMethod": { + "title": "Szállítási mód", + "errors": { + "noShippingAddress": "Először adjon meg egy szállítási címet.", + "invalidShippingAddress": "Ez a kosár nem küldhető el a megadott szállítási címre." + } + }, + "errors": { + "genericInitialize": "A pénztár jelenleg nem érhető el, kérjük, próbálja újra később.", + "genericUpdate": "A rendelés feldolgozása nem sikerült, kérjük, próbálja meg később újra.", + "checkCart": "Kérjük, ellenőrizze a kosarát.", + "genericSubmit": "A rendelés feldolgozása nem sikerült, kérjük, ellenőrizze a kosarát.", + "paypalFunding": "Hiba történt a fizetés során.", + "missingPaymentMethod": "Nincs fizetési mód beállítva.", + "noPaymentTransaction": "Nincs elérhető fizetési tranzakció.", + "genericUpdateBilling": "Hiba történt a számlázási cím frissítésekor", + "payment": { + "genericExternal": "Sajnos a kiválasztott fizetési mód nem sikerült. Próbálja meg egy másik fizetési móddal." + } + }, + "pickup_contact": { + "headline": "Kapcsolat az átvételhez", + "headline_reserve": "Kapcsolat az átvételhez", + "subheadline": "A rendelés visszaigazolását erre az e-mail címre küldjük. A telefonszámot csak kérdések esetén használjuk.", + "form": { + "firstName": "Keresztnév", + "lastName": "Vezetéknév", + "mobile": "Mobiltelefonszám", + "emailAddress": "E-mail cím", + "password": "Jelszó *", + "passwordConfirm": "Jelszó megerősítése *", + "company": "Cég", + "address1": "Utca és házszám", + "address2": "Címkiegészítés", + "postalCode": "Irányítószám", + "city": "Város", + "country": "Ország", + "region": "Megye", + "who_will_pickup": "Ki fogja átvenni a rendelést?", + "me": "Én magam", + "someone_else": "Valaki más", + "instructions": "Átvételi utasítások" + } + }, + "billing": { + "headline": "Számlázási cím", + "headline_reserve": "Rendelési kapcsolat", + "save": "Mentés", + "address": "{postalCode} {city}, {region}", + "edit": "Módosítás", + "change": "Módosítás", + "select_address": "Válasszon számlázási címet" + }, + "shipping": { + "headline": "Szállítási cím", + "save": "Mentés", + "address": "{postalCode} {city}, {region}", + "edit": "Módosítás", + "change": "Módosítás", + "select_address": "Válasszon szállítási címet" + }, + "creditCard": { + "headline": "Fizetési mód", + "card": "Bankkártyaszám *", + "cvc": "Biztonsági kód *", + "expiry": "Lejárat dátuma *" + }, + "summary": { + "headline": "Összegzés", + "tax": "Adók", + "subTotal": "Részösszeg", + "shippingTotal": "Szállítási költségek", + "total": "Végösszeg" + }, + "success": { + "title": "Köszönjük a rendelését", + "instructions_1": "Alább találja a rendelés részleteit. Ha kérdése van a rendeléssel kapcsolatban, kérjük, vegye fel a kapcsolatot az üzlettel.", + "instructions_2": "Kérjük, vegye figyelembe, hogy az átvételi időpontok változhatnak ünnepnapokon és hétvégén.", + "order_number": "Rendelési szám: {orderNumber}", + "order_date": "Rendelési dátum: {date}", + "your_items": "Termékek:", + "pick_up_contact": "Kapcsolat az átvételhez", + "order_contact": "Rendelési kapcsolat", + "pickup_notes": "Átvételi megjegyzések", + "billed_to": "Számlázási cím", + "shipped_to": "Szállítási cím", + "order_summary": "Rendelési összegzés", + "name": "Név", + "phone_number": "Telefonszám", + "email_address": "E-mail cím", + "card_holder": "Kártyatulajdonos", + "address": "Cím", + "payment_method": "Fizetési mód", + "shipping_method": "Szállítási mód", + "continue": "Tovább a vásárláshoz" + } + }, + "order": { + "status": { + "order": { + "submitted": "Beküldve", + "inProgress": "Folyamatban", + "ready": "Átvételre kész", + "completed": "Teljesítve", + "canceled": "Lemondva" + }, + "line_item": { + "pending": "Függőben", + "inProgress": "Folyamatban", + "unavailable": "Nem elérhető", + "canceled": "Lemondva", + "fulfilled": "Teljesítve", + "substituted": "Helyettesítve", + "replaced": "Kicserélve", + "itemAdded": "Hozzáadva", + "rejected": "Elutasítva", + "open": "Nyitott" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Átvételi üzlet", + "address": "Cím", + "phone_number": "Telefonszám" + }, + "subline": { + "order_number": "A rendelési száma: {orderNumber}", + "order_status": "Állapot: {status}" + }, + "authenticate": { + "instructions": "Kérjük, azonosítsa magát az e-mail címével és telefonszámával, amelyet a rendeléshez használt.", + "or_login": "Vagy jelentkezzen be" + }, + "errors": { + "authenticate": "Az e-mail cím és a telefonszám nem egyezik meg ezzel a rendeléssel.", + "expired": "A rendeléshez tartozó munkamenet lejárt.", + "authorize": "Ez a rendelés nem ehhez a fiókhoz tartozik.", + "not_found": "A rendelés nem található." + }, + "cancel": { + "button": "Rendelés lemondása", + "modal": { + "title": "Lemondás", + "message": "Biztosan lemondja a rendelést? Ez a művelet nem visszavonható!", + "confirm": "Igen, lemondom a rendelést" + } + } + }, + "orders": { + "header": { + "date": "Rendelés dátuma", + "orderNumber": "Rendelési szám", + "status": "Állapot", + "lineItemCount": "Termékek száma", + "total": "Végösszeg" + }, + "no_result": { + "body": "Nem találhatók rendelések." + }, + "itemCount": "{count, plural, =1 {Termék} other {Termékek}}" + }, + "page": { + "not_found": "Sajnos a keresett oldal nem található.", + "continue": "Folytassa a vásárlást" + }, + "registration": { + "create_account": "Fiók létrehozása", + "marketing_opt_in_label": "Szeretnék értesülni hírekről és exkluzív ajánlatokról.", + "different_shipping_address_label": "Eltérő szállítási cím", + "headlines": { + "create_new_account": "Új fiók létrehozása", + "shipping_address": "Szállítási cím", + "billing_address": "Számlázási cím", + "billing_address_reserve": "Rendelési kapcsolat" + } + }, "error": { "general": "Kapcsolati probléma. Kérjük, ellenőrizze internetkapcsolatát, vagy próbálja meg később újra." }, + "validation": { + "required": "Kérjük, töltse ki ezt a mezőt", + "email": "Kérjük, adjon meg egy érvényes e-mail címet", + "numeric": "Kérjük, csak számokat adjon meg", + "alphaNumeric": "Kérjük, csak betűket és számokat adjon meg", + "mobileNumber": "Kérjük, adjon meg egy érvényes mobiltelefonszámot", + "date": "Kérjük, adjon meg egy érvényes dátumot", + "checkField": "Kérjük, ellenőrizze ezt a mezőt", + "emailConflict": "Ez az e-mail cím már regisztrálva van", + "passwordMismatch": "A jelszavak nem egyeznek", + "minPasswordLength": "A jelszónak legalább %'{count} karakter hosszúnak kell lennie" + }, "formats": { "date": { "DD": { @@ -314,7 +807,34 @@ }, "MMM": { "month": "rövid" + }, + "pattern": "nn.hh.éééé" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "láb", + "mi": "mérf." } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "db" + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-ios11/locale/it-IT.json b/themes/theme-ios11/locale/it-IT.json index cee71783a6..8944afc7f5 100644 --- a/themes/theme-ios11/locale/it-IT.json +++ b/themes/theme-ios11/locale/it-IT.json @@ -10,7 +10,11 @@ "show_products": "Mostra i prodotti", "back": "Indietro", "close": "Chiudi", - "products": "Prodotti" + "products": "Prodotti", + "error": "Si è verificato un errore inaspettato. Per favore, riprova.", + "errors": { + "generic": "Si è verificato un errore inaspettato. Per favore, riprova." + } }, "titles": { "categories": "Categorie", @@ -22,7 +26,76 @@ "browse": "Sfoglia", "favorites": "Favoriti", "scanner": "Scanner", - "back_in_stock": "Notifiche" + "back_in_stock": "Notifiche", + "checkout": "Check-out", + "checkout_confirmation": "Ordine completato", + "checkout_change_billing": "Modifica indirizzo di fatturazione", + "register": "Registrati", + "order_details": "Dettagli dell'ordine", + "store_finder": "Trova negozio", + "order_history": "Storico ordini", + "profile": "Profilo", + "your_account": "Il mio account", + "your_account_contact": "Indirizzo", + "page_not_found": "Pagina non trovata", + "checkout_addresses_shipping": "Seleziona indirizzo di spedizione", + "checkout_addresses_billing": "Seleziona indirizzo di fatturazione", + "checkout_addresses_add_shipping": "Aggiungi indirizzo di spedizione", + "checkout_addresses_add_billing": "Aggiungi indirizzo di fatturazione", + "checkout_addresses_edit_shipping": "Modifica indirizzo di spedizione", + "checkout_addresses_edit_billing": "Modifica indirizzo di fatturazione" + }, + "account": { + "profile": { + "customer": { + "number": "Nr. cliente: {customerNumber}" + }, + "form": { + "firstName": "Nome", + "middleName": "Secondo Nome", + "lastName": "Cognome", + "emailAddress": "Indirizzo Email", + "address1": "Via e Numero Civico", + "address2": "Indirizzo 2", + "address3": "Indirizzo 3", + "address4": "Indirizzo 4", + "postalCode": "Codice Postale", + "city": "Città", + "country": "Paese", + "phone": "Numero di Telefono", + "mobile": "Numero di Cellulare", + "region": "Regione", + "marketing_opt_in_label": "Tienimi aggiornato con novità e offerte esclusive.", + "default_billing": "Indirizzo di fatturazione predefinito", + "default_shipping": "Indirizzo di spedizione predefinito", + "save_default_billing": "Salva questo indirizzo di fatturazione per ordini futuri", + "save_default_shipping": "Salva questo indirizzo di spedizione per ordini futuri", + "save": "Salva", + "add": "Aggiungi indirizzo", + "success": "Profilo salvato", + "error": "Errore durante il salvataggio" + }, + "delete": "Elimina account", + "address_book": { + "title": "Gestione indirizzi", + "default_billing": "Indirizzo di fatturazione predefinito", + "default_shipping": "Indirizzo di spedizione predefinito", + "add": "Aggiungi indirizzo", + "select": "Seleziona", + "selected": "Selezionato", + "success": "Profilo salvato", + "context": { + "edit": "Modifica", + "remove": "Rimuovi" + } + }, + "confirm": { + "title": "Sei sicuro?", + "confirm": "Conferma", + "messageContact": "Vuoi davvero eliminare questo indirizzo?", + "messageCustomer": "Vuoi davvero eliminare il tuo account? Tutti i tuoi dati personali e impostazioni verranno eliminati." + } + } }, "back_in_stock": { "list_states": { @@ -48,30 +121,47 @@ "empty": "Non hai favoriti", "error_add": "Non è possibile aggiungere il prodotto ai favoriti", "error_remove": "Non è possibile rimuovere il prodotto dai favoriti", - "error_limit": "Hai superato il numero di prodotti consentiti nei preferiti.", + "error_limit": "Hai superato il numero massimo di articoli nei favoriti.", "remove": "Rimuovi dai favoriti", "removed": "Rimosso dai favoriti", "add_list_modal": { "title": "Aggiungere un nuovo elenco", "dismiss": "Annullamento", "confirm": "Confermare", - "message": "Inserite il nome del vostro nuovo elenco di preferiti", + "message": "Inserisca il nome del suo nuovo elenco di favoriti", "label": "Nome" }, "rename_list_modal": { "title": "Rinominare l'elenco", "dismiss": "Annullamento", "confirm": "Confermare", - "message": "Inserite il nuovo nome per l'elenco dei preferiti", + "message": "Inserisci il nuovo nome per l'elenco dei favoriti", "label": "Nome" }, "add_list": "Aggiungi nuovo elenco", "errors": { - "invalid_name": "Inserire un nome valido per l'elenco dei preferiti" + "invalid_name": "Inserisci un nome valido per l'elenco dei favoriti" }, "delete_list_modal": { - "title": "Cancellare l'elenco dei preferiti", - "message": "Volete davvero eliminare l'elenco dei preferiti \"{name}\"?" + "title": "Elimina elenco dei favoriti", + "message": "È sicuro di voler eliminare l'elenco dei favoriti \"{name}\"?" + }, + "comment_modal": { + "titleAdd": "Aggiungi commento", + "titleEdit": "Modifica commento", + "dismiss": "Annulla", + "confirm": "Conferma", + "label": "Commento", + "characterCount": "{count} di {maxCount} caratteri" + }, + "comments": { + "add": "Aggiungi commento", + "notes": "Commento", + "edit": "Modifica", + "delete": "Elimina", + "added": "Commento aggiunto", + "removed": "Commento rimosso", + "updated": "Commento aggiornato" }, "rename_list": "Rinominare", "remove_list": "Rimuovere", @@ -82,8 +172,9 @@ "title": "Scegliere un metodo" }, "list_chooser": { - "title": "Scegliere un elenco di preferiti", + "title": "Seleziona un elenco di favoriti", "add": "Aggiungi", + "add_more": "Aggiungi altro", "remove": "Rimuovere" }, "modal": { @@ -100,7 +191,11 @@ "default": "Raggruppa per", "most_popular": "I più popolari", "price_desc": "Prezzo: Dall'alto in Basso", - "price_asc": "Prezzo: Dal Basso in Alto" + "price_asc": "Prezzo: Dal Basso in Alto", + "name_asc": "Nome A - Z", + "name_desc": "Nome Z - A", + "rank_asc": "Rango più basso prima", + "rank_desc": "Rango più alto prima" }, "apply": "Applica", "more": "di più", @@ -125,13 +220,20 @@ }, "msrp": "SRP", "label": "Prezzo {price}.", - "label_old_price": "Prezzo precedente {price}." + "label_old_price": "Prezzo precedente {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Gratuito" }, "product": { + "errors": { + "insufficientstock": "Sfortunatamente, questo prodotto non è più disponibile." + }, "description_heading": "A riguardo", + "share": "Condividi prodotto", "pick_an_attribute": "Seleziona un {0}", "tax_disclaimer": "* IVA inclusa più le spese di spedizione, se applicabile", "item_added": "{count, plural, =0 {# non ci sono elementi aggiunti} =1 {{count} elemento aggiunto} other {{count} elementi aggiunti}}", + "item_added_unit": "{count} {unit} aggiunto", "adding_item": "{count, plural, =1 {Un prodotto viene aggiunto} other {Vengono aggiunti {count} prodotti}}", "pick_option_first": "Prima scegli un'opzione. {option}", "fill_out_required_input_first": "Prima inserisci i dati richiesti.", @@ -139,6 +241,10 @@ "go_to_cart": "Vai al carrello", "no_more_found": "L'articolo: \"{name}\" non è più disponibile.", "quantity": "Quantità", + "decrease_quantity": "Riduci quantità", + "increase_quantity": "Aumenta quantità", + "increased_quantity_to": "Quantità aumentata a {quantity}", + "decreased_quantity_to": "Quantità ridotta a {quantity}", "minOrderQuantity": "Quantità min. d'ordine: {quantity} {unit}", "maxOrderQuantity": "Quantità max. d'ordine: {quantity} {unit}", "available": { @@ -153,6 +259,7 @@ "sections": { "information": "Informazioni sul prodotto", "options": "Seleziona le opzioni", + "fulfillment": "Disponibilità", "description": "Descrizione", "properties": "Caratteristiche", "ratings": "Valutazioni", @@ -166,6 +273,108 @@ "properties": "Proprietà" } }, + "locations": { + "headline": "Negozi vicini a te", + "details": "Dettagli", + "hours_details": "Dettagli orari negozio", + "today_hours": "Oggi: {hours}", + "today_hours_long": "Aperto oggi: {hours}", + "address": "{postalCode} {city}", + "map_open": "Apri in mappe", + "phone": "Numero di telefono", + "mon": "Lunedì", + "tue": "Martedì", + "wed": "Mercoledì", + "thu": "Giovedì", + "fri": "Venerdì", + "sat": "Sabato", + "sun": "Domenica", + "place_reservation": "Invia prenotazione", + "firstName": "Nome", + "lastName": "Cognome", + "cellPhone": "Numero di cellulare per notifiche SMS", + "emailAddress": "Indirizzo email", + "who_will_pickup": "Chi ritirerà questo ordine?", + "me": "Io stesso", + "someone_else": "Qualcun altro", + "success_heading": "Conferma prenotazione", + "success_title": "Grazie per la tua prenotazione!", + "success_copy": "Ti invieremo presto un'email o un SMS quando la tua prenotazione sarà pronta per il ritiro.", + "success_order_num": "Nr. prenotazione", + "error_heading": "Si è verificato un errore", + "error_title": "Purtroppo non siamo riusciti a completare la tua prenotazione.", + "error_copy": "Si è verificato un errore durante il processo di prenotazione. Potrebbe essere che alcuni articoli non siano più disponibili. Si prega di verificare la disponibilità in altri negozi nel carrello.", + "error_invalid_zip_code": "Si prega di inserire un codice postale valido.", + "error_no_store_found": "Non abbiamo trovato negozi in questa area, si prega di verificare la tua inserzione.", + "search_placeholder": "Codice postale", + "change_location": "Cambia negozio", + "select_location": "Seleziona negozio", + "get_directions": "Ottieni indicazioni", + "store_hours": "Orari di apertura", + "radius_km": "{radius} km", + "radius_mi": "{radius} miglia", + "radius": "Raggio", + "stores_near": { + "zip_code": "Negozi vicino a \"{zipCode}\"", + "location": "Negozi vicino a te" + }, + "your_current_timeslot": { + "heading": "Fascia oraria di ritiro", + "change": "Cambia", + "today": "Oggi", + "tomorrow": "Domani", + "not_set": "Si prega di selezionare..", + "dialog": { + "title": "Seleziona fascia oraria", + "date": "Data", + "morning": "Mattina", + "afternoon": "Pomeriggio", + "evening": "Sera", + "schedule": "Seleziona" + } + }, + "your_current_location": { + "heading": "Negozio attuale", + "change": "Cambia" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Ordina online" + }, + "choose_reservation_type": "Seleziona tipo di prenotazione", + "quick_reserve": "Prenotazione rapida", + "reserve_to_cart": "Prenota nel carrello", + "change_fulfillment_method": "Cambia metodo di consegna", + "fulfillment": { + "heading": "Disponibilità", + "direct_ship": "Ordina online", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Questo prodotto non è disponibile per la spedizione. Si prega di scegliere un'altra opzione o verificare la disponibilità in un negozio vicino.", + "reserve": "Questo prodotto non è disponibile nel negozio selezionato. Si prega di scegliere un altro negozio.", + "not_ready": "Si prega di selezionare un negozio.", + "ropis": "Questo prodotto non è disponibile per Click & Reserve in questo negozio. Si prega di scegliere un'altra opzione o negozio.", + "bopis": "Questo prodotto non è disponibile per Click & Collect in questo negozio. Si prega di scegliere un'altra opzione o negozio." + } + }, + "stock_info": { + "pick_up_at": "presso {storeName}", + "availableInventory": "{visibleInventory} disponibili", + "available": "Disponibile", + "limitedAvailability": "Solo {visibleInventory} rimasti", + "notAvailable": "Non disponibile", + "customAvailability": "Non disponibile in questo negozio", + "comingSoon": "Disponibile a breve" + }, + "no_available": "non disponibile", + "multi_location_modal": { + "title": "Cambia negozio", + "message": "Hai già dei prodotti nel carrello da un altro negozio. Questi prodotti verranno cambiati per il nuovo negozio. Prezzi e disponibilità potrebbero variare.", + "change_store": "Cambia negozio" + } + }, "category": { "error": { "title": "Ops!", @@ -181,6 +390,9 @@ }, "showAllProducts": { "label": "Mostra tutti i prodotti" + }, + "errors": { + "404": "Categoria non trovata" } }, "search": { @@ -206,14 +418,29 @@ "dismiss": "Scarta", "ok": "Ok", "title_error": "Ops!", - "body_error": "Si è verificato un errore imprevisto. Riprova per favore." + "body_error": "Si è verificato un errore imprevisto. Riprova per favore.", + "close": "Chiudi", + "login": "Accedi" }, "cart": { + "grand_total": "Totale", + "current_total": "Totale", + "items": "Prodotti", + "price": "Prezzo", + "quantity": "Quantità", + "fulfilled_quantity": "Quantità evasa", + "ordered_quantity": "Quantità ordinata", + "location": "Negozio", + "status": "Stato", + "remove_item": "Rimuovi prodotto", "subtotal": "Sotto-totale", "total": "Totale del carrello", "discount": "Sconto", "discount_with_label": "Sconto ({label})", + "coupon_label": "Buono: {label}", + "promotion_label": "{label}", "checkout": "Cassa", + "reserve": "Prenota", "remove": "Rimuovi", "edit": "Modifica", "empty": "Il tuo carrello è vuoto", @@ -226,9 +453,61 @@ "coupon_was_added": "Il coupon è stato aggiunto al carrello!", "coupons_not_supported": "Aggiungi i coupon e buoni regalo alla cassa", "free_shipping": "Spedizione Gratuita", + "allow_substitution_all": "Consentire sostituzioni per tutti i prodotti?", + "allow_substitution": "Consenti sostituzioni", "message_type_info": "Informazioni", "message_type_error": "Errore", - "message_type_warning": "Avvertimento" + "message_type_warning": "Avvertimento", + "errors": { + "404": "Uno o più prodotti sono stati rimossi dal carrello a causa della loro indisponibilità.", + "1001": "Uno o più prodotti nel tuo carrello non sono attualmente disponibili. Si prega di rimuoverli.", + "1002": "Gli ordini sono limitati a un solo negozio di ritiro. Si prega di scegliere un solo negozio.", + "1003": "La fascia oraria selezionata per il ritiro non è più disponibile. Si prega di selezionare un'altra fascia oraria.", + "item": { + "1001": "Il prodotto non è disponibile nella quantità desiderata.", + "1004": "Si prega di selezionare una fascia oraria per il ritiro.", + "1005": "Non è stata ancora raggiunta la quantità minima di ordine di {minQty}.", + "1006": "È stata superata la quantità massima di ordine di {maxQty}.", + "1007": "Si prega di selezionare un negozio per il ritiro.", + "shopgate.cart.updateProducts": { + "1001": "Il prodotto non è disponibile nella quantità desiderata." + }, + "shopgate.cart.addProducts": { + "1001": "Il prodotto non è disponibile nella quantità desiderata." + }, + "generic": "Si è verificato un errore inaspettato con questo prodotto.", + "insufficientstock": "Non disponibile attualmente." + }, + "coupon": { + "404": "Questo buono non esiste.", + "2000": "Questo buono non è valido.", + "2001": "Il buono sarà valido dal {startDate, date, yyyyMMdd} alle {startDate, time, short}.", + "2002": "Il buono è scaduto il {endDate, date, yyyyMMdd} alle {endDate, time, short}.", + "2003": "Questo buono non è valido per il tuo carrello attuale.", + "2004": "Questo buono è già stato riscattato.", + "2005": "Questo buono ha raggiunto il limite massimo di riscatti.", + "generic": "Si è verificato un errore inaspettato con questo buono." + }, + "generic": "Si è verificato un errore inaspettato.", + "insufficientstock": "Uno o più prodotti nel tuo carrello non sono disponibili. Si prega di rimuoverli.", + "multiplelocations": "Gli ordini sono limitati a un solo negozio di ritiro. Si prega di scegliere un solo negozio.", + "productsNotFound": "Uno o più prodotti sono stati rimossi dal carrello a causa della loro indisponibilità.", + "mixed_cart": "Le prenotazioni e gli ordini online devono essere effettuati in ordini separati. Si prega di aggiornare i prodotti affinché il carrello contenga solo ordini online o solo prenotazioni.", + "direct_ship_item": "Verifica se questo prodotto può essere prenotato in un negozio vicino.", + "ropis_cart_inventory": "Non tutti i prodotti possono essere prenotati. Si prega di verificare gli errori e modificare le opzioni di consegna.", + "ropis_item_inventory": "Questo prodotto non può essere prenotato nel negozio selezionato. Si prega di verificare se è disponibile in un altro negozio.", + "ropis_item_inventory_exceed": "Quantità desiderata non disponibile presso {storeName}. Verrà prenotata la quantità massima di {inventory}.", + "mixed_cart_coupon_removed": "Il buono \"{code}\" non è disponibile per prenotazioni." + }, + "change_fulfillment": { + "direct_ship": "Cambia a Ordina online", + "bopis": "Cambia a Click & Collect", + "ropis": "Cambia a Click & Reserve" + }, + "price_caption": { + "reservation": "Prenotazione", + "pay_in_store": "Paga in negozio" + } }, "login": { "headline": "Benvenuto/a", @@ -241,17 +520,26 @@ "no_account": "Non hai un account?", "signup": "Registrati", "logout_message": "Sei uscito dall'account.", - "error": "I tuoi nome utente e password non corrispondono ad alcun account" + "auto_logout_message": "Sei stato disconnesso automaticamente.", + "error": "I tuoi nome utente e password non corrispondono ad alcun account", + "reset_password": { + "subline": "Si prega di inserire il proprio indirizzo email.", + "reset_instructions": "Riceverai un'email per reimpostare la tua password a {email}", + "back_to_login": "Torna al login", + "customer_not_found": "Non abbiamo trovato un account associato a questo indirizzo email." + } }, "navigation": { "login_register": "Accedi / Registrati", "your_account": "Il mio account", "home": "Pagina iniziale", "categories": "Categorie", + "favorites": "Favoriti", "my_orders": "I miei ordini", "cart": "Carrello spesa", "shipping": "Modalità di spedizione", "about": "Su di noi", + "contact": "Contatti", "payment": "Modalità di pagamento", "terms": "Termini e Condizioni", "privacy": "Politica sulla privacy", @@ -262,6 +550,8 @@ "logout": "Esci", "store_information": "Informazioni del Negozio", "more_menu": "Di più", + "order_history": "Storico ordini", + "profile": "Profilo", "back": "Indietro alla {title}" }, "reviews": { @@ -304,9 +594,212 @@ "geolocation_message": "Per trovare negozi vicino a te, vai su Impostazioni e abilita i permessi di accesso alla localizzazione." } }, + "checkout": { + "submit_order": "Acquista ora", + "continue_payment": "Continua al pagamento", + "continue": "Continua", + "steps": "Passo {from} di {to}", + "change_contacts": "Cambia contatti", + "change_addresses": "Cambia indirizzo", + "finalizePayment": "Completa l'ordine", + "payment": { + "title": "Come desideri pagare?", + "buttons": { + "stripe": "Carta di credito" + } + }, + "shippingMethod": { + "title": "Metodo di spedizione", + "errors": { + "noShippingAddress": "Si prega di inserire prima un indirizzo di spedizione.", + "invalidShippingAddress": "Questo carrello non può essere spedito all'indirizzo fornito." + } + }, + "errors": { + "genericInitialize": "Il processo di pagamento non è disponibile al momento, si prega di riprovare più tardi.", + "genericUpdate": "L'ordine non può essere elaborato, si prega di riprovare più tardi.", + "checkCart": "Si prega di verificare il carrello.", + "genericSubmit": "L'ordine non può essere elaborato, si prega di verificare il carrello.", + "paypalFunding": "Si è verificato un errore durante il pagamento.", + "missingPaymentMethod": "Nessun metodo di pagamento configurato.", + "noPaymentTransaction": "Nessuna transazione di pagamento disponibile.", + "genericUpdateBilling": "Errore durante l'aggiornamento dell'indirizzo di fatturazione", + "payment": { + "genericExternal": "Il pagamento con il metodo selezionato è fallito. Si prega di riprovare con un altro metodo." + } + }, + "pickup_contact": { + "headline": "Contatto per il ritiro", + "headline_reserve": "Contatto per il ritiro", + "subheadline": "La conferma dell'ordine verrà inviata a questo indirizzo email. Il numero di telefono verrà utilizzato solo in caso di domande.", + "form": { + "firstName": "Nome", + "lastName": "Cognome", + "mobile": "Numero di cellulare", + "emailAddress": "Indirizzo email", + "password": "Password *", + "passwordConfirm": "Conferma password *", + "company": "Azienda", + "address1": "Via e numero civico", + "address2": "Aggiunta indirizzo", + "postalCode": "Codice Postale", + "city": "Città", + "country": "Paese", + "region": "Regione", + "who_will_pickup": "Chi ritirerà questo ordine?", + "me": "Io stesso", + "someone_else": "Qualcun altro", + "instructions": "Istruzioni per il ritiro" + } + }, + "billing": { + "headline": "Indirizzo di fatturazione", + "headline_reserve": "Contatto per l'ordine", + "save": "Salva", + "address": "{postalCode} {city}, {region}", + "edit": "Modifica", + "change": "Cambia", + "select_address": "Seleziona un indirizzo di fatturazione" + }, + "shipping": { + "headline": "Indirizzo di spedizione", + "save": "Salva", + "address": "{postalCode} {city}, {region}", + "edit": "Modifica", + "change": "Cambia", + "select_address": "Seleziona un indirizzo di spedizione" + }, + "creditCard": { + "headline": "Metodo di pagamento", + "card": "Numero di carta di credito *", + "cvc": "Codice di sicurezza *", + "expiry": "Data di scadenza *" + }, + "summary": { + "headline": "Riepilogo", + "tax": "Tasse", + "subTotal": "Subtotale", + "shippingTotal": "Spese di spedizione", + "total": "Totale" + }, + "success": { + "title": "Grazie per il tuo ordine", + "instructions_1": "Di seguito troverai i dettagli del tuo ordine. Per qualsiasi domanda relativa all'ordine, contatta il tuo negozio.", + "instructions_2": "Si prega di notare che gli orari di ritiro possono variare durante le festività e i fine settimana.", + "order_number": "Numero d'ordine: {orderNumber}", + "order_date": "Data dell'ordine: {date}", + "your_items": "Prodotti:", + "pick_up_contact": "Contatto per il ritiro", + "order_contact": "Contatto per l'ordine", + "pickup_notes": "Note per il ritiro", + "billed_to": "Indirizzo di fatturazione", + "shipped_to": "Indirizzo di spedizione", + "order_summary": "Riepilogo dell'ordine", + "name": "Nome", + "phone_number": "Numero di telefono", + "email_address": "Indirizzo email", + "card_holder": "Titolare della carta", + "address": "Indirizzo", + "payment_method": "Metodo di pagamento", + "shipping_method": "Metodo di spedizione", + "continue": "Continua lo shopping" + } + }, + "order": { + "status": { + "order": { + "submitted": "Inviato", + "inProgress": "In elaborazione", + "ready": "Pronto per il ritiro", + "completed": "Completato", + "canceled": "Annullato" + }, + "line_item": { + "pending": "In attesa", + "inProgress": "In elaborazione", + "unavailable": "Non disponibile", + "canceled": "Annullato", + "fulfilled": "Evaso", + "substituted": "Sostituito", + "replaced": "Sostituito", + "itemAdded": "Aggiunto", + "rejected": "Rifiutato", + "open": "Aperto" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Negozio di ritiro", + "address": "Indirizzo", + "phone_number": "Telefono" + }, + "subline": { + "order_number": "Il tuo numero d'ordine è: {orderNumber}", + "order_status": "Stato: {status}" + }, + "authenticate": { + "instructions": "Si prega di autenticarsi con l'email e il numero di telefono utilizzati per l'ordine.", + "or_login": "Oppure accedi" + }, + "errors": { + "authenticate": "L'email e il numero di telefono non corrispondono a questo ordine.", + "expired": "La sessione per questo ordine è scaduta.", + "authorize": "L'ordine non appartiene a questo account.", + "not_found": "Ordine non trovato." + }, + "cancel": { + "button": "Annulla ordine", + "modal": { + "title": "Annullamento", + "message": "Sei sicuro di voler annullare l'ordine? Questa operazione non può essere annullata!", + "confirm": "Sì, annulla ordine" + } + } + }, + "orders": { + "header": { + "date": "Data dell'ordine", + "orderNumber": "Numero d'ordine", + "status": "Stato", + "lineItemCount": "Numero di prodotti", + "total": "Totale dell'ordine" + }, + "no_result": { + "body": "Nessun ordine trovato." + }, + "itemCount": "{count, plural, =1 {Prodotto} other {Prodotti}}" + }, + "page": { + "not_found": "Purtroppo, la pagina richiesta non è stata trovata.", + "continue": "Continua a fare acquisti" + }, + "registration": { + "create_account": "Crea account", + "marketing_opt_in_label": "Tienimi aggiornato con novità e offerte esclusive.", + "different_shipping_address_label": "Indirizzo di spedizione diverso", + "headlines": { + "create_new_account": "Crea un nuovo account", + "shipping_address": "Indirizzo di spedizione", + "billing_address": "Indirizzo di fatturazione", + "billing_address_reserve": "Contatto per l'ordine" + } + }, "error": { "general": "Impossibile connettersi. Per favore verifica la connessione internet." }, + "validation": { + "required": "Si prega di completare questo campo", + "email": "Si prega di inserire un indirizzo email valido", + "numeric": "Si prega di inserire solo numeri", + "alphaNumeric": "Si prega di inserire solo lettere e numeri", + "mobileNumber": "Si prega di inserire un numero di cellulare valido", + "date": "Si prega di inserire una data valida", + "checkField": "Si prega di verificare questo campo", + "emailConflict": "Questo indirizzo email è già registrato", + "passwordMismatch": "Le password non corrispondono", + "minPasswordLength": "La lunghezza minima della password è di %'{count} caratteri" + }, "formats": { "date": { "DD": { @@ -314,7 +807,34 @@ }, "MMM": { "month": "short" + }, + "pattern": "gg.mm.aaaa" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "ft", + "mi": "mi" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "pz" + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-ios11/locale/nl-NL.json b/themes/theme-ios11/locale/nl-NL.json index e7a7fca008..880baec3f6 100644 --- a/themes/theme-ios11/locale/nl-NL.json +++ b/themes/theme-ios11/locale/nl-NL.json @@ -10,7 +10,11 @@ "show_products": "Toon producten", "back": "Terug", "close": "Sluiten", - "products": "Producten" + "products": "Producten", + "error": "Er is een onverwachte fout opgetreden. Probeer het alstublieft opnieuw.", + "errors": { + "generic": "Er is een onverwachte fout opgetreden. Probeer het alstublieft opnieuw." + } }, "titles": { "categories": "Categorieën", @@ -22,7 +26,76 @@ "browse": "Bladeren", "favorites": "Favorieten", "scanner": "Scanner", - "back_in_stock": "Meldingen" + "back_in_stock": "Meldingen", + "checkout": "Afrekenen", + "checkout_confirmation": "Bestelling succesvol", + "checkout_change_billing": "Factuuradres wijzigen", + "register": "Registreren", + "order_details": "Bestelgegevens", + "store_finder": "Winkelzoeker", + "order_history": "Bestelgeschiedenis", + "profile": "Profiel", + "your_account": "Mijn Account", + "your_account_contact": "Adres", + "page_not_found": "Pagina niet gevonden", + "checkout_addresses_shipping": "Verzendadres kiezen", + "checkout_addresses_billing": "Factuuradres kiezen", + "checkout_addresses_add_shipping": "Verzendadres toevoegen", + "checkout_addresses_add_billing": "Factuuradres toevoegen", + "checkout_addresses_edit_shipping": "Verzendadres wijzigen", + "checkout_addresses_edit_billing": "Factuuradres wijzigen" + }, + "account": { + "profile": { + "customer": { + "number": "Klantnummer: {customerNumber}" + }, + "form": { + "firstName": "Voornaam", + "middleName": "Tussennaam", + "lastName": "Achternaam", + "emailAddress": "E-mailadres", + "address1": "Straat en Huisnummer", + "address2": "Adres 2", + "address3": "Adres 3", + "address4": "Adres 4", + "postalCode": "Postcode", + "city": "Stad", + "country": "Land", + "phone": "Telefoonnummer", + "mobile": "Mobiel Nummer", + "region": "Provincie", + "marketing_opt_in_label": "Houd mij op de hoogte van nieuws en exclusieve aanbiedingen.", + "default_billing": "Standaard factuuradres", + "default_shipping": "Standaard verzendadres", + "save_default_billing": "Dit factuuradres opslaan voor toekomstige bestellingen", + "save_default_shipping": "Dit verzendadres opslaan voor toekomstige bestellingen", + "save": "Opslaan", + "add": "Adres toevoegen", + "success": "Profiel opgeslagen", + "error": "Fout bij opslaan" + }, + "delete": "Account verwijderen", + "address_book": { + "title": "Adresbeheer", + "default_billing": "Standaard factuuradres", + "default_shipping": "Standaard verzendadres", + "add": "Adres toevoegen", + "select": "Selecteren", + "selected": "Geselecteerd", + "success": "Profiel opgeslagen", + "context": { + "edit": "Bewerken", + "remove": "Verwijderen" + } + }, + "confirm": { + "title": "Weet u het zeker?", + "confirm": "Bevestigen", + "messageContact": "Wilt u dit adres echt verwijderen?", + "messageCustomer": "Wilt u uw account echt verwijderen? Al uw persoonlijke gegevens en instellingen zullen worden verwijderd." + } + } }, "back_in_stock": { "list_states": { @@ -71,7 +144,24 @@ }, "delete_list_modal": { "title": "Favorietenlijst verwijderen", - "message": "MWil je echt de \"{name}\" favorietenlijst verwijderen?" + "message": "Wilt u echt de \"{name}\" favorietenlijst verwijderen?" + }, + "comment_modal": { + "titleAdd": "Opmerking toevoegen", + "titleEdit": "Opmerking bewerken", + "dismiss": "Annuleren", + "confirm": "Bevestigen", + "label": "Opmerking", + "characterCount": "{count} van {maxCount} tekens" + }, + "comments": { + "add": "Opmerking toevoegen", + "notes": "Opmerking", + "edit": "Bewerken", + "delete": "Verwijderen", + "added": "Opmerking toegevoegd", + "removed": "Opmerking verwijderd", + "updated": "Opmerking bijgewerkt" }, "rename_list": "Hernoemen", "remove_list": "Verwijder", @@ -84,6 +174,7 @@ "list_chooser": { "title": "Kies een favorietenlijst", "add": "Toevoegen", + "add_more": "Meer toevoegen", "remove": "Verwijder" }, "modal": { @@ -100,7 +191,11 @@ "default": "Sorteer op", "most_popular": "Meest populair", "price_desc": "Prijs: Hoog naar Laag", - "price_asc": "Prijs: Laag naar Hoog" + "price_asc": "Prijs: Laag naar Hoog", + "name_asc": "Naam A - Z", + "name_desc": "Naam Z - A", + "rank_asc": "Laagste rang eerst", + "rank_desc": "Hoogste rang eerst" }, "apply": "Klaar", "more": "meer", @@ -125,13 +220,20 @@ }, "msrp": "MSRP", "label": "Prijs {price}.", - "label_old_price": "Vorige prijs {price}." + "label_old_price": "Vorige prijs {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Gratis" }, "product": { + "errors": { + "insufficientstock": "Dit product is helaas niet meer beschikbaar." + }, "description_heading": "Over", + "share": "Product delen", "pick_an_attribute": "Kies een {0}", "tax_disclaimer": "* Inbegrepen BTW plus verzendkosten indien van toepassing", - "item_added": "{count, plural, =0 {# no items added} =1 {{count} item added} other {{count} items added}}", + "item_added": "{count, plural, =0 {# geen producten toegevoegd} =1 {{count} product toegevoegd} other {{count} producten toegevoegd}}", + "item_added_unit": "{count} {unit} toegevoegd", "adding_item": "{count, plural, =1 {Er wordt één product toegevoegd} other {Er worden {count} producten toegevoegd}}", "pick_option_first": "Kies eerst een optie. {option}", "fill_out_required_input_first": "Vul eerst de vereiste input in.", @@ -139,6 +241,10 @@ "go_to_cart": "Winkelwagen", "no_more_found": "Het item: \"{name}\" is niet langer beschikbaar.", "quantity": "Aantal", + "decrease_quantity": "Hoeveelheid verlagen", + "increase_quantity": "Hoeveelheid verhogen", + "increased_quantity_to": "Hoeveelheid verhoogd naar {quantity}", + "decreased_quantity_to": "Hoeveelheid verlaagd naar {quantity}", "minOrderQuantity": "Min. bestelhoeveelheid: {quantity} {unit}", "maxOrderQuantity": "Max. bestelhoeveelheid: {quantity} {unit}", "available": { @@ -153,6 +259,7 @@ "sections": { "information": "Productinformatie", "options": "Kies opties", + "fulfillment": "Beschikbaarheid", "description": "Omschrijving", "properties": "Eigenschappen", "ratings": "Ratings", @@ -166,6 +273,108 @@ "properties": "Eigenschappen" } }, + "locations": { + "headline": "Winkels in uw buurt", + "details": "Details", + "hours_details": "Winkeldetails", + "today_hours": "Vandaag: {hours}", + "today_hours_long": "Vandaag geopend: {hours}", + "address": "{postalCode} {city}", + "map_open": "Open in kaarten", + "phone": "Telefoonnummer", + "mon": "Maandag", + "tue": "Dinsdag", + "wed": "Woensdag", + "thu": "Donderdag", + "fri": "Vrijdag", + "sat": "Zaterdag", + "sun": "Zondag", + "place_reservation": "Reservering indienen", + "firstName": "Voornaam", + "lastName": "Achternaam", + "cellPhone": "Mobielnummer voor sms-meldingen", + "emailAddress": "E-mailadres", + "who_will_pickup": "Wie haalt deze bestelling op?", + "me": "Ikzelf", + "someone_else": "Iemand anders", + "success_heading": "Reserveringsbevestiging", + "success_title": "Bedankt voor uw reservering!", + "success_copy": "U ontvangt binnenkort een e-mail of sms zodra uw reservering klaar is om opgehaald te worden.", + "success_order_num": "Reserveringsnummer", + "error_heading": "Er is een fout opgetreden", + "error_title": "Helaas kon uw reservering niet worden voltooid.", + "error_copy": "Er is een fout opgetreden tijdens het reserveren. Mogelijk zijn enkele artikelen niet meer beschikbaar. Controleer de beschikbaarheid in andere winkels in uw winkelmand.", + "error_invalid_zip_code": "Voer een geldige postcode in.", + "error_no_store_found": "We hebben helaas geen winkels in deze omgeving. Controleer uw invoer.", + "search_placeholder": "Postcode", + "change_location": "Winkel wijzigen", + "select_location": "Winkel selecteren", + "get_directions": "Route plannen", + "store_hours": "Openingstijden", + "radius_km": "{radius} km", + "radius_mi": "{radius} mijl", + "radius": "Radius", + "stores_near": { + "zip_code": "Winkels nabij \"{zipCode}\"", + "location": "Winkels in uw buurt" + }, + "your_current_timeslot": { + "heading": "Ophaaltijd", + "change": "Wijzigen", + "today": "Vandaag", + "tomorrow": "Morgen", + "not_set": "Selecteer alstublieft..", + "dialog": { + "title": "Ophaaltijd selecteren", + "date": "Datum", + "morning": "Ochtend", + "afternoon": "Middag", + "evening": "Avond", + "schedule": "Selecteren" + } + }, + "your_current_location": { + "heading": "Huidige winkel", + "change": "Wijzigen" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Online bestellen" + }, + "choose_reservation_type": "Reserveringsmethode kiezen", + "quick_reserve": "Snel reserveren", + "reserve_to_cart": "Reserveren in winkelmand", + "change_fulfillment_method": "Verzendmethode wijzigen", + "fulfillment": { + "heading": "Beschikbaarheid", + "direct_ship": "Online bestellen", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Dit product is niet beschikbaar voor verzending. Kies een andere optie of controleer de beschikbaarheid in een winkel in de buurt.", + "reserve": "Dit product is niet beschikbaar in de geselecteerde winkel. Kies een andere winkel.", + "not_ready": "Selecteer alstublieft een winkel.", + "ropis": "Dit product is niet beschikbaar voor Click & Reserve in deze winkel. Kies een andere optie of winkel.", + "bopis": "Dit product is niet beschikbaar voor Click & Collect in deze winkel. Kies een andere optie of winkel." + } + }, + "stock_info": { + "pick_up_at": "bij {storeName}", + "availableInventory": "{visibleInventory} op voorraad", + "available": "Beschikbaar", + "limitedAvailability": "Nog slechts {visibleInventory} op voorraad", + "notAvailable": "Niet beschikbaar", + "customAvailability": "Niet beschikbaar in deze winkel", + "comingSoon": "Binnenkort beschikbaar" + }, + "no_available": "niet beschikbaar", + "multi_location_modal": { + "title": "Winkel wijzigen", + "message": "U heeft al producten uit een andere winkel in uw winkelmand. Deze producten zullen worden gewijzigd naar de nieuwe winkel. Prijzen en beschikbaarheid kunnen variëren.", + "change_store": "Winkel wijzigen" + } + }, "category": { "error": { "title": "Oops!", @@ -181,6 +390,9 @@ }, "showAllProducts": { "label": "Toon alle producten" + }, + "errors": { + "404": "Categorie niet gevonden" } }, "search": { @@ -206,14 +418,29 @@ "dismiss": "Verwerpen", "ok": "Ok", "title_error": "Oops!", - "body_error": "Een onverwachte fout is opgetreden. Probeer opnieuw." + "body_error": "Een onverwachte fout is opgetreden. Probeer opnieuw.", + "close": "Sluiten", + "login": "Inloggen" }, "cart": { + "grand_total": "Totaal", + "current_total": "Totaal", + "items": "Producten", + "price": "Prijs", + "quantity": "Hoeveelheid", + "fulfilled_quantity": "Uitgevoerde hoeveelheid", + "ordered_quantity": "Bestelde hoeveelheid", + "location": "Winkel", + "status": "Status", + "remove_item": "Product verwijderen", "subtotal": "Subtotaal", "total": "Totaal winkelwagen", "discount": "Korting", "discount_with_label": "Korting ({label})", + "coupon_label": "Coupon: {label}", + "promotion_label": "{label}", "checkout": "Afrekenen", + "reserve": "Reserveren", "remove": "Verwijderen", "edit": "Wijzig", "empty": "Uw winkelwagen is leeg", @@ -226,9 +453,61 @@ "coupon_was_added": "Coupon is aan winkelwagen toegevoegd!", "coupons_not_supported": "Wissel uw vouchers en cadeaubonnen in bij de volgende stap", "free_shipping": "Gratis verzending", + "allow_substitution_all": "Vervangende artikelen toestaan voor alle producten?", + "allow_substitution": "Vervangende artikelen toestaan", "message_type_info": "Informatie", "message_type_error": "Fout", - "message_type_warning": "Waarschuwing" + "message_type_warning": "Waarschuwing", + "errors": { + "404": "Een of meer producten zijn vanwege beschikbaarheid uit uw winkelmand verwijderd.", + "1001": "Een of meer producten in uw winkelmand zijn momenteel niet op voorraad. Verwijder deze alstublieft.", + "1002": "Bestellingen zijn beperkt tot één ophaallocatie. Kies alstublieft slechts één winkel.", + "1003": "Het geselecteerde tijdvak voor ophalen is niet meer beschikbaar. Kies een andere ophaaltijd.", + "item": { + "1001": "Dit product is niet in de gewenste hoeveelheid beschikbaar.", + "1004": "Selecteer alstublieft een ophaaltijd.", + "1005": "De minimale bestelhoeveelheid van {minQty} is nog niet bereikt.", + "1006": "De maximale bestelhoeveelheid van {maxQty} is overschreden.", + "1007": "Selecteer alstublieft een ophaallocatie.", + "shopgate.cart.updateProducts": { + "1001": "Dit product is niet in de gewenste hoeveelheid beschikbaar." + }, + "shopgate.cart.addProducts": { + "1001": "Dit product is niet in de gewenste hoeveelheid beschikbaar." + }, + "generic": "Er is een onverwachte fout opgetreden met dit product.", + "insufficientstock": "Momenteel niet op voorraad." + }, + "coupon": { + "404": "Deze coupon bestaat niet.", + "2000": "Deze coupon is ongeldig.", + "2001": "Deze coupon is pas geldig vanaf {startDate, date, yyyyMMdd} om {startDate, time, short} uur.", + "2002": "Deze coupon is verlopen op {endDate, date, yyyyMMdd} om {endDate, time, short} uur.", + "2003": "Deze coupon is niet geldig voor uw huidige winkelmand.", + "2004": "Deze coupon is al ingewisseld.", + "2005": "Deze coupon heeft het maximale aantal keer dat het kan worden ingewisseld bereikt.", + "generic": "Er is een onverwachte fout opgetreden met deze coupon." + }, + "generic": "Er is een onverwachte fout opgetreden.", + "insufficientstock": "Een of meer producten in uw winkelmand zijn momenteel niet op voorraad. Verwijder deze alstublieft.", + "multiplelocations": "Bestellingen zijn beperkt tot één ophaallocatie. Kies alstublieft slechts één winkel.", + "productsNotFound": "Een of meer producten zijn vanwege beschikbaarheid uit uw winkelmand verwijderd.", + "mixed_cart": "Reserveringen en online bestellingen moeten apart worden geplaatst. Pas uw producten aan zodat de winkelmand ofwel alleen online bestellingen ofwel alleen reserveringen bevat.", + "direct_ship_item": "Controleer of dit product gereserveerd kan worden in een winkel in de buurt.", + "ropis_cart_inventory": "Niet alle producten kunnen worden gereserveerd. Controleer de fouten en pas de bezorgopties aan.", + "ropis_item_inventory": "Dit product kan niet worden gereserveerd in de gewenste winkel. Controleer of het in een andere winkel op voorraad is.", + "ropis_item_inventory_exceed": "Gewenste hoeveelheid niet beschikbaar bij {storeName}. De maximale hoeveelheid van {inventory} zal worden gereserveerd.", + "mixed_cart_coupon_removed": "De coupon \"{code}\" is niet beschikbaar voor reserveringen." + }, + "change_fulfillment": { + "direct_ship": "Wijzigen naar online bestellen", + "bopis": "Wijzigen naar Click & Collect", + "ropis": "Wijzigen naar Click & Reserve" + }, + "price_caption": { + "reservation": "Reservering", + "pay_in_store": "Betalen in de winkel" + } }, "login": { "headline": "Welkom", @@ -241,17 +520,26 @@ "no_account": "Heeft u geen account?", "signup": "Registreer", "logout_message": "U bent uitgelogd.", - "error": "Uw gebruikersnaam en wachtwoord matchen geen account." + "auto_logout_message": "U bent automatisch uitgelogd.", + "error": "Uw gebruikersnaam en wachtwoord matchen geen account.", + "reset_password": { + "subline": "Voer alstublieft uw e-mailadres in.", + "reset_instructions": "U ontvangt een e-mail om uw wachtwoord opnieuw in te stellen op {email}", + "back_to_login": "Terug naar inloggen", + "customer_not_found": "Geen account gevonden met dit e-mailadres." + } }, "navigation": { "login_register": "Log in / Registreer", "your_account": "Mijn account", "home": "Home", "categories": "Categorieën", + "favorites": "Favorieten", "my_orders": "Mijn bestellingen", "cart": "Winkelwagen", "shipping": "Verzendmethoden", "about": "Over ons", + "contact": "Contact", "payment": "Uw betalingswens", "terms": "Algemene Voorwaarden", "privacy": "Privacybeleid", @@ -262,6 +550,8 @@ "logout": "Log uit", "store_information": "Over ons", "more_menu": "Meer", + "order_history": "Bestelgeschiedenis", + "profile": "Profiel", "back": "Terug naar {title}" }, "reviews": { @@ -304,8 +594,211 @@ "geolocation_message": "Ga naar Instellingen en schakel locatiemachtigingen in om winkels bij u in de buurt te vinden." } }, + "checkout": { + "submit_order": "Nu kopen", + "continue_payment": "Doorgaan naar betaling", + "continue": "Doorgaan", + "steps": "Stap {from} van {to}", + "change_contacts": "Contact wijzigen", + "change_addresses": "Adres wijzigen", + "finalizePayment": "Bestelling afronden", + "payment": { + "title": "Hoe wilt u betalen?", + "buttons": { + "stripe": "Creditcard" + } + }, + "shippingMethod": { + "title": "Verzendmethode", + "errors": { + "noShippingAddress": "Voer alstublieft eerst een verzendadres in.", + "invalidShippingAddress": "Deze winkelmand kan niet naar het opgegeven adres worden verzonden." + } + }, + "errors": { + "genericInitialize": "Afrekenen is momenteel niet beschikbaar, probeer het later opnieuw.", + "genericUpdate": "De bestelling kon niet worden verwerkt, probeer het later opnieuw.", + "checkCart": "Controleer alstublieft uw winkelmand.", + "genericSubmit": "De bestelling kon niet worden verwerkt, controleer alstublieft uw winkelmand.", + "paypalFunding": "Er is een fout opgetreden bij het uitvoeren van de betaling.", + "missingPaymentMethod": "Geen betaalmethode ingesteld.", + "noPaymentTransaction": "Geen betalingstransactie beschikbaar.", + "genericUpdateBilling": "Fout bij het bijwerken van het factuuradres", + "payment": { + "genericExternal": "Betaling met de geselecteerde betaalmethode is mislukt. Probeer het opnieuw met een andere betaalmethode." + } + }, + "pickup_contact": { + "headline": "Afhaalcontact", + "headline_reserve": "Afhaalcontact", + "subheadline": "De bestelbevestiging wordt naar dit e-mailadres verzonden. Telefoonnummer wordt alleen gebruikt bij vragen.", + "form": { + "firstName": "Voornaam", + "lastName": "Achternaam", + "mobile": "Mobiel Nummer", + "emailAddress": "E-mailadres", + "password": "Wachtwoord *", + "passwordConfirm": "Wachtwoord bevestigen *", + "company": "Bedrijf", + "address1": "Straat en huisnummer", + "address2": "Adresregel 2", + "postalCode": "Postcode", + "city": "Stad", + "country": "Land", + "region": "Provincie", + "who_will_pickup": "Wie haalt deze bestelling op?", + "me": "Ikzelf", + "someone_else": "Iemand anders", + "instructions": "Ophaalnotities" + } + }, + "billing": { + "headline": "Factuuradres", + "headline_reserve": "Bestelcontact", + "save": "Opslaan", + "address": "{postalCode} {city}, {region}", + "edit": "Bewerken", + "change": "Wijzigen", + "select_address": "Kies een factuuradres" + }, + "shipping": { + "headline": "Verzendadres", + "save": "Opslaan", + "address": "{postalCode} {city}, {region}", + "edit": "Bewerken", + "change": "Wijzigen", + "select_address": "Kies een verzendadres" + }, + "creditCard": { + "headline": "Betaalmethode", + "card": "Creditcardnummer *", + "cvc": "Beveiligingscode *", + "expiry": "Geldig tot *" + }, + "summary": { + "headline": "Samenvatting", + "tax": "Belastingen", + "subTotal": "Subtotaal", + "shippingTotal": "Verzendkosten", + "total": "Totaal" + }, + "success": { + "title": "Bedankt voor uw bestelling", + "instructions_1": "Hieronder vindt u de informatie over uw bestelling. Neem bij vragen over uw bestelling contact op met uw winkel.", + "instructions_2": "Houd er rekening mee dat afhaaltijden kunnen variëren op feestdagen en weekenden.", + "order_number": "Bestelnummer: {orderNumber}", + "order_date": "Besteldatum: {date}", + "your_items": "Producten:", + "pick_up_contact": "Afhaalcontact", + "order_contact": "Bestelcontact", + "pickup_notes": "Afhaalnotities", + "billed_to": "Factuuradres", + "shipped_to": "Verzendadres", + "order_summary": "Bestelsamenvatting", + "name": "Naam", + "phone_number": "Telefoonnummer", + "email_address": "E-mailadres", + "card_holder": "Kaarthouder", + "address": "Adres", + "payment_method": "Betaalmethode", + "shipping_method": "Verzendmethode", + "continue": "Doorgaan met winkelen" + } + }, + "order": { + "status": { + "order": { + "submitted": "Ingediend", + "inProgress": "In behandeling", + "ready": "Klaar om op te halen", + "completed": "Voltooid", + "canceled": "Geannuleerd" + }, + "line_item": { + "pending": "In afwachting", + "inProgress": "In behandeling", + "unavailable": "Niet beschikbaar", + "canceled": "Geannuleerd", + "fulfilled": "Uitgevoerd", + "substituted": "Vervangen", + "replaced": "Vervangen", + "itemAdded": "Toegevoegd", + "rejected": "Geweigerd", + "open": "Open" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Ophaallocatie", + "address": "Adres", + "phone_number": "Telefoonnummer" + }, + "subline": { + "order_number": "Uw bestelnummer is: {orderNumber}", + "order_status": "Status: {status}" + }, + "authenticate": { + "instructions": "Verifieer uzelf met het e-mailadres en telefoonnummer die voor de bestelling zijn gebruikt.", + "or_login": "Of inloggen" + }, + "errors": { + "authenticate": "E-mailadres en telefoonnummer komen niet overeen met deze bestelling.", + "expired": "De sessie voor deze bestelling is verlopen.", + "authorize": "Deze bestelling behoort niet tot dit account.", + "not_found": "Bestelling niet gevonden." + }, + "cancel": { + "button": "Bestelling annuleren", + "modal": { + "title": "Annuleren", + "message": "Weet u zeker dat u de bestelling wilt annuleren? Deze actie kan niet ongedaan worden gemaakt!", + "confirm": "Ja, bestelling annuleren" + } + } + }, + "orders": { + "header": { + "date": "Besteldatum", + "orderNumber": "Bestelnummer", + "status": "Status", + "lineItemCount": "Aantal producten", + "total": "Besteltotaal" + }, + "no_result": { + "body": "Geen bestellingen gevonden." + }, + "itemCount": "{count, plural, =1 {product} other {producten}}" + }, + "page": { + "not_found": "Helaas, de gewenste pagina is niet gevonden.", + "continue": "Verder winkelen" + }, + "registration": { + "create_account": "Account aanmaken", + "marketing_opt_in_label": "Houd mij op de hoogte van nieuws en exclusieve aanbiedingen.", + "different_shipping_address_label": "Afwijkend verzendadres", + "headlines": { + "create_new_account": "Nieuw account aanmaken", + "shipping_address": "Verzendadres", + "billing_address": "Factuuradres", + "billing_address_reserve": "Bestelcontact" + } + }, "error": { - "general": "Onmogelijk de se connecter. Controleer je internetverbinding en probeer opnieuw." + "general": "Onmogelijk om verbinding te maken. Controleer je internetverbinding en probeer opnieuw." + }, + "validation": { + "required": "Vul dit veld in alstublieft", + "email": "Voer alstublieft een geldig e-mailadres in", + "numeric": "Voer alstublieft alleen cijfers in", + "alphaNumeric": "Voer alstublieft alleen letters en cijfers in", + "mobileNumber": "Voer alstublieft een geldig mobiel nummer in", + "date": "Voer alstublieft een geldige datum in", + "checkField": "Controleer dit veld alstublieft", + "emailConflict": "Dit e-mailadres is al geregistreerd", + "passwordMismatch": "De wachtwoorden komen niet overeen", + "minPasswordLength": "Het wachtwoord moet minimaal %'{count} tekens bevatten" }, "formats": { "date": { @@ -314,7 +807,34 @@ }, "MMM": { "month": "short" + }, + "pattern": "dd.mm.jjjj" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "ft", + "mi": "mi" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "St." + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-ios11/locale/pl-PL.json b/themes/theme-ios11/locale/pl-PL.json index 78a39acddc..b92882dd75 100644 --- a/themes/theme-ios11/locale/pl-PL.json +++ b/themes/theme-ios11/locale/pl-PL.json @@ -10,7 +10,11 @@ "show_products": "Pokaż produkty", "back": "Powrót", "close": "Zamknij", - "products": "Produkty" + "products": "Produkty", + "error": "Wystąpił nieoczekiwany błąd. Proszę spróbować ponownie.", + "errors": { + "generic": "Wystąpił nieoczekiwany błąd. Proszę spróbować ponownie." + } }, "titles": { "categories": "Wszystkie kategorie", @@ -22,7 +26,76 @@ "browse": "Przeglądaj stronę", "favorites": "Lista życzeń", "scanner": "Skaner", - "back_in_stock": "Powiadomienia" + "back_in_stock": "Powiadomienia", + "checkout": "Zamówienie", + "checkout_confirmation": "Zamówienie zakończone sukcesem", + "checkout_change_billing": "Zmień adres rozliczeniowy", + "register": "Zarejestruj się", + "order_details": "Szczegóły zamówienia", + "store_finder": "Znajdź sklep", + "order_history": "Historia zamówień", + "profile": "Profil", + "your_account": "Moje konto", + "your_account_contact": "Adres", + "page_not_found": "Strona nieznaleziona", + "checkout_addresses_shipping": "Wybierz adres dostawy", + "checkout_addresses_billing": "Wybierz adres rozliczeniowy", + "checkout_addresses_add_shipping": "Dodaj adres dostawy", + "checkout_addresses_add_billing": "Dodaj adres rozliczeniowy", + "checkout_addresses_edit_shipping": "Edytuj adres dostawy", + "checkout_addresses_edit_billing": "Edytuj adres rozliczeniowy" + }, + "account": { + "profile": { + "customer": { + "number": "Nr klienta: {customerNumber}" + }, + "form": { + "firstName": "Imię", + "middleName": "Drugie Imię", + "lastName": "Nazwisko", + "emailAddress": "Adres E-mail", + "address1": "Ulica i Numer Domu", + "address2": "Adres 2", + "address3": "Adres 3", + "address4": "Adres 4", + "postalCode": "Kod Pocztowy", + "city": "Miasto", + "country": "Kraj", + "phone": "Numer Telefonu", + "mobile": "Numer Komórkowy", + "region": "Województwo", + "marketing_opt_in_label": "Chcę być informowany o nowościach i ekskluzywnych ofertach.", + "default_billing": "Domyślny adres rozliczeniowy", + "default_shipping": "Domyślny adres dostawy", + "save_default_billing": "Zapisz ten adres rozliczeniowy dla przyszłych zamówień", + "save_default_shipping": "Zapisz ten adres dostawy dla przyszłych zamówień", + "save": "Zapisz", + "add": "Dodaj adres", + "success": "Profil zapisany", + "error": "Błąd podczas zapisywania" + }, + "delete": "Usuń konto", + "address_book": { + "title": "Książka adresowa", + "default_billing": "Domyślny adres rozliczeniowy", + "default_shipping": "Domyślny adres dostawy", + "add": "Dodaj adres", + "select": "Wybierz", + "selected": "Wybrano", + "success": "Profil zapisany", + "context": { + "edit": "Edytuj", + "remove": "Usuń" + } + }, + "confirm": { + "title": "Czy jesteś pewien?", + "confirm": "Potwierdź", + "messageContact": "Czy na pewno chcesz usunąć ten adres?", + "messageCustomer": "Czy na pewno chcesz usunąć swoje konto? Wszystkie Twoje dane osobowe i ustawienia zostaną usunięte." + } + } }, "back_in_stock": { "list_states": { @@ -42,37 +115,54 @@ } }, "favorites": { - "add": "Dodaj do listy obserwowanych", - "added": "Produkt został dodany do listy obserwowanych", + "add": "Dodaj do ulubionych", + "added": "Produkt został dodany do ulubionych", "continue": "Kontynuuj zakupy", - "empty": "Nie masz jeszcze żadnych produktów na swojej liście obserwowanych", - "error_add": "Produkt nie może zostać dodany do listy obserwowanych", - "error_remove": "Produkt nie może zostać usunięty z listy obserwowanych", - "error_limit": "Przekroczona została dozwolona liczba produktów na liście obserwacyjnej.", - "remove": "Usuń z listy obserwowanych", - "removed": "Usunięto z listy obserwowanych", + "empty": "Nie masz jeszcze żadnych produktów w ulubionych", + "error_add": "Produkt nie może zostać dodany do ulubionych", + "error_remove": "Produkt nie może zostać usunięty z ulubionych", + "error_limit": "Przekroczona została dozwolona liczba produktów w ulubionych.", + "remove": "Usuń z ulubionych", + "removed": "Usunięto z ulubionych", "add_list_modal": { - "title": "Utwórz nową listę życzeń", + "title": "Utwórz nową listę ulubionych", "dismiss": "Anuluj", "confirm": "Potwierdź", - "message": "Nazwa Twojej nowej listy życzeń", + "message": "Nazwa Twojej nowej listy ulubionych", "label": "Nazwa" }, "rename_list_modal": { - "title": "Zmień nazwę listy życzeń", + "title": "Zmień nazwę listy ulubionych", "dismiss": "Anuluj", "confirm": "Potwierdź", - "message": "Nowa nazwa Twojej listy życzeń", + "message": "Nowa nazwa Twojej listy ulubionych", "label": "Nazwa" }, "add_list": "Utwórz nową listę", "errors": { - "invalid_name": "Proszę podać pełną nazwę dla swojej listy życzeń" + "invalid_name": "Proszę podać pełną nazwę dla swojej listy ulubionych" }, "delete_list_modal": { "title": "Usuń listę ulubionych", "message": "Czy naprawdę chcesz usunąć \"{name}\" listę ulubionych?" }, + "comment_modal": { + "titleAdd": "Dodaj komentarz", + "titleEdit": "Edytuj komentarz", + "dismiss": "Anuluj", + "confirm": "Potwierdź", + "label": "Komentarz", + "characterCount": "{count} z {maxCount} znaków" + }, + "comments": { + "add": "Dodaj komentarz", + "notes": "Komentarz", + "edit": "Edytuj", + "delete": "Usuń", + "added": "Komentarz dodany", + "removed": "Komentarz usunięty", + "updated": "Komentarz zaktualizowany" + }, "rename_list": "Zmień nazwę", "remove_list": "Usuń", "add_to_list": "Dodaj do listy", @@ -82,8 +172,9 @@ "title": "Wybierz metodę zamawiania" }, "list_chooser": { - "title": "Wybierz listę życzeń", + "title": "Wybierz listę ulubionych", "add": "Dodaj", + "add_more": "Dodaj więcej", "remove": "Usuń" }, "modal": { @@ -93,14 +184,18 @@ "open_list": "Lista otwarta.", "close_list": "Lista zamknięta.", "load_more_button": "Załaduj inne artykuły", - "error_general": "Lista życzeń nie mogła zostać zapisana" + "error_general": "Lista ulubionych nie mogła zostać zapisana" }, "filter": { "sort": { "default": "Sortuj według", "most_popular": "Najlepsze wyniki", "price_desc": "Najpierw najwyższa cena", - "price_asc": "Najpierw najniższa cena" + "price_asc": "Najpierw najniższa cena", + "name_asc": "Nazwa A - Z", + "name_desc": "Nazwa Z - A", + "rank_asc": "Najniższa ranga najpierw", + "rank_desc": "Najwyższa ranga najpierw" }, "apply": "Gotowe", "more": "więcej", @@ -125,13 +220,20 @@ }, "msrp": "MSRP", "label": "Cena {price}.", - "label_old_price": "Stara cena {price}." + "label_old_price": "Stara cena {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Darmowe" }, "product": { + "errors": { + "insufficientstock": "Niestety, ten produkt nie jest obecnie dostępny." + }, "description_heading": "Opis", + "share": "Udostępnij produkt", "pick_an_attribute": "{0} wybierz", "tax_disclaimer": "* Z uwzględnieniem podatku VAT oraz ewentualnych kosztów wysyłki.", "item_added": "{count, plural, =0 {# brak produktów} =1 {{count} dodany produkt} other {{count} dodane produkty}}", + "item_added_unit": "{count} {unit} dodano", "adding_item": "{count, plural, =1 {Dodawany jest jeden produkt} other {Dodawane są {count} produkty}}", "pick_option_first": "Najpierw wybierz opcję. {option}", "fill_out_required_input_first": "Najpierw wypełnij wszystkie pola obowiązkowe.", @@ -139,6 +241,10 @@ "go_to_cart": "Koszyk na zakupy", "no_more_found": "Artykuł: \"{name}\" jest obecnie niedostępna.", "quantity": "Ilość", + "decrease_quantity": "Zmniejsz ilość", + "increase_quantity": "Zwiększ ilość", + "increased_quantity_to": "Zwiększono ilość do {quantity}", + "decreased_quantity_to": "Zmniejszono ilość do {quantity}", "minOrderQuantity": "Min. wielkość zamówienia: {quantity} {unit}", "maxOrderQuantity": "Maks. Ilość zamówienia: {quantity} {unit}", "available": { @@ -153,6 +259,7 @@ "sections": { "information": "Informacje o produkcie", "options": "Wybierz opcje", + "fulfillment": "Dostępność", "description": "Opis", "properties": "Właściwości", "ratings": "Recenzje", @@ -166,6 +273,108 @@ "properties": "Cechy" } }, + "locations": { + "headline": "Sklepy w Twojej okolicy", + "details": "Szczegóły", + "hours_details": "Szczegóły godzin otwarcia", + "today_hours": "Dziś: {hours}", + "today_hours_long": "Dziś otwarte: {hours}", + "address": "{postalCode} {city}", + "map_open": "Otwórz w mapach", + "phone": "Numer telefonu", + "mon": "Poniedziałek", + "tue": "Wtorek", + "wed": "Środa", + "thu": "Czwartek", + "fri": "Piątek", + "sat": "Sobota", + "sun": "Niedziela", + "place_reservation": "Złóż rezerwację", + "firstName": "Imię", + "lastName": "Nazwisko", + "cellPhone": "Numer telefonu komórkowego do powiadomień SMS", + "emailAddress": "Adres e-mail", + "who_will_pickup": "Kto odbierze to zamówienie?", + "me": "Ja sam", + "someone_else": "Ktoś inny", + "success_heading": "Potwierdzenie rezerwacji", + "success_title": "Dziękujemy za dokonanie rezerwacji!", + "success_copy": "Wkrótce wyślemy Ci wiadomość e-mail/SMS, gdy Twoja rezerwacja będzie gotowa do odbioru.", + "success_order_num": "Nr rezerwacji", + "error_heading": "Wystąpił błąd", + "error_title": "Niestety, nie udało się zakończyć rezerwacji.", + "error_copy": "Podczas procesu rezerwacji wystąpił błąd. Możliwe, że niektóre produkty są już wyprzedane. Proszę sprawdzić dostępność w innych sklepach w koszyku.", + "error_invalid_zip_code": "Proszę podać prawidłowy kod pocztowy.", + "error_no_store_found": "W tej okolicy nie znaleźliśmy żadnych sklepów, proszę sprawdzić dane.", + "search_placeholder": "Kod pocztowy", + "change_location": "Zmień sklep", + "select_location": "Wybierz sklep", + "get_directions": "Wyznacz trasę", + "store_hours": "Godziny otwarcia", + "radius_km": "{radius} km", + "radius_mi": "{radius} mil", + "radius": "Promień", + "stores_near": { + "zip_code": "Sklepy w pobliżu \"{zipCode}\"", + "location": "Sklepy w Twojej okolicy" + }, + "your_current_timeslot": { + "heading": "Czas odbioru", + "change": "Zmień", + "today": "Dziś", + "tomorrow": "Jutro", + "not_set": "Proszę wybrać...", + "dialog": { + "title": "Wybierz czas odbioru", + "date": "Data", + "morning": "Rano", + "afternoon": "Po południu", + "evening": "Wieczorem", + "schedule": "Wybierz" + } + }, + "your_current_location": { + "heading": "Aktualny sklep", + "change": "Zmień" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Zamów online" + }, + "choose_reservation_type": "Wybierz rodzaj rezerwacji", + "quick_reserve": "Rezerwuj szybko", + "reserve_to_cart": "Zarezerwuj do koszyka", + "change_fulfillment_method": "Zmień metodę dostawy", + "fulfillment": { + "heading": "Dostępność", + "direct_ship": "Zamów online", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Ten produkt nie jest dostępny do wysyłki. Proszę wybrać inną opcję lub sprawdzić dostępność w pobliskim sklepie.", + "reserve": "Ten produkt nie jest dostępny w wybranym sklepie. Proszę wybrać inny sklep.", + "not_ready": "Proszę wybrać sklep.", + "ropis": "Ten produkt nie jest dostępny w opcji Click & Reserve w tym sklepie. Proszę wybrać inną opcję lub sklep.", + "bopis": "Ten produkt nie jest dostępny w opcji Click & Collect w tym sklepie. Proszę wybrać inną opcję lub sklep." + } + }, + "stock_info": { + "pick_up_at": "w {storeName}", + "availableInventory": "{visibleInventory} na stanie", + "available": "Dostępne", + "limitedAvailability": "Tylko {visibleInventory} na stanie", + "notAvailable": "Niedostępne", + "customAvailability": "Niedostępne w tym sklepie", + "comingSoon": "Wkrótce dostępne" + }, + "no_available": "niedostępne", + "multi_location_modal": { + "title": "Zmień sklep", + "message": "Masz już produkty z innego sklepu w koszyku. Te produkty zostaną przeniesione do nowego sklepu. Ceny i dostępność mogą się różnić.", + "change_store": "Zmień sklep" + } + }, "category": { "error": { "title": "Ups", @@ -181,6 +390,9 @@ }, "showAllProducts": { "label": "Pokaż wszystkie produkty" + }, + "errors": { + "404": "Kategorii nie znaleziono" } }, "search": { @@ -206,14 +418,29 @@ "dismiss": "Anuluj", "ok": "Ok", "title_error": "Ups!", - "body_error": "Wystąpił nieoczekiwany błąd. Proszę spróbować ponownie." + "body_error": "Wystąpił nieoczekiwany błąd. Proszę spróbować ponownie.", + "close": "Zamknij", + "login": "Zaloguj się" }, "cart": { + "grand_total": "Suma", + "current_total": "Suma", + "items": "Produkty", + "price": "Cena", + "quantity": "Ilość", + "fulfilled_quantity": "Zrealizowana ilość", + "ordered_quantity": "Zamówiona ilość", + "location": "Sklep", + "status": "Status", + "remove_item": "Usuń produkt", "subtotal": "Suma cząstkowa", "total": "Suma koszyka", "discount": "Rabat", "discount_with_label": "Rabat ({label})", + "coupon_label": "Kupon: {label}", + "promotion_label": "{label}", "checkout": "Kasa", + "reserve": "Rezerwuj", "remove": "Usuń", "edit": "Edytuj", "empty": "Twój koszyk jest pusty.", @@ -226,9 +453,61 @@ "coupon_was_added": "Voucher został dodany!", "coupons_not_supported": "Realizacja bonów i kart podarunkowych w następnym kroku", "free_shipping": "Darmowa wysyłka", + "allow_substitution_all": "Zezwolić na zamienniki dla wszystkich produktów?", + "allow_substitution": "Zezwól na zamienniki", "message_type_info": "Info", "message_type_error": "Błąd", - "message_type_warning": "Ostrzeżenie" + "message_type_warning": "Ostrzeżenie", + "errors": { + "404": "Jeden lub więcej produktów zostało usuniętych z koszyka z powodu braku dostępności.", + "1001": "Jeden lub więcej produktów w koszyku jest niedostępnych. Proszę usunąć je.", + "1002": "Zamówienia są ograniczone do jednego sklepu. Proszę wybrać tylko jeden sklep.", + "1003": "Wybrane okno czasowe odbioru nie jest już dostępne. Proszę wybrać inny czas odbioru.", + "item": { + "1001": "Produkt jest niedostępny w żądanej ilości.", + "1004": "Proszę wybrać czas odbioru.", + "1005": "Minimalna ilość zamówienia wynosi {minQty}.", + "1006": "Przekroczono maksymalną ilość zamówienia {maxQty}.", + "1007": "Proszę wybrać sklep.", + "shopgate.cart.updateProducts": { + "1001": "Produkt jest niedostępny w żądanej ilości." + }, + "shopgate.cart.addProducts": { + "1001": "Produkt jest niedostępny w żądanej ilości." + }, + "generic": "Wystąpił nieoczekiwany błąd dla tego produktu.", + "insufficientstock": "Obecnie brak na stanie." + }, + "coupon": { + "404": "Ten kupon nie istnieje.", + "2000": "Ten kupon jest nieważny.", + "2001": "Kupon jest ważny od {startDate, date, yyyyMMdd} o {startDate, time, short}.", + "2002": "Kupon wygasł {endDate, date, yyyyMMdd} o {endDate, time, short}.", + "2003": "Ten kupon nie jest ważny dla Twojego koszyka.", + "2004": "Ten kupon został już wykorzystany.", + "2005": "Kupon osiągnął limit maksymalnych użyć.", + "generic": "Wystąpił nieoczekiwany błąd dla tego kuponu." + }, + "generic": "Wystąpił nieoczekiwany błąd.", + "insufficientstock": "Jeden lub więcej produktów w koszyku jest niedostępnych. Proszę je usunąć.", + "multiplelocations": "Zamówienia są ograniczone do jednego sklepu. Proszę wybrać tylko jeden sklep.", + "productsNotFound": "Jeden lub więcej produktów zostało usuniętych z koszyka z powodu braku dostępności.", + "mixed_cart": "Rezerwacje i zamówienia online muszą być złożone osobno. Proszę dostosować produkty, tak aby koszyk zawierał tylko zamówienia online lub tylko rezerwacje.", + "direct_ship_item": "Sprawdź, czy ten produkt można zarezerwować w pobliskim sklepie.", + "ropis_cart_inventory": "Nie wszystkie produkty mogą być zarezerwowane. Proszę sprawdzić błędy i zmienić opcje dostawy.", + "ropis_item_inventory": "Ten produkt nie może zostać zarezerwowany w wybranym sklepie. Sprawdź dostępność w innym sklepie.", + "ropis_item_inventory_exceed": "Żądana ilość nie jest dostępna w sklepie {storeName}. Zarezerwowano maksymalną ilość {inventory}.", + "mixed_cart_coupon_removed": "Kupon \"{code}\" nie jest dostępny dla rezerwacji." + }, + "change_fulfillment": { + "direct_ship": "Zmień na zamówienie online", + "bopis": "Zmień na Click & Collect", + "ropis": "Zmień na Click & Reserve" + }, + "price_caption": { + "reservation": "Rezerwacja", + "pay_in_store": "Zapłać w sklepie" + } }, "login": { "headline": "Witamy na naszej stronie!", @@ -241,17 +520,26 @@ "no_account": "Nie masz jeszcze konta?", "signup": "Rejestr", "logout_message": "Zostałeś wylogowany.", - "error": "Nazwa użytkownika lub hasło są nieprawidłowe" + "auto_logout_message": "Zostałeś automatycznie wylogowany.", + "error": "Nazwa użytkownika lub hasło są nieprawidłowe", + "reset_password": { + "subline": "Proszę podać swój adres e-mail.", + "reset_instructions": "Instrukcje resetowania hasła zostały wysłane na adres {email}", + "back_to_login": "Powrót do logowania", + "customer_not_found": "Nie znaleziono konta dla podanego adresu e-mail." + } }, "navigation": { "login_register": "Zaloguj się", "your_account": "Moje konto", "home": "Strona główna", "categories": "Kategorie", + "favorites": "Ulubione", "my_orders": "Moje polecenia", "cart": "Koszyk na zakupy", "shipping": "Metody wysyłki", "about": "Nota prawna", + "contact": "Kontakt", "payment": "Metody płatności", "terms": "Warunki", "privacy": "Polityka prywatności", @@ -262,6 +550,8 @@ "logout": "Zrezygnuj z subskrypcji", "store_information": "O nas", "more_menu": "Więcej", + "order_history": "Historia zamówień", + "profile": "Profil", "back": "Powrót do {title}" }, "reviews": { @@ -304,9 +594,212 @@ "geolocation_message": "Potrzebujemy dostępu do lokalizacji, aby pokazać pobliskie sklepy." } }, + "checkout": { + "submit_order": "Kup teraz", + "continue_payment": "Kontynuuj do płatności", + "continue": "Kontynuuj", + "steps": "Krok {from} z {to}", + "change_contacts": "Zmień kontakt", + "change_addresses": "Zmień adres", + "finalizePayment": "Zakończ zamówienie", + "payment": { + "title": "Jak chcesz zapłacić?", + "buttons": { + "stripe": "Karta kredytowa" + } + }, + "shippingMethod": { + "title": "Metoda wysyłki", + "errors": { + "noShippingAddress": "Proszę najpierw podać adres dostawy.", + "invalidShippingAddress": "Ten koszyk nie może być wysłany na podany adres dostawy." + } + }, + "errors": { + "genericInitialize": "Zamówienie jest obecnie niedostępne, spróbuj później.", + "genericUpdate": "Zamówienie nie mogło zostać przetworzone, spróbuj później.", + "checkCart": "Proszę sprawdzić koszyk.", + "genericSubmit": "Zamówienie nie mogło zostać przetworzone, proszę sprawdzić koszyk.", + "paypalFunding": "Wystąpił błąd podczas płatności.", + "missingPaymentMethod": "Nie skonfigurowano metody płatności.", + "noPaymentTransaction": "Brak dostępnej transakcji płatniczej.", + "genericUpdateBilling": "Błąd podczas aktualizacji adresu rozliczeniowego", + "payment": { + "genericExternal": "Płatność się niestety nie powiodła wybraną metodą. Spróbuj ponownie, wybierając inną metodę." + } + }, + "pickup_contact": { + "headline": "Kontakt do odbioru", + "headline_reserve": "Kontakt do odbioru", + "subheadline": "Potwierdzenie zamówienia zostanie wysłane na ten adres e-mail. Numer telefonu zostanie użyty tylko w razie pytań.", + "form": { + "firstName": "Imię", + "lastName": "Nazwisko", + "mobile": "Numer Komórkowy", + "emailAddress": "Adres e-mail", + "password": "Hasło *", + "passwordConfirm": "Powtórz hasło *", + "company": "Firma", + "address1": "Ulica i numer domu", + "address2": "Dodatkowe informacje o adresie", + "postalCode": "Kod Pocztowy", + "city": "Miasto", + "country": "Kraj", + "region": "Województwo", + "who_will_pickup": "Kto odbierze to zamówienie?", + "me": "Ja sam", + "someone_else": "Ktoś inny", + "instructions": "Instrukcje odbioru" + } + }, + "billing": { + "headline": "Adres rozliczeniowy", + "headline_reserve": "Kontakt do zamówienia", + "save": "Zapisz", + "address": "{postalCode} {city}, {region}", + "edit": "Zmień", + "change": "Zmień", + "select_address": "Wybierz adres rozliczeniowy" + }, + "shipping": { + "headline": "Adres dostawy", + "save": "Zapisz", + "address": "{postalCode} {city}, {region}", + "edit": "Zmień", + "change": "Zmień", + "select_address": "Wybierz adres dostawy" + }, + "creditCard": { + "headline": "Metoda płatności", + "card": "Numer karty kredytowej *", + "cvc": "Kod bezpieczeństwa *", + "expiry": "Data ważności *" + }, + "summary": { + "headline": "Podsumowanie", + "tax": "Podatki", + "subTotal": "Suma częściowa", + "shippingTotal": "Koszty wysyłki", + "total": "Suma" + }, + "success": { + "title": "Dziękujemy za zamówienie", + "instructions_1": "Poniżej znajdziesz informacje dotyczące zamówienia. W razie pytań, skontaktuj się ze sklepem.", + "instructions_2": "Proszę pamiętać, że czasy odbioru mogą się różnić ze względu na święta i weekendy.", + "order_number": "Numer zamówienia: {orderNumber}", + "order_date": "Data zamówienia: {date}", + "your_items": "Produkty:", + "pick_up_contact": "Kontakt do odbioru", + "order_contact": "Kontakt do zamówienia", + "pickup_notes": "Notatki dotyczące odbioru", + "billed_to": "Adres rozliczeniowy", + "shipped_to": "Adres dostawy", + "order_summary": "Podsumowanie zamówienia", + "name": "Imię", + "phone_number": "Numer telefonu", + "email_address": "Adres e-mail", + "card_holder": "Posiadacz karty", + "address": "Adres", + "payment_method": "Metoda płatności", + "shipping_method": "Metoda wysyłki", + "continue": "Kontynuuj zakupy" + } + }, + "order": { + "status": { + "order": { + "submitted": "Przesłano", + "inProgress": "W trakcie realizacji", + "ready": "Gotowe do odbioru", + "completed": "Zakończone", + "canceled": "Anulowane" + }, + "line_item": { + "pending": "Oczekujące", + "inProgress": "W trakcie realizacji", + "unavailable": "Niedostępne", + "canceled": "Anulowane", + "fulfilled": "Zrealizowane", + "substituted": "Zamienione", + "replaced": "Zastąpione", + "itemAdded": "Dodano", + "rejected": "Odrzucone", + "open": "Otwarte" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Sklep do odbioru", + "address": "Adres", + "phone_number": "Telefon" + }, + "subline": { + "order_number": "Numer Twojego zamówienia to: {orderNumber}", + "order_status": "Status: {status}" + }, + "authenticate": { + "instructions": "Proszę zalogować się, używając adresu e-mail i numeru telefonu użytego podczas zamówienia.", + "or_login": "Lub zaloguj się" + }, + "errors": { + "authenticate": "Adres e-mail i numer telefonu nie pasują do tego zamówienia.", + "expired": "Sesja dla tego zamówienia wygasła.", + "authorize": "To zamówienie nie należy do tego konta.", + "not_found": "Zamówienie nie znalezione." + }, + "cancel": { + "button": "Anuluj zamówienie", + "modal": { + "title": "Anulowanie", + "message": "Czy na pewno chcesz anulować to zamówienie? Ten proces jest nieodwracalny!", + "confirm": "Tak, anuluj zamówienie" + } + } + }, + "orders": { + "header": { + "date": "Data zamówienia", + "orderNumber": "Numer zamówienia", + "status": "Status", + "lineItemCount": "Liczba produktów", + "total": "Kwota zamówienia" + }, + "no_result": { + "body": "Nie znaleziono zamówień." + }, + "itemCount": "{count, plural, =1 {Produkt} other {Produkty}}" + }, + "page": { + "not_found": "Niestety, nie znaleziono poszukiwanej strony.", + "continue": "Kontynuuj zakupy" + }, + "registration": { + "create_account": "Utwórz konto", + "marketing_opt_in_label": "Chcę być informowany o nowościach i ekskluzywnych ofertach.", + "different_shipping_address_label": "Inny adres dostawy", + "headlines": { + "create_new_account": "Utwórz nowe konto", + "shipping_address": "Adres dostawy", + "billing_address": "Adres rozliczeniowy", + "billing_address_reserve": "Kontakt do zamówienia" + } + }, "error": { "general": "Problem z połączeniem. Sprawdź połączenie internetowe lub spróbuj ponownie później." }, + "validation": { + "required": "Proszę wypełnić to pole", + "email": "Proszę podać prawidłowy adres e-mail", + "numeric": "Proszę podać tylko liczby", + "alphaNumeric": "Proszę podać tylko litery i liczby", + "mobileNumber": "Proszę podać prawidłowy numer telefonu komórkowego", + "date": "Proszę podać prawidłową datę", + "checkField": "Proszę sprawdzić to pole", + "emailConflict": "Ten adres e-mail jest już zarejestrowany", + "passwordMismatch": "Hasła nie pasują do siebie", + "minPasswordLength": "Minimalna długość hasła wynosi %'{count} znaków" + }, "formats": { "date": { "DD": { @@ -314,7 +807,34 @@ }, "MMM": { "month": "short" + }, + "pattern": "dd.mm.yyyy" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "ft", + "mi": "mi" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "szt." + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-ios11/locale/pt-PT.json b/themes/theme-ios11/locale/pt-PT.json index 61bf639916..9383cb9b42 100644 --- a/themes/theme-ios11/locale/pt-PT.json +++ b/themes/theme-ios11/locale/pt-PT.json @@ -10,7 +10,11 @@ "show_products": "Mostrar produtos", "back": "Voltar", "close": "Fechar", - "products": "Produtos" + "products": "Produtos", + "error": "Ocorreu um erro inesperado. Por favor, tente novamente.", + "errors": { + "generic": "Ocorreu um erro inesperado. Por favor, tente novamente." + } }, "titles": { "categories": "Categorias", @@ -22,7 +26,76 @@ "browse": "Navegar", "favorites": "Favoritos", "scanner": "Scanner", - "back_in_stock": "Notificações" + "back_in_stock": "Notificações", + "checkout": "Finalizar compra", + "checkout_confirmation": "Pedido bem-sucedido", + "checkout_change_billing": "Alterar endereço de faturação", + "register": "Registar", + "order_details": "Detalhes do pedido", + "store_finder": "Localizador de lojas", + "order_history": "Histórico de pedidos", + "profile": "Perfil", + "your_account": "A minha conta", + "your_account_contact": "Endereço", + "page_not_found": "Página não encontrada", + "checkout_addresses_shipping": "Selecionar endereço de envio", + "checkout_addresses_billing": "Selecionar endereço de faturação", + "checkout_addresses_add_shipping": "Adicionar endereço de envio", + "checkout_addresses_add_billing": "Adicionar endereço de faturação", + "checkout_addresses_edit_shipping": "Alterar endereço de envio", + "checkout_addresses_edit_billing": "Alterar endereço de faturação" + }, + "account": { + "profile": { + "customer": { + "number": "Nº de cliente: {customerNumber}" + }, + "form": { + "firstName": "Primeiro Nome", + "middleName": "Nome do Meio", + "lastName": "Último Nome", + "emailAddress": "Endereço de Email", + "address1": "Rua e Número", + "address2": "Endereço 2", + "address3": "Endereço 3", + "address4": "Endereço 4", + "postalCode": "Código Postal", + "city": "Cidade", + "country": "País", + "phone": "Número de Telefone", + "mobile": "Número de Telemóvel", + "region": "Região", + "marketing_opt_in_label": "Mantenha-me atualizado com notícias e ofertas exclusivas.", + "default_billing": "Endereço de faturação padrão", + "default_shipping": "Endereço de envio padrão", + "save_default_billing": "Guardar este endereço de faturação para futuros pedidos", + "save_default_shipping": "Guardar este endereço de envio para futuros pedidos", + "save": "Guardar", + "add": "Adicionar endereço", + "success": "Perfil guardado", + "error": "Erro ao guardar" + }, + "delete": "Eliminar conta", + "address_book": { + "title": "Gestão de endereços", + "default_billing": "Endereço de faturação padrão", + "default_shipping": "Endereço de envio padrão", + "add": "Adicionar endereço", + "select": "Selecionar", + "selected": "Selecionado", + "success": "Perfil guardado", + "context": { + "edit": "Editar", + "remove": "Eliminar" + } + }, + "confirm": { + "title": "Tem a certeza?", + "confirm": "Confirmar", + "messageContact": "Tem a certeza de que deseja eliminar este endereço?", + "messageCustomer": "Tem a certeza de que deseja eliminar a sua conta? Todos os seus dados pessoais e definições serão eliminados." + } + } }, "back_in_stock": { "list_states": { @@ -73,6 +146,23 @@ "title": "Eliminar a lista de favoritos", "message": "Quer mesmo apagar a lista de favoritos de \"{name}\"?" }, + "comment_modal": { + "titleAdd": "Adicionar comentário", + "titleEdit": "Editar comentário", + "dismiss": "Cancelar", + "confirm": "Confirmar", + "label": "Comentário", + "characterCount": "{count} de {maxCount} caracteres" + }, + "comments": { + "add": "Adicionar comentário", + "notes": "Comentário", + "edit": "Editar", + "delete": "Eliminar", + "added": "Comentário adicionado", + "removed": "Comentário eliminado", + "updated": "Comentário atualizado" + }, "rename_list": "Renomear", "remove_list": "Remover", "add_to_list": "Adicionar à lista", @@ -84,6 +174,7 @@ "list_chooser": { "title": "Escolha uma lista de favoritos", "add": "Acrescentar", + "add_more": "Adicionar mais", "remove": "Remover" }, "modal": { @@ -100,7 +191,11 @@ "default": "Ordenar por", "most_popular": "Mais populares", "price_desc": "Preço: Mais alto para mais baixo", - "price_asc": "Preço: Mais baixo para mais alto" + "price_asc": "Preço: Mais baixo para mais alto", + "name_asc": "Nome A - Z", + "name_desc": "Nome Z - A", + "rank_asc": "Classificação mais baixa primeiro", + "rank_desc": "Classificação mais alta primeiro" }, "apply": "Feito", "more": "mais", @@ -125,13 +220,20 @@ }, "msrp": "Preço sugerido", "label": "Preço {price}.", - "label_old_price": "Preço antigo {price}." + "label_old_price": "Preço antigo {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Grátis" }, "product": { + "errors": { + "insufficientstock": "Lamentamos, este produto não está disponível no momento." + }, "description_heading": "Sobre", + "share": "Partilhar produto", "pick_an_attribute": "Escolher {0}", "tax_disclaimer": "* Incl. IVA mais custos de envio, se aplicável", "item_added": "{count, plural, =0 {# nenhum item adicionado} =1 {{count} item adicionado} other {{count} itens adicionados}}", + "item_added_unit": "{count} {unit} adicionado", "adding_item": "{count, plural, =1 {Um produto está a ser adicionado} other {Estão a ser adicionados {count} produtos}}", "pick_option_first": "Primeiro escolha uma opção. {option}", "fill_out_required_input_first": "Primeiro preencha os campos obrigatórios.", @@ -139,6 +241,10 @@ "go_to_cart": "Carrinho", "no_more_found": "O item: \"{name}\" não está mais disponível.", "quantity": "Quantidade", + "decrease_quantity": "Diminuir quantidade", + "increase_quantity": "Aumentar quantidade", + "increased_quantity_to": "Quantidade aumentada para {quantity}", + "decreased_quantity_to": "Quantidade reduzida para {quantity}", "minOrderQuantity": "Quantidade mín. do pedido: {quantity} {unit}", "maxOrderQuantity": "Quantidade máx. do pedido: {quantity} {unit}", "available": { @@ -153,6 +259,7 @@ "sections": { "information": "Informação do produto", "options": "Escolha as opções", + "fulfillment": "Disponibilidade", "description": "Descrição", "properties": "Propriedades", "ratings": "Avaliações", @@ -166,6 +273,108 @@ "properties": "Propriedades" } }, + "locations": { + "headline": "Lojas perto de si", + "details": "Detalhes", + "hours_details": "Detalhes do horário da loja", + "today_hours": "Hoje: {hours}", + "today_hours_long": "Aberto hoje: {hours}", + "address": "{postalCode} {city}", + "map_open": "Abrir no mapa", + "phone": "Número de telefone", + "mon": "Segunda-feira", + "tue": "Terça-feira", + "wed": "Quarta-feira", + "thu": "Quinta-feira", + "fri": "Sexta-feira", + "sat": "Sábado", + "sun": "Domingo", + "place_reservation": "Efetuar reserva", + "firstName": "Nome", + "lastName": "Apelido", + "cellPhone": "Número de telemóvel para notificações por SMS", + "emailAddress": "Endereço de e-mail", + "who_will_pickup": "Quem irá recolher este pedido?", + "me": "Eu mesmo", + "someone_else": "Outra pessoa", + "success_heading": "Confirmação de reserva", + "success_title": "Obrigado pela sua reserva!", + "success_copy": "Enviar-lhe-emos um e-mail ou mensagem SMS quando a sua reserva estiver pronta para recolha.", + "success_order_num": "Nº de reserva", + "error_heading": "Ocorreu um erro", + "error_title": "Infelizmente, não conseguimos concluir a sua reserva.", + "error_copy": "Ocorreu um erro durante o processo de reserva. Alguns artigos podem estar esgotados. Verifique a disponibilidade em outras lojas no carrinho de compras.", + "error_invalid_zip_code": "Por favor, insira um código postal válido.", + "error_no_store_found": "Não encontrámos lojas nesta área. Por favor, verifique os dados introduzidos.", + "search_placeholder": "Código postal", + "change_location": "Alterar loja", + "select_location": "Selecionar loja", + "get_directions": "Obter direções", + "store_hours": "Horário de funcionamento", + "radius_km": "{radius} km", + "radius_mi": "{radius} milhas", + "radius": "Raio", + "stores_near": { + "zip_code": "Lojas perto de \"{zipCode}\"", + "location": "Lojas perto de si" + }, + "your_current_timeslot": { + "heading": "Horário de recolha", + "change": "Alterar", + "today": "Hoje", + "tomorrow": "Amanhã", + "not_set": "Por favor, selecione..", + "dialog": { + "title": "Selecionar horário de recolha", + "date": "Data", + "morning": "Manhã", + "afternoon": "Tarde", + "evening": "Noite", + "schedule": "Selecionar" + } + }, + "your_current_location": { + "heading": "Loja atual", + "change": "Alterar" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Comprar online" + }, + "choose_reservation_type": "Escolher tipo de reserva", + "quick_reserve": "Reserva rápida", + "reserve_to_cart": "Reservar no carrinho", + "change_fulfillment_method": "Alterar método de entrega", + "fulfillment": { + "heading": "Disponibilidade", + "direct_ship": "Comprar online", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Este produto não está disponível para envio. Por favor, escolha outra opção ou verifique a disponibilidade numa loja próxima.", + "reserve": "Este produto não está disponível na loja selecionada. Por favor, escolha outra loja.", + "not_ready": "Por favor, selecione uma loja.", + "ropis": "Este produto não está disponível para Click & Reserve nesta loja. Por favor, escolha outra opção ou loja.", + "bopis": "Este produto não está disponível para Click & Collect nesta loja. Por favor, escolha outra opção ou loja." + } + }, + "stock_info": { + "pick_up_at": "em {storeName}", + "availableInventory": "{visibleInventory} em stock", + "available": "Disponível", + "limitedAvailability": "Apenas {visibleInventory} disponíveis", + "notAvailable": "Indisponível", + "customAvailability": "Não disponível nesta loja", + "comingSoon": "Disponível em breve" + }, + "no_available": "indisponível", + "multi_location_modal": { + "title": "Alterar loja", + "message": "Já tem produtos no seu carrinho de outra loja. Estes produtos serão transferidos para a nova loja. Os preços e a disponibilidade podem variar.", + "change_store": "Alterar loja" + } + }, "category": { "error": { "title": "Oops!", @@ -181,6 +390,9 @@ }, "showAllProducts": { "label": "Mostrar todos os produtos" + }, + "errors": { + "404": "Categoria não encontrada" } }, "search": { @@ -206,14 +418,29 @@ "dismiss": "Descartar", "ok": "Ok", "title_error": "Oops!", - "body_error": "Ocorreu um erro inesperado. Por favor, tente novamente." + "body_error": "Ocorreu um erro inesperado. Por favor, tente novamente.", + "close": "Fechar", + "login": "Iniciar sessão" }, "cart": { + "grand_total": "Total", + "current_total": "Total", + "items": "Produtos", + "price": "Preço", + "quantity": "Quantidade", + "fulfilled_quantity": "Quantidade satisfeita", + "ordered_quantity": "Quantidade encomendada", + "location": "Loja", + "status": "Estado", + "remove_item": "Remover produto", "subtotal": "Subtotal", "total": "Total do carrinho", "discount": "Desconto", "discount_with_label": "Desconto ({label})", + "coupon_label": "Cupão: {label}", + "promotion_label": "{label}", "checkout": "Finalizar compra agora", + "reserve": "Reservar", "remove": "Remover", "edit": "Editar", "empty": "Seu carrinho está vazio", @@ -226,9 +453,61 @@ "coupon_was_added": "O cupom foi adicionado ao carrinho!", "coupons_not_supported": "Adicione cupons e vales presente durante o checkout", "free_shipping": "Envio Grátis", + "allow_substitution_all": "Permitir substituições para todos os produtos?", + "allow_substitution": "Permitir substituições", "message_type_info": "Informação", "message_type_error": "Erro", - "message_type_warning": "Aviso" + "message_type_warning": "Aviso", + "errors": { + "404": "Um ou mais produtos foram removidos do seu carrinho devido à indisponibilidade.", + "1001": "Um ou mais produtos no seu carrinho não estão disponíveis no momento. Por favor, remova-os.", + "1002": "As encomendas estão limitadas a uma única loja de recolha. Por favor, escolha apenas uma loja.", + "1003": "O horário de recolha selecionado já não está disponível. Por favor, selecione outro.", + "item": { + "1001": "O produto não está disponível na quantidade desejada.", + "1004": "Por favor, selecione um horário de recolha.", + "1005": "Ainda não foi atingida a quantidade mínima de encomenda de {minQty}.", + "1006": "Foi ultrapassada a quantidade máxima de encomenda de {maxQty}.", + "1007": "Por favor, selecione uma loja de recolha.", + "shopgate.cart.updateProducts": { + "1001": "O produto não está disponível na quantidade desejada." + }, + "shopgate.cart.addProducts": { + "1001": "O produto não está disponível na quantidade desejada." + }, + "generic": "Ocorreu um erro inesperado com este produto.", + "insufficientstock": "Atualmente fora de stock." + }, + "coupon": { + "404": "Este cupão não existe.", + "2000": "Este cupão é inválido.", + "2001": "O cupão será válido a partir de {startDate, date, yyyyMMdd} às {startDate, time, short}.", + "2002": "O cupão expirou a {endDate, date, yyyyMMdd} às {endDate, time, short}.", + "2003": "Este cupão não é válido para o seu carrinho atual.", + "2004": "Este cupão já foi utilizado.", + "2005": "Este cupão atingiu o limite máximo de utilizações.", + "generic": "Ocorreu um erro inesperado com este cupão." + }, + "generic": "Ocorreu um erro inesperado.", + "insufficientstock": "Um ou mais produtos no seu carrinho estão esgotados. Por favor, remova-os.", + "multiplelocations": "As encomendas estão limitadas a uma única loja de recolha. Por favor, escolha apenas uma loja.", + "productsNotFound": "Um ou mais produtos foram removidos do seu carrinho devido à indisponibilidade.", + "mixed_cart": "As reservas e as encomendas online devem ser feitas separadamente. Por favor, atualize os produtos para que o carrinho contenha apenas encomendas online ou apenas reservas.", + "direct_ship_item": "Verifique se este produto pode ser reservado numa loja próxima.", + "ropis_cart_inventory": "Nem todos os produtos podem ser reservados. Por favor, verifique os erros e altere as opções de entrega.", + "ropis_item_inventory": "Este produto não pode ser reservado na loja selecionada. Verifique se está disponível noutra loja.", + "ropis_item_inventory_exceed": "A quantidade desejada não está disponível na {storeName}. Será reservada a quantidade máxima de {inventory}.", + "mixed_cart_coupon_removed": "O cupão \"{code}\" não está disponível para reservas." + }, + "change_fulfillment": { + "direct_ship": "Alterar para Comprar online", + "bopis": "Alterar para Click & Collect", + "ropis": "Alterar para Click & Reserve" + }, + "price_caption": { + "reservation": "Reserva", + "pay_in_store": "Pagar na loja" + } }, "login": { "headline": "Bem-vindo", @@ -241,17 +520,26 @@ "no_account": "Você não tem uma conta?", "signup": "Registrar", "logout_message": "Você foi desconectado.", - "error": "O seu nome de utilizador e a sua palavra-passe não correspondem a nenhuma conta." + "auto_logout_message": "Foi desconectado automaticamente.", + "error": "O seu nome de utilizador e a sua palavra-passe não correspondem a nenhuma conta.", + "reset_password": { + "subline": "Por favor, insira o seu endereço de e-mail.", + "reset_instructions": "Irá receber um e-mail para redefinir a sua palavra-passe em {email}", + "back_to_login": "Voltar ao início de sessão", + "customer_not_found": "Não encontramos uma conta com este endereço de e-mail." + } }, "navigation": { "login_register": "Entrar / Registrar", "your_account": "Minha conta", "home": "Início", "categories": "Categorias", + "favorites": "Lista de favoritos", "my_orders": "Meus Pedidos", "cart": "Carrinho de Compras", "shipping": "Métodos de Envio", "about": "Contact", + "contact": "Contacto", "payment": "Métodos de Pagamento", "terms": "Termos e Condições", "privacy": "Política de Privacidade", @@ -262,6 +550,8 @@ "logout": "Terminar sessão", "store_information": "Armazenar Informações", "more_menu": "Mais", + "order_history": "Histórico de pedidos", + "profile": "Perfil", "back": "Voltar para {title}" }, "reviews": { @@ -304,9 +594,212 @@ "geolocation_message": "Para encontrar lojas perto de você, acesse Configurações e ative as permissões de localização." } }, + "checkout": { + "submit_order": "Comprar agora", + "continue_payment": "Continuar para o pagamento", + "continue": "Continuar", + "steps": "Passo {from} de {to}", + "change_contacts": "Alterar contacto", + "change_addresses": "Alterar endereço", + "finalizePayment": "Concluir encomenda", + "payment": { + "title": "Como deseja pagar?", + "buttons": { + "stripe": "Cartão de crédito" + } + }, + "shippingMethod": { + "title": "Método de envio", + "errors": { + "noShippingAddress": "Por favor, insira um endereço de envio primeiro.", + "invalidShippingAddress": "Este carrinho não pode ser enviado para o endereço fornecido." + } + }, + "errors": { + "genericInitialize": "O processo de finalização da compra não está disponível no momento. Por favor, tente novamente mais tarde.", + "genericUpdate": "Não foi possível processar a encomenda. Por favor, tente novamente mais tarde.", + "checkCart": "Por favor, verifique o seu carrinho.", + "genericSubmit": "Não foi possível processar a encomenda. Por favor, verifique o seu carrinho.", + "paypalFunding": "Ocorreu um erro durante o pagamento.", + "missingPaymentMethod": "Nenhum método de pagamento configurado.", + "noPaymentTransaction": "Nenhuma transação de pagamento disponível.", + "genericUpdateBilling": "Erro ao atualizar o endereço de faturação", + "payment": { + "genericExternal": "O pagamento com o método selecionado falhou. Por favor, tente outro método." + } + }, + "pickup_contact": { + "headline": "Contacto para recolha", + "headline_reserve": "Contacto para recolha", + "subheadline": "A confirmação do pedido será enviada para este endereço de e-mail. O número de telefone será usado apenas em caso de dúvidas.", + "form": { + "firstName": "Primeiro Nome", + "lastName": "Último Nome", + "mobile": "Número de Telemóvel", + "emailAddress": "Endereço de e-mail", + "password": "Palavra-passe *", + "passwordConfirm": "Confirmar palavra-passe *", + "company": "Empresa", + "address1": "Rua e número da porta", + "address2": "Complemento de endereço", + "postalCode": "Código Postal", + "city": "Cidade", + "country": "País", + "region": "Região", + "who_will_pickup": "Quem irá recolher este pedido?", + "me": "Eu mesmo", + "someone_else": "Outra pessoa", + "instructions": "Instruções de recolha" + } + }, + "billing": { + "headline": "Endereço de faturação", + "headline_reserve": "Contacto do pedido", + "save": "Guardar", + "address": "{postalCode} {city}, {region}", + "edit": "Editar", + "change": "Alterar", + "select_address": "Selecione um endereço de faturação" + }, + "shipping": { + "headline": "Endereço de envio", + "save": "Guardar", + "address": "{postalCode} {city}, {region}", + "edit": "Editar", + "change": "Alterar", + "select_address": "Selecione um endereço de envio" + }, + "creditCard": { + "headline": "Método de pagamento", + "card": "Número do cartão de crédito *", + "cvc": "Código de segurança *", + "expiry": "Validade *" + }, + "summary": { + "headline": "Resumo", + "tax": "Impostos", + "subTotal": "Subtotal", + "shippingTotal": "Custos de envio", + "total": "Total" + }, + "success": { + "title": "Obrigado pela sua encomenda", + "instructions_1": "Abaixo encontrará as informações sobre o seu pedido. Se tiver dúvidas sobre a encomenda, por favor, contacte a sua loja.", + "instructions_2": "Tenha em atenção que os horários de recolha podem variar durante feriados e fins de semana.", + "order_number": "Número de encomenda: {orderNumber}", + "order_date": "Data do pedido: {date}", + "your_items": "Produtos:", + "pick_up_contact": "Contacto para recolha", + "order_contact": "Contacto do pedido", + "pickup_notes": "Notas de recolha", + "billed_to": "Endereço de faturação", + "shipped_to": "Endereço de envio", + "order_summary": "Resumo do pedido", + "name": "Nome", + "phone_number": "Número de telefone", + "email_address": "Endereço de e-mail", + "card_holder": "Titular do cartão", + "address": "Endereço", + "payment_method": "Método de pagamento", + "shipping_method": "Método de envio", + "continue": "Continuar a comprar" + } + }, + "order": { + "status": { + "order": { + "submitted": "Enviado", + "inProgress": "Em processamento", + "ready": "Pronto para recolha", + "completed": "Concluído", + "canceled": "Cancelado" + }, + "line_item": { + "pending": "Pendente", + "inProgress": "Em processamento", + "unavailable": "Indisponível", + "canceled": "Cancelado", + "fulfilled": "Satisfeito", + "substituted": "Substituído", + "replaced": "Substituído", + "itemAdded": "Adicionado", + "rejected": "Rejeitado", + "open": "Aberto" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Loja de recolha", + "address": "Endereço", + "phone_number": "Telefone" + }, + "subline": { + "order_number": "O seu número de pedido é: {orderNumber}", + "order_status": "Estado: {status}" + }, + "authenticate": { + "instructions": "Por favor, autentique-se com o seu e-mail e número de telefone usados para o pedido.", + "or_login": "Ou iniciar sessão" + }, + "errors": { + "authenticate": "O e-mail e o número de telefone não correspondem a este pedido.", + "expired": "A sessão para este pedido expirou.", + "authorize": "O pedido não pertence a esta conta.", + "not_found": "Pedido não encontrado." + }, + "cancel": { + "button": "Cancelar pedido", + "modal": { + "title": "Cancelamento", + "message": "Tem a certeza de que deseja cancelar o pedido? Esta ação não pode ser desfeita!", + "confirm": "Sim, cancelar pedido" + } + } + }, + "orders": { + "header": { + "date": "Data do pedido", + "orderNumber": "Número de pedido", + "status": "Estado", + "lineItemCount": "Quantidade de produtos", + "total": "Total do pedido" + }, + "no_result": { + "body": "Nenhum pedido encontrado." + }, + "itemCount": "{count, plural, =1 {Produto} other {Produtos}}" + }, + "page": { + "not_found": "Lamentamos, a página solicitada não foi encontrada.", + "continue": "Continuar a comprar" + }, + "registration": { + "create_account": "Criar conta", + "marketing_opt_in_label": "Mantenha-me atualizado com notícias e ofertas exclusivas.", + "different_shipping_address_label": "Endereço de envio diferente", + "headlines": { + "create_new_account": "Criar nova conta", + "shipping_address": "Endereço de envio", + "billing_address": "Endereço de faturação", + "billing_address_reserve": "Contacto do pedido" + } + }, "error": { "general": "Não consigo conectar. Por favor, verifique a sua ligação à internet e tente novamente." }, + "validation": { + "required": "Por favor, preencha este campo", + "email": "Por favor, insira um endereço de e-mail válido", + "numeric": "Por favor, insira apenas números", + "alphaNumeric": "Por favor, insira apenas letras e números", + "mobileNumber": "Por favor, insira um número de telemóvel válido", + "date": "Por favor, insira uma data válida", + "checkField": "Por favor, verifique este campo", + "emailConflict": "Este endereço de e-mail já está registado", + "passwordMismatch": "As palavras-passe não coincidem", + "minPasswordLength": "O comprimento mínimo da palavra-passe é %'{count} caracteres" + }, "formats": { "date": { "DD": { @@ -314,7 +807,34 @@ }, "MMM": { "month": "short" + }, + "pattern": "dd.mm.aaaa" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "pés", + "mi": "mi" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "unid." + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-ios11/locale/ro-RO.json b/themes/theme-ios11/locale/ro-RO.json index abece30ca1..651deac39e 100644 --- a/themes/theme-ios11/locale/ro-RO.json +++ b/themes/theme-ios11/locale/ro-RO.json @@ -10,7 +10,11 @@ "show_products": "Arată produsele", "back": "Înapoi", "close": "Închide", - "products": "Produse" + "products": "Produse", + "error": "A apărut o eroare neașteptată. Vă rugăm să încercați din nou.", + "errors": { + "generic": "A apărut o eroare neașteptată. Vă rugăm să încercați din nou." + } }, "titles": { "categories": "Categorii", @@ -22,7 +26,76 @@ "browse": "Răsfoiește", "favorites": "Listă de supraveghere", "scanner": "Scanner", - "back_in_stock": "Notificări" + "back_in_stock": "Notificări", + "checkout": "Finalizare comandă", + "checkout_confirmation": "Comanda a fost plasată cu succes", + "checkout_change_billing": "Modificare adresă de facturare", + "register": "Înregistrare", + "order_details": "Detalii comandă", + "store_finder": "Găsire magazin", + "order_history": "Istoricul comenzilor", + "profile": "Profil", + "your_account": "Contul meu", + "your_account_contact": "Adresă", + "page_not_found": "Pagina nu a fost găsită", + "checkout_addresses_shipping": "Selectați adresa de livrare", + "checkout_addresses_billing": "Selectați adresa de facturare", + "checkout_addresses_add_shipping": "Adăugați o adresă de livrare", + "checkout_addresses_add_billing": "Adăugați o adresă de facturare", + "checkout_addresses_edit_shipping": "Modificați adresa de livrare", + "checkout_addresses_edit_billing": "Modificați adresa de facturare" + }, + "account": { + "profile": { + "customer": { + "number": "Nr. client: {customerNumber}" + }, + "form": { + "firstName": "Prenume", + "middleName": "Al doilea Prenume", + "lastName": "Nume de Familie", + "emailAddress": "Adresă de Email", + "address1": "Stradă și Număr", + "address2": "Adresă 2", + "address3": "Adresă 3", + "address4": "Adresă 4", + "postalCode": "Cod Poștal", + "city": "Oraș", + "country": "Țară", + "phone": "Număr de Telefon", + "mobile": "Număr de Mobil", + "region": "Județ", + "marketing_opt_in_label": "Ține-mă la curent cu noutăți și oferte exclusive.", + "default_billing": "Adresă de facturare implicită", + "default_shipping": "Adresă de livrare implicită", + "save_default_billing": "Salvați această adresă de facturare pentru comenzi viitoare", + "save_default_shipping": "Salvați această adresă de livrare pentru comenzi viitoare", + "save": "Salvați", + "add": "Adăugați adresă", + "success": "Profil salvat", + "error": "Eroare la salvare" + }, + "delete": "Ștergeți contul", + "address_book": { + "title": "Gestionare adrese", + "default_billing": "Adresă de facturare implicită", + "default_shipping": "Adresă de livrare implicită", + "add": "Adăugați adresă", + "select": "Selectați", + "selected": "Selectat", + "success": "Profil salvat", + "context": { + "edit": "Editați", + "remove": "Eliminați" + } + }, + "confirm": { + "title": "Sunteți sigur?", + "confirm": "Confirmați", + "messageContact": "Sunteți sigur că doriți să ștergeți această adresă?", + "messageCustomer": "Sunteți sigur că doriți să ștergeți contul? Toate datele personale și setările vor fi șterse." + } + } }, "back_in_stock": { "list_states": { @@ -42,36 +115,53 @@ } }, "favorites": { - "add": "Adăugare la lista de favorite", - "added": "Produsul a fost adăugat la lista de favorite", + "add": "Adaugă la favorite", + "added": "Produsul a fost adăugat la favorite", "continue": "Continuă cumpărăturile", - "empty": "Nu aveți încă niciun articol pe lista de favorite", - "error_add": "Produsul nu a putut fi adăugat în lista de favorite.", - "error_remove": "Produsul nu a putut fi eliminat din lista de favorite.", - "error_limit": "Numărul permis de produse din lista de supraveghere a fost depășit.", - "remove": "Ștergere din lista de monitorizare", - "removed": "Eliminat din lista de monitorizare", + "empty": "Nu aveți favorite", + "error_add": "Nu s-a putut adăuga la favorite.", + "error_remove": "Nu s-a putut elimina din favorite.", + "error_limit": "Ați depășit limita de produse la favorite.", + "remove": "Șterge din favorite", + "removed": "Eliminat din favorite", "add_list_modal": { - "title": "Crearea unei noi liste de supraveghere", + "title": "Crearea unei noi liste de favorite", "dismiss": "Anulează", "confirm": "Confirmați", - "message": "Numele noii dvs. liste de supraveghere", + "message": "Nume pentru lista de favorite", "label": "Nume" }, "rename_list_modal": { - "title": "Schimbă numele listei de supraveghere", + "title": "Schimbă numele listei de favorite", "dismiss": "Anulează", "confirm": "Confirmați", - "message": "Noul nume al listei dvs. de supraveghere", + "message": "Noul nume pentru lista de favorite", "label": "Nume" }, "add_list": "Creați o listă nouă", "errors": { - "invalid_name": "Vă rugăm să introduceți un nume complet pentru lista de supraveghere" + "invalid_name": "Introduceți un nume valid pentru lista de favorite" }, "delete_list_modal": { - "title": "Șterge lista de supraveghere", - "message": "Chiar doriți să ștergeți watchlist-ul \"{name}\"?" + "title": "Șterge lista de favorite", + "message": "Chiar doriți să ștergeți lista de favorite \"{name}\"?" + }, + "comment_modal": { + "titleAdd": "Adăugați un comentariu", + "titleEdit": "Editați comentariul", + "dismiss": "Anulați", + "confirm": "Confirmați", + "label": "Comentariu", + "characterCount": "{count} din {maxCount} caractere" + }, + "comments": { + "add": "Adăugați un comentariu", + "notes": "Comentariu", + "edit": "Editați", + "delete": "Ștergeți", + "added": "Comentariu adăugat", + "removed": "Comentariu eliminat", + "updated": "Comentariu actualizat" }, "rename_list": "Redenumire", "remove_list": "Șterge", @@ -82,8 +172,9 @@ "title": "Selectați o metodă de comandă" }, "list_chooser": { - "title": "Selectați o listă de monitorizare", + "title": "Selectați o listă de favorite", "add": "Adaugă", + "add_more": "Adăugați mai mult", "remove": "Șterge" }, "modal": { @@ -93,14 +184,18 @@ "open_list": "Deschide lista.", "close_list": "Închide lista.", "load_more_button": "Încarcă mai multe articole", - "error_general": "Lista de supraveghere nu a putut fi salvată" + "error_general": "Lista de favorite nu a putut fi salvată" }, "filter": { "sort": { "default": "Sortare", "most_popular": "Cele mai bune rezultate", "price_desc": "Cel mai mare preț mai întâi", - "price_asc": "Cel mai mic preț mai întâi" + "price_asc": "Cel mai mic preț mai întâi", + "name_asc": "Nume A - Z", + "name_desc": "Nume Z - A", + "rank_asc": "Cel mai mic rang primul", + "rank_desc": "Cel mai mare rang primul" }, "apply": "Efectuat", "more": "mai mult", @@ -125,13 +220,20 @@ }, "msrp": "RRP", "label": "Preț {price}.", - "label_old_price": "Prețul vechi {price}." + "label_old_price": "Prețul vechi {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Gratuit" }, "product": { + "errors": { + "insufficientstock": "Din păcate, acest produs nu mai este disponibil." + }, "description_heading": "Descriere", + "share": "Distribuiți produsul", "pick_an_attribute": "{0} selectați", "tax_disclaimer": "* Inclusiv TVA, eventual plus costuri de expediere", "item_added": "{count, plural, =0 {# fără Produse} =1 {{count} Produs adăugat} other {{count} Produse adăugate}}", + "item_added_unit": "{count} {unit} adăugat", "adding_item": "{count, plural, =1 {Se adaugă un produs} other {Se adaugă {count} produse}}", "pick_option_first": "Selectați mai întâi o opțiune. {option}", "fill_out_required_input_first": "Completați mai întâi toate câmpurile obligatorii.", @@ -139,6 +241,10 @@ "go_to_cart": "Coș de cumpărături", "no_more_found": "Articolul: \"{name}\" este în prezent în afara stocului.", "quantity": "Cantitate", + "decrease_quantity": "Scădeți cantitatea", + "increase_quantity": "Creșteți cantitatea", + "increased_quantity_to": "Cantitatea a fost crescută la {quantity}", + "decreased_quantity_to": "Cantitatea a fost scăzută la {quantity}", "minOrderQuantity": "Cantitate minimă de comandă: {quantity} {unit}", "maxOrderQuantity": "Cantitate maximă de comandă: {quantity} {unit}", "available": { @@ -153,6 +259,7 @@ "sections": { "information": "Informații despre produs", "options": "Selectați opțiuni", + "fulfillment": "Disponibilitate", "description": "Descriere", "properties": "Proprietăți", "ratings": "Ratinguri", @@ -166,6 +273,108 @@ "properties": "Proprietăți" } }, + "locations": { + "headline": "Magazine aproape de dvs.", + "details": "Detalii", + "hours_details": "Detalii despre program", + "today_hours": "Astăzi: {hours}", + "today_hours_long": "Deschis astăzi: {hours}", + "address": "{postalCode} {city}", + "map_open": "Deschideți în hărți", + "phone": "Număr de telefon", + "mon": "Luni", + "tue": "Marți", + "wed": "Miercuri", + "thu": "Joi", + "fri": "Vineri", + "sat": "Sâmbătă", + "sun": "Duminică", + "place_reservation": "Faceți o rezervare", + "firstName": "Prenume", + "lastName": "Nume", + "cellPhone": "Număr de mobil pentru notificări SMS", + "emailAddress": "Adresă de email", + "who_will_pickup": "Cine va ridica această comandă?", + "me": "Eu însumi", + "someone_else": "Altă persoană", + "success_heading": "Confirmarea rezervării", + "success_title": "Vă mulțumim pentru rezervare!", + "success_copy": "Vă vom trimite un e-mail sau un mesaj SMS când rezervarea dvs. va fi gata pentru ridicare.", + "success_order_num": "Nr. rezervare", + "error_heading": "A apărut o eroare", + "error_title": "Din păcate, nu am putut finaliza rezervarea dvs.", + "error_copy": "A apărut o eroare în timpul procesului de rezervare. Este posibil ca unele articole să fie deja epuizate. Vă rugăm să verificați disponibilitatea în alte magazine din coșul dvs.", + "error_invalid_zip_code": "Vă rugăm să introduceți un cod poștal valid.", + "error_no_store_found": "Nu am găsit magazine în această zonă, vă rugăm să verificați datele introduse.", + "search_placeholder": "Cod poștal", + "change_location": "Schimbați magazinul", + "select_location": "Selectați magazinul", + "get_directions": "Obțineți indicații", + "store_hours": "Program", + "radius_km": "{radius} km", + "radius_mi": "{radius} mile", + "radius": "Rază", + "stores_near": { + "zip_code": "Magazine aproape de \"{zipCode}\"", + "location": "Magazine aproape de dvs." + }, + "your_current_timeslot": { + "heading": "Interval orar", + "change": "Schimbați", + "today": "Astăzi", + "tomorrow": "Mâine", + "not_set": "Vă rugăm să selectați..", + "dialog": { + "title": "Selectați un interval orar", + "date": "Data", + "morning": "Dimineață", + "afternoon": "După-amiază", + "evening": "Seara", + "schedule": "Selectați" + } + }, + "your_current_location": { + "heading": "Magazinul curent", + "change": "Schimbați" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Comandați online" + }, + "choose_reservation_type": "Alegeți tipul de rezervare", + "quick_reserve": "Rezervați rapid", + "reserve_to_cart": "Rezervați în coș", + "change_fulfillment_method": "Schimbați metoda de livrare", + "fulfillment": { + "heading": "Disponibilitate", + "direct_ship": "Comandați online", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Acest produs nu este disponibil pentru expediere. Vă rugăm să alegeți o altă opțiune sau să verificați disponibilitatea într-un magazin apropiat.", + "reserve": "Acest produs nu este disponibil în magazinul selectat. Vă rugăm să alegeți un alt magazin.", + "not_ready": "Vă rugăm să selectați un magazin.", + "ropis": "Acest produs nu este disponibil pentru Click & Reserve în acest magazin. Vă rugăm să alegeți o altă opțiune sau un alt magazin.", + "bopis": "Acest produs nu este disponibil pentru Click & Collect în acest magazin. Vă rugăm să alegeți o altă opțiune sau un alt magazin." + } + }, + "stock_info": { + "pick_up_at": "la {storeName}", + "availableInventory": "{visibleInventory} în stoc", + "available": "Disponibil", + "limitedAvailability": "Doar {visibleInventory} în stoc", + "notAvailable": "Indisponibil", + "customAvailability": "Nu este disponibil în acest magazin", + "comingSoon": "Disponibil în curând" + }, + "no_available": "indisponibil", + "multi_location_modal": { + "title": "Schimbați magazinul", + "message": "Aveți deja produse dintr-un alt magazin în coș. Aceste produse vor fi schimbate pentru noul magazin. Prețurile și disponibilitatea pot varia.", + "change_store": "Schimbați magazinul" + } + }, "category": { "error": { "title": "Oops", @@ -181,6 +390,9 @@ }, "showAllProducts": { "label": "Arată toate produsele" + }, + "errors": { + "404": "Categoria nu a fost găsită" } }, "search": { @@ -206,14 +418,29 @@ "dismiss": "Anulare", "ok": "Bine", "title_error": "Oops!", - "body_error": "A apărut o eroare neașteptată. Vă rugăm să încercați din nou." + "body_error": "A apărut o eroare neașteptată. Vă rugăm să încercați din nou.", + "close": "Închideți", + "login": "Autentificare" }, "cart": { + "grand_total": "Total general", + "current_total": "Total actual", + "items": "Produse", + "price": "Preț", + "quantity": "Cantitate", + "fulfilled_quantity": "Cantitate îndeplinită", + "ordered_quantity": "Cantitate comandată", + "location": "Magazin", + "status": "Stare", + "remove_item": "Eliminați produsul", "subtotal": "Subtotal", "total": "Total coș de cumpărături", "discount": "Reducere", "discount_with_label": "Reducere ({label})", + "coupon_label": "Cupon: {label}", + "promotion_label": "{label}", "checkout": "Treceți la checkout", + "reserve": "Rezervați", "remove": "Eliminați", "edit": "Editează", "empty": "Coșul dvs. de cumpărături este gol.", @@ -226,9 +453,61 @@ "coupon_was_added": "Cuponul a fost adăugat!", "coupons_not_supported": "Răscumpărați cupoanele și cardurile cadou în etapa următoare", "free_shipping": "Livrare gratuită", + "allow_substitution_all": "Permiteți substituirea tuturor produselor?", + "allow_substitution": "Permiteți substituirea", "message_type_info": "Informații", "message_type_error": "Eroare", - "message_type_warning": "Atenționare" + "message_type_warning": "Atenționare", + "errors": { + "404": "Unul sau mai multe produse au fost eliminate din coșul dvs. din cauza indisponibilității.", + "1001": "Unul sau mai multe produse din coșul dvs. nu sunt disponibile în prezent. Vă rugăm să le eliminați.", + "1002": "Comenzile sunt limitate la un singur magazin de ridicare. Vă rugăm să alegeți un singur magazin.", + "1003": "Intervalul orar selectat pentru ridicare nu mai este disponibil. Vă rugăm să alegeți un alt interval.", + "item": { + "1001": "Produsul nu este disponibil în cantitatea dorită.", + "1004": "Vă rugăm să selectați un interval orar pentru ridicare.", + "1005": "Cantitatea minimă de comandă de {minQty} nu a fost încă atinsă.", + "1006": "A fost depășită cantitatea maximă de comandă de {maxQty}.", + "1007": "Vă rugăm să selectați un magazin de ridicare.", + "shopgate.cart.updateProducts": { + "1001": "Produsul nu este disponibil în cantitatea dorită." + }, + "shopgate.cart.addProducts": { + "1001": "Produsul nu este disponibil în cantitatea dorită." + }, + "generic": "A apărut o eroare neașteptată cu acest produs.", + "insufficientstock": "Nu este disponibil în stoc." + }, + "coupon": { + "404": "Acest cupon nu există.", + "2000": "Acest cupon este invalid.", + "2001": "Cuponul va fi valabil începând cu {startDate, date, yyyyMMdd} la {startDate, time, short}.", + "2002": "Cuponul a expirat pe {endDate, date, yyyyMMdd} la {endDate, time, short}.", + "2003": "Acest cupon nu este valabil pentru coșul dvs. actual.", + "2004": "Acest cupon a fost deja utilizat.", + "2005": "Acest cupon a atins limita maximă de utilizări.", + "generic": "A apărut o eroare neașteptată cu acest cupon." + }, + "generic": "A apărut o eroare neașteptată.", + "insufficientstock": "Unul sau mai multe produse din coșul dvs. nu sunt în stoc. Vă rugăm să le eliminați.", + "multiplelocations": "Comenzile sunt limitate la un singur magazin de ridicare. Vă rugăm să alegeți un singur magazin.", + "productsNotFound": "Unul sau mai multe produse au fost eliminate din coșul dvs. din cauza indisponibilității.", + "mixed_cart": "Rezervările și comenzile online trebuie să fie plasate în comenzi separate. Vă rugăm să actualizați produsele astfel încât coșul să conțină doar comenzi online sau doar rezervări.", + "direct_ship_item": "Verificați dacă acest produs poate fi rezervat într-un magazin apropiat.", + "ropis_cart_inventory": "Nu toate produsele pot fi rezervate. Vă rugăm să verificați erorile și să schimbați opțiunile de livrare.", + "ropis_item_inventory": "Acest produs nu poate fi rezervat în magazinul selectat. Verificați dacă este disponibil în alt magazin.", + "ropis_item_inventory_exceed": "Cantitatea dorită nu este disponibilă la {storeName}. Va fi rezervată cantitatea maximă de {inventory}.", + "mixed_cart_coupon_removed": "Cuponul \"{code}\" nu este disponibil pentru rezervări." + }, + "change_fulfillment": { + "direct_ship": "Schimbați la Comandați online", + "bopis": "Schimbați la Click & Collect", + "ropis": "Schimbați la Click & Reserve" + }, + "price_caption": { + "reservation": "Rezervare", + "pay_in_store": "Plătiți în magazin" + } }, "login": { "headline": "Bine ați venit!", @@ -241,17 +520,26 @@ "no_account": "Nu aveți încă un cont?", "signup": "Începeți aici.", "logout_message": "Ați fost deconectat.", - "error": "Numele de utilizator sau parola nu sunt corecte" + "auto_logout_message": "Ați fost deconectat automat.", + "error": "Numele de utilizator sau parola nu sunt corecte", + "reset_password": { + "subline": "Vă rugăm să introduceți adresa de email.", + "reset_instructions": "Veți primi un email pentru a vă reseta parola la {email}", + "back_to_login": "Înapoi la autentificare", + "customer_not_found": "Nu am găsit un cont asociat cu această adresă de email." + } }, "navigation": { "login_register": "Conectați-vă", "your_account": "Contul meu", "home": "Pagina de pornire", "categories": "Categorii", + "favorites": "Favorite", "my_orders": "Comenzile mele", "cart": "Coș de cumpărături", "shipping": "Metode de expediere", "about": "Amprenta", + "contact": "Contact", "payment": "Metode de plată", "terms": "Termeni și condiții", "privacy": "Protecția datelor", @@ -262,6 +550,8 @@ "logout": "Deconectare", "store_information": "Despre noi", "more_menu": "Mai multe", + "order_history": "Istoricul comenzilor", + "profile": "Profil", "back": "Înapoi la {title}" }, "reviews": { @@ -304,9 +594,212 @@ "geolocation_message": "Avem nevoie de acces la locație pentru a afișa magazinele din apropiere." } }, + "checkout": { + "submit_order": "Cumpărați acum", + "continue_payment": "Continuați către plată", + "continue": "Continuați", + "steps": "Pasul {from} din {to}", + "change_contacts": "Modificați contactul", + "change_addresses": "Modificați adresa", + "finalizePayment": "Finalizați comanda", + "payment": { + "title": "Cum doriți să plătiți?", + "buttons": { + "stripe": "Card de credit" + } + }, + "shippingMethod": { + "title": "Metodă de livrare", + "errors": { + "noShippingAddress": "Vă rugăm să introduceți mai întâi o adresă de livrare.", + "invalidShippingAddress": "Acest coș nu poate fi livrat la adresa specificată." + } + }, + "errors": { + "genericInitialize": "Procesul de finalizare a comenzii nu este disponibil momentan. Vă rugăm să încercați mai târziu.", + "genericUpdate": "Comanda nu a putut fi procesată. Vă rugăm să încercați mai târziu.", + "checkCart": "Vă rugăm să verificați coșul dvs.", + "genericSubmit": "Comanda nu a putut fi procesată, vă rugăm să verificați coșul dvs.", + "paypalFunding": "A apărut o eroare în timpul procesului de plată.", + "missingPaymentMethod": "Nu există o metodă de plată configurată.", + "noPaymentTransaction": "Nu există nicio tranzacție de plată disponibilă.", + "genericUpdateBilling": "Eroare la actualizarea adresei de facturare", + "payment": { + "genericExternal": "Plata cu metoda selectată a eșuat. Vă rugăm să încercați cu o altă metodă." + } + }, + "pickup_contact": { + "headline": "Contact pentru ridicare", + "headline_reserve": "Contact pentru ridicare", + "subheadline": "Confirmarea comenzii va fi trimisă la această adresă de email. Numărul de telefon va fi folosit doar în cazul în care apar întrebări.", + "form": { + "firstName": "Prenume", + "lastName": "Nume de Familie", + "mobile": "Număr de Mobil", + "emailAddress": "Adresă de Email", + "password": "Parolă *", + "passwordConfirm": "Confirmați parola *", + "company": "Companie", + "address1": "Strada și numărul", + "address2": "Informații suplimentare adresă", + "postalCode": "Cod Poștal", + "city": "Oraș", + "country": "Țară", + "region": "Județ", + "who_will_pickup": "Cine va ridica această comandă?", + "me": "Eu însumi", + "someone_else": "Altă persoană", + "instructions": "Instrucțiuni pentru ridicare" + } + }, + "billing": { + "headline": "Adresă de facturare", + "headline_reserve": "Contact pentru comandă", + "save": "Salvați", + "address": "{postalCode} {city}, {region}", + "edit": "Editați", + "change": "Schimbați", + "select_address": "Selectați o adresă de facturare" + }, + "shipping": { + "headline": "Adresă de livrare", + "save": "Salvați", + "address": "{postalCode} {city}, {region}", + "edit": "Editați", + "change": "Schimbați", + "select_address": "Selectați o adresă de livrare" + }, + "creditCard": { + "headline": "Metodă de plată", + "card": "Număr card de credit *", + "cvc": "Cod de securitate *", + "expiry": "Dată expirare *" + }, + "summary": { + "headline": "Rezumat", + "tax": "Taxe", + "subTotal": "Subtotal", + "shippingTotal": "Costuri de livrare", + "total": "Total" + }, + "success": { + "title": "Vă mulțumim pentru comanda dvs.", + "instructions_1": "Mai jos găsiți informațiile despre comanda dvs. Dacă aveți întrebări despre comandă, vă rugăm să contactați magazinul dvs.", + "instructions_2": "Rețineți că orele de ridicare pot varia în funcție de sărbători și weekenduri.", + "order_number": "Numărul comenzii: {orderNumber}", + "order_date": "Data comenzii: {date}", + "your_items": "Produse:", + "pick_up_contact": "Contact pentru ridicare", + "order_contact": "Contact pentru comandă", + "pickup_notes": "Note pentru ridicare", + "billed_to": "Adresă de facturare", + "shipped_to": "Adresă de livrare", + "order_summary": "Rezumatul comenzii", + "name": "Nume", + "phone_number": "Număr de telefon", + "email_address": "Adresă de email", + "card_holder": "Deținător card", + "address": "Adresă", + "payment_method": "Metodă de plată", + "shipping_method": "Metodă de livrare", + "continue": "Continuați cumpărăturile" + } + }, + "order": { + "status": { + "order": { + "submitted": "Trimis", + "inProgress": "În curs de procesare", + "ready": "Gata de ridicare", + "completed": "Finalizat", + "canceled": "Anulat" + }, + "line_item": { + "pending": "În așteptare", + "inProgress": "În curs de procesare", + "unavailable": "Indisponibil", + "canceled": "Anulat", + "fulfilled": "Îndeplinit", + "substituted": "Înlocuit", + "replaced": "Înlocuit", + "itemAdded": "Adăugat", + "rejected": "Respins", + "open": "Deschis" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Magazin de ridicare", + "address": "Adresă", + "phone_number": "Telefon" + }, + "subline": { + "order_number": "Numărul comenzii dvs. este: {orderNumber}", + "order_status": "Stare: {status}" + }, + "authenticate": { + "instructions": "Vă rugăm să vă autentificați cu adresa de email și numărul de telefon utilizate pentru comandă.", + "or_login": "Sau autentificare" + }, + "errors": { + "authenticate": "Emailul și numărul de telefon nu se potrivesc cu această comandă.", + "expired": "Sesiunea pentru această comandă a expirat.", + "authorize": "Comanda nu aparține acestui cont.", + "not_found": "Comanda nu a fost găsită." + }, + "cancel": { + "button": "Anulați comanda", + "modal": { + "title": "Anulare", + "message": "Sunteți sigur că doriți să anulați comanda? Această acțiune nu poate fi anulată!", + "confirm": "Da, anulează comanda" + } + } + }, + "orders": { + "header": { + "date": "Data comenzii", + "orderNumber": "Numărul comenzii", + "status": "Stare", + "lineItemCount": "Număr produse", + "total": "Total comandă" + }, + "no_result": { + "body": "Nu au fost găsite comenzi." + }, + "itemCount": "{count, plural, =1 {Produs} other {Produse}}" + }, + "page": { + "not_found": "Din păcate, pagina solicitată nu a fost găsită.", + "continue": "Continuați cumpărăturile" + }, + "registration": { + "create_account": "Creați cont", + "marketing_opt_in_label": "Ține-mă la curent cu noutăți și oferte exclusive.", + "different_shipping_address_label": "Adresă de livrare diferită", + "headlines": { + "create_new_account": "Creați un cont nou", + "shipping_address": "Adresă de livrare", + "billing_address": "Adresă de facturare", + "billing_address_reserve": "Contact pentru comandă" + } + }, "error": { "general": "Problemă de conectare. Vă rugăm să verificați conexiunea la internet sau să încercați din nou mai târziu." }, + "validation": { + "required": "Vă rugăm să completați acest câmp", + "email": "Vă rugăm să introduceți o adresă de email validă", + "numeric": "Vă rugăm să introduceți doar numere", + "alphaNumeric": "Vă rugăm să introduceți doar litere și cifre", + "mobileNumber": "Vă rugăm să introduceți un număr de mobil valid", + "date": "Vă rugăm să introduceți o dată validă", + "checkField": "Vă rugăm să verificați acest câmp", + "emailConflict": "Această adresă de email este deja înregistrată", + "passwordMismatch": "Parolele nu corespund", + "minPasswordLength": "Lungimea minimă a parolei este de %'{count} caractere" + }, "formats": { "date": { "DD": { @@ -314,7 +807,34 @@ }, "MMM": { "month": "scurt" + }, + "pattern": "zz.ll.aaaa" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "ft", + "mi": "milă" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "buc." + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": { diff --git a/themes/theme-ios11/locale/sv-SE.json b/themes/theme-ios11/locale/sv-SE.json index edc40c5e51..23862ad235 100644 --- a/themes/theme-ios11/locale/sv-SE.json +++ b/themes/theme-ios11/locale/sv-SE.json @@ -10,7 +10,11 @@ "show_products": "Visa produkter", "back": "Tillbaka", "close": "Stäng", - "products": "Produkter" + "products": "Produkter", + "error": "Ett oväntat fel har inträffat. Vänligen försök igen.", + "errors": { + "generic": "Ett oväntat fel har inträffat. Vänligen försök igen." + } }, "titles": { "categories": "Kategorier", @@ -20,9 +24,78 @@ "shipping": "Frakt", "reviews": "Recensioner", "browse": "Bläddra", - "favorites": "Bevakningslista", + "favorites": "Favoritlista", "scanner": "Skanner", - "back_in_stock": "Notifieringar" + "back_in_stock": "Notifieringar", + "checkout": "Slutför köp", + "checkout_confirmation": "Beställningen har genomförts", + "checkout_change_billing": "Ändra fakturaadress", + "register": "Registrera", + "order_details": "Beställningsdetaljer", + "store_finder": "Butikssökare", + "order_history": "Beställningshistorik", + "profile": "Profil", + "your_account": "Mitt konto", + "your_account_contact": "Adress", + "page_not_found": "Sidan hittades inte", + "checkout_addresses_shipping": "Välj leveransadress", + "checkout_addresses_billing": "Välj fakturaadress", + "checkout_addresses_add_shipping": "Lägg till leveransadress", + "checkout_addresses_add_billing": "Lägg till fakturaadress", + "checkout_addresses_edit_shipping": "Ändra leveransadress", + "checkout_addresses_edit_billing": "Ändra fakturaadress" + }, + "account": { + "profile": { + "customer": { + "number": "Kundnummer: {customerNumber}" + }, + "form": { + "firstName": "Förnamn", + "middleName": "Mellannamn", + "lastName": "Efternamn", + "emailAddress": "E-postadress", + "address1": "Gata och Nummer", + "address2": "Adress 2", + "address3": "Adress 3", + "address4": "Adress 4", + "postalCode": "Postnummer", + "city": "Stad", + "country": "Land", + "phone": "Telefonnummer", + "mobile": "Mobilnummer", + "region": "Län", + "marketing_opt_in_label": "Håll mig uppdaterad med nyheter och exklusiva erbjudanden.", + "default_billing": "Standard fakturaadress", + "default_shipping": "Standard leveransadress", + "save_default_billing": "Spara denna fakturaadress för framtida beställningar", + "save_default_shipping": "Spara denna leveransadress för framtida beställningar", + "save": "Spara", + "add": "Lägg till adress", + "success": "Profil sparad", + "error": "Fel vid sparande" + }, + "delete": "Ta bort konto", + "address_book": { + "title": "Adressbok", + "default_billing": "Standard fakturaadress", + "default_shipping": "Standard leveransadress", + "add": "Lägg till adress", + "select": "Välj", + "selected": "Vald", + "success": "Profil sparad", + "context": { + "edit": "Redigera", + "remove": "Ta bort" + } + }, + "confirm": { + "title": "Är du säker?", + "confirm": "Bekräfta", + "messageContact": "Vill du verkligen ta bort denna adress?", + "messageCustomer": "Vill du verkligen ta bort ditt konto? Alla dina personuppgifter och inställningar kommer att raderas." + } + } }, "back_in_stock": { "list_states": { @@ -45,33 +118,50 @@ "add": "Lägg till i favoritlistan", "added": "Produkten har lagts till i favoritlistan", "continue": "Fortsätt shoppa", - "empty": "Du har ännu inga varor på bevakningslistan", - "error_add": "Produkten kunde inte läggas till i bevakningslistan", - "error_remove": "Produkten kunde inte tas bort från bevakningslistan", - "error_limit": "Det tillåtna antalet produkter på bevakningslistan har överskridits.", - "remove": "Ta bort från bevakningslistan", - "removed": "Borttagen från bevakningslistan", + "empty": "Du har ännu inga varor på favoritlistan", + "error_add": "Produkten kunde inte läggas till i favoritlistan", + "error_remove": "Produkten kunde inte tas bort från favoritlistan", + "error_limit": "Det tillåtna antalet produkter på favoritlistan har överskridits.", + "remove": "Ta bort från favoritlistan", + "removed": "Borttagen från favoritlistan", "add_list_modal": { - "title": "Skapa ny bevakningslista", + "title": "Skapa ny favoritlista", "dismiss": "Avbryt", "confirm": "Bekräfta", - "message": "Namnet på din nya bevakningslista", + "message": "Namnet på din nya favoritlista", "label": "Namn" }, "rename_list_modal": { - "title": "Ändra namnet på bevakningslistan", + "title": "Ändra namnet på favoritlistan", "dismiss": "Avbryt", "confirm": "Bekräfta", - "message": "Det nya namnet på din bevakningslista", + "message": "Det nya namnet på din favoritlista", "label": "Namn" }, "add_list": "Skapa ny lista", "errors": { - "invalid_name": "Ange ett fullständigt namn för din bevakningslista" + "invalid_name": "Ange ett fullständigt namn för din favoritlista" }, "delete_list_modal": { - "title": "Radera bevakningslista", - "message": "Vill du verkligen ta bort bevakningslistan \"{name}\"?" + "title": "Radera favoritlista", + "message": "Vill du verkligen ta bort favoritlistan \"{name}\"?" + }, + "comment_modal": { + "titleAdd": "Lägg till kommentar", + "titleEdit": "Redigera kommentar", + "dismiss": "Avbryt", + "confirm": "Bekräfta", + "label": "Kommentar", + "characterCount": "{count} av {maxCount} tecken" + }, + "comments": { + "add": "Lägg till kommentar", + "notes": "Kommentar", + "edit": "Redigera", + "delete": "Ta bort", + "added": "Kommentar tillagd", + "removed": "Kommentar borttagen", + "updated": "Kommentar uppdaterad" }, "rename_list": "Byt namn på lista", "remove_list": "Ta bort", @@ -82,8 +172,9 @@ "title": "Välj en ordermetod" }, "list_chooser": { - "title": "Välj en bevakningslista", + "title": "Välj en favoritlista", "add": "Lägg till", + "add_more": "Lägg till fler", "remove": "Ta bort" }, "modal": { @@ -93,14 +184,18 @@ "open_list": "Öppna lista.", "close_list": "Stäng listan.", "load_more_button": "Ladda fler artiklar", - "error_general": "Det gick inte att spara bevakningslistan" + "error_general": "Det gick inte att spara favoritlistan" }, "filter": { "sort": { "default": "Sortera", "most_popular": "Bästa resultat", "price_desc": "Högsta pris först", - "price_asc": "Lägsta pris först" + "price_asc": "Lägsta pris först", + "name_asc": "Namn A - Ö", + "name_desc": "Namn Ö - A", + "rank_asc": "Lägsta rank först", + "rank_desc": "Högsta rank först" }, "apply": "Färdig", "more": "Mer", @@ -125,13 +220,20 @@ }, "msrp": "MSRP", "label": "Pris {price}.", - "label_old_price": "Gammalt pris {price}." + "label_old_price": "Gammalt pris {price}.", + "pricePerMeasurementFormat": "{price}/{refValue}{refUom}", + "free": "Gratis" }, "product": { + "errors": { + "insufficientstock": "Tyvärr är denna produkt för tillfället inte tillgänglig." + }, "description_heading": "Beskrivning", + "share": "Dela produkt", "pick_an_attribute": "{0} välj", "tax_disclaimer": "* Inkl. moms eventuellt plus fraktkostnader", "item_added": "{count, plural, =0 {# inga Produkter} =1 {{count} Produkt tillagd} other {{count} Produkter tillagda}}", + "item_added_unit": "{count} {unit} tillagd", "adding_item": "{count, plural, =1 {En produkt läggs till} other {{count} produkter läggs till}}", "pick_option_first": "Välj ett alternativ först. {option}", "fill_out_required_input_first": "Fyll i alla obligatoriska fält först.", @@ -139,6 +241,10 @@ "go_to_cart": "Varukorg", "no_more_found": "Artikeln: \"{name}\" är för närvarande slut i lager.", "quantity": "Kvantitet", + "decrease_quantity": "Minska mängd", + "increase_quantity": "Öka mängd", + "increased_quantity_to": "Mängden ökades till {quantity}", + "decreased_quantity_to": "Mängden minskades till {quantity}", "minOrderQuantity": "Min. orderkvantitet: {quantity} {unit}", "maxOrderQuantity": "Max. orderkvantitet: {quantity} {unit}", "available": { @@ -153,6 +259,7 @@ "sections": { "information": "Produktinformation", "options": "Välj alternativ", + "fulfillment": "Tillgänglighet", "description": "Beskrivning", "properties": "Egenskaper", "ratings": "Betyg", @@ -166,6 +273,108 @@ "properties": "Egenskaper" } }, + "locations": { + "headline": "Butiker nära dig", + "details": "Detaljer", + "hours_details": "Butikens öppettider", + "today_hours": "Idag: {hours}", + "today_hours_long": "Öppet idag: {hours}", + "address": "{postalCode} {city}", + "map_open": "Öppna i kartor", + "phone": "Telefonnummer", + "mon": "Måndag", + "tue": "Tisdag", + "wed": "Onsdag", + "thu": "Torsdag", + "fri": "Fredag", + "sat": "Lördag", + "sun": "Söndag", + "place_reservation": "Skicka bokning", + "firstName": "Förnamn", + "lastName": "Efternamn", + "cellPhone": "Mobilnummer för SMS-meddelanden", + "emailAddress": "E-postadress", + "who_will_pickup": "Vem kommer att hämta denna beställning?", + "me": "Jag själv", + "someone_else": "Någon annan", + "success_heading": "Bokningsbekräftelse", + "success_title": "Tack för din bokning!", + "success_copy": "Vi skickar ett e-postmeddelande eller SMS till dig när din bokning är klar för hämtning.", + "success_order_num": "Bokningsnummer", + "error_heading": "Ett fel inträffade", + "error_title": "Tyvärr kunde vi inte slutföra din bokning.", + "error_copy": "Ett fel inträffade under bokningsprocessen. Några av artiklarna kan ha sålts slut. Vänligen kontrollera tillgängligheten i andra butiker i din varukorg.", + "error_invalid_zip_code": "Vänligen ange ett giltigt postnummer.", + "error_no_store_found": "Vi hittade tyvärr inga butiker i detta område, vänligen kontrollera din inmatning.", + "search_placeholder": "Postnummer", + "change_location": "Byt butik", + "select_location": "Välj butik", + "get_directions": "Få vägbeskrivning", + "store_hours": "Öppettider", + "radius_km": "{radius} km", + "radius_mi": "{radius} miles", + "radius": "Radie", + "stores_near": { + "zip_code": "Butiker nära \"{zipCode}\"", + "location": "Butiker nära dig" + }, + "your_current_timeslot": { + "heading": "Upphämtningstid", + "change": "Ändra", + "today": "Idag", + "tomorrow": "Imorgon", + "not_set": "Vänligen välj..", + "dialog": { + "title": "Välj upphämtningstid", + "date": "Datum", + "morning": "Morgon", + "afternoon": "Eftermiddag", + "evening": "Kväll", + "schedule": "Välj" + } + }, + "your_current_location": { + "heading": "Nuvarande butik", + "change": "Ändra" + }, + "method": { + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "direct_ship": "Beställ online" + }, + "choose_reservation_type": "Välj bokningstyp", + "quick_reserve": "Snabb bokning", + "reserve_to_cart": "Boka i varukorgen", + "change_fulfillment_method": "Ändra leveransmetod", + "fulfillment": { + "heading": "Tillgänglighet", + "direct_ship": "Beställ online", + "ropis": "Click & Reserve", + "bopis": "Click & Collect", + "error": { + "direct_ship": "Denna produkt är inte tillgänglig för leverans. Vänligen välj ett annat alternativ eller kontrollera tillgängligheten i en butik nära dig.", + "reserve": "Denna produkt är inte tillgänglig i den valda butiken. Vänligen välj en annan butik.", + "not_ready": "Vänligen välj en butik.", + "ropis": "Denna produkt är inte tillgänglig för Click & Reserve i denna butik. Vänligen välj ett annat alternativ eller en annan butik.", + "bopis": "Denna produkt är inte tillgänglig för Click & Collect i denna butik. Vänligen välj ett annat alternativ eller en annan butik." + } + }, + "stock_info": { + "pick_up_at": "hos {storeName}", + "availableInventory": "{visibleInventory} i lager", + "available": "Tillgänglig", + "limitedAvailability": "Endast {visibleInventory} kvar i lager", + "notAvailable": "Inte tillgänglig", + "customAvailability": "Inte tillgänglig i denna butik", + "comingSoon": "Kommer snart" + }, + "no_available": "inte tillgänglig", + "multi_location_modal": { + "title": "Byt butik", + "message": "Du har redan produkter från en annan butik i din varukorg. Dessa produkter kommer att ändras till den nya butiken. Priser och tillgänglighet kan variera.", + "change_store": "Byt butik" + } + }, "category": { "error": { "title": "Hoppsan", @@ -181,6 +390,9 @@ }, "showAllProducts": { "label": "Visa alla produkter" + }, + "errors": { + "404": "Kategorin hittades inte" } }, "search": { @@ -206,14 +418,29 @@ "dismiss": "Avbryt", "ok": "Okej", "title_error": "Hoppsan!", - "body_error": "Ett oväntat fel har inträffat. Vänligen försök igen." + "body_error": "Ett oväntat fel har inträffat. Vänligen försök igen.", + "close": "Stäng", + "login": "Logga in" }, "cart": { + "grand_total": "Totalsumma", + "current_total": "Aktuell summa", + "items": "Produkter", + "price": "Pris", + "quantity": "Mängd", + "fulfilled_quantity": "Fullföljd mängd", + "ordered_quantity": "Beställd mängd", + "location": "Butik", + "status": "Status", + "remove_item": "Ta bort produkt", "subtotal": "Delsumma", "total": "Total varukorg", "discount": "Rabatt", "discount_with_label": "Rabatt ({label})", + "coupon_label": "Kupong: {label}", + "promotion_label": "{label}", "checkout": "Fortsätt till kassan", + "reserve": "Boka", "remove": "Ta bort", "edit": "Redigera", "empty": "Din varukorg är tom.", @@ -226,9 +453,61 @@ "coupon_was_added": "Kupongen har lagts till!", "coupons_not_supported": "Lös in kuponger och presentkort i nästa steg", "free_shipping": "Fri frakt", + "allow_substitution_all": "Tillåt ersättningsartiklar för alla produkter?", + "allow_substitution": "Tillåt ersättningsartiklar", "message_type_info": "Info", "message_type_error": "Fel", - "message_type_warning": "Varning" + "message_type_warning": "Varning", + "errors": { + "404": "En eller flera produkter har tagits bort från din varukorg på grund av otillgänglighet.", + "1001": "En eller flera produkter i din varukorg är för närvarande inte i lager. Vänligen ta bort dem.", + "1002": "Beställningar är begränsade till en enda upphämtningsbutik. Vänligen välj endast en butik.", + "1003": "Den valda upphämtningstiden är inte längre tillgänglig. Vänligen välj en annan tid.", + "item": { + "1001": "Produkten är inte tillgänglig i önskad mängd.", + "1004": "Vänligen välj en upphämtningstid.", + "1005": "Den minsta beställningsmängden på {minQty} har inte uppnåtts.", + "1006": "Den maximala beställningsmängden på {maxQty} har överskridits.", + "1007": "Vänligen välj en upphämtningsbutik.", + "shopgate.cart.updateProducts": { + "1001": "Produkten är inte tillgänglig i önskad mängd." + }, + "shopgate.cart.addProducts": { + "1001": "Produkten är inte tillgänglig i önskad mängd." + }, + "generic": "Ett oväntat fel inträffade med denna produkt.", + "insufficientstock": "För närvarande inte i lager." + }, + "coupon": { + "404": "Denna kupong finns inte.", + "2000": "Denna kupong är ogiltig.", + "2001": "Kupongen blir giltig från {startDate, date, yyyyMMdd} kl. {startDate, time, short}.", + "2002": "Kupongen gick ut den {endDate, date, yyyyMMdd} kl. {endDate, time, short}.", + "2003": "Denna kupong är inte giltig för din nuvarande varukorg.", + "2004": "Denna kupong har redan lösts in.", + "2005": "Denna kupong har nått det maximala inlösningsantalet.", + "generic": "Ett oväntat fel inträffade med denna kupong." + }, + "generic": "Ett oväntat fel inträffade.", + "insufficientstock": "En eller flera produkter i din varukorg är inte i lager. Vänligen ta bort dem.", + "multiplelocations": "Beställningar är begränsade till en enda upphämtningsbutik. Vänligen välj endast en butik.", + "productsNotFound": "En eller flera produkter har tagits bort från din varukorg på grund av otillgänglighet.", + "mixed_cart": "Bokningar och onlinebeställningar måste göras i separata beställningar. Vänligen uppdatera produkterna så att varukorgen endast innehåller onlinebeställningar eller bokningar.", + "direct_ship_item": "Kontrollera om denna produkt kan reserveras i en butik nära dig.", + "ropis_cart_inventory": "Inte alla produkter kan reserveras. Vänligen kontrollera felen och ändra leveransalternativen.", + "ropis_item_inventory": "Denna produkt kan inte reserveras i den valda butiken. Kontrollera om den är tillgänglig i en annan butik.", + "ropis_item_inventory_exceed": "Önskad mängd är inte tillgänglig på {storeName}. Den maximala mängden på {inventory} kommer att reserveras.", + "mixed_cart_coupon_removed": "Kupongen \"{code}\" är inte tillgänglig för bokningar." + }, + "change_fulfillment": { + "direct_ship": "Ändra till Beställ online", + "bopis": "Ändra till Click & Collect", + "ropis": "Ändra till Click & Reserve" + }, + "price_caption": { + "reservation": "Bokning", + "pay_in_store": "Betala i butik" + } }, "login": { "headline": "Välkommen!", @@ -241,17 +520,26 @@ "no_account": "Har du inget konto än?", "signup": "Registrera", "logout_message": "Du har blivit utloggad.", - "error": "Användarnamn eller lösenord är inte korrekta" + "auto_logout_message": "Du har loggats ut automatiskt.", + "error": "Användarnamn eller lösenord är inte korrekta", + "reset_password": { + "subline": "Vänligen ange din e-postadress.", + "reset_instructions": "Du kommer att få ett e-postmeddelande för att återställa ditt lösenord till {email}", + "back_to_login": "Tillbaka till inloggning", + "customer_not_found": "Vi kunde inte hitta något konto kopplat till denna e-postadress." + } }, "navigation": { "login_register": "Logga in", "your_account": "Mitt konto", "home": "Startsida", "categories": "Kategorier", + "favorites": "Favoritlista", "my_orders": "Mina beställningar", "cart": "Kundkorg", "shipping": "Leveransmetoder", "about": "Avtryck", + "contact": "Kontakt", "payment": "Betalningsmetoder", "terms": "Villkor och bestämmelser", "privacy": "Dataskydd", @@ -262,6 +550,8 @@ "logout": "Logga ut", "store_information": "Om oss", "more_menu": "Mer", + "order_history": "Beställningshistorik", + "profile": "Profil", "back": "Tillbaka till {title}" }, "reviews": { @@ -304,9 +594,212 @@ "geolocation_message": "Vi behöver tillgång till platsen för att visa närliggande butiker." } }, + "checkout": { + "submit_order": "Köp nu", + "continue_payment": "Fortsätt till betalning", + "continue": "Fortsätt", + "steps": "Steg {from} av {to}", + "change_contacts": "Ändra kontakt", + "change_addresses": "Ändra adress", + "finalizePayment": "Slutför beställning", + "payment": { + "title": "Hur vill du betala?", + "buttons": { + "stripe": "Kreditkort" + } + }, + "shippingMethod": { + "title": "Leveranssätt", + "errors": { + "noShippingAddress": "Vänligen ange en leveransadress först.", + "invalidShippingAddress": "Denna varukorg kan inte skickas till den angivna adressen." + } + }, + "errors": { + "genericInitialize": "Slutförandet av beställningen är för närvarande inte tillgängligt. Vänligen försök igen senare.", + "genericUpdate": "Beställningen kunde inte behandlas. Vänligen försök igen senare.", + "checkCart": "Vänligen kontrollera din varukorg.", + "genericSubmit": "Beställningen kunde inte behandlas, vänligen kontrollera din varukorg.", + "paypalFunding": "Ett fel inträffade vid betalningen.", + "missingPaymentMethod": "Ingen betalningsmetod konfigurerad.", + "noPaymentTransaction": "Ingen betalningstransaktion tillgänglig.", + "genericUpdateBilling": "Fel vid uppdatering av fakturaadress", + "payment": { + "genericExternal": "Betalningen med den valda metoden misslyckades. Försök igen med en annan metod." + } + }, + "pickup_contact": { + "headline": "Upphämtningskontakt", + "headline_reserve": "Upphämtningskontakt", + "subheadline": "Beställningsbekräftelsen kommer att skickas till denna e-postadress. Telefonnummer används endast om det finns några frågor.", + "form": { + "firstName": "Förnamn", + "lastName": "Efternamn", + "mobile": "Mobilnummer", + "emailAddress": "E-postadress", + "password": "Lösenord *", + "passwordConfirm": "Bekräfta lösenord *", + "company": "Företag", + "address1": "Gata och husnummer", + "address2": "Adresskomplement", + "postalCode": "Postnummer", + "city": "Stad", + "country": "Land", + "region": "Län", + "who_will_pickup": "Vem kommer att hämta denna beställning?", + "me": "Jag själv", + "someone_else": "Någon annan", + "instructions": "Upphämtningsinstruktioner" + } + }, + "billing": { + "headline": "Fakturaadress", + "headline_reserve": "Beställningskontakt", + "save": "Spara", + "address": "{postalCode} {city}, {region}", + "edit": "Redigera", + "change": "Ändra", + "select_address": "Välj en fakturaadress" + }, + "shipping": { + "headline": "Leveransadress", + "save": "Spara", + "address": "{postalCode} {city}, {region}", + "edit": "Redigera", + "change": "Ändra", + "select_address": "Välj en leveransadress" + }, + "creditCard": { + "headline": "Betalningsmetod", + "card": "Kreditkortsnummer *", + "cvc": "Säkerhetskod *", + "expiry": "Utgångsdatum *" + }, + "summary": { + "headline": "Sammanfattning", + "tax": "Skatt", + "subTotal": "Delsumma", + "shippingTotal": "Fraktkostnad", + "total": "Totalt" + }, + "success": { + "title": "Tack för din beställning", + "instructions_1": "Nedan hittar du din beställningsinformation. Om du har några frågor om beställningen, vänligen kontakta din butik.", + "instructions_2": "Observera att upphämtningstider kan variera under helgdagar och helger.", + "order_number": "Beställningsnummer: {orderNumber}", + "order_date": "Beställningsdatum: {date}", + "your_items": "Produkter:", + "pick_up_contact": "Upphämtningskontakt", + "order_contact": "Beställningskontakt", + "pickup_notes": "Upphämtningsanteckningar", + "billed_to": "Fakturaadress", + "shipped_to": "Leveransadress", + "order_summary": "Beställningssammanfattning", + "name": "Namn", + "phone_number": "Telefonnummer", + "email_address": "E-postadress", + "card_holder": "Kortinnehavare", + "address": "Adress", + "payment_method": "Betalningsmetod", + "shipping_method": "Leveransmetod", + "continue": "Fortsätt handla" + } + }, + "order": { + "status": { + "order": { + "submitted": "Inskickad", + "inProgress": "Under behandling", + "ready": "Klar för upphämtning", + "completed": "Slutförd", + "canceled": "Avbruten" + }, + "line_item": { + "pending": "Väntar", + "inProgress": "Under behandling", + "unavailable": "Inte tillgänglig", + "canceled": "Avbruten", + "fulfilled": "Utförd", + "substituted": "Ersatt", + "replaced": "Ersatt", + "itemAdded": "Tillagd", + "rejected": "Avvisad", + "open": "Öppen" + } + } + }, + "order_details": { + "pickup_location": { + "headline": "Upphämtningsbutik", + "address": "Adress", + "phone_number": "Telefon" + }, + "subline": { + "order_number": "Ditt beställningsnummer är: {orderNumber}", + "order_status": "Status: {status}" + }, + "authenticate": { + "instructions": "Vänligen autentisera dig med din e-postadress och telefonnummer som användes vid beställningen.", + "or_login": "Eller logga in" + }, + "errors": { + "authenticate": "E-postadressen och telefonnumret matchar inte denna beställning.", + "expired": "Sessionen för denna beställning har gått ut.", + "authorize": "Beställningen tillhör inte detta konto.", + "not_found": "Beställningen hittades inte." + }, + "cancel": { + "button": "Avbryt beställning", + "modal": { + "title": "Avbryt", + "message": "Är du säker på att du vill avbryta beställningen? Denna åtgärd kan inte ångras!", + "confirm": "Ja, avbryt beställning" + } + } + }, + "orders": { + "header": { + "date": "Beställningsdatum", + "orderNumber": "Beställningsnummer", + "status": "Status", + "lineItemCount": "Antal produkter", + "total": "Total beställning" + }, + "no_result": { + "body": "Inga beställningar hittades." + }, + "itemCount": "{count, plural, =1 {Produkt} other {Produkter}}" + }, + "page": { + "not_found": "Tyvärr kunde vi inte hitta den begärda sidan.", + "continue": "Fortsätt handla" + }, + "registration": { + "create_account": "Skapa konto", + "marketing_opt_in_label": "Håll mig uppdaterad med nyheter och exklusiva erbjudanden.", + "different_shipping_address_label": "Annan leveransadress", + "headlines": { + "create_new_account": "Skapa nytt konto", + "shipping_address": "Leveransadress", + "billing_address": "Fakturaadress", + "billing_address_reserve": "Beställningskontakt" + } + }, "error": { "general": "Anslutningsproblem. Kontrollera din internetanslutning eller försök igen senare." }, + "validation": { + "required": "Vänligen fyll i detta fält", + "email": "Vänligen ange en giltig e-postadress", + "numeric": "Vänligen ange endast siffror", + "alphaNumeric": "Vänligen ange endast bokstäver och siffror", + "mobileNumber": "Vänligen ange ett giltigt mobilnummer", + "date": "Vänligen ange ett giltigt datum", + "checkField": "Vänligen kontrollera detta fält", + "emailConflict": "Denna e-postadress är redan registrerad", + "passwordMismatch": "Lösenorden stämmer inte överens", + "minPasswordLength": "Minsta lösenordslängd är %'{count} tecken" + }, "formats": { "date": { "DD": { @@ -314,7 +807,34 @@ }, "MMM": { "month": "kort" + }, + "pattern": "dd.mm.åååå" + }, + "distance": { + "pattern": "{distance} {unit}", + "units": { + "m": "m", + "km": "km", + "ft": "fot", + "mi": "mil" } + }, + "unitOfMeasurement": { + "mg": "mg", + "g": "g", + "kg": "kg", + "ml": "ml", + "l": "l", + "cm": "cm", + "m": "m", + "m2": "m²", + "m3": "m³", + "piece": "st." + } + }, + "supplementalData": { + "weekData": { + "firstDay": "mon" } }, "appRating": {