mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
translationBot(ui): update translation (Korean)
Currently translated at 15.5% (73 of 469 strings) translationBot(ui): added translation (Korean) Co-authored-by: LemonDouble <lemondouble2@gmail.com> Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/ko/ Translation: InvokeAI/Web UI
This commit is contained in:
parent
2d1a0b0a05
commit
f8e59636cd
81
invokeai/frontend/public/locales/ko.json
Normal file
81
invokeai/frontend/public/locales/ko.json
Normal file
@ -0,0 +1,81 @@
|
||||
{
|
||||
"common": {
|
||||
"themeLabel": "테마 설정",
|
||||
"languagePickerLabel": "언어 설정",
|
||||
"reportBugLabel": "버그 리포트",
|
||||
"githubLabel": "Github",
|
||||
"settingsLabel": "설정",
|
||||
"darkTheme": "다크 모드",
|
||||
"lightTheme": "라이트 모드",
|
||||
"greenTheme": "그린 모드",
|
||||
"langArabic": "العربية",
|
||||
"langEnglish": "English",
|
||||
"langDutch": "Nederlands",
|
||||
"text2img": "텍스트->이미지",
|
||||
"unifiedCanvas": "통합 캔버스",
|
||||
"langFrench": "Français",
|
||||
"langGerman": "Deutsch",
|
||||
"langItalian": "Italiano",
|
||||
"langJapanese": "日本語",
|
||||
"langBrPortuguese": "Português do Brasil",
|
||||
"langRussian": "Русский",
|
||||
"langSpanish": "Español",
|
||||
"nodes": "노드",
|
||||
"nodesDesc": "이미지 생성을 위한 노드 기반 시스템은 현재 개발 중입니다. 이 놀라운 기능에 대한 업데이트를 계속 지켜봐 주세요.",
|
||||
"postProcessing": "후처리",
|
||||
"postProcessDesc2": "보다 진보된 후처리 작업을 위한 전용 UI가 곧 출시될 예정입니다.",
|
||||
"postProcessDesc3": "Invoke AI CLI는 Embiggen을 비롯한 다양한 기능을 제공합니다.",
|
||||
"training": "학습",
|
||||
"trainingDesc1": "Textual Inversion과 Dreambooth를 이용해 Web UI에서 나만의 embedding 및 checkpoint를 교육하기 위한 전용 워크플로우입니다.",
|
||||
"trainingDesc2": "InvokeAI는 이미 메인 스크립트를 사용한 Textual Inversion를 이용한 Custom embedding 학습을 지원하고 있습니다.",
|
||||
"upload": "업로드",
|
||||
"close": "닫기",
|
||||
"load": "로드",
|
||||
"back": "뒤로 가기",
|
||||
"statusConnected": "연결됨",
|
||||
"statusDisconnected": "연결 끊김",
|
||||
"statusError": "에러",
|
||||
"statusPreparing": "준비 중",
|
||||
"langSimplifiedChinese": "简体中文",
|
||||
"statusGenerating": "생성 중",
|
||||
"statusGeneratingTextToImage": "텍스트->이미지 생성",
|
||||
"statusGeneratingInpainting": "인페인팅 생성",
|
||||
"statusGeneratingOutpainting": "아웃페인팅 생성",
|
||||
"statusGenerationComplete": "생성 완료",
|
||||
"statusRestoringFaces": "얼굴 복원",
|
||||
"statusRestoringFacesGFPGAN": "얼굴 복원 (GFPGAN)",
|
||||
"statusRestoringFacesCodeFormer": "얼굴 복원 (CodeFormer)",
|
||||
"statusUpscaling": "업스케일링",
|
||||
"statusUpscalingESRGAN": "업스케일링 (ESRGAN)",
|
||||
"statusLoadingModel": "모델 로딩중",
|
||||
"statusModelChanged": "모델 변경됨",
|
||||
"statusConvertingModel": "모델 컨버팅",
|
||||
"statusModelConverted": "모델 컨버팅됨",
|
||||
"statusMergedModels": "모델 병합됨",
|
||||
"statusMergingModels": "모델 병합중",
|
||||
"hotkeysLabel": "단축키 설정",
|
||||
"img2img": "이미지->이미지",
|
||||
"discordLabel": "Discord",
|
||||
"langPolish": "Polski",
|
||||
"postProcessDesc1": "Invoke AI는 다양한 후처리 기능을 제공합니다. 이미지 업스케일링 및 얼굴 복원은 이미 Web UI에서 사용할 수 있습니다. 텍스트->이미지 또는 이미지->이미지 탭의 고급 옵션 메뉴에서 사용할 수 있습니다. 또한 현재 이미지 표시 위, 또는 뷰어에서 액션 버튼을 사용하여 이미지를 직접 처리할 수도 있습니다.",
|
||||
"langUkranian": "Украї́нська",
|
||||
"statusProcessingCanceled": "처리 취소됨",
|
||||
"statusGeneratingImageToImage": "이미지->이미지 생성",
|
||||
"statusProcessingComplete": "처리 완료",
|
||||
"statusIterationComplete": "반복(Iteration) 완료",
|
||||
"statusSavingImage": "이미지 저장"
|
||||
},
|
||||
"gallery": {
|
||||
"showGenerations": "생성된 이미지 보기",
|
||||
"generations": "생성된 이미지",
|
||||
"uploads": "업로드된 이미지",
|
||||
"showUploads": "업로드된 이미지 보기",
|
||||
"galleryImageSize": "이미지 크기",
|
||||
"galleryImageResetSize": "사이즈 리셋",
|
||||
"gallerySettings": "갤러리 설정",
|
||||
"maintainAspectRatio": "종횡비 유지"
|
||||
},
|
||||
"unifiedCanvas": {
|
||||
"betaPreserveMasked": "마스크 레이어 유지"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user