aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUmair Jibran <[email protected]>2021-10-03 18:04:50 +0500
committerUmair Jibran <[email protected]>2021-10-03 18:04:50 +0500
commit279c37ef125c8bf11e25564ac55f2677c0ca7f56 (patch)
tree4702fc2632a9fe95623d662ac91ee3e834f3f83d
parentc55738d0d0f0f8fea669c40c22ed64f07fc1d226 (diff)
downloadfaker-279c37ef125c8bf11e25564ac55f2677c0ca7f56.tar.xz
faker-279c37ef125c8bf11e25564ac55f2677c0ca7f56.zip
add commerce
-rw-r--r--lib/locales/ur/commerce/color.js15
-rw-r--r--lib/locales/ur/commerce/department.js20
-rw-r--r--lib/locales/ur/commerce/index.js5
-rw-r--r--lib/locales/ur/commerce/product_name.js39
4 files changed, 79 insertions, 0 deletions
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: [
+ 'کرسہ',
+ 'گاڑی',
+ 'کمپیوٹر',
+ 'کی بورڈ',
+ 'ماوٰس',
+ 'بایٰک',
+ 'بال',
+ 'دستانے',
+ 'پتلون',
+ 'قمیص',
+ 'میز',
+ 'جوتے',
+ 'ٹوپی',
+ 'تولیہ',
+ 'صابن',
+ 'مچھلی',
+ 'مرغ',
+ 'پنیر',
+ 'سلاد',
+ 'سیخ کباب',
+ 'پاپڑ',
+ ],
+};