Fixes some i18n(ko) translations. (#20348)

pull/14057/head
comfuture 12 months ago committed by GitHub
parent 4250501058
commit b39ca7ee31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -645,9 +645,9 @@ const translation = {
perPage: '페이지당 항목 수', perPage: '페이지당 항목 수',
}, },
theme: { theme: {
theme: '주제', theme: '테마',
light: '', light: '밝은',
dark: '어', dark: '어두운',
auto: '시스템', auto: '시스템',
}, },
compliance: { compliance: {

@ -301,7 +301,7 @@ const translation = {
designDocument: '디자인 문서', designDocument: '디자인 문서',
productSpecification: '제품 사양서', productSpecification: '제품 사양서',
financialReport: '재무 보고서', financialReport: '재무 보고서',
marketAnalysis: '시장 분석', marketAnalysis: '마켓 분석',
projectPlan: '프로젝트 계획서', projectPlan: '프로젝트 계획서',
teamStructure: '팀 구조', teamStructure: '팀 구조',
policiesProcedures: '정책 및 절차', policiesProcedures: '정책 및 절차',

@ -194,7 +194,7 @@ const translation = {
datasetMetadata: { datasetMetadata: {
name: '이름', name: '이름',
deleteTitle: '삭제 확인', deleteTitle: '삭제 확인',
disabled: '장애인', disabled: '사용안함',
addMetaData: '메타데이터 추가', addMetaData: '메타데이터 추가',
values: '{{num}} 값들', values: '{{num}} 값들',
namePlaceholder: '메타데이터 이름', namePlaceholder: '메타데이터 이름',

@ -25,7 +25,7 @@ const translation = {
}, },
source: { source: {
local: '로컬 패키지 파일', local: '로컬 패키지 파일',
marketplace: '시장', marketplace: '마켓',
github: '깃허브', github: '깃허브',
}, },
detailPanel: { detailPanel: {
@ -197,7 +197,7 @@ const translation = {
endpointsEnabled: '{{num}}개의 엔드포인트 집합이 활성화되었습니다.', endpointsEnabled: '{{num}}개의 엔드포인트 집합이 활성화되었습니다.',
installFrom: '에서 설치', installFrom: '에서 설치',
allCategories: '모든 카테고리', allCategories: '모든 카테고리',
submitPlugin: '제출 플러그인', submitPlugin: '플러그인 제출',
findMoreInMarketplace: 'Marketplace에서 더 알아보기', findMoreInMarketplace: 'Marketplace에서 더 알아보기',
searchCategories: '검색 카테고리', searchCategories: '검색 카테고리',
search: '검색', search: '검색',

@ -200,7 +200,7 @@ const translation = {
code: '코드', code: '코드',
model: '모델', model: '모델',
rerankModel: '재정렬 모델', rerankModel: '재정렬 모델',
visionVariable: '시력 변수', visionVariable: '비전 변수',
}, },
invalidVariable: '잘못된 변수', invalidVariable: '잘못된 변수',
rerankModelRequired: 'Rerank Model을 켜기 전에 설정에서 모델이 성공적으로 구성되었는지 확인하십시오.', rerankModelRequired: 'Rerank Model을 켜기 전에 설정에서 모델이 성공적으로 구성되었는지 확인하십시오.',
@ -463,7 +463,7 @@ const translation = {
metadata: { metadata: {
options: { options: {
disabled: { disabled: {
title: '장애인', title: '사용안함',
subTitle: '메타데이터 필터링을 활성화하지 않음', subTitle: '메타데이터 필터링을 활성화하지 않음',
}, },
automatic: { automatic: {

Loading…
Cancel
Save