This commit is contained in:
xkeyC 2024-03-21 19:50:56 +08:00
commit 75140cc63c
4 changed files with 176 additions and 46 deletions

71
.github/workflows/windows_nightly.yml vendored Normal file
View File

@ -0,0 +1,71 @@
name: "Windows Nightly Build"
on:
schedule:
- cron: "0 0 * * *" # every day at midnight
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up MSbuild
uses: microsoft/setup-msbuild@v2
- name: Set up Flutter
uses: subosito/flutter-action@v2.12.0
with:
channel: 'stable'
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' # optional, change this to force refresh cache
cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:' # optional, change this to specify the cache path
- run: flutter --version
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
- name: Rust Version
run: |
rustup --version
cargo --version
- name: Rust Cache
uses: Swatinem/rust-cache@v2
with:
workspaces: "rust"
cache-all-crates: true
- name: Set up LLVM
uses: KyleMayes/install-llvm-action@v1
with:
version: "17.0.2"
- name: Flutter pub get
run: flutter pub get
- name: Flutter build runner
run: dart run build_runner build --delete-conflicting-outputs
- name: Rust cargo update
run: cargo update
working-directory: rust
- name: Set up Flutter rust bridge
run: |
cargo install cargo-expand
cargo install 'flutter_rust_bridge_codegen@^2.0.0-dev.0'
- name: Flutter Rust bridge generate
run: flutter_rust_bridge_codegen generate
- name: flutter gen l10n
run: |
flutter pub global activate intl_utils
flutter pub global run intl_utils:generate
- name: Flutter build Windows
run: flutter build windows
- name: Archive build
uses: actions/upload-artifact@v4
with:
name: windows
path: build/windows/x64/runner/Release

View File

