From 81b1eb3e8a0819b1b1cf003f0a1f1dc58f594056 Mon Sep 17 00:00:00 2001 From: auberginewly <3127221787@qq.com> Date: Tue, 5 May 2026 06:37:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(i18n):=20=E8=A1=A5=E5=85=85=207=20=E4=B8=AA?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E7=BC=BA=E5=A4=B1=E7=9A=84=20zoom.threeD=20?= =?UTF-8?q?=E7=BF=BB=E8=AF=91=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit es/fr/ja-JP/ko-KR/tr/zh-CN/zh-TW 的 settings.json 均缺少 zoom.threeD.title 和 zoom.threeD.preset.{iso,left,right}, 导致 npm run i18n:check 报告 MISSING。 --- src/i18n/locales/es/settings.json | 8 ++++++++ src/i18n/locales/fr/settings.json | 8 ++++++++ src/i18n/locales/ja-JP/settings.json | 8 ++++++++ src/i18n/locales/ko-KR/settings.json | 8 ++++++++ src/i18n/locales/tr/settings.json | 8 ++++++++ src/i18n/locales/zh-CN/settings.json | 8 ++++++++ src/i18n/locales/zh-TW/settings.json | 8 ++++++++ 7 files changed, 56 insertions(+) diff --git a/src/i18n/locales/es/settings.json b/src/i18n/locales/es/settings.json index 423b158..20a9ec3 100644 --- a/src/i18n/locales/es/settings.json +++ b/src/i18n/locales/es/settings.json @@ -8,6 +8,14 @@ "manual": "Manual", "auto": "Auto", "autoDescription": "La cámara sigue la posición del cursor grabado" + }, + "threeD": { + "title": "Rotación 3D", + "preset": { + "iso": "Iso", + "left": "Izquierda", + "right": "Derecha" + } } }, "speed": { diff --git a/src/i18n/locales/fr/settings.json b/src/i18n/locales/fr/settings.json index 66df1ba..66a6d74 100644 --- a/src/i18n/locales/fr/settings.json +++ b/src/i18n/locales/fr/settings.json @@ -15,6 +15,14 @@ "fast": "Rapide", "smooth": "Fluide", "lazy": "Lent" + }, + "threeD": { + "title": "Rotation 3D", + "preset": { + "iso": "Iso", + "left": "Gauche", + "right": "Droite" + } } }, "speed": { diff --git a/src/i18n/locales/ja-JP/settings.json b/src/i18n/locales/ja-JP/settings.json index 800d078..1ccc381 100644 --- a/src/i18n/locales/ja-JP/settings.json +++ b/src/i18n/locales/ja-JP/settings.json @@ -8,6 +8,14 @@ "manual": "手動", "auto": "自動", "autoDescription": "表示範囲が録画中のカーソル位置に追従します" + }, + "threeD": { + "title": "3D回転", + "preset": { + "iso": "Iso", + "left": "左", + "right": "右" + } } }, "speed": { diff --git a/src/i18n/locales/ko-KR/settings.json b/src/i18n/locales/ko-KR/settings.json index 08fdb3c..268ba57 100644 --- a/src/i18n/locales/ko-KR/settings.json +++ b/src/i18n/locales/ko-KR/settings.json @@ -8,6 +8,14 @@ "manual": "수동", "auto": "자동", "autoDescription": "녹화된 커서 위치를 따라 카메라가 이동합니다" + }, + "threeD": { + "title": "3D 회전", + "preset": { + "iso": "Iso", + "left": "왼쪽", + "right": "오른쪽" + } } }, "speed": { diff --git a/src/i18n/locales/tr/settings.json b/src/i18n/locales/tr/settings.json index 143c467..f639558 100644 --- a/src/i18n/locales/tr/settings.json +++ b/src/i18n/locales/tr/settings.json @@ -8,6 +8,14 @@ "manual": "Manuel", "auto": "Otomatik", "autoDescription": "Kamera kaydedilen imleç konumunu takip eder" + }, + "threeD": { + "title": "3D Döndürme", + "preset": { + "iso": "Iso", + "left": "Sol", + "right": "Sağ" + } } }, "speed": { diff --git a/src/i18n/locales/zh-CN/settings.json b/src/i18n/locales/zh-CN/settings.json index 708ae5e..ff157dc 100644 --- a/src/i18n/locales/zh-CN/settings.json +++ b/src/i18n/locales/zh-CN/settings.json @@ -8,6 +8,14 @@ "manual": "手动", "auto": "自动", "autoDescription": "摄像头跟随录制时的光标位置" + }, + "threeD": { + "title": "3D 旋转", + "preset": { + "iso": "Iso", + "left": "左", + "right": "右" + } } }, "speed": { diff --git a/src/i18n/locales/zh-TW/settings.json b/src/i18n/locales/zh-TW/settings.json index c93e8d5..50ca00c 100644 --- a/src/i18n/locales/zh-TW/settings.json +++ b/src/i18n/locales/zh-TW/settings.json @@ -15,6 +15,14 @@ "fast": "快速", "smooth": "平滑", "lazy": "緩慢" + }, + "threeD": { + "title": "3D 旋轉", + "preset": { + "iso": "Iso", + "left": "左", + "right": "右" + } } }, "speed": {