mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-01-13 19:50:28 +00:00
fix: l10n
This commit is contained in:
parent
e3bdf33eec
commit
750f3b1fee
@ -1749,7 +1749,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"Enable OpenXR",
|
||||
),
|
||||
"performance_json_text_openxr_info": MessageLookupByLibrary.simpleMessage(
|
||||
"Connect OpenXR-compatible headsets, use Numpad / to switch between VR and widescreen theater mode after game launch",
|
||||
"Connect to an OpenXR compatible headset, launch the game, and use left Alt + numeric keypad 5 to switch between VR and widescreen theater modes.",
|
||||
),
|
||||
"performance_json_text_particles": MessageLookupByLibrary.simpleMessage(
|
||||
"Particle Detail",
|
||||
|
||||
@ -1927,9 +1927,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"tools_action_info_valid_game_directory_needed":
|
||||
MessageLookupByLibrary.simpleMessage("この機能には有効なゲームインストールディレクトリが必要です"),
|
||||
"tools_action_info_view_critical_system_info":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"診断に役立つ重要なシステム情報を表示 \n\n時間のかかる操作です、お待ちください。",
|
||||
),
|
||||
MessageLookupByLibrary.simpleMessage("診断に役立つ重要なシステム情報を表示"),
|
||||
"tools_action_open_photography_mode": MessageLookupByLibrary.simpleMessage(
|
||||
"撮影モードを開く",
|
||||
),
|
||||
|
||||
@ -2167,7 +2167,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
),
|
||||
"tools_action_info_view_critical_system_info":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"Просмотр критической информации о системе для быстрой диагностики\n\nЭто может занять время, пожалуйста, подождите.",
|
||||
"Просмотр критической информации о системе для быстрой диагностики",
|
||||
),
|
||||
"tools_action_open_photography_mode": MessageLookupByLibrary.simpleMessage(
|
||||
"Включить режим фотографии",
|
||||
|
||||
@ -1463,7 +1463,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"启用 OpenXR",
|
||||
),
|
||||
"performance_json_text_openxr_info": MessageLookupByLibrary.simpleMessage(
|
||||
"连接与 OpenXR 兼容的头显,启动游戏后,使用数字小键盘 / 切换 VR 与 宽屏剧院模式",
|
||||
"连接与 OpenXR 兼容的头显,启动游戏后,使用左Alt+数字小键盘5切换 VR 与 宽屏剧院模式",
|
||||
),
|
||||
"performance_json_text_particles": MessageLookupByLibrary.simpleMessage(
|
||||
"粒子细节",
|
||||
@ -1911,7 +1911,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"tools_action_info_valid_game_directory_needed":
|
||||
MessageLookupByLibrary.simpleMessage("该功能需要一个有效的游戏安装目录"),
|
||||
"tools_action_info_view_critical_system_info":
|
||||
MessageLookupByLibrary.simpleMessage("查看系统关键信息,用于快速问诊 \n\n耗时操作,请耐心等待。"),
|
||||
MessageLookupByLibrary.simpleMessage("查看系统关键信息,用于快速问诊。"),
|
||||
"tools_action_open_photography_mode": MessageLookupByLibrary.simpleMessage(
|
||||
"开启摄影模式",
|
||||
),
|
||||
|
||||
@ -1367,7 +1367,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"啟用 OpenXR",
|
||||
),
|
||||
"performance_json_text_openxr_info": MessageLookupByLibrary.simpleMessage(
|
||||
"連接與 OpenXR 兼容的頭顯,啟動遊戲後,使用數字小鍵盤 / 切換 VR 與 寬屏劇院模式",
|
||||
"連接與 OpenXR 相容的頭顯,啟動遊戲後,使用左Alt+數位小鍵盤5切換 VR 與 寬螢幕劇院模式",
|
||||
),
|
||||
"performance_json_text_particles": MessageLookupByLibrary.simpleMessage(
|
||||
"粒子細節",
|
||||
@ -1804,9 +1804,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"tools_action_info_valid_game_directory_needed":
|
||||
MessageLookupByLibrary.simpleMessage("該功能需要一個有效的遊戲安裝目錄"),
|
||||
"tools_action_info_view_critical_system_info":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"查看系統關鍵資訊,用於快速診斷 \n\n此功能較為耗時,請耐心等待。",
|
||||
),
|
||||
MessageLookupByLibrary.simpleMessage("查看系統關鍵資訊,用於快速診斷"),
|
||||
"tools_action_open_photography_mode": MessageLookupByLibrary.simpleMessage(
|
||||
"攝影模式",
|
||||
),
|
||||
|
||||
@ -4586,10 +4586,10 @@ class S {
|
||||
);
|
||||
}
|
||||
|
||||
/// `Connect OpenXR-compatible headsets, use Numpad / to switch between VR and widescreen theater mode after game launch`
|
||||
/// `Connect to an OpenXR compatible headset, launch the game, and use left Alt + numeric keypad 5 to switch between VR and widescreen theater modes.`
|
||||
String get performance_json_text_openxr_info {
|
||||
return Intl.message(
|
||||
'Connect OpenXR-compatible headsets, use Numpad / to switch between VR and widescreen theater mode after game launch',
|
||||
'Connect to an OpenXR compatible headset, launch the game, and use left Alt + numeric keypad 5 to switch between VR and widescreen theater modes.',
|
||||
name: 'performance_json_text_openxr_info',
|
||||
desc: '',
|
||||
args: [],
|
||||
|
||||
@ -909,7 +909,7 @@
|
||||
"@performance_json_text_motion_blur_info": {},
|
||||
"performance_json_text_openxr": "Enable OpenXR",
|
||||
"@performance_json_text_openxr": {},
|
||||
"performance_json_text_openxr_info": "Connect OpenXR-compatible headsets, use Numpad / to switch between VR and widescreen theater mode after game launch",
|
||||
"performance_json_text_openxr_info": "Connect to an OpenXR compatible headset, launch the game, and use left Alt + numeric keypad 5 to switch between VR and widescreen theater modes.",
|
||||
"@performance_json_text_openxr_info": {},
|
||||
"performance_json_text_fov": "Set FOV",
|
||||
"@performance_json_text_fov": {},
|
||||
|
||||
@ -555,7 +555,7 @@
|
||||
"@tools_info_rsi_launcher_location": {},
|
||||
"tools_action_view_system_info": "システム情報を表示",
|
||||
"@tools_action_view_system_info": {},
|
||||
"tools_action_info_view_critical_system_info": "診断に役立つ重要なシステム情報を表示 \n\n時間のかかる操作です、お待ちください。",
|
||||
"tools_action_info_view_critical_system_info": "診断に役立つ重要なシステム情報を表示",
|
||||
"@tools_action_info_view_critical_system_info": {},
|
||||
"tools_action_p4k_download_repair": "P4K 分散ダウンロード / 修復",
|
||||
"@tools_action_p4k_download_repair": {},
|
||||
|
||||
@ -555,7 +555,7 @@
|
||||
"@tools_info_rsi_launcher_location": {},
|
||||
"tools_action_view_system_info": "Просмотр информации о системе",
|
||||
"@tools_action_view_system_info": {},
|
||||
"tools_action_info_view_critical_system_info": "Просмотр критической информации о системе для быстрой диагностики\n\nЭто может занять время, пожалуйста, подождите.",
|
||||
"tools_action_info_view_critical_system_info": "Просмотр критической информации о системе для быстрой диагностики",
|
||||
"@tools_action_info_view_critical_system_info": {},
|
||||
"tools_action_p4k_download_repair": "Загрузка/восстановление P4K через зеркало",
|
||||
"@tools_action_p4k_download_repair": {},
|
||||
|
||||
@ -554,7 +554,7 @@
|
||||
"@tools_info_rsi_launcher_location": {},
|
||||
"tools_action_view_system_info": "查看系统信息",
|
||||
"@tools_action_view_system_info": {},
|
||||
"tools_action_info_view_critical_system_info": "查看系统关键信息,用于快速问诊 \n\n耗时操作,请耐心等待。",
|
||||
"tools_action_info_view_critical_system_info": "查看系统关键信息,用于快速问诊。",
|
||||
"@tools_action_info_view_critical_system_info": {},
|
||||
"tools_action_p4k_download_repair": "P4K 分流下载 / 修复",
|
||||
"@tools_action_p4k_download_repair": {},
|
||||
@ -778,7 +778,7 @@
|
||||
"performance_json_text_motion_blur": "动态模糊",
|
||||
"performance_json_text_motion_blur_info": "开启以提高运动感,关闭提升观感",
|
||||
"performance_json_text_openxr": "启用 OpenXR",
|
||||
"performance_json_text_openxr_info": "连接与 OpenXR 兼容的头显,启动游戏后,使用数字小键盘 / 切换 VR 与 宽屏剧院模式",
|
||||
"performance_json_text_openxr_info": "连接与 OpenXR 兼容的头显,启动游戏后,使用左Alt+数字小键盘5切换 VR 与 宽屏剧院模式",
|
||||
"performance_json_text_fov": "设置视角FOV",
|
||||
"performance_json_text_ui_animation": "UI 淡入淡出动画",
|
||||
"performance_json_text_custom_parameters": "自定义参数",
|
||||
|
||||
@ -555,7 +555,7 @@
|
||||
"@tools_info_rsi_launcher_location": {},
|
||||
"tools_action_view_system_info": "系統資訊",
|
||||
"@tools_action_view_system_info": {},
|
||||
"tools_action_info_view_critical_system_info": "查看系統關鍵資訊,用於快速診斷 \n\n此功能較為耗時,請耐心等待。",
|
||||
"tools_action_info_view_critical_system_info": "查看系統關鍵資訊,用於快速診斷",
|
||||
"@tools_action_info_view_critical_system_info": {},
|
||||
"tools_action_p4k_download_repair": "P4K 分流下載 / 修復",
|
||||
"@tools_action_p4k_download_repair": {},
|
||||
@ -903,7 +903,7 @@
|
||||
"@performance_json_text_motion_blur_info": {},
|
||||
"performance_json_text_openxr": "啟用 OpenXR",
|
||||
"@performance_json_text_openxr": {},
|
||||
"performance_json_text_openxr_info": "連接與 OpenXR 兼容的頭顯,啟動遊戲後,使用數字小鍵盤 / 切換 VR 與 寬屏劇院模式",
|
||||
"performance_json_text_openxr_info": "連接與 OpenXR 相容的頭顯,啟動遊戲後,使用左Alt+數位小鍵盤5切換 VR 與 寬螢幕劇院模式",
|
||||
"@performance_json_text_openxr_info": {},
|
||||
"performance_json_text_fov": "設定視角FOV",
|
||||
"@performance_json_text_fov": {},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user