translate
This commit is contained in:
19
src/i18n/locales/es/common.js
Normal file
19
src/i18n/locales/es/common.js
Normal file
@@ -0,0 +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
|
||||
};
|
||||
Reference in New Issue
Block a user