diff options
| author | Alireza Ahmand <mr.alireza.ahmand@gmail.com> | 2025-08-17 14:43:25 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-17 14:43:25 +0300 |
| commit | 2198e7a28f51949cdf74cbd6087bf14a391cb7d7 (patch) | |
| tree | 2576f4b995b9905b14391059a24730409e87b504 /web/translation/translate.zh_TW.toml | |
| parent | 6b23b416a788aedeacd75e445f8b1a919c2cf5c8 (diff) | |
feat: Add remaining time to tgbot #3355 (#3360)
Diffstat (limited to 'web/translation/translate.zh_TW.toml')
| -rw-r--r-- | web/translation/translate.zh_TW.toml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/web/translation/translate.zh_TW.toml b/web/translation/translate.zh_TW.toml index eef39ab6..db5b33ed 100644 --- a/web/translation/translate.zh_TW.toml +++ b/web/translation/translate.zh_TW.toml @@ -563,22 +563,23 @@ [tgbot] "keyboardClosed" = "❌ 自定義鍵盤已關閉!" "noResult" = "❗ 沒有結果!" -"noQuery" = "❌ 未找到查詢!請重新使用命令!" +"noQuery" = "❌ 未找到查詢!請再次使用該命令!" "wentWrong" = "❌ 出了點問題!" -"noIpRecord" = "❗ 沒有 IP 記錄!" -"noInbounds" = "❗ 沒有找到入站連線!" -"unlimited" = "♾ 無限制" -"add" = "新增" +"noIpRecord" = "❗ 沒有IP記錄!" +"noInbounds" = "❗ 未找到入站!" +"unlimited" = "♾ 無限(重置)" +"add" = "添加" "month" = "月" "months" = "月" "day" = "天" "days" = "天" "hours" = "小時" +"minutes" = "分鐘" "unknown" = "未知" -"inbounds" = "入站連線" +"inbounds" = "入站" "clients" = "客戶端" "offline" = "🔴 離線" -"online" = "🟢 線上" +"online" = "🟢 在線" [tgbot.commands] "unknown" = "❗ 未知命令" |
