Dieses Repository beinhaltet HTML- und Javascript Code zur einer NotizenWebApp auf Basis von Web Storage. Zudem sind Mocha/Chai Tests im Browser enthalten. https://meinenotizen.netlify.app/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

nn.json 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "Commands:": "Kommandoar:",
  3. "Options:": "Alternativ:",
  4. "Examples:": "Døme:",
  5. "boolean": "boolsk",
  6. "count": "mengd",
  7. "string": "streng",
  8. "number": "nummer",
  9. "array": "matrise",
  10. "required": "obligatorisk",
  11. "default:": "standard:",
  12. "choices:": "val:",
  13. "generated-value": "generert-verdi",
  14. "Not enough non-option arguments: got %s, need at least %s":
  15. "Ikkje nok ikkje-alternativ argument: fekk %s, treng minst %s",
  16. "Too many non-option arguments: got %s, maximum of %s":
  17. "For mange ikkje-alternativ argument: fekk %s, maksimum %s",
  18. "Missing argument value: %s": {
  19. "one": "Manglar argumentverdi: %s",
  20. "other": "Manglar argumentverdiar: %s"
  21. },
  22. "Missing required argument: %s": {
  23. "one": "Manglar obligatorisk argument: %s",
  24. "other": "Manglar obligatoriske argument: %s"
  25. },
  26. "Unknown argument: %s": {
  27. "one": "Ukjent argument: %s",
  28. "other": "Ukjende argument: %s"
  29. },
  30. "Invalid values:": "Ugyldige verdiar:",
  31. "Argument: %s, Given: %s, Choices: %s": "Argument: %s, Gjeve: %s, Val: %s",
  32. "Argument check failed: %s": "Argumentsjekk mislukkast: %s",
  33. "Implications failed:": "Konsekvensane mislukkast:",
  34. "Not enough arguments following: %s": "Ikkje nok fylgjande argument: %s",
  35. "Invalid JSON config file: %s": "Ugyldig JSON konfigurasjonsfil: %s",
  36. "Path to JSON config file": "Bane til JSON konfigurasjonsfil",
  37. "Show help": "Vis hjelp",
  38. "Show version number": "Vis versjonsnummer"
  39. }