aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnow <build-a-website@protonmail.com>2021-04-15 15:04:45 +0000
committerWeblate <noreply@weblate.org>2021-04-21 05:49:24 +0000
commit7a46e81edf5974feed8ba38166f9560cdefcf983 (patch)
tree393e7bb596c70248536c0591fcb4394a01b6a8fd
parent0775970476e91bf885a05d74eef4831622e17883 (diff)
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (710 of 710 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/zh_Hant/
-rw-r--r--src/i18n/zh_Hant.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/i18n/zh_Hant.json b/src/i18n/zh_Hant.json
index a73efef7..10d29e51 100644
--- a/src/i18n/zh_Hant.json
+++ b/src/i18n/zh_Hant.json
@@ -546,7 +546,10 @@
"save": "保存更改",
"file_export_import": {
"errors": {
- "invalid_file": "所選文件不是受支持的Pleroma設置備份。 沒有進行任何更改。"
+ "invalid_file": "所選文件不是受支持的Pleroma設置備份。 沒有進行任何更改。",
+ "file_too_new": "不兼容的主版本:{fileMajor},此 PleromaFE(設置版本 {feMajor})過舊,無法處理",
+ "file_too_old": "不兼容的主版本:{fileMajor},文件版本過舊,不受支持(最小設置版本 {feMajor})",
+ "file_slightly_new": "檔案的小版本不同,有些設置可能無法載入"
},
"restore_settings": "從文件還原設置",
"backup_settings_theme": "備份設置和主題到文件",