chore: translate i18n files (#9528)
Co-authored-by: iamjoel <2120155+iamjoel@users.noreply.github.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
committed by
GitHub
parent
a5777683f3
commit
5a3eaa85bf
@@ -95,6 +95,10 @@ const translation = {
|
||||
addParallelNode: '병렬 노드 추가',
|
||||
parallel: '병렬',
|
||||
branch: '브랜치',
|
||||
featuresDocLink: '더 알아보세요',
|
||||
fileUploadTip: '이미지 업로드 기능이 파일 업로드로 업그레이드되었습니다.',
|
||||
featuresDescription: '웹앱 사용자 경험 향상',
|
||||
ImageUploadLegacyTip: '이제 시작 양식에서 파일 형식 변수를 만들 수 있습니다. 앞으로 이미지 업로드 기능은 더 이상 지원되지 않습니다.',
|
||||
},
|
||||
env: {
|
||||
envPanelTitle: '환경 변수',
|
||||
@@ -180,6 +184,7 @@ const translation = {
|
||||
code: '코드',
|
||||
model: '모델',
|
||||
rerankModel: '재정렬 모델',
|
||||
visionVariable: '시력 변수',
|
||||
},
|
||||
invalidVariable: '잘못된 변수',
|
||||
rerankModelRequired: 'Rerank Model을 켜기 전에 설정에서 모델이 성공적으로 구성되었는지 확인하십시오.',
|
||||
@@ -224,6 +229,8 @@ const translation = {
|
||||
'iteration-start': '반복 시작',
|
||||
'iteration': '반복',
|
||||
'parameter-extractor': '매개변수 추출기',
|
||||
'document-extractor': 'Doc 추출기',
|
||||
'list-operator': 'List 연산자',
|
||||
},
|
||||
blocksAbout: {
|
||||
'start': '워크플로우를 시작하기 위한 초기 매개변수를 정의합니다',
|
||||
@@ -241,6 +248,8 @@ const translation = {
|
||||
'variable-aggregator': '다중 분기 변수들을 하나의 변수로 집계하여 다운스트림 노드의 통합 구성을 가능하게 합니다.',
|
||||
'iteration': '목록 객체에서 여러 단계를 수행하여 모든 결과가 출력될 때까지 반복합니다.',
|
||||
'parameter-extractor': '도구 호출 또는 HTTP 요청을 위해 자연어에서 구조화된 매개변수를 추출하기 위해 LLM을 사용합니다.',
|
||||
'document-extractor': '업로드된 문서를 LLM에서 쉽게 이해할 수 있는 텍스트 콘텐츠로 구문 분석하는 데 사용됩니다.',
|
||||
'list-operator': '배열 내용을 필터링하거나 정렬하는 데 사용됩니다.',
|
||||
},
|
||||
operator: {
|
||||
zoomIn: '확대',
|
||||
@@ -396,6 +405,8 @@ const translation = {
|
||||
writeLabel: '쓰기 시간 초과',
|
||||
writePlaceholder: '초 단위로 쓰기 시간 초과 입력',
|
||||
},
|
||||
type: '형',
|
||||
binaryFileVariable: '바이너리 파일 변수',
|
||||
},
|
||||
code: {
|
||||
inputVars: '입력 변수',
|
||||
@@ -432,11 +443,26 @@ const translation = {
|
||||
'null': 'null임',
|
||||
'not null': 'null이 아님',
|
||||
'regex match': '정규식 일치',
|
||||
'in': '안으로',
|
||||
'exists': '존재',
|
||||
'all of': '모두의',
|
||||
'not in': '에 없음',
|
||||
'not exists': '존재하지 않음',
|
||||
},
|
||||
enterValue: '값 입력',
|
||||
addCondition: '조건 추가',
|
||||
conditionNotSetup: '조건이 설정되지 않음',
|
||||
selectVariable: '변수 선택...',
|
||||
optionName: {
|
||||
localUpload: '로컬 업로드',
|
||||
video: '비디오',
|
||||
image: '이미지',
|
||||
audio: '오디오',
|
||||
url: 'URL (영문)',
|
||||
doc: '문서',
|
||||
},
|
||||
select: '고르다',
|
||||
addSubVariable: '하위 변수',
|
||||
},
|
||||
variableAssigner: {
|
||||
title: '변수 할당',
|
||||
@@ -551,6 +577,31 @@ const translation = {
|
||||
},
|
||||
addNote: '메모 추가',
|
||||
},
|
||||
docExtractor: {
|
||||
outputVars: {
|
||||
text: '추출된 텍스트',
|
||||
},
|
||||
learnMore: '더 알아보세요',
|
||||
inputVar: '입력 변수',
|
||||
supportFileTypes: '지원 파일 형식: {{types}}.',
|
||||
},
|
||||
listFilter: {
|
||||
outputVars: {
|
||||
result: '필터 결과',
|
||||
last_record: '마지막 레코드',
|
||||
first_record: '첫 번째 레코드',
|
||||
},
|
||||
asc: '증권 시세 표시기',
|
||||
filterConditionKey: '필터 조건 키',
|
||||
limit: '톱 N',
|
||||
filterConditionComparisonValue: '필터 조건 값',
|
||||
filterCondition: '필터 조건',
|
||||
inputVar: '입력 변수',
|
||||
desc: '설명',
|
||||
orderBy: '정렬 기준',
|
||||
selectVariableKeyPlaceholder: '하위 변수 키 선택',
|
||||
filterConditionComparisonOperator: '필터 조건 비교 연산자',
|
||||
},
|
||||
},
|
||||
tracing: {
|
||||
stopBy: '{{user}}에 의해 중지됨',
|
||||
|
||||
Reference in New Issue
Block a user