Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PoloNX committed Oct 23, 2024
2 parents a342486 + 1000097 commit 63392dd
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/switch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
- name: Build SimpleModDownloader
run: xmake -vD --root

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: SimpleModDownloader
path: build/cross/aarch64/debug/SimpleModDownloader.nro



2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
(sudo) pacman -S switch-curl switch-zlib switch-glfw switch-mesa switch-glm switch-libarchive
git clone --recursive https://github.com/PoloNX/SimpleModDownloader/
cd SimpleModDownloader
xmake f --yes -p switch -m release -a aarch64 --toolchain=devkita64
xmake f --yes -p cross -m release -a aarch64 --toolchain=devkita64
xmake
```

Expand Down
27 changes: 13 additions & 14 deletions resources/i18n/ko/brls.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"hints": {
"ok": "확인",
"back": "뒤로가기",
"exit": "종료"
},

"crash_frame": {
"button": "확인"
},

"thumbnail_sidebar": {
"save": "저장"
}
}
"ok": "확인",
"cancel": "취소",
"back": "뒤로가기",
"exit": "나가기",
"exit_hint": "이 앱을 나갑니다...",
"open": "열기",
"on": "",
"off": "",
"delete": "삭제",
"save": "저장",
"input": "입력하세요...",
"submit": "제출"
}
15 changes: 12 additions & 3 deletions resources/i18n/ko/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@
"no_games_gamebanana": "GameBanana 데이터베이스에서 게임을 찾을 수 없습니다",
"not_supported": "이 형식은 지원되지 않습니다: ",
"string_to_short": "검색어는 최소 3자 이상이어야 합니다"
"mod_unsupported": "이 모드는 SimpleModDownloader에서 지원되지 않음",
"smash_bros": "Super Smash Bros. Ultimate는 ARCropolis 모드 관리자를 사용합니다. SimpleModDownloader가 지원하므로 SimpleModManager를 사용하여 모드를 설치하지 마세요"
},

"worker": {
"of": "",
"of": "",
"cancel": "취소",
"install": "설치 중",
"remaining": "남은 시간"
Expand All @@ -36,6 +38,7 @@
"description": "SimpleModDownloader는 PoloNX가 만든 닌텐도 스위치 게임을 위한 모드를 다운로드하고 설치할 수 있는 프로그램입니다.",
"thanks": "\u25c6 SimpleModManager에 대한 감사를 표합니다. @nadrino\n\u25c6 Borealis에 대한 Natinusala 및 HamletDuFromage에게 감사를 표합니다\n\u25c6 로고에 대한 Pikatsuto 및 글꼴에 대한 SuperButterScotch에게 감사를 표합니다\n\u25c6 Simple-INI-Parser에 대한 NicholeMattera에게 감사를 표합니다",
"translator": "\u25c6 번역에 감사드립니다. jshsakura님"
"_MESSAGE_TO_TRANSLATORS": "약/번역자에 대한 이름을 입력해주세요"
},

"label": {
Expand Down Expand Up @@ -72,14 +75,20 @@
"browser": "브라우저에서 열기",
"author": "제작자",
"page": "페이지"
"download": "다운로드",
"to": "에게",
"mods_for": "Mod용",
"files": "파일",
"categories": "범주"
},

"settings_tab": {
"language": "언어 선택",
"arc": "Smash 모드에 ARCropolis 사용"
"debug" : "디버그 레이어",
"strict": "게임을 찾을 때 엄격한 검색 (오진 없음)"
},

"crash": {
"sd_full": "SD 카드의 용량이 가득 찼습니다. 여유 공간을 확보하고 프로그램을 다시 시작하세요."
}
}
}

0 comments on commit 63392dd

Please sign in to comment.