-
Notifications
You must be signed in to change notification settings - Fork 2
/
text.js
90 lines (90 loc) · 3.79 KB
/
text.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
module.exports = {
english: { // General
mainTitle: 'easy Naz',
help: 'Help',
filtersChosen: 'Filter Chosen',
submit: 'Get Results',
nextAria: 'go to the next page',
next: 'Next',
back: 'go back to the previous page',
homePage: 'Go-back-to-the-Start',
serviceTitle: 'Services Page',
homeIcon: 'Icon for the home page',
helpIcon: 'Icon for the help button',
helpInfo: 'easyNaz is made in aim to let people know of the few accissible places in Nazareth and encourage more businesses to become accessible! In our app you can find all the accessible places and businesses in Nazrareth anytime and just a few clicks depends on what you need or looking for.',
notFound: 'Sorry we have no services in our database that match your selections',
// Language change
chooseLang: 'Change Language',
langEnglish: 'English',
langArabic: 'عربي',
// Disabilities page
disabilitiesPrompt: 'Select the Disability or Disabilities you want to be catered for',
visual: 'Visual',
physical: 'Physical',
aural: 'Aural',
mental: 'Mental',
// Services page
serviceQuesion: 'What kind of service are you looking for',
food: 'Food',
sport: 'Sport',
education: 'Education',
health: 'Health',
municipal: 'Municipal',
fashion: 'Fashion',
construction: 'Construction',
it: 'IT',
tourism: 'Tourism',
// Service Info Page
accessTitle: 'Accessibility options',
address: 'Address',
desc: 'Description ',
opens: 'Opening Hours ',
contact: 'Contact details',
phone: 'Phone Number ',
email: 'Email '
},
arabic: { // General
mainTitle: 'easy Naz',
help: ' مساعده',
filtersChosen: 'الامكانيات المختارة ',
submit: 'اعرض النتائج ',
nextAria: ' اذهب الى الصفحه التالية',
next: 'التالي ',
back: 'العوده صفحه الى الوراء ',
homePage: 'العوده الى الصفحه الرئيسيه ',
serviceTitle: 'صفحة الخدمات ',
homeIcon: ' ايقونه الصفحه الرئيسيه ',
helpIcon: ' ايقونه للمساعده',
helpInfo: ' هذا التطبيق بني بهدف مساعدة الناس على التعرف على بعض الاماكن في الناصرة التي توفر خدمات لذوي الاحتياجات الخاصة ولتشجيع اصحاب المصالح التجارية لادخال هذة الخدمات ضمن عملهم ومن خلال تطبيقنا تستطيع ان تجد اي خدمة تبحث عنها في اي وقت هي مجرد كبسة زر حتى تجد ما تبحث عنه',
notFound: ' نعتذر لا يوجد لدينا في قاعده البيانات معلومات متطابقه لاختياراتك ',
// Language change
chooseLang: 'تغيير اللغه',
langEnglish: 'English',
langArabic: 'عربي',
// Disabilities page
disabilitiesPrompt: 'حدد نوع الاعاقة او الاعاقات التي تهمك ',
visual: 'بصري',
physical: 'جسدي',
aural: 'سمعي',
mental: 'عقلي',
// Services page
serviceQuesion: 'ما نوع الخدمة او الخدمات التي تبحث عنها ',
food: 'طعام',
sport: 'ترفيه ورياضة',
education: ' تربيه وتعليم',
health: 'صحة',
municipal: 'مكاتب حكومية وبلدية',
fashion: 'ازياء',
construction: 'بناء وصيانه',
it: 'حاسوب وانترنت',
tourism: 'سياحة وسفر',
// Service Info Page
accessTitle: 'الخدمات المتاحة ',
address: 'العنوان',
desc: 'تفاصيل ',
opens: ' ساعات العمل ',
contact: 'للتواصل ',
phone: 'رقم الهاتف ',
email: ' الايميل '
}
}