mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-13 17:10:06 +00:00
[3d] add tooltip (#2524)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
@@ -311,6 +311,14 @@
|
||||
"maxLength": "メッセージが長すぎます"
|
||||
}
|
||||
},
|
||||
"load3d": {
|
||||
"backgroundColor": "背景色",
|
||||
"fov": "FOV",
|
||||
"lightIntensity": "光の強度",
|
||||
"previewOutput": "出力のプレビュー",
|
||||
"showGrid": "グリッドを表示",
|
||||
"switchCamera": "カメラを切り替える"
|
||||
},
|
||||
"maintenance": {
|
||||
"None": "なし",
|
||||
"OK": "OK",
|
||||
|
||||
@@ -311,6 +311,14 @@
|
||||
"maxLength": "메시지가 너무 깁니다"
|
||||
}
|
||||
},
|
||||
"load3d": {
|
||||
"backgroundColor": "배경색",
|
||||
"fov": "FOV",
|
||||
"lightIntensity": "조명 강도",
|
||||
"previewOutput": "출력 미리보기",
|
||||
"showGrid": "그리드 표시",
|
||||
"switchCamera": "카메라 전환"
|
||||
},
|
||||
"maintenance": {
|
||||
"None": "없음",
|
||||
"OK": "확인",
|
||||
|
||||
@@ -311,6 +311,14 @@
|
||||
"maxLength": "Сообщение слишком длинное"
|
||||
}
|
||||
},
|
||||
"load3d": {
|
||||
"backgroundColor": "Цвет фона",
|
||||
"fov": "Угол обзора",
|
||||
"lightIntensity": "Интенсивность света",
|
||||
"previewOutput": "Предварительный просмотр",
|
||||
"showGrid": "Показать сетку",
|
||||
"switchCamera": "Переключить камеру"
|
||||
},
|
||||
"maintenance": {
|
||||
"None": "Нет",
|
||||
"OK": "OK",
|
||||
|
||||
@@ -311,6 +311,14 @@
|
||||
"maxLength": "消息过长"
|
||||
}
|
||||
},
|
||||
"load3d": {
|
||||
"backgroundColor": "背景颜色",
|
||||
"fov": "视场",
|
||||
"lightIntensity": "光照强度",
|
||||
"previewOutput": "预览输出",
|
||||
"showGrid": "显示网格",
|
||||
"switchCamera": "切换摄像头"
|
||||
},
|
||||
"maintenance": {
|
||||
"None": "无",
|
||||
"OK": "确定",
|
||||
|
||||
Reference in New Issue
Block a user