Skip to content

Commit

Permalink
Update Localizable.strings
Browse files Browse the repository at this point in the history
  • Loading branch information
olivertzeng authored Mar 9, 2024
1 parent 8e66cba commit 6dddf4a
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions Application/Dopamine/zh-TW.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"Button_Reboot" = "重新開機";

// Settings Toggles
"Settings_Tweak_Injection" = "載入插體";
"Settings_Tweak_Injection" = "載入插件";
"Settings_iDownload" = "iDownload (開發者终端)";
"Settings_Verbose_Logs" = "詳細日誌";

Expand All @@ -50,20 +50,20 @@
"Button_Reinstall_Package_Managers" = "重新安裝套件管理器";

// Settings Hints
"Hint_Hide_Jailbreak" = "\"隱藏越獄\"將在下次越獄時暫時移除越獄檔案";
"Hint_Hide_Jailbreak_Jailbroken" = "在越獄狀態下,\"隱藏越獄\" 選項會停用部分越獄功能來躲避越獄偵測。但不保證一定能成功躲避偵測。";
"Hint_Hide_Jailbreak" = "隱藏越獄」將在下次越獄時移除部分越獄檔案";
"Hint_Hide_Jailbreak_Jailbroken" = "隱藏越獄」能暫時停用某些越獄功能以閃避部分越獄偵測。";
"Section_Jailbreak_Settings" = "越獄設定";
"Section_Actions" = "動作";
"Section_Customization" = "客製化";
"Section_Exploits" = "選擇漏洞";

// Settings Alerts
"Alert_Tweak_Injection_Toggled_Title" = "需要重新啟動使用者空間";
"Alert_Tweak_Injection_Toggled_Body" = "必需重新啟動使用者空間才能套用更變。 要現在進行嗎?";
"Alert_Tweak_Injection_Toggled_Reboot_Now" = "現在重新啟動";
"Alert_Tweak_Injection_Toggled_Reboot_Later" = "稍後重新啟動";
"Alert_Tweak_Injection_Toggled_Body" = "請重新啟動使用者空間以套用設定。";
"Alert_Tweak_Injection_Toggled_Reboot_Now" = "重新啟動";
"Alert_Tweak_Injection_Toggled_Reboot_Later" = "稍後再說";
"Alert_Remove_Jailbreak_Title" = "移除越獄";
"Alert_Remove_Jailbreak_Pressed_Body" = "移除越獄將移除所有和越獄相關的檔案,但將保留普通 App、檔案、資料。請注意,移除的檔案無法復原。確定移除越獄嗎?";
"Alert_Remove_Jailbreak_Pressed_Body" = "「移除越獄」將移除所有和越獄相關的檔案,但將保留使用者 App、檔案、資料等。請注意,移除的檔案無法復原。";
"Button_Cancel" = "取消";
"Button_Continue" = "繼續";

Expand All @@ -75,8 +75,8 @@
// Settings Lists
"Theme" = "主題";
"Kernel Exploit" = "核心漏洞";
"PPL Bypass" = "繞過 PPL";
"PAC Bypass" = "繞過 PAC";
"PPL Bypass" = "PPL 閃避";
"PAC Bypass" = "PAC 閃避";

// Credits
"Credits_Button_Discord" = "Discord";
Expand All @@ -86,19 +86,18 @@
// Logs
"Initializing Environment" = "正在初始化環境";
"Loading BaseBin TrustCache" = "正在載入 BaseBin TrustCache";
"Applying Bind Mount" = "正在套用 Bind Mount";
"Applying Bind Mount" = "正在‫掛載‬ Bind Mount";
"Removing Jailbreak" = "正在移除越獄";
"Elevating Privileges" = "正在提升權限";
"Elevating Privileges" = "正在取得權限";
"Cleaning Up Exploits" = "正在為利用漏洞善後";
"Building Phys R/W Primitive" = "正在建立 Phys R/W Primitive";
"Rebooting Userspace" = "正在重新啟動使用者空間";
"Patchfinding" = "正在尋找修正檔";
"Patchfinding" = "正在尋找補丁";
"Exploiting Kernel (%@)" = "正在利用核心漏洞 (%@)";
"Bypassing PAC (%@)" = "正在繞過 PAC 防護 (%@)";
"Bypassing PPL (%@)" = "正在繞過 PPL 防護 (%@)";
"Bypassing PAC (%@)" = "正在閃避 PAC (%@)";
"Bypassing PPL (%@)" = "正在閃避 PPL (%@)";

// Package Manager selection
"Status_Title_Select_Package_Managers" = "選擇套件管理器";
"Select_Package_Managers_Install_Message" = "如果您不確定要選哪個,請選擇 Sileo";
"Continue" = "繼續";

"Select_Package_Managers_Install_Message" = "建議使用 Sileo";
"Continue" = "繼續";

0 comments on commit 6dddf4a

Please sign in to comment.