From 91c19ea7a09561f5ab82625a87ef442ce4a0f728 Mon Sep 17 00:00:00 2001 From: Taiizor <41683699+Taiizor@users.noreply.github.com> Date: Fri, 27 Oct 2023 22:37:30 +0300 Subject: [PATCH] Added Korean Language Support --- .../Sucrose.Resources/Locales/Locale.xaml | 4 +- .../Locales/Portal/Area/Portal.Area.KO.xaml | 25 ++++++ .../Portal/Category/Portal.Category.KO.xaml | 59 +++++++++++++ .../Portal.DisplayPreferences.KO.xaml | 23 +++++ .../ExpanderCard/Portal.ExpanderCard.KO.xaml | 11 +++ .../LibraryCard/Portal.LibraryCard.KO.xaml | 20 +++++ .../OtherAbout/Portal.OtherAbout.KO.xaml | 25 ++++++ .../OtherHelp/Portal.OtherHelp.KO.xaml | 23 +++++ .../Pagination/Portal.Pagination.KO.xaml | 7 ++ .../Portal/Controls/Portal.Controls.KO.xaml | 19 +++++ .../StoreCard/Portal.StoreCard.KO.xaml | 13 +++ .../ThemeCreate/Portal.ThemeCreate.KO.xaml | 58 +++++++++++++ .../ThemeDelete/Portal.ThemeDelete.KO.xaml | 26 ++++++ .../ThemeEdit/Portal.ThemeEdit.KO.xaml | 23 +++++ .../ThemeImport/Portal.ThemeImport.KO.xaml | 11 +++ .../ThemeReview/Portal.ThemeReview.KO.xaml | 26 ++++++ .../ThemeShare/Portal.ThemeShare.KO.xaml | 18 ++++ .../Locales/Portal/Enum/Portal.Enum.KO.xaml | 84 +++++++++++++++++++ .../Portal.EmptyLibraryPage.KO.xaml | 10 +++ .../Portal.FullLibraryPage.KO.xaml | 7 ++ .../LibraryPage/Portal.LibraryPage.KO.xaml | 16 ++++ .../MainWindow/Portal.MainWindow.KO.xaml | 50 +++++++++++ .../Locales/Portal/Portal.KO.xaml | 16 ++-- .../Portal.DonateSettingPage.KO.xaml | 19 +++++ .../Portal.GeneralSettingPage.KO.xaml | 50 +++++++++++ .../Portal.OtherSettingPage.KO.xaml | 35 ++++++++ .../Portal.PerformanceSettingPage.KO.xaml | 54 ++++++++++++ .../Portal.PersonalSettingPage.KO.xaml | 56 +++++++++++++ .../SettingPage/Portal.SettingPage.KO.xaml | 13 +++ .../Portal.SystemSettingPage.KO.xaml | 56 +++++++++++++ .../Portal.WallpaperSettingPage.KO.xaml | 37 ++++++++ .../Portal.BrokenStorePage.KO.xaml | 10 +++ .../Portal.FullStorePage.KO.xaml | 7 ++ .../Portal/StorePage/Portal.StorePage.KO.xaml | 14 ++++ .../Portal.SearchStorePage.KO.xaml | 10 +++ .../Portal.UnknownStorePage.KO.xaml | 10 +++ 36 files changed, 935 insertions(+), 10 deletions(-) create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/Area/Portal.Area.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/Category/Portal.Category.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/Controls/DisplayPreferences/Portal.DisplayPreferences.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/Controls/ExpanderCard/Portal.ExpanderCard.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/Controls/LibraryCard/Portal.LibraryCard.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/Controls/OtherAbout/Portal.OtherAbout.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/Controls/OtherHelp/Portal.OtherHelp.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/Controls/Pagination/Portal.Pagination.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/Controls/Portal.Controls.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/Controls/StoreCard/Portal.StoreCard.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeCreate/Portal.ThemeCreate.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeDelete/Portal.ThemeDelete.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeEdit/Portal.ThemeEdit.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeImport/Portal.ThemeImport.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeReview/Portal.ThemeReview.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeShare/Portal.ThemeShare.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/Enum/Portal.Enum.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/LibraryPage/EmptyLibraryPage/Portal.EmptyLibraryPage.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/LibraryPage/FullLibraryPage/Portal.FullLibraryPage.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/LibraryPage/Portal.LibraryPage.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/MainWindow/Portal.MainWindow.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/SettingPage/DonateSettingPage/Portal.DonateSettingPage.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/SettingPage/GeneralSettingPage/Portal.GeneralSettingPage.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/SettingPage/OtherSettingPage/Portal.OtherSettingPage.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/SettingPage/PerformanceSettingPage/Portal.PerformanceSettingPage.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/SettingPage/PersonalSettingPage/Portal.PersonalSettingPage.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/SettingPage/Portal.SettingPage.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/SettingPage/SystemSettingPage/Portal.SystemSettingPage.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/SettingPage/WallpaperSettingPage/Portal.WallpaperSettingPage.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/StorePage/BrokenStorePage/Portal.BrokenStorePage.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/StorePage/FullStorePage/Portal.FullStorePage.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/StorePage/Portal.StorePage.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/StorePage/SearchStorePage/Portal.SearchStorePage.KO.xaml create mode 100644 src/Library/Sucrose.Resources/Locales/Portal/StorePage/UnknownStorePage/Portal.UnknownStorePage.KO.xaml diff --git a/src/Library/Sucrose.Resources/Locales/Locale.xaml b/src/Library/Sucrose.Resources/Locales/Locale.xaml index 5d8f2f12a..f25e9e7cf 100644 --- a/src/Library/Sucrose.Resources/Locales/Locale.xaml +++ b/src/Library/Sucrose.Resources/Locales/Locale.xaml @@ -11,9 +11,9 @@ Español (v0.5) Français (v0.5) हिन्दी (v0.1) - Italiano (v0.1) - 한국어 (v0.1) + Italiano (v0.3) 日本語 (v0.3) + 한국어 (v0.3) Norsk (v0.1) Nederlands (v0.3) Polski (v0.5) diff --git a/src/Library/Sucrose.Resources/Locales/Portal/Area/Portal.Area.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/Area/Portal.Area.KO.xaml new file mode 100644 index 000000000..88bd5272a --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/Area/Portal.Area.KO.xaml @@ -0,0 +1,25 @@ + + 소리 + 로그 + + 상점 + 기부 + 시스템 + 캐시 + 노트북 + 지원 + 재설정 + 백업 + 우선 순위 + 엔진 + 업데이트 + 라이브러리 + 개발자 + 확장 기능 + 시스템 자원 + 외관 및 동작 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/Category/Portal.Category.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/Category/Portal.Category.KO.xaml new file mode 100644 index 000000000..9b4150b6d --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/Category/Portal.Category.KO.xaml @@ -0,0 +1,59 @@ + + 전체 + + 추상 + 환경 + 동물 + 애니메이션 + 애니메이션 + 건축 및 건물 + 미술 및 추상 + 미술 작품 + 바드 + 흑백 + 만화 및 만화책 + 도시 및 장소 + 구름 및 하늘 + 다채로운 그라데이션 + 만화책 + 디지털 아트 + 동적 + 마법의 숲 + 판타지 + 영화 및 TV + 음식 및 음료 + 은하 + 게임 + 기하학적 패턴 + 휴일 및 계절 + 공포 및 할로윈 + 영감을 주는 인용구 + 어린이 및 만화 + 풍경 + 선 그림 + 중세 + 미니멀리스트 + 음악 + 자연 + 야경 + 패턴 및 질감 + 레트로 + RGB + 하늘 + 우주 + 스포츠 + 슈퍼히어로 + 시스템 + 주점 + 기술 + 신전 + 시간 + 수중 및 해양 + 차량 + 빈티지 + 전쟁 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/Controls/DisplayPreferences/Portal.DisplayPreferences.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/Controls/DisplayPreferences/Portal.DisplayPreferences.KO.xaml new file mode 100644 index 000000000..6046cd09f --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/Controls/DisplayPreferences/Portal.DisplayPreferences.KO.xaml @@ -0,0 +1,23 @@ + + 디스플레이 환경 설정 + 닫기 + + 배치 모드 + 배경화면이 활성화된 화면에 적용되는 방법. + + 선택한 화면만 + + 화면 확장 + + 모든 모니터 + + 화면 확장 모드를 선택하세요 + + 동일한 배경 화면 복제 + + 동일한 배경 화면 복제 모드를 선택하세요 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/Controls/ExpanderCard/Portal.ExpanderCard.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/Controls/ExpanderCard/Portal.ExpanderCard.KO.xaml new file mode 100644 index 000000000..2c6b6bb05 --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/Controls/ExpanderCard/Portal.ExpanderCard.KO.xaml @@ -0,0 +1,11 @@ + + 제목 + 설명 + + 축소 + 확장 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/Controls/LibraryCard/Portal.LibraryCard.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/Controls/LibraryCard/Portal.LibraryCard.KO.xaml new file mode 100644 index 000000000..691c90cfd --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/Controls/LibraryCard/Portal.LibraryCard.KO.xaml @@ -0,0 +1,20 @@ + + 제목 + 설명 + + 더 보기 + 이 테마를 사용하려면 Sucrose를 업데이트하세요 + + 검토 + 사용 + 미리보기 + 사용자 정의 + 찾기 + 공유 + 삭제 + 편집 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/Controls/OtherAbout/Portal.OtherAbout.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/Controls/OtherAbout/Portal.OtherAbout.KO.xaml new file mode 100644 index 000000000..ed60a96c6 --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/Controls/OtherAbout/Portal.OtherAbout.KO.xaml @@ -0,0 +1,25 @@ + + 소개 + 닫기 + + 안녕하세요, 제 이름은 Bayram Emekli이며 Taiizor 사용자 이름으로도 알려져 있습니다. 무료 및 오픈 소스인 Sucrose Wallpaper Engine 응용 프로그램 개발자입니다. 제작한 응용 프로그램을 사용해 주셔서 감사합니다. + + 버전: v{0} + 최근 업데이트 날짜: {0} + + 업데이트 노트 + + 파트너 + + 기여자 + + 서비스 약관 + + 개인 정보 보호 정책 + + 공동체 행동 강령 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/Controls/OtherHelp/Portal.OtherHelp.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/Controls/OtherHelp/Portal.OtherHelp.KO.xaml new file mode 100644 index 000000000..cf7aeb3a9 --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/Controls/OtherHelp/Portal.OtherHelp.KO.xaml @@ -0,0 +1,23 @@ + + 도움말 + 닫기 + + 웹 페이지 + Sucrose Wallpaper Engine 공식 웹 페이지 + + 문서 + Sucrose Wallpaper Engine 공식 문서 페이지 + + 소스 코드 + Sucrose Wallpaper Engine 공식 소스 코드 페이지 + + 토론 + Sucrose Wallpaper Engine 공식 토론 페이지 + + 버그 신고 + Sucrose Wallpaper Engine 공식 버그 신고 페이지 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/Controls/Pagination/Portal.Pagination.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/Controls/Pagination/Portal.Pagination.KO.xaml new file mode 100644 index 000000000..772d7b432 --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/Controls/Pagination/Portal.Pagination.KO.xaml @@ -0,0 +1,7 @@ + + 건너뛰기 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/Controls/Portal.Controls.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/Controls/Portal.Controls.KO.xaml new file mode 100644 index 000000000..1782f16cf --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/Controls/Portal.Controls.KO.xaml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/Controls/StoreCard/Portal.StoreCard.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/Controls/StoreCard/Portal.StoreCard.KO.xaml new file mode 100644 index 000000000..139298379 --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/Controls/StoreCard/Portal.StoreCard.KO.xaml @@ -0,0 +1,13 @@ + + 제목 + 설명 + + 이 테마를 사용하려면 Sucrose를 업데이트하세요 + + 설치 + 신고 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeCreate/Portal.ThemeCreate.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeCreate/Portal.ThemeCreate.KO.xaml new file mode 100644 index 000000000..8ea89ec80 --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeCreate/Portal.ThemeCreate.KO.xaml @@ -0,0 +1,58 @@ + + 테마 생성 + 생성 + 닫기 + + Gif 테마 + Gif 형식의 테마를 만드세요. + + Url 테마 + Url 형식의 테마를 만드세요. + + Web 테마 + Web 형식의 테마를 만드세요. + + Video 테마 + Video 형식의 테마를 만드세요. + + YouTube 테마 + YouTube 형식의 테마를 만드세요. + + Application 테마 + Application 형식의 테마를 만드세요. + + Url + 썸네일 + 미리보기 + 제목 + 설명 + 저자 + 연락처 + 태그 + 인수 + + 유효한 Url 주소를 입력하세요 + 썸네일 이미지를 선택하세요 + 미리보기 파일을 선택하세요 + 유효한 제목을 입력하세요 + 유효한 설명을 입력하세요 + 유효한 저자 이름을 입력하세요 + 유효한 연락처 주소를 입력하세요 + 유효한 테마 태그를 입력하세요 + 유효한 애플리케이션 인수를 입력하세요 + + 되돌리기 + + Gif 파일을 이곳으로 끌어다 놓고 놓으세요 + 비디오 파일을 이곳으로 끌어다 놓고 놓으세요 + + 썸네일 선택 + 이미지 파일 (*.png;*.jpg;*.jpeg;*.tiff;*.webp)|*.png;*.jpg;*.jpeg;*.tiff;*.webp + + 미리보기 파일 선택 + Gif 파일 (*.gif)|*.gif + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeDelete/Portal.ThemeDelete.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeDelete/Portal.ThemeDelete.KO.xaml new file mode 100644 index 000000000..e558fa9ed --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeDelete/Portal.ThemeDelete.KO.xaml @@ -0,0 +1,26 @@ + + 테마 삭제 + 삭제 + 닫기 + + 제목 + 설명 + 유형 + Gif + 저자 + Taiizor + 크기 + 0 b + 버전 + 0.0.0.0 (0.0.0.0) + 태그 + 없음 + 만든 날짜 + 알 수 없음 + 수정한 날짜 + 알 수 없음 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeEdit/Portal.ThemeEdit.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeEdit/Portal.ThemeEdit.KO.xaml new file mode 100644 index 000000000..e9dd6f706 --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeEdit/Portal.ThemeEdit.KO.xaml @@ -0,0 +1,23 @@ + + 테마 편집 + 닫기 + 저장 + + 제목 + 설명 + 작성자 + 연락처 + 태그 + 인수 + + 유효한 제목을 입력하세요 + 유효한 설명을 입력하세요 + 유효한 작성자 이름을 입력하세요 + 유효한 연락처 주소를 입력하세요 + 유효한 테마 태그를 입력하세요 + 유효한 응용 프로그램 인수를 입력하세요 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeImport/Portal.ThemeImport.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeImport/Portal.ThemeImport.KO.xaml new file mode 100644 index 000000000..edec64434 --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeImport/Portal.ThemeImport.KO.xaml @@ -0,0 +1,11 @@ + + 테마 가져오기 + 닫기 + + 테마 정보 + 유형 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeReview/Portal.ThemeReview.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeReview/Portal.ThemeReview.KO.xaml new file mode 100644 index 000000000..93f5b5488 --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeReview/Portal.ThemeReview.KO.xaml @@ -0,0 +1,26 @@ + + 테마 검토 + 닫기 + + 제목 + 설명 + 유형 + Gif + 저자 + Taiizor + 크기 + 0 b + 버전 + 0.0.0.0 (0.0.0.0) + 태그 + 없음 + 만든 날짜 + 알 수 없음 + 수정한 날짜 + 알 수 없음 + 테마 연락 주소 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeShare/Portal.ThemeShare.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeShare/Portal.ThemeShare.KO.xaml new file mode 100644 index 000000000..4146475cb --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeShare/Portal.ThemeShare.KO.xaml @@ -0,0 +1,18 @@ + + 테마 공유 + 닫기 + + 제목 + 설명 + + 내보내기 + 스토어에 게시 + 링크 복사 + + ZIP 파일 (*.zip)|*.zip|모든 파일 (*.*)|*.* + 테마 파일 저장 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/Enum/Portal.Enum.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/Enum/Portal.Enum.KO.xaml new file mode 100644 index 000000000..aaa8da1a2 --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/Enum/Portal.Enum.KO.xaml @@ -0,0 +1,84 @@ + + 채우기 + 없음 + 균일하게 + 균일하게 채우기 + + 채우기 + 없음 + 균일하게 + 균일하게 채우기 + + 닫기 + 일시 정지 + 재개 + + 미카 + 없음 + 자동 + 탭식 + 아크릴 + + 기본 + 개발자 + + 기본 + + 압축 + 실행 가능 + + 작업 영역 + 화면 경계 + + 기본 + + 성공 + 'Tags' 값이 너무 많음 + 테마가 지원하지 않는 유형용으로 만들어짐 + 'Title' 값이 비어 있거나 너무 김 + 'Author' 값이 비어 있거나 너무 김 + 'Source' 파일을 찾을 수 없음 + 'Contact' 값이 비어 있거나 너무 김 + 'Preview' 파일을 찾을 수 없음 + 관련 파일이 암호화됨 + 관련 파일이 실제로 '.zip' 파일이 아님 + 'SucroseInfo.json' 파일을 찾을 수 없음 + 관련 파일을 찾을 수 없음 + 잘못된 'LoopMode' 값 + 'Arguments' 값이 너무 김 + 관련 파일이 '.zip' 확장자가 아님 + 'Thumbnail' 파일을 찾을 수 없음 + 잘못된 'SystemCpu' 값 + 'SucroseInfo.json' 파일이 비어 있음 + 테마가 더 높은 앱 버전용으로 만들어짐 + 'Source' 값이 잘못됨 + 잘못된 'SystemBios' 값 + 잘못된 'SystemDate' 값 + 잘못된 'SystemAudio' 값 + 'Description' 값이 비어 있거나 너무 김 + 'SucroseInfo.json' 파일이 잘못됨 + 잘못된 'TriggerTime' 값 + 잘못된 'StretchMode' 값 + 잘못된 'VolumeLevel' 값 + 잘못된 'ShuffleMode' 값 + 'Tags' 값이 너무 짧거나 너무 김 + 잘못된 파일 + 'PropertyList' 값이 비어 있음 + 잘못된 'SystemMemory' 값 + 잘못된 'SystemBattery' 값 + 잘못된 'SystemGraphic' 값 + 잘못된 'SystemNetwork' 값 + 'Contact' 값이 'URL' 또는 '이메일 주소'가 아님 + 잘못된 파일 확장자 + 'SucroseCompatible.json' 파일이 비어 있음 + 'SucroseProperties.json' 파일이 비어 있음 + 잘못된 'PropertyListener' 값 + 잘못된 'SystemMotherboard' 값 + 'SucroseCompatible.json' 파일이 잘못됨 + 'SucroseProperties.json' 파일이 잘못됨 + 예상하지 못한 결과 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/LibraryPage/EmptyLibraryPage/Portal.EmptyLibraryPage.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/LibraryPage/EmptyLibraryPage/Portal.EmptyLibraryPage.KO.xaml new file mode 100644 index 000000000..2a0dea0b5 --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/LibraryPage/EmptyLibraryPage/Portal.EmptyLibraryPage.KO.xaml @@ -0,0 +1,10 @@ + + EmptyLibraryPage + + 당신의 라이브러리는 거미줄로 뒤덮여 있습니다 + 배경 화면 대신 거미줄로 멋진 예술 작품이 만들어졌습니다 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/LibraryPage/FullLibraryPage/Portal.FullLibraryPage.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/LibraryPage/FullLibraryPage/Portal.FullLibraryPage.KO.xaml new file mode 100644 index 000000000..08f5c1318 --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/LibraryPage/FullLibraryPage/Portal.FullLibraryPage.KO.xaml @@ -0,0 +1,7 @@ + + FullLibraryPage + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/LibraryPage/Portal.LibraryPage.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/LibraryPage/Portal.LibraryPage.KO.xaml new file mode 100644 index 000000000..3f61e0cdf --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/LibraryPage/Portal.LibraryPage.KO.xaml @@ -0,0 +1,16 @@ + + + + + + + + LibraryPage + + '{0}' 테마가 성공적으로 라이브러리에 추가되었습니다. + '{0}' 테마를 라이브러리에 추가할 수 없었습니다. 이유: '{1}'. + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/MainWindow/Portal.MainWindow.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/MainWindow/Portal.MainWindow.KO.xaml new file mode 100644 index 000000000..6655521ae --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/MainWindow/Portal.MainWindow.KO.xaml @@ -0,0 +1,50 @@ + + Sucrose Wallpaper Engine + + 도움말 + 정보 + + 도움말 보기 + 정보 보기 + + 라이브러리 + 상점 + + 테마 라이브러리 + 테마 상점 + + 일반 + 개인 + 성능 + 배경화면 + 시스템 + 기부 + 기타 + + 뒤로 가기 + 일반 설정 + 개인 설정 + 성능 설정 + 배경화면 설정 + 시스템 설정 + 기부 설정 + 기타 설정 + + 설정 + + 배경화면 검색 + + 원하는 항목을 찾기 어려우십니까? + + 밝은 테마 + 어두운 테마 + + 배경화면 생성 + 화면 설정 + 기부 옵션 + 기타 옵션 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/Portal.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/Portal.KO.xaml index 34c5d33db..7c22af33a 100644 --- a/src/Library/Sucrose.Resources/Locales/Portal/Portal.KO.xaml +++ b/src/Library/Sucrose.Resources/Locales/Portal/Portal.KO.xaml @@ -2,13 +2,13 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" > - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/DonateSettingPage/Portal.DonateSettingPage.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/DonateSettingPage/Portal.DonateSettingPage.KO.xaml new file mode 100644 index 000000000..3fb93affb --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/DonateSettingPage/Portal.DonateSettingPage.KO.xaml @@ -0,0 +1,19 @@ + + DonateSettingPage + + 기부 메뉴 + 인터페이스에 표시되는 기부 메뉴의 가시성. + + 표시 + 숨기기 + + 광고 지원 + 앱 개발을 지원하기 위해 광고를 시청하세요. + + 광고 지연 시간 (분): + 팁: 광고는 최소한의 불편함을 유발하지 않도록 표시됩니다. + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/GeneralSettingPage/Portal.GeneralSettingPage.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/GeneralSettingPage/Portal.GeneralSettingPage.KO.xaml new file mode 100644 index 000000000..a15c9957a --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/GeneralSettingPage/Portal.GeneralSettingPage.KO.xaml @@ -0,0 +1,50 @@ + + GeneralSettingPage + + 애플리케이션 언어 + 표시 언어를 선택합니다. + + 시작 시 실행 + 벽지를 재생하려면 시작시 Sucrose가 백그라운드에서 실행되어야 합니다. + + 없음 + 일반 + 우선 순위 + 스케줄러 + + 알림 아이콘 + 시스템 트레이 가시성. Sucrose가 은밀하게 계속 실행됩니다. + + 표시 + 숨기기 + + 시스템 트레이 닫힐 때 모든 Sucrose 앱을 종료합니다 + + 창 배경 + 앱 창 배경을 사용자 정의하는 데 사용됩니다. + + 배경 이미지 선택 + 배경 이미지 선택 + 이미지 파일 (*.png;*.jpg;*.jpeg;*.tiff;*.webp;*.gif)|*.png;*.jpg;*.jpeg;*.tiff;*.webp;*.gif + + 배경 크기 조정: + + 배경 불투명도 (%): + + 음량 + 모든 벽지에 적용되는 음량 설정입니다. + + 바탕 화면에만 포커스를 맞춘 경우에만 소리를 재생합니다 + + 라이브러리 위치 + 추가한 테마가 저장될 위치입니다. + + 빈 폴더를 선택하세요 + 위치를 변경하는 동안 잠시 기다려 주십시오 + + 현재 라이브러리를 새 위치로 이동 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/OtherSettingPage/Portal.OtherSettingPage.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/OtherSettingPage/Portal.OtherSettingPage.KO.xaml new file mode 100644 index 000000000..94796a02e --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/OtherSettingPage/Portal.OtherSettingPage.KO.xaml @@ -0,0 +1,35 @@ + + OtherSettingPage + + Discord + Sucrose는 Discord와의 통신을 담당합니다. + + 연결 갱신: + 갱신 주기 (초): + + 인터넷 대리인 + 인터넷 연결이 필요한 상황에서의 대리인 신원입니다. + + 개인 액세스 토큰 + 상점 및 앱 업데이트를 원할하게 이용하기 위해 필요합니다. + + 개인 액세스 토큰을 어떻게 얻을 수 있는지 모르겠다면 여기를 클릭하세요. + + 유효한 개인 액세스 토큰을 입력하십시오 + 유효한 개인 액세스 토큰을 입력하십시오 + + 업데이트 채널 + 업데이트 작업이 어느 채널을 통해 수행될지 선택합니다. + + 업데이트 방법 + 업데이트 작업이 어떤 방법으로 수행될지 선택합니다. + + 다운로드 대역폭 제한: + + 개발자 도구 + WebView 및 CefSharp 엔진을 위한 개발자 도구를 표시할지 여부를 선택합니다. + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/PerformanceSettingPage/Portal.PerformanceSettingPage.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/PerformanceSettingPage/Portal.PerformanceSettingPage.KO.xaml new file mode 100644 index 000000000..9e95ed89c --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/PerformanceSettingPage/Portal.PerformanceSettingPage.KO.xaml @@ -0,0 +1,54 @@ + + PerformanceSettingPage + + 성능 카운터 + 모든 성능 카운터가 백그라운드에서 작동할지 여부. + + 참고: 일부 웹 기반 테마는 제대로 작동하지 않을 수 있으며 다음 성능 설정 중 어느 하나도 작동하지 않을 것입니다. + + CPU 사용률 + CPU 사용률 설정에 따라 배경화면이 어떻게 작동할지. + + CPU 사용률 (%): + + 메모리 사용량 + 메모리 사용 설정에 따라 배경화면이 어떻게 작동할지. + + 메모리 사용률 (%): + + 네트워크 사용량 + 네트워크 사용 설정에 따라 배경화면이 어떻게 작동할지. + + 네트워크 어댑터: + 네트워크 어댑터 목록이 아직 생성되지 않았습니다. + + 업로드 크기: + + 다운로드 크기: + + Ping 값 (밀리초): + + 배터리 전원 + 노트북 배터리 전원을 사용하는 동안 배경화면이 어떻게 작동할지. + + 배터리 상태 (%): + + 배터리 절약 모드 + 노트북 배터리 절약 모드에서 배경화면이 어떻게 작동할지. + + 가상화 + 가상화 응용 프로그램이 실행되는 동안 배경화면이 어떻게 작동할지. + + 원격 데스크톱 + 원격 데스크톱 응용 프로그램이 실행되는 동안 배경화면이 어떻게 작동할지. + + 전체 화면 모드 + 전체 화면에서 다른 어떤 애플리케이션이 실행 중일 때 배경화면이 어떻게 작동할지. + + 포커스 모드 + 다른 어플리케이션이 활성화되어 있는 동안 배경화면 행동에 대한 설정입니다. + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/PersonalSettingPage/Portal.PersonalSettingPage.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/PersonalSettingPage/Portal.PersonalSettingPage.KO.xaml new file mode 100644 index 000000000..9e61ba2d5 --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/PersonalSettingPage/Portal.PersonalSettingPage.KO.xaml @@ -0,0 +1,56 @@ + + PersonalSettingPage + + 스토어 갱신 + 스토어에 표시되는 테마가 갱신되는 데 걸리는 시간입니다. + + 자동 시작 + 스토어에서 다운로드한 테마를 자동으로 배경화면으로 설정할지 여부입니다. + + 성인 콘텐츠 + 스토어에서 안전하지 않다고 표시된 (NSFW) 콘텐츠를 표시할지 여부입니다. + + 삭제 확인 + 라이브러리에서 테마를 삭제할 때 확인을 요청할지 여부입니다. + + 손상된 테마 + 라이브러리에서 손상된 또는 누락된 테마를 자동으로 삭제할지 여부입니다. + + 참고: 조심스럽게 다룰 필요가 있습니다. 그렇지 않으면 데이터 손실이 발생할 수 있습니다. + + 자동 시작 + 생성된 테마를 자동으로 배경화면으로 설정할지 여부입니다. + + 테마 미리 보기 + 테마 위로 마우스를 가져갈 때 미리 보여질지 여부입니다. + + 스토어 미리 보기 + 세부 정보 숨김 + + 라이브러리 미리 보기 + 세부 정보 숨김 + + 테마 사용자 정의 + 표시된 테마의 이름 또는 설명을 사용자 정의합니다. + + 제목 길이 (문자): + + 설명 길이 (문자): + + 적응형 레이아웃 + 표시된 테마의 레이아웃이나 간격을 사용자 정의합니다. + + 여백 간격 (픽셀): + + 레이아웃 순서 (개수): + + 스토어 페이지 + 각 스토어 페이지에 표시될 테마 수를 설정합니다. + + 라이브러리 페이지 + 라이브러리의 각 페이지에 표시될 테마 수를 설정합니다. + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/Portal.SettingPage.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/Portal.SettingPage.KO.xaml new file mode 100644 index 000000000..4da21bcd0 --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/Portal.SettingPage.KO.xaml @@ -0,0 +1,13 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/SystemSettingPage/Portal.SystemSettingPage.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/SystemSettingPage/Portal.SystemSettingPage.KO.xaml new file mode 100644 index 000000000..1e3fadee5 --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/SystemSettingPage/Portal.SystemSettingPage.KO.xaml @@ -0,0 +1,56 @@ + + SystemSettingPage + + 로그 파일 + 앱에서 생성한 모든 로그 파일 관리. + + 생성 + + 지우기 + + 참고: 로그 파일의 총 크기는 {0}입니다. 삭제를 시작하면 모든 앱이 닫힙니다. + + 캐시 지우기 + 앱에서 생성한 모든 캐시 파일 지우기. + + 지우기 시작 + + 참고: 캐시 파일의 총 크기는 {0}입니다. 삭제를 시작하면 모든 앱이 닫힙니다. + + 스토어 지우기 + 앱에서 생성한 모든 스토어 파일 지우기. + + 지우기 시작 + + 참고: 스토어 파일의 총 크기는 {0}입니다. 삭제를 시작하면 모든 앱이 닫힙니다. + + 라이브러리 지우기 + 라이브러리에서 찾거나 생성한 모든 테마 파일 지우기. + + 지우기 시작 + + 참고: 라이브러리의 테마 파일의 총 크기는 {0}입니다. 삭제를 시작하면 모든 앱이 닫힙니다. + + 설정 파일 + 앱에서 생성한 모든 설정 파일 관리. + + 백업 + + 복원 + + 참고: 선택한 작업을 시작하면 모든 앱이 닫힙니다. + + 설정 초기화 + 앱에서 생성한 모든 설정 파일 초기화. + + 초기화 시작 + + 참고: 초기화 작업을 시작하면 모든 앱이 닫힙니다. + + 로그 파일 저장 + ZIP 파일 (*.zip)|*.zip|모든 파일 (*.*)|*.* + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/WallpaperSettingPage/Portal.WallpaperSettingPage.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/WallpaperSettingPage/Portal.WallpaperSettingPage.KO.xaml new file mode 100644 index 000000000..de1458401 --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/SettingPage/WallpaperSettingPage/Portal.WallpaperSettingPage.KO.xaml @@ -0,0 +1,37 @@ + + WallpaperSettingPage + + 화면 레이아웃 + 바탕 화면 배치를 변경합니다. + + 크기 맞추기 모드 + 지원되는 바탕 화면에서 크기 맞추기를 변경합니다. + + 반복 모드 + 지원되는 바탕 화면에서 반복 모드를 변경합니다. + + 섞기 모드 + 지원되는 바탕 화면에서 섞기 모드를 변경합니다. + + Gif 플레이어 + 라이브러리에서 사용할 Gif 테마 플레이어를 선택합니다. + + Video 플레이어 + 라이브러리에서 사용할 Video 테마 플레이어를 선택합니다. + + Url 엔진 + 라이브러리에서 사용할 Url 테마 엔진을 선택합니다. + + Web 엔진 + 라이브러리에서 사용할 Web 테마 엔진을 선택합니다. + + YouTube 엔진 + 라이브러리에서 사용할 YouTube 테마 엔진을 선택합니다. + + Application 엔진 + 라이브러리에서 사용할 Application 테마 엔진을 선택합니다. + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/StorePage/BrokenStorePage/Portal.BrokenStorePage.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/StorePage/BrokenStorePage/Portal.BrokenStorePage.KO.xaml new file mode 100644 index 000000000..254779b6c --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/StorePage/BrokenStorePage/Portal.BrokenStorePage.KO.xaml @@ -0,0 +1,10 @@ + + BrokenStorePage + + 인터넷 불빛이 꺼진 한 순간 + 별이 없는 하늘처럼 여기에도 인터넷의 빛이 없습니다 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/StorePage/FullStorePage/Portal.FullStorePage.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/StorePage/FullStorePage/Portal.FullStorePage.KO.xaml new file mode 100644 index 000000000..b0be9f25e --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/StorePage/FullStorePage/Portal.FullStorePage.KO.xaml @@ -0,0 +1,7 @@ + + FullStorePage + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/StorePage/Portal.StorePage.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/StorePage/Portal.StorePage.KO.xaml new file mode 100644 index 000000000..6debd055b --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/StorePage/Portal.StorePage.KO.xaml @@ -0,0 +1,14 @@ + + + + + + + + + StorePage + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/StorePage/SearchStorePage/Portal.SearchStorePage.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/StorePage/SearchStorePage/Portal.SearchStorePage.KO.xaml new file mode 100644 index 000000000..09a8db6ac --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/StorePage/SearchStorePage/Portal.SearchStorePage.KO.xaml @@ -0,0 +1,10 @@ + + SearchStorePage + + 찾는 것의 답은 하늘에 있을지도 모릅니다 + 결과가 기대와 다르다면 하늘은 새로운 경험을 제공할 수 있습니다 + \ No newline at end of file diff --git a/src/Library/Sucrose.Resources/Locales/Portal/StorePage/UnknownStorePage/Portal.UnknownStorePage.KO.xaml b/src/Library/Sucrose.Resources/Locales/Portal/StorePage/UnknownStorePage/Portal.UnknownStorePage.KO.xaml new file mode 100644 index 000000000..8527a689b --- /dev/null +++ b/src/Library/Sucrose.Resources/Locales/Portal/StorePage/UnknownStorePage/Portal.UnknownStorePage.KO.xaml @@ -0,0 +1,10 @@ + + UnknownStorePage + + 스토어에서 발생한 미지의 사태를 발견하세요 + 알려지지 않은 것을 추적하고 스토어에서 발생한 미지의 사태를 밝히는 여정에 나서세요 + \ No newline at end of file