aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAnas Al-Fitiani <[email protected]>2019-12-24 12:16:56 +0400
committerAnas Al-Fitiani <[email protected]>2019-12-24 12:16:56 +0400
commit408a5b5fda86f5b25bd3a6d72f26c7a1a79cc644 (patch)
treec7d03b0128d910c7cd73f9fce206600b585831e3 /lib
parent9fd8d7d37b398842d0784a116a340f7aa6afb89b (diff)
downloadfaker-408a5b5fda86f5b25bd3a6d72f26c7a1a79cc644.tar.xz
faker-408a5b5fda86f5b25bd3a6d72f26c7a1a79cc644.zip
Add new data under AR locales
Diffstat (limited to 'lib')
-rw-r--r--lib/locales/ar/address/country.js2
-rw-r--r--lib/locales/ar/address/secondary_address.js5
-rw-r--r--lib/locales/ar/commerce/color.js45
-rw-r--r--lib/locales/ar/commerce/department.js12
-rw-r--r--lib/locales/ar/commerce/index.js5
-rw-r--r--lib/locales/ar/commerce/product_name.js59
-rw-r--r--lib/locales/ar/index.js6
-rw-r--r--lib/locales/ar/team/creature.js69
-rw-r--r--lib/locales/ar/team/index.js4
-rw-r--r--lib/locales/ar/team/name.js3
-rw-r--r--lib/locales/ar/vehicle/fuel.js1
-rw-r--r--lib/locales/ar/vehicle/index.js7
-rw-r--r--lib/locales/ar/vehicle/manufacturer.js30
-rw-r--r--lib/locales/ar/vehicle/model.js47
-rw-r--r--lib/locales/ar/vehicle/vehicle_type.js13
-rw-r--r--lib/locales/en/commerce/product_name.js6
16 files changed, 277 insertions, 37 deletions
diff --git a/lib/locales/ar/address/country.js b/lib/locales/ar/address/country.js
index 18469d7f..6bf360be 100644
--- a/lib/locales/ar/address/country.js
+++ b/lib/locales/ar/address/country.js
@@ -46,7 +46,7 @@ module["exports"] = [
"جزيرة عيد الميلاد",
"جزر كوكوس",
"كولومبيا",
- "Comoros",
+ "جزر القمر",
"كونجو",
"جزر كوك",
"كوستا ريكا",
diff --git a/lib/locales/ar/address/secondary_address.js b/lib/locales/ar/address/secondary_address.js
index b4757b24..1d021366 100644
--- a/lib/locales/ar/address/secondary_address.js
+++ b/lib/locales/ar/address/secondary_address.js
@@ -1,4 +1,7 @@
module["exports"] = [
"### عمارة",
- "### طابق"
+ "### طابق",
+ "### شقة",
+ "### بناية",
+ "### بيت"
];
diff --git a/lib/locales/ar/commerce/color.js b/lib/locales/ar/commerce/color.js
index cac0fbf5..6a6d05a2 100644
--- a/lib/locales/ar/commerce/color.js
+++ b/lib/locales/ar/commerce/color.js
@@ -1,33 +1,34 @@
module["exports"] = [
"أحمر",
+ "أحمر غامق",
+ "أحمر فاتح",
"أخضر",
+ "أخضر غامق",
+ "أخضر فاتح",
+ "زيتوني",
+ "فيروزي",
"أزرق",
+ "أزرق غامق",
+ "أزرق فاتح",
+ "تركواز",
+ "أزرق سماوي",
"أصفر",
- "purple",
- "mint green",
- "teal",
+ "ليموني",
+ "أرجواني",
+ "بنفسجي",
+ "أرجواني فاتح",
+ "أرجواني خفيف",
"أبيض",
"أسود",
"برتقالي",
- "pink",
+ "زهري",
"بني",
- "maroon",
- "بنفسجي",
- "turquoise",
- "tan",
- "sky blue",
- "salmon",
- "plum",
- "orchid",
- "olive",
- "magenta",
- "lime",
- "ivory",
- "indigo",
+ "كستنائي",
+ "أسمر",
+ "عاجي",
+ "نيلي",
"ذهبي",
- "fuchsia",
- "cyan",
- "azure",
- "lavender",
- "فضي"
+ "فضي",
+ "رمادي",
+ "رصاصي"
];
diff --git a/lib/locales/ar/commerce/department.js b/lib/locales/ar/commerce/department.js
index 3b07fca7..5ab78116 100644
--- a/lib/locales/ar/commerce/department.js
+++ b/lib/locales/ar/commerce/department.js
@@ -4,19 +4,19 @@ module["exports"] = [
"إلكترونيات",
"حواسيب",
"بيت",
- "Garden",
+ "حديقة",
"أدوات",
- "Grocery",
+ "بقالة",
"صحة",
"جمال",
- "Toys",
+ "ألعاب",
"أطفال",
"رضع",
"ملابس",
"أحذية",
- "Jewelery",
+ "مجوهرات",
"أغراض رياضية",
- "Outdoors",
- "Automotive",
+ "في الهواء الطلق",
+ "السيارات",
"صناعة"
];
diff --git a/lib/locales/ar/commerce/index.js b/lib/locales/ar/commerce/index.js
index e8242422..c5513b11 100644
--- a/lib/locales/ar/commerce/index.js
+++ b/lib/locales/ar/commerce/index.js
@@ -1,4 +1,5 @@
var commerce = {};
-module['exports'] = commerce;
+module["exports"] = commerce;
commerce.color = require("./color");
-commerce.department = require("./department"); \ No newline at end of file
+commerce.department = require("./department");
+commerce.product_name = require("./product_name");
diff --git a/lib/locales/ar/commerce/product_name.js b/lib/locales/ar/commerce/product_name.js
new file mode 100644
index 00000000..10e0ae20
--- /dev/null
+++ b/lib/locales/ar/commerce/product_name.js
@@ -0,0 +1,59 @@
+module["exports"] = {
+ adjective: [
+ "صغير",
+ "مريح",
+ "ريفي",
+ "ذكي",
+ "رائع",
+ "لا يصدق",
+ "عملي",
+ "أملس",
+ "ممتاز",
+ "عام",
+ "يدويا",
+ "صنع يدوي",
+ "مرخص",
+ "مشتق",
+ "بدون علامة",
+ "طيب المذاق"
+ ],
+ material: [
+ "فولاذ",
+ "خشبي",
+ "خرسانة",
+ "بلاستيك",
+ "قطن",
+ "صوان",
+ "مطاط",
+ "معدن",
+ "ناعم",
+ "طازج",
+ "مجمد"
+ ],
+ product: [
+ "كرسي",
+ "سيارة",
+ "حاسوب",
+ "لوحة المفاتيح",
+ "فأر",
+ "دراجة هوائية",
+ "كرة",
+ "قفازات",
+ "بنطال",
+ "قميص",
+ "طاولة",
+ "أحذية",
+ "قبعة",
+ "مناشف",
+ "صابون",
+ "تونة",
+ "دجاج",
+ "سمك",
+ "جبن",
+ "لحم خنزير مقدد",
+ "بيتزا",
+ "سلطة",
+ "سجق",
+ "رقائق بطاطس"
+ ]
+};
diff --git a/lib/locales/ar/index.js b/lib/locales/ar/index.js
index 20a3ba96..01dad726 100644
--- a/lib/locales/ar/index.js
+++ b/lib/locales/ar/index.js
@@ -1,8 +1,10 @@
var ar = {};
-module['exports'] = ar;
+module["exports"] = ar;
ar.title = "Arabic";
ar.separator = " & ";
ar.address = require("./address");
ar.phone_number = require("./phone_number");
ar.cell_phone = require("./cell_phone");
-ar.commerce = require("./commerce"); \ No newline at end of file
+ar.commerce = require("./commerce");
+ar.vehicle = require("./vehicle");
+ar.team = require("./team");
diff --git a/lib/locales/ar/team/creature.js b/lib/locales/ar/team/creature.js
new file mode 100644
index 00000000..5ddd7313
--- /dev/null
+++ b/lib/locales/ar/team/creature.js
@@ -0,0 +1,69 @@
+module["exports"] = [
+ "النمل",
+ "الخفافيش",
+ "تتحمل",
+ "النحل",
+ "الطيور",
+ "الجاموس",
+ "القطط",
+ "دجاجة",
+ "ماشية",
+ "الكلاب",
+ "الدلافين",
+ "البط",
+ "الفيلة",
+ "الأسماك",
+ "الثعالب",
+ "الضفادع",
+ "أوز",
+ "الماعز",
+ "خيل",
+ "الكنغر",
+ "الأسود",
+ "القرود",
+ "البوم",
+ "الثيران",
+ "طيور البطريق",
+ "اشخاص",
+ "الخنازير",
+ "الأرانب",
+ "خروف",
+ "النمور",
+ "الحيتان",
+ "الذئاب",
+ "حمار",
+ "الشؤم",
+ "الغربان",
+ "قطط سوداء",
+ "الوهم",
+ "أشباح",
+ "المتآمرين",
+ "التنين",
+ "الأقزام",
+ "الجان",
+ "السحرة",
+ "التعويذيون",
+ "أبناء",
+ "الأعداء",
+ "العمالقة",
+ "التماثيل",
+ "العفاريت",
+ "لحم الوز",
+ "العنقاء",
+ "استذئاب",
+ "عدو",
+ "الغيلان",
+ "أقوال",
+ "الأنبياء",
+ "السحرة",
+ "العناكب",
+ "معنويات",
+ "مصاصي دماء",
+ "السحرة",
+ "الثعالب",
+ "ذئاب ضارية",
+ "السحرة",
+ "عبدة",
+ "الاموات الاحياء",
+ "درويدس"
+];
diff --git a/lib/locales/ar/team/index.js b/lib/locales/ar/team/index.js
new file mode 100644
index 00000000..f4e624f0
--- /dev/null
+++ b/lib/locales/ar/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/ar/team/name.js b/lib/locales/ar/team/name.js
new file mode 100644
index 00000000..bded21a9
--- /dev/null
+++ b/lib/locales/ar/team/name.js
@@ -0,0 +1,3 @@
+module["exports"] = [
+ "#{Address.state} #{creature}"
+];
diff --git a/lib/locales/ar/vehicle/fuel.js b/lib/locales/ar/vehicle/fuel.js
new file mode 100644
index 00000000..666e22cb
--- /dev/null
+++ b/lib/locales/ar/vehicle/fuel.js
@@ -0,0 +1 @@
+module["exports"] = ["ديزل", "كهربائي", "بنزين", "هجين"];
diff --git a/lib/locales/ar/vehicle/index.js b/lib/locales/ar/vehicle/index.js
new file mode 100644
index 00000000..1c62416f
--- /dev/null
+++ b/lib/locales/ar/vehicle/index.js
@@ -0,0 +1,7 @@
+var vehicle = {};
+
+module["exports"] = vehicle;
+vehicle.fuel = require("./fuel");
+vehicle.manufacturer = require("./manufacturer");
+vehicle.module = require("./model");
+vehicle.type = require("./vehicle_type");
diff --git a/lib/locales/ar/vehicle/manufacturer.js b/lib/locales/ar/vehicle/manufacturer.js
new file mode 100644
index 00000000..ba514dc6
--- /dev/null
+++ b/lib/locales/ar/vehicle/manufacturer.js
@@ -0,0 +1,30 @@
+module["exports"] = [
+ "شيفروليه",
+ "كاديلاك",
+ "فورد",
+ "كرايسلر",
+ "دودج",
+ "جيب",
+ "تسلا",
+ "تويوتا",
+ "هوندا",
+ "نيسان",
+ "أودي",
+ "مرسيدس بنز",
+ "بي إم دبليو",
+ "فولكس واجن",
+ "بورش",
+ "جاكوار",
+ "استون مارتن",
+ "لاند روفر",
+ "بنتلي",
+ "ميني",
+ "رولزرويس",
+ "فيات",
+ "لامبورغيني",
+ "مازيراتي",
+ "فيراري",
+ "بوجاتي",
+ "كيا",
+ "هيونداي"
+];
diff --git a/lib/locales/ar/vehicle/model.js b/lib/locales/ar/vehicle/model.js
new file mode 100644
index 00000000..2800de4e
--- /dev/null
+++ b/lib/locales/ar/vehicle/model.js
@@ -0,0 +1,47 @@
+module["exports"] = [
+ "فييستا",
+ "التركيز",
+ "الثور",
+ "موستانج",
+ "اكسبلورر",
+ "البعثة",
+ "نموذج T",
+ "رانتشيرو",
+ "فولت",
+ "كروز",
+ "ماليبو",
+ "إمبالا",
+ "كامارو",
+ "كورفيت",
+ "كولورادو",
+ "سيلفرادو",
+ "ش كامينو",
+ "إسكاليد",
+ "جبال الألب",
+ "شاحن",
+ "لو بارون",
+ "بي تي كروزر",
+ "تشالنجر",
+ "دورانجو",
+ "القافلة الكبرى",
+ "رانجلر",
+ "جراند شيروكي",
+ "رودستر",
+ "عارضات ازياء",
+ "النموذج 3",
+ "كامري",
+ "بريوس",
+ "لاند كروزر",
+ "اتفاق",
+ "المدنية",
+ "جزء",
+ "سنترا",
+ "ألتيما",
+ "خنفساء",
+ "جيتا",
+ "جولف",
+ "سبايدر",
+ "الكونتاش",
+ "مورسيلاغو",
+ "أفينتادور"
+];
diff --git a/lib/locales/ar/vehicle/vehicle_type.js b/lib/locales/ar/vehicle/vehicle_type.js
new file mode 100644
index 00000000..dede35d0
--- /dev/null
+++ b/lib/locales/ar/vehicle/vehicle_type.js
@@ -0,0 +1,13 @@
+module["exports"] = [
+ "كارغو فان",
+ "مكشوفة",
+ "كوبيه",
+ "طاقم الكابينة بيك آب",
+ "تمديد الكابينة بيك آب",
+ "هاتشباك",
+ "ميني فان",
+ "سيارة الركاب",
+ "سيارة رياضية",
+ "سيدان",
+ "عربة"
+];
diff --git a/lib/locales/en/commerce/product_name.js b/lib/locales/en/commerce/product_name.js
index 2bd1b2aa..0555a41d 100644
--- a/lib/locales/en/commerce/product_name.js
+++ b/lib/locales/en/commerce/product_name.js
@@ -1,5 +1,5 @@
module["exports"] = {
- "adjective": [
+ adjective: [
"Small",
"Ergonomic",
"Rustic",
@@ -18,7 +18,7 @@ module["exports"] = {
"Unbranded",
"Tasty"
],
- "material": [
+ material: [
"Steel",
"Wooden",
"Concrete",
@@ -31,7 +31,7 @@ module["exports"] = {
"Fresh",
"Frozen"
],
- "product": [
+ product: [
"Chair",
"Car",
"Computer",