@ -2,6 +2,8 @@
该工具为 星际公民玩家 提供 一键诊断,官网及工具网站汉化,游戏汉化,游戏性能优化 等功能,给您带来更愉快的游戏体验。 该工具为 星际公民玩家 提供 一键诊断,官网及工具网站汉化,游戏汉化,游戏性能优化 等功能,给您带来更愉快的游戏体验。
[![Windows Nightly Build](https://github.com/StarCitizenToolBox/app/actions/workflows/windows_nightly.yml/badge.svg)](https://github.com/StarCitizenToolBox/app/actions/workflows/windows_nightly.yml)
[![](https://get.microsoft.com/images/zh-cn%20dark.svg)](https://apps.microsoft.com/detail/9NF3SWFWNKL1?launch=true) [![](https://get.microsoft.com/images/zh-cn%20dark.svg)](https://apps.microsoft.com/detail/9NF3SWFWNKL1?launch=true)
### ✨ 功能 ### ✨ 功能

View File

@ -1,6 +1,5 @@
{ {
"@@locale": "en", "@@locale": "en",
"@auto_translate_locale": "en",
"app_language_name": "English", "app_language_name": "English",
"@app_language_name": {}, "@app_language_name": {},
"app_language_code": "en", "app_language_code": "en",
@ -25,17 +24,17 @@
"@about_disclaimer": {}, "@about_disclaimer": {},
"about_analytics_launch": "Start up", "about_analytics_launch": "Start up",
"@about_analytics_launch": {}, "@about_analytics_launch": {},
"about_analytics_launch_game": "Start the game", "about_analytics_launch_game": "Game launches",
"@about_analytics_launch_game": {}, "@about_analytics_launch_game": {},
"about_analytics_total_users": "Cumulative users", "about_analytics_total_users": "Cumulative users",
"@about_analytics_total_users": {}, "@about_analytics_total_users": {},
"about_analytics_install_translation": "Localization installation", "about_analytics_install_translation": "Localization installs",
"@about_analytics_install_translation": {}, "@about_analytics_install_translation": {},
"about_analytics_performance_optimization": "Performance tuning", "about_analytics_performance_optimization": "Performance tuning",
"@about_analytics_performance_optimization": {}, "@about_analytics_performance_optimization": {},
"about_analytics_p4k_redirection": "P4k diversion", "about_analytics_p4k_redirection": "P4k diversion",
"@about_analytics_p4k_redirection": {}, "@about_analytics_p4k_redirection": {},
"about_analytics_units_user": "Bit", "about_analytics_units_user": "users",
"@about_analytics_units_user": {}, "@about_analytics_units_user": {},
"about_analytics_units_times": "Second-rate", "about_analytics_units_times": "Second-rate",
"@about_analytics_units_times": {}, "@about_analytics_units_times": {},
@ -45,25 +44,25 @@
"@home_holiday_countdown": {}, "@home_holiday_countdown": {},
"home_holiday_countdown_disclaimer": "* The above festival date is included in artificially and maintained. There may be errors. Welcome to feedback!", "home_holiday_countdown_disclaimer": "* The above festival date is included in artificially and maintained. There may be errors. Welcome to feedback!",
"@home_holiday_countdown_disclaimer": {}, "@home_holiday_countdown_disclaimer": {},
"home_action_one_click_launch": "One-button start", "home_action_one_click_launch": "One-click launch",
"@home_action_one_click_launch": {}, "@home_action_one_click_launch": {},
"home_title_logging_in": "Logging in...", "home_title_logging_in": "Logging in...",
"@home_title_logging_in": {}, "@home_title_logging_in": {},
"home_info_auto_fill_notice": "* If the automatic filling is turned on, please pay attention to the pop -up Windows Hello window", "home_info_auto_fill_notice": "* If the automatic filling is turned on, please pay attention to the Windows Hello pop-up",
"@home_info_auto_fill_notice": {}, "@home_info_auto_fill_notice": {},
"home_login_title_welcome_back": "Welcome back!", "home_login_title_welcome_back": "Welcome back!",
"@home_login_title_welcome_back": {}, "@home_login_title_welcome_back": {},
"home_login_title_launching_game": "I'm starting the game for you ...", "home_login_title_launching_game": "Launching game for you ...",
"@home_login_title_launching_game": {}, "@home_login_title_launching_game": {},
"home_action_login_rsi_account": "Log in to RSI account", "home_action_login_rsi_account": "Log in to RSI account",
"@home_action_login_rsi_account": {}, "@home_action_login_rsi_account": {},
"home_action_q_auto_password_fill_prompt": "Do you turn on the automatic password filling?", "home_action_q_auto_password_fill_prompt": "Turn on the automatic password filling?",
"@home_action_q_auto_password_fill_prompt": {}, "@home_action_q_auto_password_fill_prompt": {},
"home_login_info_password_encryption_notice": "The box will use the PIN and Windows credentials to save your password encryption, and the password is only stored in your device.\n\nWhen you need to enter a password for the next login, you only need to authorize PIN to automatically fill in the login.", "home_login_info_password_encryption_notice": "The box will use the PIN and Windows credentials to save your password encryption, and the password is only stored in your device.\n\nWhen you need to enter a password for the next login, you only need to authorize PIN to automatically fill in the login.",
"@home_login_info_password_encryption_notice": {}, "@home_login_info_password_encryption_notice": {},
"home_login_info_enter_pin_to_encrypt": "Enter PIN to enable encryption", "home_login_info_enter_pin_to_encrypt": "Enter PIN to enable encryption",
"@home_login_info_enter_pin_to_encrypt": {}, "@home_login_info_enter_pin_to_encrypt": {},
"home_login_info_game_version_outdated": "Game version expires", "home_login_info_game_version_outdated": "Outdated game version",
"@home_login_info_game_version_outdated": {}, "@home_login_info_game_version_outdated": {},
"home_login_info_rsi_server_report": "RSI server report version number: {v1}\n\nLocal version number: {v2}\n\nIt is recommended to use RSI Launcher to update the game!", "home_login_info_rsi_server_report": "RSI server report version number: {v1}\n\nLocal version number: {v2}\n\nIt is recommended to use RSI Launcher to update the game!",
"@home_login_info_rsi_server_report": {}, "@home_login_info_rsi_server_report": {},
@ -75,7 +74,7 @@
"@home_login_info_one_click_launch_description": {}, "@home_login_info_one_click_launch_description": {},
"home_login_action_title_need_webview2_runtime": "Need to install WebView2 Runtime", "home_login_action_title_need_webview2_runtime": "Need to install WebView2 Runtime",
"@home_login_action_title_need_webview2_runtime": {}, "@home_login_action_title_need_webview2_runtime": {},
"action_close": "Closure", "action_close": "Close",
"@action_close": {}, "@action_close": {},
"downloader_speed_limit_settings": "Speed limit setting", "downloader_speed_limit_settings": "Speed limit setting",
"@downloader_speed_limit_settings": {}, "@downloader_speed_limit_settings": {},
@ -103,7 +102,7 @@
"@downloader_action_options": {}, "@downloader_action_options": {},
"downloader_action_continue_download": "Continue download", "downloader_action_continue_download": "Continue download",
"@downloader_action_continue_download": {}, "@downloader_action_continue_download": {},
"downloader_action_pause_download": "Paradse download", "downloader_action_pause_download": "Pause download",
"@downloader_action_pause_download": {}, "@downloader_action_pause_download": {},
"downloader_action_cancel_download": "Cancel download", "downloader_action_cancel_download": "Cancel download",
"@downloader_action_cancel_download": {}, "@downloader_action_cancel_download": {},
@ -429,11 +428,11 @@
"@performance_info_generate_config_file": {}, "@performance_info_generate_config_file": {},
"performance_info_write_out_config_file": "Write the configuration file", "performance_info_write_out_config_file": "Write the configuration file",
"@performance_info_write_out_config_file": {}, "@performance_info_write_out_config_file": {},
"app_index_menu_home": "Index", "app_index_menu_home": "Home",
"@app_index_menu_home": {}, "@app_index_menu_home": {},
"app_index_menu_lobby": "Hall", "app_index_menu_lobby": "Lobby",
"@app_index_menu_lobby": {}, "@app_index_menu_lobby": {},
"app_index_menu_tools": "Tool", "app_index_menu_tools": "Tools",
"@app_index_menu_tools": {}, "@app_index_menu_tools": {},
"app_index_menu_settings": "Settings", "app_index_menu_settings": "Settings",
"@app_index_menu_settings": {}, "@app_index_menu_settings": {},
@ -672,32 +671,61 @@
"webview_localization_device_windows_hello_toast": "Please complete the Windows Hello verification to fill in the password", "webview_localization_device_windows_hello_toast": "Please complete the Windows Hello verification to fill in the password",
"@webview_localization_device_windows_hello_toast": {}, "@webview_localization_device_windows_hello_toast": {},
"settings_app_language": "Language", "settings_app_language": "Language",
"@settings_app_language": {},
"settings_app_language_auto": "Automatic", "settings_app_language_auto": "Automatic",
"@settings_app_language_auto": {},
"app_common_network_error": "Network anomaly!\nThis may be that your network environment has DNS pollution, please try to replace DNS.\nOr the server is being maintained or attacked and tried it later.\nEnter the offline mode ...\n\nPlease use it carefully in the offline mode.\nThe current version of the construction date: {v0}\n QQ group: 940696487\nError message: {v1}", "app_common_network_error": "Network anomaly!\nThis may be that your network environment has DNS pollution, please try to replace DNS.\nOr the server is being maintained or attacked and tried it later.\nEnter the offline mode ...\n\nPlease use it carefully in the offline mode.\nThe current version of the construction date: {v0}\n QQ group: 940696487\nError message: {v1}",
"@app_common_network_error": {},
"app_common_upgrade_info_error": "If the update information fails, please try it later.", "app_common_upgrade_info_error": "If the update information fails, please try it later.",
"@app_common_upgrade_info_error": {},
"doctor_game_error_low_memory": "Insufficient memory", "doctor_game_error_low_memory": "Insufficient memory",
"@doctor_game_error_low_memory": {},
"doctor_game_error_low_memory_info": "Please try to increase virtual memory (under 1080P, physical available+virtual memory need> 64g)", "doctor_game_error_low_memory_info": "Please try to increase virtual memory (under 1080P, physical available+virtual memory need> 64g)",
"@doctor_game_error_low_memory_info": {},
"doctor_game_error_generic_info": "The game triggers the most extensive collapse problem, please check the barrier guide guide", "doctor_game_error_generic_info": "The game triggers the most extensive collapse problem, please check the barrier guide guide",
"@doctor_game_error_generic_info": {},
"doctor_game_error_gpu_crash": "Your graphics card crashes! Please check the barrier guide", "doctor_game_error_gpu_crash": "Your graphics card crashes! Please check the barrier guide",
"@doctor_game_error_gpu_crash": {},
"doctor_game_error_socket_error": "Detected SOCKET abnormalities", "doctor_game_error_socket_error": "Detected SOCKET abnormalities",
"@doctor_game_error_socket_error": {},
"doctor_game_error_socket_error_info": "If you use the X black box accelerator, try to replace the acceleration mode", "doctor_game_error_socket_error_info": "If you use the X black box accelerator, try to replace the acceleration mode",
"@doctor_game_error_socket_error_info": {},
"doctor_game_error_permissions_error": "Insufficient permissions", "doctor_game_error_permissions_error": "Insufficient permissions",
"@doctor_game_error_permissions_error": {},
"doctor_game_error_permissions_error_info": "Please try to run a starter at the administrator authority, or use the box (Microsoft Store version) to start.", "doctor_game_error_permissions_error_info": "Please try to run a starter at the administrator authority, or use the box (Microsoft Store version) to start.",
"@doctor_game_error_permissions_error_info": {},
"doctor_game_error_game_process_error": "The game process is occupied", "doctor_game_error_game_process_error": "The game process is occupied",
"@doctor_game_error_game_process_error": {},
"doctor_game_error_game_process_error_info": "Please try to restart the starter, or restart the computer directly", "doctor_game_error_game_process_error_info": "Please try to restart the starter, or restart the computer directly",
"@doctor_game_error_game_process_error_info": {},
"doctor_game_error_game_damaged_file": "Game program file damage", "doctor_game_error_game_damaged_file": "Game program file damage",
"@doctor_game_error_game_damaged_file": {},
"doctor_game_error_game_damaged_file_info": "Please try to delete the Bin64 folder and check in the launcher.", "doctor_game_error_game_damaged_file_info": "Please try to delete the Bin64 folder and check in the launcher.",
"@doctor_game_error_game_damaged_file_info": {},
"doctor_game_error_game_damaged_p4k_file": "P4K file damage", "doctor_game_error_game_damaged_p4k_file": "P4K file damage",
"@doctor_game_error_game_damaged_p4k_file": {},
"doctor_game_error_game_damaged_p4k_file_info": "Please try to delete the data.p4k file and check or use the box to divert in the promoter.", "doctor_game_error_game_damaged_p4k_file_info": "Please try to delete the data.p4k file and check or use the box to divert in the promoter.",
"@doctor_game_error_game_damaged_p4k_file_info": {},
"doctor_game_error_low_gpu_memory": "Insufficient memory memory", "doctor_game_error_low_gpu_memory": "Insufficient memory memory",
"@doctor_game_error_low_gpu_memory": {},
"doctor_game_error_low_gpu_memory_info": "Please do not run the game/application occupied by other high graphics cards in the background, or change the graphics card.", "doctor_game_error_low_gpu_memory_info": "Please do not run the game/application occupied by other high graphics cards in the background, or change the graphics card.",
"@doctor_game_error_low_gpu_memory_info": {},
"app_common_error_info": "Error: {v0}", "app_common_error_info": "Error: {v0}",
"@app_common_error_info": {},
"app_common_tip": "Hint", "app_common_tip": "Hint",
"app_common_tip_i_know": "I see", "@app_common_tip": {},
"app_common_tip_i_know": "I understand",
"@app_common_tip_i_know": {},
"app_common_tip_confirm": "Confirm", "app_common_tip_confirm": "Confirm",
"@app_common_tip_confirm": {},
"app_common_tip_cancel": "Cancel", "app_common_tip_cancel": "Cancel",
"@app_common_tip_cancel": {},
"settings_app_language_switch_info": "Switch application Display language", "settings_app_language_switch_info": "Switch application Display language",
"@settings_app_language_switch_info": {},
"home_holiday_countdown_days": "{v0} Day", "home_holiday_countdown_days": "{v0} Day",
"@home_holiday_countdown_days": {},
"home_holiday_countdown_in_progress": "In progress", "home_holiday_countdown_in_progress": "In progress",
"app_common_loading_images": "Load the picture ..." "@home_holiday_countdown_in_progress": {},
"app_common_loading_images": "Loading image ...",
"@app_common_loading_images": {}
} }

View File

@ -252,15 +252,15 @@
"@home_action_info_roberts_space_industries_origin": {}, "@home_action_info_roberts_space_industries_origin": {},
"home_action_uex_localization": "UEX (中文)", "home_action_uex_localization": "UEX (中文)",
"@home_action_uex_localization": {}, "@home_action_uex_localization": {},
"home_action_info_mining_refining_trade_calculator": "採礦、精煉、貿易計算器、價格、船信息", "home_action_info_mining_refining_trade_calculator": "採礦、精煉、貿易計算器、價格、載具資訊",
"@home_action_info_mining_refining_trade_calculator": {}, "@home_action_info_mining_refining_trade_calculator": {},
"home_action_dps_calculator_localization": "DPS計算器 (中文)", "home_action_dps_calculator_localization": "DPS計算器 (中文)",
"@home_action_dps_calculator_localization": {}, "@home_action_dps_calculator_localization": {},
"home_action_info_ship_upgrade_damage_value_query": "線上改,查詢傷害數值和配件購買地點", "home_action_info_ship_upgrade_damage_value_query": "線上改,查詢傷害數值和配件購買地點",
"@home_action_info_ship_upgrade_damage_value_query": {}, "@home_action_info_ship_upgrade_damage_value_query": {},
"home_action_external_browser_extension": "外部瀏覽器拓展", "home_action_external_browser_extension": "瀏覽器擴充套件",
"@home_action_external_browser_extension": {}, "@home_action_external_browser_extension": {},
"home_action_one_click_diagnosis": "一鍵診斷", "home_action_one_click_diagnosis": "疑難排解",
"@home_action_one_click_diagnosis": {}, "@home_action_one_click_diagnosis": {},
"home_action_info_one_click_diagnosis_star_citizen": "快速診斷星際公民常見問題", "home_action_info_one_click_diagnosis_star_citizen": "快速診斷星際公民常見問題",
"@home_action_info_one_click_diagnosis_star_citizen": {}, "@home_action_info_one_click_diagnosis_star_citizen": {},
@ -274,7 +274,7 @@
"@home_action_info_engine_config_optimization": {}, "@home_action_info_engine_config_optimization": {},
"home_action_rsi_status_platform": "平台", "home_action_rsi_status_platform": "平台",
"@home_action_rsi_status_platform": {}, "@home_action_rsi_status_platform": {},
"home_action_rsi_status_persistent_universe": "持續宇宙", "home_action_rsi_status_persistent_universe": "恆久宇宙",
"@home_action_rsi_status_persistent_universe": {}, "@home_action_rsi_status_persistent_universe": {},
"home_action_rsi_status_electronic_access": "電子瀏覽", "home_action_rsi_status_electronic_access": "電子瀏覽",
"@home_action_rsi_status_electronic_access": {}, "@home_action_rsi_status_electronic_access": {},
@ -344,7 +344,7 @@
"@localization_info_note": {}, "@localization_info_note": {},
"localization_info_community_translation": "社群翻譯", "localization_info_community_translation": "社群翻譯",
"@localization_info_community_translation": {}, "@localization_info_community_translation": {},
"localization_info_no_translation_available": "該語言/版本 暫可用翻譯,敬請期待!", "localization_info_no_translation_available": "該語言/版本 暫時沒有可用翻譯,敬請期待!",
"@localization_info_no_translation_available": {}, "@localization_info_no_translation_available": {},
"localization_action_advanced_features": "進階功能", "localization_action_advanced_features": "進階功能",
"@localization_action_advanced_features": {}, "@localization_action_advanced_features": {},
@ -380,7 +380,7 @@
"@localization_info_installation_error": {}, "@localization_info_installation_error": {},
"localization_info_custom_files": "自訂文件", "localization_info_custom_files": "自訂文件",
"@localization_info_custom_files": {}, "@localization_info_custom_files": {},
"performance_info_graphic_optimization_hint": "圖形改善提示", "performance_info_graphic_optimization_hint": "畫面改善提示",
"@performance_info_graphic_optimization_hint": {}, "@performance_info_graphic_optimization_hint": {},
"performance_info_graphic_optimization_warning": "該功能對改善顯卡瓶頸有很大幫助,但對 CPU 瓶頸可能起反效果,如果您顯卡性能強勁,可以嘗試設定更高的畫質來獲得更高的顯卡使用率。", "performance_info_graphic_optimization_warning": "該功能對改善顯卡瓶頸有很大幫助,但對 CPU 瓶頸可能起反效果,如果您顯卡性能強勁,可以嘗試設定更高的畫質來獲得更高的顯卡使用率。",
"@performance_info_graphic_optimization_warning": {}, "@performance_info_graphic_optimization_warning": {},
@ -464,7 +464,7 @@
"@setting_action_info_encrypted_saved": {}, "@setting_action_info_encrypted_saved": {},
"setting_action_info_not_saved": "未保存", "setting_action_info_not_saved": "未保存",
"@setting_action_info_not_saved": {}, "@setting_action_info_not_saved": {},
"setting_action_ignore_efficiency_cores_on_launch": "啟動遊戲時忽略能效核心( 適用於Intel 12th+ 處理器 ", "setting_action_ignore_efficiency_cores_on_launch": "啟動遊戲時忽略 E-Core (適用於Intel 12th+ 處理器)",
"@setting_action_ignore_efficiency_cores_on_launch": {}, "@setting_action_ignore_efficiency_cores_on_launch": {},
"setting_action_set_core_count": "已設置的核心數量:{v0} (此功能適用於首頁的盒子快速啟動 或 工具中的RSI啟動器管理員模式當為 0 時不啟用此功能 ", "setting_action_set_core_count": "已設置的核心數量:{v0} (此功能適用於首頁的盒子快速啟動 或 工具中的RSI啟動器管理員模式當為 0 時不啟用此功能 ",
"@setting_action_set_core_count": {}, "@setting_action_set_core_count": {},
@ -496,13 +496,13 @@
"@setting_action_info_autofill_data_cleared": {}, "@setting_action_info_autofill_data_cleared": {},
"setting_action_info_enter_cpu_core_to_ignore": "請輸入要忽略的 CPU 核心數", "setting_action_info_enter_cpu_core_to_ignore": "請輸入要忽略的 CPU 核心數",
"@setting_action_info_enter_cpu_core_to_ignore": {}, "@setting_action_info_enter_cpu_core_to_ignore": {},
"setting_action_info_cpu_core_tip": "Tip您的裝置擁有幾個能效核心就輸入幾,非大小核裝置請保持 0\n\n此功能適用於首頁的盒子快速啟動 或 工具中的 RSI啟動器管理員模式當為 0 時不啟用此功能。", "setting_action_info_cpu_core_tip": "Tip您的處理器擁有幾個 E-Core 就輸入多少,非大小核處理器請保持 0\n\n此功能適用於首頁的盒子快速啟動 或 工具中的 RSI啟動器管理員模式當為 0 時不啟用此功能。",
"@setting_action_info_cpu_core_tip": {}, "@setting_action_info_cpu_core_tip": {},
"setting_action_info_select_rsi_launcher_location": "請選擇RSI啟動器位置RSI Launcher.exe", "setting_action_info_select_rsi_launcher_location": "請選擇RSI啟動器位置RSI Launcher.exe",
"@setting_action_info_select_rsi_launcher_location": {}, "@setting_action_info_select_rsi_launcher_location": {},
"setting_action_info_setting_success": "設置成功,在對應頁面點擊刷新即可掃描出新路徑", "setting_action_info_setting_success": "設置成功,在對應頁面點擊重新整理即可掃描出新路徑",
"@setting_action_info_setting_success": {}, "@setting_action_info_setting_success": {},
"setting_action_info_file_error": "文件誤!", "setting_action_info_file_error": "文件誤!",
"@setting_action_info_file_error": {}, "@setting_action_info_file_error": {},
"setting_action_info_select_game_install_location": "請選擇遊戲安裝位置StarCitizen.exe", "setting_action_info_select_game_install_location": "請選擇遊戲安裝位置StarCitizen.exe",
"@setting_action_info_select_game_install_location": {}, "@setting_action_info_select_game_install_location": {},
@ -530,9 +530,9 @@
"@app_upgrade_action_next_time": {}, "@app_upgrade_action_next_time": {},
"app_upgrade_info_download_failed": "下載失敗,請嘗試手動安裝!", "app_upgrade_info_download_failed": "下載失敗,請嘗試手動安裝!",
"@app_upgrade_info_download_failed": {}, "@app_upgrade_info_download_failed": {},
"app_upgrade_info_run_failed": "行失敗,請嘗試手動安裝!", "app_upgrade_info_run_failed": "行失敗,請嘗試手動安裝!",
"@app_upgrade_info_run_failed": {}, "@app_upgrade_info_run_failed": {},
"app_splash_checking_availability": "正在檢可用性,這可能需要一點時間...", "app_splash_checking_availability": "正在檢可用性,這可能需要一點時間...",
"@app_splash_checking_availability": {}, "@app_splash_checking_availability": {},
"app_splash_checking_for_updates": "正在檢查更新...", "app_splash_checking_for_updates": "正在檢查更新...",
"@app_splash_checking_for_updates": {}, "@app_splash_checking_for_updates": {},
@ -582,7 +582,7 @@
"@tools_action_hosts_acceleration_experimental": {}, "@tools_action_hosts_acceleration_experimental": {},
"tools_action_info_hosts_acceleration_experimental_tip": "將 IP 信息寫入 Hosts 文件,解決部分地區的 DNS 汙染導致無法登錄官網等問題。\n該功能正在進行第一階段測試遇到問題請及時反饋。", "tools_action_info_hosts_acceleration_experimental_tip": "將 IP 信息寫入 Hosts 文件,解決部分地區的 DNS 汙染導致無法登錄官網等問題。\n該功能正在進行第一階段測試遇到問題請及時反饋。",
"@tools_action_info_hosts_acceleration_experimental_tip": {}, "@tools_action_info_hosts_acceleration_experimental_tip": {},
"tools_action_reinstall_easyanticheat": "重裝 EasyAntiCheat 反作弊", "tools_action_reinstall_easyanticheat": "重新安裝 EasyAntiCheat 反作弊",
"@tools_action_reinstall_easyanticheat": {}, "@tools_action_reinstall_easyanticheat": {},
"tools_action_info_reinstall_eac": "若您遇到 EAC 錯誤,且自動修復無效,請嘗試使用此功能重新安裝 EAC。", "tools_action_info_reinstall_eac": "若您遇到 EAC 錯誤,且自動修復無效,請嘗試使用此功能重新安裝 EAC。",
"@tools_action_info_reinstall_eac": {}, "@tools_action_info_reinstall_eac": {},
@ -606,7 +606,7 @@
"@tools_action_info_removed_restart_effective": {}, "@tools_action_info_removed_restart_effective": {},
"tools_action_write_nvme_registry_patch": "寫入 nvme 註冊表補丁", "tools_action_write_nvme_registry_patch": "寫入 nvme 註冊表補丁",
"@tools_action_write_nvme_registry_patch": {}, "@tools_action_write_nvme_registry_patch": {},
"tools_action_info_manual_nvme_patch": "手動寫入NVM補丁該功能僅在您知道自己在做什麼的情況下使用", "tools_action_info_manual_nvme_patch": "手動寫入NVME補丁,該功能僅在您知道自己在做什麼的情況下使用",
"@tools_action_info_manual_nvme_patch": {}, "@tools_action_info_manual_nvme_patch": {},
"tools_action_info_fix_success_restart": "修復成功,請嘗試重啟電腦後繼續安裝遊戲! 若註冊表修改操作導致其他軟體出現相容問題,請使用 工具 中的 NVME 註冊表清理。", "tools_action_info_fix_success_restart": "修復成功,請嘗試重啟電腦後繼續安裝遊戲! 若註冊表修改操作導致其他軟體出現相容問題,請使用 工具 中的 NVME 註冊表清理。",
"@tools_action_info_fix_success_restart": {}, "@tools_action_info_fix_success_restart": {},
@ -671,32 +671,61 @@
"webview_localization_device_windows_hello_toast": "請完成 Windows Hello 驗證以輸入密碼", "webview_localization_device_windows_hello_toast": "請完成 Windows Hello 驗證以輸入密碼",
"@webview_localization_device_windows_hello_toast": {}, "@webview_localization_device_windows_hello_toast": {},
"settings_app_language": "語言", "settings_app_language": "語言",
"@settings_app_language": {},
"settings_app_language_auto": "自動", "settings_app_language_auto": "自動",
"app_common_network_error": "網絡異常!\n這可能是您的網絡環境存在DNS汙染請嘗試更換DNS。\n或服務器正在維護或遭受攻擊稍後再試。 \n進入離線模式... \n\n請謹慎在離線模式中使用。 \n當前版本構建日期{v0}\n QQ群940696487 \n錯誤信息{v1}", "@settings_app_language_auto": {},
"app_common_upgrade_info_error": "獲取更新信息失敗,請稍後重試。", "app_common_network_error": "網路錯誤!\n這可能是您的網路環境存在DNS汙染請嘗試更換DNS。\n或伺服器正在維護或遭受攻擊稍後再試。 \n進入離線模式... \n\n請謹慎在離線模式中使用。 \n當前版本構建日期{v0}\n QQ群940696487 \n錯誤資訊{v1}",
"doctor_game_error_low_memory": "可用內存不足", "@app_common_network_error": {},
"doctor_game_error_low_memory_info": "請嘗試增加虛擬內存( 1080p 下, 物理可用+虛擬內存需 > 64G ", "app_common_upgrade_info_error": "取得更新資訊失敗,請稍後重試。",
"doctor_game_error_generic_info": "遊戲觸發了最為廣泛的崩潰問題,請查看排障指南", "@app_common_upgrade_info_error": {},
"doctor_game_error_gpu_crash": "您的顯卡崩潰啦!請查看排障指南", "doctor_game_error_low_memory": "可用記憶體不足",
"@doctor_game_error_low_memory": {},
"doctor_game_error_low_memory_info": "請嘗試增加虛擬記憶體 (1080p 下, 物理可用+虛擬記憶體需 > 64G)",
"@doctor_game_error_low_memory_info": {},
"doctor_game_error_generic_info": "遊戲觸發了最為廣泛的崩潰問題,請查看除錯指南",
"@doctor_game_error_generic_info": {},
"doctor_game_error_gpu_crash": "您的顯卡崩潰啦!請查看除錯指南",
"@doctor_game_error_gpu_crash": {},
"doctor_game_error_socket_error": "檢測到 socket 異常", "doctor_game_error_socket_error": "檢測到 socket 異常",
"@doctor_game_error_socket_error": {},
"doctor_game_error_socket_error_info": "如使用 X黑盒 加速器,請嘗試更換加速模式", "doctor_game_error_socket_error_info": "如使用 X黑盒 加速器,請嘗試更換加速模式",
"@doctor_game_error_socket_error_info": {},
"doctor_game_error_permissions_error": "權限不足", "doctor_game_error_permissions_error": "權限不足",
"doctor_game_error_permissions_error_info": "請嘗試以管理員權限運行啟動器,或使用盒子(微軟商店版)啟動。", "@doctor_game_error_permissions_error": {},
"doctor_game_error_game_process_error": "遊戲進程被占用", "doctor_game_error_permissions_error_info": "請嘗試以管理員權限運行啟動器或使用盒子Microsoft Store 版)啟動。",
"@doctor_game_error_permissions_error_info": {},
"doctor_game_error_game_process_error": "遊戲進程被佔用",
"@doctor_game_error_game_process_error": {},
"doctor_game_error_game_process_error_info": "請嘗試重啟啟動器,或直接重啟電腦", "doctor_game_error_game_process_error_info": "請嘗試重啟啟動器,或直接重啟電腦",
"@doctor_game_error_game_process_error_info": {},
"doctor_game_error_game_damaged_file": "遊戲程序文件損壞", "doctor_game_error_game_damaged_file": "遊戲程序文件損壞",
"doctor_game_error_game_damaged_file_info": "請嘗試刪除 Bin64 文件夾 並在啟動器校驗。", "@doctor_game_error_game_damaged_file": {},
"doctor_game_error_game_damaged_file_info": "請嘗試刪除 Bin64 資料夾 並在啟動器校驗。",
"@doctor_game_error_game_damaged_file_info": {},
"doctor_game_error_game_damaged_p4k_file": "P4K文件損壞", "doctor_game_error_game_damaged_p4k_file": "P4K文件損壞",
"@doctor_game_error_game_damaged_p4k_file": {},
"doctor_game_error_game_damaged_p4k_file_info": "請嘗試刪除 Data.p4k 文件 並在啟動器校驗 或 使用盒子分流。", "doctor_game_error_game_damaged_p4k_file_info": "請嘗試刪除 Data.p4k 文件 並在啟動器校驗 或 使用盒子分流。",
"doctor_game_error_low_gpu_memory": "可用顯存不足", "@doctor_game_error_game_damaged_p4k_file_info": {},
"doctor_game_error_low_gpu_memory_info": "請不要在後台運行其他高顯卡占用的 遊戲/應用,或更換顯卡。", "doctor_game_error_low_gpu_memory": "可用 VRAM 不足",
"@doctor_game_error_low_gpu_memory": {},
"doctor_game_error_low_gpu_memory_info": "請不要在背景執行其他高顯卡占用的 遊戲/應用程式,或更換顯示卡。",
"@doctor_game_error_low_gpu_memory_info": {},
"app_common_error_info": "出現錯誤: {v0}", "app_common_error_info": "出現錯誤: {v0}",
"@app_common_error_info": {},
"app_common_tip": "提示", "app_common_tip": "提示",
"@app_common_tip": {},
"app_common_tip_i_know": "我知道了", "app_common_tip_i_know": "我知道了",
"@app_common_tip_i_know": {},
"app_common_tip_confirm": "確認", "app_common_tip_confirm": "確認",
"@app_common_tip_confirm": {},
"app_common_tip_cancel": "取消", "app_common_tip_cancel": "取消",
"settings_app_language_switch_info": "切換應用顯示語言", "@app_common_tip_cancel": {},
"settings_app_language_switch_info": "切換應用程式語言",
"@settings_app_language_switch_info": {},
"home_holiday_countdown_days": "{v0}天 ", "home_holiday_countdown_days": "{v0}天 ",
"@home_holiday_countdown_days": {},
"home_holiday_countdown_in_progress": "正在進行中", "home_holiday_countdown_in_progress": "正在進行中",
"app_common_loading_images": "加載圖片..." "@home_holiday_countdown_in_progress": {},
"app_common_loading_images": "載入圖片...",
"@app_common_loading_images": {}
} }