Files
infineon_plc/Packages/Beckhoff.TwinCAT.HMI.Server.Engineering.22.0.7563/runtimes/win-x86/native/TcHmiUserManagement/TcHmiUserManagement.Language.en.json
m.heisig 2d11c43579 Added minimal functionality for Robot teaching
- Added minimal HMI
- Added possibility to open and close all chamber doors
2026-01-17 09:20:39 +01:00

74 lines
5.0 KiB
JSON

{
"locale": "en",
"localizedText": {
"ENABLED": "Enabled",
"USERS": "Users",
"DESC_USERS": "Contains the information about all managed user accounts.",
"PASSWORD": "Password",
"SALT": "Salt",
"SECRET": "Secret",
"ALGORITHM": "Algorithm",
"DESC_USER": "User value",
"USERMANAGEMENT_SEARCHTERM": "Search term",
"USERMANAGEMENT_USERNAME": "Username",
"USERMANAGEMENT_PASSWORD": "Password",
"USERMANAGEMENT_CURRENT_PASSWORD": "Current password",
"USERMANAGEMENT_CONFIRM": "Confirm",
"USERMANAGEMENT_PASSWORDS_DONT_MATCH": "Passwords do not match",
"USERMANAGEMENT_CHANGE_PASSWORD": "Change password",
"USER_MANAGEMENT_CHANGE_PASSWORD_FAILED": "Password could not be changed",
"USER_MANAGEMENT_COMMAND_FAILED": "User value could not be changed",
"USERMANAGEMENT_ADD": "Add",
"USERMANAGEMENT_DELETE": "Delete",
"USERMANAGEMENT_EDIT": "Edit",
"USERMANAGEMENT_ENABLE": "Enable",
"USERMANAGEMENT_DISABLE": "Disable",
"USERMANAGEMENT_FORCE_PASSWORD_CHANGE": "Force password change",
"USERMANAGEMENT_PASSWORD_CHANGE_REQUESTED": "The user has to change the password at the next login",
"DESC_USERMANAGEMENT_FORCE_PASSWORD_CHANGE": "Force password change at next login",
"USERMANAGEMENT_CONFIRM_DELETE_USER": "Please confirm that you wish to delete the user",
"MSG_ADDUSER_SUCCESS": "Successfully added user '{0}'",
"DESC_PASSWORD_MINIMUM_LENGTH": "The minimum length of passwords a user can choose.",
"DESC_PASSWORD_ENABLE_AGING": "If enabled the user has to choose a new password after the given timespan.",
"DESC_PASSWORD_MAXIMUM_AGE": "The period in which a user has to change the password.",
"DESC_PASSWORD_BLACKLIST": "A blacklist of passwords users cannot choose. One password per line.",
"DESC_PASSWORD_FORCE_COMPLEX": "According to GMP rules, a password must contain at least one uppercase character, lowercase character, special character, and numeric character.",
"DESC_PASSWORD_HISTORY_SIZE": "The number of previous passwords to remember. Users cannot reuse any of their last N passwords. Set to 0 to disable password history.",
"DESC_MAX_INVALID_LOGIN_ATTEMPTS": "Maximum number of consecutive invalid login attempts allowed. The user will be disabled after reaching this limit. Set to 0 to disable the lockout.",
"DESC_EXCLUDE_SYSTEM_ADMINISTRATOR_FROM_LOCKOUT": "Keep the __SystemAdministrator account enabled even after exceeding the maximum number of invalid login attempts.",
"ENUM_NO_COMPLEXITY_RULES": "None",
"ENUM_GMP_COMPLEXITY_RULES": "GMP rules",
"PASSWORD_MINIMUM_LENGTH": "Minimum length of passwords",
"PASSWORD_ENABLE_AGING": "Password aging enabled",
"PASSWORD_MAXIMUM_AGE": "Maximum age for passwords",
"PASSWORD_BLACKLIST": "Password blacklist",
"PASSWORD_FORCE_COMPLEX": "Enforce password complexity rules",
"PASSWORD_HISTORY_SIZE": "Password history size",
"MAX_INVALID_LOGIN_ATTEMPTS": "Invalid login attempts before disabling user",
"EXCLUDE_SYSTEM_ADMINISTRATOR_FROM_LOCKOUT": "Exclude __SystemAdministrator from lockout",
"RULE_CONTAINS_UPPERCASE_CHARACTER": "The password must contain at least one uppercase character",
"RULE_CONTAINS_LOWERCASE_CHARACTER": "The password must contain at least one lowercase character",
"RULE_CONTAINS_DIGIT": "The password must contain at least one numeric character",
"RULE_CONTAINS_PUNCTUATION_CHARACTER": "The password must contain at least one special character",
"RULE_BLACKLIST": "This password is blacklisted",
"RULE_MINIMUM_LENGTH": "The password must consist of at least {0} characters",
"USERMANAGEMENT_RESET_2FA": "Reset 2FA",
"DESC_USERMANAGEMENT_RESET_2FA": "User must reconfigure 2FA at the next login",
"USERMANAGEMENT_2FA_RESET_CONFIRMATION": "Are you sure you want to reset the user's 2FA configuration? This action cannot be undone.",
"DESC_ENABLE_TWO_FACTOR_AUTHENTICATION": "Enable Two-Factor Authentication (2FA) with Time-Based One-Time Passwords (TOTPs). Users will be required to set up 2FA during their next login.",
"ENABLE_TWO_FACTOR_AUTHENTICATION": "Require Two-Factor Authentication",
"CONFIGURE_2FA": "Two-Factor Authentication",
"2FA_NOT_AVAILABLE": "Two-Factor Authentication is not available for this user",
"ACTIVATE_2FA": "Activate Two-Factor Authentication",
"2FA_CONFIGURED": "Two-Factor Authentication is already set up",
"DISABLE_2FA": "Deactivate Two-Factor Authentication",
"DISABLE_2FA_CONFIRM": "Are you sure you want to deactivate Two-Factor Authentication?",
"INVALID_PASSWORD_OR_CODE": "Invalid password or code",
"UNKNOWN_ERROR": "Unknown error, please try again later",
"ALWAYS_OFF_2FA": "Never",
"ALWAYS_ON_2FA": "Always",
"REMOTE_2FA": "Only for remote connections",
"MSG_USER_LOCKED_AFTER_FAILED_LOGINS": "Disabled user '{0}' after {1} invalid login attempts (limit {2})",
"MSG_USER_LOCK_FAILED_AFTER_FAILED_LOGINS": "Failed to disable user '{0}' after {1} invalid login attempts (limit {2}). Error: {3}"
}
}