1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 00:09:16 +08:00

fix: i18n file enhancement (#7321)

This commit is contained in:
2024-12-11 14:21:43 +08:00 committed by GitHub
parent 01defdf0f6
commit 932da58759
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -1708,6 +1708,10 @@ const message = {
update: '更新',
versionSelect: '請選擇版本',
operatorHelper: '將對選中應用進行 {0} 操作是否繼續',
startOperatorHelper: '將對選中應用進行 啟動 操作是否繼續',
stopOperatorHelper: '將對選中應用進行 停止 操作是否繼續',
restartOperatorHelper: '將對選中應用進行 重啟 操作是否繼續',
reloadOperatorHelper: '將對選中應用進行 重載 操作是否繼續',
checkInstalledWarn: '未檢測到 {0} ,請進入應用商店點擊安裝',
gotoInstalled: '去安裝',
search: '搜索',

View File

@ -1707,6 +1707,10 @@ const message = {
update: '更新',
versionSelect: '请选择版本',
operatorHelper: '将对选中应用进行 {0} 操作是否继续',
startOperatorHelper: '将对选中应用进行 启动 操作是否继续',
stopOperatorHelper: '将对选中应用进行 停止 操作是否继续',
restartOperatorHelper: '将对选中应用进行 重启 操作是否继续',
reloadOperatorHelper: '将对选中应用进行 重载 操作是否继续',
checkInstalledWarn: '未检测到 {0} ,请进入应用商店点击安装',
gotoInstalled: '去安装',
search: '搜索',