4/23/2
This commit is contained in:
@@ -581,6 +581,9 @@ class MyTranslation extends Translations {
|
|||||||
"Where you want go ": "إلى أين تريد الذهاب ",
|
"Where you want go ": "إلى أين تريد الذهاب ",
|
||||||
"My Card": "بطاقتي",
|
"My Card": "بطاقتي",
|
||||||
'Trips recorded': 'الرحلات المسجلة',
|
'Trips recorded': 'الرحلات المسجلة',
|
||||||
|
"Select Your Country": 'اختر بلدك',
|
||||||
|
"To ensure you receive the most accurate information for your location, please select your country below. This will help tailor the app experience and content to your country.":
|
||||||
|
"للتأكد من حصولك على أكثر المعلومات دقة لموقعك، يرجى اختيار بلدك أدناه. سيساعد ذلك في تخصيص تجربة التطبيق ومحتواه لبلدك.",
|
||||||
'Are you sure to delete recorded files':
|
'Are you sure to delete recorded files':
|
||||||
'هل أنت متأكد من حذف الملف الصوتي',
|
'هل أنت متأكد من حذف الملف الصوتي',
|
||||||
'Select recorded trip': "اختر الملف الصوتي",
|
'Select recorded trip': "اختر الملف الصوتي",
|
||||||
|
|||||||
@@ -325,7 +325,11 @@ class CountryPicker extends StatelessWidget {
|
|||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 20,
|
height: 20,
|
||||||
),
|
),
|
||||||
Text("Select Your Country".tr),
|
Text(
|
||||||
|
"Select Your Country".tr,
|
||||||
|
style: AppStyle.headTitle2,
|
||||||
|
textAlign: TextAlign.center,
|
||||||
|
),
|
||||||
// const SizedBox(
|
// const SizedBox(
|
||||||
// height: 20,
|
// height: 20,
|
||||||
// ),
|
// ),
|
||||||
@@ -333,7 +337,10 @@ class CountryPicker extends StatelessWidget {
|
|||||||
padding: const EdgeInsets.all(10),
|
padding: const EdgeInsets.all(10),
|
||||||
child: Text(
|
child: Text(
|
||||||
"To ensure you receive the most accurate information for your location, please select your country below. This will help tailor the app experience and content to your country."
|
"To ensure you receive the most accurate information for your location, please select your country below. This will help tailor the app experience and content to your country."
|
||||||
.tr),
|
.tr,
|
||||||
|
style: AppStyle.title,
|
||||||
|
textAlign: TextAlign.center,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
height: 200,
|
height: 200,
|
||||||
@@ -401,7 +408,11 @@ class CountryPickerFromSetting extends StatelessWidget {
|
|||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 20,
|
height: 20,
|
||||||
),
|
),
|
||||||
Text("Select Your Country".tr),
|
Text(
|
||||||
|
"Select Your Country".tr,
|
||||||
|
style: AppStyle.headTitle2,
|
||||||
|
textAlign: TextAlign.center,
|
||||||
|
),
|
||||||
// const SizedBox(
|
// const SizedBox(
|
||||||
// height: 20,
|
// height: 20,
|
||||||
// ),
|
// ),
|
||||||
@@ -409,7 +420,10 @@ class CountryPickerFromSetting extends StatelessWidget {
|
|||||||
padding: const EdgeInsets.all(10),
|
padding: const EdgeInsets.all(10),
|
||||||
child: Text(
|
child: Text(
|
||||||
"To ensure you receive the most accurate information for your location, please select your country below. This will help tailor the app experience and content to your country."
|
"To ensure you receive the most accurate information for your location, please select your country below. This will help tailor the app experience and content to your country."
|
||||||
.tr),
|
.tr,
|
||||||
|
style: AppStyle.title,
|
||||||
|
textAlign: TextAlign.center,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
height: 200,
|
height: 200,
|
||||||
|
|||||||
Reference in New Issue
Block a user