diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-05-06 19:10:58 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-06 19:10:58 +0300 |
| commit | 1aed2d8cdcd7b971d3bc055d428a7958a71c9226 (patch) | |
| tree | d70860e2eb0e5ddd85dcf69839c547cddb78af76 /web/translation/translate.zh_TW.toml | |
| parent | c3084aaecea6e2ddc309c899a5def77244b901f1 (diff) | |
feat: implement geofiles update in panel (#2971)
solves #2672
Co-authored-by: Sanaei <ho3ein.sanaei@gmail.com>
Diffstat (limited to 'web/translation/translate.zh_TW.toml')
| -rw-r--r-- | web/translation/translate.zh_TW.toml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/web/translation/translate.zh_TW.toml b/web/translation/translate.zh_TW.toml index abc953f5..f8503589 100644 --- a/web/translation/translate.zh_TW.toml +++ b/web/translation/translate.zh_TW.toml @@ -124,8 +124,12 @@ "totalData" = "總數據" "sent" = "已發送" "received" = "已接收" -"xraySwitchVersionDialog" = "切換 Xray 版本" -"xraySwitchVersionDialogDesc" = "是否切換 Xray 版本至" +"xraySwitchVersionDialog" = "您確定要變更Xray版本嗎?" +"xraySwitchVersionDialogDesc" = "這將會把Xray版本變更為#version#。" +"xraySwitchVersionPopover" = "Xray 更新成功" +"geofileUpdateDialog" = "您確定要更新地理檔案嗎?" +"geofileUpdateDialogDesc" = "這將更新 #filename# 檔案。" +"geofileUpdatePopover" = "地理檔案更新成功" "dontRefresh" = "安裝中,請勿重新整理此頁面" "logs" = "日誌" "config" = "配置" |
