Primer commit del sistema separado falta mejorar mucho
This commit is contained in:
75
shared/translations/en.json
Executable file
75
shared/translations/en.json
Executable file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"main_panel_title": "Main Dashboard - Bot System",
|
||||
"bot_admin_system_title": "Bot Administration System",
|
||||
"languages": "Languages",
|
||||
"logout": "Logout",
|
||||
"discord": "Discord",
|
||||
"discord_description": "Manage your Discord bot, send messages, manage templates, and more",
|
||||
"users": "Users",
|
||||
"messages": "Messages",
|
||||
"templates": "Templates",
|
||||
"telegram": "Telegram",
|
||||
"telegram_description": "Manage your Telegram bot, send messages, manage templates, and more",
|
||||
"discord_dashboard_title": "Discord Dashboard - Bot System",
|
||||
"discord_dashboard_header": "Discord Dashboard",
|
||||
"back_to_main_dashboard": "Back to Main Dashboard",
|
||||
"templates_module_title": "Templates",
|
||||
"templates_module_description": "Manage message templates",
|
||||
"create_message_module_title": "Create Message",
|
||||
"create_message_module_description": "Send messages to Discord",
|
||||
"sent_messages_module_title": "Sent Messages",
|
||||
"sent_messages_module_description": "Message history",
|
||||
"recipients_module_title": "Recipients",
|
||||
"recipients_module_description": "Manage users and channels",
|
||||
"commands_module_title": "Commands",
|
||||
"commands_module_description": "View executed commands",
|
||||
"welcome_message_module_title": "Welcome Message",
|
||||
"welcome_message_module_description": "Configure welcome message",
|
||||
"system_logs_module_title": "System Logs",
|
||||
"system_logs_module_description": "History of errors and events",
|
||||
"gallery_module_title": "Gallery",
|
||||
"gallery_module_description": "Manage images",
|
||||
"languages_module_title": "Languages",
|
||||
"languages_module_description": "Manage translations",
|
||||
"connection_test_module_title": "Connection Test",
|
||||
"connection_test_module_description": "Test connection with Discord",
|
||||
"telegram_dashboard_title": "Telegram Dashboard - Bot System",
|
||||
"telegram_dashboard_header": "Telegram Dashboard",
|
||||
"recipients_module_description_telegram": "Manage users and chats",
|
||||
"connection_test_module_description_telegram": "Test connection with Telegram",
|
||||
"language_manager_title": "Language Management - Bot System",
|
||||
"language_manager_header": "Language Management",
|
||||
"back_to_dashboard": "Back to Dashboard",
|
||||
"available_languages": "Available Languages",
|
||||
"sync_with_libretranslate": "Sync with LibreTranslate",
|
||||
"flag": "Flag",
|
||||
"code": "Code",
|
||||
"name": "Name",
|
||||
"native": "Native",
|
||||
"status": "Status",
|
||||
"action": "Action",
|
||||
"active": "Active",
|
||||
"inactive": "Inactive",
|
||||
"translation_test": "Translation Test",
|
||||
"test_connection_with_libretranslate": "Test the connection with LibreTranslate",
|
||||
"translate_to": "Translate to:",
|
||||
"type_something_to_translate": "Type something to translate...",
|
||||
"translate": "Translate",
|
||||
"result": "Result:",
|
||||
"error": "Error: ",
|
||||
"libretranslate_connection_error": "Connection error with LibreTranslate. Verify that the service is running.",
|
||||
"select_flag": "Select Flag",
|
||||
"paste_emoji_here": "Paste an emoji here...",
|
||||
"save": "Save",
|
||||
"or_select_common_one": "Or select a common one:",
|
||||
"confirm_sync": "Sync languages with LibreTranslate? This will add new available languages.",
|
||||
"syncing": "Syncing...",
|
||||
"synced_languages": "Synced {count} languages",
|
||||
"sync_error": "Error while syncing: ",
|
||||
"connection_error": "Connection error",
|
||||
"confirm_toggle_language": "Activate/deactivate this language?",
|
||||
"language_updated": "Language updated",
|
||||
"language_update_error": "Error updating language",
|
||||
"translating": "Translating...",
|
||||
"json_parse_error": "Error parsing JSON"
|
||||
}
|
||||
Reference in New Issue
Block a user