feat: add new error messages for browser process handling in English, Simplified Chinese, and Traditional Chinese locales

This commit is contained in:
yeongpin
2025-03-31 12:33:25 +08:00
parent 9793b91bc7
commit a56b978669
3 changed files with 12 additions and 3 deletions

View File

@@ -577,6 +577,9 @@
"navigating_to_authentication_page": "Navigating to authentication page...",
"please_select_your_google_account_to_continue": "Please select your Google account to continue...",
"found_browser_data_directory": "Found browser data directory: {path}",
"authentication_successful_getting_account_info": "Authentication successful, getting account info..."
"authentication_successful_getting_account_info": "Authentication successful, getting account info...",
"warning_could_not_kill_existing_browser_processes": "Warning: Could not kill existing browser processes: {error}",
"browser_failed_to_start": "Browser failed to start: {error}",
"browser_failed": "Browser failed to start: {error}"
}
}