chore: translate i18n files (#11639)

Co-authored-by: douxc <7553076+douxc@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-12-15 17:22:45 +08:00
committed by GitHub
parent 38e155d819
commit 94c7dcc7f1
18 changed files with 666 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ const translation = {
agent: '에이전트',
workflow: '워크플로우',
completion: '완성',
basic: '기초의',
advanced: '채팅 플로우',
},
duplicate: '복제',
duplicateTitle: '앱 복제하기',
@@ -66,6 +68,27 @@ const translation = {
appCreateDSLErrorPart3: '현재 응용 프로그램 DSL 버전:',
appCreateDSLWarning: '주의: DSL 버전 차이는 특정 기능에 영향을 미칠 수 있습니다.',
appCreateDSLErrorPart1: 'DSL 버전에서 상당한 차이가 감지되었습니다. 강제로 가져오면 응용 프로그램이 오작동할 수 있습니다.',
chooseAppType: '앱 유형 선택',
forBeginners: '초보자용',
forAdvanced: '고급 사용자용',
chatbotShortDescription: '간단한 설정으로 LLM 기반 챗봇',
workflowUserDescription: '자동화 및 배치 처리와 같은 단일 라운드 작업을 위한 워크플로우 오케스트레이션.',
noTemplateFoundTip: '다른 키워드를 사용하여 검색해 보십시오.',
noIdeaTip: '아이디어가 없으신가요? 템플릿을 확인해 보세요',
optional: '선택적',
noTemplateFound: '템플릿을 찾을 수 없습니다.',
completionShortDescription: '텍스트 생성 작업을 위한 AI 도우미',
learnMore: '더 알아보세요',
foundResults: '{{개수}} 결과',
agentShortDescription: '추론 및 자율적인 도구 사용 기능이 있는 지능형 에이전트',
advancedShortDescription: '메모리를 사용한 복잡한 다중 턴 대화를 위한 워크플로우',
noAppsFound: '앱을 찾을 수 없습니다.',
foundResult: '{{개수}} 결과',
completionUserDescription: '간단한 구성으로 텍스트 생성 작업을 위한 AI 도우미를 빠르게 구축합니다.',
chatbotUserDescription: '간단한 구성으로 LLM 기반 챗봇을 빠르게 구축할 수 있습니다. 나중에 Chatflow로 전환할 수 있습니다.',
workflowShortDescription: '단일 턴 자동화 작업을 위한 오케스트레이션',
agentUserDescription: '작업 목표를 달성하기 위해 반복적인 추론과 자율적인 도구를 사용할 수 있는 지능형 에이전트입니다.',
advancedUserDescription: '메모리 기능이 있는 다라운드의 복잡한 대화 작업을 위한 워크플로우 조정.',
},
editApp: '정보 편집하기',
editAppTitle: '앱 정보 편집하기',
@@ -90,6 +113,7 @@ const translation = {
agent: '에이전트',
workflow: '워크플로우',
completion: '완성',
advanced: '채팅 플로우',
},
tracing: {
title: '앱 성능 추적',
@@ -142,6 +166,19 @@ const translation = {
classic: '고전',
},
openInExplore: 'Explore에서 열기',
newAppFromTemplate: {
sidebar: {
Agent: '대리인',
Workflow: '워크플로',
HR: '인사',
Programming: '프로그래밍',
Writing: '쓰기',
Assistant: '조수',
Recommended: '권장',
},
byCategories: '카테고리별',
searchAllTemplate: '모든 템플릿 검색...',
},
}
export default translation