InvokeAI/invokeai/frontend/web/public/locales/ko.json
blessedcoolant a6347a1d3c revert: Translation strings
These needs to be done through weblate. Only en.json needs to updated via the repo
2023-07-27 00:12:23 +10:00

81 lines
4.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"common": {
"themeLabel": "테마 설정",
"languagePickerLabel": "언어 설정",
"reportBugLabel": "버그 리포트",
"githubLabel": "Github",
"settingsLabel": "설정",
"darkTheme": "다크 모드",
"lightTheme": "라이트 모드",
"greenTheme": "그린 모드",
"langArabic": "العربية",
"langEnglish": "English",
"langDutch": "Nederlands",
"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": " "
}
}