This commit is contained in:
sebseb7
2025-07-16 09:57:45 +02:00
parent 3e3e676ded
commit 4f5bc96c9b
185 changed files with 2367 additions and 2022 deletions

View File

@@ -1,19 +1,19 @@
export default {
"loading": "Učitavanje...", // Lädt...
"error": "Greška", // Fehler
"close": "Zatvori", // Schließen
"save": "Spremi", // Speichern
"cancel": "Odustani", // Abbrechen
"ok": "OK", // OK
"yes": "Da", // Ja
"no": "Ne", // Nein
"next": "Dalje", // Weiter
"back": "Natrag", // Zurück
"edit": "Uredi", // Bearbeiten
"delete": "Izbriši", // Löschen
"add": "Dodaj", // Hinzufügen
"remove": "Ukloni", // Entfernen
"products": "Proizvodi", // Produkte
"product": "Proizvod", // Produkt
"days": "Dani" // Tage
"loading": "Učitavanje...",
"error": "Greška",
"close": "Zatvori",
"save": "Spremi",
"cancel": "Odustani",
"ok": "OK",
"yes": "Da",
"no": "Ne",
"next": "Sljedeće",
"back": "Natrag",
"edit": "Uredi",
"delete": "Izbriši",
"add": "Dodaj",
"remove": "Ukloni",
"products": "Proizvodi",
"product": "Proizvod",
"days": "Dani"
};