Files
espocrm/application/Espo/Resources/i18n/en_US/User.json
2026-01-19 17:46:06 +01:00

175 lines
8.5 KiB
JSON

{
"fields": {
"name": "Name",
"userName": "User Name",
"title": "Title",
"type": "Type",
"isAdmin": "Is Admin",
"defaultTeam": "Default Team",
"emailAddress": "Email",
"phoneNumber": "Phone",
"roles": "Roles",
"portals": "Portals",
"portalRoles": "Portal Roles",
"teamRole": "Position",
"password": "Password",
"currentPassword": "Current Password",
"passwordConfirm": "Confirm Password",
"newPassword": "New Password",
"newPasswordConfirm": "Confirm New Password",
"yourPassword": "Your current password",
"avatar": "Avatar",
"avatarColor": "Avatar Color",
"isActive": "Is Active",
"isPortalUser": "Is Portal User",
"contact": "Contact",
"accounts": "Accounts",
"account": "Account (Primary)",
"sendAccessInfo": "Send Email with Access Info to User",
"portal": "Portal",
"gender": "Gender",
"position": "Position in Team",
"ipAddress": "IP Address",
"passwordPreview": "Password Preview",
"isSuperAdmin": "Is Super Admin",
"lastAccess": "Last Access",
"apiKey": "API Key",
"secretKey": "Secret Key",
"dashboardTemplate": "Dashboard Template",
"workingTimeCalendar": "Working Time Calendar",
"auth2FA": "2FA",
"authMethod": "Authentication Method",
"auth2FAEnable": "Enable 2-Factor Authentication",
"auth2FAMethod": "2FA Method",
"auth2FATotpSecret": "2FA TOTP Secret",
"layoutSet": "Layout Set"
},
"links": {
"defaultTeam": "Default Team",
"teams": "Teams",
"roles": "Roles",
"notes": "Notes",
"portals": "Portals",
"portalRoles": "Portal Roles",
"contact": "Contact",
"accounts": "Accounts",
"account": "Account (Primary)",
"tasks": "Tasks",
"userData": "User Data",
"dashboardTemplate": "Dashboard Template",
"workingTimeCalendar": "Working Time Calendar",
"workingTimeRanges": "Working Time Exceptions",
"layoutSet": "Layout Set"
},
"labels": {
"Create User": "Create User",
"Generate": "Generate",
"Access": "Access",
"Preferences": "Preferences",
"Change Password": "Change Password",
"Teams and Access Control": "Teams and Access Control",
"Forgot Password?": "Forgot Password?",
"Password Change Request": "Password Change Request",
"Email Address": "Email Address",
"External Accounts": "External Accounts",
"Email Accounts": "Email Accounts",
"Portal": "Portal",
"Create Portal User": "Create Portal User",
"Proceed w/o Contact": "Proceed w/o Contact",
"Generate New API Key": "Generate New API Key",
"Generate New Password": "Generate New Password",
"Send Password Change Link": "Send Password Change Link",
"Back to login form": "Back to login form",
"Requirements": "Requirements",
"Security": "Security",
"Reset 2FA": "Reset 2FA",
"Code": "Code",
"Secret": "Secret",
"Send Code": "Send Code",
"Login Link": "Login Link"
},
"tooltips": {
"defaultTeam": "All records created by this user will be related to this team by default.",
"userName": "Letters a-z, numbers 0-9, dots, hyphens, @-signs and underscores are allowed.",
"isAdmin": "Admin user can access everything.",
"isActive": "If unchecked then user won't be able to login.",
"teams": "Teams which this user belongs to. Access control level is inherited from team's roles.",
"roles": "Additional access roles. Use it if user doesn't belong to any team or you need to extend access control level exclusively for this user.",
"portalRoles": "Additional portal roles. Use it to extend access control level exclusively for this user.",
"portals": "Portals which this user has access to.",
"layoutSet": "Layouts from a specified set will be applied for the user instead of default ones."
},
"messages": {
"2faMethodNotConfigured": "The 2FA method is not fully configured in the system.",
"loginAs": "Open the login link in an incognito window to preserve your current session. Use your admin credentials to log in.",
"sendPasswordChangeLinkConfirmation": "An email with a unique link will be sent to the user allowing them to change their password. The link will expire after a specific amount of time.",
"passwordRecoverySentIfMatched": "Assuming the entered data matched any user account.",
"passwordStrengthLength": "Must be at least {length} characters long.",
"passwordStrengthLetterCount": "Must contain at least {count} letter(s).",
"passwordStrengthNumberCount": "Must contain at least {count} digit(s).",
"passwordStrengthSpecialCharacterCount": "Must contain at least {count} special character(s).",
"passwordStrengthBothCases": "Must contain letters of both upper and lower case.",
"passwordWillBeSent": "Password will be sent to user's email address.",
"passwordChanged": "Password has been changed",
"userCantBeEmpty": "Username can not be empty",
"wrongUsernamePassword": "Wrong username/password",
"failedToLogIn": "Failed to log in",
"emailAddressCantBeEmpty": "Email Address can not be empty",
"userNameEmailAddressNotFound": "Username/Email Address not found",
"forbidden": "Forbidden, please try later",
"uniqueLinkHasBeenSent": "The unique URL has been sent to the specified email address.",
"passwordChangedByRequest": "Password has been changed.",
"setupSmtpBefore": "You need to setup [SMTP settings]({url}) to make the system be able to send password in email.",
"userNameExists": "User Name already exists",
"loginError": "Error occurred",
"wrongCode": "Wrong code",
"codeIsRequired": "Code is required",
"yourAuthenticationCode": "Your authentication code: {code}.",
"choose2FaSmsPhoneNumber": "Select a phone number that will be used for 2FA.",
"choose2FaEmailAddress": "Select an email address that will be used for 2FA. It's highly recommended to use a non-primary email address.",
"enterCodeSentInEmail": "Enter the code sent to your email address.",
"enterCodeSentBySms": "Enter the code sent by SMS to your phone number.",
"enterTotpCode": "Enter a code from your authenticator app.",
"verifyTotpCode": "Scan the QR-code with your mobile authenticator app. If you have a trouble with scanning, you can enter the secret manually. After that you will see a 6-digit code in your application. Enter this code in the field below.",
"generateAndSendNewPassword": "A new password will be generated and sent to the user's email address.",
"security2FaResetConfirmation": "Are you sure you want to reset the current 2FA settings?",
"auth2FARequiredHeader": "2 factor authentication required",
"auth2FARequired": "You need to set up 2 factor authentication. Use an authenticator application on your mobile phone (e.g. Google Authenticator).",
"ldapUserInEspoNotFound": "User is not found in EspoCRM. Contact your administrator to create the user.",
"passwordChangeRequestNotFound": "The password change request is not found. It might be expired. Try to initiate a new password recovery from the [login page]({url}).",
"defaultTeamIsNotUsers": "Default Team should be one of user's Teams"
},
"options": {
"gender": {
"": "Not Set",
"Male": "Male",
"Female": "Female",
"Neutral": "Neutral"
},
"type": {
"regular": "Regular",
"admin": "Admin",
"portal": "Portal",
"system": "System",
"super-admin": "Super-Admin",
"api": "API"
},
"authMethod": {
"ApiKey": "API Key",
"Hmac": "HMAC"
}
},
"boolFilters": {
"onlyMyTeam": "Only My Team",
"onlyMe": "OnlyMe"
},
"presetFilters": {
"active": "Active",
"activePortal": "Portal Active",
"activeApi": "API Active"
},
"actions": {
"changePosition": "Change Position"
}
}