diff --git a/README.MD b/README.MD index af82f9e..fb4f835 100644 --- a/README.MD +++ b/README.MD @@ -70,8 +70,22 @@ JKSV on Switch started as a small project/port to test some things and get famil * Rescan Titles reloads save data information. This can be used to reload after a process is terminated or when options are changed. * Mount Process RomFS opens the title's romfs that is taken over to launch the homebrew menu. This only works as an NRO. The NSP will only open JKSV's own RomFS. * Backup JKSV folder writes the entire JKSV folder to a ZIP archive and places it in your JKSV folder. - -**NOTE**: Press Plus to Exit JKSV. JKSV saves all config, favorites, and the blacklist when exited. Pressing the home button and closing that way will not allow this to take place. + +6. Options + * Include Dev Sv will add Device Save games such as Animal Crossing to your user account saves for easier access. + * AutoBackup will create a backup of your current save before restoring just in case. + * Overclock will clock your Switch's CPU to 1224MHz on boot. + * Hold to [X] will disable needing to hold down A to confirm an action + * Force Mount will only allow JKSV to list titles it can open. Disabling will give a complete list of all saves on your system + * Account Sys. Saves will allow you to see and open system saves associated with user accounts + * Write to Sys. Saves will allow you to write data to system save archives. This can be dangerous. + * Text UI mode enables a simplified UI that only uses text menus + * Direct FS Commands uses a simple wrapper instead of libnx's stdio. + * Skip User Select jumps directly to the first user found instead of requiring a user to be selected. + * Export to ZIP uses minizip to compress your save data to a ZIP archive instead of a folder full of files. This saves space and makes moving saves more convienient. + * Sort changes the way titles are sorted. Alphabetically, Most time played, or by last title played. + +**IMPORTANT**: Press Plus to Exit JKSV. JKSV saves all config, favorites, and the blacklist when exited. Pressing the home button and closing that way will not allow this to take place. ## Building: 1. Requires [devkitPro](https://devkitpro.org/) and [libnx](https://github.com/switchbrew/libnx) diff --git a/romfs/lang/zh-TW.txt b/romfs/lang/zh-TW.txt index 9525ed5..5720f18 100644 --- a/romfs/lang/zh-TW.txt +++ b/romfs/lang/zh-TW.txt @@ -1,4 +1,4 @@ -#JKSV Switch translation guide +JKSV Switch translation guide #Button strings [X] are replaced by JKSV at boot. #string = set string to this. #Translation author. Displayed in UI. NULL is ignored and not displayed. @@ -6,16 +6,16 @@ author = "Leo" #Help/Guide strings on bottom #User Select -userHelp = "[A] 選定 [Y] 全部備份 [X] 模式切換 [-] 設定 [ZR] 進階" +userHelp = "[A] 選定 [Y] 全部備份 [X] 模式切換 [R] 更新版本 [-] 設定 [ZR] 進階" #Title Select -titleHelp = "[A] 選定 [L][R] 變更使用者 [Y] 全部備份 [-] 最愛 [X] 黑名單 [ZR] 抹除 [B] 返回" +titleHelp = "[A] 選定 [L][R] 變更使用者 [Y] 全部備份 [X] 最愛 [-] 黑名單 [ZR] 抹除 [B] 返回" #Folder Select -folderHelp = "[-] 檔案模式 [L]/[R]+[A] 自動命名 [A] 備份 [Y] 還原 [X] 刪除 [ZR] 抹除 [B] 返回" +folderHelp = "[-] 檔案模式 [L]/[R]+[A] 自動命名 [A] 備份 [Y] 還原 [X] 刪除目前檔案 [ZR] 抹除 [B] 返回" #Options Menu -optHelp = "[A] 切換 [X] 恢復預設值 [B] 返回" +optHelp = "[A] 切換 [X] 恢復預設值 [B] 返回" #Button prompts. yt = "是 [A]" @@ -33,28 +33,34 @@ confirmHead = "再次確認" copyHead = "正在複製檔案..." #Confirm blacklist. -confirmBlacklist = "是否確定要將 #%s# 加入黑名單?" +confirmBlacklist = "是否確定要將#%s#加入黑名單?" #Confirm overwriting folder -confirmOverwrite = "是否確定要覆寫 #%s#?" +confirmOverwrite = "是否確定要覆寫#%s#?" #Confirm restoring save -confirmRestore = "是否確定要還原 #%s#?" +confirmRestore = "是否確定要還原#%s#?" #Confirm deleting. -confirmDelete = "是否確定要刪除 #%s#? *此為永久性刪除*!" +confirmDelete = "是否確定要刪除#%s#? *此為永久性刪除*!" #Confirm file copy in file mode -confirmCopy = "是否確定要將 #%s# 複製到 #%s#?" +confirmCopy = "是否確定要將#%s#複製到#%s#?" #Warning for erasing save data from system in title menu -confirmEraseNand = "*警告*: 此操作將把 #%s# 檔案從你的主機系統內*徹底抹除*! 如同從#檔案管理器#內將進度檔案刪除! 是否確定要繼續執行抹除?" +confirmEraseNand = "*警告*: 此操作將把#%s#檔案從你的主機系統內*徹底抹除*!如同從#檔案管理器#內將進度檔案刪除!是否確定要繼續執行抹除?" #Warning for deleting save data in folder menu -confirmEraseFolder = "*警告*: 此操作*將把*目前的進度 #%s# 檔案*從主機系統內刪除*! 是否確定要繼續執行刪除?" +confirmEraseFolder = "*警告*: 此操作*將把*目前的進度#%s#檔案*從主機系統內刪除*!是否確定要繼續執行刪除?" #Error displayed in pop-up if no titles are found for user. Rarely happens, but can for Device and BCAT -noSavesFound = "沒有找到#%s#的存檔資料!" +noSavesFound = "沒有找到#%s#的進度檔案!" + +#Error pop-up displayed when git can't be connected to +errorConnecting = "連線失敗!" + +#Pop-up shown when no updates are found on git +noUpdate = "目前沒有可用的更新版本!" #Text displayed when holding is required. Should have a trailing space holdingText = 0, "(請按住) " @@ -84,6 +90,7 @@ extMenu = 6, "終止指定程序" extMenu = 7, "掛載系統進度" extMenu = 8, "重新掃瞄Titles" extMenu = 9, "掛載RomFS程序" +extMenu = 10, "備份JKSV資料夾" #Options menu #All options need a trailing space. It is the most likely to have things added to it. @@ -100,6 +107,7 @@ optMenu = 9, "文字UI模式: " optMenu = 10, "使用FS命令: " optMenu = 11, "略過選擇使用者: " optMenu = 12, "匯出時自動壓縮檔案: " +optMenu = 13, "排序: " #Explanations of what options do. optMenuExp = 0, "包括主機使用者帳戶下所有遊戲的進度資料" @@ -115,3 +123,9 @@ optMenuExp = 9, "切換操作介面為文字選單模式, 如同JKSM在3DS主機 optMenuExp = 10, "複製檔案時改用主機系統的FS命令, 取代原先的stdio方式" optMenuExp = 11, "啟動程式後, 預設直接讀取第一位使用者帳戶的資料, 略過選擇其他使用者的畫面" optMenuExp = 12, "備份遊戲存檔時, 自動將檔案進行壓縮處理後儲存" +optMenuExp = 13, "切換排列遊戲項目的優先顯示模式" + +#Sort Types +sortType = 0, "依名稱字母順序" +sortType = 1, "依遊玩時間長度" +sortType = 2, "依最後遊玩時間"