[3d] add tooltip (#2524)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Terry Jia
2025-02-11 22:28:24 -05:00
committed by GitHub
parent 4f6891a5ad
commit 29cd693335
11 changed files with 77 additions and 12 deletions

View File

@@ -769,5 +769,13 @@
"successMessage": "Copied to clipboard",
"errorMessage": "Failed to copy to clipboard",
"errorNotSupported": "Clipboard API not supported in your browser"
},
"load3d": {
"switchCamera": "Switch Camera",
"showGrid": "Show Grid",
"backgroundColor": "Background Color",
"lightIntensity": "Light Intensity",
"fov": "FOV",
"previewOutput": "Preview Output"
}
}

View File

@@ -311,6 +311,14 @@
"maxLength": "Message trop long"
}
},
"load3d": {
"backgroundColor": "Couleur de fond",
"fov": "FOV",
"lightIntensity": "Intensité de la lumière",
"previewOutput": "Aperçu de la sortie",
"showGrid": "Afficher la grille",
"switchCamera": "Changer de caméra"
},
"maintenance": {
"None": "Aucun",
"OK": "OK",

View File

@@ -311,6 +311,14 @@
"maxLength": "メッセージが長すぎます"
}
},
"load3d": {
"backgroundColor": "背景色",
"fov": "FOV",
"lightIntensity": "光の強度",
"previewOutput": "出力のプレビュー",
"showGrid": "グリッドを表示",
"switchCamera": "カメラを切り替える"
},
"maintenance": {
"None": "なし",
"OK": "OK",

View File

@@ -311,6 +311,14 @@
"maxLength": "메시지가 너무 깁니다"
}
},
"load3d": {
"backgroundColor": "배경색",
"fov": "FOV",
"lightIntensity": "조명 강도",
"previewOutput": "출력 미리보기",
"showGrid": "그리드 표시",
"switchCamera": "카메라 전환"
},
"maintenance": {
"None": "없음",
"OK": "확인",

View File

@@ -311,6 +311,14 @@
"maxLength": "Сообщение слишком длинное"
}
},
"load3d": {
"backgroundColor": "Цвет фона",
"fov": "Угол обзора",
"lightIntensity": "Интенсивность света",
"previewOutput": "Предварительный просмотр",
"showGrid": "Показать сетку",
"switchCamera": "Переключить камеру"
},
"maintenance": {
"None": "Нет",
"OK": "OK",

View File

@@ -311,6 +311,14 @@
"maxLength": "消息过长"
}
},
"load3d": {
"backgroundColor": "背景颜色",
"fov": "视场",
"lightIntensity": "光照强度",
"previewOutput": "预览输出",
"showGrid": "显示网格",
"switchCamera": "切换摄像头"
},
"maintenance": {
"None": "无",
"OK": "确定",