fix: edit user password optional
This commit is contained in:
@@ -183,6 +183,7 @@ export default {
|
||||
'common.settings.language': 'Language',
|
||||
'common.delete.confirm':
|
||||
'Are you sure you want to delete the selected {type}?',
|
||||
'common.delete.single.confirm': 'Are you sure you want to delete {name}?',
|
||||
'common.filter.name': 'Filter by name',
|
||||
'common.form.password': 'Password',
|
||||
'common.form.username': 'Username',
|
||||
|
||||
@@ -175,7 +175,8 @@ export default {
|
||||
'common.table.user': '用户',
|
||||
'common.settings.instructions': '操作指引',
|
||||
'common.settings.language': '语言',
|
||||
'common.delete.confirm': '删除选中的{type}吗?',
|
||||
'common.delete.confirm': '删除选中的{type},确定吗?',
|
||||
'common.delete.single.confirm': '删除 {name},确定吗?',
|
||||
'common.filter.name': '名称查询',
|
||||
'common.form.password': '密码',
|
||||
'common.form.username': '用户名',
|
||||
|
||||
@@ -28,6 +28,6 @@ export default {
|
||||
'playground.params.stop.tips':
|
||||
'停止序列是一个预定义或用户指定的文本字符串,当这些序列出现时,它会提示 AI 停止生成后续的 token。',
|
||||
'playground.viewcode.tips':
|
||||
'{here} 查看 API 密钥。您应该使用环境变量或秘密管理工具将您的密钥暴露给您的应用程序。',
|
||||
'{here} 查看 API 密钥。您应该使用环境变量或密钥管理工具将您的密钥暴露给您的应用程序。',
|
||||
'playground.viewcode.here': '这里'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user