/
Master-RUS
/
3x-ui_API_Viewer
Обзор
Документация
Войти
/
Master-RUS
/
3x-ui_API_Viewer
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lang/en.py
61 строка
2 KB
~Master~
add text
16 июл 2025, 08:25
16 июл 2025, 08:25
61547eb
Код
Авторство
О чём код?
# lang/en.py texts = { 'title': '🛠️ 3x-ui API Viewer', 'search_label': '🔍 Search:', 'connect_button': '🔄 Connect', 'export_button': '📤 Export CSV', 'language_label': 'Select language:', } columns_info = { "Email": 180, "Port": 60, "Protocol": 80, "End Date": 130, "Enable": 80, "Traffic Limit": 120, "Traffic": 250 } L = { 'attempt_label': "Attempt: {} of {}", 'downloading': "Downloading: {}%", 'http_error': "HTTP error: {}", 'download_error': "Error: {}", 'update': "Update", 'update_success': "Update completed successfully. The application will restart.", 'update_error': "Update Error", 'apply_update_error': "Failed to apply update:\n{}", 'update_available': "Update Available", 'update_prompt': "New version {} \nfound (current is {}). \nUpdate now?", 'yes': "Yes", 'no': "No", 'checking_updates': "Checking for updates", 'checking': "Checking for updates...", 'checking_attempt': "Checking for updates... (attempt {}/{})", 'error': "Error", 'check_failed': "Failed to check for updates.", 'no_update': "You have the latest version installed.", 'check_exception': "Error while checking for updates:\n{}", 'starting_download': "Starting downloading update...", 'download_failed': "Error downloading update", 'downloading_update': "Downloading update...", "settings_title": "Connection Settings", "save_success": "Settings saved successfully.", "fill_fields": "Please fill in all settings fields.", "save": "Save", "host": "Host", "path": "Path", "username": "Username", "password": "Password", "secret": "Secret", "login_failed": "Login failed", "expired": "Expired", "warning": "Expiring Soon", "active": "Active", "no_data": "No data", "no_data_to_export": "No data to export", "export_done": "Export Complete", "data_saved_to": "Data saved to", }