Files
leadchat/app/javascript/dashboard/i18n/locale/ar/resetPassword.json
Chatwoot Bot be3c75e858 chore: Update translations (#6999)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-04-28 20:28:03 +05:30

16 lines
583 B
JSON

{
"RESET_PASSWORD": {
"TITLE": "إعادة تعيين كلمة المرور",
"EMAIL": {
"LABEL": "البريد الإلكتروني",
"PLACEHOLDER": "الرجاء إدخال بريدك الإلكتروني.",
"ERROR": "الرجاء إدخال بريد إلكتروني صالح."
},
"API": {
"SUCCESS_MESSAGE": "تم إرسال رابط إعادة تعيين كلمة المرور إلى بريدك الإلكتروني.",
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
},
"SUBMIT": "إرسال"
}
}