translate

This commit is contained in:
sebseb7
2025-07-16 09:21:40 +02:00
parent 510907b48a
commit 08c04909e0
466 changed files with 7185 additions and 5018 deletions

View 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
}
};