From ceeb5cd4e9de88092e2e39171332155254df48a3 Mon Sep 17 00:00:00 2001 From: Lucas Jellema Date: Thu, 17 Sep 2020 21:06:11 +0200 Subject: Adding commerce/product_name --- lib/locales/nl/commerce/index.js | 3 +- lib/locales/nl/commerce/product_name.js | 72 +++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 lib/locales/nl/commerce/product_name.js (limited to 'lib') diff --git a/lib/locales/nl/commerce/index.js b/lib/locales/nl/commerce/index.js index b80fdc0e..5cf680a2 100644 --- a/lib/locales/nl/commerce/index.js +++ b/lib/locales/nl/commerce/index.js @@ -1,4 +1,5 @@ var commerce = {}; module['exports'] = commerce; commerce.color = require("./color"); -commerce.department = require("./department"); +commerce.department = require("./department"); +commerce.product_name = require("./product_name"); diff --git a/lib/locales/nl/commerce/product_name.js b/lib/locales/nl/commerce/product_name.js new file mode 100644 index 00000000..9c28bb78 --- /dev/null +++ b/lib/locales/nl/commerce/product_name.js @@ -0,0 +1,72 @@ +module["exports"] = { + "adjective": [ + "Klein", + "Ergonomisch", + "Rustiek", + "Intelligent", + "Prachtig", + "Ongelooflijk", + "Fantastisch", + "Praktisch", + "Slank", + "Geweldig", + "Algemeen", + "Handgemaakt", + "Ambachtelijk", + "Artistiek", + "Verantwoord", + "Uitgekiend", + "Zeldzaam", + "Verfijnd", + "Merkloos", + "Smakelijk" + ], + "material": [ + "Staal", + "Glazen", + "Wollen", + "Houten", + "Beton", + "Plastic", + "Katoenen", + "Granieten", + "Rubberen", + "IJzeren", + "Zachte", + "Verse", + "Bevroren" + ], + "product": [ + "Stoel", + "Auto", + "Computer", + "Toetsenbord", + "Muis", + "Fiets", + "Bal", + "Handschoenen", + "Broek", + "Shirt", + "Tafel", + "Bijzettafeltje", + "Boekenkast", + "Kaasschaaf", + "Leunstoel", + "Poef", + "Hangmat", + "Trui", + "Schoenen", + "Hoed", + "Handdoeken", + "Zeep", + "Tonijn", + "Kip", + "Vis", + "Kaas", + "Spek", + "Pizza", + "Salade", + "Worstjes", + "Chips" + ] +}; -- cgit v1.2.3