Panel/lang/Persian/global.php
copilot-swe-agent[bot] 898018d204 Complete license header replacement with file purpose descriptions (675 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:46:27 +00:00

124 lines
No EOL
7.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/*
* Language definitions (Persian localization)
*/
define('OGP_LANG_lang_charset', "UTF-8");
define('OGP_LANG_already_logged_in_redirecting_to_dashboard', "شما وارد شده اید، در حال انتقال به پیشخوان...");
define('OGP_LANG_logging_in', "درحال ورود");
define('OGP_LANG_redirecting_in', "انتقال در");
define('OGP_LANG_refresh_page', "بارگذاری مجدد برگه");
define('OGP_LANG_no_rights', "شما به این برگه دسترسی ندارید.");
define('OGP_LANG_welcome', "خوش آمدید");
define('OGP_LANG_logout', "خروج");
define('OGP_LANG_logout_message', "شما خارج شدید.");
define('OGP_LANG_support', "پشتیبانی");
define('OGP_LANG_password', "گذرواژه");
define('OGP_LANG_login', "نام کاربری");
define('OGP_LANG_login_button', "ورود");
define('OGP_LANG_solve_captcha', "بررسی کپچا");
define('OGP_LANG_lost_passwd', "گذرواژه خود را فراموش کردید ؟");
define('OGP_LANG_no_db_connection', "نمی تواند به پایگاه داده متصل شود.");
define('OGP_LANG_bad_login', "نام کاربری یا گذرواژه اشتباه است.");
define('OGP_LANG_not_logged_in', "شما درحال حاضر ورود نکرده اید.");
define('OGP_LANG_remove_install', "لطفا install.php را به دلایل امنیتی پاک کنید.");
define('OGP_LANG_agent_offline', "Agentــی که این سرور را کنترل می کند، آفلاین است.");
define('OGP_LANG_logged_in', "وارد شده اید به عنوان");
define('OGP_LANG_delete', "حذف");
define('OGP_LANG_edit', "ویرایش");
define('OGP_LANG_actions', "توانایی ها");
define('OGP_LANG_invalid_subpage', "زیربرگه اشتباه است.");
define('OGP_LANG_invalid_home_id', "Invalid home ID entered.");
define('OGP_LANG_note', "نکته");
define('OGP_LANG_hint', "راهنما");
define('OGP_LANG_yes', "بله");
define('OGP_LANG_no', "خیر");
define('OGP_LANG_on', "روشن");
define('OGP_LANG_off', "خاموش");
define('OGP_LANG_db_error_invalid_host', "میزبان پایگاه داده اشتباه است.");
define('OGP_LANG_db_error_invalid_user_and_pass', "نام کاربری یا گذرواژه پایگاه داده اشتباه است.");
define('OGP_LANG_db_error_invalid_database', "پایگاه داده اشتباه است.");
define('OGP_LANG_db_unknown_error', "خطای ناشناخته پایگاه داده: %s");
define('OGP_LANG_db_error_module_missing', "Required PHP database module missing.");
define('OGP_LANG_db_error_invalid_db_type', "نوع پایگاه داده از فایل Config اشتباه است.");
define('OGP_LANG_invalid_login_information', "مشخصات ورود اشتباه است.");
define('OGP_LANG_failed_to_read_config', "خواندن فایل Config با شکست مواجه شد.");
define('OGP_LANG_account_expired', "حساب کاربری شما منسوخ شده.");
define('OGP_LANG_contact_admin_to_enable_account', "برای فعال کردن حساب کاربری خود به مدیریت پیام دهید.");
define('OGP_LANG_maintenance_mode_on', "سایت در حالت ساخت و ساز است.");
define('OGP_LANG_logging_out_10', "تا 10 ثانیه دیگر خارج می شوید");
define('OGP_LANG_invalid_redirect', "درحال انتقال");
define('OGP_LANG_login_title', "ورود به پنل");
define('OGP_LANG_module_not_installed', "ماژول نصب نشده است.");
define('OGP_LANG_no_access_to_home', "شما به برگه خانه دسترسی ندارید.");
define('OGP_LANG_not_available', "N/A");
define('OGP_LANG_offline', "آفلاین");
define('OGP_LANG_online', "آنلاین");
define('OGP_LANG_invalid_url', "آدرس برگه اشتباه است.");
define('OGP_LANG_xml_file_not_valid', "XML file '%s' could not be validated with schema '%s'.");
define('OGP_LANG_unable_to_load_xml', "نمیتوانیم فایل XML \"%s\" را بارگذاری کنیم، دسترسی ها مشکلی ندارند؟");
define('OGP_LANG_gamemanager', "مدیریت بازی");
define('OGP_LANG_game_monitor', "مانیتور بازی");
define('OGP_LANG_dashboard', "پیشخوان");
define('OGP_LANG_user_addons', "افزونه ها");
define('OGP_LANG_ftp', "FTP");
define('OGP_LANG_shop', "فروشگاه");
define('OGP_LANG_shop_guest', "Shop");
define('OGP_LANG_TS3Admin', "مدیریت TS3");
define('OGP_LANG_administration', "مدیریت");
define('OGP_LANG_config_games', "Game/Mod Config");
define('OGP_LANG_modulemanager', "ماژول ها");
define('OGP_LANG_server', "سرور ها");
define('OGP_LANG_settings', "تنظیمات پنل");
define('OGP_LANG_themes', "تنظیمات پوسته");
define('OGP_LANG_user_admin', "کاربران");
define('OGP_LANG_sub_users', "زیر کاربران");
define('OGP_LANG_show_groups', "گروه ها");
define('OGP_LANG_user_games', "Game Server ها");
define('OGP_LANG_addons_manager', "مدیریت ماژول ها");
define('OGP_LANG_ftp_admin', "کاربران FTP");
define('OGP_LANG_orders', "سفارشات");
define('OGP_LANG_services', "خدمات");
define('OGP_LANG_shop_settings', "تنظیمات فروشگاه");
define('OGP_LANG_update', "به روزرسانی پنل");
define('OGP_LANG_extras', "اضافی ها");
define('OGP_LANG_show', "نمایش");
define('OGP_LANG_show_all', "نمایش تمام سرور ها");
define('OGP_LANG_cur_theme', "پوسته %s");
define('OGP_LANG_copyright', "حق کپی برداری");
define('OGP_LANG_all_rights_reserved', "All rights reserved");
define('OGP_LANG_version', "نسخه");
define('OGP_LANG_show_version', "نمایش نسخه");
define('OGP_LANG_queries_executed', "Query اجرا شده");
define('OGP_LANG_lang', "زبان");
define('OGP_LANG_get_size', "Show Size");
define('OGP_LANG_total_size', "سایز کلی");
define('OGP_LANG_lgsl', "LGSL");
define('OGP_LANG_lgsl_admin', "مدیریت LGSL");
define('OGP_LANG_rcon', "RCON");
define('OGP_LANG_watch_logger', "مشاهده گزارشات");
define('OGP_LANG_litefm_settings', "تنظیمات LiteFM");
define('OGP_LANG_assign_expiration_date', "Assign expiration date");
define('OGP_LANG_assign_expiration_date_info', "Once it expires the server is unassigned but not removed.");
define('OGP_LANG_server_expiration_date', "تاریخ اتمام سرور");
define('OGP_LANG_server_expiration_date_info', "Once it expires the server is removed (database and files).");
define('OGP_LANG_set_expiration_date', "انتخاب تاریخ اتمام");
define('OGP_LANG_admin_dsi', "تنظیمات DSi");
define('OGP_LANG_user_dsi', "DSi");
define('OGP_LANG_list_dsi', "لیست DSi");
define('OGP_LANG_no_remote_servers', "هیچ سرور Remoteـی وجود نارد! برای استفاده، یک سرور اضافه کنید.");
define('OGP_LANG_no_results_found', "نتایجی برای %s پیدا نشد.");
define('OGP_LANG_tickets', "Support Tickets");
define('OGP_LANG_news', "News");
define('OGP_LANG_admin_news', "News Admin");
define('OGP_LANG_util', "Utilities");
define('OGP_LANG_fast_download', "Fast Download");
define('OGP_LANG_fd_user', "Fast Download");
define('OGP_LANG_cron', "Cron Admin");
define('OGP_LANG_user_cron', "Cron");
define('OGP_LANG_faq', "F.A.Q.");
define('OGP_LANG_mysql_admin', "MySQL Admin");
define('OGP_LANG_copied', "Copied!");
define('OGP_LANG_ticket_settings', "Ticket Settings");
define('OGP_LANG_form', "Register");
?>