-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations messages_en.properties (Zeelandic)
- Loading branch information
1 parent
c867227
commit f7a6bc0
Showing
1 changed file
with
86 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,90 @@ | ||
loginAccountTitle=Sign in to your account | ||
usernameOrEmail=Username or email | ||
password=Password | ||
doForgotPassword=Forgot Password? | ||
doLogIn=Sign In | ||
noAccount=New user? | ||
doRegister=Create an Open Food Facts account | ||
name=Name | ||
invalidUserMessage=Invalid username or password. | ||
loginTimeout=Your login attempt timed out. Login will start from the beginning. | ||
|
||
registerTitle=Register | ||
backToLogin=« Back to Login | ||
requiredFields=Required fields | ||
username=Username | ||
username-before=Your username will appear on all contributions you make and cannot be changed | ||
username-after=Usernames must be between 2 and 20 characters and can only contain numbers and letters | ||
passwordConfirm=Confirm password | ||
email=Email | ||
name=Name | ||
country=Country | ||
missingUsernameMessage=Please specify username. | ||
missingPasswordMessage=Please specify password. | ||
missingEmailMessage=Please specify email. | ||
error-invalid-value=Invalid value. | ||
error-pattern-no-match=Invalid value. | ||
invalidPasswordMinLengthMessage=Invalid password\: minimum length {0}. | ||
invalidPasswordConfirmMessage=Password confirmation doesn't match. | ||
usernameExistsMessage=Username already exists. | ||
emailExistsMessage=Email already exists. | ||
invalidEmailMessage=Invalid email address. | ||
doSignOut=Sign out | ||
signOut=Sign out | ||
personalInfo=Personal info | ||
personalSubMessage=Manage your basic information. | ||
selectALocale=Select a locale | ||
doSave=Save | ||
save=Save | ||
doCancel=Cancel | ||
cancel=Cancel | ||
deleteAccount=Delete account | ||
deleteAccountWarning=This is irreversible. All your data will be permanently destroyed, and irretrievable. | ||
delete=Delete | ||
accountUpdatedMessage=Your account has been updated. | ||
accountSecurity=Account security | ||
signingIn=Signing in | ||
signingInDescription=Configure ways to sign in. | ||
basic-authentication=Basic authentication | ||
password-help-text=Sign in by entering your password. | ||
credentialCreatedAt=<0>Created</0> {{date}}. | ||
update=Update | ||
two-factor=Two-factor authentication | ||
otp-display-name=Authenticator application | ||
otp-help-text=Enter a verification code from authenticator application. | ||
setUpNew=Set up {{name}} | ||
notSetUp={{name}} is not set up. | ||
deviceActivity=Device activity | ||
signedInDevicesExplanation=Sign out of any unfamiliar devices. | ||
signedInDevices=Signed in devices | ||
refreshPage=Refresh the page | ||
currentSession=Current session | ||
ipAddress=IP address | ||
lastAccessedOn=Last accessed | ||
clients=Clients | ||
started=Started | ||
expires=Expires | ||
applications=Applications | ||
applicationsIntroMessage=View applications your account has access to | ||
applicationName=Name | ||
applicationType=Application type | ||
status=Status | ||
internalApp=Internal | ||
notInUse=Not in use | ||
client=Client | ||
description=Description | ||
inUse=In use | ||
client_account-console=Account Console | ||
reauthenticate=Please re-authenticate to continue | ||
updatePasswordTitle=Update password | ||
logoutOtherSessions=Sign out from other devices | ||
passwordNew=New Password | ||
doSubmit=Submit | ||
notMatchPasswordMessage=Passwords don't match. | ||
invalidPasswordHistoryMessage=Invalid password\: must not be equal to any of last {0} passwords. | ||
|