diff options
| author | Umair Jibran <[email protected]> | 2021-10-03 18:06:48 +0500 |
|---|---|---|
| committer | Umair Jibran <[email protected]> | 2021-10-03 18:06:48 +0500 |
| commit | 0c01590c9f6bcccef22f41f0e8315a046320da64 (patch) | |
| tree | 70128f782b1ee96cea3e99c6afe5e96467f07362 | |
| parent | f354d3b38639744f6b6970ed82e412a7efc20b1d (diff) | |
| download | faker-0c01590c9f6bcccef22f41f0e8315a046320da64.tar.xz faker-0c01590c9f6bcccef22f41f0e8315a046320da64.zip | |
add name
| -rw-r--r-- | lib/locales/ur/name/binary_gender.js | 1 | ||||
| -rw-r--r-- | lib/locales/ur/name/female_first_name.js | 20 | ||||
| -rw-r--r-- | lib/locales/ur/name/first_name.js | 38 | ||||
| -rw-r--r-- | lib/locales/ur/name/index.js | 11 | ||||
| -rw-r--r-- | lib/locales/ur/name/last_name.js | 22 | ||||
| -rw-r--r-- | lib/locales/ur/name/male_first_name.js | 20 | ||||
| -rw-r--r-- | lib/locales/ur/name/name.js | 10 | ||||
| -rw-r--r-- | lib/locales/ur/name/prefix.js | 1 | ||||
| -rw-r--r-- | lib/locales/ur/name/suffix.js | 13 | ||||
| -rw-r--r-- | lib/locales/ur/name/title.js | 34 |
10 files changed, 170 insertions, 0 deletions
diff --git a/lib/locales/ur/name/binary_gender.js b/lib/locales/ur/name/binary_gender.js new file mode 100644 index 00000000..a17483ff --- /dev/null +++ b/lib/locales/ur/name/binary_gender.js @@ -0,0 +1 @@ +module["exports"] = ["عورت", "مرد"]; diff --git a/lib/locales/ur/name/female_first_name.js b/lib/locales/ur/name/female_first_name.js new file mode 100644 index 00000000..d0610b5a --- /dev/null +++ b/lib/locales/ur/name/female_first_name.js @@ -0,0 +1,20 @@ +module['exports'] = [ + 'منایل', + 'عایشہ', + 'آمنہ', + 'عمائم', + 'خدیجہ', + 'حفصہ', + 'رابعہ', + 'اقدس', + 'حسنہ', + 'مریم', + 'حمیرہ', + 'وردہ', + 'شہناز', + 'نوشین', + 'مشال', + 'روبینہ', + 'روزینہ', + 'حدید', +]; diff --git a/lib/locales/ur/name/first_name.js b/lib/locales/ur/name/first_name.js new file mode 100644 index 00000000..1901958c --- /dev/null +++ b/lib/locales/ur/name/first_name.js @@ -0,0 +1,38 @@ +module['exports'] = [ + 'منایل', + 'عایشہ', + 'آمنہ', + 'عمائم', + 'خدیجہ', + 'حفصہ', + 'رابعہ', + 'اقدس', + 'حسنہ', + 'مریم', + 'حمیرہ', + 'وردہ', + 'شہناز', + 'نوشین', + 'مشال', + 'روبینہ', + 'روزینہ', + 'حدید', + 'عمیر', + 'ابراہیم', + 'احسن', + 'عبداللہ', + 'عثمان', + 'حمزہ', + 'سیف', + 'ولید', + 'وسیم', + 'محسن', + 'یاسین', + 'کمال', + 'عادل', + 'اویس', + 'مسود', + 'شفیع', + 'فرہان', + 'ممتاز', +]; diff --git a/lib/locales/ur/name/index.js b/lib/locales/ur/name/index.js new file mode 100644 index 00000000..f9c34406 --- /dev/null +++ b/lib/locales/ur/name/index.js @@ -0,0 +1,11 @@ +var name = {}; +module["exports"] = name; +name.male_first_name = require("./male_first_name"); +name.female_first_name = require("./female_first_name"); +name.first_name = require("./first_name"); +name.last_name = require("./last_name"); +name.binary_gender = require("./binary_gender"); +name.prefix = require("./prefix"); +name.suffix = require("./suffix"); +name.title = require("./title"); +name.name = require("./name"); diff --git a/lib/locales/ur/name/last_name.js b/lib/locales/ur/name/last_name.js new file mode 100644 index 00000000..bb246af5 --- /dev/null +++ b/lib/locales/ur/name/last_name.js @@ -0,0 +1,22 @@ +module['exports'] = [ + 'اعوان', + 'ملک', + 'جبران', + 'احمد', + 'علی', + 'خان', + 'جان', + 'آفریدی', + 'باجوڑی', + 'میمن', + 'راجپوت', + 'عبدالی', + 'نیازی', + 'شریف', + 'چوہدری', + 'ملوک', + 'اللَہ', + 'شنواری', + 'حسین', + 'الحق', +]; diff --git a/lib/locales/ur/name/male_first_name.js b/lib/locales/ur/name/male_first_name.js new file mode 100644 index 00000000..c4a10f06 --- /dev/null +++ b/lib/locales/ur/name/male_first_name.js @@ -0,0 +1,20 @@ +module['exports'] = [ + 'عمیر', + 'ابراہیم', + 'احسن', + 'عبداللہ', + 'عثمان', + 'حمزہ', + 'سیف', + 'ولید', + 'وسیم', + 'محسن', + 'یاسین', + 'کمال', + 'عادل', + 'اویس', + 'مسود', + 'شفیع', + 'فرہان', + 'ممتاز', +]; diff --git a/lib/locales/ur/name/name.js b/lib/locales/ur/name/name.js new file mode 100644 index 00000000..7a01e131 --- /dev/null +++ b/lib/locales/ur/name/name.js @@ -0,0 +1,10 @@ +module['exports'] = [ + '#{prefix} #{first_name} #{last_name}', + '#{first_name} #{last_name} #{suffix}', + '#{first_name} #{last_name}', + '#{first_name} #{last_name}', + '#{male_first_name} #{last_name}', + '#{female_first_name} #{last_name}', + '#{male_first_name} بن #{male_first_name}', + '#{female_first_name} بنت #{male_first_name}', +]; diff --git a/lib/locales/ur/name/prefix.js b/lib/locales/ur/name/prefix.js new file mode 100644 index 00000000..0637c2f2 --- /dev/null +++ b/lib/locales/ur/name/prefix.js @@ -0,0 +1 @@ +module["exports"] = ["محترم.", "محترمہ.", "ڈاکٹر"]; diff --git a/lib/locales/ur/name/suffix.js b/lib/locales/ur/name/suffix.js new file mode 100644 index 00000000..c9b7b0e9 --- /dev/null +++ b/lib/locales/ur/name/suffix.js @@ -0,0 +1,13 @@ +module['exports'] = [ + 'چھوٹے', + 'بڑے', + 'پہل', + 'دوم', + 'سوم', + 'چہارم', + 'پنجم', + 'ششم', + 'هفتم', + 'نوئم', + 'دسم', +]; diff --git a/lib/locales/ur/name/title.js b/lib/locales/ur/name/title.js new file mode 100644 index 00000000..b59288d3 --- /dev/null +++ b/lib/locales/ur/name/title.js @@ -0,0 +1,34 @@ +module['exports'] = { + descriptor: [ + 'سربراہ', + 'اعلیٰ', + 'مستقبل', + 'شہری', + 'ڈسٹرکٹ', + 'درمیانہ', + 'گلوبل', + 'گاہک', + 'بین ال اقوامی', + 'آگے', + 'اندرونی', + 'انسانی', + 'چیف', + 'پرنسپل', + ], + level: [ + 'حل', + 'پروگرام', + 'برانڈ', + 'سکیورٹی', + 'ریسرچ', + 'آگاہی', + 'حربہ', + 'شناخت', + 'بازار', + 'گروہ', + 'تقسیم', + 'استعمال', + 'بات چیت', + 'جال', + ], +}; |
