Skip to content

Commit

Permalink
fix: i18n file enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
lan-yonghui committed Dec 11, 2024
1 parent 01defdf commit cd18701
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/lang/modules/tw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1708,6 +1708,10 @@ const message = {
update: '更',
versionSelect: '請選擇版本',
operatorHelper: '將對選中應用進行 {0} 操作是否繼續?',
startOperatorHelper: '將對選中應用進行 啟動 操作是否繼續?',
stopOperatorHelper: '將對選中應用進行 停止 操作是否繼續?',
restartOperatorHelper: '將對選中應用進行 重啟 操作是否繼續?',
reloadOperatorHelper: '將對選中應用進行 重載 操作是否繼續?',
checkInstalledWarn: '未檢測到 {0} ,請進入應用商店點擊安裝!',
gotoInstalled: '去安裝',
search: '搜',
Expand Down
4 changes: 4 additions & 0 deletions frontend/src/lang/modules/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1707,6 +1707,10 @@ const message = {
update: '更',
versionSelect: '请选择版本',
operatorHelper: '将对选中应用进行 {0} 操作是否继续?',
startOperatorHelper: '将对选中应用进行 启动 操作是否继续?',
stopOperatorHelper: '将对选中应用进行 停止 操作是否继续?',
restartOperatorHelper: '将对选中应用进行 重启 操作是否继续?',
reloadOperatorHelper: '将对选中应用进行 重载 操作是否继续?',
checkInstalledWarn: '未检测到 {0} ,请进入应用商店点击安装!',
gotoInstalled: '去安装',
search: '搜',
Expand Down

0 comments on commit cd18701

Please sign in to comment.