forked from Muhammad-Alaqeel/Forked
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Language.dart
211 lines (186 loc) · 8.75 KB
/
Language.dart
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
// import 'package:get/get.dart';
// class Language extends Translations{
// @override
// // TODO: implement keys
// Map<String, Map<String, String>> get keys => {
// "ar" :{
// //start page
// "Giv your day a fresh start":"امنح يومك بداية جديدة",
// "Start cooking whatever you crave .Get creativevand create your own recipes.":"ابدآ في طهي كل ماتشتهية.كن مبدعا واصنع الوصفات الخاصة بك.",
// "Start":"البداية",
// //..........Log in your accountPage.........
// "Log in your account":"تسجيل الدخول الئ حسابك",
// "Email":"بريد الكتروني",
// "Password":"كلمة المرور",
// "Forgot Password ?":"هل نسيت كلمة السر؟",
// "Login":"تسجيل الدخول",
// "Don't have an account ?":"ليس لديك حساب ",
// "Sign Up":"اشتراك",
// //.......forgot Password....
// "Forgot Password":"هل نسيت كلمة السر",
// "Send":"ارسال",
// "Back to Login":"العودة الئ تسجيل الدخول ",
// //....create account
// "Create account":"انشاء حساب ",
// "Re-password":"اعادة كلمة المرور",
// "Username":"اسم المستخدم",
// "I agree to the ":"اوافق علئ ",
// "terms&condition":"الشروط والاحكام",
// //....Home page..
// "Hi":"اهلا",
// "what do to you want to coook tody?":"ماذا تريد ان تطبخ اليوم؟",
// "Search for a recipe or findva cook":"ابحث عن وصفة او ابحث عن طباخ",
// "Daily Inspiration":"الهام يومي",
// "folowers":"المتابعين",
// "Most Popular":"الاكثر شيوعا",
// "See All":"اظهار الكل",
// "Explore":"استكشف",
// //..create a new recipe
// "cerate a new recipe":"اصنع وصفة جديدة",
// "Add Image":"اضافة صورة",
// "Recipe Title":"عنوان الوصفة",
// "recipe name":"اسم الوصفة",
// "Minutes":"الدقائق",
// "Calories":"السعرات الحرارية",
// "Ingredients":"المكونات",
// "add ingredient":"اضافة المكون",
// "add step":"اضف خطوة",
// "add steps":"اضف خطوات",
// "Save":"حفظ",
// "Cancel":"الغاء",
// //..............
// "Preparation":"تحضير",
// "mins":"دقيقة",
// "Cal":"سعرة",
// "Step 1":"الخطوة ١",
// "Step 2":"الحطوة ٢",
// //Terms and conditions
// "by your use":
// "باستخدامك لهذه المنصة ، توافق على الشروط والأحكام القياسية",
// "Individual property": "1- الملكية الفردية",
// "We provide":
// "نوفر لك القدرة على استخدام التطبيق وإعادة استخدام بعض الأغراض الشخصية فقط",
// "Limitations": "التقادم-2",
// "In the event":
// "في حالة استخدامك لهذا التطبيق ، يُحظر عليك ما يلي .. استخدام التطبيق بشكل غير قانوني",
// "Remove the logos":
// "قم بإزالة شعارات حقوق النشر أو التشغيل أو النشر أو حقوق النشر أو أي شعارات ملكية فكرية أخرى من التطبيق أو حقوق النشر",
// "Your privacy": "3- خصوصياتك",
// "Please read the privacy policy ": "من فضلك اقرا سياسة الخصوصية",
// "Your content should be in me, the crown, your outreach, and the app.":
// "يجب أن يكون المحتوى الخاص بك بداخلي ، والتاج ، والتواصل الخاص بك ، والتطبيق.",
// "It has the power to remove any of your content without notice":
// "لديه القدرة على إزالة أي من المحتوى الخاص بك دون إشعار",
// 'Close': 'اغلاق',
// //create your own recipe
// "make it your own": "اصنعها بطريقتك",
// "create a new recipe": "انشئ وصفة جديدة",
// "Derived from": "مستوحاة من",
// "Servings": "حصة الطعام",
// ///follows
// "Following": "المتابعون",
// ///Recipeinfo
// "Mins": "دقيقة",
// "Serving": "حصة الطعام",
// ///test view located in views folder
// "Preperation": "التحضير",
// "Chef innovation": "الابداعات",
// //userdisplay comp
// " folowers": "المتابعون ",
// //
// 'Done': 'الانتهاء',
// 'Change Profile Photo': 'غير صورتك الشخصية',
// "Saved": "حفظ",
// },
// "en" :{
// //start page
// "Giv your day a fresh start": "Giv your day a fresh start",
// "Start cooking whatever you crave .Get creativevand create your own recipes.":"Start cooking whatever you crave .Get creativevand create your own recipes.",
// "Start":"Start",
// //..........Log in your accountPage.........
// "Log in your account":"Log in your account",
// "Email":"Email",
// "Password":"Password",
// "Forgot Password ?":"Forgot Password ?",
// "Login":"Login",
// "Don't have an account ?":"Don't have an account ?",
// "Sign Up":"Sign Up",
// //.......forgot Password....
// "Forgot Password":"Forgot Password",
// "Send":"Send",
// "Back to Login":"Back to Login",
// //....create account
// "Create account":"Create account",
// "Re-password":"Re-password",
// "Username":"Username",
// "I agree to the ":"I agree to the ",
// "terms&condition":"terms&condition",
// //....Home page..
// "Hi":"Hi",
// "what do to you want to coook tody?":"what do to you want to coook tody?",
// "Search for a recipe or findva cook":"Search for a recipe or findva cook",
// "Daily Inspiration":"Daily Inspiration",
// "folowers":"folowers",
// "Most Popular":"Most Popular",
// "Following":"Following",
// "See All":"See All",
// "Explore":"Explore",
// //..create a new recipe
// "cerate a new recipe":"cerate a new recipe",
// "Add Image":"Add Image",
// "Recipe Title":"Recipe Title",
// "recipe name":"recipe name",
// "Minutes":"Minutes",
// "Servings":"Servings",
// "Calories":"Calories",
// "Ingredients":"Ingredients",
// "add ingredient":"add ingredient",
// "add step":"add step",
// "add steps":"add steps",
// "Save":"Save",
// "Cancel":"Cancel",
// //..............
// "Preparation":"Preparation",
// "mins":"mins",
// "Cal":"Cal",
// "Step 1":"Step 1",
// "Step 2":"Step 2",
// "by your use":
// "By your use of this Platform, Agree to Agree to the Standard Terms and Conditions",
// "Individual property": " 1-Individual property",
// "We provide":
// "We provide you with the power to use the application and reuse some personal purposes only ",
// "Limitations": "التقادم-2",
// "In the event":
// "In the event that you use this application, you are prohibited from the following ..Using the app illegally ",
// "Remove the logos":
// "Remove the logos of copyright,operation, publishing, publishing rights or any other intellectual property logos from the application or intellectual ",
// "Your privacy": "3-Your privacy",
// "Please read the privacy policy ": "Please read the privacy policy ",
// "Your content should be in me, the crown, your outreach, and the app.":
// "Your content should be in me, the crown, your outreach, and the app.",
// "It has the power to remove any of your content without notice":
// "It has the power to remove any of your content without notice",
// 'Close': 'Close',
// //create your own recipe
// "make it your own": "make it your own",
// "create a new recipe": "create a new recipe",
// ///follows
// "Followers": "Followers",
// ///Recipeinfo
// "Mins": "Mins",
// "Serving": "Serving",
// ///test view located in views folder
// "Preperation": "Preperation",
// "Chef innovation": "Chef innovation",
// //userdisplay comp
// " folowers": " folowers",
// //profileEdiet comp
// 'Done': 'Done',
// 'Change Profile Photo': 'Change Profile Photo',
// "Saved": "Saved",
// },
// };
// }
// class Translations {
// }