mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-24 08:19:51 +00:00
Add keybind hint to confirm close dialog (#2529)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -315,6 +315,7 @@
|
||||
"deleteFailed": "Attempt to delete the workflow failed.",
|
||||
"dirtyCloseTitle": "Save Changes?",
|
||||
"dirtyClose": "The files below have been changed. Would you like to save them before closing?",
|
||||
"dirtyCloseHint": "Hold Shift to close without prompt",
|
||||
"confirmOverwriteTitle": "Overwrite existing file?",
|
||||
"confirmOverwrite": "The file below already exists. Would you like to overwrite it?",
|
||||
"workflowTreeType": {
|
||||
|
||||
@@ -735,6 +735,7 @@
|
||||
"deleteFailedTitle": "Échec de la suppression",
|
||||
"deleted": "Flux de travail supprimé",
|
||||
"dirtyClose": "Les fichiers ci-dessous ont été modifiés. Souhaitez-vous les enregistrer avant de fermer ?",
|
||||
"dirtyCloseHint": "Maintenez Shift pour fermer sans invite",
|
||||
"dirtyCloseTitle": "Enregistrer les modifications ?",
|
||||
"workflowTreeType": {
|
||||
"bookmarks": "Favoris",
|
||||
|
||||
@@ -735,6 +735,7 @@
|
||||
"deleteFailedTitle": "削除に失敗しました",
|
||||
"deleted": "ワークフローが削除されました",
|
||||
"dirtyClose": "以下のファイルが変更されました。閉じる前に保存しますか?",
|
||||
"dirtyCloseHint": "Shiftキーを押しながら閉じると、プロンプトなしで閉じます",
|
||||
"dirtyCloseTitle": "変更を保存しますか?",
|
||||
"workflowTreeType": {
|
||||
"bookmarks": "ブックマーク",
|
||||
|
||||
@@ -735,6 +735,7 @@
|
||||
"deleteFailedTitle": "삭제 실패",
|
||||
"deleted": "워크플로가 삭제되었습니다.",
|
||||
"dirtyClose": "아래 파일들이 변경되었습니다. 닫기 전에 저장하시겠습니까?",
|
||||
"dirtyCloseHint": "프롬프트 없이 닫으려면 Shift를 누르세요",
|
||||
"dirtyCloseTitle": "변경 사항 저장",
|
||||
"workflowTreeType": {
|
||||
"bookmarks": "북마크",
|
||||
|
||||
@@ -735,6 +735,7 @@
|
||||
"deleteFailedTitle": "Не удалось удалить",
|
||||
"deleted": "Рабочий процесс удалён",
|
||||
"dirtyClose": "Файлы ниже были изменены. Вы хотите сохранить их перед закрытием?",
|
||||
"dirtyCloseHint": "Удерживайте Shift, чтобы закрыть без подсказки",
|
||||
"dirtyCloseTitle": "Сохранить изменения?",
|
||||
"workflowTreeType": {
|
||||
"bookmarks": "Закладки",
|
||||
|
||||
@@ -735,6 +735,7 @@
|
||||
"deleteFailedTitle": "删除失败",
|
||||
"deleted": "工作流已删除",
|
||||
"dirtyClose": "以下文件已被更改。您想在关闭之前保存它们吗?",
|
||||
"dirtyCloseHint": "按住 Shift 关闭而不提示",
|
||||
"dirtyCloseTitle": "保存更改?",
|
||||
"workflowTreeType": {
|
||||
"bookmarks": "书签",
|
||||
|
||||
Reference in New Issue
Block a user