diff options
| author | Lucas Jellema <[email protected]> | 2020-09-17 21:30:48 +0200 |
|---|---|---|
| committer | Lucas Jellema <[email protected]> | 2020-09-17 21:30:48 +0200 |
| commit | ce4631a7c11c6d7a2fda3d0d1485dd7787f14ba1 (patch) | |
| tree | cb57597d760eac34669b8be9515a519b457dd869 | |
| parent | ceeb5cd4e9de88092e2e39171332155254df48a3 (diff) | |
| download | faker-ce4631a7c11c6d7a2fda3d0d1485dd7787f14ba1.tar.xz faker-ce4631a7c11c6d7a2fda3d0d1485dd7787f14ba1.zip | |
NL locale version of hacker namespace
| -rw-r--r-- | lib/locales/nl/hacker/adjective.js | 25 | ||||
| -rw-r--r-- | lib/locales/nl/hacker/index.js | 6 | ||||
| -rw-r--r-- | lib/locales/nl/hacker/noun.js | 28 | ||||
| -rw-r--r-- | lib/locales/nl/hacker/phrase.js | 10 | ||||
| -rw-r--r-- | lib/locales/nl/hacker/verb.js | 23 |
5 files changed, 92 insertions, 0 deletions
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" + +]; |
