Skip to content

Commit

Permalink
Update core restart and upgrade translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Larvan2 committed Aug 11, 2024
1 parent 923d9ef commit 99465b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export const data = {
update_all_rule_provider: 'Update all rule providers',
update_all_proxy_provider: 'Update all proxy providers',
reload_config_file: 'Reload config file',
restart_core: 'Restart clash core',
upgrade_core: 'Upgrade Alpha core',
restart_core: 'Restart core',
upgrade_core: 'Upgrade core',
update_geo_databases_file: 'Update GEO Databases ',
flush_fake_ip_pool: 'Flush fake-ip data',
enable_tun_device: 'Enable TUN Device',
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/zh-cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ export const data = {
c_destination_ip: '目标IP',
c_type: '类型',
c_ctrl: '关闭',
restart_core: '重启 clash 核心',
upgrade_core: '更新 Alpha 核心',
restart_core: '重启核心',
upgrade_core: '更新核心',
close_all_confirm: '确定关闭所有连接?',
close_all_confirm_yes: '确定',
close_all_confirm_no: '取消',
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/zh-tw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ export const data = {
c_destination_ip: '目標 IP',
c_type: '類型',
c_ctrl: '關閉',
restart_core: '重新啟動 clash 核心',
upgrade_core: '更新 Alpha 核心',
restart_core: '重啟核心',
upgrade_core: '更新核心',
close_all_confirm: '確定關閉所有連接?',
close_all_confirm_yes: '確定',
close_all_confirm_no: '取消',
Expand Down

0 comments on commit 99465b5

Please sign in to comment.