translate
This commit is contained in:
19
src/i18n/locales/ar/common.js
Normal file
19
src/i18n/locales/ar/common.js
Normal file
@@ -0,0 +1,19 @@
|
||||
export default {
|
||||
"loading": "جارٍ التحميل...", // Lädt...
|
||||
"error": "خطأ", // Fehler
|
||||
"close": "إغلاق", // Schließen
|
||||
"save": "حفظ", // Speichern
|
||||
"cancel": "إلغاء", // Abbrechen
|
||||
"ok": "موافق", // OK
|
||||
"yes": "نعم", // Ja
|
||||
"no": "لا", // Nein
|
||||
"next": "التالي", // Weiter
|
||||
"back": "رجوع", // Zurück
|
||||
"edit": "تعديل", // Bearbeiten
|
||||
"delete": "حذف", // Löschen
|
||||
"add": "إضافة", // Hinzufügen
|
||||
"remove": "إزالة", // Entfernen
|
||||
"products": "منتجات", // Produkte
|
||||
"product": "منتج", // Produkt
|
||||
"days": "أيام" // Tage
|
||||
};
|
||||
Reference in New Issue
Block a user