mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 11:34:26 +00:00
fix: inconsistencies and other minor issues in English strings (#6591)
Fixed inconsistencies and other minor issues in English strings Co-authored-by: Fabi <fabienne@zitadel.com>
This commit is contained in:
parent
bf9afdf2d7
commit
a5decda201
@ -1,25 +1,25 @@
|
|||||||
Login:
|
Login:
|
||||||
Title: Welcome back!
|
Title: Welcome Back!
|
||||||
Description: Enter your login data.
|
Description: Enter your login data.
|
||||||
TitleLinking: Login for user linking
|
TitleLinking: Login for user linking
|
||||||
DescriptionLinking: Enter your login data to link your external user.
|
DescriptionLinking: Enter your login data to link your external user.
|
||||||
LoginNameLabel: Loginname
|
LoginNameLabel: Login Name
|
||||||
UsernamePlaceHolder: username
|
UsernamePlaceHolder: username
|
||||||
LoginnamePlaceHolder: username@domain
|
LoginnamePlaceHolder: username@domain
|
||||||
ExternalUserDescription: Login with an external user.
|
ExternalUserDescription: Login with an external user.
|
||||||
MustBeMemberOfOrg: The user must be member of the {{.OrgName}} organization.
|
MustBeMemberOfOrg: The user must be member of the {{.OrgName}} organization.
|
||||||
RegisterButtonText: register
|
RegisterButtonText: Register
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
|
|
||||||
LDAP:
|
LDAP:
|
||||||
Title: Login
|
Title: Login
|
||||||
Description: Enter your login data.
|
Description: Enter your login data.
|
||||||
LoginNameLabel: Loginname
|
LoginNameLabel: Login Name
|
||||||
PasswordLabel: Password
|
PasswordLabel: Password
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
|
|
||||||
SelectAccount:
|
SelectAccount:
|
||||||
Title: Select account
|
Title: Select Account
|
||||||
Description: Use your account
|
Description: Use your account
|
||||||
TitleLinking: Select account for user linking
|
TitleLinking: Select account for user linking
|
||||||
DescriptionLinking: Select your account to link with your external user.
|
DescriptionLinking: Select your account to link with your external user.
|
||||||
@ -38,21 +38,21 @@ Password:
|
|||||||
HasNumber: Number
|
HasNumber: Number
|
||||||
HasSymbol: Symbol
|
HasSymbol: Symbol
|
||||||
Confirmation: Confirmation match
|
Confirmation: Confirmation match
|
||||||
ResetLinkText: reset password
|
ResetLinkText: Reset Password
|
||||||
BackButtonText: back
|
BackButtonText: Back
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
|
|
||||||
UsernameChange:
|
UsernameChange:
|
||||||
Title: Change Username
|
Title: Change Username
|
||||||
Description: Set your new username
|
Description: Set your new username
|
||||||
UsernameLabel: Username
|
UsernameLabel: Username
|
||||||
CancelButtonText: cancel
|
CancelButtonText: Cancel
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
|
|
||||||
UsernameChangeDone:
|
UsernameChangeDone:
|
||||||
Title: Username changed
|
Title: Username Changed
|
||||||
Description: Your username was changed successfully.
|
Description: Your username was changed successfully.
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
|
|
||||||
InitPassword:
|
InitPassword:
|
||||||
Title: Set Password
|
Title: Set Password
|
||||||
@ -60,14 +60,14 @@ InitPassword:
|
|||||||
CodeLabel: Code
|
CodeLabel: Code
|
||||||
NewPasswordLabel: New Password
|
NewPasswordLabel: New Password
|
||||||
NewPasswordConfirmLabel: Confirm Password
|
NewPasswordConfirmLabel: Confirm Password
|
||||||
ResendButtonText: resend code
|
ResendButtonText: Resend Code
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
|
|
||||||
InitPasswordDone:
|
InitPasswordDone:
|
||||||
Title: Password set
|
Title: Password Set
|
||||||
Description: Password successfully set
|
Description: Password successfully set
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
CancelButtonText: cancel
|
CancelButtonText: Cancel
|
||||||
|
|
||||||
InitUser:
|
InitUser:
|
||||||
Title: Activate User
|
Title: Activate User
|
||||||
@ -75,14 +75,14 @@ InitUser:
|
|||||||
CodeLabel: Code
|
CodeLabel: Code
|
||||||
NewPasswordLabel: New Password
|
NewPasswordLabel: New Password
|
||||||
NewPasswordConfirm: Confirm Password
|
NewPasswordConfirm: Confirm Password
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
ResendButtonText: resend code
|
ResendButtonText: Resend Code
|
||||||
|
|
||||||
InitUserDone:
|
InitUserDone:
|
||||||
Title: User activated
|
Title: User Activated
|
||||||
Description: Email verified and Password successfully set
|
Description: Email verified and Password successfully set
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
CancelButtonText: cancel
|
CancelButtonText: Cancel
|
||||||
|
|
||||||
InitMFAPrompt:
|
InitMFAPrompt:
|
||||||
Title: 2-Factor Setup
|
Title: 2-Factor Setup
|
||||||
@ -91,8 +91,8 @@ InitMFAPrompt:
|
|||||||
Provider1: Device dependent (e.g FaceID, Windows Hello, Fingerprint)
|
Provider1: Device dependent (e.g FaceID, Windows Hello, Fingerprint)
|
||||||
Provider3: OTP SMS
|
Provider3: OTP SMS
|
||||||
Provider4: OTP Email
|
Provider4: OTP Email
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
SkipButtonText: skip
|
SkipButtonText: Skip
|
||||||
|
|
||||||
InitMFAOTP:
|
InitMFAOTP:
|
||||||
Title: 2-Factor Verification
|
Title: 2-Factor Verification
|
||||||
@ -100,8 +100,8 @@ InitMFAOTP:
|
|||||||
OTPDescription: Scan the code with your authenticator app (e.g Google/Microsoft Authenticator, Authy) or copy the secret and insert the generated code below.
|
OTPDescription: Scan the code with your authenticator app (e.g Google/Microsoft Authenticator, Authy) or copy the secret and insert the generated code below.
|
||||||
SecretLabel: Secret
|
SecretLabel: Secret
|
||||||
CodeLabel: Code
|
CodeLabel: Code
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
CancelButtonText: cancel
|
CancelButtonText: Cancel
|
||||||
|
|
||||||
InitMFAOTPSMS:
|
InitMFAOTPSMS:
|
||||||
Title: 2-Factor Verification
|
Title: 2-Factor Verification
|
||||||
@ -109,12 +109,12 @@ InitMFAOTPSMS:
|
|||||||
DescriptionCode: Create your 2-factor. Enter the received code to verify your phone number.
|
DescriptionCode: Create your 2-factor. Enter the received code to verify your phone number.
|
||||||
PhoneLabel: Phone
|
PhoneLabel: Phone
|
||||||
CodeLabel: Code
|
CodeLabel: Code
|
||||||
EditButtonText: edit
|
EditButtonText: Edit
|
||||||
ResendButtonText: resend code
|
ResendButtonText: Resend Code
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
|
|
||||||
InitMFAU2F:
|
InitMFAU2F:
|
||||||
Title: Add security key
|
Title: Add Security Key
|
||||||
Description: A security key is a verification method that can be built into your phone, use Bluetooth, or plug directly into your computer's USB port.
|
Description: A security key is a verification method that can be built into your phone, use Bluetooth, or plug directly into your computer's USB port.
|
||||||
TokenNameLabel: Name of the security key / device
|
TokenNameLabel: Name of the security key / device
|
||||||
NotSupported: WebAuthN is not supported by your browser. Please ensure it is up to date or use a different one (e.g. Chrome, Safari, Firefox)
|
NotSupported: WebAuthN is not supported by your browser. Please ensure it is up to date or use a different one (e.g. Chrome, Safari, Firefox)
|
||||||
@ -122,10 +122,10 @@ InitMFAU2F:
|
|||||||
ErrorRetry: Retry, create a new challenge or choose a different method.
|
ErrorRetry: Retry, create a new challenge or choose a different method.
|
||||||
|
|
||||||
InitMFADone:
|
InitMFADone:
|
||||||
Title: 2-factor verified
|
Title: 2-factor Verified
|
||||||
Description: Awesome! You just successfully set up your 2-factor and made your account way more secure. The Factor has to be entered on each login.
|
Description: Awesome! You just successfully set up your 2-factor and made your account way more secure. The Factor has to be entered on each login.
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
CancelButtonText: cancel
|
CancelButtonText: Cancel
|
||||||
|
|
||||||
MFAProvider:
|
MFAProvider:
|
||||||
Provider0: Authenticator App (e.g Google/Microsoft Authenticator, Authy)
|
Provider0: Authenticator App (e.g Google/Microsoft Authenticator, Authy)
|
||||||
@ -138,14 +138,14 @@ VerifyMFAOTP:
|
|||||||
Title: Verify 2-Factor
|
Title: Verify 2-Factor
|
||||||
Description: Verify your second factor
|
Description: Verify your second factor
|
||||||
CodeLabel: Code
|
CodeLabel: Code
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
|
|
||||||
VerifyOTP:
|
VerifyOTP:
|
||||||
Title: Verify 2-Factor
|
Title: Verify 2-Factor
|
||||||
Description: Verify your second factor
|
Description: Verify your second factor
|
||||||
CodeLabel: Code
|
CodeLabel: Code
|
||||||
ResendButtonText: resend code
|
ResendButtonText: Resend Code
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
|
|
||||||
VerifyMFAU2F:
|
VerifyMFAU2F:
|
||||||
Title: 2-Factor Verification
|
Title: 2-Factor Verification
|
||||||
@ -155,7 +155,7 @@ VerifyMFAU2F:
|
|||||||
ValidateTokenButtonText: Verify 2-Factor
|
ValidateTokenButtonText: Verify 2-Factor
|
||||||
|
|
||||||
Passwordless:
|
Passwordless:
|
||||||
Title: Login passwordless
|
Title: Login Passwordless
|
||||||
Description: Login with authentication methods provided by your device like FaceID, Windows Hello or Fingerprint.
|
Description: Login with authentication methods provided by your device like FaceID, Windows Hello or Fingerprint.
|
||||||
NotSupported: WebAuthN is not supported by your browser. Please ensure it is up to date or use a different one (e.g. Chrome, Safari, Firefox)
|
NotSupported: WebAuthN is not supported by your browser. Please ensure it is up to date or use a different one (e.g. Chrome, Safari, Firefox)
|
||||||
ErrorRetry: Retry, create a new challenge or choose a different method.
|
ErrorRetry: Retry, create a new challenge or choose a different method.
|
||||||
@ -163,15 +163,15 @@ Passwordless:
|
|||||||
ValidateTokenButtonText: Login with passwordless
|
ValidateTokenButtonText: Login with passwordless
|
||||||
|
|
||||||
PasswordlessPrompt:
|
PasswordlessPrompt:
|
||||||
Title: Passwordless setup
|
Title: Passwordless Setup
|
||||||
Description: Would you like to setup passwordless login? (Authentication methods of your device like FaceID, Windows Hello or Fingerprint)
|
Description: Would you like to setup passwordless login? (Authentication methods of your device like FaceID, Windows Hello or Fingerprint)
|
||||||
DescriptionInit: You need to set up passwordless login. Use the link you were given to register your device.
|
DescriptionInit: You need to set up passwordless login. Use the link you were given to register your device.
|
||||||
PasswordlessButtonText: Go passwordless
|
PasswordlessButtonText: Go passwordless
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
SkipButtonText: skip
|
SkipButtonText: Skip
|
||||||
|
|
||||||
PasswordlessRegistration:
|
PasswordlessRegistration:
|
||||||
Title: Passwordless setup
|
Title: Passwordless Setup
|
||||||
Description: Add your authentication by providing a name (e.g MyMobilePhone, MacBook, etc) and then clicking on the 'Register passwordless' button below.
|
Description: Add your authentication by providing a name (e.g MyMobilePhone, MacBook, etc) and then clicking on the 'Register passwordless' button below.
|
||||||
TokenNameLabel: Name of the device
|
TokenNameLabel: Name of the device
|
||||||
NotSupported: WebAuthN is not supported by your browser. Please ensure it is up to date or use a different one (e.g. Chrome, Safari, Firefox)
|
NotSupported: WebAuthN is not supported by your browser. Please ensure it is up to date or use a different one (e.g. Chrome, Safari, Firefox)
|
||||||
@ -179,11 +179,11 @@ PasswordlessRegistration:
|
|||||||
ErrorRetry: Retry, create a new challenge or choose a different method.
|
ErrorRetry: Retry, create a new challenge or choose a different method.
|
||||||
|
|
||||||
PasswordlessRegistrationDone:
|
PasswordlessRegistrationDone:
|
||||||
Title: Passwordless set up
|
Title: Passwordless Set Up
|
||||||
Description: Device for passwordless successfully added.
|
Description: Device for passwordless successfully added.
|
||||||
DescriptionClose: You can now close this window.
|
DescriptionClose: You may now close this window.
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
CancelButtonText: cancel
|
CancelButtonText: Cancel
|
||||||
|
|
||||||
PasswordChange:
|
PasswordChange:
|
||||||
Title: Change Password
|
Title: Change Password
|
||||||
@ -191,44 +191,44 @@ PasswordChange:
|
|||||||
OldPasswordLabel: Old Password
|
OldPasswordLabel: Old Password
|
||||||
NewPasswordLabel: New Password
|
NewPasswordLabel: New Password
|
||||||
NewPasswordConfirmLabel: Password confirmation
|
NewPasswordConfirmLabel: Password confirmation
|
||||||
CancelButtonText: cancel
|
CancelButtonText: Cancel
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
Footer: Footer
|
Footer: Footer
|
||||||
|
|
||||||
PasswordChangeDone:
|
PasswordChangeDone:
|
||||||
Title: Change Password
|
Title: Change Password
|
||||||
Description: Your password was changed successfully.
|
Description: Your password was changed successfully.
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
|
|
||||||
PasswordResetDone:
|
PasswordResetDone:
|
||||||
Title: Password reset link sent
|
Title: Password Reset Link Sent
|
||||||
Description: Check your email to reset your password.
|
Description: Check your email to reset your password.
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
|
|
||||||
EmailVerification:
|
EmailVerification:
|
||||||
Title: E-Mail Verification
|
Title: E-Mail Verification
|
||||||
Description: We have sent you an email to verify your address. Please enter the code in the form below.
|
Description: We have sent you an email to verify your address. Please enter the code in the form below.
|
||||||
CodeLabel: Code
|
CodeLabel: Code
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
ResendButtonText: resend code
|
ResendButtonText: Resend Code
|
||||||
|
|
||||||
EmailVerificationDone:
|
EmailVerificationDone:
|
||||||
Title: E-Mail Verification
|
Title: E-Mail Verification
|
||||||
Description: Your email address has been successfully verified.
|
Description: Your email address has been successfully verified.
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
CancelButtonText: cancel
|
CancelButtonText: Cancel
|
||||||
LoginButtonText: login
|
LoginButtonText: Login
|
||||||
|
|
||||||
RegisterOption:
|
RegisterOption:
|
||||||
Title: Registration Options
|
Title: Registration Options
|
||||||
Description: Choose how you'd like to register
|
Description: Choose how you'd like to register
|
||||||
RegisterUsernamePasswordButtonText: With username password
|
RegisterUsernamePasswordButtonText: With username and password
|
||||||
ExternalLoginDescription: or register with an external user
|
ExternalLoginDescription: or register with an external user
|
||||||
LoginButtonText: login
|
LoginButtonText: Login
|
||||||
|
|
||||||
RegistrationUser:
|
RegistrationUser:
|
||||||
Title: Registration
|
Title: Registration
|
||||||
Description: Enter your Userdata. Your email address will be used as loginname.
|
Description: Enter your Userdata. Your email address will be used as your login name.
|
||||||
DescriptionOrgRegister: Enter your Userdata.
|
DescriptionOrgRegister: Enter your Userdata.
|
||||||
EmailLabel: E-Mail
|
EmailLabel: E-Mail
|
||||||
UsernameLabel: Username
|
UsernameLabel: Username
|
||||||
@ -258,12 +258,12 @@ RegistrationUser:
|
|||||||
PrivacyConfirm: I accept the
|
PrivacyConfirm: I accept the
|
||||||
PrivacyLinkText: privacy policy
|
PrivacyLinkText: privacy policy
|
||||||
ExternalLogin: or register with an external user
|
ExternalLogin: or register with an external user
|
||||||
BackButtonText: login
|
BackButtonText: Login
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
|
|
||||||
ExternalRegistrationUserOverview:
|
ExternalRegistrationUserOverview:
|
||||||
Title: External User Registration
|
Title: External User Registration
|
||||||
Description: We have taken your user details from the selected provider. You can now change or complete them.
|
Description: We have taken your user details from the selected provider. You may now change or complete them.
|
||||||
EmailLabel: E-Mail
|
EmailLabel: E-Mail
|
||||||
UsernameLabel: Username
|
UsernameLabel: Username
|
||||||
FirstnameLabel: Given name
|
FirstnameLabel: Given name
|
||||||
@ -288,8 +288,8 @@ ExternalRegistrationUserOverview:
|
|||||||
PrivacyConfirm: I accept the
|
PrivacyConfirm: I accept the
|
||||||
PrivacyLinkText: privacy policy
|
PrivacyLinkText: privacy policy
|
||||||
ExternalLogin: or register with an external user
|
ExternalLogin: or register with an external user
|
||||||
BackButtonText: back
|
BackButtonText: Nack
|
||||||
NextButtonText: save
|
NextButtonText: Save
|
||||||
|
|
||||||
RegistrationOrg:
|
RegistrationOrg:
|
||||||
Title: Organization Registration
|
Title: Organization Registration
|
||||||
@ -309,27 +309,27 @@ RegistrationOrg:
|
|||||||
SaveButtonText: Create organization
|
SaveButtonText: Create organization
|
||||||
|
|
||||||
LoginSuccess:
|
LoginSuccess:
|
||||||
Title: Login successful
|
Title: Login Successful
|
||||||
AutoRedirectDescription: You will be directed back to your application automatically. If not, click on the button below. You can close the window afterwards.
|
AutoRedirectDescription: You will be directed back to your application automatically. If not, click on the button below. You may close the window afterwards.
|
||||||
RedirectedDescription: You can now close this window.
|
RedirectedDescription: You may now close this window.
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
|
|
||||||
LogoutDone:
|
LogoutDone:
|
||||||
Title: Logged out
|
Title: Logged Out
|
||||||
Description: You have logged out successfully.
|
Description: You have logged out successfully.
|
||||||
LoginButtonText: login
|
LoginButtonText: Login
|
||||||
|
|
||||||
LinkingUsersDone:
|
LinkingUsersDone:
|
||||||
Title: Userlinking
|
Title: Linking User
|
||||||
Description: Userlinking done.
|
Description: User linked.
|
||||||
CancelButtonText: cancel
|
CancelButtonText: Cancel
|
||||||
NextButtonText: next
|
NextButtonText: Next
|
||||||
|
|
||||||
ExternalNotFound:
|
ExternalNotFound:
|
||||||
Title: External User not found
|
Title: External User Not Found
|
||||||
Description: External user not found. Do you want to link your user or auto register a new one.
|
Description: External user not found. Do you want to link your user or auto register a new one.
|
||||||
LinkButtonText: Link
|
LinkButtonText: Link
|
||||||
AutoRegisterButtonText: register
|
AutoRegisterButtonText: Register
|
||||||
TosAndPrivacyLabel: Terms and conditions
|
TosAndPrivacyLabel: Terms and conditions
|
||||||
TosConfirm: I accept the
|
TosConfirm: I accept the
|
||||||
TosLinkText: TOS
|
TosLinkText: TOS
|
||||||
@ -352,18 +352,18 @@ DeviceAuth:
|
|||||||
UserCode:
|
UserCode:
|
||||||
Label: User Code
|
Label: User Code
|
||||||
Description: Enter the user code presented on the device.
|
Description: Enter the user code presented on the device.
|
||||||
ButtonNext: next
|
ButtonNext: Next
|
||||||
Action:
|
Action:
|
||||||
Description: Grant device access.
|
Description: Grant device access.
|
||||||
GrantDevice: you are about to grant device
|
GrantDevice: you are about to grant device
|
||||||
AccessToScopes: access to the following scopes
|
AccessToScopes: access to the following scopes
|
||||||
Button:
|
Button:
|
||||||
Allow: allow
|
Allow: Allow
|
||||||
Deny: deny
|
Deny: Deny
|
||||||
Done:
|
Done:
|
||||||
Description: Done.
|
Description: Done.
|
||||||
Approved: Device authorization approved. You can now return to the device.
|
Approved: Device authorization approved. You may now return to the device.
|
||||||
Denied: Device authorization denied. You can now return to the device.
|
Denied: Device authorization denied. You may now return to the device.
|
||||||
|
|
||||||
Footer:
|
Footer:
|
||||||
PoweredBy: Powered By
|
PoweredBy: Powered By
|
||||||
|
Loading…
Reference in New Issue
Block a user