mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
[API Node] Contact support button (#3571)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -83,6 +83,9 @@
|
||||
"Comfy_ClearWorkflow": {
|
||||
"label": "워크플로 지우기"
|
||||
},
|
||||
"Comfy_ContactSupport": {
|
||||
"label": "지원팀에 문의하기"
|
||||
},
|
||||
"Comfy_DuplicateWorkflow": {
|
||||
"label": "현재 워크플로우 복제"
|
||||
},
|
||||
|
||||
@@ -431,19 +431,34 @@
|
||||
},
|
||||
"issueReport": {
|
||||
"contactFollowUp": "추적 조사를 위해 연락해 주세요",
|
||||
"contactSupportDescription": "아래 양식에 보고 내용을 작성해 주세요",
|
||||
"contactSupportTitle": "지원팀에 문의하기",
|
||||
"describeTheProblem": "문제를 설명해 주세요",
|
||||
"email": "이메일",
|
||||
"feedbackTitle": "피드백을 제공함으로써 ComfyUI를 개선하는 데 도움을 주십시오",
|
||||
"helpFix": "이 문제 해결에 도움을 주세요",
|
||||
"helpTypes": {
|
||||
"billingPayments": "결제 / 지불",
|
||||
"bugReport": "버그 신고",
|
||||
"giveFeedback": "피드백 제공",
|
||||
"loginAccessIssues": "로그인 / 접근 문제",
|
||||
"somethingElse": "기타"
|
||||
},
|
||||
"notifyResolve": "해결되었을 때 알려주세요",
|
||||
"provideAdditionalDetails": "추가 세부 사항 제공 (선택 사항)",
|
||||
"provideEmail": "이메일을 알려주세요 (선택 사항)",
|
||||
"rating": "평가",
|
||||
"selectIssue": "문제를 선택하세요",
|
||||
"stackTrace": "스택 추적",
|
||||
"submitErrorReport": "오류 보고서 제출 (선택 사항)",
|
||||
"systemStats": "시스템 통계",
|
||||
"validation": {
|
||||
"invalidEmail": "유효한 이메일 주소를 입력해 주세요",
|
||||
"maxLength": "메시지가 너무 깁니다"
|
||||
}
|
||||
"maxLength": "메시지가 너무 깁니다",
|
||||
"selectIssueType": "문제 유형을 선택해 주세요"
|
||||
},
|
||||
"whatCanWeInclude": "보고서에 포함할 내용을 지정하세요",
|
||||
"whatDoYouNeedHelpWith": "어떤 도움이 필요하신가요?"
|
||||
},
|
||||
"load3d": {
|
||||
"applyingTexture": "텍스처 적용 중...",
|
||||
@@ -616,6 +631,7 @@
|
||||
"ComfyUI Docs": "ComfyUI 문서",
|
||||
"ComfyUI Forum": "ComfyUI 포럼",
|
||||
"ComfyUI Issues": "ComfyUI 이슈 페이지",
|
||||
"Contact Support": "고객 지원 문의",
|
||||
"Convert selected nodes to group node": "선택한 노드를 그룹 노드로 변환",
|
||||
"Custom Nodes Manager": "사용자 정의 노드 관리자",
|
||||
"Delete Selected Items": "선택한 항목 삭제",
|
||||
|
||||
Reference in New Issue
Block a user