diff options
| author | yaling888 <[email protected]> | 2022-05-06 06:03:30 +0800 |
|---|---|---|
| committer | yaling888 <[email protected]> | 2022-05-06 06:03:30 +0800 |
| commit | 078fc54886ff8ff307dccda0cfb60afef83c3294 (patch) | |
| tree | c3f3839be7f8aa0b90289be12f38f618eb67ed9e /src/i18n | |
| parent | dafd4486f17fcd72ac86578854886a807b0c4748 (diff) | |
feat: add reload config-file & flush fake-ip pool to config page
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.ts | 2 | ||||
| -rw-r--r-- | src/i18n/zh.ts | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/i18n/en.ts b/src/i18n/en.ts index fcdf253..f20e4b8 100644 --- a/src/i18n/en.ts +++ b/src/i18n/en.ts @@ -36,4 +36,6 @@ export const data = { lang: 'Language', update_all_rule_provider: 'Update all rule providers', update_all_proxy_provider: 'Update all proxy providers', + reload_config_file: 'Reload config file', + flush_fake_ip_pool: 'Flush fake-ip data', }; diff --git a/src/i18n/zh.ts b/src/i18n/zh.ts index e92f9ff..dead6c4 100644 --- a/src/i18n/zh.ts +++ b/src/i18n/zh.ts @@ -36,4 +36,6 @@ export const data = { lang: '语言', update_all_rule_provider: '更新所有 rule provider', update_all_proxy_provider: '更新所有 proxy providers', + reload_config_file: '重载配置文件', + flush_fake_ip_pool: '清除FakeIP数据库', }; |
