fix: l10n

This commit is contained in:
xkeyC
2025-12-17 20:26:29 +08:00
parent e3bdf33eec
commit 750f3b1fee
11 changed files with 16 additions and 20 deletions

View File

@@ -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",

View File

@@ -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(
"撮影モードを開く",
),

View File

@@ -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(
"Включить режим фотографии",

View File

@@ -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(
"开启摄影模式",
),

View File

@@ -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(
"攝影模式",
),

View File

@@ -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: [],