Skip to content

Commit

Permalink
Update locales [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 9, 2025
1 parent 77056f2 commit 8d156cb
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/locales/en/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
"Comfy-Desktop_SendStatistics": {
"name": "Send anonymous crash reports"
},
"Comfy-Desktop_WindowStyle": {
"name": "Window Style",
"tooltip": "Custom option hides the system title bar",
"options": {
"default": "default",
"custom": "custom"
}
},
"Comfy_ConfirmClear": {
"name": "Require confirmation when clearing workflow"
},
Expand Down
8 changes: 8 additions & 0 deletions src/locales/fr/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
"Comfy-Desktop_SendStatistics": {
"name": "Envoyer des rapports de plantage anonymes"
},
"Comfy-Desktop_WindowStyle": {
"name": "Style de fenêtre",
"options": {
"custom": "personnalisé",
"default": "défaut"
},
"tooltip": "L'option personnalisée cache la barre de titre du système"
},
"Comfy_ConfirmClear": {
"name": "Demander une confirmation lors de l'effacement du flux de travail"
},
Expand Down
8 changes: 8 additions & 0 deletions src/locales/ja/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
"Comfy-Desktop_SendStatistics": {
"name": "匿名のクラッシュレポートを送信する"
},
"Comfy-Desktop_WindowStyle": {
"name": "ウィンドウスタイル",
"options": {
"custom": "カスタム",
"default": "デフォルト"
},
"tooltip": "カスタムオプションはシステムタイトルバーを非表示にします"
},
"Comfy_ConfirmClear": {
"name": "ワークフローをクリアする際に確認を要求する"
},
Expand Down
8 changes: 8 additions & 0 deletions src/locales/ko/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
"Comfy-Desktop_SendStatistics": {
"name": "익명으로 충돌 보고서 전송"
},
"Comfy-Desktop_WindowStyle": {
"name": "윈도우 스타일",
"options": {
"custom": "사용자 정의",
"default": "기본"
},
"tooltip": "사용자 정의 옵션은 시스템 제목 표시 줄을 숨깁니다"
},
"Comfy_ConfirmClear": {
"name": "워크플로 비우기 시 확인 요구"
},
Expand Down
8 changes: 8 additions & 0 deletions src/locales/ru/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
"Comfy-Desktop_SendStatistics": {
"name": "Отправлять анонимные отчеты о сбоях"
},
"Comfy-Desktop_WindowStyle": {
"name": "Стиль окна",
"options": {
"custom": "пользовательский",
"default": "по умолчанию"
},
"tooltip": "Пользовательская опция скрывает системную строку заголовка"
},
"Comfy_ConfirmClear": {
"name": "Требовать подтверждение при очистке рабочего процесса"
},
Expand Down
8 changes: 8 additions & 0 deletions src/locales/zh/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
"Comfy-Desktop_SendStatistics": {
"name": "发送匿名崩溃报告"
},
"Comfy-Desktop_WindowStyle": {
"name": "窗口样式",
"options": {
"custom": "自定义",
"default": "默认"
},
"tooltip": "自定义选项隐藏系统标题栏"
},
"Comfy_ConfirmClear": {
"name": "清除工作流时需要确认"
},
Expand Down

0 comments on commit 8d156cb

Please sign in to comment.