forked from amer2004/SweetHome
Added translation to payments
This commit is contained in:
@ -60,6 +60,9 @@ const resources = {
|
||||
"termsOfUse": "Terms of Use",
|
||||
"privacyPolicy": "Privacy Policy",
|
||||
"invalidCredentials": "Invalid credentials",
|
||||
"serverError": "Server error, please try again later",
|
||||
"apiNotFound": "Service temporarily unavailable",
|
||||
"tooManyRequests": "Too many requests, please wait",
|
||||
"connectionError": "A connection error occurred",
|
||||
"phoneInvalid": "Invalid phone number",
|
||||
"resendSuccess": "Verification code resent",
|
||||
@ -1488,6 +1491,16 @@ const resources = {
|
||||
"payments.cashPendingDialogDesc2": "The platform will confirm the payment after receiving the amount.",
|
||||
"payments.platformOfficeFullAddress": "Platform Office: Abu Rumaneh, Al-Malki Street, Damascus",
|
||||
"payments.closeButton": "Close",
|
||||
"payments.propertyLabel": "Property",
|
||||
|
||||
"payments.method.cash": "Cash Payment",
|
||||
"payments.method.cashDesc": "Pay now with automatic booking confirmation",
|
||||
"payments.method.office": "Cash",
|
||||
"payments.method.officeDesc": "Pay at the platform office. Confirmed later.",
|
||||
"payments.method.transfer": "Internal Transfer",
|
||||
"payments.method.transferDesc": "Transfer from internal account then send reference",
|
||||
"payments.method.electronic": "Electronic Payment",
|
||||
"payments.method.electronicDesc": "Electronic payment will be activated later",
|
||||
|
||||
/* ─── Onboarding ─── */
|
||||
"onboarding.step1.title": "Welcome to SweetHome",
|
||||
@ -1655,6 +1668,9 @@ const resources = {
|
||||
"termsOfUse": "شروط الاستخدام",
|
||||
"privacyPolicy": "سياسة الخصوصية",
|
||||
"invalidCredentials": "بيانات الدخول غير صحيحة",
|
||||
"serverError": "خطأ في الخادم، يرجى المحاولة لاحقاً",
|
||||
"apiNotFound": "الخدمة غير متاحة مؤقتاً",
|
||||
"tooManyRequests": "طلبات كثيرة جداً، يرجى الانتظار",
|
||||
"connectionError": "حدث خطأ في الاتصال",
|
||||
"phoneInvalid": "رقم الهاتف غير صالح",
|
||||
"resendSuccess": "تم إرسال رمز التحقق مجدداً",
|
||||
@ -2924,6 +2940,16 @@ const resources = {
|
||||
"payments.cashPendingDialogDesc2": "ستقوم المنصة بتأكيد الدفع بعد استلام المبلع.",
|
||||
"payments.platformOfficeFullAddress": "مكتب المنصة: أبو رمانة، شارع المالكي، دمشق",
|
||||
"payments.closeButton": "إغلاق",
|
||||
"payments.propertyLabel": "عقار",
|
||||
|
||||
"payments.method.cash": "الدفع النقدي",
|
||||
"payments.method.cashDesc": "ادفع الآن عبر شام كاش مع تأكيد تلقائي للحجز",
|
||||
"payments.method.office": "نقداً",
|
||||
"payments.method.officeDesc": "ادفع في مكتب المنصة. يتم التأكيد لاحقاً",
|
||||
"payments.method.transfer": "تحويل داخلي",
|
||||
"payments.method.transferDesc": "حول من حساب داخلي ثم أرسل المرجع",
|
||||
"payments.method.electronic": "دفع إلكتروني",
|
||||
"payments.method.electronicDesc": "سيتم تفعيل الدفع الإلكتروني لاحقاً",
|
||||
|
||||
/* ─── Onboarding ─── */
|
||||
"onboarding.step1.title": "مرحباً بك في SweetHome",
|
||||
|
||||
Reference in New Issue
Block a user