chore: add missing translations (#28631)

This commit is contained in:
yyh
2025-11-25 14:52:17 +08:00
committed by GitHub
parent 58be008676
commit 82dac2eba0
250 changed files with 9194 additions and 324 deletions

View File

@@ -7,6 +7,7 @@ const translation = {
tools: '도구',
bundles: '번들',
datasources: '데이터 소스',
triggers: '유발 요인',
},
categorySingle: {
extension: '확장',
@@ -15,6 +16,7 @@ const translation = {
bundle: '보따리',
model: '모델',
datasource: '데이터 소스',
trigger: '트리거',
},
list: {
source: {
@@ -45,6 +47,7 @@ const translation = {
update: '업데이트',
remove: '제거',
checkUpdate: '업데이트 확인',
back: '뒤로',
},
toolSelector: {
empty: '\'+\' 버튼을 클릭하여 도구를 추가합니다. 여러 도구를 추가할 수 있습니다.',
@@ -306,6 +309,12 @@ const translation = {
specifyPluginsToUpdate: '업데이트할 플러그인을 지정하십시오.',
excludeUpdate: '다음 {{num}} 플러그인은 자동 업데이트되지 않습니다.',
},
readmeInfo: {
title: '읽어보기',
needHelpCheckReadme: '도움이 필요하신가요? README를 확인하세요.',
noReadmeAvailable: '사용 가능한 README가 없습니다',
failedToFetch: 'README를 가져오지 못했습니다',
},
}
export default translation