Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nn]: Machine translation of missing values 🤖 #3980

Merged
merged 1 commit into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locales/nn/php-inline.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ends_with": "This must end with one of the following: :values.",
"enum": "The selected value is invalid.",
"exists": "The selected value is invalid.",
"extensions": "This field must have one of the following extensions: :values.",
"extensions": "Dette feltet må ha en av følgende utvidelser: :values.",
"file": "The content must be a file.",
"filled": "This field must have a value.",
"gt.array": "The content must have more than :value items.",
Expand Down
2 changes: 1 addition & 1 deletion locales/nn/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"ends_with": ":Attribute må slutte på ein av følgande: :values",
"enum": "Den valgte :attribute er ugyldig.",
"exists": "Det valde :attribute er ugyldig.",
"extensions": "The :attribute field must have one of the following extensions: :values.",
"extensions": ":attribute-feltet må ha en av følgende utvidelser: :values.",
"failed": "Brukarnamn og/eller passord er feil.",
"file": ":Attribute må vere ei fil.",
"filled": ":Attribute må fyllast ut.",
Expand Down