Skip to content

Commit fd5adc3

Browse files
authored
chore: update i18n
1 parent a0435f9 commit fd5adc3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/i18n/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const data = {
6464
c_source: 'Source',
6565
c_destination_ip: 'Destination IP',
6666
c_type: 'Type',
67-
c_ctrl: 'Operation',
67+
c_ctrl: 'Close',
6868
close_all_confirm: 'Are you sure you want to close all connections?',
6969
close_all_confirm_yes: "I'm sure",
7070
close_all_confirm_no: 'No',

src/i18n/zh-cn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const data = {
6363
c_source: '来源',
6464
c_destination_ip: '目标IP',
6565
c_type: '类型',
66-
c_ctrl: '操作',
66+
c_ctrl: '关闭',
6767
restart_core: '重启 clash 核心',
6868
upgrade_core: '更新 Alpha 核心',
6969
close_all_confirm: '确定关闭所有连接?',

src/i18n/zh-tw.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const data = {
6363
c_source: '來源',
6464
c_destination_ip: '目標 IP',
6565
c_type: '類型',
66-
c_ctrl: '操作',
66+
c_ctrl: '關閉',
6767
restart_core: '重新啟動 clash 核心',
6868
upgrade_core: '更新 Alpha 核心',
6969
close_all_confirm: '確定關閉所有連接?',

0 commit comments

Comments
 (0)