translate
This commit is contained in:
24
src/i18n/locales/sl/cart.js
Normal file
24
src/i18n/locales/sl/cart.js
Normal file
@@ -0,0 +1,24 @@
|
||||
export default {
|
||||
"title": "Košarica", // Warenkorb
|
||||
"empty": "prazno", // leer
|
||||
"addToCart": "Dodaj v košarico", // In den Korb
|
||||
"preorderCutting": "Naroči vnaprej kot potaknjenca", // Als Steckling vorbestellen
|
||||
"continueShopping": "Nadaljuj z nakupovanjem", // Weiter einkaufen
|
||||
"proceedToCheckout": "Nadaljuj na blagajno", // Weiter zur Kasse
|
||||
"productCount": "{{count}} {{count, plural, one {izdelek} other {izdelki}}}", // {{count}} {{count, plural, one {Produkt} other {Produkte}}}
|
||||
"productSingular": "izdelek", // Produkt
|
||||
"productPlural": "izdelki", // Produkte
|
||||
"removeFromCart": "Odstrani iz košarice", // Aus dem Warenkorb entfernen
|
||||
"openCart": "Odpri košarico", // Warenkorb öffnen
|
||||
"availableFrom": "Na voljo od {{date}}", // Ab {{date}}
|
||||
"backToOrder": "← Nazaj na naročilo", // ← Zurück zur Bestellung
|
||||
"sync": {
|
||||
"title": "Sinhronizacija košarice", // Warenkorb-Synchronisierung
|
||||
"description": "V vašem računu imate shranjeno košarico. Prosimo, izberite, kako želite nadaljevati:", // Sie haben einen gespeicherten Warenkorb in ihrem Account. Bitte wählen Sie, wie Sie verfahren möchten:
|
||||
"deleteServer": "Izbriši košarico na strežniku", // Server-Warenkorb löschen
|
||||
"useServer": "Uporabi košarico s strežnika", // Server-Warenkorb übernehmen
|
||||
"merge": "Združi košarice", // Warenkörbe zusammenführen
|
||||
"currentCart": "Vaša trenutna košarica", // Ihr aktueller Warenkorb
|
||||
"serverCart": "Košarica shranjena v vašem profilu" // In Ihrem Profil gespeicherter Warenkorb
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user