aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/locales/ur/team/creature.js37
-rw-r--r--lib/locales/ur/team/index.js4
-rw-r--r--lib/locales/ur/team/name.js3
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}"
+];