From d8a60499dd57deba84dcc5942cc5b7aa89f51380 Mon Sep 17 00:00:00 2001 From: "Daniel S. Billing" Date: Tue, 11 May 2021 20:43:53 +0200 Subject: [PATCH 1/4] Full comparison with english file, updated accordingly --- locales/nb/auth.php | 24 ++-- locales/nb/pagination.php | 24 ++-- locales/nb/passwords.php | 22 +-- locales/nb/validation-inline.php | 226 ++++++++++++++++--------------- locales/nb/validation.php | 94 ++++++++----- 5 files changed, 213 insertions(+), 177 deletions(-) diff --git a/locales/nb/auth.php b/locales/nb/auth.php index 035ecb283ac..def5e446213 100644 --- a/locales/nb/auth.php +++ b/locales/nb/auth.php @@ -1,18 +1,18 @@ 'Disse opplysningene samsvarer ikke med hva vi har lagret.', - 'password' => 'The provided password is incorrect.', + 'password' => 'Det oppgitte passordet er feil.', 'throttle' => 'For mange innloggingsforsøk. Vennligst prøv igjen om :seconds sekunder.', ]; diff --git a/locales/nb/pagination.php b/locales/nb/pagination.php index b703cc32d0c..ce083d41451 100644 --- a/locales/nb/pagination.php +++ b/locales/nb/pagination.php @@ -1,17 +1,17 @@ 'Neste »', + /* + |-------------------------------------------------------------------------- + | Pagination Language Lines + |-------------------------------------------------------------------------- + | + | The following language lines are used by the paginator library to build + | the simple pagination links. You are free to change them to anything + | you want to customize your views to better match your application. + | + */ + 'previous' => '« Forrige', + 'next' => 'Neste »', ]; diff --git a/locales/nb/passwords.php b/locales/nb/passwords.php index 6265b4da753..43926cbd0d8 100644 --- a/locales/nb/passwords.php +++ b/locales/nb/passwords.php @@ -1,17 +1,17 @@ 'Passordet ditt har blitt nullstilt!', 'sent' => 'Vi har sendt din lenke for å nullstille passordet!', 'throttled' => 'Vennligst vent før du prøver på nytt.', diff --git a/locales/nb/validation-inline.php b/locales/nb/validation-inline.php index 7e5cba57d94..63160d49b36 100644 --- a/locales/nb/validation-inline.php +++ b/locales/nb/validation-inline.php @@ -1,131 +1,143 @@ 'This field must be accepted.', - 'active_url' => 'This is not a valid URL.', - 'after' => 'This must be a date after :date.', - 'after_or_equal' => 'This must be a date after or equal to :date.', - 'alpha' => 'This field may only contain letters.', - 'alpha_dash' => 'This field may only contain letters, numbers, dashes and underscores.', - 'alpha_num' => 'This field may only contain letters and numbers.', - 'array' => 'This field must be an array.', - 'attached' => 'This field is already attached.', - 'before' => 'This must be a date before :date.', - 'before_or_equal' => 'This must be a date before or equal to :date.', + /* + |-------------------------------------------------------------------------- + | Validation Language Lines + |-------------------------------------------------------------------------- + | + | The following language lines contain the default error messages used by + | the validator class. Some of these rules have multiple versions such + | as the size rules. Feel free to tweak each of these messages here. + | + */ + + 'accepted' => ':attribute må aksepteres.', + 'active_url' => ':attribute er ikke en gyldig URL.', + 'after' => ':attribute må være en dato etter :date.', + 'after_or_equal' => ':attribute må være en dato etter eller lik :date.', + 'alpha' => ':attribute må kun bestå av bokstaver.', + 'alpha_dash' => ':attribute må kun bestå av bokstaver, tall og bindestreker.', + 'alpha_num' => ':attribute må kun bestå av bokstaver og tall.', + 'array' => ':attribute må være en matrise.', + 'attached' => ':attribute er allerede vedlagt.', + 'before' => ':attribute må være en dato før :date.', + 'before_or_equal' => ':attribute må være en dato før eller lik :date.', 'between' => [ - 'array' => 'This content must have between :min and :max items.', - 'file' => 'This file must be between :min and :max kilobytes.', - 'numeric' => 'This value must be between :min and :max.', - 'string' => 'This string must be between :min and :max characters.', + 'numeric' => ':attribute må være mellom :min - :max.', + 'file' => ':attribute må være mellom :min - :max kilobytes.', + 'string' => ':attribute må være mellom :min - :max tegn.', + 'array' => ':attribute må ha mellom :min - :max elementer.', ], - 'boolean' => 'This field must be true or false.', - 'confirmed' => 'The confirmation does not match.', - 'date' => 'This is not a valid date.', - 'date_equals' => 'This must be a date equal to :date.', - 'date_format' => 'This does not match the format :format.', - 'different' => 'This value must be different from :other.', - 'digits' => 'This must be :digits digits.', - 'digits_between' => 'This must be between :min and :max digits.', - 'dimensions' => 'This image has invalid dimensions.', - 'distinct' => 'This field has a duplicate value.', - 'email' => 'This must be a valid email address.', - 'ends_with' => 'This must end with one of the following: :values.', - 'exists' => 'The selected value is invalid.', - 'file' => 'The content must be a file.', - 'filled' => 'This field must have a value.', + 'boolean' => ':attribute må være sann eller usann', + 'confirmed' => ':attribute er ikke likt bekreftelsesfeltet.', + 'date' => ':attribute er ikke en gyldig dato.', + 'date_equals' => ':attribute må være en dato lik :date.', + 'date_format' => ':attribute samsvarer ikke med formatet :format.', + 'different' => ':attribute og :other må være forskellige.', + 'digits' => ':attribute må ha :digits siffer.', + 'digits_between' => ':attribute må være mellom :min og :max siffer.', + 'dimensions' => ':attribute har ugyldige bildedimensjoner.', + 'distinct' => ':attribute har en duplisert verdi.', + 'email' => ':attribute må være en gyldig e-postadresse.', + 'ends_with' => ':attribute må ende med en av følgende: :values.', + 'exists' => 'Det valgte :attribute er ugyldig.', + 'file' => ':attribute må være en fil.', + 'filled' => ':attribute må fylles ut.', 'gt' => [ - 'array' => 'The content must have more than :value items.', - 'file' => 'The file size must be greater than :value kilobytes.', - 'numeric' => 'The value must be greater than :value.', - 'string' => 'The string must be greater than :value characters.', + 'numeric' => ':attribute må være større enn :value.', + 'file' => ':attribute må være større enn :value kilobytes.', + 'string' => ':attribute må være større enn :value tegn.', + 'array' => ':attribute må ha flere enn :value elementer.', ], 'gte' => [ - 'array' => 'The content must have :value items or more.', - 'file' => 'The file size must be greater than or equal :value kilobytes.', - 'numeric' => 'The value must be greater than or equal :value.', - 'string' => 'The string must be greater than or equal :value characters.', + 'numeric' => ':attribute må være større enn eller lik :value.', + 'file' => ':attribute må være større enn eller lik :value kilobytes.', + 'string' => ':attribute må være større enn eller lik :value tegn.', + 'array' => ':attribute må ha :value elementer eller flere.', ], - 'image' => 'This must be an image.', - 'in' => 'The selected value is invalid.', - 'in_array' => 'This value does not exist in :other.', - 'integer' => 'This must be an integer.', - 'ip' => 'This must be a valid IP address.', - 'ipv4' => 'This must be a valid IPv4 address.', - 'ipv6' => 'This must be a valid IPv6 address.', - 'json' => 'This must be a valid JSON string.', + 'image' => ':attribute må være et bilde.', + 'in' => 'Det valgte :attribute er ugyldig.', + 'in_array' => 'Det valgte :attribute eksisterer ikke i :other.', + 'integer' => ':attribute må være et heltall.', + 'ip' => ':attribute må være en gyldig IP-adresse.', + 'ipv4' => ':attribute må være en gyldig IPv4-adresse.', + 'ipv6' => ':attribute må være en gyldig IPv6-addresse.', + 'json' => ':attribute må være på JSON-format.', 'lt' => [ - 'array' => 'The content must have less than :value items.', - 'file' => 'The file size must be less than :value kilobytes.', - 'numeric' => 'The value must be less than :value.', - 'string' => 'The string must be less than :value characters.', + 'numeric' => ':attribute må være mindre enn :value.', + 'file' => ':attribute må være mindre enn :value kilobytes.', + 'string' => ':attribute må være kortere enn :value tegn.', + 'array' => ':attribute må ha færre enn :value elementer.', ], 'lte' => [ - 'array' => 'The content must not have more than :value items.', - 'file' => 'The file size must be less than or equal :value kilobytes.', - 'numeric' => 'The value must be less than or equal :value.', - 'string' => 'The string must be less than or equal :value characters.', + 'numeric' => ':attribute må være mindre enn eller lik :value.', + 'file' => ':attribute må være mindre enn eller lik :value kilobytes.', + 'string' => ':attribute må være kortere enn eller lik :value tegn.', + 'array' => ':attribute må ikke ha flere enn :value elementer.', ], 'max' => [ - 'array' => 'The content may not have more than :max items.', - 'file' => 'The file size may not be greater than :max kilobytes.', - 'numeric' => 'The value may not be greater than :max.', - 'string' => 'The string may not be greater than :max characters.', + 'numeric' => ':attribute må ikke være større enn :max.', + 'file' => ':attribute må ikke være større enn :max kilobytes.', + 'string' => ':attribute må ikke være større enn :max tegn.', + 'array' => ':attribute må ikke ha flere enn :max elementer.', ], - 'mimes' => 'This must be a file of type: :values.', - 'mimetypes' => 'This must be a file of type: :values.', + 'mimes' => ':attribute må være en fil av typen: :values.', + 'mimetypes' => ':attribute må være en fil av typen: :values.', 'min' => [ - 'array' => 'The value must have at least :min items.', - 'file' => 'The file size must be at least :min kilobytes.', - 'numeric' => 'The value must be at least :min.', - 'string' => 'The string must be at least :min characters.', + 'numeric' => ':attribute må være minst :min.', + 'file' => ':attribute må være minst :min kilobytes.', + 'string' => ':attribute må være minst :min tegn.', + 'array' => ':attribute må ha minst :min elementer.', ], - 'multiple_of' => 'The value must be a multiple of :value', - 'not_in' => 'The selected value is invalid.', - 'not_regex' => 'This format is invalid.', - 'numeric' => 'This must be a number.', - 'password' => 'The password is incorrect.', - 'present' => 'This field must be present.', - 'prohibited' => 'This field is prohibited.', - 'prohibited_if' => 'This field is prohibited when :other is :value.', - 'prohibited_unless' => 'This field is prohibited unless :other is in :values.', - 'regex' => 'This format is invalid.', - 'relatable' => 'This field may not be associated with this resource.', - 'required' => 'This field is required.', - 'required_if' => 'This field is required when :other is :value.', - 'required_unless' => 'This field is required unless :other is in :values.', - 'required_with' => 'This field is required when :values is present.', - 'required_with_all' => 'This field is required when :values are present.', - 'required_without' => 'This field is required when :values is not present.', - 'required_without_all' => 'This field is required when none of :values are present.', - 'same' => 'The value of this field must match the one from :other.', + 'multiple_of' => ':attribute må være flere av :value', + 'not_in' => 'Den valgte :attribute er ugyldig.', + 'not_regex' => 'Formatet på :attribute er ugyldig.', + 'numeric' => ':attribute må være et tall.', + 'password' => 'Passordet er feil.', + 'present' => ':attribute må eksistere.', + 'regex' => 'Formatet på :attribute er ugyldig.', + 'relatable' => ':attribute kan ikke være knyttet til denne ressursen.', + 'required' => ':attribute må fylles ut.', + 'required_if' => ':attribute må fylles ut når :other er :value.', + 'required_unless' => ':attribute er påkrevd med mindre :other finnes blant verdiene :values.', + 'required_with' => ':attribute må fylles ut når :values er utfylt.', + 'required_with_all' => ':attribute er påkrevd når :values er oppgitt.', + 'required_without' => ':attribute må fylles ut når :values ikke er utfylt.', + 'required_without_all' => ':attribute er påkrevd når ingen av :values er oppgitt.', + 'prohibited' => ':attribute felt er forbudt.', + 'prohibited_if' => ':attribute felt er forbudt når :other er :value.', + 'prohibited_unless' => ':attribute felt er forbudt med mindre :other er i :values.', + 'same' => ':attribute og :other må være like.', 'size' => [ - 'array' => 'The content must contain :size items.', - 'file' => 'The file size must be :size kilobytes.', - 'numeric' => 'The value must be :size.', - 'string' => 'The string must be :size characters.', + 'numeric' => ':attribute må være :size.', + 'file' => ':attribute må være :size kilobytes.', + 'string' => ':attribute må være :size tegn lang.', + 'array' => ':attribute må inneholde :size elementer.', ], - 'starts_with' => 'This must start with one of the following: :values.', - 'string' => 'This must be a string.', - 'timezone' => 'This must be a valid zone.', - 'unique' => 'This has already been taken.', - 'uploaded' => 'This failed to upload.', - 'url' => 'This format is invalid.', - 'uuid' => 'This must be a valid UUID.', - 'custom' => [ + 'starts_with' => ':attribute må starte med en av følgende: :values.', + 'string' => ':attribute må være en tekststreng.', + 'timezone' => ':attribute må være en gyldig tidssone.', + 'unique' => ':attribute er allerede i bruk.', + 'uploaded' => ':attribute kunne ikke lastes opp.', + 'url' => 'Formatet på :attribute er ugyldig.', + 'uuid' => ':attribute må være en gyldig UUID.', + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'custom' => [ 'attribute-name' => [ 'rule-name' => 'custom-message', ], ], - 'attributes' => [], + ]; diff --git a/locales/nb/validation.php b/locales/nb/validation.php index 01d514838fc..0a71a996b6d 100644 --- a/locales/nb/validation.php +++ b/locales/nb/validation.php @@ -1,17 +1,17 @@ ':attribute må aksepteres.', 'active_url' => ':attribute er ikke en gyldig URL.', 'after' => ':attribute må være en dato etter :date.', @@ -20,14 +20,14 @@ 'alpha_dash' => ':attribute må kun bestå av bokstaver, tall og bindestreker.', 'alpha_num' => ':attribute må kun bestå av bokstaver og tall.', 'array' => ':attribute må være en matrise.', - 'attached' => 'This :attribute is already attached.', + 'attached' => ':attribute er allerede vedlagt.', 'before' => ':attribute må være en dato før :date.', 'before_or_equal' => ':attribute må være en dato før eller lik :date.', 'between' => [ - 'array' => ':attribute må ha mellom :min - :max elementer.', - 'file' => ':attribute må være mellom :min - :max kilobytes.', 'numeric' => ':attribute må være mellom :min - :max.', + 'file' => ':attribute må være mellom :min - :max kilobytes.', 'string' => ':attribute må være mellom :min - :max tegn.', + 'array' => ':attribute må ha mellom :min - :max elementer.', ], 'boolean' => ':attribute må være sann eller usann', 'confirmed' => ':attribute er ikke likt bekreftelsesfeltet.', @@ -45,16 +45,16 @@ 'file' => ':attribute må være en fil.', 'filled' => ':attribute må fylles ut.', 'gt' => [ - 'array' => ':attribute må ha flere enn :value elementer.', - 'file' => ':attribute må være større enn :value kilobytes.', 'numeric' => ':attribute må være større enn :value.', + 'file' => ':attribute må være større enn :value kilobytes.', 'string' => ':attribute må være større enn :value tegn.', + 'array' => ':attribute må ha flere enn :value elementer.', ], 'gte' => [ - 'array' => ':attribute må ha :value elementer eller flere.', - 'file' => ':attribute må være større enn eller lik :value kilobytes.', 'numeric' => ':attribute må være større enn eller lik :value.', + 'file' => ':attribute må være større enn eller lik :value kilobytes.', 'string' => ':attribute må være større enn eller lik :value tegn.', + 'array' => ':attribute må ha :value elementer eller flere.', ], 'image' => ':attribute må være et bilde.', 'in' => 'Det valgte :attribute er ugyldig.', @@ -65,42 +65,39 @@ 'ipv6' => ':attribute må være en gyldig IPv6-addresse.', 'json' => ':attribute må være på JSON-format.', 'lt' => [ - 'array' => ':attribute må ha færre enn :value elementer.', - 'file' => ':attribute må være mindre enn :value kilobytes.', 'numeric' => ':attribute må være mindre enn :value.', + 'file' => ':attribute må være mindre enn :value kilobytes.', 'string' => ':attribute må være kortere enn :value tegn.', + 'array' => ':attribute må ha færre enn :value elementer.', ], 'lte' => [ - 'array' => ':attribute må ikke ha flere enn :value elementer.', - 'file' => ':attribute må være mindre enn eller lik :value kilobytes.', 'numeric' => ':attribute må være mindre enn eller lik :value.', + 'file' => ':attribute må være mindre enn eller lik :value kilobytes.', 'string' => ':attribute må være kortere enn eller lik :value tegn.', + 'array' => ':attribute må ikke ha flere enn :value elementer.', ], 'max' => [ - 'array' => ':attribute må ikke ha flere enn :max elementer.', - 'file' => ':attribute må ikke være større enn :max kilobytes.', 'numeric' => ':attribute må ikke være større enn :max.', + 'file' => ':attribute må ikke være større enn :max kilobytes.', 'string' => ':attribute må ikke være større enn :max tegn.', + 'array' => ':attribute må ikke ha flere enn :max elementer.', ], 'mimes' => ':attribute må være en fil av typen: :values.', 'mimetypes' => ':attribute må være en fil av typen: :values.', 'min' => [ - 'array' => ':attribute må ha minst :min elementer.', - 'file' => ':attribute må være minst :min kilobytes.', 'numeric' => ':attribute må være minst :min.', + 'file' => ':attribute må være minst :min kilobytes.', 'string' => ':attribute må være minst :min tegn.', + 'array' => ':attribute må ha minst :min elementer.', ], - 'multiple_of' => 'The :attribute must be a multiple of :value', + 'multiple_of' => ':attribute må være flere av :value', 'not_in' => 'Den valgte :attribute er ugyldig.', 'not_regex' => 'Formatet på :attribute er ugyldig.', 'numeric' => ':attribute må være et tall.', 'password' => 'Passordet er feil.', 'present' => ':attribute må eksistere.', - 'prohibited' => 'The :attribute field is prohibited.', - 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.', - 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.', 'regex' => 'Formatet på :attribute er ugyldig.', - 'relatable' => 'This :attribute may not be associated with this resource.', + 'relatable' => ':attribute kan ikke være knyttet til denne ressursen.', 'required' => ':attribute må fylles ut.', 'required_if' => ':attribute må fylles ut når :other er :value.', 'required_unless' => ':attribute er påkrevd med mindre :other finnes blant verdiene :values.', @@ -108,12 +105,15 @@ 'required_with_all' => ':attribute er påkrevd når :values er oppgitt.', 'required_without' => ':attribute må fylles ut når :values ikke er utfylt.', 'required_without_all' => ':attribute er påkrevd når ingen av :values er oppgitt.', + 'prohibited' => ':attribute felt er forbudt.', + 'prohibited_if' => ':attribute felt er forbudt når :other er :value.', + 'prohibited_unless' => ':attribute felt er forbudt med mindre :other er i :values.', 'same' => ':attribute og :other må være like.', 'size' => [ - 'array' => ':attribute må inneholde :size elementer.', - 'file' => ':attribute må være :size kilobytes.', 'numeric' => ':attribute må være :size.', + 'file' => ':attribute må være :size kilobytes.', 'string' => ':attribute må være :size tegn lang.', + 'array' => ':attribute må inneholde :size elementer.', ], 'starts_with' => ':attribute må starte med en av følgende: :values.', 'string' => ':attribute må være en tekststreng.', @@ -122,10 +122,34 @@ 'uploaded' => ':attribute kunne ikke lastes opp.', 'url' => 'Formatet på :attribute er ugyldig.', 'uuid' => ':attribute må være en gyldig UUID.', - 'custom' => [ + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'custom' => [ 'attribute-name' => [ 'rule-name' => 'custom-message', ], ], - 'attributes' => [], + + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. + | + */ + + 'attributes' => [], ]; From d9d3dc9ed875b7fe82df5f83f1660987de245422 Mon Sep 17 00:00:00 2001 From: "Daniel S. Billing" Date: Tue, 11 May 2021 21:32:18 +0200 Subject: [PATCH 2/4] Full comparison with english file, updated accordingly. Including countries --- locales/nb/nb.json | 291 +++++++++++++++++++++++---------------------- 1 file changed, 146 insertions(+), 145 deletions(-) diff --git a/locales/nb/nb.json b/locales/nb/nb.json index 95f920d3bad..c0ac49309fe 100644 --- a/locales/nb/nb.json +++ b/locales/nb/nb.json @@ -1,20 +1,20 @@ { + ":days day trial": ":days dagers prøveversjon", "30 Days": "30 dager", "60 Days": "60 dager", "90 Days": "90 dager", ":amount Total": ":amount total", - ":days day trial": ":days dagers prøveversjon", ":resource Details": ":resource detaljer", ":resource Details: :title": ":resource detaljer: :title", "A fresh verification link has been sent to your email address.": "En ny bekreftelseslenke har blitt sendt til e-postadressen din.", "A new verification link has been sent to the email address you provided during registration.": "En ny bekreftelseskobling er sendt til e-postadressen du oppga under registreringen.", "Accept Invitation": "Godta invitasjon", - "Action": "Handling", "Action Happened At": "Skjedde kl", "Action Initiated By": "Initiert av", "Action Name": "Navn", "Action Status": "Status", "Action Target": "Mål", + "Action": "Handling", "Actions": "Handlinger", "Add": "Legg til", "Add a new team member to your team, allowing them to collaborate with you.": "Legg til et nytt teammedlem i teamet ditt, slik at de kan samarbeide med deg.", @@ -23,28 +23,28 @@ "Add Team Member": "Legg til teammedlem", "Add VAT Number": "Legg til MVA-nummer", "Added.": "Lagt til.", - "Address": "Adresse", "Address Line 2": "Adresse linje 2", - "Administrator": "Administrator", + "Address": "Adresse", "Administrator users can perform any action.": "Administratorbrukere kan utføre en hvilken som helst handling.", + "Administrator": "Administrator", "Afghanistan": "Afghanistan", - "Aland Islands": "Åland Islands", + "Aland Islands": "Åland", "Albania": "Albania", - "Algeria": "Algeria", + "Algeria": "Algerie", "All of the people that are part of this team.": "Alle menneskene som er en del av dette teamet.", "All resources loaded.": "Alle ressurser lastet inn.", "All rights reserved.": "Alle rettigheter forbeholdt.", "Already registered?": "Allerede registrert?", - "American Samoa": "American Samoa", + "American Samoa": "Amerikansk Samoa", "An error occured while uploading the file.": "Det oppstod en feil under opplasting av filen.", "An unexpected error occurred and we have notified our support team. Please try again later.": "Det oppsto en uventet feil, og vi har varslet supportteamet vårt. Prøv igjen senere.", "Andorra": "Andorra", "Angola": "Angola", "Anguilla": "Anguilla", "Another user has updated this resource since this page was loaded. Please refresh the page and try again.": "En annen bruker har oppdatert denne ressursen siden siden ble lastet inn. Oppdater siden og prøv igjen.", - "Antarctica": "Antarctica", - "Antigua and Barbuda": "Antigua and Barbuda", - "Antigua And Barbuda": "Antigua and Barbuda", + "Antarctica": "Antarktika", + "Antigua and Barbuda": "Antigua og Barbuda", + "Antigua And Barbuda": "Antigua og Barbuda", "API Token": "API-token", "API Token Permissions": "API-token rettigheter", "API Tokens": "API-tokens", @@ -68,20 +68,20 @@ "Argentina": "Argentina", "Armenia": "Armenia", "Aruba": "Aruba", - "Attach": "Attach", "Attach & Attach Another": "Legg til og Legg til en annen", "Attach :resource": "Legg til :resource", + "Attach": "Legg til", "August": "August", "Australia": "Australia", - "Austria": "Austria", - "Azerbaijan": "Azerbaijan", + "Austria": "Østerrike", + "Azerbaijan": "Aserbajdsjan", "Bahamas": "Bahamas", "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", "Before proceeding, please check your email for a verification link.": "Før du fortsetter, vennligst sjekk e-posten din og se etter en bekreftelseslenke.", - "Belarus": "Belarus", - "Belgium": "Belgium", + "Belarus": "Hviterussland", + "Belgium": "Belgia", "Belize": "Belize", "Benin": "Benin", "Bermuda": "Bermuda", @@ -89,64 +89,64 @@ "Billing Information": "Faktureringsinformasjon", "Billing Management": "Fakturering", "Bolivia": "Bolivia", - "Bolivia, Plurinational State of": "Bolivia, Plurinational State of", - "Bonaire, Sint Eustatius and Saba": "Bonaire, Sint Eustatius and Saba", - "Bosnia And Herzegovina": "Bosnia and Herzegovina", - "Bosnia and Herzegovina": "Bosnia and Herzegovina", + "Bolivia, Plurinational State of": "Republikken Bolivia av", + "Bonaire, Sint Eustatius and Saba": "Karibisk Nederland", + "Bosnia And Herzegovina": "Bosnia-Hercegovina", + "Bosnia and Herzegovina": "Bosnia-Hercegovina", "Botswana": "Botswana", - "Bouvet Island": "Bouvet Island", - "Brazil": "Brazil", - "British Indian Ocean Territory": "British Indian Ocean Territory", + "Bouvet Island": "Bouvetøya", + "Brazil": "Brasil", + "British Indian Ocean Territory": "Det britiske territoriet i Indiahavet", "Browser Sessions": "Nettleserøkter", "Brunei Darussalam": "Brunei", "Bulgaria": "Bulgaria", "Burkina Faso": "Burkina Faso", "Burundi": "Burundi", - "Cambodia": "Cambodia", - "Cameroon": "Cameroon", - "Canada": "Canada", + "Cambodia": "Kambodsja", + "Cameroon": "Kamerun", + "Canada": "Kanada", "Cancel": "Avbryt", "Cancel Subscription": "Avbryt abonnementet", - "Cape Verde": "Cape Verde", + "Cape Verde": "Kapp Verde", "Card": "Kort", - "Cayman Islands": "Cayman Islands", - "Central African Republic": "Central African Republic", - "Chad": "Chad", + "Cayman Islands": "Caymanøyene", + "Central African Republic": "Den sentralafrikanske republikk", + "Chad": "Tsjad", "Change Subscription Plan": "Endre abonnementsplan", "Changes": "Endringer", "Chile": "Chile", - "China": "China", - "Choose": "Choose", + "China": "Kina", "Choose :field": "Velg :field", "Choose :resource": "Velg :resource", "Choose an option": "Velg et alternativ", "Choose date": "Velg dato", "Choose File": "Velg fil", "Choose Type": "Velg type", - "Christmas Island": "Christmas Island", + "Choose": "Velg", + "Christmas Island": "Christmasøya", "City": "By", "click here to request another": "klikk her for å be om en ny", "Click to choose": "Klikk for å velge", "Close": "Lukk", - "Cocos (Keeling) Islands": "Cocos (Keeling) Islands", + "Cocos (Keeling) Islands": "Kokosøyene", "Code": "Kode", "Colombia": "Colombia", - "Comoros": "Comoros", + "Comoros": "Komorene", "Confirm": "Bekreft", "Confirm Password": "Bekreft passord", "Confirm Payment": "Bekreft betaling", "Confirm your :amount payment": "Bekreft :amount betalingen", - "Congo": "Congo", - "Congo, Democratic Republic": "Congo, Democratic Republic", - "Congo, the Democratic Republic of the": "Congo, the Democratic Republic of the", - "Constant": "Constant", - "Cook Islands": "Cook Islands", + "Congo": "Den demokratiske republikken Kongo", + "Congo, Democratic Republic": "Den demokratiske republikken Kongo", + "Congo, the Democratic Republic of the": "Den demokratiske republikken Kongo", + "Constant": "Konstant", + "Cook Islands": "Cookøyene", "Costa Rica": "Costa Rica", - "Cote D'Ivoire": "Côte d'Ivoire", + "Cote D'Ivoire": "Elfenbenskysten", + "Côte d'Ivoire": "Elfenbenskysten", "could not be found.": "kunne ikke bli funnet.", "Country": "Land", "Coupon": "Kupong", - "Create": "Opprett", "Create & Add Another": "Opprett og legg til en annen", "Create :resource": "Opprett :resource", "Create a new team to collaborate with others on projects.": "Lag et nytt team for å samarbeide med andre om prosjekter.", @@ -154,17 +154,17 @@ "Create API Token": "Opprett API-token", "Create New Team": "Opprett nytt team", "Create Team": "Opprett team", + "Create": "Opprett", "Created.": "Opprettet.", - "Croatia": "Croatia", + "Croatia": "Kroatia", "Cuba": "Cuba", "Curaçao": "Curaçao", "Current Password": "Nåværende passord", "Current Subscription Plan": "Gjeldende abonnementsplan", "Currently Subscribed": "For øyeblikket abonnert", "Customize": "Tilpass", - "Cyprus": "Cyprus", - "Czech Republic": "Czechia", - "Côte d'Ivoire": "Côte d'Ivoire", + "Cyprus": "Kypros", + "Czech Republic": "Tsjekkia", "Dashboard": "Dashboard", "December": "Desember", "Decrease": "Reduser", @@ -175,16 +175,16 @@ "Delete Resource": "Slett ressurs", "Delete Selected": "Slett valgt", "Delete Team": "Slett team", - "Denmark": "Denmark", + "Denmark": "Danmark", "Detach": "Løsne", "Detach Resource": "Løsne ressurs", "Detach Selected": "Løsne valgt", "Details": "Detaljer", "Disable": "Deaktiver", "Djibouti": "Djibouti", - "Do you really want to leave? You have unsaved changes.": "Vil du virkelig dra? Du har ikke lagrede endringer.", + "Do you really want to leave? You have unsaved changes.": "Vil du virkelig gå vekk? Du har ikke lagrede endringer.", "Dominica": "Dominica", - "Dominican Republic": "Dominican Republic", + "Dominican Republic": "Den dominikanske republikk", "Done.": "Ferdig.", "Download": "Nedlasting", "Download Receipt": "Last ned kvittering", @@ -203,16 +203,16 @@ "Email Password Reset Link": "Link for tilbakestilling av e-postpassord", "Enable": "Aktiver", "Ensure your account is using a long, random password to stay secure.": "Forsikre deg om at kontoen din bruker et langt, tilfeldig passord for å være sikker.", - "Equatorial Guinea": "Equatorial Guinea", + "Equatorial Guinea": "Ekvatorial-Guinea", "Eritrea": "Eritrea", - "Estonia": "Estonia", - "Ethiopia": "Ethiopia", + "Estonia": "Estland", + "Ethiopia": "Etiopia", "ex VAT": "eks MVA", "Extra Billing Information": "Ekstra faktureringsinformasjon", "Extra confirmation is needed to process your payment. Please confirm your payment by filling out your payment details below.": "Ekstra bekreftelse er nødvendig for å behandle betalingen. Bekreft betalingen ved å fylle ut betalingsinformasjonen nedenfor.", "Extra confirmation is needed to process your payment. Please continue to the payment page by clicking on the button below.": "Ekstra bekreftelse er nødvendig for å behandle betalingen. Fortsett til betalingssiden ved å klikke på knappen nedenfor.", - "Falkland Islands (Malvinas)": "Falkland Islands (Malvinas)", - "Faroe Islands": "Faroe Islands", + "Falkland Islands (Malvinas)": "Falklandsøyene", + "Faroe Islands": "Færøyene", "February": "Februar", "Fiji": "Fiji", "Finland": "Finland", @@ -225,9 +225,9 @@ "Forgot your password?": "Glemt passordet ditt?", "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Glemt passordet? Ikke noe problem. Bare gi oss beskjed om e-postadressen din, så sender vi deg en lenke for tilbakestilling av passord som lar deg velge en ny.", "France": "Frankrike", - "French Guiana": "French Guiana", - "French Polynesia": "French Polynesia", - "French Southern Territories": "French Southern Territories", + "French Guiana": "Fransk Guyana", + "French Polynesia": "Fransk Polynesia", + "French Southern Territories": "Fransk sørlig og antarktisk territorium", "Full name": "Fullt navn", "Gabon": "Gabon", "Gambia": "Gambia", @@ -257,12 +257,12 @@ "Hello!": "Hallo!", "Hide Content": "Skjul innhold", "Hold Up!": "Vent!", - "Holy See (Vatican City State)": "Vatican City", + "Holy See (Vatican City State)": "Vatikanstaten", "Honduras": "Honduras", - "Hong Kong": "Hong Kong", - "Hungary": "Hungary", + "Hong Kong": "Hongkong", + "Hungary": "Ungarn", "I agree to the :terms_of_service and :privacy_policy": "Jeg er enig i :terms_of_service og :privacy_policy", - "Iceland": "Iceland", + "Iceland": "Island", "ID": "ID", "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Hvis det er nødvendig, kan du logge av alle andre nettleserøkter på tvers av alle enhetene dine. Noen av de siste øktene dine er oppført nedenfor; denne listen kan imidlertid ikke være uttømmende. Hvis du føler at kontoen din er kompromittert, bør du også oppdatere passordet ditt.", "If necessary, you may logout of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Hvis det er nødvendig, kan du logge av alle andre nettleserøkter på tvers av alle enhetene dine. Noen av de siste øktene dine er oppført nedenfor; denne listen kan imidlertid ikke være uttømmende. Hvis du føler at kontoen din er kompromittert, bør du også oppdatere passordet ditt.", @@ -278,6 +278,7 @@ "India": "India", "Indonesia": "Indonesia", "Invalid signature.": "Ugyldig signatur.", + "Iran, Islamic Republic of": "Iran", "Iran, Islamic Republic Of": "Iran", "Iraq": "Irak", "Ireland": "Irland", @@ -287,36 +288,36 @@ "It looks like you do not have an active subscription. You may choose one of the subscription plans below to get started. Subscription plans may be changed or cancelled at your convenience.": "Det ser ut til at du ikke har et aktivt abonnement. Du kan velge en av abonnementsplanene nedenfor for å komme i gang. Abonnementsplaner kan endres eller kanselleres når det passer deg.", "Italy": "Italia", "Jamaica": "Jamaica", - "January": "January", + "January": "Januar", "Japan": "Japan", "Jersey": "Jersey", "Jordan": "Jordan", "July": "Juli", "June": "Juni", - "Kazakhstan": "Kazakhstan", + "Kazakhstan": "Kasakhstan", "Kenya": "Kenya", "Key": "Nøkkel", "Kiribati": "Kiribati", - "Korea": "South Korea", - "Korea, Democratic People's Republic of": "North Korea", - "Korea, Republic of": "Korea, Republic of", + "Korea": "Korea", + "Korea, Democratic People's Republic of": "Nord-Korea", + "Korea, Republic of": "Sør-Korea", "Kosovo": "Kosovo", "Kuwait": "Kuwait", - "Kyrgyzstan": "Kyrgyzstan", + "Kyrgyzstan": "Kirgisistan", "Lao People's Democratic Republic": "Laos", "Last active": "Sist aktiv", "Last used": "Sist brukt", "Latvia": "Latvia", "Leave": "Forlat", "Leave Team": "Forlat Team", - "Lebanon": "Lebanon", + "Lebanon": "Libanon", "Lens": "Linse", "Lesotho": "Lesotho", "Liberia": "Liberia", "Libyan Arab Jamahiriya": "Libya", "Liechtenstein": "Liechtenstein", - "Lithuania": "Lithuania", - "Load :perPage More": "Last :perPage mer", + "Lithuania": "Litauen", + "Load :perPage More": "Last :perPage til", "Log in": "Logg Inn", "Log out": "Logg ut", "Log Out": "Logg ut", @@ -324,14 +325,14 @@ "Login": "Logg inn", "Logout": "Logg ut", "Logout Other Browser Sessions": "Logg ut andre nettlesersesjoner", - "Luxembourg": "Luxembourg", + "Luxembourg": "Luxemburg", "Macao": "Macao", - "Macedonia": "North Macedonia", - "Macedonia, the former Yugoslav Republic of": "Macedonia, the former Yugoslav Republic of", - "Madagascar": "Madagascar", + "Macedonia": "Nord-Makedonia", + "Macedonia, the former Yugoslav Republic of": "Nord-Makedonia", + "Madagascar": "Madagaskar", "Malawi": "Malawi", "Malaysia": "Malaysia", - "Maldives": "Maldives", + "Maldives": "Maldivene", "Mali": "Mali", "Malta": "Malta", "Manage Account": "Administrer konto", @@ -342,16 +343,16 @@ "Manage Team": "Administrer team", "Managing billing for :billableName": "Administrerer fakturering for :billableName", "March": "Mars", - "Marshall Islands": "Marshall Islands", + "Marshall Islands": "Marshalløyene", "Martinique": "Martinique", "Mauritania": "Mauritania", "Mauritius": "Mauritius", "May": "Mai", "Mayotte": "Mayotte", "Mexico": "Mexico", - "Micronesia, Federated States Of": "Micronesia", + "Micronesia, Federated States Of": "Mikronesiaføderasjonen", "Moldova": "Moldova", - "Moldova, Republic of": "Moldova, Republic of", + "Moldova, Republic of": "Moldova", "Monaco": "Monaco", "Mongolia": "Mongolia", "Montenegro": "Montenegro", @@ -359,28 +360,27 @@ "Monthly": "Månedlig", "monthly": "månedlig", "Montserrat": "Montserrat", - "Morocco": "Morocco", - "Mozambique": "Mozambique", + "Morocco": "Marokko", + "Mozambique": "Mosambik", "Myanmar": "Myanmar", "Name": "Navn", "Namibia": "Namibia", "Nauru": "Nauru", "Nepal": "Nepal", - "Netherlands": "Netherlands", - "Netherlands Antilles": "Netherlands Antilles", + "Netherlands Antilles": "De nederlandske Antiller", + "Netherlands": "Nederland", "Nevermind": "Glem det", "Nevermind, I'll keep my old plan": "Glem det, vil jeg beholde min gamle plan", - "New": "Ny", "New :resource": "Ny :resource", - "New Caledonia": "New Caledonia", + "New Caledonia": "Ny-Caledonia", "New Password": "Nytt passord", "New Zealand": "New Zealand", + "New": "Ny", "Next": "Neste", "Nicaragua": "Nicaragua", "Niger": "Niger", "Nigeria": "Nigeria", "Niue": "Niue", - "No": "Nei", "No :resource matched the given criteria.": "Nei :resource samsvarte med gitte kriterier.", "No additional information...": "Ingen ytterligere informasjon...", "No Current Data": "Ingen nåværende data", @@ -388,9 +388,10 @@ "no file selected": "ingen fil valgt", "No Increase": "Ingen økning", "No Prior Data": "Ingen tidligere data", - "No Results Found.": "Ingen resultater.", - "Norfolk Island": "Norfolk Island", - "Northern Mariana Islands": "Northern Mariana Islands", + "No Results Found.": "Ingen resultater funnet.", + "No": "Nei", + "Norfolk Island": "Norfolkøyene", + "Northern Mariana Islands": "Nord-Marianene", "Norway": "Norge", "Not Found": "Ikke funnet", "Nova User": "Nova bruker", @@ -408,9 +409,9 @@ "Pagination Navigation": "Paginering navigasjon", "Pakistan": "Pakistan", "Palau": "Palau", - "Palestinian Territory, Occupied": "Palestinian Territories", + "Palestinian Territory, Occupied": "De palestinske territoriene", "Panama": "Panama", - "Papua New Guinea": "Papua New Guinea", + "Papua New Guinea": "Papua Ny-Guinea", "Paraguay": "Paraguay", "Password": "Passord", "Pay :amount": "Betal :amount", @@ -424,9 +425,9 @@ "Permanently delete your account.": "Slett kontoen din permanent.", "Permissions": "Tillatelser", "Peru": "Peru", - "Philippines": "Philippines", + "Philippines": "Filippinene", "Photo": "Foto", - "Pitcairn": "Pitcairn Islands", + "Pitcairn": "Pitcairn", "Please click the button below to verify your email address.": "Vennligst klikk på knappen nedenfor for å bekrefte e-postadressen din.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Bekreft tilgang til kontoen din ved å angi en av koden for nødgjenoppretting.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Bekreft tilgang til kontoen din ved å skrive inn autentiseringskoden som er gitt av autentiseringsprogrammet.", @@ -478,26 +479,26 @@ "Role": "Rolle", "Romania": "Romania", "Run Action": "Kjør handling", - "Russian Federation": "Russian Federation", + "Russian Federation": "Russland", "Rwanda": "Rwanda", "Réunion": "Réunion", - "Saint Barthelemy": "St. Barthélemy", - "Saint Barthélemy": "Saint Barthélemy", - "Saint Helena": "St. Helena", - "Saint Kitts and Nevis": "Saint Kitts and Nevis", - "Saint Kitts And Nevis": "St. Kitts and Nevis", - "Saint Lucia": "St. Lucia", - "Saint Martin": "St. Martin", - "Saint Martin (French part)": "Saint Martin (French part)", - "Saint Pierre and Miquelon": "Saint Pierre and Miquelon", - "Saint Pierre And Miquelon": "St. Pierre and Miquelon", - "Saint Vincent And Grenadines": "St. Vincent and Grenadines", - "Saint Vincent and the Grenadines": "Saint Vincent and the Grenadines", + "Saint Barthelemy": "Saint-Barthélemy", + "Saint Barthélemy": "Saint-Barthélemy", + "Saint Helena": "Sankt Helena", + "Saint Kitts and Nevis": "Saint Kitts og Nevis", + "Saint Kitts And Nevis": "Saint Kitts og Nevis", + "Saint Lucia": "Saint Lucia", + "Saint Martin (French part)": "Saint-Martin", + "Saint Martin": "Saint-Martin", + "Saint Pierre and Miquelon": "Saint Pierre og Miquelon", + "Saint Pierre And Miquelon": "Saint Pierre og Miquelon", + "Saint Vincent And Grenadines": "Saint Vincent og Grenadinene", + "Saint Vincent and the Grenadines": "Saint Vincent og Grenadinene", "Samoa": "Samoa", "San Marino": "San Marino", - "Sao Tome and Principe": "Sao Tome and Principe", - "Sao Tome And Principe": "São Tomé and Príncipe", - "Saudi Arabia": "Saudi Arabia", + "Sao Tome and Principe": "São Tomé og Príncipe", + "Sao Tome And Principe": "São Tomé og Príncipe", + "Saudi Arabia": "Saudi-Arabia", "Save": "Lagre", "Saved.": "Lagret.", "Search": "Søk", @@ -524,36 +525,36 @@ "Sint Maarten (Dutch part)": "Sint Maarten", "Slovakia": "Slovakia", "Slovenia": "Slovenia", - "Solomon Islands": "Solomon Islands", + "Solomon Islands": "Salomonøyene", "Somalia": "Somalia", "Something went wrong.": "Noe gikk galt.", "Sorry! You are not authorized to perform this action.": "Beklager! Du er ikke autorisert til å utføre denne handlingen.", "Sorry, your session has expired.": "Beklager, økten din har utløpt.", - "South Africa": "South Africa", - "South Georgia And Sandwich Isl.": "South Georgia and South Sandwich Islands", - "South Georgia and the South Sandwich Islands": "South Georgia and the South Sandwich Islands", - "South Sudan": "South Sudan", + "South Africa": "Sør-Afrika", + "South Georgia And Sandwich Isl.": "Sør-Georgia og Sør-Sandwichøyene", + "South Georgia and the South Sandwich Islands": "Sør-Georgia og Sør-Sandwichøyene", + "South Sudan": "Sør-Sudan", "Spain": "Spania", "Sri Lanka": "Sri Lanka", - "Start Polling": "Start Polling", - "State \/ County": "Fylke", - "Stop Polling": "Stop Polling", + "Start Polling": "Begynn polling", + "State / County": "Fylke", + "Stop Polling": "Stopp polling", "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Lagre disse gjenopprettingskodene i en sikker passordbehandling. De kan brukes til å gjenopprette tilgang til kontoen din hvis tofaktorautentiseringsenheten din går tapt.", "Subscribe": "Abonner", "Subscription Information": "Abonnementsinformasjon", "Sudan": "Sudan", - "Suriname": "Suriname", - "Svalbard And Jan Mayen": "Svalbard and Jan Mayen", + "Suriname": "Surinam", + "Svalbard And Jan Mayen": "Svalbard og Jan Mayen", "Swaziland": "Eswatini", "Sweden": "Sverige", "Switch Teams": "Bytt team", - "Switzerland": "Switzerland", + "Switzerland": "Sveits", "Syrian Arab Republic": "Syria", "Taiwan": "Taiwan", - "Taiwan, Province of China": "Taiwan, Province of China", - "Tajikistan": "Tajikistan", + "Taiwan, Province of China": "Taiwan", + "Tajikistan": "Tadsjikistan", "Tanzania": "Tanzania", - "Tanzania, United Republic of": "Tanzania, United Republic of", + "Tanzania, United Republic of": "Tanzania", "Team Details": "Team detaljer", "Team Invitation": "Team invitasjon", "Team Members": "Team medlemmer", @@ -616,7 +617,7 @@ "This subscription has expired and cannot be resumed. Please create a new subscription.": "Dette abonnementet har utløpt og kan ikke gjenopptas. Opprett et nytt abonnement.", "This user already belongs to the team.": "Denne brukeren tilhører allerede teamet.", "This user has already been invited to the team.": "Denne brukeren er allerede invitert til teamet.", - "Timor-Leste": "Timor-Leste", + "Timor-Leste": "Øst-Timor", "to": "til", "Today": "I dag", "Toggle navigation": "Vis\/skjul navigasjon", @@ -629,24 +630,23 @@ "total": "total", "Total:": "Total:", "Trashed": "Slettet", - "Trinidad And Tobago": "Trinidad and Tobago", + "Trinidad And Tobago": "Trinidad og Tobago", "Tunisia": "Tunisia", - "Turkey": "Turkey", + "Turkey": "Tyrkia", "Turkmenistan": "Turkmenistan", - "Turks and Caicos Islands": "Turks and Caicos Islands", - "Turks And Caicos Islands": "Turks and Caicos Islands", + "Turks and Caicos Islands": "Turks- og Caicosøyene", + "Turks And Caicos Islands": "Turks- og Caicosøyene", "Tuvalu": "Tuvalu", - "Two Factor Authentication": "Tofaktorautentisering", "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application.": "Tofaktorautentisering er nå aktivert. Skann følgende QR-kode ved hjelp av telefonens autentiseringsapplikasjon.", + "Two Factor Authentication": "Tofaktorautentisering", "Uganda": "Uganda", - "Ukraine": "Ukraine", + "Ukraine": "Ukraina", "Unauthorized": "Uautorisert", - "United Arab Emirates": "United Arab Emirates", - "United Kingdom": "United Kingdom", - "United States": "United States", - "United States Minor Outlying Islands": "United States Minor Outlying Islands", - "United States Outlying Islands": "U.S. Outlying Islands", - "Update": "Oppdater", + "United Arab Emirates": "De forente arabiske emirater", + "United Kingdom": "Storbritannia", + "United States Minor Outlying Islands": "USAs ytre øyer", + "United States Outlying Islands": "USAs ytre øyer", + "United States": "USA", "Update & Continue Editing": "Oppdater og fortsett redigering", "Update :resource": "Oppdater :resource", "Update :resource: :title": "Oppdater :resource: :title", @@ -654,39 +654,40 @@ "Update Password": "Oppdater passord", "Update Payment Information": "Oppdater betalingsinformasjon", "Update your account's profile information and email address.": "Oppdater kontoinformasjonen og e-postadressen til kontoen din.", + "Update": "Oppdater", "Uruguay": "Uruguay", "Use a recovery code": "Bruk en gjenopprettingskode", "Use an authentication code": "Bruk en godkjenningskode", - "Uzbekistan": "Uzbekistan", + "Uzbekistan": "Usbekistan", "Value": "Verdi", "Vanuatu": "Vanuatu", "VAT Number": "MVA-nummer", "Venezuela": "Venezuela", - "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", + "Venezuela, Bolivarian Republic of": "Venezuela", "Verify Email Address": "Bekreft e-postadresse", "Verify Your Email Address": "Bekreft e-postadressen din", "Viet Nam": "Vietnam", "View": "Vis", - "Virgin Islands, British": "British Virgin Islands", - "Virgin Islands, U.S.": "U.S. Virgin Islands", - "Wallis and Futuna": "Wallis and Futuna", - "Wallis And Futuna": "Wallis and Futuna", + "Virgin Islands, British": "De britiske Jomfruøyer", + "Virgin Islands, U.S.": "De amerikanske Jomfruøyer", + "Wallis and Futuna": "Wallis og Futuna", + "Wallis And Futuna": "Wallis og Futuna", "We are unable to process your payment. Please contact customer support.": "Vi kan ikke behandle betalingen din. Kontakt kundestøtte.", "We were unable to find a registered user with this email address.": "Vi kunne ikke finne en registrert bruker med denne e-postadressen.", "We will send a receipt download link to the email addresses that you specify below. You may separate multiple email addresses using commas.": "Vi sender en lenke for nedlasting av kvittering til e-postadressene du angir nedenfor. Du kan skille flere e-postadresser ved hjelp av komma.", "We won't ask for your password again for a few hours.": "Vi ber ikke om passordet ditt igjen i noen timer.", "We're lost in space. The page you were trying to view does not exist.": "Vi er tapt i verdensrommet. Siden du prøvde å se eksisterer ikke.", "Welcome Back!": "Velkommen tilbake!", - "Western Sahara": "Western Sahara", + "Western Sahara": "Vest-Sahara", "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Når tofaktorautentisering er aktivert, blir du bedt om et sikkert, tilfeldig token under autentisering. Du kan hente dette tokenet fra telefonens Google Authenticator-applikasjon.", - "Whoops": "Oisann", - "Whoops!": "Oisann!", "Whoops! Something went wrong.": "Oisann! Noe gikk galt.", + "Whoops!": "Oisann!", + "Whoops": "Oisann", "With Trashed": "Med slettede", "Write": "Skriv", "Year To Date": "År til dato", "Yearly": "Årlig", - "Yemen": "Yemen", + "Yemen": "Jemen", "Yes": "Ja", "You are currently within your free trial period. Your trial will expire on :date.": "Du er for tiden innenfor din gratis prøveperiode. Prøveperioden utløper den :date.", "You are logged in!": "Du er logget inn!", @@ -705,5 +706,5 @@ "Your registered VAT Number is :vatNumber.": "Det registrerte MVA-nummeret ditt er :vatNumber.", "Zambia": "Zambia", "Zimbabwe": "Zimbabwe", - "Zip \/ Postal Code": "Postnummer" + "Zip / Postal Code": "Postnummer" } From ffc987c661fc7714f9b83a08eba9103400359047 Mon Sep 17 00:00:00 2001 From: "Daniel S. Billing" Date: Sat, 15 May 2021 12:24:51 +0200 Subject: [PATCH 3/4] Sorted by alphanum --- locales/nb/nb.json | 60 +++++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/locales/nb/nb.json b/locales/nb/nb.json index c0ac49309fe..964bfe90d67 100644 --- a/locales/nb/nb.json +++ b/locales/nb/nb.json @@ -1,20 +1,20 @@ { + ":amount Total": ":amount total", ":days day trial": ":days dagers prøveversjon", + ":resource Details": ":resource detaljer", + ":resource Details: :title": ":resource detaljer: :title", "30 Days": "30 dager", "60 Days": "60 dager", "90 Days": "90 dager", - ":amount Total": ":amount total", - ":resource Details": ":resource detaljer", - ":resource Details: :title": ":resource detaljer: :title", "A fresh verification link has been sent to your email address.": "En ny bekreftelseslenke har blitt sendt til e-postadressen din.", "A new verification link has been sent to the email address you provided during registration.": "En ny bekreftelseskobling er sendt til e-postadressen du oppga under registreringen.", "Accept Invitation": "Godta invitasjon", + "Action": "Handling", "Action Happened At": "Skjedde kl", "Action Initiated By": "Initiert av", "Action Name": "Navn", "Action Status": "Status", "Action Target": "Mål", - "Action": "Handling", "Actions": "Handlinger", "Add": "Legg til", "Add a new team member to your team, allowing them to collaborate with you.": "Legg til et nytt teammedlem i teamet ditt, slik at de kan samarbeide med deg.", @@ -23,10 +23,10 @@ "Add Team Member": "Legg til teammedlem", "Add VAT Number": "Legg til MVA-nummer", "Added.": "Lagt til.", - "Address Line 2": "Adresse linje 2", "Address": "Adresse", - "Administrator users can perform any action.": "Administratorbrukere kan utføre en hvilken som helst handling.", + "Address Line 2": "Adresse linje 2", "Administrator": "Administrator", + "Administrator users can perform any action.": "Administratorbrukere kan utføre en hvilken som helst handling.", "Afghanistan": "Afghanistan", "Aland Islands": "Åland", "Albania": "Albania", @@ -68,9 +68,9 @@ "Argentina": "Argentina", "Armenia": "Armenia", "Aruba": "Aruba", - "Attach & Attach Another": "Legg til og Legg til en annen", - "Attach :resource": "Legg til :resource", "Attach": "Legg til", + "Attach :resource": "Legg til :resource", + "Attach & Attach Another": "Legg til og Legg til en annen", "August": "August", "Australia": "Australia", "Austria": "Østerrike", @@ -91,8 +91,8 @@ "Bolivia": "Bolivia", "Bolivia, Plurinational State of": "Republikken Bolivia av", "Bonaire, Sint Eustatius and Saba": "Karibisk Nederland", - "Bosnia And Herzegovina": "Bosnia-Hercegovina", "Bosnia and Herzegovina": "Bosnia-Hercegovina", + "Bosnia And Herzegovina": "Bosnia-Hercegovina", "Botswana": "Botswana", "Bouvet Island": "Bouvetøya", "Brazil": "Brasil", @@ -116,13 +116,13 @@ "Changes": "Endringer", "Chile": "Chile", "China": "Kina", + "Choose": "Velg", "Choose :field": "Velg :field", "Choose :resource": "Velg :resource", "Choose an option": "Velg et alternativ", "Choose date": "Velg dato", "Choose File": "Velg fil", "Choose Type": "Velg type", - "Choose": "Velg", "Christmas Island": "Christmasøya", "City": "By", "click here to request another": "klikk her for å be om en ny", @@ -147,14 +147,14 @@ "could not be found.": "kunne ikke bli funnet.", "Country": "Land", "Coupon": "Kupong", - "Create & Add Another": "Opprett og legg til en annen", + "Create": "Opprett", "Create :resource": "Opprett :resource", + "Create & Add Another": "Opprett og legg til en annen", "Create a new team to collaborate with others on projects.": "Lag et nytt team for å samarbeide med andre om prosjekter.", "Create Account": "Opprett konto", "Create API Token": "Opprett API-token", "Create New Team": "Opprett nytt team", "Create Team": "Opprett team", - "Create": "Opprett", "Created.": "Opprettet.", "Croatia": "Kroatia", "Cuba": "Cuba", @@ -221,8 +221,8 @@ "Force Delete": "Tving slett", "Force Delete Resource": "Tving slett ressurs", "Force Delete Selected": "Tving slett valgt", - "Forgot Your Password?": "Glemt passordet ditt?", "Forgot your password?": "Glemt passordet ditt?", + "Forgot Your Password?": "Glemt passordet ditt?", "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Glemt passordet? Ikke noe problem. Bare gi oss beskjed om e-postadressen din, så sender vi deg en lenke for tilbakestilling av passord som lar deg velge en ny.", "France": "Frankrike", "French Guiana": "Fransk Guyana", @@ -357,8 +357,8 @@ "Mongolia": "Mongolia", "Montenegro": "Montenegro", "Month To Date": "Måned til dato", - "Monthly": "Månedlig", "monthly": "månedlig", + "Monthly": "Månedlig", "Montserrat": "Montserrat", "Morocco": "Marokko", "Mozambique": "Mosambik", @@ -367,20 +367,21 @@ "Namibia": "Namibia", "Nauru": "Nauru", "Nepal": "Nepal", - "Netherlands Antilles": "De nederlandske Antiller", "Netherlands": "Nederland", + "Netherlands Antilles": "De nederlandske Antiller", "Nevermind": "Glem det", "Nevermind, I'll keep my old plan": "Glem det, vil jeg beholde min gamle plan", + "New": "Ny", "New :resource": "Ny :resource", "New Caledonia": "Ny-Caledonia", "New Password": "Nytt passord", "New Zealand": "New Zealand", - "New": "Ny", "Next": "Neste", "Nicaragua": "Nicaragua", "Niger": "Niger", "Nigeria": "Nigeria", "Niue": "Niue", + "No": "Nei", "No :resource matched the given criteria.": "Nei :resource samsvarte med gitte kriterier.", "No additional information...": "Ingen ytterligere informasjon...", "No Current Data": "Ingen nåværende data", @@ -389,7 +390,6 @@ "No Increase": "Ingen økning", "No Prior Data": "Ingen tidligere data", "No Results Found.": "Ingen resultater funnet.", - "No": "Nei", "Norfolk Island": "Norfolkøyene", "Northern Mariana Islands": "Nord-Marianene", "Norway": "Norge", @@ -441,7 +441,7 @@ "Please provide your name.": "Vennligst oppgi navnet ditt.", "Poland": "Poland", "Portugal": "Portugal", - "Press \/ to search": "Trykk \/ for å søke", + "Press / to search": "Trykk / for å søke", "Preview": "Forhåndsvisning", "Previous": "Tidligere", "Privacy Policy": "Personvernregler", @@ -467,8 +467,8 @@ "Reset Password": "Nullstill passord", "Reset Password Notification": "Varsling om å nullstille passord", "resource": "ressurs", - "Resources": "Ressurser", "resources": "ressurser", + "Resources": "Ressurser", "Restore": "Gjenopprett", "Restore Resource": "Gjenopprett ressurs", "Restore Selected": "Gjenopprett valgt", @@ -476,20 +476,20 @@ "Resume Subscription": "Fortsett abonnement", "Return to :appName": "Tilbake til :appName", "Reunion": "Réunion", + "Réunion": "Réunion", "Role": "Rolle", "Romania": "Romania", "Run Action": "Kjør handling", "Russian Federation": "Russland", "Rwanda": "Rwanda", - "Réunion": "Réunion", "Saint Barthelemy": "Saint-Barthélemy", "Saint Barthélemy": "Saint-Barthélemy", "Saint Helena": "Sankt Helena", "Saint Kitts and Nevis": "Saint Kitts og Nevis", "Saint Kitts And Nevis": "Saint Kitts og Nevis", "Saint Lucia": "Saint Lucia", - "Saint Martin (French part)": "Saint-Martin", "Saint Martin": "Saint-Martin", + "Saint Martin (French part)": "Saint-Martin", "Saint Pierre and Miquelon": "Saint Pierre og Miquelon", "Saint Pierre And Miquelon": "Saint Pierre og Miquelon", "Saint Vincent And Grenadines": "Saint Vincent og Grenadinene", @@ -528,8 +528,8 @@ "Solomon Islands": "Salomonøyene", "Somalia": "Somalia", "Something went wrong.": "Noe gikk galt.", - "Sorry! You are not authorized to perform this action.": "Beklager! Du er ikke autorisert til å utføre denne handlingen.", "Sorry, your session has expired.": "Beklager, økten din har utløpt.", + "Sorry! You are not authorized to perform this action.": "Beklager! Du er ikke autorisert til å utføre denne handlingen.", "South Africa": "Sør-Afrika", "South Georgia And Sandwich Isl.": "Sør-Georgia og Sør-Sandwichøyene", "South Georgia and the South Sandwich Islands": "Sør-Georgia og Sør-Sandwichøyene", @@ -620,7 +620,7 @@ "Timor-Leste": "Øst-Timor", "to": "til", "Today": "I dag", - "Toggle navigation": "Vis\/skjul navigasjon", + "Toggle navigation": "Vis/skjul navigasjon", "Togo": "Togo", "Tokelau": "Tokelau", "Token Name": "Token navn", @@ -637,24 +637,24 @@ "Turks and Caicos Islands": "Turks- og Caicosøyene", "Turks And Caicos Islands": "Turks- og Caicosøyene", "Tuvalu": "Tuvalu", - "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application.": "Tofaktorautentisering er nå aktivert. Skann følgende QR-kode ved hjelp av telefonens autentiseringsapplikasjon.", "Two Factor Authentication": "Tofaktorautentisering", + "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application.": "Tofaktorautentisering er nå aktivert. Skann følgende QR-kode ved hjelp av telefonens autentiseringsapplikasjon.", "Uganda": "Uganda", "Ukraine": "Ukraina", "Unauthorized": "Uautorisert", "United Arab Emirates": "De forente arabiske emirater", "United Kingdom": "Storbritannia", + "United States": "USA", "United States Minor Outlying Islands": "USAs ytre øyer", "United States Outlying Islands": "USAs ytre øyer", - "United States": "USA", - "Update & Continue Editing": "Oppdater og fortsett redigering", + "Update": "Oppdater", "Update :resource": "Oppdater :resource", "Update :resource: :title": "Oppdater :resource: :title", + "Update & Continue Editing": "Oppdater og fortsett redigering", "Update attached :resource: :title": "Oppdater vedlagt :resource: :title", "Update Password": "Oppdater passord", "Update Payment Information": "Oppdater betalingsinformasjon", "Update your account's profile information and email address.": "Oppdater kontoinformasjonen og e-postadressen til kontoen din.", - "Update": "Oppdater", "Uruguay": "Uruguay", "Use a recovery code": "Bruk en gjenopprettingskode", "Use an authentication code": "Bruk en godkjenningskode", @@ -680,9 +680,9 @@ "Welcome Back!": "Velkommen tilbake!", "Western Sahara": "Vest-Sahara", "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Når tofaktorautentisering er aktivert, blir du bedt om et sikkert, tilfeldig token under autentisering. Du kan hente dette tokenet fra telefonens Google Authenticator-applikasjon.", - "Whoops! Something went wrong.": "Oisann! Noe gikk galt.", - "Whoops!": "Oisann!", "Whoops": "Oisann", + "Whoops!": "Oisann!", + "Whoops! Something went wrong.": "Oisann! Noe gikk galt.", "With Trashed": "Med slettede", "Write": "Skriv", "Year To Date": "År til dato", @@ -707,4 +707,4 @@ "Zambia": "Zambia", "Zimbabwe": "Zimbabwe", "Zip / Postal Code": "Postnummer" -} +} \ No newline at end of file From 3d2f265b9e9dcf86868ead7fc8c9c8f6bbfd6084 Mon Sep 17 00:00:00 2001 From: "Daniel S. Billing" Date: Sat, 15 May 2021 12:29:16 +0200 Subject: [PATCH 4/4] Removed :attribute --- locales/nb/validation-inline.php | 186 +++++++++++++++---------------- 1 file changed, 93 insertions(+), 93 deletions(-) diff --git a/locales/nb/validation-inline.php b/locales/nb/validation-inline.php index 63160d49b36..f4998fad785 100644 --- a/locales/nb/validation-inline.php +++ b/locales/nb/validation-inline.php @@ -12,116 +12,116 @@ | */ - 'accepted' => ':attribute må aksepteres.', - 'active_url' => ':attribute er ikke en gyldig URL.', - 'after' => ':attribute må være en dato etter :date.', - 'after_or_equal' => ':attribute må være en dato etter eller lik :date.', - 'alpha' => ':attribute må kun bestå av bokstaver.', - 'alpha_dash' => ':attribute må kun bestå av bokstaver, tall og bindestreker.', - 'alpha_num' => ':attribute må kun bestå av bokstaver og tall.', - 'array' => ':attribute må være en matrise.', - 'attached' => ':attribute er allerede vedlagt.', - 'before' => ':attribute må være en dato før :date.', - 'before_or_equal' => ':attribute må være en dato før eller lik :date.', + 'accepted' => 'Må aksepteres.', + 'active_url' => 'Er ikke en gyldig URL.', + 'after' => 'Må være en dato etter :date.', + 'after_or_equal' => 'Må være en dato etter eller lik :date.', + 'alpha' => 'Må kun bestå av bokstaver.', + 'alpha_dash' => 'Må kun bestå av bokstaver, tall og bindestreker.', + 'alpha_num' => 'Må kun bestå av bokstaver og tall.', + 'array' => 'Må være en matrise.', + 'attached' => 'Er allerede vedlagt.', + 'before' => 'Må være en dato før :date.', + 'before_or_equal' => 'Må være en dato før eller lik :date.', 'between' => [ - 'numeric' => ':attribute må være mellom :min - :max.', - 'file' => ':attribute må være mellom :min - :max kilobytes.', - 'string' => ':attribute må være mellom :min - :max tegn.', - 'array' => ':attribute må ha mellom :min - :max elementer.', + 'numeric' => 'Må være mellom :min - :max.', + 'file' => 'Må være mellom :min - :max kilobytes.', + 'string' => 'Må være mellom :min - :max tegn.', + 'array' => 'Må ha mellom :min - :max elementer.', ], - 'boolean' => ':attribute må være sann eller usann', - 'confirmed' => ':attribute er ikke likt bekreftelsesfeltet.', - 'date' => ':attribute er ikke en gyldig dato.', - 'date_equals' => ':attribute må være en dato lik :date.', - 'date_format' => ':attribute samsvarer ikke med formatet :format.', - 'different' => ':attribute og :other må være forskellige.', - 'digits' => ':attribute må ha :digits siffer.', - 'digits_between' => ':attribute må være mellom :min og :max siffer.', - 'dimensions' => ':attribute har ugyldige bildedimensjoner.', - 'distinct' => ':attribute har en duplisert verdi.', - 'email' => ':attribute må være en gyldig e-postadresse.', - 'ends_with' => ':attribute må ende med en av følgende: :values.', - 'exists' => 'Det valgte :attribute er ugyldig.', - 'file' => ':attribute må være en fil.', - 'filled' => ':attribute må fylles ut.', + 'boolean' => 'Må være sann eller usann', + 'confirmed' => 'Er ikke likt bekreftelsesfeltet.', + 'date' => 'Er ikke en gyldig dato.', + 'date_equals' => 'Må være en dato lik :date.', + 'date_format' => 'Samsvarer ikke med formatet :format.', + 'different' => 'Denne og :other må være forskellige.', + 'digits' => 'Må ha :digits siffer.', + 'digits_between' => 'Må være mellom :min og :max siffer.', + 'dimensions' => 'Har ugyldige bildedimensjoner.', + 'distinct' => 'Har en duplisert verdi.', + 'email' => 'Må være en gyldig e-postadresse.', + 'ends_with' => 'Må ende med en av følgende: :values.', + 'exists' => 'Den valgte veriden er ugyldig.', + 'file' => 'Må være en fil.', + 'filled' => 'Må fylles ut.', 'gt' => [ - 'numeric' => ':attribute må være større enn :value.', - 'file' => ':attribute må være større enn :value kilobytes.', - 'string' => ':attribute må være større enn :value tegn.', - 'array' => ':attribute må ha flere enn :value elementer.', + 'numeric' => 'Må være større enn :value.', + 'file' => 'Må være større enn :value kilobytes.', + 'string' => 'Må være større enn :value tegn.', + 'array' => 'Må ha flere enn :value elementer.', ], 'gte' => [ - 'numeric' => ':attribute må være større enn eller lik :value.', - 'file' => ':attribute må være større enn eller lik :value kilobytes.', - 'string' => ':attribute må være større enn eller lik :value tegn.', - 'array' => ':attribute må ha :value elementer eller flere.', + 'numeric' => 'Må være større enn eller lik :value.', + 'file' => 'Må være større enn eller lik :value kilobytes.', + 'string' => 'Må være større enn eller lik :value tegn.', + 'array' => 'Må ha :value elementer eller flere.', ], - 'image' => ':attribute må være et bilde.', - 'in' => 'Det valgte :attribute er ugyldig.', - 'in_array' => 'Det valgte :attribute eksisterer ikke i :other.', - 'integer' => ':attribute må være et heltall.', - 'ip' => ':attribute må være en gyldig IP-adresse.', - 'ipv4' => ':attribute må være en gyldig IPv4-adresse.', - 'ipv6' => ':attribute må være en gyldig IPv6-addresse.', - 'json' => ':attribute må være på JSON-format.', + 'image' => 'Må være et bilde.', + 'in' => 'Den valgte veriden er ugyldig.', + 'in_array' => 'Den valgte veriden eksisterer ikke i :other.', + 'integer' => 'Må være et heltall.', + 'ip' => 'Må være en gyldig IP-adresse.', + 'ipv4' => 'Må være en gyldig IPv4-adresse.', + 'ipv6' => 'Må være en gyldig IPv6-addresse.', + 'json' => 'Må være på JSON-format.', 'lt' => [ - 'numeric' => ':attribute må være mindre enn :value.', - 'file' => ':attribute må være mindre enn :value kilobytes.', - 'string' => ':attribute må være kortere enn :value tegn.', - 'array' => ':attribute må ha færre enn :value elementer.', + 'numeric' => 'Må være mindre enn :value.', + 'file' => 'Må være mindre enn :value kilobytes.', + 'string' => 'Må være kortere enn :value tegn.', + 'array' => 'Må ha færre enn :value elementer.', ], 'lte' => [ - 'numeric' => ':attribute må være mindre enn eller lik :value.', - 'file' => ':attribute må være mindre enn eller lik :value kilobytes.', - 'string' => ':attribute må være kortere enn eller lik :value tegn.', - 'array' => ':attribute må ikke ha flere enn :value elementer.', + 'numeric' => 'Må være mindre enn eller lik :value.', + 'file' => 'Må være mindre enn eller lik :value kilobytes.', + 'string' => 'Må være kortere enn eller lik :value tegn.', + 'array' => 'Må ikke ha flere enn :value elementer.', ], 'max' => [ - 'numeric' => ':attribute må ikke være større enn :max.', - 'file' => ':attribute må ikke være større enn :max kilobytes.', - 'string' => ':attribute må ikke være større enn :max tegn.', - 'array' => ':attribute må ikke ha flere enn :max elementer.', + 'numeric' => 'Må ikke være større enn :max.', + 'file' => 'Må ikke være større enn :max kilobytes.', + 'string' => 'Må ikke være større enn :max tegn.', + 'array' => 'Må ikke ha flere enn :max elementer.', ], - 'mimes' => ':attribute må være en fil av typen: :values.', - 'mimetypes' => ':attribute må være en fil av typen: :values.', + 'mimes' => 'Må være en fil av typen: :values.', + 'mimetypes' => 'Må være en fil av typen: :values.', 'min' => [ - 'numeric' => ':attribute må være minst :min.', - 'file' => ':attribute må være minst :min kilobytes.', - 'string' => ':attribute må være minst :min tegn.', - 'array' => ':attribute må ha minst :min elementer.', + 'numeric' => 'Må være minst :min.', + 'file' => 'Må være minst :min kilobytes.', + 'string' => 'Må være minst :min tegn.', + 'array' => 'Må ha minst :min elementer.', ], - 'multiple_of' => ':attribute må være flere av :value', - 'not_in' => 'Den valgte :attribute er ugyldig.', - 'not_regex' => 'Formatet på :attribute er ugyldig.', - 'numeric' => ':attribute må være et tall.', + 'multiple_of' => 'Må være flere av :value', + 'not_in' => 'Den valgte veriden er ugyldig.', + 'not_regex' => 'Formatet på veriden er ugyldig.', + 'numeric' => 'Må være et tall.', 'password' => 'Passordet er feil.', - 'present' => ':attribute må eksistere.', - 'regex' => 'Formatet på :attribute er ugyldig.', - 'relatable' => ':attribute kan ikke være knyttet til denne ressursen.', - 'required' => ':attribute må fylles ut.', - 'required_if' => ':attribute må fylles ut når :other er :value.', - 'required_unless' => ':attribute er påkrevd med mindre :other finnes blant verdiene :values.', - 'required_with' => ':attribute må fylles ut når :values er utfylt.', - 'required_with_all' => ':attribute er påkrevd når :values er oppgitt.', - 'required_without' => ':attribute må fylles ut når :values ikke er utfylt.', - 'required_without_all' => ':attribute er påkrevd når ingen av :values er oppgitt.', - 'prohibited' => ':attribute felt er forbudt.', - 'prohibited_if' => ':attribute felt er forbudt når :other er :value.', - 'prohibited_unless' => ':attribute felt er forbudt med mindre :other er i :values.', - 'same' => ':attribute og :other må være like.', + 'present' => 'Må eksistere.', + 'regex' => 'Formatet på veriden er ugyldig.', + 'relatable' => 'Kan ikke være knyttet til denne ressursen.', + 'required' => 'Må fylles ut.', + 'required_if' => 'Må fylles ut når :other er :value.', + 'required_unless' => 'Er påkrevd med mindre :other finnes blant verdiene :values.', + 'required_with' => 'Må fylles ut når :values er utfylt.', + 'required_with_all' => 'Er påkrevd når :values er oppgitt.', + 'required_without' => 'Må fylles ut når :values ikke er utfylt.', + 'required_without_all' => 'Er påkrevd når ingen av :values er oppgitt.', + 'prohibited' => 'Felt er forbudt.', + 'prohibited_if' => 'Felt er forbudt når :other er :value.', + 'prohibited_unless' => 'Felt er forbudt med mindre :other er i :values.', + 'same' => 'Denne og :other må være like.', 'size' => [ - 'numeric' => ':attribute må være :size.', - 'file' => ':attribute må være :size kilobytes.', - 'string' => ':attribute må være :size tegn lang.', - 'array' => ':attribute må inneholde :size elementer.', + 'numeric' => 'Må være :size.', + 'file' => 'Må være :size kilobytes.', + 'string' => 'Må være :size tegn lang.', + 'array' => 'Må inneholde :size elementer.', ], - 'starts_with' => ':attribute må starte med en av følgende: :values.', - 'string' => ':attribute må være en tekststreng.', - 'timezone' => ':attribute må være en gyldig tidssone.', - 'unique' => ':attribute er allerede i bruk.', - 'uploaded' => ':attribute kunne ikke lastes opp.', - 'url' => 'Formatet på :attribute er ugyldig.', - 'uuid' => ':attribute må være en gyldig UUID.', + 'starts_with' => 'Må starte med en av følgende: :values.', + 'string' => 'Må være en tekststreng.', + 'timezone' => 'Må være en gyldig tidssone.', + 'unique' => 'Er allerede i bruk.', + 'uploaded' => 'Kunne ikke lastes opp.', + 'url' => 'Formatet på er ugyldig.', + 'uuid' => 'Må være en gyldig UUID.', /* |--------------------------------------------------------------------------