-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen.json
More file actions
50 lines (50 loc) · 3.36 KB
/
en.json
File metadata and controls
50 lines (50 loc) · 3.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"account_list_header": "<b>Accounts in the database:</b>",
"account_list_none": "\n<i>No accounts found in the database.</i>",
"account_list_entry": "{status_icon} <code>{account_name}</code> (ID: {account_id}) - {status_text}{last_used}",
"status_enabled": "Enabled",
"status_disabled": "Disabled",
"last_active": " | Last active: {datetime}",
"adding_account": "➕ Adding account `'{account_name}'`.\n\nPlease enter your **API ID**:",
"prompt_api_hash": "Great. Now, please enter your **API Hash**:",
"prompt_2fa": "️🔐 This account is protected by Two-Factor Authentication. Please enter your password (2FA):",
"prompt_lang": "Choose a language for this account (e.g., `ru` or `en`):",
"prompt_activate": "Activate this account immediately? (yes/no):",
"prompt_device": "Do you want to set a custom device? If not, a random one will be generated. (yes/no):",
"prompt_device_model": "Enter device model (e.g., `iPhone 14 Pro Max`):",
"prompt_system_version": "Enter system version (e.g., `iOS 16.5.1`):",
"prompt_app_version": "Enter app version (e.g., `10.0.1`):",
"verifying_creds": "🔎 Verifying credentials and checking for duplicates...",
"err_duplicate_session": "❌ Error: An account with Telegram ID `{user_id}` already exists in the database as `'{existing_name}'`.",
"saving_to_db": "⏳ Saving credentials to the database...",
"add_acc_success": "✅ Account `'{account_name}'` was successfully added. It will be started on the next bot restart if activated.",
"add_acc_fail": "❌ Failed to add account `'{account_name}'`. The name might already exist.",
"add_acc_timeout": "Timeout reached. Account creation process cancelled.",
"generic_error": "An unexpected error occurred: {error}",
"confirm_delete": "️⚠️ Are you sure you want to **PERMANENTLY** delete the account `'{account_name}'` and all related data (session, modules)?\n\nSend `yes` to confirm.",
"delete_success": "✅ Account `'{account_name}'` has been deleted. Changes will take effect after a restart.",
"delete_fail": "❌ Could not find account `'{account_name}'` to delete.",
"delete_cancelled": "Deletion cancelled.",
"delete_timeout": "Timeout reached. Deletion cancelled.",
"toggle_not_found": "❌ Account `'{account_name}'` not found.",
"toggle_enabled": "🟢 Account `'{account_name}'` is now **enabled**. It will start after a restart.",
"toggle_disabled": "🔴 Account `'{account_name}'` is now **disabled**. It will stop after a restart.",
"lang_updated": "✅ Language for the account has been updated to `{lang_code}`.",
"lang_update_fail": "❌ Failed to update language.",
"help_header_management": "<b>➖ Management</b>",
"help_header_modules": "<b>➖ Modules</b>",
"help_header_utils": "<b>➖ Utilities</b>",
"help_listaccs": "List all accounts",
"help_addacc": "Add a new account",
"help_delacc": "Delete an account",
"help_toggleacc": "Enable/disable an account",
"help_setlang": "Set language for the account",
"help_addmod": "Add a module (reply to file)",
"help_delmod": "Delete a module",
"help_trustmod": "Trust a module",
"help_configmod": "Configure a module",
"help_updatemodules": "Update all modules",
"help_logs": "Show bot logs",
"help_about": "About the userbot",
"about_text": "<b>DeBot Userbot on SQLAlchemy</b>"
}