mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-03 04:57:36 +08:00
feat: add new error messages for browser process handling in English, Simplified Chinese, and Traditional Chinese locales
This commit is contained in:
parent
9793b91bc7
commit
a56b978669
@ -577,6 +577,9 @@
|
|||||||
"navigating_to_authentication_page": "Navigating to authentication page...",
|
"navigating_to_authentication_page": "Navigating to authentication page...",
|
||||||
"please_select_your_google_account_to_continue": "Please select your Google account to continue...",
|
"please_select_your_google_account_to_continue": "Please select your Google account to continue...",
|
||||||
"found_browser_data_directory": "Found browser data directory: {path}",
|
"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}"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -572,7 +572,10 @@
|
|||||||
"navigating_to_authentication_page": "正在导航到认证页面...",
|
"navigating_to_authentication_page": "正在导航到认证页面...",
|
||||||
"please_select_your_google_account_to_continue": "请选择您的 Google 账户以继续...",
|
"please_select_your_google_account_to_continue": "请选择您的 Google 账户以继续...",
|
||||||
"found_browser_data_directory": "找到浏览器数据目录: {path}",
|
"found_browser_data_directory": "找到浏览器数据目录: {path}",
|
||||||
"authentication_successful_getting_account_info": "认证成功, 获取账户信息..."
|
"authentication_successful_getting_account_info": "认证成功, 获取账户信息...",
|
||||||
|
"warning_could_not_kill_existing_browser_processes": "警告: 无法杀死现有浏览器进程: {error}",
|
||||||
|
"browser_failed_to_start": "浏览器启动失败: {error}",
|
||||||
|
"browser_failed": "浏览器启动失败: {error}"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
@ -552,6 +552,9 @@
|
|||||||
"navigating_to_authentication_page": "正在導航到認證頁面...",
|
"navigating_to_authentication_page": "正在導航到認證頁面...",
|
||||||
"please_select_your_google_account_to_continue": "請選擇您的 Google 帳戶以繼續...",
|
"please_select_your_google_account_to_continue": "請選擇您的 Google 帳戶以繼續...",
|
||||||
"found_browser_data_directory": "找到瀏覽器數據目錄: {path}",
|
"found_browser_data_directory": "找到瀏覽器數據目錄: {path}",
|
||||||
"authentication_successful_getting_account_info": "認證成功, 獲取帳戶信息..."
|
"authentication_successful_getting_account_info": "認證成功, 獲取帳戶信息...",
|
||||||
|
"warning_could_not_kill_existing_browser_processes": "警告: 無法殺死現有瀏覽器進程: {error}",
|
||||||
|
"browser_failed_to_start": "瀏覽器啟動失敗: {error}",
|
||||||
|
"browser_failed": "瀏覽器啟動失敗: {error}"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user