="name"> l10n.php d01d7cf85d first commit 4 years ago link-template.php d01d7cf85d first commit 4 years ago load.php d01d7cf85d first commit 4 years ago locale.php d01d7cf85d first commit 4 years ago media-template.php d01d7cf85d first commit 4 years ago media.php d01d7cf85d first commit 4 years ago meta.php d01d7cf85d first commit 4 years ago ms-blogs.php d01d7cf85d first commit 4 years ago ms-default-constants.php d01d7cf85d first commit 4 years ago ms-default-filters.php d01d7cf85d first commit 4 years ago ms-deprecated.php d01d7cf85d first commit 4 years ago ms-files.php d01d7cf85d first commit 4 years ago ms-functions.php d01d7cf85d first commit 4 years ago ms-load.php d01d7cf85d first commit 4 years ago ms-network.php d01d7cf85d first commit 4 years ago ms-settings.php d01d7cf85d first commit 4 years ago ms-site.php d01d7cf85d first commit 4 years ago nav-menu-template.php d01d7cf85d first commit 4 years ago nav-menu.php d01d7cf85d first commit 4 years ago option.php d01d7cf85d first commit 4 years ago pluggable-deprecated.php d01d7cf85d first commit 4 years ago pluggable.php d01d7cf85d first commit 4 years ago plugin.php d01d7cf85d first commit 4 years ago post-formats.php d01d7cf85d first commit 4 years ago post-template.php d01d7cf85d first commit 4 years ago post-thumbnail-template.php d01d7cf85d first commit 4 years ago post.php d01d7cf85d first commit 4 years ago query.php d01d7cf85d first commit 4 years ago registration-functions.php d01d7cf85d first commit 4 years ago registration.php d01d7cf85d first commit 4 years ago rest-api.php d01d7cf85d first commit 4 years ago revision.php d01d7cf85d first commit 4 years ago rewrite.php d01d7cf85d first commit 4 years ago robots-template.php d01d7cf85d first commit 4 years ago rss-functions.php d01d7cf85d first commit 4 years ago rss.php d01d7cf85d first commit 4 years ago script-loader.php d01d7cf85d first commit 4 years ago session.php d01d7cf85d first commit 4 years ago shortcodes.php d01d7cf85d first commit 4 years ago sitemaps.php d01d7cf85d first commit 4 years ago spl-autoload-compat.php d01d7cf85d first commit 4 years ago taxonomy.php d01d7cf85d first commit 4 years ago template-canvas.php d01d7cf85d first commit 4 years ago template-loader.php d01d7cf85d first commit 4 years ago template.php d01d7cf85d first commit 4 years ago theme-i18n.json d01d7cf85d first commit 4 years ago theme-templates.php d01d7cf85d first commit 4 years ago theme.json d01d7cf85d first commit 4 years ago theme.php d01d7cf85d first commit 4 years ago update.php d01d7cf85d first commit 4 years ago user.php d01d7cf85d first commit 4 years ago vars.php d01d7cf85d first commit 4 years ago version.php d01d7cf85d first commit 4 years ago widgets.php d01d7cf85d first commit 4 years ago wlwmanifest.xml d01d7cf85d first commit 4 years ago wp-db.php d01d7cf85d first commit 4 years ago wp-diff.php d01d7cf85d first commit 4 years ago tum/network_report_server - Gogs: Simplico Git Service

Bez popisu

nl.json 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "Commands:": "Commando's:",
  3. "Options:": "Opties:",
  4. "Examples:": "Voorbeelden:",
  5. "boolean": "booleaans",
  6. "count": "aantal",
  7. "string": "string",
  8. "number": "getal",
  9. "array": "lijst",
  10. "required": "verplicht",
  11. "default": "standaard",
  12. "default:": "standaard:",
  13. "choices:": "keuzes:",
  14. "aliases:": "aliassen:",
  15. "generated-value": "gegenereerde waarde",
  16. "Not enough non-option arguments: got %s, need at least %s": {
  17. "one": "Niet genoeg niet-optie-argumenten: %s gekregen, minstens %s nodig",
  18. "other": "Niet genoeg niet-optie-argumenten: %s gekregen, minstens %s nodig"
  19. },
  20. "Too many non-option arguments: got %s, maximum of %s": {
  21. "one": "Te veel niet-optie-argumenten: %s gekregen, maximum is %s",
  22. "other": "Te veel niet-optie-argumenten: %s gekregen, maximum is %s"
  23. },
  24. "Missing argument value: %s": {
  25. "one": "Missende argumentwaarde: %s",
  26. "other": "Missende argumentwaarden: %s"
  27. },
  28. "Missing required argument: %s": {
  29. "one": "Missend verplicht argument: %s",
  30. "other": "Missende verplichte argumenten: %s"
  31. },
  32. "Unknown argument: %s": {
  33. "one": "Onbekend argument: %s",
  34. "other": "Onbekende argumenten: %s"
  35. },
  36. "Invalid values:": "Ongeldige waarden:",
  37. "Argument: %s, Given: %s, Choices: %s": "Argument: %s, Gegeven: %s, Keuzes: %s",
  38. "Argument check failed: %s": "Argumentcontrole mislukt: %s",
  39. "Implications failed:": "Ontbrekende afhankelijke argumenten:",
  40. "Not enough arguments following: %s": "Niet genoeg argumenten na: %s",
  41. "Invalid JSON config file: %s": "Ongeldig JSON-config-bestand: %s",
  42. "Path to JSON config file": "Pad naar JSON-config-bestand",
  43. "Show help": "Toon help",
  44. "Show version number": "Toon versienummer",
  45. "Did you mean %s?": "Bedoelde u misschien %s?",
  46. "Arguments %s and %s are mutually exclusive": "Argumenten %s en %s kunnen niet tegelijk gebruikt worden",
  47. "Positionals:": "Positie-afhankelijke argumenten",
  48. "command": "commando"
  49. }