translate
This commit is contained in:
19
src/i18n/locales/en/common.js
Normal file
19
src/i18n/locales/en/common.js
Normal file
@@ -0,0 +1,19 @@
|
||||
export default {
|
||||
"loading": "Loading...", // Lädt...
|
||||
"error": "Error", // Fehler
|
||||
"close": "Close", // Schließen
|
||||
"save": "Save", // Speichern
|
||||
"cancel": "Cancel", // Abbrechen
|
||||
"ok": "OK", // OK
|
||||
"yes": "Yes", // Ja
|
||||
"no": "No", // Nein
|
||||
"next": "Next", // Weiter
|
||||
"back": "Back", // Zurück
|
||||
"edit": "Edit", // Bearbeiten
|
||||
"delete": "Delete", // Löschen
|
||||
"add": "Add", // Hinzufügen
|
||||
"remove": "Remove", // Entfernen
|
||||
"products": "Products", // Produkte
|
||||
"product": "Product", // Produkt
|
||||
"days": "Days" // Tage
|
||||
};
|
||||
Reference in New Issue
Block a user