diff options
| author | Umair Jibran <[email protected]> | 2021-10-03 18:07:10 +0500 |
|---|---|---|
| committer | Umair Jibran <[email protected]> | 2021-10-03 18:07:10 +0500 |
| commit | df6e6ac054e732ec6ac63fdc9c814f74fa9fc38f (patch) | |
| tree | 82c30531f939d36ebfad590d77089705ac4caf54 | |
| parent | 01447e47672111a810981c5d6ee60fdc56167fea (diff) | |
| download | faker-df6e6ac054e732ec6ac63fdc9c814f74fa9fc38f.tar.xz faker-df6e6ac054e732ec6ac63fdc9c814f74fa9fc38f.zip | |
add team
| -rw-r--r-- | lib/locales/ur/team/creature.js | 37 | ||||
| -rw-r--r-- | lib/locales/ur/team/index.js | 4 | ||||
| -rw-r--r-- | lib/locales/ur/team/name.js | 3 |
3 files changed, 44 insertions, 0 deletions
diff --git a/lib/locales/ur/team/creature.js b/lib/locales/ur/team/creature.js new file mode 100644 index 00000000..4d549d03 --- /dev/null +++ b/lib/locales/ur/team/creature.js @@ -0,0 +1,37 @@ +module['exports'] = [ + 'چیونٹیاں', + 'چمگادڑ', + 'بھالو', + 'مکیاں', + 'پرندے', + 'بیل', + 'بلیاں', + 'مرغیاں', + 'مویشی', + 'کتے', + 'مچھلیاں', + 'بطخیں', + 'ہاتھی', + 'لومڑیاں', + 'مینڈک', + 'بکریاں', + 'گھوڑے', + 'شیر', + 'بندر', + 'الو', + 'لوگ', + 'سور', + 'خرگوش', + 'بھیڑ', + 'بھیڑیں', + 'زیبرا', + 'کویں', + 'کالی بلیاں', + 'بھوت', + 'جادوگر', + 'بیٹیں', + 'دشمن', + 'پیغمبر', + 'روح', + 'عبادت گزار', +]; diff --git a/lib/locales/ur/team/index.js b/lib/locales/ur/team/index.js new file mode 100644 index 00000000..f4e624f0 --- /dev/null +++ b/lib/locales/ur/team/index.js @@ -0,0 +1,4 @@ +var team = {}; +module['exports'] = team; +team.creature = require("./creature"); +team.name = require("./name"); diff --git a/lib/locales/ur/team/name.js b/lib/locales/ur/team/name.js new file mode 100644 index 00000000..bded21a9 --- /dev/null +++ b/lib/locales/ur/team/name.js @@ -0,0 +1,3 @@ +module["exports"] = [ + "#{Address.state} #{creature}" +]; |
