From 8f0b128408f2b759de1ea98f22d14c8925e07b40 Mon Sep 17 00:00:00 2001 From: dirtTW Date: Fri, 27 Sep 2024 17:52:31 +0700 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E7=B9=81=E4=BD=93?= =?UTF-8?q?=E4=B8=AD=E6=96=87=20=E7=BF=BB=E8=AF=91=20(zh=5Ftw.yml)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增繁体中文翻译档 --- .../assets/quickbackupmulti/lang/zh_tw.yml | 116 ++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 src/main/resources/assets/quickbackupmulti/lang/zh_tw.yml diff --git a/src/main/resources/assets/quickbackupmulti/lang/zh_tw.yml b/src/main/resources/assets/quickbackupmulti/lang/zh_tw.yml new file mode 100644 index 0000000..6b1ee4c --- /dev/null +++ b/src/main/resources/assets/quickbackupmulti/lang/zh_tw.yml @@ -0,0 +1,116 @@ +quickbackupmulti: + empty_comment: §7空§r + list_empty: "§7目前没有任何備份" + + config_page: + save_button: "儲存" + close_button: "關閉" + back: "返回" + title: "QuickBackupMulti 設定頁面" + open_schedule_config_button: "打開定時備份設定介面" + lang: "語言" + schedule: + switch: "定時備份:%s" + cron: "Cron 表達式" + interval: "備份間隔" + mode: + switch: "定時備份模式:%s" + + schedule: + get: "下一次備份時間為:§b%s" + get_fail: "定時備份未啟用" + mode: + get: "目前設定的§a定時備份模式§r為:§4§l%s§r" + switch: + set: "定時備份模式切換到:§a%s" + fail: "定時備份切換失敗:§c%s" + enable: + success: "定時備份已開啟,下一次觸發備份時間:§b%s" + fail: "定時備份啟用失敗:§c%s" + disable: + success: "定時備份已關閉" + fail: "定時備份關閉失敗:§c%s" + execute: + finish: "定時備份完成,下一次觸發備份時間:§b%s" + schedule_reset: "備份觸發,定時備份下一次觸發時間:§b%s" + cron: + set_custom_success: "自訂定時備份設定成功,下一次觸發備份時間:§b%s" + set_success: "設定成功,下一次觸發備份時間:§b%s" + set_success_only: "設定成功,但你尚未開啟定時備份" + set_fail: "設定失敗:§c%s" + expression_error: 您輸入的 Cron 表達式有誤 + + database: + set_success: "設定成功" + set_fail: "設定失敗,原因:%s" + set_success_but: "設定成功,但發生了錯誤:%s" + value_equal_config: "目前的值已經為§b%s" + + search: + success: "§a搜尋成功§r,結果如下:" + fail: "§4沒有搜尋到任何結果" + + toast: + start_title: 正在進行回檔...請稍等! + start_content: 在此期間請勿進入存檔! + end_title: 回檔完成! + end_content: 您現在可以進入存檔了! + + lang: + failed: "§4語言不存在" + get: "目前設定的§a語言§r為:§4§l%s§r" + set: "已將§a語言§r設定為:§4§l%s§r" + + confirm_restore: + nothing_to_confirm: 沒有什麼需要確認的 + + init: + start: 初始化 QuickBackupMulti 中... + finish: 初始化 QuickBackupMulti 完成! + + make: + start: §a備份§r中...請稍等 + no_slot: 未找到可用槽位,§a備份§r中斷! + success: §a備份§r完成,耗時§6%s§r秒 + fail: §a備份§r失敗,錯誤原因 %s + fail_exists: "§a備份§r失敗,錯誤原因:槽位已存在" + + delete: + success: 刪除槽位§6%s§r§a完成§r + fail: 刪除槽位§6%s§r§4失敗§r + + list_backup: + title: "§d[第§b%s§d頁槽位資訊]§r" + back_page: 上一頁 + next_page: 下一頁 + page_msg: "[第§b%s§r頁 / 共§b%s§r頁]" + slot: + header: "[§6#%s§r]" + restore: 點選回檔至槽位§6%s§r + delete: 點選刪除槽位§6%s§r + show: 點選查看槽位§6%s§r詳情 + total_space: "目前頁面備份總占用空間:§a%s§r" + + restore: + countdown: + intro: "%s 執行回檔,10 秒後關閉伺服器§c回檔§r" + text: "還有 %s 秒,將§c回檔§r為槽位§6%s§r," + hover: 點選終止回檔! + abort: 已取消§c回檔§r任務! + fail: "回檔§4失敗§r:槽位§4不存在§r!" + confirm_hint: 使用§7/qb confirm§r 確認§c回檔§r + abort_hint: 已確認回檔,如需取消請輸入§7/qb cancel§r + + show: + header: "§d[槽位資訊]§r" + name: "§b名稱" + desc: "§b描述" + time: "§b備份時間" + back_button: "§2[點選回檔]" + delete_button: "§c[點選刪除]" + fail: 槽位不存在 + + permission: + set: "設定§g%s§r的權限為§3%s" + get: "§g%s§r目前的權限為§3%s" + reload: "重載權限設定檔完成" \ No newline at end of file