Skip to content

Commit

Permalink
chore: update i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Larvan2 committed Jun 29, 2023
1 parent a0435f9 commit fd5adc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const data = {
c_source: 'Source',
c_destination_ip: 'Destination IP',
c_type: 'Type',
c_ctrl: 'Operation',
c_ctrl: 'Close',
close_all_confirm: 'Are you sure you want to close all connections?',
close_all_confirm_yes: "I'm sure",
close_all_confirm_no: 'No',
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/zh-cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const data = {
c_source: '来源',
c_destination_ip: '目标IP',
c_type: '类型',
c_ctrl: '操作',
c_ctrl: '关闭',
restart_core: '重启 clash 核心',
upgrade_core: '更新 Alpha 核心',
close_all_confirm: '确定关闭所有连接?',
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/zh-tw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const data = {
c_source: '來源',
c_destination_ip: '目標 IP',
c_type: '類型',
c_ctrl: '操作',
c_ctrl: '關閉',
restart_core: '重新啟動 clash 核心',
upgrade_core: '更新 Alpha 核心',
close_all_confirm: '確定關閉所有連接?',
Expand Down

0 comments on commit fd5adc3

Please sign in to comment.