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:
github-actions[bot]
2024-10-21 18:49:05 +08:00
committed by GitHub
parent a5777683f3
commit 5a3eaa85bf
32 changed files with 1057 additions and 1 deletions

View File

@@ -38,6 +38,10 @@ const translation = {
duplicate: '중복',
rename: '이름 바꾸기',
audioSourceUnavailable: '오디오 소스를 사용할 수 없습니다.',
openInNewTab: '새 탭에서 열기',
zoomIn: '확대',
copyImage: '이미지 복사',
zoomOut: '축소',
},
placeholder: {
input: '입력해주세요',
@@ -495,6 +499,7 @@ const translation = {
vectorHash: '벡터 해시:',
hitScore: '검색 점수:',
},
inputPlaceholder: '봇과 대화',
},
promptEditor: {
placeholder: '여기에 프롬프트 단어를 입력하세요. 변수를 삽입하려면 "{{"를 입력하고, 프롬프트 컨텐츠 블록을 삽입하려면 "/"를 입력하세요.',
@@ -572,6 +577,16 @@ const translation = {
urlError: 'URL은 http:// 또는 https:// 로 시작해야 합니다.',
fieldRequired: '{{field}}는 필수입니다.',
},
fileUploader: {
uploadFromComputer: '로컬 업로드',
pasteFileLinkInputPlaceholder: 'URL 입력...',
pasteFileLinkInvalid: '유효하지 않은 파일 링크',
uploadFromComputerReadError: '파일 읽기에 실패했습니다. 다시 시도하십시오.',
pasteFileLink: '파일 링크 붙여넣기',
fileExtensionNotSupport: '지원되지 않는 파일 확장자',
uploadFromComputerLimit: '업로드 파일은 {{size}}를 초과할 수 없습니다.',
uploadFromComputerUploadError: '파일 업로드에 실패했습니다. 다시 업로드하십시오.',
},
}
export default translation