From a58f4f18e5355d31ab82417b479c5d455dbe9e3a Mon Sep 17 00:00:00 2001 From: Open Food Facts Bot <119524357+openfoodfacts-bot@users.noreply.github.com> Date: Fri, 23 Aug 2024 19:57:34 +0200 Subject: [PATCH] New translations messages_en.properties (Norwegian Bokmal) --- src/messages/messages_nb.properties | 87 ++++++++++++++++++++++++++++- 1 file changed, 86 insertions(+), 1 deletion(-) diff --git a/src/messages/messages_nb.properties b/src/messages/messages_nb.properties index 62895f13b..a3547a983 100644 --- a/src/messages/messages_nb.properties +++ b/src/messages/messages_nb.properties @@ -1,5 +1,90 @@ +loginAccountTitle=Sign in to your account +usernameOrEmail=Username or email +password=Passord +doForgotPassword=Forgot Password? +doLogIn=Sign In +noAccount=New user? doRegister=Registrer deg -name=Navn +invalidUserMessage=Invalid username or password. +loginTimeout=Your login attempt timed out. Login will start from the beginning. + +registerTitle=Registrer bruker +backToLogin=« Back to Login +requiredFields=PĂ„krevde felt +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=Bekreft passordet +email=Email +name=Navn +country=Land +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=Logg ut +signOut=Logg ut + +personalInfo=Personal info +personalSubMessage=Manage your basic information. +selectALocale=Select a locale +doSave=Lagre +save=Lagre +doCancel=Avbryt +cancel=Avbryt +deleteAccount=Slett konto +deleteAccountWarning=This is irreversible. All your data will be permanently destroyed, and irretrievable. +delete=Slett +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 {{date}}. +update=Oppdater +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=Navn +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=Send inn +notMatchPasswordMessage=Passwords don't match. +invalidPasswordHistoryMessage=Invalid password\: must not be equal to any of last {0} passwords.