From ce4631a7c11c6d7a2fda3d0d1485dd7787f14ba1 Mon Sep 17 00:00:00 2001 From: Lucas Jellema Date: Thu, 17 Sep 2020 21:30:48 +0200 Subject: NL locale version of hacker namespace --- lib/locales/nl/hacker/adjective.js | 25 +++++++++++++++++++++++++ lib/locales/nl/hacker/index.js | 6 ++++++ lib/locales/nl/hacker/noun.js | 28 ++++++++++++++++++++++++++++ lib/locales/nl/hacker/phrase.js | 10 ++++++++++ lib/locales/nl/hacker/verb.js | 23 +++++++++++++++++++++++ 5 files changed, 92 insertions(+) create mode 100644 lib/locales/nl/hacker/adjective.js create mode 100644 lib/locales/nl/hacker/index.js create mode 100644 lib/locales/nl/hacker/noun.js create mode 100644 lib/locales/nl/hacker/phrase.js create mode 100644 lib/locales/nl/hacker/verb.js (limited to 'lib') diff --git a/lib/locales/nl/hacker/adjective.js b/lib/locales/nl/hacker/adjective.js new file mode 100644 index 00000000..c462f012 --- /dev/null +++ b/lib/locales/nl/hacker/adjective.js @@ -0,0 +1,25 @@ +module["exports"] = [ + "ondersteunende", + "primaire", + "onderliggende", + "digitale", + "open source", + "virtuele", + "cross-platform", + "overtollige", + "online", + "haptische", + "multi-byte", + "Bluetooth", + "draadloze", + "minuscule", + "neurale", + "optische", + "solid state", + "mobiele", + "cruciale", + "kostbare", + "verwaarloosde", + "smakelijke" + +]; diff --git a/lib/locales/nl/hacker/index.js b/lib/locales/nl/hacker/index.js new file mode 100644 index 00000000..363e754e --- /dev/null +++ b/lib/locales/nl/hacker/index.js @@ -0,0 +1,6 @@ +var hacker = {}; +module['exports'] = hacker; +hacker.adjective = require("./adjective"); +hacker.noun = require("./noun"); +hacker.verb = require("./verb"); +hacker.phrase = require("./phrase"); diff --git a/lib/locales/nl/hacker/noun.js b/lib/locales/nl/hacker/noun.js new file mode 100644 index 00000000..98dbb2d1 --- /dev/null +++ b/lib/locales/nl/hacker/noun.js @@ -0,0 +1,28 @@ +module["exports"] = [ + "driver", + "protocol", + "bandbreedte", + "paneel", + "microchip", + "programma", + "port", + "kaart", + "array", + "verbinding", + "draad", + "stekker", + "systeem", + "sensor", + "firewall", + "harde schijf", + "pixel", + "alarm", + "voeding", + "monitor", + "toepassing", + "zender", + "bus", + "stroomkring", + "condensator", + "matrix" +]; diff --git a/lib/locales/nl/hacker/phrase.js b/lib/locales/nl/hacker/phrase.js new file mode 100644 index 00000000..caaa1d64 --- /dev/null +++ b/lib/locales/nl/hacker/phrase.js @@ -0,0 +1,10 @@ +module["exports"] = [ + "Als we de {{noun}} {{verb}}, dan kunnen we naar de {{abbreviation}} {{noun}} via de {{adjective}} {{abbreviation}} {{noun}}!", + "We moeten de {{adjective}} {{abbreviation}} {{noun}} {{verb}}!", + "Probeer om de {{abbreviation}} {{noun}} te {{verb}}, misschien gaat dat de {{adjective}} {{noun}} {{verb}}!", + "Je kan de {{noun}} niet {{verb}} zonder de {{adjective}} {{abbreviation}} {{noun}} te {{verb}}!", + "Gebruik de {{adjective}} {{abbreviation}} {{noun}}, dan kan je de {{adjective}} {{noun}} {{verb}}!", + "De {{abbreviation}} {{noun}} ligt eruit, jullie moeten de {{adjective}} {{noun}} {{verb}} zodat we de {{abbreviation}} {{noun}} kunnen {{verb}}!", + "Het maakt niet uit of we de {{noun}} {{verb}}, we moeten de {{adjective}} {{abbreviation}} {{noun}} {{verb}}!", + "Ik ga de {{adjective}} {{abbreviation}} {{noun}} {{verb}}, dat zou de {{noun}} moeten {{verb}}!" +]; \ No newline at end of file diff --git a/lib/locales/nl/hacker/verb.js b/lib/locales/nl/hacker/verb.js new file mode 100644 index 00000000..d409e7a5 --- /dev/null +++ b/lib/locales/nl/hacker/verb.js @@ -0,0 +1,23 @@ +module["exports"] = [ + "back-uppen", + "omzeilen", + "hacken", + "overschrijven", + "samenpersen", + "kopiƫren", + "navigeren", + "indexeren", + "aansluiten", + "genereren", + "kwantificeren", + "berekenen", + "samenstellen", + "invoeren", + "verzenden", + "programmeren", + "herstarten", + "ontleden", + "in stukjes snijden", + "analyseren" + +]; -- cgit v1.2.3