From 279c37ef125c8bf11e25564ac55f2677c0ca7f56 Mon Sep 17 00:00:00 2001 From: Umair Jibran Date: Sun, 3 Oct 2021 18:04:50 +0500 Subject: add commerce --- lib/locales/ur/commerce/color.js | 15 +++++++++++++ lib/locales/ur/commerce/department.js | 20 +++++++++++++++++ lib/locales/ur/commerce/index.js | 5 +++++ lib/locales/ur/commerce/product_name.js | 39 +++++++++++++++++++++++++++++++++ 4 files changed, 79 insertions(+) create mode 100644 lib/locales/ur/commerce/color.js create mode 100644 lib/locales/ur/commerce/department.js create mode 100644 lib/locales/ur/commerce/index.js create mode 100644 lib/locales/ur/commerce/product_name.js diff --git a/lib/locales/ur/commerce/color.js b/lib/locales/ur/commerce/color.js new file mode 100644 index 00000000..e760994b --- /dev/null +++ b/lib/locales/ur/commerce/color.js @@ -0,0 +1,15 @@ +module['exports'] = [ + 'سرخ', + 'ہرا', + 'نیلا', + 'پیلا', + 'ہلکا ہرا', + 'سفہد', + 'کالا', + 'نارنجی', + 'پیکا', + 'مہندی', + 'آسمانی', + 'سنہری', + 'چاندنی', +]; diff --git a/lib/locales/ur/commerce/department.js b/lib/locales/ur/commerce/department.js new file mode 100644 index 00000000..a6fcea27 --- /dev/null +++ b/lib/locales/ur/commerce/department.js @@ -0,0 +1,20 @@ +module['exports'] = [ + 'کتابیہ', + 'فلم', + 'گانی', + 'کھیل', + 'بجلی', + 'کمپیوٹر', + 'گھر', + 'باغ', + 'اوزار', + 'اشیاء', + 'صحر', + 'خوبصورتی', + 'کھلونہ', + 'بچے', + 'کپڑے', + 'جوتے', + 'گاڑیاں', + 'کارغانے', +]; diff --git a/lib/locales/ur/commerce/index.js b/lib/locales/ur/commerce/index.js new file mode 100644 index 00000000..7def4e3c --- /dev/null +++ b/lib/locales/ur/commerce/index.js @@ -0,0 +1,5 @@ +var commerce = {}; +module['exports'] = commerce; +commerce.color = require('./color'); +commerce.department = require('./department'); +commerce.product_name = require('./product_name'); diff --git a/lib/locales/ur/commerce/product_name.js b/lib/locales/ur/commerce/product_name.js new file mode 100644 index 00000000..af80cdfd --- /dev/null +++ b/lib/locales/ur/commerce/product_name.js @@ -0,0 +1,39 @@ +module['exports'] = { + adjective: ['چھوٹا', 'آرامدہ', 'ہوشیار', 'خوبصورت', 'بیترین'], + material: [ + 'لوہا', + 'لکڑہ', + 'کنکریٹ', + 'پلاسٹک', + 'رویٰ', + 'گرانایٹ', + 'ربڑ', + 'دھات', + 'نرم', + 'تازہ', + 'جم شدہ', + ], + product: [ + 'کرسہ', + 'گاڑی', + 'کمپیوٹر', + 'کی بورڈ', + 'ماوٰس', + 'بایٰک', + 'بال', + 'دستانے', + 'پتلون', + 'قمیص', + 'میز', + 'جوتے', + 'ٹوپی', + 'تولیہ', + 'صابن', + 'مچھلی', + 'مرغ', + 'پنیر', + 'سلاد', + 'سیخ کباب', + 'پاپڑ', + ], +}; -- cgit v1.2.3