Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update locales [skip ci]
  • Loading branch information
github-actions committed Jul 10, 2025
commit 0b75e2e45246b5ee80494c45b7320017ec6d24d8
1 change: 1 addition & 0 deletions src/locales/en/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@
},
"Comfy_UseNewMenu": {
"name": "Use new menu",
"tooltip": "Menu bar position. On mobile devices, the menu is always shown at the top.",
"options": {
"Disabled": "Disabled",
"Top": "Top",
Expand Down
3 changes: 2 additions & 1 deletion src/locales/es/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@
"Bottom": "Abajo",
"Disabled": "Deshabilitado",
"Top": "Arriba"
}
},
"tooltip": "Posición de la barra de menú. En dispositivos móviles, el menú siempre se muestra en la parte superior."
},
"Comfy_Validation_NodeDefs": {
"name": "Validar definiciones de nodos (lento)",
Expand Down
3 changes: 2 additions & 1 deletion src/locales/fr/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@
"Bottom": "Bas",
"Disabled": "Désactivé",
"Top": "Haut"
}
},
"tooltip": "Position de la barre de menu. Sur les appareils mobiles, le menu est toujours affiché en haut."
},
"Comfy_Validation_NodeDefs": {
"name": "Valider les définitions de nœuds (lent)",
Expand Down
3 changes: 2 additions & 1 deletion src/locales/ja/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@
"Bottom": "下",
"Disabled": "無効",
"Top": "上"
}
},
"tooltip": "メニューバーの位置。モバイルデバイスでは、メニューは常に上部に表示されます。"
},
"Comfy_Validation_NodeDefs": {
"name": "ノード定義を検証(遅い)",
Expand Down
3 changes: 2 additions & 1 deletion src/locales/ko/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@
"Bottom": "하단",
"Disabled": "비활성화",
"Top": "상단"
}
},
"tooltip": "메뉴 바 위치입니다. 모바일 기기에서는 메뉴가 항상 상단에 표시됩니다."
},
"Comfy_Validation_NodeDefs": {
"name": "노드 정의 유효성 검사 (느림)",
Expand Down
3 changes: 2 additions & 1 deletion src/locales/ru/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@
"Bottom": "Внизу",
"Disabled": "Отключено",
"Top": "Вверху"
}
},
"tooltip": "Расположение панели меню. На мобильных устройствах меню всегда отображается вверху."
},
"Comfy_Validation_NodeDefs": {
"name": "Проверка определений нод (медленно)",
Expand Down
3 changes: 2 additions & 1 deletion src/locales/zh-TW/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@
"Bottom": "下方",
"Disabled": "停用",
"Top": "上方"
}
},
"tooltip": "選單列位置。在行動裝置上,選單永遠顯示在頂部。"
},
"Comfy_Validation_NodeDefs": {
"name": "驗證節點定義(較慢)",
Expand Down
3 changes: 2 additions & 1 deletion src/locales/zh/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@
"Bottom": "底部",
"Disabled": "禁用",
"Top": "顶部"
}
},
"tooltip": "選單列位置。在行動裝置上,選單始終顯示於頂端。"
},
"Comfy_Validation_NodeDefs": {
"name": "校验节点定义(慢)",
Expand Down