mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
37 lines
2.4 KiB
PHP
37 lines
2.4 KiB
PHP
<?php
|
||
|
||
return [
|
||
"email" => "زمینه پست الکترونیکی الزامی است!",
|
||
"username" => "زمینه نام کاربری لازم است!",
|
||
"success_update" => "به روز رسانی نمایه با موفقیت!",
|
||
"adress_success_update" => "به روزرسانی آدرس موفقیت آمیز!",
|
||
"adress_success_create" => "آدرس با موفقیت ایجاد شود!",
|
||
"login_error" => "ورود نام کاربری یا رمز عبور نادرست است.",
|
||
"login_noMail_old_user" => "آدرس ایمیلی که وارد کردید یافت نشد.",
|
||
"login_noMail_old_user2" => "لطفا آدرس ایمیل را بررسی کنید و دوباره امتحان کنید.",
|
||
"login_noMail_old_user3" => "در صورت ادامه مشکل ، لطفاً با \\'info@openclassify.com\\' تماس بگیرید.",
|
||
"login_info_old_user" => "رمز جدیدی به آدرس ایمیل شما ارسال شده است.",
|
||
"success" => "موفقیت",
|
||
"notified_new_updates" => "می خواهم از به روزرسانی های جدید مطلع شوم",
|
||
"notified_about_ads" => "اجازه اعلان ها درباره تبلیغات من",
|
||
"receive_messages_email" => "می خواهم پیام را به عنوان ایمیل دریافت کنم",
|
||
"no_packages_module" => "بدون ماژول بسته بندی!",
|
||
"required_add"=> "لطفا تمام خطوط مورد نیاز را پر کنید.",
|
||
"no_extend_package" => "بسته های تبلیغاتی گسترده ای وجود ندارد",
|
||
"saved" => "ذخیره!",
|
||
'please_confirm_transaction' => 'Please Confirm Transaction',
|
||
'password_do_not_match' => 'Passwords do not match',
|
||
'your_password_changed' => 'Your password was successfully updated',
|
||
'error_valid_email_or_phone' => 'Phone number or E-mail address format is not correct.',
|
||
'error_valid_phone' => 'Phone number format is not correct.',
|
||
'registered_phone' => 'This phone number has already been registered.',
|
||
'ajax_address_error' => 'No address or not authorized to view.',
|
||
'empty_password_sms_message' => 'Due to security issues, we changed your password! Your new password is:',
|
||
'required_all' => "All Field is Required!",
|
||
|
||
// Forgot Password
|
||
'email_phone_not_found' => 'The E-mail, Phone Number is not correct!',
|
||
|
||
'disable_account' => 'Do you want to close your account? This operation cannot be undone.',
|
||
];
|