From b984d6b6a9ac30697f6982cc434dea72481a6fdb Mon Sep 17 00:00:00 2001 From: dirtTW Date: Mon, 5 Aug 2024 23:12:00 +0700 Subject: [PATCH] Added Traditional Chinese (zh_tw.json) Added Traditional Chinese localization --- src/main/resources/assets/simplebackups/lang/zh_tw.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/main/resources/assets/simplebackups/lang/zh_tw.json diff --git a/src/main/resources/assets/simplebackups/lang/zh_tw.json b/src/main/resources/assets/simplebackups/lang/zh_tw.json new file mode 100644 index 0000000..e16666c --- /dev/null +++ b/src/main/resources/assets/simplebackups/lang/zh_tw.json @@ -0,0 +1,8 @@ +{ + "simplebackups.backup_started": "備份開始...", + "simplebackups.backup_finished": "備份已於 %s 內完成(%s|%s)", + "simplebackups.backups_paused": "備份已暫停", + "simplebackups.commands.only_modified": "目前備份的對象不只是已修改的檔案,請檢查你的設定檔", + "simplebackups.commands.is_merging": "合併操作已在進行中", + "simplebackups.commands.finished": "備份合併已成功完成" +}