mirror of https://github.com/langgenius/dify.git
1052 lines
70 KiB
JSON
1052 lines
70 KiB
JSON
{
|
|
"blocks.agent": "대리인",
|
|
"blocks.answer": "답변",
|
|
"blocks.assigner": "변수 할당자",
|
|
"blocks.code": "코드",
|
|
"blocks.datasource": "데이터 소스",
|
|
"blocks.datasource-empty": "빈 데이터 소스",
|
|
"blocks.document-extractor": "Doc 추출기",
|
|
"blocks.end": "출력",
|
|
"blocks.http-request": "HTTP 요청",
|
|
"blocks.if-else": "IF/ELSE",
|
|
"blocks.iteration": "반복",
|
|
"blocks.iteration-start": "반복 시작",
|
|
"blocks.knowledge-index": "기술 자료",
|
|
"blocks.knowledge-retrieval": "지식 검색",
|
|
"blocks.list-operator": "List 연산자",
|
|
"blocks.llm": "LLM",
|
|
"blocks.loop": "루프",
|
|
"blocks.loop-end": "루프 종료",
|
|
"blocks.loop-start": "루프 시작",
|
|
"blocks.originalStartNode": "원래 시작 노드",
|
|
"blocks.parameter-extractor": "매개변수 추출기",
|
|
"blocks.question-classifier": "질문 분류기",
|
|
"blocks.start": "시작",
|
|
"blocks.template-transform": "템플릿",
|
|
"blocks.tool": "도구",
|
|
"blocks.trigger-plugin": "플러그인 트리거",
|
|
"blocks.trigger-schedule": "일정 트리거",
|
|
"blocks.trigger-webhook": "웹훅 트리거",
|
|
"blocks.variable-aggregator": "변수 집계자",
|
|
"blocks.variable-assigner": "변수 할당자",
|
|
"blocksAbout.agent": "질문에 답하거나 자연어를 처리하기 위해 대규모 언어 모델을 호출하는 경우",
|
|
"blocksAbout.answer": "대화의 답변 내용을 정의합니다",
|
|
"blocksAbout.assigner": "변수 할당 노드는 쓰기 가능한 변수 (대화 변수 등) 에 값을 할당하는 데 사용됩니다.",
|
|
"blocksAbout.code": "사용자 정의 논리를 구현하기 위해 Python 또는 NodeJS 코드를 실행합니다",
|
|
"blocksAbout.datasource": "데이터 소스 정보",
|
|
"blocksAbout.datasource-empty": "빈 데이터 소스 자리 표시자",
|
|
"blocksAbout.document-extractor": "업로드된 문서를 LLM 에서 쉽게 이해할 수 있는 텍스트 콘텐츠로 구문 분석하는 데 사용됩니다.",
|
|
"blocksAbout.end": "워크플로의 출력 및 결과 유형을 정의합니다",
|
|
"blocksAbout.http-request": "HTTP 프로토콜을 통해 서버 요청을 보낼 수 있습니다",
|
|
"blocksAbout.if-else": "if/else 조건을 기반으로 워크플로우를 두 가지 분기로 나눌 수 있습니다",
|
|
"blocksAbout.iteration": "목록 객체에서 여러 단계를 수행하여 모든 결과가 출력될 때까지 반복합니다.",
|
|
"blocksAbout.iteration-start": "반복 시작 노드",
|
|
"blocksAbout.knowledge-index": "기술 자료 정보",
|
|
"blocksAbout.knowledge-retrieval": "사용자 질문과 관련된 텍스트 콘텐츠를 지식 베이스에서 쿼리할 수 있습니다",
|
|
"blocksAbout.list-operator": "배열 내용을 필터링하거나 정렬하는 데 사용됩니다.",
|
|
"blocksAbout.llm": "질문에 답하거나 자연어를 처리하기 위해 대형 언어 모델을 호출합니다",
|
|
"blocksAbout.loop": "종료 조건이 충족되거나 최대 반복 횟수에 도달할 때까지 논리 루프를 실행합니다.",
|
|
"blocksAbout.loop-end": "\"break\"와 동일합니다. 이 노드는 구성 항목이 없습니다. 루프 본문이 이 노드에 도달하면 루프가 종료됩니다.",
|
|
"blocksAbout.loop-start": "루프 시작 노드",
|
|
"blocksAbout.parameter-extractor": "도구 호출 또는 HTTP 요청을 위해 자연어에서 구조화된 매개변수를 추출하기 위해 LLM 을 사용합니다.",
|
|
"blocksAbout.question-classifier": "사용자 질문의 분류 조건을 정의합니다. LLM 은 분류 설명을 기반으로 대화의 진행 방식을 정의할 수 있습니다",
|
|
"blocksAbout.start": "워크플로우를 시작하기 위한 초기 매개변수를 정의합니다",
|
|
"blocksAbout.template-transform": "Jinja 템플릿 구문을 사용하여 데이터를 문자열로 변환합니다",
|
|
"blocksAbout.tool": "외부 도구를 사용하여 워크플로우 기능을 확장하세요",
|
|
"blocksAbout.trigger-plugin": "외부 플랫폼 이벤트로 워크플로를 시작하는 타사 통합 트리거",
|
|
"blocksAbout.trigger-schedule": "일정에 따라 워크플로를 시작하는 시간 기반 워크플로 트리거",
|
|
"blocksAbout.trigger-webhook": "웹훅 트리거는 외부 시스템에서 HTTP 푸시를 받아 워크플로를 자동으로 실행합니다.",
|
|
"blocksAbout.variable-aggregator": "다중 분기 변수들을 하나의 변수로 집계하여 다운스트림 노드의 통합 구성을 가능하게 합니다.",
|
|
"blocksAbout.variable-assigner": "다중 분기 변수들을 하나의 변수로 집계하여 다운스트림 노드의 통합 구성을 가능하게 합니다.",
|
|
"changeHistory.clearHistory": "기록 지우기",
|
|
"changeHistory.currentState": "현재 상태",
|
|
"changeHistory.edgeDelete": "노드가 연결이 끊어졌습니다.",
|
|
"changeHistory.hint": "힌트",
|
|
"changeHistory.hintText": "편집 작업이 변경 기록에 추적되며, 이 세션 동안 기기에 저장됩니다. 편집기를 떠나면 이 기록이 지워집니다.",
|
|
"changeHistory.nodeAdd": "노드가 추가되었습니다.",
|
|
"changeHistory.nodeChange": "노드가 변경되었습니다.",
|
|
"changeHistory.nodeConnect": "노드가 연결되었습니다.",
|
|
"changeHistory.nodeDelete": "노드가 삭제되었습니다.",
|
|
"changeHistory.nodeDescriptionChange": "노드 설명이 변경됨",
|
|
"changeHistory.nodeDragStop": "노드가 이동했습니다.",
|
|
"changeHistory.nodePaste": "노드 붙여넣기",
|
|
"changeHistory.nodeResize": "노드 크기 조정됨",
|
|
"changeHistory.nodeTitleChange": "노드 제목이 변경됨",
|
|
"changeHistory.noteAdd": "노트 추가됨",
|
|
"changeHistory.noteChange": "노트 변경됨",
|
|
"changeHistory.noteDelete": "노트 삭제됨",
|
|
"changeHistory.placeholder": "아직 아무 것도 변경하지 않았습니다",
|
|
"changeHistory.sessionStart": "세션 시작",
|
|
"changeHistory.stepBackward_one": "{{count}} 단계 뒤로",
|
|
"changeHistory.stepBackward_other": "{{count}} 단계 뒤로",
|
|
"changeHistory.stepForward_one": "{{count}} 단계 앞으로",
|
|
"changeHistory.stepForward_other": "{{count}} 단계 앞으로",
|
|
"changeHistory.title": "변경 기록",
|
|
"chatVariable.button": "변수 추가",
|
|
"chatVariable.docLink": "자세한 내용은 문서를 참조하세요.",
|
|
"chatVariable.modal.addArrayValue": "값 추가",
|
|
"chatVariable.modal.arrayValue": "값",
|
|
"chatVariable.modal.description": "설명",
|
|
"chatVariable.modal.descriptionPlaceholder": "변수에 대해 설명하세요",
|
|
"chatVariable.modal.editInForm": "양식에서 편집",
|
|
"chatVariable.modal.editInJSON": "JSON 으로 편집",
|
|
"chatVariable.modal.editTitle": "대화 변수 편집",
|
|
"chatVariable.modal.name": "이름",
|
|
"chatVariable.modal.namePlaceholder": "변수 이름",
|
|
"chatVariable.modal.objectKey": "키",
|
|
"chatVariable.modal.objectType": "유형",
|
|
"chatVariable.modal.objectValue": "기본값",
|
|
"chatVariable.modal.oneByOne": "하나씩 추가",
|
|
"chatVariable.modal.title": "대화 변수 추가",
|
|
"chatVariable.modal.type": "유형",
|
|
"chatVariable.modal.value": "기본값",
|
|
"chatVariable.modal.valuePlaceholder": "기본값, 설정하지 않으려면 비워두세요",
|
|
"chatVariable.panelDescription": "대화 변수는 LLM 이 기억해야 할 대화 기록, 업로드된 파일, 사용자 선호도 등의 상호작용 정보를 저장하는 데 사용됩니다. 이들은 읽기 및 쓰기가 가능합니다.",
|
|
"chatVariable.panelTitle": "대화 변수",
|
|
"chatVariable.storedContent": "저장된 내용",
|
|
"chatVariable.updatedAt": "업데이트 시간: ",
|
|
"common.ImageUploadLegacyTip": "이제 시작 양식에서 파일 형식 변수를 만들 수 있습니다. 앞으로 이미지 업로드 기능은 더 이상 지원되지 않습니다.",
|
|
"common.accessAPIReference": "API 참조 접근",
|
|
"common.addBlock": "노드 추가",
|
|
"common.addDescription": "설명 추가...",
|
|
"common.addFailureBranch": "실패 분기 추가",
|
|
"common.addParallelNode": "병렬 노드 추가",
|
|
"common.addTitle": "제목 추가...",
|
|
"common.autoSaved": "자동 저장됨",
|
|
"common.backupCurrentDraft": "현재 초안 백업",
|
|
"common.batchRunApp": "앱 일괄 실행",
|
|
"common.branch": "브랜치",
|
|
"common.chooseDSL": "DSL(yml) 파일 선택",
|
|
"common.chooseStartNodeToRun": "실행할 시작 노드를 선택하세요",
|
|
"common.configure": "구성",
|
|
"common.configureRequired": "구성 필요",
|
|
"common.conversationLog": "대화 로그",
|
|
"common.copy": "복사",
|
|
"common.currentDraft": "현재 초안",
|
|
"common.currentDraftUnpublished": "현재 초안 미발행",
|
|
"common.currentView": "현재 보기",
|
|
"common.currentWorkflow": "현재 워크플로",
|
|
"common.debugAndPreview": "미리보기",
|
|
"common.disconnect": "분리하다",
|
|
"common.duplicate": "복제",
|
|
"common.editing": "편집 중",
|
|
"common.effectVarConfirm.content": "변수가 다른 노드에서 사용되고 있습니다. 그래도 제거하시겠습니까?",
|
|
"common.effectVarConfirm.title": "변수 제거",
|
|
"common.embedIntoSite": "사이트에 삽입",
|
|
"common.enableJinja": "Jinja 템플릿 지원 활성화",
|
|
"common.exitVersions": "종료 버전",
|
|
"common.exportImage": "이미지 내보내기",
|
|
"common.exportJPEG": "JPEG 로 내보내기",
|
|
"common.exportPNG": "PNG 로 내보내기",
|
|
"common.exportSVG": "SVG 로 내보내기",
|
|
"common.features": "특징",
|
|
"common.featuresDescription": "웹 앱 사용자 경험 향상",
|
|
"common.featuresDocLink": "자세히 알아보기",
|
|
"common.fileUploadTip": "이미지 업로드 기능이 파일 업로드로 업그레이드되었습니다.",
|
|
"common.goBackToEdit": "편집기로 돌아가기",
|
|
"common.handMode": "드래그 모드",
|
|
"common.importDSL": "DSL 가져오기",
|
|
"common.importDSLTip": "현재 초안을 덮어씁니다. 가져오기 전에 워크플로우를 백업으로 내보냅니다.",
|
|
"common.importFailure": "가져오기 실패",
|
|
"common.importSuccess": "가져오기 성공",
|
|
"common.importWarning": "주의",
|
|
"common.importWarningDetails": "DSL 버전 차이는 특정 기능에 영향을 미칠 수 있습니다.",
|
|
"common.inPreview": "미리보기 중",
|
|
"common.inPreviewMode": "미리보기 모드",
|
|
"common.inRunMode": "실행 모드",
|
|
"common.input": "입력",
|
|
"common.insertVarTip": "빠르게 삽입하려면 '/' 키를 누르세요",
|
|
"common.jinjaEditorPlaceholder": "변수를 삽입하려면 '/' 또는 '{'를 입력하세요",
|
|
"common.jumpToNode": "이 노드로 이동",
|
|
"common.latestPublished": "최신 발행본",
|
|
"common.learnMore": "더 알아보기",
|
|
"common.listening": "듣기",
|
|
"common.loadMore": "더 많은 워크플로우 로드",
|
|
"common.manageInTools": "도구에서 관리",
|
|
"common.maxTreeDepth": "분기당 최대 {{depth}} 노드 제한",
|
|
"common.model": "모델",
|
|
"common.moreActions": "더 많은 작업",
|
|
"common.needAdd": "{{node}} 노드를 추가해야 합니다",
|
|
"common.needAnswerNode": "답변 노드를 추가해야 합니다.",
|
|
"common.needConnectTip": "이 단계는 아무것도 연결되어 있지 않습니다",
|
|
"common.needOutputNode": "출력 노드를 추가해야 합니다",
|
|
"common.needStartNode": "적어도 하나의 시작 노드를 추가해야 합니다",
|
|
"common.noHistory": "이력 없음",
|
|
"common.noVar": "변수 없음",
|
|
"common.notRunning": "아직 실행되지 않음",
|
|
"common.onFailure": "실패 시",
|
|
"common.openInExplore": "Explore 에서 열기",
|
|
"common.output": "출력",
|
|
"common.overwriteAndImport": "덮어쓰기 및 가져오기",
|
|
"common.parallel": "병렬",
|
|
"common.parallelTip.click.desc": "추가",
|
|
"common.parallelTip.click.title": "클릭",
|
|
"common.parallelTip.depthLimit": "평행 중첩 레이어 {{num}}개 레이어의 제한",
|
|
"common.parallelTip.drag.desc": "연결 방법",
|
|
"common.parallelTip.drag.title": "드래그",
|
|
"common.parallelTip.limit": "병렬 처리는 {{num}}개의 분기로 제한됩니다.",
|
|
"common.pasteHere": "여기에 붙여넣기",
|
|
"common.pointerMode": "포인터 모드",
|
|
"common.preview": "미리보기",
|
|
"common.previewPlaceholder": "디버깅을 시작하려면 아래 상자에 내용을 입력하세요",
|
|
"common.processData": "데이터 처리",
|
|
"common.publish": "게시하기",
|
|
"common.publishUpdate": "업데이트 게시",
|
|
"common.published": "게시됨",
|
|
"common.publishedAt": "발행일",
|
|
"common.redo": "다시 실행",
|
|
"common.restart": "재시작",
|
|
"common.restore": "복원",
|
|
"common.run": "테스트 실행",
|
|
"common.runAllTriggers": "모든 트리거 실행",
|
|
"common.runApp": "앱 실행",
|
|
"common.runHistory": "실행 기록",
|
|
"common.running": "실행 중",
|
|
"common.searchVar": "변수 검색",
|
|
"common.setVarValuePlaceholder": "변수 값 설정",
|
|
"common.showRunHistory": "실행 기록 보기",
|
|
"common.syncingData": "단 몇 초 만에 데이터를 동기화할 수 있습니다.",
|
|
"common.tagBound": "이 태그를 사용하는 앱 수",
|
|
"common.undo": "실행 취소",
|
|
"common.unpublished": "게시되지 않음",
|
|
"common.update": "업데이트",
|
|
"common.variableNamePlaceholder": "변수 이름",
|
|
"common.versionHistory": "버전 기록",
|
|
"common.viewDetailInTracingPanel": "세부 정보 보기",
|
|
"common.viewOnly": "보기 전용",
|
|
"common.viewRunHistory": "실행 기록 보기",
|
|
"common.workflowAsTool": "도구로서의 워크플로우",
|
|
"common.workflowAsToolDisabledHint": "최신 워크플로를 게시하고 도구로 구성하기 전에 연결된 사용자 입력 노드가 있는지 확인하세요.",
|
|
"common.workflowAsToolTip": "워크플로우 업데이트 후 도구 재구성이 필요합니다.",
|
|
"common.workflowProcess": "워크플로우 과정",
|
|
"customWebhook": "맞춤 웹훅",
|
|
"debug.copyLastRun": "마지막 실행 복사",
|
|
"debug.copyLastRunError": "마지막 실행 입력을 복사하는 데 실패했습니다.",
|
|
"debug.lastOutput": "마지막 출력",
|
|
"debug.lastRunInputsCopied": "지난 실행에서 {{count}}개의 입력이 복사되었습니다",
|
|
"debug.lastRunTab": "마지막 실행",
|
|
"debug.noData.description": "마지막 실행 결과가 여기 표시됩니다.",
|
|
"debug.noData.runThisNode": "이 노드를 실행하세요",
|
|
"debug.noLastRunFound": "이전 실행이 없습니다.",
|
|
"debug.noMatchingInputsFound": "지난 실행에서 일치하는 입력을 찾을 수 없습니다.",
|
|
"debug.relations.dependencies": "종속성",
|
|
"debug.relations.dependenciesDescription": "이 노드가 의존하는 노드",
|
|
"debug.relations.dependents": "부양 가족",
|
|
"debug.relations.dependentsDescription": "이 노드에 의존하는 노드",
|
|
"debug.relations.noDependencies": "종속성 없음",
|
|
"debug.relations.noDependents": "부양가족 없음",
|
|
"debug.relationsTab": "관계",
|
|
"debug.settingsTab": "설정",
|
|
"debug.variableInspect.chatNode": "대화",
|
|
"debug.variableInspect.clearAll": "모두 초기화",
|
|
"debug.variableInspect.clearNode": "캐시된 변수를 지우기",
|
|
"debug.variableInspect.edited": "편집됨",
|
|
"debug.variableInspect.emptyLink": "더 알아보기",
|
|
"debug.variableInspect.emptyTip": "캔버스에서 노드를 한 단계씩 실행한 후, 변수 검사에서 노드 변수의 현재 값을 볼 수 있습니다.",
|
|
"debug.variableInspect.envNode": "환경",
|
|
"debug.variableInspect.export": "수출",
|
|
"debug.variableInspect.exportToolTip": "변수를 파일로 내보내기",
|
|
"debug.variableInspect.largeData": "대용량 데이터, 읽기 전용 미리 보기. 모두 보도록 내보내기.",
|
|
"debug.variableInspect.largeDataNoExport": "대용량 데이터 - 부분 미리 보기만",
|
|
"debug.variableInspect.listening.defaultNodeName": "이 트리거",
|
|
"debug.variableInspect.listening.defaultPluginName": "이 플러그인 트리거",
|
|
"debug.variableInspect.listening.defaultScheduleTime": "구성되지 않음",
|
|
"debug.variableInspect.listening.selectedTriggers": "선택된 트리거",
|
|
"debug.variableInspect.listening.stopButton": "멈춰",
|
|
"debug.variableInspect.listening.tip": "이제 테스트 요청을 HTTP {{nodeName}} 엔드포인트로 보내 이벤트 트리거를 시뮬레이션하거나 실시간 이벤트 디버깅용 콜백 URL로 사용할 수 있습니다. 모든 출력은 변수 검사기에서 직접 확인할 수 있습니다.",
|
|
"debug.variableInspect.listening.tipFallback": "들어오는 트리거 이벤트를 대기 중입니다. 출력 결과가 여기에 표시됩니다.",
|
|
"debug.variableInspect.listening.tipPlugin": "이제 {{- pluginName}}에서 이벤트를 생성하고, 변수 검사기에서 이러한 이벤트의 출력을 확인할 수 있습니다.",
|
|
"debug.variableInspect.listening.tipSchedule": "스케줄 트리거의 이벤트를 수신 대기 중입니다.\n다음 예약 실행: {{nextTriggerTime}}",
|
|
"debug.variableInspect.listening.title": "트리거 이벤트 수신 대기 중...",
|
|
"debug.variableInspect.reset": "마지막 실행 값으로 재설정",
|
|
"debug.variableInspect.resetConversationVar": "대화 변수를 기본 값으로 재설정합니다.",
|
|
"debug.variableInspect.systemNode": "시스템",
|
|
"debug.variableInspect.title": "변수 검사",
|
|
"debug.variableInspect.trigger.cached": "캐시된 변수를 보기",
|
|
"debug.variableInspect.trigger.clear": "맑은",
|
|
"debug.variableInspect.trigger.normal": "변수 검사",
|
|
"debug.variableInspect.trigger.running": "캐싱 실행 상태",
|
|
"debug.variableInspect.trigger.stop": "멈춰 뛰어",
|
|
"debug.variableInspect.view": "로그 보기",
|
|
"difyTeam": "디파이 팀",
|
|
"entryNodeStatus.disabled": "시작 • 비활성",
|
|
"entryNodeStatus.enabled": "시작",
|
|
"env.envDescription": "환경 변수는 개인 정보와 자격 증명을 저장하는 데 사용될 수 있습니다. 이들은 읽기 전용이며 내보내기 중에 DSL 파일과 분리할 수 있습니다.",
|
|
"env.envPanelButton": "변수 추가",
|
|
"env.envPanelTitle": "환경 변수",
|
|
"env.export.checkbox": "비밀 값 내보내기",
|
|
"env.export.export": "비밀 값이 포함된 DSL 내보내기",
|
|
"env.export.ignore": "DSL 내보내기",
|
|
"env.export.title": "비밀 환경 변수를 내보내시겠습니까?",
|
|
"env.modal.description": "설명",
|
|
"env.modal.descriptionPlaceholder": "변수에 대해 설명하세요",
|
|
"env.modal.editTitle": "환경 변수 편집",
|
|
"env.modal.name": "이름",
|
|
"env.modal.namePlaceholder": "환경 이름",
|
|
"env.modal.secretTip": "민감한 정보나 데이터를 정의하는 데 사용되며, DSL 설정은 유출 방지를 위해 구성됩니다.",
|
|
"env.modal.title": "환경 변수 추가",
|
|
"env.modal.type": "유형",
|
|
"env.modal.value": "값",
|
|
"env.modal.valuePlaceholder": "환경 값",
|
|
"error.operations.addingNodes": "노드 추가",
|
|
"error.operations.connectingNodes": "노드 연결",
|
|
"error.operations.modifyingWorkflow": "워크플로 수정",
|
|
"error.operations.updatingWorkflow": "워크플로 업데이트",
|
|
"error.startNodeRequired": "{{operation}} 전에 먼저 시작 노드를 추가해 주세요",
|
|
"errorMsg.authRequired": "인증이 필요합니다",
|
|
"errorMsg.fieldRequired": "{{field}}가 필요합니다",
|
|
"errorMsg.fields.code": "코드",
|
|
"errorMsg.fields.model": "모델",
|
|
"errorMsg.fields.rerankModel": "재정렬 모델",
|
|
"errorMsg.fields.variable": "변수 이름",
|
|
"errorMsg.fields.variableValue": "변수 값",
|
|
"errorMsg.fields.visionVariable": "비전 변수",
|
|
"errorMsg.invalidJson": "{{field}}는 잘못된 JSON 입니다",
|
|
"errorMsg.invalidVariable": "잘못된 변수",
|
|
"errorMsg.noValidTool": "{{field}} 유효한 도구가 선택되지 않았습니다.",
|
|
"errorMsg.rerankModelRequired": "Rerank Model 을 켜기 전에 설정에서 모델이 성공적으로 구성되었는지 확인하십시오.",
|
|
"errorMsg.startNodeRequired": "{{operation}} 전에 먼저 시작 노드를 추가해 주세요",
|
|
"errorMsg.toolParameterRequired": "{{field}}: 매개변수 [{{param}}] 이 필요합니다.",
|
|
"globalVar.description": "시스템 변수는 타입이 맞으면 배선 없이도 모든 노드에서 참조할 수 있는 전역 변수로, 엔드유저 ID와 워크플로 ID 등이 포함됩니다.",
|
|
"globalVar.fieldsDescription.appId": "애플리케이션 ID",
|
|
"globalVar.fieldsDescription.conversationId": "대화 ID",
|
|
"globalVar.fieldsDescription.dialogCount": "대화 수",
|
|
"globalVar.fieldsDescription.triggerTimestamp": "애플리케이션 시작 타임스탬프",
|
|
"globalVar.fieldsDescription.userId": "사용자 ID",
|
|
"globalVar.fieldsDescription.workflowId": "워크플로 ID",
|
|
"globalVar.fieldsDescription.workflowRunId": "워크플로 실행 ID",
|
|
"globalVar.title": "시스템 변수",
|
|
"nodes.agent.checkList.strategyNotSelected": "전략이 선택되지 않음",
|
|
"nodes.agent.clickToViewParameterSchema": "매개변수 스키마 보려면 클릭하세요.",
|
|
"nodes.agent.configureModel": "모델 구성",
|
|
"nodes.agent.installPlugin.cancel": "취소",
|
|
"nodes.agent.installPlugin.changelog": "변경 로그",
|
|
"nodes.agent.installPlugin.desc": "다음 플러그인을 설치하려고 합니다.",
|
|
"nodes.agent.installPlugin.install": "설치하다",
|
|
"nodes.agent.installPlugin.title": "플러그인 설치",
|
|
"nodes.agent.learnMore": "더 알아보세요",
|
|
"nodes.agent.linkToPlugin": "플러그인에 대한 링크",
|
|
"nodes.agent.maxIterations": "최대 반복 횟수",
|
|
"nodes.agent.model": "모델",
|
|
"nodes.agent.modelNotInMarketplace.desc": "이 모델은 로컬 또는 GitHub 리포지토리에서 설치됩니다. 설치 후 사용하십시오.",
|
|
"nodes.agent.modelNotInMarketplace.manageInPlugins": "플러그인에서 관리",
|
|
"nodes.agent.modelNotInMarketplace.title": "모델이 설치되지 않음",
|
|
"nodes.agent.modelNotInstallTooltip": "이 모델은 설치되지 않았습니다.",
|
|
"nodes.agent.modelNotSelected": "모델이 선택되지 않음",
|
|
"nodes.agent.modelNotSupport.desc": "설치된 플러그인 버전은 이 모델을 제공하지 않습니다.",
|
|
"nodes.agent.modelNotSupport.descForVersionSwitch": "설치된 플러그인 버전은 이 모델을 제공하지 않습니다. 버전을 전환하려면 클릭합니다.",
|
|
"nodes.agent.modelNotSupport.title": "지원되지 않는 모델",
|
|
"nodes.agent.modelSelectorTooltips.deprecated": "이 모델은 더 이상 사용되지 않습니다.",
|
|
"nodes.agent.notAuthorized": "권한이 부여되지 않음",
|
|
"nodes.agent.outputVars.files.title": "에이전트 생성 파일",
|
|
"nodes.agent.outputVars.files.transfer_method": "전송 방법. 값이 remote_url 또는 local_file 입니다.",
|
|
"nodes.agent.outputVars.files.type": "지원 유형. 이제 이미지만 지원합니다.",
|
|
"nodes.agent.outputVars.files.upload_file_id": "파일 ID 업로드",
|
|
"nodes.agent.outputVars.files.url": "이미지 URL",
|
|
"nodes.agent.outputVars.json": "에이전트 생성 JSON",
|
|
"nodes.agent.outputVars.text": "상담원이 생성한 콘텐츠",
|
|
"nodes.agent.outputVars.usage": "모델 사용 정보",
|
|
"nodes.agent.parameterSchema": "파라미터 스키마",
|
|
"nodes.agent.pluginInstaller.install": "설치하다",
|
|
"nodes.agent.pluginInstaller.installing": "설치",
|
|
"nodes.agent.pluginNotFoundDesc": "이 플러그인은 GitHub 에서 설치됩니다. 플러그인으로 이동하여 다시 설치하십시오.",
|
|
"nodes.agent.pluginNotInstalled": "이 플러그인은 설치되어 있지 않습니다.",
|
|
"nodes.agent.pluginNotInstalledDesc": "이 플러그인은 GitHub 에서 설치됩니다. 플러그인으로 이동하여 다시 설치하십시오.",
|
|
"nodes.agent.strategy.configureTip": "에이전트 전략을 구성하세요.",
|
|
"nodes.agent.strategy.configureTipDesc": "에이전트 전략을 구성한 후 이 노드는 나머지 구성을 자동으로 로드합니다. 이 전략은 다단계 도구 추론의 메커니즘에 영향을 미칩니다.",
|
|
"nodes.agent.strategy.label": "에이전트 전략",
|
|
"nodes.agent.strategy.searchPlaceholder": "검색 에이전트 전략",
|
|
"nodes.agent.strategy.selectTip": "에이전트 전략 선택",
|
|
"nodes.agent.strategy.shortLabel": "전략",
|
|
"nodes.agent.strategy.tooltip": "다양한 에이전트 전략은 시스템이 다단계 도구 호출을 계획하고 실행하는 방법을 결정합니다",
|
|
"nodes.agent.strategyNotFoundDesc": "설치된 플러그인 버전은 이 전략을 제공하지 않습니다.",
|
|
"nodes.agent.strategyNotFoundDescAndSwitchVersion": "설치된 플러그인 버전은 이 전략을 제공하지 않습니다. 버전을 전환하려면 클릭합니다.",
|
|
"nodes.agent.strategyNotInstallTooltip": "{{strategy}}가 설치되지 않았습니다.",
|
|
"nodes.agent.strategyNotSet": "에이전트 전략이 설정되지 않음",
|
|
"nodes.agent.toolNotAuthorizedTooltip": "{{도구}} 권한이 부여되지 않음",
|
|
"nodes.agent.toolNotInstallTooltip": "{{tool}}이 설치되지 않았습니다.",
|
|
"nodes.agent.toolbox": "도구",
|
|
"nodes.agent.tools": "도구",
|
|
"nodes.agent.unsupportedStrategy": "지원되지 않는 전략",
|
|
"nodes.answer.answer": "답변",
|
|
"nodes.answer.outputVars": "출력 변수",
|
|
"nodes.assigner.append": "추가",
|
|
"nodes.assigner.assignedVariable": "할당된 변수",
|
|
"nodes.assigner.assignedVarsDescription": "할당된 변수는 대화 변수와 같은 쓰기 가능한 변수여야 합니다.",
|
|
"nodes.assigner.clear": "지우기",
|
|
"nodes.assigner.noAssignedVars": "사용 가능한 할당된 변수가 없습니다.",
|
|
"nodes.assigner.noVarTip": "\"+\" 버튼을 클릭하여 변수를 추가합니다.",
|
|
"nodes.assigner.operations.*=": "*=",
|
|
"nodes.assigner.operations.+=": "+=",
|
|
"nodes.assigner.operations.-=": "-=",
|
|
"nodes.assigner.operations./=": "/=",
|
|
"nodes.assigner.operations.append": "추가",
|
|
"nodes.assigner.operations.clear": "초기화",
|
|
"nodes.assigner.operations.extend": "연장",
|
|
"nodes.assigner.operations.over-write": "덮어쓰기",
|
|
"nodes.assigner.operations.overwrite": "덮어쓰기",
|
|
"nodes.assigner.operations.remove-first": "첫 번째 제거",
|
|
"nodes.assigner.operations.remove-last": "마지막 제거",
|
|
"nodes.assigner.operations.set": "설정",
|
|
"nodes.assigner.operations.title": "조작",
|
|
"nodes.assigner.over-write": "덮어쓰기",
|
|
"nodes.assigner.plus": "더하기",
|
|
"nodes.assigner.selectAssignedVariable": "할당된 변수 선택...",
|
|
"nodes.assigner.setParameter": "매개 변수 설정...",
|
|
"nodes.assigner.setVariable": "변수 설정",
|
|
"nodes.assigner.varNotSet": "변수가 설정되지 않음",
|
|
"nodes.assigner.variable": "변수",
|
|
"nodes.assigner.variables": "변수",
|
|
"nodes.assigner.writeMode": "쓰기 모드",
|
|
"nodes.assigner.writeModeTip": "할당된 변수가 배열일 때, 추가 모드는 끝에 추가합니다.",
|
|
"nodes.code.advancedDependencies": "고급 종속성",
|
|
"nodes.code.advancedDependenciesTip": "더 많은 시간이 소요되거나 기본으로 내장되지 않은 일부 미리 로드된 종속성을 여기에 추가하세요",
|
|
"nodes.code.inputVars": "입력 변수",
|
|
"nodes.code.outputVars": "출력 변수",
|
|
"nodes.code.searchDependencies": "종속성 검색",
|
|
"nodes.code.syncFunctionSignature": "코드에 함수 시그니처 동기화하기",
|
|
"nodes.common.errorHandle.defaultValue.desc": "오류가 발생하면 정적 출력 콘텐츠를 지정합니다.",
|
|
"nodes.common.errorHandle.defaultValue.inLog": "노드 예외, 기본값에 따라 출력합니다.",
|
|
"nodes.common.errorHandle.defaultValue.output": "출력 기본값",
|
|
"nodes.common.errorHandle.defaultValue.tip": "오류가 발생하면 아래 값을 반환합니다.",
|
|
"nodes.common.errorHandle.defaultValue.title": "기본값",
|
|
"nodes.common.errorHandle.failBranch.customize": "캔버스로 이동하여 fail branch logic 를 사용자 지정합니다.",
|
|
"nodes.common.errorHandle.failBranch.customizeTip": "fail 분기가 활성화되면 노드에서 throw 된 예외가 프로세스를 종료하지 않습니다. 대신 미리 정의된 실패 분기를 자동으로 실행하여 오류 메시지, 보고서, 수정 사항을 유연하게 제공하거나 작업을 건너뛸 수 있습니다.",
|
|
"nodes.common.errorHandle.failBranch.desc": "오류가 발생하면 예외 분기를 실행합니다",
|
|
"nodes.common.errorHandle.failBranch.inLog": "노드 예외는 실패 분기를 자동으로 실행합니다. 노드 출력은 오류 유형 및 오류 메시지를 반환하고 다운스트림으로 전달합니다.",
|
|
"nodes.common.errorHandle.failBranch.title": "실패 분기",
|
|
"nodes.common.errorHandle.none.desc": "예외가 발생하고 처리되지 않으면 노드 실행이 중지됩니다",
|
|
"nodes.common.errorHandle.none.title": "없음",
|
|
"nodes.common.errorHandle.partialSucceeded.tip": "프로세스에 {{num}} 노드가 비정상적으로 실행 중입니다. 추적으로 이동하여 로그를 확인하십시오.",
|
|
"nodes.common.errorHandle.tip": "노드에 예외가 발생할 때 트리거되는 예외 처리 전략입니다.",
|
|
"nodes.common.errorHandle.title": "오류 처리",
|
|
"nodes.common.inputVars": "입력 변수",
|
|
"nodes.common.insertVarTip": "변수 삽입",
|
|
"nodes.common.memories.builtIn": "내장",
|
|
"nodes.common.memories.tip": "대화 메모리",
|
|
"nodes.common.memories.title": "메모리",
|
|
"nodes.common.memory.assistant": "어시스턴트 접두사",
|
|
"nodes.common.memory.conversationRoleName": "대화 역할 이름",
|
|
"nodes.common.memory.memory": "메모리",
|
|
"nodes.common.memory.memoryTip": "대화 메모리 설정",
|
|
"nodes.common.memory.user": "사용자 접두사",
|
|
"nodes.common.memory.windowSize": "창 크기",
|
|
"nodes.common.outputVars": "출력 변수",
|
|
"nodes.common.pluginNotInstalled": "플러그인이 설치되지 않았습니다",
|
|
"nodes.common.retry.maxRetries": "최대 재시도 횟수",
|
|
"nodes.common.retry.ms": "미에스",
|
|
"nodes.common.retry.retries": "{{숫자}} 재시도",
|
|
"nodes.common.retry.retry": "재시도",
|
|
"nodes.common.retry.retryFailed": "재시도 실패",
|
|
"nodes.common.retry.retryFailedTimes": "{{times}} 재시도 실패",
|
|
"nodes.common.retry.retryInterval": "재시도 간격",
|
|
"nodes.common.retry.retryOnFailure": "실패 시 재시도",
|
|
"nodes.common.retry.retrySuccessful": "재시도 성공",
|
|
"nodes.common.retry.retryTimes": "실패 시 {{times}}번 재시도",
|
|
"nodes.common.retry.retrying": "재시도...",
|
|
"nodes.common.retry.times": "번",
|
|
"nodes.common.typeSwitch.input": "입력 값",
|
|
"nodes.common.typeSwitch.variable": "변수를 사용하세요",
|
|
"nodes.dataSource.add": "데이터 원본 추가",
|
|
"nodes.dataSource.supportedFileFormats": "지원되는 파일 형식",
|
|
"nodes.dataSource.supportedFileFormatsPlaceholder": "파일 확장자, e.g. doc",
|
|
"nodes.docExtractor.inputVar": "입력 변수",
|
|
"nodes.docExtractor.learnMore": "더 알아보세요",
|
|
"nodes.docExtractor.outputVars.text": "추출된 텍스트",
|
|
"nodes.docExtractor.supportFileTypes": "지원 파일 형식: {{types}}.",
|
|
"nodes.end.output.type": "출력 유형",
|
|
"nodes.end.output.variable": "출력 변수",
|
|
"nodes.end.outputs": "출력",
|
|
"nodes.end.type.none": "없음",
|
|
"nodes.end.type.plain-text": "일반 텍스트",
|
|
"nodes.end.type.structured": "구조화된",
|
|
"nodes.http.api": "API",
|
|
"nodes.http.apiPlaceholder": "URL 을 입력하세요, 변수를 삽입하려면‘/’를 입력하세요",
|
|
"nodes.http.authorization.api-key": "API 키",
|
|
"nodes.http.authorization.api-key-title": "API 키",
|
|
"nodes.http.authorization.auth-type": "인증 유형",
|
|
"nodes.http.authorization.authorization": "권한 부여",
|
|
"nodes.http.authorization.authorizationType": "권한 부여 유형",
|
|
"nodes.http.authorization.basic": "기본",
|
|
"nodes.http.authorization.bearer": "Bearer",
|
|
"nodes.http.authorization.custom": "사용자 정의",
|
|
"nodes.http.authorization.header": "헤더",
|
|
"nodes.http.authorization.no-auth": "없음",
|
|
"nodes.http.binaryFileVariable": "바이너리 파일 변수",
|
|
"nodes.http.body": "본문",
|
|
"nodes.http.bulkEdit": "일괄 편집",
|
|
"nodes.http.curl.placeholder": "여기에 cURL 문자열 붙여 넣기",
|
|
"nodes.http.curl.title": "cURL 에서 가져오기",
|
|
"nodes.http.extractListPlaceholder": "목록 항목 인덱스 입력, '/' 변수 삽입",
|
|
"nodes.http.headers": "헤더",
|
|
"nodes.http.inputVars": "입력 변수",
|
|
"nodes.http.insertVarPlaceholder": "변수를 삽입하려면 '/'를 입력하세요",
|
|
"nodes.http.key": "키",
|
|
"nodes.http.keyValueEdit": "키 - 값 편집",
|
|
"nodes.http.notStartWithHttp": "API 는 http:// 또는 https://로 시작해야 합니다",
|
|
"nodes.http.outputVars.body": "응답 내용",
|
|
"nodes.http.outputVars.files": "파일 목록",
|
|
"nodes.http.outputVars.headers": "응답 헤더 목록 JSON",
|
|
"nodes.http.outputVars.statusCode": "응답 상태 코드",
|
|
"nodes.http.params": "매개변수",
|
|
"nodes.http.timeout.connectLabel": "연결 시간 초과",
|
|
"nodes.http.timeout.connectPlaceholder": "초 단위로 연결 시간 초과 입력",
|
|
"nodes.http.timeout.readLabel": "읽기 시간 초과",
|
|
"nodes.http.timeout.readPlaceholder": "초 단위로 읽기 시간 초과 입력",
|
|
"nodes.http.timeout.title": "시간 초과",
|
|
"nodes.http.timeout.writeLabel": "쓰기 시간 초과",
|
|
"nodes.http.timeout.writePlaceholder": "초 단위로 쓰기 시간 초과 입력",
|
|
"nodes.http.type": "형",
|
|
"nodes.http.value": "값",
|
|
"nodes.http.verifySSL.title": "SSL 인증서 확인",
|
|
"nodes.http.verifySSL.warningTooltip": "SSL 검증을 비활성화하는 것은 프로덕션 환경에서는 권장되지 않습니다. 이는 연결이 중간자 공격과 같은 보안 위협에 취약하게 만들므로 개발 또는 테스트에서만 사용해야 합니다.",
|
|
"nodes.ifElse.addCondition": "조건 추가",
|
|
"nodes.ifElse.addSubVariable": "하위 변수",
|
|
"nodes.ifElse.and": "그리고",
|
|
"nodes.ifElse.comparisonOperator.after": "후에",
|
|
"nodes.ifElse.comparisonOperator.all of": "모두의",
|
|
"nodes.ifElse.comparisonOperator.before": "전에",
|
|
"nodes.ifElse.comparisonOperator.contains": "포함",
|
|
"nodes.ifElse.comparisonOperator.empty": "비어 있음",
|
|
"nodes.ifElse.comparisonOperator.end with": "끝",
|
|
"nodes.ifElse.comparisonOperator.exists": "존재",
|
|
"nodes.ifElse.comparisonOperator.in": "안으로",
|
|
"nodes.ifElse.comparisonOperator.is": "이다",
|
|
"nodes.ifElse.comparisonOperator.is not": "아니다",
|
|
"nodes.ifElse.comparisonOperator.is not null": "널이 아님",
|
|
"nodes.ifElse.comparisonOperator.is null": "널입니다",
|
|
"nodes.ifElse.comparisonOperator.not contains": "포함하지 않음",
|
|
"nodes.ifElse.comparisonOperator.not empty": "비어 있지 않음",
|
|
"nodes.ifElse.comparisonOperator.not exists": "존재하지 않음",
|
|
"nodes.ifElse.comparisonOperator.not in": "에 없음",
|
|
"nodes.ifElse.comparisonOperator.not null": "null 이 아님",
|
|
"nodes.ifElse.comparisonOperator.null": "null 임",
|
|
"nodes.ifElse.comparisonOperator.start with": "시작",
|
|
"nodes.ifElse.conditionNotSetup": "조건이 설정되지 않음",
|
|
"nodes.ifElse.else": "Else",
|
|
"nodes.ifElse.elseDescription": "If 조건이 충족되지 않을 때 실행할 논리를 정의하는 데 사용됩니다.",
|
|
"nodes.ifElse.enterValue": "값 입력",
|
|
"nodes.ifElse.if": "If",
|
|
"nodes.ifElse.notSetVariable": "먼저 변수를 설정하세요",
|
|
"nodes.ifElse.operator": "연산자",
|
|
"nodes.ifElse.optionName.audio": "오디오",
|
|
"nodes.ifElse.optionName.doc": "문서",
|
|
"nodes.ifElse.optionName.image": "이미지",
|
|
"nodes.ifElse.optionName.localUpload": "로컬 업로드",
|
|
"nodes.ifElse.optionName.url": "URL (영문)",
|
|
"nodes.ifElse.optionName.video": "비디오",
|
|
"nodes.ifElse.or": "또는",
|
|
"nodes.ifElse.select": "고르다",
|
|
"nodes.ifElse.selectVariable": "변수 선택...",
|
|
"nodes.iteration.ErrorMethod.continueOnError": "오류 발생 시 계속",
|
|
"nodes.iteration.ErrorMethod.operationTerminated": "종료",
|
|
"nodes.iteration.ErrorMethod.removeAbnormalOutput": "비정상 출력 제거",
|
|
"nodes.iteration.MaxParallelismDesc": "최대 병렬 처리는 단일 반복에서 동시에 실행되는 작업 수를 제어하는 데 사용됩니다.",
|
|
"nodes.iteration.MaxParallelismTitle": "최대 병렬 처리",
|
|
"nodes.iteration.answerNodeWarningDesc": "병렬 모드 경고: 응답 노드, 대화 변수 할당 및 반복 내의 지속적인 읽기/쓰기 작업으로 인해 예외가 발생할 수 있습니다.",
|
|
"nodes.iteration.comma": ",",
|
|
"nodes.iteration.currentIteration": "현재 반복",
|
|
"nodes.iteration.deleteDesc": "반복 노드를 삭제하면 모든 하위 노드가 삭제됩니다",
|
|
"nodes.iteration.deleteTitle": "반복 노드를 삭제하시겠습니까?",
|
|
"nodes.iteration.errorResponseMethod": "오류 응답 방법",
|
|
"nodes.iteration.error_one": "{{개수}} 오류",
|
|
"nodes.iteration.error_other": "{{개수}} 오류",
|
|
"nodes.iteration.flattenOutput": "출력 평탄화",
|
|
"nodes.iteration.flattenOutputDesc": "활성화하면, 모든 반복 결과가 배열일 경우 이를 하나의 배열로 평탄화합니다. 비활성화하면, 결과는 중첩된 배열 구조를 유지합니다.",
|
|
"nodes.iteration.input": "입력",
|
|
"nodes.iteration.iteration_one": "{{count}} 반복",
|
|
"nodes.iteration.iteration_other": "{{count}} 반복",
|
|
"nodes.iteration.output": "출력 변수",
|
|
"nodes.iteration.parallelMode": "병렬 모드",
|
|
"nodes.iteration.parallelModeEnableDesc": "병렬 모드에서는 반복 내의 작업이 병렬 실행을 지원합니다. 오른쪽의 속성 패널에서 이를 구성할 수 있습니다.",
|
|
"nodes.iteration.parallelModeEnableTitle": "Parallel Mode Enabled(병렬 모드 사용)",
|
|
"nodes.iteration.parallelModeUpper": "병렬 모드",
|
|
"nodes.iteration.parallelPanelDesc": "병렬 모드에서 반복의 작업은 병렬 실행을 지원합니다.",
|
|
"nodes.knowledgeBase.aboutRetrieval": "검색 방법에 대해.",
|
|
"nodes.knowledgeBase.changeChunkStructure": "청크 구조 변경",
|
|
"nodes.knowledgeBase.chooseChunkStructure": "청크 구조 선택",
|
|
"nodes.knowledgeBase.chunkIsRequired": "청크 구조가 필요합니다.",
|
|
"nodes.knowledgeBase.chunkStructure": "청크 구조",
|
|
"nodes.knowledgeBase.chunkStructureTip.learnMore": "더 알아보세요",
|
|
"nodes.knowledgeBase.chunkStructureTip.message": "Dify 기술 자료는 일반, 부모-자식 및 Q&A의 세 가지 청크 구조를 지원합니다. 각 기술 자료는 하나의 구조만 가질 수 있습니다. 이전 노드의 출력은 선택한 청크 구조와 일치해야 합니다. 청크 구조의 선택은 사용 가능한 인덱스 메서드에 영향을 줍니다.",
|
|
"nodes.knowledgeBase.chunkStructureTip.title": "청크 구조를 선택해 주세요",
|
|
"nodes.knowledgeBase.chunksInput": "청크",
|
|
"nodes.knowledgeBase.chunksInputTip": "지식 기반 노드의 입력 변수는 Chunks입니다. 변수 유형은 선택된 청크 구조와 일치해야 하는 특정 JSON 스키마를 가진 객체입니다.",
|
|
"nodes.knowledgeBase.chunksVariableIsRequired": "Chunks 변수는 필수입니다",
|
|
"nodes.knowledgeBase.embeddingModelIsInvalid": "임베딩 모델이 유효하지 않습니다",
|
|
"nodes.knowledgeBase.embeddingModelIsRequired": "임베딩 모델이 필요합니다",
|
|
"nodes.knowledgeBase.indexMethodIsRequired": "인덱스 메서드가 필요합니다.",
|
|
"nodes.knowledgeBase.rerankingModelIsInvalid": "재정렬 모델이 유효하지 않습니다",
|
|
"nodes.knowledgeBase.rerankingModelIsRequired": "재순위 모델이 필요합니다",
|
|
"nodes.knowledgeBase.retrievalSettingIsRequired": "검색 설정이 필요합니다.",
|
|
"nodes.knowledgeRetrieval.knowledge": "지식",
|
|
"nodes.knowledgeRetrieval.metadata.options.automatic.desc": "쿼리 변수를 기반으로 메타데이터 필터링 조건을 자동으로 생성합니다.",
|
|
"nodes.knowledgeRetrieval.metadata.options.automatic.subTitle": "사용자 쿼리를 기반으로 메타데이터 필터링 조건을 자동으로 생성합니다.",
|
|
"nodes.knowledgeRetrieval.metadata.options.automatic.title": "자동",
|
|
"nodes.knowledgeRetrieval.metadata.options.disabled.subTitle": "메타데이터 필터링을 활성화하지 않음",
|
|
"nodes.knowledgeRetrieval.metadata.options.disabled.title": "사용안함",
|
|
"nodes.knowledgeRetrieval.metadata.options.manual.subTitle": "메타데이터 필터링 조건을 수동으로 추가합니다.",
|
|
"nodes.knowledgeRetrieval.metadata.options.manual.title": "수동",
|
|
"nodes.knowledgeRetrieval.metadata.panel.add": "조건 추가",
|
|
"nodes.knowledgeRetrieval.metadata.panel.conditions": "조건",
|
|
"nodes.knowledgeRetrieval.metadata.panel.datePlaceholder": "시간을 선택하세요...",
|
|
"nodes.knowledgeRetrieval.metadata.panel.placeholder": "값을 입력하세요",
|
|
"nodes.knowledgeRetrieval.metadata.panel.search": "메타데이터 검색",
|
|
"nodes.knowledgeRetrieval.metadata.panel.select": "변수 선택...",
|
|
"nodes.knowledgeRetrieval.metadata.panel.title": "메타데이터 필터 조건",
|
|
"nodes.knowledgeRetrieval.metadata.tip": "메타데이터 필터링은 시스템 내에서 관련 정보를 검색하는 과정을 정제하고 제어하기 위해 메타데이터 속성(예: 태그, 카테고리 또는 접근 권한)을 사용하는 과정입니다.",
|
|
"nodes.knowledgeRetrieval.metadata.title": "메타데이터 필터링",
|
|
"nodes.knowledgeRetrieval.outputVars.content": "세그먼트 내용",
|
|
"nodes.knowledgeRetrieval.outputVars.files": "검색된 파일",
|
|
"nodes.knowledgeRetrieval.outputVars.icon": "세그먼트 아이콘",
|
|
"nodes.knowledgeRetrieval.outputVars.metadata": "기타 메타데이터",
|
|
"nodes.knowledgeRetrieval.outputVars.output": "복구된 세그먼트 데이터",
|
|
"nodes.knowledgeRetrieval.outputVars.title": "세그먼트 제목",
|
|
"nodes.knowledgeRetrieval.outputVars.url": "세그먼트 URL",
|
|
"nodes.knowledgeRetrieval.queryAttachment": "이미지 조회",
|
|
"nodes.knowledgeRetrieval.queryText": "질의 텍스트",
|
|
"nodes.knowledgeRetrieval.queryVariable": "쿼리 변수",
|
|
"nodes.listFilter.asc": "증권 시세 표시기",
|
|
"nodes.listFilter.desc": "설명",
|
|
"nodes.listFilter.extractsCondition": "N 항목을 추출합니다.",
|
|
"nodes.listFilter.filterCondition": "필터 조건",
|
|
"nodes.listFilter.filterConditionComparisonOperator": "필터 조건 비교 연산자",
|
|
"nodes.listFilter.filterConditionComparisonValue": "필터 조건 값",
|
|
"nodes.listFilter.filterConditionKey": "필터 조건 키",
|
|
"nodes.listFilter.inputVar": "입력 변수",
|
|
"nodes.listFilter.limit": "톱 N",
|
|
"nodes.listFilter.orderBy": "정렬 기준",
|
|
"nodes.listFilter.outputVars.first_record": "첫 번째 레코드",
|
|
"nodes.listFilter.outputVars.last_record": "마지막 레코드",
|
|
"nodes.listFilter.outputVars.result": "필터 결과",
|
|
"nodes.listFilter.selectVariableKeyPlaceholder": "하위 변수 키 선택",
|
|
"nodes.llm.addMessage": "메시지 추가",
|
|
"nodes.llm.context": "컨텍스트",
|
|
"nodes.llm.contextTooltip": "컨텍스트로 지식을 가져올 수 있습니다",
|
|
"nodes.llm.files": "파일",
|
|
"nodes.llm.jsonSchema.addChildField": "자녀 필드 추가",
|
|
"nodes.llm.jsonSchema.addField": "필드 추가",
|
|
"nodes.llm.jsonSchema.apply": "지원하다",
|
|
"nodes.llm.jsonSchema.back": "뒤",
|
|
"nodes.llm.jsonSchema.descriptionPlaceholder": "설명을 추가하세요.",
|
|
"nodes.llm.jsonSchema.doc": "구조화된 출력에 대해 더 알아보세요.",
|
|
"nodes.llm.jsonSchema.fieldNamePlaceholder": "필드 이름",
|
|
"nodes.llm.jsonSchema.generate": "생성하다",
|
|
"nodes.llm.jsonSchema.generateJsonSchema": "JSON 스키마 생성",
|
|
"nodes.llm.jsonSchema.generatedResult": "생성된 결과",
|
|
"nodes.llm.jsonSchema.generating": "JSON 스키마 생성 중...",
|
|
"nodes.llm.jsonSchema.generationTip": "자연어를 사용하여 JSON 스키마를 신속하게 생성할 수 있습니다.",
|
|
"nodes.llm.jsonSchema.import": "JSON 에서 가져오기",
|
|
"nodes.llm.jsonSchema.instruction": "지침",
|
|
"nodes.llm.jsonSchema.promptPlaceholder": "당신의 JSON 스키마를 설명하세요...",
|
|
"nodes.llm.jsonSchema.promptTooltip": "텍스트 설명을 표준화된 JSON 스키마 구조로 변환하세요.",
|
|
"nodes.llm.jsonSchema.regenerate": "재생하다",
|
|
"nodes.llm.jsonSchema.required": "필수",
|
|
"nodes.llm.jsonSchema.resetDefaults": "재설정",
|
|
"nodes.llm.jsonSchema.resultTip": "여기 생성된 결과가 있습니다. 만약 만족하지 않으신다면, 돌아가서 프롬프트를 수정할 수 있습니다.",
|
|
"nodes.llm.jsonSchema.showAdvancedOptions": "고급 옵션 표시",
|
|
"nodes.llm.jsonSchema.stringValidations": "문자열 검증",
|
|
"nodes.llm.jsonSchema.title": "구조화된 출력 스키마",
|
|
"nodes.llm.jsonSchema.warningTips.saveSchema": "현재 필드의 편집을 완료한 후 스키마를 저장하세요.",
|
|
"nodes.llm.model": "모델",
|
|
"nodes.llm.notSetContextInPromptTip": "컨텍스트 기능을 활성화하려면 PROMPT 에 컨텍스트 변수를 입력하세요.",
|
|
"nodes.llm.outputVars.output": "생성된 내용",
|
|
"nodes.llm.outputVars.reasoning_content": "추론 내용",
|
|
"nodes.llm.outputVars.usage": "모델 사용 정보",
|
|
"nodes.llm.prompt": "프롬프트",
|
|
"nodes.llm.reasoningFormat.separated": "추론 태그 분리",
|
|
"nodes.llm.reasoningFormat.tagged": "추론 태그 유지",
|
|
"nodes.llm.reasoningFormat.title": "추론 태그 분리 활성화",
|
|
"nodes.llm.reasoningFormat.tooltip": "추론 태그에서 내용을 추출하고 이를 reasoning_content 필드에 저장합니다",
|
|
"nodes.llm.resolution.high": "높음",
|
|
"nodes.llm.resolution.low": "낮음",
|
|
"nodes.llm.resolution.name": "해상도",
|
|
"nodes.llm.roleDescription.assistant": "사용자 메시지에 기반한 모델의 응답",
|
|
"nodes.llm.roleDescription.system": "대화를 위한 고급 지침 제공",
|
|
"nodes.llm.roleDescription.user": "모델에 지침, 질문 또는 텍스트 기반 입력 제공",
|
|
"nodes.llm.singleRun.variable": "변수",
|
|
"nodes.llm.sysQueryInUser": "사용자 메시지에 sys.query 가 필요합니다",
|
|
"nodes.llm.variables": "변수",
|
|
"nodes.llm.vision": "비전",
|
|
"nodes.loop.ErrorMethod.continueOnError": "오류가 발생해도 계속 진행하세요.",
|
|
"nodes.loop.ErrorMethod.operationTerminated": "종료됨",
|
|
"nodes.loop.ErrorMethod.removeAbnormalOutput": "비정상적인 출력을 제거하세요.",
|
|
"nodes.loop.breakCondition": "루프 종료 조건",
|
|
"nodes.loop.breakConditionTip": "종료 조건과 대화 변수가 있는 루프 내에서만 변수를 참조할 수 있습니다.",
|
|
"nodes.loop.comma": ",",
|
|
"nodes.loop.currentLoop": "현재 루프",
|
|
"nodes.loop.currentLoopCount": "현재 루프 카운트: {{count}}",
|
|
"nodes.loop.deleteDesc": "루프 노드를 삭제하면 모든 자식 노드가 제거됩니다.",
|
|
"nodes.loop.deleteTitle": "루프 노드를 삭제하시겠습니까?",
|
|
"nodes.loop.errorResponseMethod": "오류 응답 방법",
|
|
"nodes.loop.error_one": "{{count}} 에러",
|
|
"nodes.loop.error_other": "{{count}} 오류",
|
|
"nodes.loop.exitConditionTip": "루프 노드는 최소한 하나의 종료 조건이 필요합니다.",
|
|
"nodes.loop.finalLoopVariables": "최종 루프 변수",
|
|
"nodes.loop.initialLoopVariables": "초기 루프 변수",
|
|
"nodes.loop.input": "입력",
|
|
"nodes.loop.inputMode": "입력 모드",
|
|
"nodes.loop.loopMaxCount": "최대 루프 수",
|
|
"nodes.loop.loopMaxCountError": "유효한 최대 루프 수를 입력하십시오. 범위는 1 에서 {{maxCount}}입니다.",
|
|
"nodes.loop.loopNode": "루프 노드",
|
|
"nodes.loop.loopVariables": "루프 변수",
|
|
"nodes.loop.loop_one": "{{count}} 루프",
|
|
"nodes.loop.loop_other": "{{count}} 루프",
|
|
"nodes.loop.output": "출력 변수",
|
|
"nodes.loop.setLoopVariables": "루프 범위 내에서 변수를 설정합니다.",
|
|
"nodes.loop.totalLoopCount": "총 루프 횟수: {{count}}",
|
|
"nodes.loop.variableName": "변수 이름",
|
|
"nodes.note.addNote": "메모 추가",
|
|
"nodes.note.editor.bold": "대담한",
|
|
"nodes.note.editor.bulletList": "글머리 기호 목록",
|
|
"nodes.note.editor.enterUrl": "URL 입력...",
|
|
"nodes.note.editor.invalidUrl": "잘못된 URL",
|
|
"nodes.note.editor.italic": "이탤릭체",
|
|
"nodes.note.editor.large": "큰",
|
|
"nodes.note.editor.link": "링크",
|
|
"nodes.note.editor.medium": "보통",
|
|
"nodes.note.editor.openLink": "열다",
|
|
"nodes.note.editor.placeholder": "메모 쓰기...",
|
|
"nodes.note.editor.showAuthor": "작성자 표시",
|
|
"nodes.note.editor.small": "작다",
|
|
"nodes.note.editor.strikethrough": "취소선",
|
|
"nodes.note.editor.unlink": "해제",
|
|
"nodes.parameterExtractor.addExtractParameter": "추출 매개변수 추가",
|
|
"nodes.parameterExtractor.addExtractParameterContent.description": "설명",
|
|
"nodes.parameterExtractor.addExtractParameterContent.descriptionPlaceholder": "추출 매개변수 설명",
|
|
"nodes.parameterExtractor.addExtractParameterContent.name": "이름",
|
|
"nodes.parameterExtractor.addExtractParameterContent.namePlaceholder": "추출 매개변수 이름",
|
|
"nodes.parameterExtractor.addExtractParameterContent.required": "필수",
|
|
"nodes.parameterExtractor.addExtractParameterContent.requiredContent": "필수는 모델 추론을 위한 참고 용도로만 사용되며, 매개변수 출력의 필수 유효성 검사는 아닙니다.",
|
|
"nodes.parameterExtractor.addExtractParameterContent.type": "유형",
|
|
"nodes.parameterExtractor.addExtractParameterContent.typePlaceholder": "추출 매개변수 유형",
|
|
"nodes.parameterExtractor.advancedSetting": "고급 설정",
|
|
"nodes.parameterExtractor.extractParameters": "매개변수 추출",
|
|
"nodes.parameterExtractor.extractParametersNotSet": "추출 매개변수가 설정되지 않음",
|
|
"nodes.parameterExtractor.importFromTool": "도구에서 가져오기",
|
|
"nodes.parameterExtractor.inputVar": "입력 변수",
|
|
"nodes.parameterExtractor.instruction": "지시",
|
|
"nodes.parameterExtractor.instructionTip": "매개변수 추출기가 매개변수를 추출하는 방법을 이해하는 데 도움이 되는 추가 지시를 입력하세요.",
|
|
"nodes.parameterExtractor.outputVars.errorReason": "오류 원인",
|
|
"nodes.parameterExtractor.outputVars.isSuccess": "성공 여부. 성공 시 값은 1 이고, 실패 시 값은 0 입니다.",
|
|
"nodes.parameterExtractor.outputVars.usage": "모델 사용 정보",
|
|
"nodes.parameterExtractor.reasoningMode": "추론 모드",
|
|
"nodes.parameterExtractor.reasoningModeTip": "모델의 함수 호출 또는 프롬프트에 대한 지시 응답 능력을 기반으로 적절한 추론 모드를 선택할 수 있습니다.",
|
|
"nodes.questionClassifiers.addClass": "클래스 추가",
|
|
"nodes.questionClassifiers.advancedSetting": "고급 설정",
|
|
"nodes.questionClassifiers.class": "클래스",
|
|
"nodes.questionClassifiers.classNamePlaceholder": "클래스 이름을 작성하세요",
|
|
"nodes.questionClassifiers.inputVars": "입력 변수",
|
|
"nodes.questionClassifiers.instruction": "지시",
|
|
"nodes.questionClassifiers.instructionPlaceholder": "지시를 작성하세요",
|
|
"nodes.questionClassifiers.instructionTip": "질문 분류기가 질문을 더 잘 분류할 수 있도록 추가 지시를 입력하세요.",
|
|
"nodes.questionClassifiers.model": "모델",
|
|
"nodes.questionClassifiers.outputVars.className": "클래스 이름",
|
|
"nodes.questionClassifiers.outputVars.usage": "모델 사용 정보",
|
|
"nodes.questionClassifiers.topicName": "주제 이름",
|
|
"nodes.questionClassifiers.topicPlaceholder": "주제 이름을 작성하세요",
|
|
"nodes.start.builtInVar": "내장 변수",
|
|
"nodes.start.inputField": "입력 필드",
|
|
"nodes.start.noVarTip": "워크플로우에서 사용할 입력을 설정하세요",
|
|
"nodes.start.outputVars.files": "파일 목록",
|
|
"nodes.start.outputVars.memories.content": "메시지 내용",
|
|
"nodes.start.outputVars.memories.des": "대화 기록",
|
|
"nodes.start.outputVars.memories.type": "메시지 유형",
|
|
"nodes.start.outputVars.query": "사용자 입력",
|
|
"nodes.start.required": "필수",
|
|
"nodes.templateTransform.code": "코드",
|
|
"nodes.templateTransform.codeSupportTip": "Jinja2 만 지원합니다",
|
|
"nodes.templateTransform.inputVars": "입력 변수",
|
|
"nodes.templateTransform.outputVars.output": "변환된 내용",
|
|
"nodes.tool.authorize": "권한 부여",
|
|
"nodes.tool.inputVars": "입력 변수",
|
|
"nodes.tool.insertPlaceholder1": "타이프하거나 누르세요",
|
|
"nodes.tool.insertPlaceholder2": "변수를 삽입하다",
|
|
"nodes.tool.outputVars.files.title": "도구가 생성한 파일",
|
|
"nodes.tool.outputVars.files.transfer_method": "전송 방법. 값은 remote_url 또는 local_file",
|
|
"nodes.tool.outputVars.files.type": "지원 유형. 현재는 이미지만 지원합니다",
|
|
"nodes.tool.outputVars.files.upload_file_id": "업로드된 파일 ID",
|
|
"nodes.tool.outputVars.files.url": "이미지 URL",
|
|
"nodes.tool.outputVars.json": "도구로 생성된 JSON",
|
|
"nodes.tool.outputVars.text": "도구가 생성한 내용",
|
|
"nodes.tool.settings": "설정",
|
|
"nodes.triggerPlugin.addSubscription": "새 구독 추가",
|
|
"nodes.triggerPlugin.apiKeyConfigured": "API 키가 성공적으로 설정되었습니다",
|
|
"nodes.triggerPlugin.apiKeyDescription": "인증을 위해 API 키 자격 증명을 구성합니다",
|
|
"nodes.triggerPlugin.authenticationFailed": "인증 실패",
|
|
"nodes.triggerPlugin.authenticationSuccess": "인증 성공",
|
|
"nodes.triggerPlugin.authorized": "권한이 부여된",
|
|
"nodes.triggerPlugin.availableSubscriptions": "이용 가능한 구독",
|
|
"nodes.triggerPlugin.configuration": "구성",
|
|
"nodes.triggerPlugin.configurationComplete": "구성이 완료되었습니다",
|
|
"nodes.triggerPlugin.configurationCompleteDescription": "트리거가 성공적으로 설정되었습니다",
|
|
"nodes.triggerPlugin.configurationCompleteMessage": "트리거 설정이 완료되었으며 이제 사용할 준비가 되었습니다.",
|
|
"nodes.triggerPlugin.configurationFailed": "구성 실패",
|
|
"nodes.triggerPlugin.configureApiKey": "API 키 설정",
|
|
"nodes.triggerPlugin.configureOAuthClient": "OAuth 클라이언트 구성",
|
|
"nodes.triggerPlugin.configureParameters": "매개변수 구성",
|
|
"nodes.triggerPlugin.credentialVerificationFailed": "자격 증명 확인 실패",
|
|
"nodes.triggerPlugin.credentialsVerified": "자격 증명이 성공적으로 확인되었습니다",
|
|
"nodes.triggerPlugin.error": "오류",
|
|
"nodes.triggerPlugin.failedToStart": "인증 흐름을 시작하지 못했습니다",
|
|
"nodes.triggerPlugin.noConfigurationRequired": "이 트리거에는 추가 구성 필요 없습니다.",
|
|
"nodes.triggerPlugin.notAuthorized": "권한 없음",
|
|
"nodes.triggerPlugin.notConfigured": "구성되지 않음",
|
|
"nodes.triggerPlugin.oauthClientDescription": "인증을 활성화하려면 OAuth 클라이언트 자격 증명을 구성하세요",
|
|
"nodes.triggerPlugin.oauthClientSaved": "OAuth 클라이언트 구성이 성공적으로 저장되었습니다",
|
|
"nodes.triggerPlugin.oauthConfigFailed": "OAuth 구성 실패",
|
|
"nodes.triggerPlugin.or": "또는",
|
|
"nodes.triggerPlugin.parameters": "매개변수",
|
|
"nodes.triggerPlugin.parametersDescription": "트리거 매개변수 및 속성 구성",
|
|
"nodes.triggerPlugin.properties": "속성",
|
|
"nodes.triggerPlugin.propertiesDescription": "이 트리거에 대한 추가 구성 속성",
|
|
"nodes.triggerPlugin.remove": "제거",
|
|
"nodes.triggerPlugin.removeSubscription": "구독 해지",
|
|
"nodes.triggerPlugin.selectSubscription": "구독 선택",
|
|
"nodes.triggerPlugin.subscriptionName": "구독 이름",
|
|
"nodes.triggerPlugin.subscriptionNameDescription": "이 트리거 구독에 대한 고유한 이름을 입력하세요",
|
|
"nodes.triggerPlugin.subscriptionNamePlaceholder": "구독 이름 입력...",
|
|
"nodes.triggerPlugin.subscriptionNameRequired": "구독 이름은 필수 항목입니다",
|
|
"nodes.triggerPlugin.subscriptionRemoved": "구독이 성공적으로 취소되었습니다",
|
|
"nodes.triggerPlugin.subscriptionRequired": "구독이 필요합니다",
|
|
"nodes.triggerPlugin.useApiKey": "API 키 사용",
|
|
"nodes.triggerPlugin.useOAuth": "OAuth 사용",
|
|
"nodes.triggerPlugin.verifyAndContinue": "확인 후 계속",
|
|
"nodes.triggerSchedule.cronExpression": "크론 표현식",
|
|
"nodes.triggerSchedule.days": "날들",
|
|
"nodes.triggerSchedule.executeNow": "지금 실행",
|
|
"nodes.triggerSchedule.executionTime": "실행 시간",
|
|
"nodes.triggerSchedule.executionTimeCalculationError": "실행 시간을 계산하지 못했습니다",
|
|
"nodes.triggerSchedule.executionTimeMustBeFuture": "실행 시간은 미래여야 합니다",
|
|
"nodes.triggerSchedule.frequency.daily": "일일",
|
|
"nodes.triggerSchedule.frequency.hourly": "시간별",
|
|
"nodes.triggerSchedule.frequency.label": "주파수",
|
|
"nodes.triggerSchedule.frequency.monthly": "월간",
|
|
"nodes.triggerSchedule.frequency.weekly": "주간",
|
|
"nodes.triggerSchedule.frequencyLabel": "주파수",
|
|
"nodes.triggerSchedule.hours": "시간",
|
|
"nodes.triggerSchedule.invalidCronExpression": "잘못된 크론 표현식",
|
|
"nodes.triggerSchedule.invalidExecutionTime": "잘못된 실행 시간",
|
|
"nodes.triggerSchedule.invalidFrequency": "잘못된 주파수",
|
|
"nodes.triggerSchedule.invalidMonthlyDay": "월별 일자는 1-31 사이이거나 \"마지막\"이어야 합니다",
|
|
"nodes.triggerSchedule.invalidOnMinute": "분은 0에서 59 사이여야 합니다",
|
|
"nodes.triggerSchedule.invalidStartTime": "잘못된 시작 시간",
|
|
"nodes.triggerSchedule.invalidTimeFormat": "잘못된 시간 형식(예상 형식: HH:MM AM/PM)",
|
|
"nodes.triggerSchedule.invalidTimezone": "잘못된 시간대",
|
|
"nodes.triggerSchedule.invalidWeekday": "잘못된 요일: {{weekday}}",
|
|
"nodes.triggerSchedule.lastDay": "마지막 날",
|
|
"nodes.triggerSchedule.lastDayTooltip": "모든 달이 31일인 것은 아닙니다. 각 달의 마지막 날을 선택하려면 '마지막 날' 옵션을 사용하세요.",
|
|
"nodes.triggerSchedule.minutes": "분",
|
|
"nodes.triggerSchedule.mode": "모드",
|
|
"nodes.triggerSchedule.modeCron": "크론",
|
|
"nodes.triggerSchedule.modeVisual": "시각적인",
|
|
"nodes.triggerSchedule.monthlyDay": "월간 일",
|
|
"nodes.triggerSchedule.nextExecution": "다음 실행",
|
|
"nodes.triggerSchedule.nextExecutionTime": "다음 실행 시간",
|
|
"nodes.triggerSchedule.nextExecutionTimes": "다음 5회 실행 시간",
|
|
"nodes.triggerSchedule.noValidExecutionTime": "유효한 실행 시간을 계산할 수 없습니다",
|
|
"nodes.triggerSchedule.nodeTitle": "일정 트리거",
|
|
"nodes.triggerSchedule.notConfigured": "구성되지 않음",
|
|
"nodes.triggerSchedule.onMinute": "분 안에",
|
|
"nodes.triggerSchedule.selectDateTime": "날짜 및 시간 선택",
|
|
"nodes.triggerSchedule.selectFrequency": "주파수 선택",
|
|
"nodes.triggerSchedule.selectTime": "시간 선택",
|
|
"nodes.triggerSchedule.startTime": "시작 시간",
|
|
"nodes.triggerSchedule.startTimeMustBeFuture": "시작 시간은 미래여야 합니다",
|
|
"nodes.triggerSchedule.time": "시간",
|
|
"nodes.triggerSchedule.timezone": "시간대",
|
|
"nodes.triggerSchedule.title": "일정",
|
|
"nodes.triggerSchedule.useCronExpression": "크론 표현식 사용",
|
|
"nodes.triggerSchedule.useVisualPicker": "시각적 선택기 사용",
|
|
"nodes.triggerSchedule.visualConfig": "시각적 구성",
|
|
"nodes.triggerSchedule.weekdays": "주중",
|
|
"nodes.triggerWebhook.addHeader": "추가",
|
|
"nodes.triggerWebhook.addParameter": "추가",
|
|
"nodes.triggerWebhook.asyncMode": "비동기 모드",
|
|
"nodes.triggerWebhook.configPlaceholder": "웹훅 트리거 구성은 여기에서 구현됩니다",
|
|
"nodes.triggerWebhook.contentType": "콘텐츠 유형",
|
|
"nodes.triggerWebhook.copy": "복사",
|
|
"nodes.triggerWebhook.debugUrlCopied": "복사됨!",
|
|
"nodes.triggerWebhook.debugUrlCopy": "클릭하여 복사",
|
|
"nodes.triggerWebhook.debugUrlPrivateAddressWarning": "이 URL은 내부 주소인 것으로 보이며, 이로 인해 웹후크 요청이 실패할 수 있습니다. TRIGGER_URL을 공개 주소로 변경할 수 있습니다.",
|
|
"nodes.triggerWebhook.debugUrlTitle": "테스트 실행 시에는 항상 이 URL을 사용하세요",
|
|
"nodes.triggerWebhook.errorHandling": "오류 처리",
|
|
"nodes.triggerWebhook.errorStrategy": "오류 처리",
|
|
"nodes.triggerWebhook.generate": "생성",
|
|
"nodes.triggerWebhook.headerParameters": "헤더 매개변수",
|
|
"nodes.triggerWebhook.headers": "헤더",
|
|
"nodes.triggerWebhook.method": "방법",
|
|
"nodes.triggerWebhook.noBodyParameters": "본문 매개변수가 구성되지 않았습니다",
|
|
"nodes.triggerWebhook.noHeaders": "헤더가 구성되지 않았습니다",
|
|
"nodes.triggerWebhook.noParameters": "매개변수가 설정되지 않았습니다",
|
|
"nodes.triggerWebhook.noQueryParameters": "쿼리 매개변수가 설정되지 않았습니다",
|
|
"nodes.triggerWebhook.nodeTitle": "🔗 웹훅 트리거",
|
|
"nodes.triggerWebhook.parameterName": "변수 이름",
|
|
"nodes.triggerWebhook.queryParameters": "쿼리 매개변수",
|
|
"nodes.triggerWebhook.requestBodyParameters": "요청 본문 매개변수",
|
|
"nodes.triggerWebhook.required": "필수",
|
|
"nodes.triggerWebhook.responseBody": "응답 본문",
|
|
"nodes.triggerWebhook.responseBodyPlaceholder": "여기에 응답 내용을 작성하세요",
|
|
"nodes.triggerWebhook.responseConfiguration": "응답",
|
|
"nodes.triggerWebhook.statusCode": "상태 코드",
|
|
"nodes.triggerWebhook.test": "테스트",
|
|
"nodes.triggerWebhook.title": "웹훅 트리거",
|
|
"nodes.triggerWebhook.urlCopied": "URL이 클립보드에 복사되었습니다",
|
|
"nodes.triggerWebhook.urlGenerated": "웹훅 URL이 성공적으로 생성되었습니다",
|
|
"nodes.triggerWebhook.urlGenerationFailed": "웹훅 URL 생성에 실패했습니다",
|
|
"nodes.triggerWebhook.validation.invalidParameterType": "매개변수 \"{{name}}\"에 대한 매개변수 유형 \"{{type}}\"이(가) 잘못되었습니다",
|
|
"nodes.triggerWebhook.validation.webhookUrlRequired": "웹훅 URL이 필요합니다",
|
|
"nodes.triggerWebhook.varName": "변수 이름",
|
|
"nodes.triggerWebhook.varNamePlaceholder": "변수 이름 입력...",
|
|
"nodes.triggerWebhook.varType": "타입",
|
|
"nodes.triggerWebhook.webhookUrl": "웹훅 URL",
|
|
"nodes.triggerWebhook.webhookUrlPlaceholder": "웹훅 URL을 생성하려면 생성 버튼을 클릭하세요",
|
|
"nodes.variableAssigner.addGroup": "그룹 추가",
|
|
"nodes.variableAssigner.aggregationGroup": "집계 그룹",
|
|
"nodes.variableAssigner.aggregationGroupTip": "이 기능을 활성화하면 변수 집계자가 여러 변수 집합을 집계할 수 있습니다.",
|
|
"nodes.variableAssigner.noVarTip": "할당할 변수를 추가하세요",
|
|
"nodes.variableAssigner.outputType": "출력 유형",
|
|
"nodes.variableAssigner.outputVars.varDescribe": "{{groupName}} 출력",
|
|
"nodes.variableAssigner.setAssignVariable": "할당 변수 설정",
|
|
"nodes.variableAssigner.title": "변수 할당",
|
|
"nodes.variableAssigner.type.array": "배열",
|
|
"nodes.variableAssigner.type.number": "숫자",
|
|
"nodes.variableAssigner.type.object": "객체",
|
|
"nodes.variableAssigner.type.string": "문자열",
|
|
"nodes.variableAssigner.varNotSet": "변수가 설정되지 않음",
|
|
"onboarding.aboutStartNode": "시작 노드에 대해.",
|
|
"onboarding.back": "뒤로",
|
|
"onboarding.description": "시작 노드마다 기능이 다릅니다. 걱정하지 마세요, 나중에 언제든지 변경할 수 있습니다.",
|
|
"onboarding.escTip.key": "이스케이프",
|
|
"onboarding.escTip.press": "누르다",
|
|
"onboarding.escTip.toDismiss": "해고하다",
|
|
"onboarding.learnMore": "자세히 알아보기",
|
|
"onboarding.title": "시작할 노드를 선택하세요",
|
|
"onboarding.trigger": "트리거",
|
|
"onboarding.triggerDescription": "트리거는 예약된 작업, 사용자 지정 웹훅 또는 다른 앱과의 통합과 같은 워크플로우의 시작 노드로 사용할 수 있습니다.",
|
|
"onboarding.userInputDescription": "사용자 입력 변수를 설정할 수 있는 시작 노드로, 웹 앱, 서비스 API, MCP 서버, 워크플로우를 도구 기능으로 제공합니다.",
|
|
"onboarding.userInputFull": "사용자 입력 (원래 시작 노드)",
|
|
"operator.alignBottom": "하단",
|
|
"operator.alignCenter": "중앙",
|
|
"operator.alignLeft": "왼쪽",
|
|
"operator.alignMiddle": "중간",
|
|
"operator.alignNodes": "노드 정렬",
|
|
"operator.alignRight": "오른쪽",
|
|
"operator.alignTop": "상단",
|
|
"operator.distributeHorizontal": "수평 등간격",
|
|
"operator.distributeVertical": "수직 등간격",
|
|
"operator.horizontal": "가로",
|
|
"operator.selectionAlignment": "선택 정렬",
|
|
"operator.vertical": "세로",
|
|
"operator.zoomIn": "확대",
|
|
"operator.zoomOut": "축소",
|
|
"operator.zoomTo100": "100% 로 확대",
|
|
"operator.zoomTo50": "50% 로 확대",
|
|
"operator.zoomToFit": "화면에 맞게 확대",
|
|
"panel.about": "정보",
|
|
"panel.addNextStep": "이 워크플로우에 다음 단계를 추가하세요.",
|
|
"panel.change": "변경",
|
|
"panel.changeBlock": "노드 변경",
|
|
"panel.checklist": "체크리스트",
|
|
"panel.checklistResolved": "모든 문제가 해결되었습니다",
|
|
"panel.checklistTip": "게시하기 전에 모든 문제가 해결되었는지 확인하세요",
|
|
"panel.createdBy": "작성자 ",
|
|
"panel.goTo": "로 이동",
|
|
"panel.helpLink": "도움말 센터",
|
|
"panel.maximize": "캔버스 전체 화면",
|
|
"panel.minimize": "전체 화면 종료",
|
|
"panel.nextStep": "다음 단계",
|
|
"panel.openWorkflow": "워크플로 열기",
|
|
"panel.optional": "(선택사항)",
|
|
"panel.optional_and_hidden": "(선택 사항 및 숨김)",
|
|
"panel.organizeBlocks": "노드 정리하기",
|
|
"panel.runThisStep": "이 단계 실행",
|
|
"panel.scrollToSelectedNode": "선택한 노드로 스크롤",
|
|
"panel.selectNextStep": "다음 단계 선택",
|
|
"panel.startNode": "시작 노드",
|
|
"panel.userInputField": "사용자 입력 필드",
|
|
"publishLimit.startNodeDesc": "이 요금제에서는 워크플로당 2개의 트리거 제한에 도달했습니다. 이 워크플로를 게시하려면 업그레이드하세요.",
|
|
"publishLimit.startNodeTitlePrefix": "업그레이드하기",
|
|
"publishLimit.startNodeTitleSuffix": "워크플로마다 무제한 트리거 잠금 해제",
|
|
"sidebar.exportWarning": "현재 저장된 버전 내보내기",
|
|
"sidebar.exportWarningDesc": "이 작업은 현재 저장된 워크플로우 버전을 내보냅니다. 편집기에서 저장되지 않은 변경 사항이 있는 경우, 먼저 워크플로우 캔버스의 내보내기 옵션을 사용하여 저장해 주세요.",
|
|
"singleRun.back": "뒤로",
|
|
"singleRun.iteration": "반복",
|
|
"singleRun.loop": "루프",
|
|
"singleRun.preparingDataSource": "데이터 소스 준비",
|
|
"singleRun.reRun": "다시 실행",
|
|
"singleRun.running": "실행 중",
|
|
"singleRun.startRun": "실행 시작",
|
|
"singleRun.testRun": "테스트 실행",
|
|
"singleRun.testRunIteration": "테스트 실행 반복",
|
|
"singleRun.testRunLoop": "테스트 실행 루프",
|
|
"tabs.-": "기본",
|
|
"tabs.addAll": "모두 추가",
|
|
"tabs.agent": "에이전트 전략",
|
|
"tabs.allAdded": "모두 추가됨",
|
|
"tabs.allTool": "전체",
|
|
"tabs.allTriggers": "모든 트리거",
|
|
"tabs.blocks": "노드",
|
|
"tabs.customTool": "사용자 정의",
|
|
"tabs.featuredTools": "추천",
|
|
"tabs.hideActions": "도구 숨기기",
|
|
"tabs.installed": "설치됨",
|
|
"tabs.logic": "논리",
|
|
"tabs.noFeaturedPlugins": "마켓플레이스에서 더 많은 도구를 발견하세요",
|
|
"tabs.noFeaturedTriggers": "마켓플레이스에서 더 많은 트리거 발견하기",
|
|
"tabs.noPluginsFound": "플러그인을 찾을 수 없습니다",
|
|
"tabs.noResult": "일치하는 결과 없음",
|
|
"tabs.plugin": "플러그인",
|
|
"tabs.pluginByAuthor": "{{author}} 작성",
|
|
"tabs.question-understand": "질문 이해",
|
|
"tabs.requestToCommunity": "커뮤니티에 대한 요청",
|
|
"tabs.searchBlock": "검색 노드",
|
|
"tabs.searchDataSource": "데이터 소스 검색",
|
|
"tabs.searchTool": "검색 도구",
|
|
"tabs.searchTrigger": "검색 트리거...",
|
|
"tabs.showLessFeatured": "간략히 보기",
|
|
"tabs.showMoreFeatured": "더 보기",
|
|
"tabs.sources": "소스",
|
|
"tabs.start": "시작",
|
|
"tabs.startDisabledTip": "트리거 노드와 사용자 입력 노드는 상호 배타적입니다.",
|
|
"tabs.tools": "도구",
|
|
"tabs.transform": "변환",
|
|
"tabs.usePlugin": "도구 선택",
|
|
"tabs.utilities": "유틸리티",
|
|
"tabs.workflowTool": "워크플로우",
|
|
"tracing.stopBy": "{{user}}에 의해 중지됨",
|
|
"triggerStatus.disabled": "트리거 • 비활성화",
|
|
"triggerStatus.enabled": "트리거",
|
|
"variableReference.assignedVarsDescription": "할당된 변수는 다음과 같이 쓰기 가능한 변수여야 합니다.",
|
|
"variableReference.conversationVars": "대화 변수",
|
|
"variableReference.noAssignedVars": "사용 가능한 할당된 변수가 없습니다.",
|
|
"variableReference.noAvailableVars": "사용 가능한 변수 없음",
|
|
"variableReference.noVarsForOperation": "선택한 작업에 할당할 수 있는 변수가 없습니다.",
|
|
"versionHistory.action.copyIdSuccess": "클립보드에 복사된 ID",
|
|
"versionHistory.action.deleteFailure": "버전을 삭제하지 못했습니다.",
|
|
"versionHistory.action.deleteSuccess": "버전 삭제됨",
|
|
"versionHistory.action.restoreFailure": "버전을 복원하지 못했습니다.",
|
|
"versionHistory.action.restoreSuccess": "복원된 버전",
|
|
"versionHistory.action.updateFailure": "버전 업데이트에 실패했습니다.",
|
|
"versionHistory.action.updateSuccess": "버전이 업데이트되었습니다.",
|
|
"versionHistory.copyId": "ID 복사",
|
|
"versionHistory.currentDraft": "현재 초안",
|
|
"versionHistory.defaultName": "제목 없는 버전",
|
|
"versionHistory.deletionTip": "삭제는 되돌릴 수 없으니, 확인해 주시기 바랍니다.",
|
|
"versionHistory.editField.releaseNotes": "릴리스 노트",
|
|
"versionHistory.editField.releaseNotesLengthLimit": "릴리스 노트는 {{limit}}자를 초과할 수 없습니다.",
|
|
"versionHistory.editField.title": "제목",
|
|
"versionHistory.editField.titleLengthLimit": "제목은 {{limit}}자를 초과할 수 없습니다.",
|
|
"versionHistory.editVersionInfo": "버전 정보 편집",
|
|
"versionHistory.filter.all": "모든",
|
|
"versionHistory.filter.empty": "일치하는 버전 기록이 없습니다.",
|
|
"versionHistory.filter.onlyShowNamedVersions": "이름이 붙은 버전만 표시",
|
|
"versionHistory.filter.onlyYours": "오직 너의 것만",
|
|
"versionHistory.filter.reset": "필터 재설정",
|
|
"versionHistory.latest": "최신",
|
|
"versionHistory.nameThisVersion": "이름 바꾸기",
|
|
"versionHistory.releaseNotesPlaceholder": "변경된 내용을 설명하세요.",
|
|
"versionHistory.restorationTip": "버전 복원 후 현재 초안이 덮어쓰여질 것입니다.",
|
|
"versionHistory.title": "버전 기록"
|
|
}
|