Feature: Add persian translation (#1017)

Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
This commit is contained in:
Ali Ghanavatian
2020-07-10 20:08:59 +04:30
committed by GitHub
parent e8994165ea
commit 24101eb117
22 changed files with 967 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
{
"RESET_PASSWORD": {
"TITLE": "ریست کردن رمز عبور",
"EMAIL": {
"LABEL": "ایمیل",
"PLACEHOLDER": "لطفا ایمیل خود را وارد کنید",
"ERROR": "ظاهرا این ایمیل صحیح نیست، لطفا اصلاح کنید"
},
"API": {
"SUCCESS_MESSAGE": "لینک ریست کردن رمز عبور به ایمیلتان ارسال شد",
"ERROR_MESSAGE": "ارتباط با سرور برقرار نشد، لطفا مجددا امتحان کنید"
},
"SUBMIT": "ثبت"
}
}