diff --git a/locales/en.json b/locales/en.json index c17f237..41cab25 100644 --- a/locales/en.json +++ b/locales/en.json @@ -186,9 +186,7 @@ "stopped": "Stopped", "filter": "Filter", "offline": "Offline", - "no_monitor": "Not Monitored", - "checking": "Checking", - "live_room": "Live Room" + "no_monitor": "Not Monitored" }, "settings_page": { "recording_settings": "Recording Settings", @@ -202,6 +200,12 @@ "program_config": "Basic configuration of the program", "restore_defaults": "Restore Default Settings", "program_language": "Program Language", + "startup_settings": "Startup Settings", + "startup_settings_desc": "Configure auto-start and silent start", + "auto_start_enabled": "Launch at system startup", + "silent_start_enabled": "Start silently", + "auto_start_apply_success": "Startup settings applied", + "auto_start_apply_failed": "Failed to apply startup settings", "filename_includes_title": "Include Title in Filename", "custom_filename_template": "Custom Filename Template", "live_recording_path": "Live Recording Path", @@ -213,7 +217,6 @@ "time": "time", "title": "title", "proxy_settings": "Proxy Settings", - "remember_window_size": "Remember Window Size", "is_proxy_enabled": "Configuration for using proxy and related settings", "enable_proxy": "Enable Proxy", "proxy_address": "Proxy Address", @@ -259,17 +262,27 @@ "close_broadcast_push_enabled": "Broadcast End Push", "only_notify_no_record": "Only notify without recording", "notify_loop_time": "Only notify loop time", + "stream_end_notification_delay_seconds": "Stream end notification delay (s)", "custom_push_settings": "Custom Push Settings", "personalized_notification_content_behavior": "Personalized notification content and behavior", "custom_push_title": "Custom Push Title", "custom_open_broadcast_content": "Custom Broadcast Start Notification Content", "custom_close_broadcast_content": "Custom Broadcast End Notification Content", + "notification_history": "Notification History", + "notification_history_desc": "Keep push results to help troubleshoot failures", + "notification_history_enabled": "Enable notification history", + "notification_history_max_entries": "Max history entries", + "notification_history_clear": "Clear history", + "notification_history_empty": "No history yet", + "notification_history_type_start": "Start", + "notification_history_type_end": "End", + "notification_history_type_unknown": "Unknown", "push_channels": "Push Channels", "dingtalk": "DingTalk", "wechat": "Wechat", - "feishu": "Feishu", "email": "Email", "telegram": "Telegram", + "feishu": "Feishu", "select_and_enable_channels": "Select and enable the channels you want to use", "channel_configuration": "Channel Configuration", "configure_enabled_channels": "Configure your enabled notification channels", @@ -279,7 +292,6 @@ "dingtalk_webhook_hint": "Enter DingTalk group webhook URL", "dingtalk_phone_numbers_hint": "Enter DingTalk phone numbers", "wechat_webhook_url": "WeChat Webhook URL", - "feishu_webhook_url": "Feishu Webhook URL", "bark_webhook_url": "Bark Webhook URL", "bark_interrupt_level": "Bark Interrupt Level", "bark_sound": "Bark Sound", @@ -293,6 +305,12 @@ "serverchan_tags": "ServerChan Tags", "serverchan": "ServerChan", "telegram_chat_id": "Telegram Chat ID", + "feishu_webhook_url": "Feishu Bot Webhook", + "feishu_webhook_hint": "Enter Feishu group bot webhook URL", + "feishu_sign_secret": "Feishu Bot Sign Secret (Optional)", + "feishu_msg_type": "Feishu Message Type", + "feishu_message_type_text": "Text", + "feishu_message_type_post": "Post", "smtp_server": "Smtp Server", "email_username": "Email Username", "email_password": "Email Password", @@ -368,9 +386,7 @@ "switch_account_type": "Switch account type", "switch_language_tip": "Tip: It is recommended to restart the program after switching languages", "platform_max_concurrent_requests": "Max concurrent recordings per platform", - "platform_max_concurrent_requests_tip": "The maximum number of concurrent requests allowed per platform. Default is 3.", - "check_live_on_browser_refresh": "Check live status when refreshing the web", - "check_live_on_browser_refresh_tip": "Check live status when refreshing the web" + "platform_max_concurrent_requests_tip": "The maximum number of concurrent requests allowed per platform. Default is 3." }, "about_page": { "about_project": "About This Application", @@ -503,4 +519,4 @@ "login_failed": "Username or password is incorrect", "login_success": "Login successful" } -} \ No newline at end of file +}