Skip to content

Commit

Permalink
add commerce
Browse files Browse the repository at this point in the history
  • Loading branch information
UmairJibran committed Oct 3, 2021
1 parent c55738d commit 279c37e
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lib/locales/ur/commerce/color.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module['exports'] = [
'سرخ',
'ہرا',
'نیلا',
'پیلا',
'ہلکا ہرا',
'سفہد',
'کالا',
'نارنجی',
'پیکا',
'مہندی',
'آسمانی',
'سنہری',
'چاندنی',
];
20 changes: 20 additions & 0 deletions lib/locales/ur/commerce/department.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
module['exports'] = [
'کتابیہ',
'فلم',
'گانی',
'کھیل',
'بجلی',
'کمپیوٹر',
'گھر',
'باغ',
'اوزار',
'اشیاء',
'صحر',
'خوبصورتی',
'کھلونہ',
'بچے',
'کپڑے',
'جوتے',
'گاڑیاں',
'کارغانے',
];
5 changes: 5 additions & 0 deletions lib/locales/ur/commerce/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
var commerce = {};
module['exports'] = commerce;
commerce.color = require('./color');
commerce.department = require('./department');
commerce.product_name = require('./product_name');
39 changes: 39 additions & 0 deletions lib/locales/ur/commerce/product_name.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
module['exports'] = {
adjective: ['چھوٹا', 'آرامدہ', 'ہوشیار', 'خوبصورت', 'بیترین'],
material: [
'لوہا',
'لکڑہ',
'کنکریٹ',
'پلاسٹک',
'رویٰ',
'گرانایٹ',
'ربڑ',
'دھات',
'نرم',
'تازہ',
'جم شدہ',
],
product: [
'کرسہ',
'گاڑی',
'کمپیوٹر',
'کی بورڈ',
'ماوٰس',
'بایٰک',
'بال',
'دستانے',
'پتلون',
'قمیص',
'میز',
'جوتے',
'ٹوپی',
'تولیہ',
'صابن',
'مچھلی',
'مرغ',
'پنیر',
'سلاد',
'سیخ کباب',
'پاپڑ',
],
};

0 comments on commit 279c37e

Please sign in to comment.