-
Notifications
You must be signed in to change notification settings - Fork 994
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Norwegian Nynorsk translations (#1028)
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"Commands:": "Kommandoar:", | ||
"Options:": "Alternativ:", | ||
"Examples:": "Døme:", | ||
"boolean": "boolsk", | ||
"count": "mengd", | ||
"string": "streng", | ||
"number": "nummer", | ||
"array": "matrise", | ||
"required": "obligatorisk", | ||
"default:": "standard:", | ||
"choices:": "val:", | ||
"generated-value": "generert-verdi", | ||
"Not enough non-option arguments: got %s, need at least %s": | ||
"Ikkje nok ikkje-alternativ argument: fekk %s, treng minst %s", | ||
"Too many non-option arguments: got %s, maximum of %s": | ||
"For mange ikkje-alternativ argument: fekk %s, maksimum %s", | ||
"Missing argument value: %s": { | ||
"one": "Manglar argumentverdi: %s", | ||
"other": "Manglar argumentverdiar: %s" | ||
}, | ||
"Missing required argument: %s": { | ||
"one": "Manglar obligatorisk argument: %s", | ||
"other": "Manglar obligatoriske argument: %s" | ||
}, | ||
"Unknown argument: %s": { | ||
"one": "Ukjent argument: %s", | ||
"other": "Ukjende argument: %s" | ||
}, | ||
"Invalid values:": "Ugyldige verdiar:", | ||
"Argument: %s, Given: %s, Choices: %s": "Argument: %s, Gjeve: %s, Val: %s", | ||
"Argument check failed: %s": "Argument sjekk mislukkast: %s", | ||
"Implications failed:": "Konsekvensane mislukkast:", | ||
"Not enough arguments following: %s": "Ikkje nok fylgande argument: %s", | ||
"Invalid JSON config file: %s": "Ugyldig JSON konfigurasjonsfil: %s", | ||
"Path to JSON config file": "Bane til JSON konfigurasjonsfil", | ||
"Show help": "Vis hjelp", | ||
"Show version number": "Vis versjonsnummer" | ||
} |