From ec06763e50bfc847d3276917a83f6cb8b68639a9 Mon Sep 17 00:00:00 2001 From: Yorunokyujitsu <164279972+Yorunokyujitsu@users.noreply.github.com> Date: Sun, 29 Dec 2024 10:02:04 +0900 Subject: [PATCH] Fixed some translations of ko.json (#58) * Fixed some translations of ko.json * Add new string to lang.json and update ko, ja. --------- Co-authored-by: Yorunokyujitsu Co-authored-by: ITotalJustice <47043333+ITotalJustice@users.noreply.github.com> --- assets/romfs/i18n/de.json | 5 ++ assets/romfs/i18n/en.json | 5 ++ assets/romfs/i18n/es.json | 5 ++ assets/romfs/i18n/fr.json | 5 ++ assets/romfs/i18n/it.json | 5 ++ assets/romfs/i18n/ja.json | 5 ++ assets/romfs/i18n/ko.json | 83 +++++++++++++++++--------------- assets/romfs/i18n/nl.json | 5 ++ assets/romfs/i18n/pt.json | 5 ++ assets/romfs/i18n/ru.json | 5 ++ assets/romfs/i18n/se.json | 7 ++- assets/romfs/i18n/zh.json | 5 ++ sphaira/source/ui/menus/ghdl.cpp | 2 +- 13 files changed, 101 insertions(+), 41 deletions(-) diff --git a/assets/romfs/i18n/de.json b/assets/romfs/i18n/de.json index 7ae64d7..a2b5c70 100644 --- a/assets/romfs/i18n/de.json +++ b/assets/romfs/i18n/de.json @@ -201,6 +201,10 @@ "Bad Page": "Ungültige Seite", "Download theme?": "Theme herunterladen?", + "GitHub": "", + "Downloading json": "", + "Select asset to download for ": "", + "Installing ": "Installiere ", "Uninstalling ": "Deinstalliere ", "Deleting ": "Lösche ", @@ -213,6 +217,7 @@ "Copying ": "Kopiere ", "Trying to load ": "Lade ", "Downloading ": "Lade herunter ", + "Downloaded ": "", "Checking MD5": "Prüfe MD5", "Loading...": "Lade...", "Loading": "Lade", diff --git a/assets/romfs/i18n/en.json b/assets/romfs/i18n/en.json index 380155b..5bd7028 100644 --- a/assets/romfs/i18n/en.json +++ b/assets/romfs/i18n/en.json @@ -201,6 +201,10 @@ "Bad Page": "Bad Page", "Download theme?": "Download theme?", + "GitHub": "GitHub", + "Downloading json": "Downloading json", + "Select asset to download for ": "Select asset to download for ", + "Installing ": "Installing ", "Uninstalling ": "Uninstalling ", "Deleting ": "Deleting ", @@ -213,6 +217,7 @@ "Copying ": "Copying ", "Trying to load ": "Trying to load ", "Downloading ": "Downloading ", + "Downloaded ": "Downloaded ", "Checking MD5": "Checking MD5", "Loading...": "Loading...", "Loading": "Loading", diff --git a/assets/romfs/i18n/es.json b/assets/romfs/i18n/es.json index f906001..5261e04 100644 --- a/assets/romfs/i18n/es.json +++ b/assets/romfs/i18n/es.json @@ -201,6 +201,10 @@ "Bad Page": "Página Errónea", "Download theme?": "¿Descargar Tema?", + "GitHub": "", + "Downloading json": "", + "Select asset to download for ": "", + "Installing ": "Instalando ", "Uninstalling ": "Desinstalando ", "Deleting ": "Borrando ", @@ -213,6 +217,7 @@ "Copying ": "Copiando ", "Trying to load ": "Intentando cargar", "Downloading ": "Descargando ", + "Downloaded ": "", "Checking MD5": "Chequeando MD5", "Loading...": "Cargando...", "Loading": "Cargando", diff --git a/assets/romfs/i18n/fr.json b/assets/romfs/i18n/fr.json index d120941..f383837 100644 --- a/assets/romfs/i18n/fr.json +++ b/assets/romfs/i18n/fr.json @@ -201,6 +201,10 @@ "Bad Page": "Page inexistante", "Download theme?": "Télécharger le thème?", + "GitHub": "", + "Downloading json": "", + "Select asset to download for ": "", + "Installing ": "Installation ", "Uninstalling ": "Désinstallation ", "Deleting ": "Suppression ", @@ -213,6 +217,7 @@ "Copying ": "Copie ", "Trying to load ": "Tente de charger ", "Downloading ": "Téléchargement ", + "Downloaded ": "", "Checking MD5": "Vérification MD5", "Loading...": "Chargement...", "Loading": "Chargement", diff --git a/assets/romfs/i18n/it.json b/assets/romfs/i18n/it.json index 8b5e49e..af81185 100644 --- a/assets/romfs/i18n/it.json +++ b/assets/romfs/i18n/it.json @@ -201,6 +201,10 @@ "Bad Page": "", "Download theme?": "", + "GitHub": "", + "Downloading json": "", + "Select asset to download for ": "", + "Installing ": "", "Uninstalling ": "", "Deleting ": "", @@ -213,6 +217,7 @@ "Copying ": "", "Trying to load ": "", "Downloading ": "", + "Downloaded ": "", "Checking MD5": "", "Loading...": "", "Loading": "", diff --git a/assets/romfs/i18n/ja.json b/assets/romfs/i18n/ja.json index 18fb678..d1be0bc 100644 --- a/assets/romfs/i18n/ja.json +++ b/assets/romfs/i18n/ja.json @@ -201,6 +201,10 @@ "Bad Page": "ページが見つかりません", "Download theme?": "テーマをインストールしますか?", + "GitHub": "GitHub", + "Downloading json": "JSONからダウンロード", + "Select asset to download for ": "ダウンロードアイテムを選択 ", + "Installing ": "インストール中 ", "Uninstalling ": "アンインストール中 ", "Deleting ": "削除中 ", @@ -213,6 +217,7 @@ "Copying ": "コピー中 ", "Trying to load ": "サムネイルを取得中 ", "Downloading ": "ダウンロード中 ", + "Downloaded ": "ダウンロード完了 ", "Checking MD5": "MD5を確認中 ", "Loading...": "ロード中", "Loading": "ロード中", diff --git a/assets/romfs/i18n/ko.json b/assets/romfs/i18n/ko.json index fa70618..133ac67 100644 --- a/assets/romfs/i18n/ko.json +++ b/assets/romfs/i18n/ko.json @@ -1,11 +1,11 @@ { "[Applet Mode]": "[애플릿 모드]", "No Internet": "인터넷 연결 없음", - "Files": "파일", - "Apps": "앱", - "Store": "스토어", + "Files": "파일 탐색기", + "Apps": "홈브류", + "Store": "앱스토어", "Menu": "메뉴", - "Options": "옵션", + "Options": "설정", "OK": "확인", "Back": "뒤로", "Select": "선택", @@ -24,12 +24,12 @@ "Prev Page": "이전 페이지", "Unstar": "즐겨찾기 해제", "Star": "즐겨찾기", - "System memory": "시스템 메모리", + "System memory": "낸드 저장소", "microSD card": "SD 카드", "Yes": "예", "No": "아니요", - "Enabled": "활성화", - "Disabled": "비활성화", + "Enabled": "", + "Disabled": "", "Sort By": "정렬", "Sort Options": "정렬 옵션", @@ -47,13 +47,13 @@ "Likes": "좋아요순", "ID": "ID순", "Decending": "내림차순", - "Descending (down)": "내림차순 (아래)", + "Descending (down)": "내림차순", "Desc": "내림차순", "Ascending": "오름차순", - "Ascending (Up)": "오름차순 (위)", + "Ascending (Up)": "오름차순", "Asc": "오름차순", - "Menu Options": "메뉴 옵션", + "Menu Options": "메뉴", "Header": "헤더", "Theme": "테마", "Theme Options": "테마 옵션", @@ -62,14 +62,14 @@ "Music": "BGM", "Network": "네트워크", "Network Options": "네트워크 옵션", - "Ftp": "FTP (파일 전송 프로토콜)", - "Mtp": "MTP (미디어 전송 프로토콜)", + "Ftp": "FTP (무선)", + "Mtp": "MTP (유선)", "Nxlink": "Nxlink", "Nxlink Connected": "Nxlink 연결됨", "Nxlink Upload": "Nxlink 업로드", "Nxlink Finished": "Nxlink 종료됨", - "Switch-Handheld!": "휴대모드로 전환되었습니다!", - "Switch-Docked!": "독 모드로 전환되었습니다!", + "Switch-Handheld!": "휴대모드로 전환됨!", + "Switch-Docked!": "독 모드로 전환됨!", "Language": "언어", "Auto": "자동", "English": "English", @@ -85,11 +85,11 @@ "Russian": "Русский", "Swedish": "Svenska", "Logging": "로깅", - "Replace hbmenu on exit": "종료 시 hbmenu 교체", + "Replace hbmenu on exit": "hbmenu  sphaira 교체", "Misc": "기타", - "Misc Options": "기타 옵션", - "Web": "웹", - "Install forwarders": "포워더 설치", + "Misc Options": "기타", + "Web": "웹 브라우저", + "Install forwarders": "바로가기 설치", "Install location": "설치 위치", "Show install warning": "설치 경고 표시", @@ -103,28 +103,28 @@ "Cut": "잘라내기", "Copy": "복사", "Paste": "붙여넣기", - "Paste ": "붙여넣기 ", - " file(s)?": " 파일인가요?", + "Paste ": " ", + " file(s)?": "개 항목을 붙여넣을까요?", "Rename": "이름 바꾸기", - "Set New File Name": "새 파일명 설정", + "Set New File Name": "새 파일명 입력", "Advanced": "고급", "Advanced Options": "고급 옵션", - "Create File": "파일 만들기", - "Set File Name": "파일명 설정", + "Create File": "새 파일", + "Set File Name": "파일명 입력", "Create Folder": "새 폴더", "Set Folder Name": "폴더명 입력", "View as text (unfinished)": "텍스트로 보기 (미완성)", "Empty...": "비었음...", "Open with DayBreak?": "DayBreak로 열까요?", - "Launch ": "실행 ", - "Launch option for: ": "다음을 위한 실행 옵션: ", - "Select launcher for: ": "다음을 위한 런처를 선택: ", + "Launch ": "실행할까요 ", + "Launch option for: ": "실행 옵션: ", + "Select launcher for: ": "실행 런처: ", "Homebrew": "홈브류", "Homebrew Options": "홈브류 옵션", "Hide Sphaira": "Sphaira 숨기기", - "Install Forwarder": "포워더 설치", - "WARNING: Installing forwarders will lead to a ban!": "경고: 포워더 설치시 이용정지 위험이 있습니다!", + "Install Forwarder": "바로가기 설치", + "WARNING: Installing forwarders will lead to a ban!": "경고: 시스낸드에서 바로가기 설치시 밴 위험이 있습니다!", "Installing Forwarder": "포워더 설치", "Creating Program": "프로그램 생성", "Creating Control": "컨트롤 생성", @@ -133,7 +133,7 @@ "Updating ncm databse": "Ncm 데이터베이스 업데이트", "Pushing application record": "응용 프로그램 기록 푸싱", "Installed!": "설치 완료!", - "Failed to install forwarder": "포워더 설치 실패", + "Failed to install forwarder": "바로가기 설치 실패", "Unstarred ": "즐겨찾기 해제: ", "Starred ": "즐겨찾기 적용: ", @@ -180,27 +180,31 @@ "None": "LED 끄기", "Gain": "대비", "Negative Image": "화상 이미지", - "Normal image": "일반 이미지", - "Negative image": "반전 이미지", - "Format": "포맷", + "Normal image": "일반", + "Negative image": "반전", + "Format": "해상도", "320x240": "320×240", "160x120": "160×120", "80x60": "80×60", "40x30": "40×30", "20x15": "20×15", - "Trimming Format": "트리밍 포맷", + "Trimming Format": "트리밍 해상도", "External Light Filter": "외부 조명 필터", "Load Default": "기본값으로 설정", "Themezer": "Themezer", - "Themezer Options": "Themezer 설정", + "Themezer Options": "Themezer 옵션", "Nsfw": "선정성 테마", "Page": "페이지", - "Page %zu / %zu": "%zu / %zu 페이지", + "Page %zu / %zu": "페이지 %zu / %zu", "Enter Page Number": "페이지 번호 입력", "Bad Page": "잘못된 페이지", "Download theme?": "테마를 다운로드할까요?", + "GitHub": "GitHub", + "Downloading json": "JSON 에서 다운로드", + "Select asset to download for ": "다운로드할 아이템을 선택 ", + "Installing ": "설치 ", "Uninstalling ": "설치 제거 ", "Deleting ": "삭제 ", @@ -213,9 +217,10 @@ "Copying ": "복사 ", "Trying to load ": "썸네일 받아오는 중... ", "Downloading ": "다운로드 ", + "Downloaded ": "다운로드 완료: ", "Checking MD5": "MD5 확인", "Loading...": "로딩 중...", - "Loading": "로딩", + "Loading": "로딩 중...", "Empty!": "찾을 수 없습니다!", "Not Ready...": "준비되지 않음...", "Error loading page!": "페이지 로딩 오류!", @@ -225,8 +230,8 @@ "Restart Sphaira?": "Sphaira를 재시작할까요?", "Failed to download update": "업데이트 다운로드 실패함", "Delete Selected files?": "선택한 파일을 삭제할까요?", - "Completely remove ": "완전히 제거 ", - "Are you sure you want to delete ": "삭제할까요 ", + "Completely remove ": "정말 삭제할까요 ", + "Are you sure you want to delete ": "정말 삭제할까요 ", "Are you sure you wish to cancel?": "정말 취소할까요?", "If this message appears repeatedly, please open an issue.": "해당 메시지가 반복해서 나타나는 경우, 이슈를 등록하세요." -} +} \ No newline at end of file diff --git a/assets/romfs/i18n/nl.json b/assets/romfs/i18n/nl.json index d8ae02d..07fd203 100644 --- a/assets/romfs/i18n/nl.json +++ b/assets/romfs/i18n/nl.json @@ -201,6 +201,10 @@ "Bad Page": "", "Download theme?": "", + "GitHub": "", + "Downloading json": "", + "Select asset to download for ": "", + "Installing ": "", "Uninstalling ": "", "Deleting ": "", @@ -213,6 +217,7 @@ "Copying ": "", "Trying to load ": "", "Downloading ": "", + "Downloaded ": "", "Checking MD5": "", "Loading...": "", "Loading": "", diff --git a/assets/romfs/i18n/pt.json b/assets/romfs/i18n/pt.json index 67e3c92..20e5f8d 100644 --- a/assets/romfs/i18n/pt.json +++ b/assets/romfs/i18n/pt.json @@ -201,6 +201,10 @@ "Bad Page": "Página inválida", "Download theme?": "Baixar tema?", + "GitHub": "", + "Downloading json": "", + "Select asset to download for ": "", + "Installing ": "Instalando ", "Uninstalling ": "Desinstalando ", "Deleting ": "Deletando ", @@ -213,6 +217,7 @@ "Copying ": "Copiando ", "Trying to load ": "Tentando carregar ", "Downloading ": "Baixando ", + "Downloaded ": "", "Checking MD5": "Checando MD5", "Loading...": "Carregando...", "Loading": "Carregando", diff --git a/assets/romfs/i18n/ru.json b/assets/romfs/i18n/ru.json index 6d997fa..4fefd36 100644 --- a/assets/romfs/i18n/ru.json +++ b/assets/romfs/i18n/ru.json @@ -201,6 +201,10 @@ "Bad Page": "", "Download theme?": "", + "GitHub": "", + "Downloading json": "", + "Select asset to download for ": "", + "Installing ": "", "Uninstalling ": "", "Deleting ": "", @@ -213,6 +217,7 @@ "Copying ": "", "Trying to load ": "", "Downloading ": "", + "Downloaded ": "", "Checking MD5": "", "Loading...": "", "Loading": "", diff --git a/assets/romfs/i18n/se.json b/assets/romfs/i18n/se.json index f26302f..6d3a71a 100644 --- a/assets/romfs/i18n/se.json +++ b/assets/romfs/i18n/se.json @@ -200,7 +200,11 @@ "Enter Page Number": "Ange sidnummer", "Bad Page": "Ogiltig sida", "Download theme?": "Ladda ner tema?", - + + "GitHub": "", + "Downloading json": "", + "Select asset to download for ": "", + "Installing ": "Installerar ", "Uninstalling ": "Avinstallerar ", "Deleting ": "Raderar ", @@ -213,6 +217,7 @@ "Copying ": "Kopierar ", "Trying to load ": "", "Downloading ": "Laddar ner ", + "Downloaded ": "", "Checking MD5": "Kontrollerar MD5", "Loading...": "Laddar...", "Loading": "Laddar", diff --git a/assets/romfs/i18n/zh.json b/assets/romfs/i18n/zh.json index de16b29..7cd4258 100644 --- a/assets/romfs/i18n/zh.json +++ b/assets/romfs/i18n/zh.json @@ -201,6 +201,10 @@ "Bad Page": "错误的页面", "Download theme?": "下载该主题?", + "GitHub": "", + "Downloading json": "", + "Select asset to download for ": "", + "Installing ": "正在安装 ", "Uninstalling ": "正在卸载 ", "Deleting ": "正在删除 ", @@ -213,6 +217,7 @@ "Copying ": "正在复制 ", "Trying to load ": "", "Downloading ": "正在下载 ", + "Downloaded ": "", "Checking MD5": "正在校验 MD5", "Loading...": "加载中...", "Loading": "加载中", diff --git a/sphaira/source/ui/menus/ghdl.cpp b/sphaira/source/ui/menus/ghdl.cpp index 95460fe..ebb214f 100644 --- a/sphaira/source/ui/menus/ghdl.cpp +++ b/sphaira/source/ui/menus/ghdl.cpp @@ -317,7 +317,7 @@ Menu::Menu() : MenuBase{"GitHub"_i18n} { return DownloadApp(pbox, asset_entry, ptr); }, [this](bool success){ if (success) { - App::Notify("Downloaded " + GetEntry().repo); + App::Notify("Downloaded "_i18n + GetEntry().name); } }, 2)); }));