diff options
| author | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-08 19:18:51 +0300 |
|---|---|---|
| committer | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-08 19:18:51 +0300 |
| commit | 5e47b4e94925c2272a7f0a4cc355cede72c671a4 (patch) | |
| tree | 1cc0b2f5c8cea380b65c6d8bb1294e9c5eeb83a7 /web/translation/translate.zh_Hans.toml | |
| parent | 549f230221d7139270efefd76ac81f37e1a747f9 (diff) | |
pagination and sub URI support #1300
Diffstat (limited to 'web/translation/translate.zh_Hans.toml')
| -rw-r--r-- | web/translation/translate.zh_Hans.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/translation/translate.zh_Hans.toml b/web/translation/translate.zh_Hans.toml index e60f8964..2eeced8f 100644 --- a/web/translation/translate.zh_Hans.toml +++ b/web/translation/translate.zh_Hans.toml @@ -238,6 +238,8 @@ "privateKeyPathDesc" = "填写一个 '/' 开头的绝对路径" "panelUrlPath" = "面板 url 根路径" "panelUrlPathDesc" = "必须以 '/' 开头,以 '/' 结尾" +"pageSize" = "分页大小" +"pageSizeDesc" = "定义入站表的页面大小。设置 0 表示禁用" "oldUsername" = "原用户名" "currentPassword" = "原密码" "newUsername" = "新用户名" @@ -285,6 +287,8 @@ "subEncryptDesc" = "在订阅中加密返回的配置" "subShowInfo" = "显示使用信息" "subShowInfoDesc" = "在配置名称后显示剩余流量和日期" +"subURI" = "反向代理 URI" +"subURIDesc" = "更改订阅 URL 的基本 URI 以在代理后面使用" [pages.xray] "title" = "Xray 设置" |
