Translate dynamically added settings (#1794)

* Collect settings i18n at runtime

* Translation

* Remove unused file
This commit is contained in:
Chenlei Hu
2024-12-04 10:51:37 -08:00
committed by GitHub
parent 473aa120eb
commit d04cc4e272
8 changed files with 140 additions and 67 deletions

View File

@@ -232,6 +232,15 @@
},
"settings": "設定",
"settingsDialog": {
"Comfy-Desktop_AutoUpdate": {
"name": "自動的に更新を確認する"
},
"Comfy-Desktop_SendStatistics": {
"name": "匿名のクラッシュレポートを送信する"
},
"Comfy_ColorPalette": {
"name": "カラーパレット"
},
"Comfy_ConfirmClear": {
"name": "ワークフローをクリアする際に確認を要求する"
},
@@ -285,6 +294,9 @@
"Comfy_Group_DoubleClickTitleToEdit": {
"name": "グループタイトルをダブルクリックして編集"
},
"Comfy_InvertMenuScrolling": {
"name": "コンテキストメニューのスクロールを反転する"
},
"Comfy_Keybinding_NewBindings": {
"name": "ユーザーによって設定されたキー割り当て"
},
@@ -306,6 +318,18 @@
"Comfy_Logging_Enabled": {
"name": "ログを有効にする"
},
"Comfy_MaskEditor_BrushAdjustmentSpeed": {
"name": "ブラシ調整速度の倍率",
"tooltip": "調整時にブラシのサイズと硬さがどれだけ速く変化するかを制御します。値が高いほど、変化が速くなります。"
},
"Comfy_MaskEditor_UseDominantAxis": {
"name": "ブラシ調整を優先軸に固定する",
"tooltip": "有効にすると、ブラシの調整は、どの方向に多く動かすかに基づいて、サイズまたは硬さのいずれかにのみ影響します。"
},
"Comfy_MaskEditor_UseNewEditor": {
"name": "新しいマスクエディタを使用する",
"tooltip": "新しいマスクエディタインターフェースに切り替えます。"
},
"Comfy_MenuPosition": {
"name": "レガシーメニューの位置を保存"
},