mirror of https://github.com/jumpserver/jumpserver
perf: update i18n
parent
51c67f0e9d
commit
060e8ace70
|
@ -16,6 +16,7 @@
|
||||||
"AccountBackupTask": "Account backup task | Account backup tasks",
|
"AccountBackupTask": "Account backup task | Account backup tasks",
|
||||||
"AccountBackupUpdate": "Update account backup",
|
"AccountBackupUpdate": "Update account backup",
|
||||||
"AccountChangeSecretDetail": "Change account secret details",
|
"AccountChangeSecretDetail": "Change account secret details",
|
||||||
|
"AccountChangeSecret": "Account change secret",
|
||||||
"AccountData": "Account data",
|
"AccountData": "Account data",
|
||||||
"AccountDeleteConfirmMsg": "Delete account, continue?",
|
"AccountDeleteConfirmMsg": "Delete account, continue?",
|
||||||
"AccountDeleted": "Account deleted",
|
"AccountDeleted": "Account deleted",
|
||||||
|
@ -270,7 +271,8 @@
|
||||||
"ChangeField": "Change field",
|
"ChangeField": "Change field",
|
||||||
"ChangeOrganization": "Change organization",
|
"ChangeOrganization": "Change organization",
|
||||||
"ChangePassword": "Change password",
|
"ChangePassword": "Change password",
|
||||||
"ChangeSecret": "Change secrets",
|
"ChangeSecret": "Change secret",
|
||||||
|
"MenuChangeSecret": "Change secrets",
|
||||||
"ChangeSecretAccountHelpText": "For accounts in the same asset, if there is a switch-from relationship, the password change should not be performed in the same task, but should be divided into two tasks for execution separately.",
|
"ChangeSecretAccountHelpText": "For accounts in the same asset, if there is a switch-from relationship, the password change should not be performed in the same task, but should be divided into two tasks for execution separately.",
|
||||||
"ChangeSecretFailAccounts": "Secret change failed Accounts",
|
"ChangeSecretFailAccounts": "Secret change failed Accounts",
|
||||||
"ChangeSecretParams": "Change secret parameters",
|
"ChangeSecretParams": "Change secret parameters",
|
||||||
|
|
|
@ -785,6 +785,7 @@
|
||||||
"MenuMore": "其它",
|
"MenuMore": "其它",
|
||||||
"MenuPermissions": "授权管理",
|
"MenuPermissions": "授权管理",
|
||||||
"MenuUsers": "用户管理",
|
"MenuUsers": "用户管理",
|
||||||
|
"MenuChangeSecret": "账号改密",
|
||||||
"Message": "消息",
|
"Message": "消息",
|
||||||
"MessageType": "消息类型",
|
"MessageType": "消息类型",
|
||||||
"MfaLevel": "多因子认证",
|
"MfaLevel": "多因子认证",
|
||||||
|
|
|
@ -19,7 +19,7 @@ class BasicSettingSerializer(serializers.Serializer):
|
||||||
help_text=_('User first login update profile done redirect to it')
|
help_text=_('User first login update profile done redirect to it')
|
||||||
)
|
)
|
||||||
GLOBAL_ORG_DISPLAY_NAME = serializers.CharField(
|
GLOBAL_ORG_DISPLAY_NAME = serializers.CharField(
|
||||||
required=False, max_length=1024, allow_blank=True, allow_null=True, label=_("Global organization"),
|
required=False, max_length=1024, allow_blank=True, allow_null=True, label=_("Global org display"),
|
||||||
help_text=_('The name of global organization to display')
|
help_text=_('The name of global organization to display')
|
||||||
)
|
)
|
||||||
HELP_DOCUMENT_URL = serializers.URLField(
|
HELP_DOCUMENT_URL = serializers.URLField(
|
||||||
|
|
Loading…
Reference in New Issue