From 99465b575a19e42e4eb59eaf1f9c633769673281 Mon Sep 17 00:00:00 2001 From: Larvan2 <78135608+Larvan2@users.noreply.github.com> Date: Sun, 11 Aug 2024 14:16:51 +0800 Subject: [PATCH] Update core restart and upgrade translations --- src/i18n/en.ts | 4 ++-- src/i18n/zh-cn.ts | 4 ++-- src/i18n/zh-tw.ts | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/i18n/en.ts b/src/i18n/en.ts index 6a3315fbc..55b25edd1 100644 --- a/src/i18n/en.ts +++ b/src/i18n/en.ts @@ -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', diff --git a/src/i18n/zh-cn.ts b/src/i18n/zh-cn.ts index 649e3e006..2c265d369 100644 --- a/src/i18n/zh-cn.ts +++ b/src/i18n/zh-cn.ts @@ -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: '取消', diff --git a/src/i18n/zh-tw.ts b/src/i18n/zh-tw.ts index 28fe5b4fb..b2b9f424f 100644 --- a/src/i18n/zh-tw.ts +++ b/src/i18n/zh-tw.ts @@ -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: '取消',