upd
This commit is contained in:
@@ -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"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user