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": {