hesabixArc/hesabixAPI/locales/en/LC_MESSAGES/messages.po
2025-09-21 19:53:21 +03:30

272 lines
4.9 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"
msgid "rowNumber"
msgstr "Row"
msgid "firstName"
msgstr "First Name"
msgid "lastName"
msgstr "Last Name"
msgid "registrationDate"
msgstr "Registration Date"
msgid "selectedRange"
msgstr "Selected Range"
msgid "page"
msgstr "Page"
msgid "equals"
msgstr "equals"
msgid "greater_than"
msgstr "greater than"
msgid "greater_equal"
msgstr "greater or equal"
msgid "less_than"
msgstr "less than"
msgid "less_equal"
msgstr "less or equal"
msgid "not_equals"
msgstr "not equals"
msgid "contains"
msgstr "contains"
msgid "starts_with"
msgstr "starts with"
msgid "ends_with"
msgstr "ends with"
msgid "in_list"
msgstr "in list"
msgid "active"
msgstr "Active"
msgid "inactive"
msgstr "Inactive"
msgid "allFields"
msgstr "All Fields"
msgid "in"
msgstr "in"
msgid "reportDate"
msgstr "Report Date"
msgid "totalRecords"
msgstr "Total Records"
msgid "displayedRecords"
msgstr "Displayed Records"
msgid "outputType"
msgstr "Output Type"
msgid "selectedOnly"
msgstr "Selected Only"
msgid "reportGeneratedOn"
msgstr "Report generated on"
msgid "at"
msgstr "at"
msgid "hesabixAccountingSystem"
msgstr "Hesabix Accounting System"
msgid "marketingReport"
msgstr "Marketing Report"
msgid "referralList"
msgstr "Referral List"
msgid "thisMonth"
msgstr "This Month"
msgid "today"
msgstr "Today"
msgid "total"
msgstr "Total"
msgid "email"
msgstr "Email"
msgid "ofText"
msgstr "of"
msgid "noDataFound"
msgstr "No data found"
msgid "activeFilters"
msgstr "Active Filters"
msgid "search"
msgstr "Search"
msgid "referralCode"
msgstr "Referral Code"
msgid "status"
msgstr "Status"
# File Storage Management
msgid "FILE_LIST_NOT_IMPLEMENTED"
msgstr "File list - to be implemented"
msgid "FILE_LIST_ERROR"
msgstr "Error retrieving file list"
msgid "UNVERIFIED_FILES_ERROR"
msgstr "Error retrieving unverified files"
msgid "CLEANUP_COMPLETED"
msgstr "Temporary files cleanup completed successfully"
msgid "CLEANUP_ERROR"
msgstr "Error cleaning up temporary files"
msgid "FILE_DELETED_SUCCESS"
msgstr "File deleted successfully"
msgid "DELETE_FILE_ERROR"
msgstr "Error deleting file"
msgid "FILE_RESTORED_SUCCESS"
msgstr "File restored successfully"
msgid "RESTORE_FILE_ERROR"
msgstr "Error restoring file"
msgid "STATISTICS_ERROR"
msgstr "Error retrieving statistics"
msgid "STORAGE_CONFIGS_ERROR"
msgstr "Error retrieving storage configurations"
msgid "STORAGE_CONFIG_CREATED"
msgstr "Storage configuration created successfully"
msgid "CREATE_STORAGE_CONFIG_ERROR"
msgstr "Error creating storage configuration"
msgid "STORAGE_CONFIG_UPDATE_NOT_IMPLEMENTED"
msgstr "Storage configuration update - to be implemented"
msgid "UPDATE_STORAGE_CONFIG_ERROR"
msgstr "Error updating storage configuration"
msgid "STORAGE_CONFIG_NOT_FOUND"
msgstr "Storage configuration not found"
msgid "DEFAULT_STORAGE_CONFIG_UPDATED"
msgstr "Default storage configuration updated successfully"
msgid "SET_DEFAULT_STORAGE_CONFIG_ERROR"
msgstr "Error setting default configuration"
msgid "STORAGE_CONFIG_DELETED"
msgstr "Storage configuration deleted successfully"
msgid "DELETE_STORAGE_CONFIG_ERROR"
msgstr "Error deleting storage configuration"
msgid "STORAGE_CONNECTION_TEST_NOT_IMPLEMENTED"
msgstr "Storage connection test - to be implemented"
msgid "TEST_STORAGE_CONFIG_ERROR"
msgstr "Error testing storage connection"