164 lines
5.3 KiB
JSON
Raw Normal View History

2025-05-27 19:31:37 +08:00
{
"login": {
"selectTenant": "Please select Tenant and ignore the non-tenant mode",
"inputCode": "Please enter the two-factor authentication code. If two-factor authentication has not been enabled for your account, please ignore this message.",
"oidcTip": "Login......"
},
"menu": {
"system": "SystemManagement",
"user": "UserManagement",
"role": "RoleManagement",
"tenant": "TenantManagement",
"tenantList": "TenantList",
"language": "LanguageManagement",
"auditLog": "AuditLog",
"loginLog": "LoginLog",
"feature": "FeatureManagement",
"setting": "SettingsManagement",
"organizationUnit": "OrganizationUnitManagement",
"languageText": "LanguageTextManagement",
"dataDictionary": "DataDictionaryManagement",
"notification": "NotificationManagement",
"message": "MessageManagement",
"code": "CodeManagement",
"code-project": "ProjectList",
"code-template": "TemplateList",
"code-genarate": "CodeGenarate",
"code-entity": "Entity",
"code-template-detail": "TemplateDetail",
"code-Preview": "Preview",
"file": "FileManagement",
"menu": "MenuManagement"
},
"user": {
"user": "User",
"userName": "UserName",
"name": "Name",
"surname": "Surname",
"email": "Email",
"phone": "Phone",
"password": "Password",
"currentPassword": "CurrentPassword",
"newPassword": "NewPassword",
"confirmNewPassword": "ConfirmNewPassword",
"changePassword": "ChangePassword",
"resetPassword": "ResetPassword",
"status": "Status",
"comfirmPassword": "ComfirmPassword",
"comfirmDeleteUser": "Are you sure you want to delete the user",
"newPasswordAndConfirmPasswordNotMatch": "New password and confirm password not match",
"newPasswordAndCurrentPasswordNotAlike": "The old and new passwords cannot be the same",
"myProfile": "MyProfile",
"myAccount": "MyAccount",
"twoFactor": "TwoFactor",
"verifyAuthenticator": "Verify the Authenticator",
"twoFactorDesc": "Your two-factor authentication app will generate a code. Please enter the code and confirm it.",
"code": "TwoFactor Code",
"twoFactorEnabled": "Two-factor authentication for your account has been successfully enabled. You will be required to enter the code generated by the application when logging in.",
"twoFactorDisabled": "Two-factor authentication for your account has been turned off. You will no longer be required to enter the code generated by the application when logging in.",
"twoFactorEnabledDesc": "Two-factor authentication has been enabled for your account. If you need to turn it off, please enter the two-factor authentication code and then disable it.",
"resetTwoFactor": "ResetTwoFactor"
},
"role": {
"role": "Role",
"roleName": "RoleName",
"isDefault": "IsDefault",
"permissions": "Permissions"
},
"log": {
"loginTime": "LoginTime",
"userName": "UserName",
"tenant": "Tenant",
"executionTime": "ExecutionTime",
"responseTime": "ResponseTime(ms)",
"clientIp": "ClientIp",
"exception": "Exception",
"applicationName": "ApplicationName",
"loginMode": "LoginMode",
"loginUrl": "LoginUrl",
"detail": "Detail"
},
"message": {
"title": "Title",
"content": "Content",
"type": "Type",
"level": "Level",
"sender": "Sender",
"receiver": "Receiver",
"isRead": "IsRead",
"sendMessage": "SendMessage",
"sendNotification": "SendNotification",
"setRead": "SetRead",
"confirmRead": "Are you sure you want to set the message as read?",
"read": "Read",
"unread": "UnRead"
},
"language": {
"language": "LanguageName",
"showLanguage": "ShowLanguageName",
"icon": "Icon",
"resourceName": "ResourceName",
"value": "Value",
"name": "Name"
},
"dataDictionary": {
"codeName": "Code|Name",
"code": "Code",
"name": "Name",
"order": "Order",
"status": "Status",
"description": "Description",
"type": "Type"
},
"organizationunit": {
"organizationunit": "Organizationunit",
"add": "Add",
"member": "Member",
"role": "Role",
"userName": "UserName",
"email": "Email",
"name": "Name",
"selectNode": "Select a node to operate on"
},
"tenant": {
"tenant": "Tenant",
"notExist": "Tenant Does not exist",
"name": "Tenant Name",
"adminEmail": "Admin Email",
"adminPassword": "Admin Password",
"mangeConnectionString": "MangeConnectionString",
"addorEdit": "AddorEdit",
"featureManagement": "FeatureManagement",
"connectionStringName": "ConnectionStringName",
"connectionString": "ConnectionString"
},
"file": {
"file": "File",
"name": "FileName",
"size": "Size",
"contentType": "ContentType"
},
"dynamicMenu": {
"name": "RouteName",
"title": "Title",
"displayTitle": "DisplayTitle",
"path": "Path",
"component": "Component",
"policy": "Policy",
"menuType": "MenuType",
"enabled": "Enabled",
"hideInMenu": "HideInMenu",
"keepAlive": "keepAlive",
"order": "Order",
"openType": "OpenType",
"parentId": "Parent",
"icon": "Icon",
"url": "Url",
"menu": "Menu",
"folder": "Folder",
"componentType": "Component",
"internalLink": "InternalLink",
"externalLink": "ExternalLink"
}
}