style: 修改面板设置描述信息 (#4725)

This commit is contained in:
ssongliu 2024-04-26 16:13:44 +08:00 committed by GitHub
parent e47e2d63d1
commit 5532636e02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 3 deletions

View file

@ -1272,7 +1272,8 @@ const message = {
noSpace: 'Input information cannot include space characters',
duplicatePassword: 'The new password cannot be the same as the original password, please re-enter!',
diskClean: 'Cache Clean',
developerMode: 'Internal mode',
developerMode: 'Preview Experience Program',
developerModeHelper: 'Get a preview version of 1Panel to provide feedback on new features and updates',
thirdParty: 'Third-party account',
createBackupAccount: 'Add {0}',

View file

@ -1195,7 +1195,8 @@ const message = {
noSpace: '輸入信息不能包括空格符號',
duplicatePassword: '新密碼不能與原始密碼一致請重新輸入',
diskClean: '缓存清理',
developerMode: '內測模式',
開發者模式: '預覽體驗計劃',
開發者模式幫助程序: '獲取 1Panel 的預覽版本以分享有關新功能和更新的反饋',
thirdParty: '第三方賬號',
createBackupAccount: '添加 {0}',

View file

@ -1196,7 +1196,8 @@ const message = {
noSpace: '输入信息不能包含空格符',
duplicatePassword: '新密码不能与原始密码一致请重新输入',
diskClean: '缓存清理',
developerMode: '内测模式',
developerMode: '预览体验计划',
developerModeHelper: '获取 1Panel 的预览版本以分享有关新功能和更新的反馈',
thirdParty: '第三方账号',
createBackupAccount: '添加 {0}',

View file

@ -125,6 +125,7 @@
<span>{{ $t('commons.button.disable') }}</span>
</el-radio-button>
</el-radio-group>
<span class="input-help">{{ $t('setting.developerModeHelper') }}</span>
</el-form-item>
<el-form-item :label="$t('setting.advancedMenuHide')">