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": "Cargando...", // Lädt...
"error": "Error", // Fehler
"close": "Cerrar", // Schließen
"save": "Guardar", // Speichern
"cancel": "Cancelar", // Abbrechen
"ok": "OK", // OK
"yes": "Sí", // Ja
"no": "No", // Nein
"next": "Siguiente", // Weiter
"back": "Atrás", // Zurück
"edit": "Editar", // Bearbeiten
"delete": "Eliminar", // Löschen
"add": "Añadir", // Hinzufügen
"remove": "Quitar", // Entfernen
"products": "Productos", // Produkte
"product": "Producto", // Produkt
"days": "Días" // Tage
"loading": "Cargando...",
"error": "Error",
"close": "Cerrar",
"save": "Guardar",
"cancel": "Cancelar",
"ok": "OK",
"yes": "Sí",
"no": "No",
"next": "Siguiente",
"back": "Atrás",
"edit": "Editar",
"delete": "Eliminar",
"add": "Agregar",
"remove": "Quitar",
"products": "Productos",
"product": "Producto",
"days": "Días"
};