85 lines
1.7 KiB
Plaintext
85 lines
1.7 KiB
Plaintext
|
|
msgid ""
|
||
|
|
msgstr ""
|
||
|
|
"Project-Id-Version: hesabix-api\n"
|
||
|
|
"Report-Msgid-Bugs-To: \n"
|
||
|
|
"POT-Creation-Date: 2025-09-15 00:00+0000\n"
|
||
|
|
"PO-Revision-Date: 2025-09-15 00:00+0000\n"
|
||
|
|
"Last-Translator: \n"
|
||
|
|
"Language-Team: en\n"
|
||
|
|
"Language: en\n"
|
||
|
|
"MIME-Version: 1.0\n"
|
||
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||
|
|
"Content-Transfer-Encoding: 8bit\n"
|
||
|
|
|
||
|
|
# Common / Errors
|
||
|
|
msgid "OK"
|
||
|
|
msgstr "OK"
|
||
|
|
|
||
|
|
msgid "HTTP_ERROR"
|
||
|
|
msgstr "Request failed"
|
||
|
|
|
||
|
|
msgid "VALIDATION_ERROR"
|
||
|
|
msgstr "Validation error"
|
||
|
|
|
||
|
|
msgid "STRING_TOO_SHORT"
|
||
|
|
msgstr "String is too short"
|
||
|
|
|
||
|
|
msgid "STRING_TOO_LONG"
|
||
|
|
msgstr "String is too long"
|
||
|
|
|
||
|
|
msgid "FIELD_REQUIRED"
|
||
|
|
msgstr "Field is required"
|
||
|
|
|
||
|
|
msgid "INVALID_EMAIL"
|
||
|
|
msgstr "Invalid email address"
|
||
|
|
|
||
|
|
# Auth
|
||
|
|
msgid "INVALID_CAPTCHA"
|
||
|
|
msgstr "Invalid captcha code."
|
||
|
|
|
||
|
|
msgid "INVALID_CREDENTIALS"
|
||
|
|
msgstr "Invalid credentials."
|
||
|
|
|
||
|
|
msgid "IDENTIFIER_REQUIRED"
|
||
|
|
msgstr "Identifier is required."
|
||
|
|
|
||
|
|
msgid "INVALID_IDENTIFIER"
|
||
|
|
msgstr "Identifier must be a valid email or mobile number."
|
||
|
|
|
||
|
|
msgid "EMAIL_IN_USE"
|
||
|
|
msgstr "Email is already in use."
|
||
|
|
|
||
|
|
msgid "MOBILE_IN_USE"
|
||
|
|
msgstr "Mobile number is already in use."
|
||
|
|
|
||
|
|
msgid "INVALID_MOBILE"
|
||
|
|
msgstr "Invalid mobile number."
|
||
|
|
|
||
|
|
msgid "ACCOUNT_DISABLED"
|
||
|
|
msgstr "Your account is disabled."
|
||
|
|
|
||
|
|
# Change Password
|
||
|
|
msgid "PASSWORDS_DO_NOT_MATCH"
|
||
|
|
msgstr "New password and confirm password do not match"
|
||
|
|
|
||
|
|
msgid "SAME_PASSWORD"
|
||
|
|
msgstr "New password must be different from current password"
|
||
|
|
|
||
|
|
msgid "INVALID_CURRENT_PASSWORD"
|
||
|
|
msgstr "Current password is incorrect"
|
||
|
|
|
||
|
|
msgid "RESET_TOKEN_INVALID_OR_EXPIRED"
|
||
|
|
msgstr "Reset token is invalid or expired."
|
||
|
|
|
||
|
|
msgid "PASSWORD_MIN_LENGTH"
|
||
|
|
msgstr "Password must be at least 8 characters"
|
||
|
|
|
||
|
|
msgid "CALENDAR_TYPE"
|
||
|
|
msgstr "Calendar Type"
|
||
|
|
|
||
|
|
msgid "GREGORIAN"
|
||
|
|
msgstr "Gregorian"
|
||
|
|
|
||
|
|
msgid "JALALI"
|
||
|
|
msgstr "Jalali"
|