Update: 2026-07-29 19:44:57
This commit is contained in:
@@ -11,6 +11,12 @@ pm.status_path = /status
|
|||||||
slowlog = /proc/self/fd/2
|
slowlog = /proc/self/fd/2
|
||||||
request_slowlog_timeout = 3s
|
request_slowlog_timeout = 3s
|
||||||
|
|
||||||
|
; قيمة php-fpm الافتراضية clear_env=yes تمسح بيئة العامل، فتضيع كل متغيرات
|
||||||
|
; env_file في compose ويصبح getenv('ENCRYPTION_KEY_PATH') = false داخل الطلبات
|
||||||
|
; (بينما php-cli يراها عادياً). عندها يسقط bootstrap.php على /var/.enckey غير
|
||||||
|
; الموجود ويردّ 500 "Encryption key issue" على كل نقطة نهاية.
|
||||||
|
clear_env = no
|
||||||
|
|
||||||
; توجيه error_log إلى مخرج الحاوية — بلا هذه الأسطر تُبتلع كل رسائل
|
; توجيه error_log إلى مخرج الحاوية — بلا هذه الأسطر تُبتلع كل رسائل
|
||||||
; error_log() في الكود ولا يظهر شيء في `docker compose logs php`، والباك إند
|
; error_log() في الكود ولا يظهر شيء في `docker compose logs php`، والباك إند
|
||||||
; مليء بها: [accept_ride] و [FCM_DEBUG] و 📲 [FCM_RESULT] و [SOCKET_DEBUG].
|
; مليء بها: [accept_ride] و [FCM_DEBUG] و 📲 [FCM_RESULT] و [SOCKET_DEBUG].
|
||||||
|
|||||||
@@ -80,21 +80,21 @@
|
|||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
<!-- Deep Link: siromove://... -->
|
<!-- Deep Link: intaleq://... -->
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.VIEW" />
|
<action android:name="android.intent.action.VIEW" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
<category android:name="android.intent.category.BROWSABLE" />
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
<data android:scheme="siromove" />
|
<data android:scheme="intaleq" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
||||||
<!-- App Links for siromove.com -->
|
<!-- App Links for intaleqapp.com -->
|
||||||
<intent-filter android:autoVerify="true">
|
<intent-filter android:autoVerify="true">
|
||||||
<action android:name="android.intent.action.VIEW" />
|
<action android:name="android.intent.action.VIEW" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
<category android:name="android.intent.category.BROWSABLE" />
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
<data android:scheme="https" android:host="siromove.com" android:pathPrefix="/" />
|
<data android:scheme="https" android:host="intaleqapp.com" android:pathPrefix="/" />
|
||||||
<data android:scheme="https" android:host="www.siromove.com" android:pathPrefix="/" />
|
<data android:scheme="https" android:host="www.intaleqapp.com" android:pathPrefix="/" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
||||||
<!-- Navigation Intents -->
|
<!-- Navigation Intents -->
|
||||||
|
|||||||
@@ -299,14 +299,10 @@
|
|||||||
inputFileListPaths = (
|
inputFileListPaths = (
|
||||||
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
|
||||||
);
|
);
|
||||||
inputPaths = (
|
|
||||||
);
|
|
||||||
name = "[CP] Copy Pods Resources";
|
name = "[CP] Copy Pods Resources";
|
||||||
outputFileListPaths = (
|
outputFileListPaths = (
|
||||||
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
|
||||||
);
|
);
|
||||||
outputPaths = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
|
||||||
@@ -373,14 +369,10 @@
|
|||||||
inputFileListPaths = (
|
inputFileListPaths = (
|
||||||
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
||||||
);
|
);
|
||||||
inputPaths = (
|
|
||||||
);
|
|
||||||
name = "[CP] Embed Pods Frameworks";
|
name = "[CP] Embed Pods Frameworks";
|
||||||
outputFileListPaths = (
|
outputFileListPaths = (
|
||||||
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
||||||
);
|
);
|
||||||
outputPaths = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
|
||||||
@@ -530,7 +522,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "com.intaleq-driver";
|
PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.driver;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
@@ -547,7 +539,7 @@
|
|||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.siroDriver.RunnerTests;
|
PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.driver.RunnerTests;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
||||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||||
@@ -565,7 +557,7 @@
|
|||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.siroDriver.RunnerTests;
|
PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.driver.RunnerTests;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
|
||||||
@@ -581,7 +573,7 @@
|
|||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.siroDriver.RunnerTests;
|
PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.driver.RunnerTests;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
|
||||||
@@ -716,7 +708,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "com.intaleq-driver";
|
PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.driver;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||||
@@ -742,7 +734,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "com.intaleq-driver";
|
PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.driver;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
|
|||||||
@@ -5,13 +5,14 @@
|
|||||||
<key>BGTaskSchedulerPermittedIdentifiers</key>
|
<key>BGTaskSchedulerPermittedIdentifiers</key>
|
||||||
<array>
|
<array>
|
||||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||||
|
<string>dev.flutter.background.refresh</string>
|
||||||
</array>
|
</array>
|
||||||
<key>CADisableMinimumFrameDurationOnPhone</key>
|
<key>CADisableMinimumFrameDurationOnPhone</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>Siro Driver</string>
|
<string>Intaleq Driver</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>$(EXECUTABLE_NAME)</string>
|
<string>$(EXECUTABLE_NAME)</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
@@ -36,10 +37,10 @@
|
|||||||
<key>CFBundleTypeRole</key>
|
<key>CFBundleTypeRole</key>
|
||||||
<string>Editor</string>
|
<string>Editor</string>
|
||||||
<key>CFBundleURLName</key>
|
<key>CFBundleURLName</key>
|
||||||
<string>siromove.com</string>
|
<string>intaleqapp.com</string>
|
||||||
<key>CFBundleURLSchemes</key>
|
<key>CFBundleURLSchemes</key>
|
||||||
<array>
|
<array>
|
||||||
<string>siromove</string>
|
<string>intaleq</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
class AppInformation {
|
class AppInformation {
|
||||||
static const String companyName = 'Siro';
|
static const String companyName = 'Intaleq';
|
||||||
static const String appName = 'Siro DRIVER';
|
static const String appName = 'Intaleq DRIVER';
|
||||||
static const String appVersion = 'Siro DRIVER';
|
static const String appVersion = 'Intaleq DRIVER';
|
||||||
static const String phoneNumber = '';
|
static const String phoneNumber = '';
|
||||||
static const String linkedInProfile =
|
static const String linkedInProfile =
|
||||||
'https://www.linkedin.com/in/hamza-ayed/';
|
'https://www.linkedin.com/in/hamza-ayed/';
|
||||||
@@ -16,7 +16,7 @@ class AppInformation {
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Siro - Privacy Policy & Terms of Use</title>
|
<title>Intaleq - Privacy Policy & Terms of Use</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||||
@@ -71,11 +71,11 @@ class AppInformation {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>1. Introduction and Acceptance</h2>
|
<h2>1. Introduction and Acceptance</h2>
|
||||||
<p>By downloading, registering, or using the Siro application ("App"), you agree to be bound by this Privacy Policy and our Terms of Use. If you do not agree, you must stop using the App immediately. Your continued use constitutes acceptance of these terms and any future updates.</p>
|
<p>By downloading, registering, or using the Intaleq application ("App"), you agree to be bound by this Privacy Policy and our Terms of Use. If you do not agree, you must stop using the App immediately. Your continued use constitutes acceptance of these terms and any future updates.</p>
|
||||||
|
|
||||||
<h2>2. Definitions</h2>
|
<h2>2. Definitions</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>"Siro", "we", "us":</strong> Refers to the Siro for Ride Hailing company, Damascus – Syria (Owner & operator), which provides the technology platform.</li>
|
<li><strong>"Intaleq", "we", "us":</strong> Refers to the Intaleq for Ride Hailing company, Damascus – Syria (Owner & operator), which provides the technology platform.</li>
|
||||||
<li><strong>"Driver":</strong> An independent service provider who uses the App to offer transportation services.</li>
|
<li><strong>"Driver":</strong> An independent service provider who uses the App to offer transportation services.</li>
|
||||||
<li><strong>"Passenger", "you":</strong> An individual who uses the App to request transportation services.</li>
|
<li><strong>"Passenger", "you":</strong> An individual who uses the App to request transportation services.</li>
|
||||||
<li><strong>"Services":</strong> The connection between Passengers and Drivers facilitated by our App.</li>
|
<li><strong>"Services":</strong> The connection between Passengers and Drivers facilitated by our App.</li>
|
||||||
@@ -136,7 +136,7 @@ class AppInformation {
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>5. Disclaimer of Liability</h2>
|
<h2>5. Disclaimer of Liability</h2>
|
||||||
<p>The App is provided "as is". Siro is an intermediary platform and is not liable for the actions of Drivers or Passengers, accidents, delays, or any disputes between users. Our liability is limited to the fullest extent permitted by law.</p>
|
<p>The App is provided "as is". Intaleq is an intermediary platform and is not liable for the actions of Drivers or Passengers, accidents, delays, or any disputes between users. Our liability is limited to the fullest extent permitted by law.</p>
|
||||||
|
|
||||||
<h2>6. Policy Updates</h2>
|
<h2>6. Policy Updates</h2>
|
||||||
<p>We may update these terms. If we make significant changes, we will notify you within the App. You will be required to review and accept the new terms to continue using the Services, ensuring your consent is active and informed.</p>
|
<p>We may update these terms. If we make significant changes, we will notify you within the App. You will be required to review and accept the new terms to continue using the Services, ensuring your consent is active and informed.</p>
|
||||||
@@ -155,7 +155,7 @@ class AppInformation {
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>سيرو - سياسة الخصوصية وشروط الاستخدام</title>
|
<title>انطلق - سياسة الخصوصية وشروط الاستخدام</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||||
@@ -211,11 +211,11 @@ class AppInformation {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>1. المقدمة والقبول</h2>
|
<h2>1. المقدمة والقبول</h2>
|
||||||
<p>عبر تحميل أو تسجيل أو استخدام تطبيق "سيرو" ("التطبيق")، فإنك توافق على الالتزام بسياسة الخصوصية وشروط الاستخدام هذه. إذا كنت لا توافق، يجب عليك التوقف فورًا عن استخدام التطبيق. استمرارك في الاستخدام يُعد قبولاً لهذه الشروط وأي تحديثات مستقبلية لها.</p>
|
<p>عبر تحميل أو تسجيل أو استخدام تطبيق "انطلق" ("التطبيق")، فإنك توافق على الالتزام بسياسة الخصوصية وشروط الاستخدام هذه. إذا كنت لا توافق، يجب عليك التوقف فورًا عن استخدام التطبيق. استمرارك في الاستخدام يُعد قبولاً لهذه الشروط وأي تحديثات مستقبلية لها.</p>
|
||||||
|
|
||||||
<h2>2. التعريفات</h2>
|
<h2>2. التعريفات</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>"سيرو"، "نحن":</strong> تشير إلى شركة سيرو لنقل الركاب، دمشق – سوريا (مالك ومشغل التطبيق)، التي توفر المنصة التقنية.</li>
|
<li><strong>"انطلق"، "نحن":</strong> تشير إلى شركة انطلق لنقل الركاب، دمشق – سوريا (مالك ومشغل التطبيق)، التي توفر المنصة التقنية.</li>
|
||||||
<li><strong>"السائق":</strong> مقدم خدمة مستقل يستخدم التطبيق لتقديم خدمات النقل.</li>
|
<li><strong>"السائق":</strong> مقدم خدمة مستقل يستخدم التطبيق لتقديم خدمات النقل.</li>
|
||||||
<li><strong>"الراكب"، "أنت":</strong> الفرد الذي يستخدم التطبيق لطلب خدمات النقل.</li>
|
<li><strong>"الراكب"، "أنت":</strong> الفرد الذي يستخدم التطبيق لطلب خدمات النقل.</li>
|
||||||
<li><strong>"الخدمات":</strong> عملية الربط بين الركاب والسائقين التي يسهلها تطبيقنا.</li>
|
<li><strong>"الخدمات":</strong> عملية الربط بين الركاب والسائقين التي يسهلها تطبيقنا.</li>
|
||||||
@@ -276,7 +276,7 @@ class AppInformation {
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>5. إخلاء المسؤولية</h2>
|
<h2>5. إخلاء المسؤولية</h2>
|
||||||
<p>يتم تقديم التطبيق "كما هو". "سيرو" هي منصة وسيطة وليست مسؤولة عن تصرفات السائقين أو الركاب، أو الحوادث، أو التأخير، أو أي نزاعات بين المستخدمين. مسؤوليتنا محدودة إلى أقصى حد يسمح به القانون.</p>
|
<p>يتم تقديم التطبيق "كما هو". "انطلق" هي منصة وسيطة وليست مسؤولة عن تصرفات السائقين أو الركاب، أو الحوادث، أو التأخير، أو أي نزاعات بين المستخدمين. مسؤوليتنا محدودة إلى أقصى حد يسمح به القانون.</p>
|
||||||
|
|
||||||
<h2>6. تحديثات السياسة</h2>
|
<h2>6. تحديثات السياسة</h2>
|
||||||
<p>قد نقوم بتحديث هذه الشروط. في حال إجراء تغييرات جوهرية، سنقوم بإعلامك داخل التطبيق. سيُطلب منك مراجعة الشروط الجديدة وقبولها لمواصلة استخدام الخدمات، لضمان أن موافقتك فعالة ومبنية على معرفة.</p>
|
<p>قد نقوم بتحديث هذه الشروط. في حال إجراء تغييرات جوهرية، سنقوم بإعلامك داخل التطبيق. سيُطلب منك مراجعة الشروط الجديدة وقبولها لمواصلة استخدام الخدمات، لضمان أن موافقتك فعالة ومبنية على معرفة.</p>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ class AppLink {
|
|||||||
static String get locationServer => locationServerSide;
|
static String get locationServer => locationServerSide;
|
||||||
|
|
||||||
static String get locationServerSide {
|
static String get locationServerSide {
|
||||||
return 'https://api.intaleqapp.com/loction_server/siro/ride/location';
|
return 'https://api.intaleqapp.com/loction_server/intaleq/ride/location';
|
||||||
}
|
}
|
||||||
|
|
||||||
static String get locationSocketUrl {
|
static String get locationSocketUrl {
|
||||||
@@ -251,8 +251,8 @@ class AppLink {
|
|||||||
static String get paymobPayoutDriverWallet =>
|
static String get paymobPayoutDriverWallet =>
|
||||||
"$paymentServer/ride/payMob/paymob_driver/paymob_payout.php";
|
"$paymentServer/ride/payMob/paymob_driver/paymob_payout.php";
|
||||||
|
|
||||||
static String get addSeferWallet => "$paymentServer/ride/siroWallet/add.php";
|
static String get addSeferWallet => "$paymentServer/ride/intaleqWallet/add.php";
|
||||||
static String get getSeferWallet => "$paymentServer/ride/siroWallet/get.php";
|
static String get getSeferWallet => "$paymentServer/ride/intaleqWallet/get.php";
|
||||||
static String get addDriverPaymentPoints =>
|
static String get addDriverPaymentPoints =>
|
||||||
"$paymentServer/ride/driverPayment/add.php";
|
"$paymentServer/ride/driverPayment/add.php";
|
||||||
static String get addPaymentTokenDriver =>
|
static String get addPaymentTokenDriver =>
|
||||||
|
|||||||
@@ -12,13 +12,13 @@ List<String> syrianDriverMessages = [
|
|||||||
"رزقتك جاهزة: 💸 لا تخلّي الزباين يستنّوا، افتح التطبيق وخليك متأهّب.",
|
"رزقتك جاهزة: 💸 لا تخلّي الزباين يستنّوا، افتح التطبيق وخليك متأهّب.",
|
||||||
|
|
||||||
// --- التقدير والشكر ---
|
// --- التقدير والشكر ---
|
||||||
"شكراً إلك: 🙏 إنت مو بس سائق، إنت أساس نجاح تطبيق سيرو.",
|
"شكراً إلك: 🙏 إنت مو بس سائق، إنت أساس نجاح تطبيق انطلق.",
|
||||||
"نفتخر فيك: 🌟 الكباتن متلك هنن يلي رافعين اسمنا بالعالي.",
|
"نفتخر فيك: 🌟 الكباتن متلك هنن يلي رافعين اسمنا بالعالي.",
|
||||||
"أداء ممتاز: 👍 استمر بنفس الروح الحلوة، زباينك مبسوطين منك.",
|
"أداء ممتاز: 👍 استمر بنفس الروح الحلوة، زباينك مبسوطين منك.",
|
||||||
"نجاح مشترك: 🗺️ كل توصيلة بتعملها بتكبر فيها شركتنا وانت كمان.",
|
"نجاح مشترك: 🗺️ كل توصيلة بتعملها بتكبر فيها شركتنا وانت كمان.",
|
||||||
|
|
||||||
// --- التحفيز والتشجيع ---
|
// --- التحفيز والتشجيع ---
|
||||||
"صباح النشاط: ☀️ بلّش نهارك بطاقة إيجابية وسيرو لتكسب أكتر.",
|
"صباح النشاط: ☀️ بلّش نهارك بطاقة إيجابية وانطلق لتكسب أكتر.",
|
||||||
"كل مشوار فرصة: 🏁 لا توقف، الطريق لإلك والنجاح ناطرك.",
|
"كل مشوار فرصة: 🏁 لا توقف، الطريق لإلك والنجاح ناطرك.",
|
||||||
"يوم مربح: 💼 السوق ناشط اليوم، لا تفوّت الفرصة!",
|
"يوم مربح: 💼 السوق ناشط اليوم، لا تفوّت الفرصة!",
|
||||||
"جاهز للطلب الجاي: 🔔 الزبون الجاي ممكن يكون أوفر ممتاز، خليك مستعد.",
|
"جاهز للطلب الجاي: 🔔 الزبون الجاي ممكن يكون أوفر ممتاز، خليك مستعد.",
|
||||||
|
|||||||
@@ -43,9 +43,9 @@ class InviteController extends GetxController {
|
|||||||
Future<void> shareDriverCode() async {
|
Future<void> shareDriverCode() async {
|
||||||
if (driverCouponCode != null) {
|
if (driverCouponCode != null) {
|
||||||
final String shareText =
|
final String shareText =
|
||||||
'''Join Siro as a driver using my referral code!
|
'''Join Intaleq as a driver using my referral code!
|
||||||
Use code: $driverCouponCode
|
Use code: $driverCouponCode
|
||||||
Download the Siro Driver app now and earn rewards:
|
Download the Intaleq Driver app now and earn rewards:
|
||||||
https://intaleqapp.com/invite.php?code=$driverCouponCode&app=driver
|
https://intaleqapp.com/invite.php?code=$driverCouponCode&app=driver
|
||||||
''';
|
''';
|
||||||
await Share.share(shareText);
|
await Share.share(shareText);
|
||||||
@@ -54,9 +54,9 @@ https://intaleqapp.com/invite.php?code=$driverCouponCode&app=driver
|
|||||||
|
|
||||||
Future<void> sharePassengerCode() async {
|
Future<void> sharePassengerCode() async {
|
||||||
if (couponCode != null) {
|
if (couponCode != null) {
|
||||||
final String shareText = '''Get a discount on your first Siro ride!
|
final String shareText = '''Get a discount on your first Intaleq ride!
|
||||||
Use my referral code: $couponCode
|
Use my referral code: $couponCode
|
||||||
Download the Siro app now and enjoy your ride:
|
Download the Intaleq app now and enjoy your ride:
|
||||||
https://intaleqapp.com/invite.php?code=$couponCode&app=rider
|
https://intaleqapp.com/invite.php?code=$couponCode&app=rider
|
||||||
''';
|
''';
|
||||||
await Share.share(shareText);
|
await Share.share(shareText);
|
||||||
@@ -494,7 +494,7 @@ https://intaleqapp.com/invite.php?code=$couponCode&app=rider
|
|||||||
var d = response;
|
var d = response;
|
||||||
mySnackbarSuccess('Invite sent successfully'.tr);
|
mySnackbarSuccess('Invite sent successfully'.tr);
|
||||||
String inviteCode = d['message']['inviteCode'].toString();
|
String inviteCode = d['message']['inviteCode'].toString();
|
||||||
String message = '${'*Siro DRIVER CODE*'.tr}\n\n'
|
String message = '${'*Intaleq DRIVER CODE*'.tr}\n\n'
|
||||||
'${"Use this code in registration".tr}\n'
|
'${"Use this code in registration".tr}\n'
|
||||||
'${"To get a gift for both".tr}\n\n'
|
'${"To get a gift for both".tr}\n\n'
|
||||||
'${"The period of this code is 24 hours".tr}\n\n'
|
'${"The period of this code is 24 hours".tr}\n\n'
|
||||||
@@ -539,7 +539,7 @@ https://intaleqapp.com/invite.php?code=$couponCode&app=rider
|
|||||||
mySnackbarSuccess('Invite sent successfully'.tr);
|
mySnackbarSuccess('Invite sent successfully'.tr);
|
||||||
String inviteCode = d['message']['inviteCode'].toString();
|
String inviteCode = d['message']['inviteCode'].toString();
|
||||||
|
|
||||||
String message = '${'*Siro APP CODE*'.tr}\n\n'
|
String message = '${'*Intaleq APP CODE*'.tr}\n\n'
|
||||||
'${"Use this code in registration".tr}\n\n'
|
'${"Use this code in registration".tr}\n\n'
|
||||||
'${"To get a gift for both".tr}\n\n'
|
'${"To get a gift for both".tr}\n\n'
|
||||||
'${"The period of this code is 24 hours".tr}\n\n'
|
'${"The period of this code is 24 hours".tr}\n\n'
|
||||||
|
|||||||
@@ -764,7 +764,7 @@ class RegistrationController extends GetxController {
|
|||||||
// isLoading.value = true;
|
// isLoading.value = true;
|
||||||
|
|
||||||
// final uri = Uri.parse(
|
// final uri = Uri.parse(
|
||||||
// 'https://intaleq.xyz/siro/auth/driver/register.php',
|
// 'https://intaleq.xyz/intaleq/auth/driver/register.php',
|
||||||
// );
|
// );
|
||||||
|
|
||||||
// final client = http.Client();
|
// final client = http.Client();
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ void main() async {
|
|||||||
}
|
}
|
||||||
print(' ✅ AI extraction: $expectedExtraction');
|
print(' ✅ AI extraction: $expectedExtraction');
|
||||||
|
|
||||||
print(' ✅ Image URL: $protocol://$host/siro/auth/uploads/documents/driver_${docType}_$driverId.jpg');
|
print(' ✅ Image URL: $protocol://$host/intaleq/auth/uploads/documents/driver_${docType}_$driverId.jpg');
|
||||||
}
|
}
|
||||||
|
|
||||||
// ================================================================
|
// ================================================================
|
||||||
@@ -163,7 +163,7 @@ void main() async {
|
|||||||
print(' MIME validation: image/jpeg, image/png, image/webp');
|
print(' MIME validation: image/jpeg, image/png, image/webp');
|
||||||
print(' Max size: 5 MB');
|
print(' Max size: 5 MB');
|
||||||
|
|
||||||
final signedUrl = '$protocol://$host/siro/secure_image.php'
|
final signedUrl = '$protocol://$host/intaleq/secure_image.php'
|
||||||
'?driver_id=$driverId'
|
'?driver_id=$driverId'
|
||||||
'&doc_type=$docType'
|
'&doc_type=$docType'
|
||||||
'&ext=jpg'
|
'&ext=jpg'
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ class AppUpdateController extends GetxController {
|
|||||||
void _showStoreUpdateDialog() {
|
void _showStoreUpdateDialog() {
|
||||||
final String storeUrl = Platform.isAndroid
|
final String storeUrl = Platform.isAndroid
|
||||||
? 'https://play.google.com/store/apps/details?id=com.intaleq_driver'
|
? 'https://play.google.com/store/apps/details?id=com.intaleq_driver'
|
||||||
: 'https://apps.apple.com/jo/app/siro-driver/id6482995159';
|
: 'https://apps.apple.com/jo/app/intaleq-driver/id6482995159';
|
||||||
|
|
||||||
Get.defaultDialog(
|
Get.defaultDialog(
|
||||||
title: "تحديث جديد متوفر".tr,
|
title: "تحديث جديد متوفر".tr,
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ class CRUD {
|
|||||||
|
|
||||||
Future<http.Response> doPost() {
|
Future<http.Response> doPost() {
|
||||||
final url = Uri.parse(link);
|
final url = Uri.parse(link);
|
||||||
return http
|
return _client
|
||||||
.post(url, body: payload, headers: headers)
|
.post(url, body: payload, headers: headers)
|
||||||
.timeout(totalTimeout);
|
.timeout(totalTimeout);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ Future<String> getPackageInfo() async {
|
|||||||
void showUpdateDialog(BuildContext context) {
|
void showUpdateDialog(BuildContext context) {
|
||||||
final String storeUrl = Platform.isAndroid
|
final String storeUrl = Platform.isAndroid
|
||||||
? 'https://play.google.com/store/apps/details?id=com.intaleq_driver'
|
? 'https://play.google.com/store/apps/details?id=com.intaleq_driver'
|
||||||
: 'https://apps.apple.com/jo/app/siro-driver/id6482995159';
|
: 'https://apps.apple.com/jo/app/intaleq-driver/id6482995159';
|
||||||
|
|
||||||
showGeneralDialog(
|
showGeneralDialog(
|
||||||
context: context,
|
context: context,
|
||||||
|
|||||||
@@ -12,6 +12,10 @@ class SslPinning {
|
|||||||
'/tNRUeeLxUhQU5gbgdpVWC6QBGAqc/ujg8Kcf0wQiAM=',
|
'/tNRUeeLxUhQU5gbgdpVWC6QBGAqc/ujg8Kcf0wQiAM=',
|
||||||
'Hlx/0EWNDH5Xkt2KzvqxUzbw0vvEsyZSlibialSyGqI=',
|
'Hlx/0EWNDH5Xkt2KzvqxUzbw0vvEsyZSlibialSyGqI=',
|
||||||
],
|
],
|
||||||
|
'intaleqapp.com': [
|
||||||
|
'C5+lpZ7tcVwmwQIMcRtPbsQtWLABXhQzejna0wHESsl=',
|
||||||
|
'diGVwiVYbubAI3RW4hB9xU8e/CH2GnkuvVFZE8zmgzI=',
|
||||||
|
],
|
||||||
'siromove.com': [
|
'siromove.com': [
|
||||||
'C5+lpZ7tcVwmwQIMcRtPbsQtWLABXhQzejna0wHESsl=',
|
'C5+lpZ7tcVwmwQIMcRtPbsQtWLABXhQzejna0wHESsl=',
|
||||||
'diGVwiVYbubAI3RW4hB9xU8e/CH2GnkuvVFZE8zmgzI=',
|
'diGVwiVYbubAI3RW4hB9xU8e/CH2GnkuvVFZE8zmgzI=',
|
||||||
@@ -26,17 +30,31 @@ class SslPinning {
|
|||||||
|
|
||||||
static http.Client createPinnedClient() {
|
static http.Client createPinnedClient() {
|
||||||
final httpClient = HttpClient()
|
final httpClient = HttpClient()
|
||||||
..badCertificateCallback =
|
..badCertificateCallback = _badCertCallback;
|
||||||
(X509Certificate cert, String host, int port) {
|
|
||||||
final derHash = base64.encode(sha256.convert(cert.der).bytes);
|
|
||||||
for (final entry in _pins.entries) {
|
|
||||||
if (host == entry.key || host.endsWith('.${entry.key}')) {
|
|
||||||
if (entry.value.contains(derHash)) return true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (_globalPins.contains(derHash)) return true;
|
|
||||||
return false;
|
|
||||||
};
|
|
||||||
return http_io.IOClient(httpClient);
|
return http_io.IOClient(httpClient);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static bool _badCertCallback(X509Certificate cert, String host, int port) {
|
||||||
|
if (host.contains('intaleqapp.com') ||
|
||||||
|
host.contains('intaleq.xyz') ||
|
||||||
|
host.contains('siromove.com')) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
final derHash = base64.encode(sha256.convert(cert.der).bytes);
|
||||||
|
for (final entry in _pins.entries) {
|
||||||
|
if (host == entry.key || host.endsWith('.${entry.key}')) {
|
||||||
|
if (entry.value.contains(derHash)) return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (_globalPins.contains(derHash)) return true;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class IntaleqHttpOverrides extends HttpOverrides {
|
||||||
|
@override
|
||||||
|
HttpClient createHttpClient(SecurityContext? context) {
|
||||||
|
return super.createHttpClient(context)
|
||||||
|
..badCertificateCallback = SslPinning._badCertCallback;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -136,12 +136,12 @@ class ReferralController extends GetxController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String get shareMessage {
|
String get shareMessage {
|
||||||
final appName = 'Siro';
|
final appName = 'Intaleq';
|
||||||
return 'Join $appName as a driver! Use my code: $referralCode\nDownload: https://intaleqapp.com/driver?ref=$referralCode';
|
return 'Join $appName as a driver! Use my code: $referralCode\nDownload: https://intaleqapp.com/driver?ref=$referralCode';
|
||||||
}
|
}
|
||||||
|
|
||||||
String get shareMessagePassenger {
|
String get shareMessagePassenger {
|
||||||
final appName = 'Siro';
|
final appName = 'Intaleq';
|
||||||
return 'Get a ride with $appName! Use my code: $referralCode for a discount.\nDownload: https://intaleqapp.com?ref=$referralCode';
|
return 'Get a ride with $appName! Use my code: $referralCode for a discount.\nDownload: https://intaleqapp.com?ref=$referralCode';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -604,7 +604,7 @@ class HomeCaptainController extends GetxController {
|
|||||||
update();
|
update();
|
||||||
}
|
}
|
||||||
|
|
||||||
// late SiroMapController mapHomeCaptainController;
|
// late IntaleqMapController mapHomeCaptainController;
|
||||||
IntaleqMapController? mapHomeCaptainController;
|
IntaleqMapController? mapHomeCaptainController;
|
||||||
CameraPosition? currentCameraPosition;
|
CameraPosition? currentCameraPosition;
|
||||||
LatLng? _lastCameraLoc; // لتتبع آخر موقع حرك الكاميرا
|
LatLng? _lastCameraLoc; // لتتبع آخر موقع حرك الكاميرا
|
||||||
|
|||||||
@@ -1871,7 +1871,7 @@ class MapDriverController extends GetxController
|
|||||||
box.write(BoxName.countryCode, 'Jordan');
|
box.write(BoxName.countryCode, 'Jordan');
|
||||||
update(); // [Fix N-5]
|
update(); // [Fix N-5]
|
||||||
// box.write(BoxName.serverChosen,
|
// box.write(BoxName.serverChosen,
|
||||||
// AppLink.SiroSyriaServer); // مثال: اختر سيرفر سوريا للبيانات
|
// AppLink.IntaleqSyriaServer); // مثال: اختر سيرفر سوريا للبيانات
|
||||||
return 'Jordan';
|
return 'Jordan';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1186,7 +1186,7 @@ class NavigationController extends GetxController
|
|||||||
_lastTraveledIndexInFullRoute = 0;
|
_lastTraveledIndexInFullRoute = 0;
|
||||||
currentInstruction = "";
|
currentInstruction = "";
|
||||||
nextInstruction = "";
|
nextInstruction = "";
|
||||||
currentManeuverModifier = "siro";
|
currentManeuverModifier = "intaleq";
|
||||||
distanceToNextStep = "";
|
distanceToNextStep = "";
|
||||||
_distanceToNextStepMeters = 0.0;
|
_distanceToNextStepMeters = 0.0;
|
||||||
totalDistanceRemaining = "";
|
totalDistanceRemaining = "";
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ class NavigationView extends StatelessWidget {
|
|||||||
polygons: c.polygons,
|
polygons: c.polygons,
|
||||||
mapType: s.isMapDarkMode
|
mapType: s.isMapDarkMode
|
||||||
? IntaleqMapType
|
? IntaleqMapType
|
||||||
.normal // Normal in SiroMap seems to be Dark
|
.normal // Normal in IntaleqMap seems to be Dark
|
||||||
: IntaleqMapType.light,
|
: IntaleqMapType.light,
|
||||||
initialCameraPosition: CameraPosition(
|
initialCameraPosition: CameraPosition(
|
||||||
target: c.myLocation ?? const LatLng(33.5138, 36.2765),
|
target: c.myLocation ?? const LatLng(33.5138, 36.2765),
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ final Map<String, String> ar_eg = {
|
|||||||
"\${\"You must leave at least": "\${\"You must leave at least",
|
"\${\"You must leave at least": "\${\"You must leave at least",
|
||||||
"\${\"amount": "\${\"amount",
|
"\${\"amount": "\${\"amount",
|
||||||
"\${\"transaction_id": "\${\"transaction_id",
|
"\${\"transaction_id": "\${\"transaction_id",
|
||||||
"\${'*Siro APP CODE*": "\${'*Siro APP CODE*",
|
"\${'*Siro APP CODE*": "\${'*Intaleq APP CODE*",
|
||||||
"\${'*Siro DRIVER CODE*": "\${'*Siro DRIVER CODE*",
|
"\${'*Siro DRIVER CODE*": "\${'*Intaleq DRIVER CODE*",
|
||||||
"\${'Address": "\${'Address",
|
"\${'Address": "\${'Address",
|
||||||
"\${'Address: ": "\${'Address: ",
|
"\${'Address: ": "\${'Address: ",
|
||||||
"\${'Age": "\${'Age",
|
"\${'Age": "\${'Age",
|
||||||
@@ -133,8 +133,8 @@ final Map<String, String> ar_eg = {
|
|||||||
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'نص",
|
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'نص",
|
||||||
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'نص",
|
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'نص",
|
||||||
")[1]}": ")[1]}",
|
")[1]}": ")[1]}",
|
||||||
"*Siro APP CODE*": "*كود تطبيق سيرو*",
|
"*Siro APP CODE*": "*كود تطبيق انطلق*",
|
||||||
"*Siro DRIVER CODE*": "*كود سايق سيرو*",
|
"*Siro DRIVER CODE*": "*كود سايق انطلق*",
|
||||||
"--": "--",
|
"--": "--",
|
||||||
"-1% commission": "خصم 1% من العمولة",
|
"-1% commission": "خصم 1% من العمولة",
|
||||||
"-2% commission": "خصم 2% من العمولة",
|
"-2% commission": "خصم 2% من العمولة",
|
||||||
@@ -556,7 +556,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"Day Off": "يوم إجازة",
|
"Day Off": "يوم إجازة",
|
||||||
"Day Streak": "سلسلة الأيام",
|
"Day Streak": "سلسلة الأيام",
|
||||||
"Days": "الأيام",
|
"Days": "الأيام",
|
||||||
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "عزيزي/عزيزتي،\\n🚀 بدأيت رحلة مثيرة دلوقتي، وعايز أشاركك تفاصيل رحلتي وموقعي الحالي معاك في الوقت الحقيقي! من فضلك حمّل تطبيق سيرو. هيسمح لك تشوف تفاصيل رحلتي وأحدث موقعي.\\n👉 رابط التحميل:\\nأندرويد [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\nآيفون [https://getapp.cc/app/6458734951]\\nبانتظار أني أبقي قريب منك أثناء مغامرتي!\\nسيرو،",
|
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "عزيزي/عزيزتي،\\n🚀 بدأيت رحلة مثيرة دلوقتي، وعايز أشاركك تفاصيل رحلتي وموقعي الحالي معاك في الوقت الحقيقي! من فضلك حمّل تطبيق انطلق. هيسمح لك تشوف تفاصيل رحلتي وأحدث موقعي.\\n👉 رابط التحميل:\\nأندرويد [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\nآيفون [https://getapp.cc/app/6458734951]\\nبانتظار أني أبقي قريب منك أثناء مغامرتي!\\nانطلق،",
|
||||||
"Debit": "خصم",
|
"Debit": "خصم",
|
||||||
"Debit Card": "كارت خصم",
|
"Debit Card": "كارت خصم",
|
||||||
"Dec 15 - Dec 21, 2024": "15 ديسمبر - 21 ديسمبر 2024",
|
"Dec 15 - Dec 21, 2024": "15 ديسمبر - 21 ديسمبر 2024",
|
||||||
@@ -596,8 +596,8 @@ final Map<String, String> ar_eg = {
|
|||||||
"Don't have an account? Register": "ممعكش حساب؟ سجّل دلوقتي",
|
"Don't have an account? Register": "ممعكش حساب؟ سجّل دلوقتي",
|
||||||
"Done": "تم",
|
"Done": "تم",
|
||||||
"Don’t forget your personal belongings.": "متتنسيش حاجاتك الشخصية.",
|
"Don’t forget your personal belongings.": "متتنسيش حاجاتك الشخصية.",
|
||||||
"Download the Siro Driver app now and earn rewards!": "حمّل تطبيق سايق سيرو دلوقتي واكسب مكافآت!",
|
"Download the Siro Driver app now and earn rewards!": "حمّل تطبيق سايق انطلق دلوقتي واكسب مكافآت!",
|
||||||
"Download the Siro app now and enjoy your ride!": "حمّل تطبيق سيرو دلوقتي واستمتع برحلتك!",
|
"Download the Siro app now and enjoy your ride!": "حمّل تطبيق انطلق دلوقتي واستمتع برحلتك!",
|
||||||
"Download the app now:": "حمّل التطبيق دلوقتي:",
|
"Download the app now:": "حمّل التطبيق دلوقتي:",
|
||||||
"Drawing route on map...": "بيتم رسم الطريق على الخريطة...",
|
"Drawing route on map...": "بيتم رسم الطريق على الخريطة...",
|
||||||
"Driver": "السايق",
|
"Driver": "السايق",
|
||||||
@@ -719,7 +719,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"Evening": "المساء",
|
"Evening": "المساء",
|
||||||
"Excellent": "ممتاز",
|
"Excellent": "ممتاز",
|
||||||
"Exclusive offers and discounts always with the Sefer app": "عروض وخصومات حصرية دايماً مع تطبيق سفر",
|
"Exclusive offers and discounts always with the Sefer app": "عروض وخصومات حصرية دايماً مع تطبيق سفر",
|
||||||
"Exclusive offers and discounts always with the Siro app": "عروض وخصومات حصرية دايماً مع تطبيق سيرو",
|
"Exclusive offers and discounts always with the Siro app": "عروض وخصومات حصرية دايماً مع تطبيق انطلق",
|
||||||
"Exit": "خروج",
|
"Exit": "خروج",
|
||||||
"Exit Ride?": "تخرج من الرحلة؟",
|
"Exit Ride?": "تخرج من الرحلة؟",
|
||||||
"Expiration Date": "تاريخ الانتهاء",
|
"Expiration Date": "تاريخ الانتهاء",
|
||||||
@@ -766,8 +766,8 @@ final Map<String, String> ar_eg = {
|
|||||||
"Flag-down fee": "رسوم بداية الرحلة",
|
"Flag-down fee": "رسوم بداية الرحلة",
|
||||||
"For Drivers": "للسايقين",
|
"For Drivers": "للسايقين",
|
||||||
"For Egypt": "لمصر",
|
"For Egypt": "لمصر",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات سيرو والتوصيل، يتم حساب السعر ديناميكيًا. لرحلات كومفورت، يعتمد السعر على الوقت والمسافة",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات انطلق والتوصيل، يتم حساب السعر ديناميكيًا. لرحلات كومفورت، يعتمد السعر على الوقت والمسافة",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات سيرو والسكوتر، يتم حساب السعر ديناميكيًا. لرحلات كومفورت، يعتمد السعر على الوقت والمسافة",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات انطلق والسكوتر، يتم حساب السعر ديناميكيًا. لرحلات كومفورت، يعتمد السعر على الوقت والمسافة",
|
||||||
"Free Call": "مكالمة مجانية",
|
"Free Call": "مكالمة مجانية",
|
||||||
"Frequently Asked Questions": "الأسئلة الشائعة",
|
"Frequently Asked Questions": "الأسئلة الشائعة",
|
||||||
"Frequently Questions": "أسئلة متكررة",
|
"Frequently Questions": "أسئلة متكررة",
|
||||||
@@ -789,7 +789,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"Get": "احصل على",
|
"Get": "احصل على",
|
||||||
"Get Details of Trip": "احصل على تفاصيل الرحلة",
|
"Get Details of Trip": "احصل على تفاصيل الرحلة",
|
||||||
"Get Direction": "احصل على الاتجاهات",
|
"Get Direction": "احصل على الاتجاهات",
|
||||||
"Get a discount on your first Siro ride!": "احصل على خصم على رحلتك الأولى مع سيرو!",
|
"Get a discount on your first Siro ride!": "احصل على خصم على رحلتك الأولى مع انطلق!",
|
||||||
"Get features for your country": "احصل على الميزات الخاصة ببلدك",
|
"Get features for your country": "احصل على الميزات الخاصة ببلدك",
|
||||||
"Get it Now!": "احصل عليه دلوقتي!",
|
"Get it Now!": "احصل عليه دلوقتي!",
|
||||||
"Get to your destination quickly and easily.": "وصل لوجهتك بسرعة وسهولة.",
|
"Get to your destination quickly and easily.": "وصل لوجهتك بسرعة وسهولة.",
|
||||||
@@ -855,7 +855,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"How much do you want to earn today?": "عايز تكسب كام النهاردة؟",
|
"How much do you want to earn today?": "عايز تكسب كام النهاردة؟",
|
||||||
"How much longer will you be?": "هتتأخر كام؟",
|
"How much longer will you be?": "هتتأخر كام؟",
|
||||||
"How to use App": "إزاي تستخدم التطبيق",
|
"How to use App": "إزاي تستخدم التطبيق",
|
||||||
"How to use Siro": "إزاي تستخدم سيرو",
|
"How to use Siro": "إزاي تستخدم انطلق",
|
||||||
"How was the passenger?": "إزاي كان الراكب؟",
|
"How was the passenger?": "إزاي كان الراكب؟",
|
||||||
"How was your trip with": "إزاي كانت رحلتك مع",
|
"How was your trip with": "إزاي كانت رحلتك مع",
|
||||||
"How would you like to receive your reward?": "إزاي عايز تستلم مكافأتك؟",
|
"How would you like to receive your reward?": "إزاي عايز تستلم مكافأتك؟",
|
||||||
@@ -939,7 +939,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"IssueDate": "تاريخ الإصدار",
|
"IssueDate": "تاريخ الإصدار",
|
||||||
"JOD": "دينار أردني",
|
"JOD": "دينار أردني",
|
||||||
"Join": "انضم",
|
"Join": "انضم",
|
||||||
"Join Siro as a driver using my referral code!": "انضم لسيرو كسايق باستخدام كود الإحالة بتاعي!",
|
"Join Siro as a driver using my referral code!": "انضم لانطلق كسايق باستخدام كود الإحالة بتاعي!",
|
||||||
"Jordan": "الأردن",
|
"Jordan": "الأردن",
|
||||||
"Just now": "دلوقتي",
|
"Just now": "دلوقتي",
|
||||||
"KM": "كم",
|
"KM": "كم",
|
||||||
@@ -1161,7 +1161,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"Order Applied": "تم تطبيق الطلب",
|
"Order Applied": "تم تطبيق الطلب",
|
||||||
"Order Cancelled": "تم إلغاء الطلب",
|
"Order Cancelled": "تم إلغاء الطلب",
|
||||||
"Order Cancelled by Passenger": "تم إلغاء الطلب من الراكب",
|
"Order Cancelled by Passenger": "تم إلغاء الطلب من الراكب",
|
||||||
"Order Details Siro": "تفاصيل طلب سيرو",
|
"Order Details Siro": "تفاصيل طلب انطلق",
|
||||||
"Order History": "سجل الطلبات",
|
"Order History": "سجل الطلبات",
|
||||||
"Order ID": "رقم الطلب",
|
"Order ID": "رقم الطلب",
|
||||||
"Order Request Page": "صفحة طلب الرحلة",
|
"Order Request Page": "صفحة طلب الرحلة",
|
||||||
@@ -1212,7 +1212,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"Pay using MTN Cash wallet": "الدفع باستخدام محفظة MTN Cash",
|
"Pay using MTN Cash wallet": "الدفع باستخدام محفظة MTN Cash",
|
||||||
"Pay using Sham Cash wallet": "الدفع باستخدام محفظة Sham Cash",
|
"Pay using Sham Cash wallet": "الدفع باستخدام محفظة Sham Cash",
|
||||||
"Pay using Syriatel mobile wallet": "الدفع باستخدام محفظة سيريتل للموبايل",
|
"Pay using Syriatel mobile wallet": "الدفع باستخدام محفظة سيريتل للموبايل",
|
||||||
"Pay via CliQ (Alias: siroapp)": "الدفع عبر CliQ (الاسم المستعار: siroapp)",
|
"Pay via CliQ (Alias: siroapp)": "الدفع عبر CliQ (الاسم المستعار: intaleqapp)",
|
||||||
"Pay with Credit Card": "الدفع بكارت ائتمان",
|
"Pay with Credit Card": "الدفع بكارت ائتمان",
|
||||||
"Pay with Debit Card": "الدفع بكارت خصم",
|
"Pay with Debit Card": "الدفع بكارت خصم",
|
||||||
"Pay with Wallet": "الدفع عبر المحفظة",
|
"Pay with Wallet": "الدفع عبر المحفظة",
|
||||||
@@ -1304,7 +1304,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"Please help! Contact me as soon as possible.": "ساعدني من فضلك! اتصل بي في أسرع وقت ممكن.",
|
"Please help! Contact me as soon as possible.": "ساعدني من فضلك! اتصل بي في أسرع وقت ممكن.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "من فضلك تأكد من إنك متسيبش أي حاجات شخصية في العربية.",
|
"Please make sure not to leave any personal belongings in the car.": "من فضلك تأكد من إنك متسيبش أي حاجات شخصية في العربية.",
|
||||||
"Please make sure to read the license carefully.": "من فضلك تأكد من إنك قريت الرخصة بعناية.",
|
"Please make sure to read the license carefully.": "من فضلك تأكد من إنك قريت الرخصة بعناية.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "من فضلك تأكد إن معاك كل حاجاتك الشخصية وإن أي أجرة متبقية، لو موجودة، اتضافت لمحفظتك قبل ما تمشي. شكرًا لاختيارك تطبيق سيرو",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "من فضلك تأكد إن معاك كل حاجاتك الشخصية وإن أي أجرة متبقية، لو موجودة، اتضافت لمحفظتك قبل ما تمشي. شكرًا لاختيارك تطبيق انطلق",
|
||||||
"Please paste the transfer message": "من فضلك الصق رسالة التحويل",
|
"Please paste the transfer message": "من فضلك الصق رسالة التحويل",
|
||||||
"Please provide details about any long-term diseases.": "من فضلك قدّم تفاصيل عن أي أمراض طويلة الأمد.",
|
"Please provide details about any long-term diseases.": "من فضلك قدّم تفاصيل عن أي أمراض طويلة الأمد.",
|
||||||
"Please put your licence in these border": "من فضلك حط رخصتك في الإطار ده",
|
"Please put your licence in these border": "من فضلك حط رخصتك في الإطار ده",
|
||||||
@@ -1314,7 +1314,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"Please select a ride before submitting.": "من فضلك اختر رحلة قبل ما ترسل.",
|
"Please select a ride before submitting.": "من فضلك اختر رحلة قبل ما ترسل.",
|
||||||
"Please stay on the picked point.": "من فضلك افضل في نقطة الالتقاط المحددة.",
|
"Please stay on the picked point.": "من فضلك افضل في نقطة الالتقاط المحددة.",
|
||||||
"Please tell us why you want to cancel.": "من فضلك قولنا ليه عايز تلغي.",
|
"Please tell us why you want to cancel.": "من فضلك قولنا ليه عايز تلغي.",
|
||||||
"Please transfer the amount to alias: siroapp": "من فضلك حول المبلغ للاسم المستعار: siroapp",
|
"Please transfer the amount to alias: siroapp": "من فضلك حول المبلغ للاسم المستعار: intaleqapp",
|
||||||
"Please try again in a few moments": "من فضلك جرب تاني بعد شوية لحظات",
|
"Please try again in a few moments": "من فضلك جرب تاني بعد شوية لحظات",
|
||||||
"Please upload a clear photo of your face to be identified by passengers.": "من فضلك ارفع صورة واضحة لوجهك عشان الركاب يتعرفوا عليك.",
|
"Please upload a clear photo of your face to be identified by passengers.": "من فضلك ارفع صورة واضحة لوجهك عشان الركاب يتعرفوا عليك.",
|
||||||
"Please upload all 4 required documents.": "من فضلك ارفع كل المستندات المطلوبة الأربعة.",
|
"Please upload all 4 required documents.": "من فضلك ارفع كل المستندات المطلوبة الأربعة.",
|
||||||
@@ -1496,7 +1496,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"Send Email": "إرسال بريد إلكتروني",
|
"Send Email": "إرسال بريد إلكتروني",
|
||||||
"Send Invite": "إرسال دعوة",
|
"Send Invite": "إرسال دعوة",
|
||||||
"Send Message": "إرسال رسالة",
|
"Send Message": "إرسال رسالة",
|
||||||
"Send Siro app to him": "أرسل تطبيق سيرو له",
|
"Send Siro app to him": "أرسل تطبيق انطلق له",
|
||||||
"Send Verfication Code": "إرسال كود التحقق",
|
"Send Verfication Code": "إرسال كود التحقق",
|
||||||
"Send Verification Code": "إرسال كود التحقق",
|
"Send Verification Code": "إرسال كود التحقق",
|
||||||
"Send WhatsApp Message": "إرسال رسالة واتساب",
|
"Send WhatsApp Message": "إرسال رسالة واتساب",
|
||||||
@@ -1550,34 +1550,34 @@ final Map<String, String> ar_eg = {
|
|||||||
"Sign in with Google for easier email and name entry": "سجّل دخول عبر جوجل لإدخال البريد الإلكتروني والاسم بسهولة",
|
"Sign in with Google for easier email and name entry": "سجّل دخول عبر جوجل لإدخال البريد الإلكتروني والاسم بسهولة",
|
||||||
"Sign in with a provider for easy access": "سجّل دخول باستخدام مزوّد للوصول السهل",
|
"Sign in with a provider for easy access": "سجّل دخول باستخدام مزوّد للوصول السهل",
|
||||||
"Silver badge": "شارة فضية",
|
"Silver badge": "شارة فضية",
|
||||||
"Siro": "سيرو",
|
"Siro": "انطلق",
|
||||||
"Siro Balance": "رصيد سيرو",
|
"Siro Balance": "رصيد انطلق",
|
||||||
"Siro DRIVER CODE": "كود سايق سيرو",
|
"Siro DRIVER CODE": "كود سايق انطلق",
|
||||||
"Siro Driver": "سايق سيرو",
|
"Siro Driver": "سايق انطلق",
|
||||||
"Siro LLC": "شركة سيرو ذ.م.م",
|
"Siro LLC": "شركة انطلق ذ.م.م",
|
||||||
"Siro LLC\\n\${'Syria": "Siro LLC\\n\${'Syria",
|
"Siro LLC\\n\${'Syria": "Intaleq LLC\\n\${'Syria",
|
||||||
"Siro LLC\\n\\\${'Syria": "شركة سيرو ذ.م.م\\n\\\${'سوريا",
|
"Siro LLC\\n\\\${'Syria": "شركة انطلق ذ.م.م\\n\\\${'سوريا",
|
||||||
"Siro Order": "طلب سيرو",
|
"Siro Order": "طلب انطلق",
|
||||||
"Siro Over": "سيرو انتهى",
|
"Siro Over": "انطلق انتهى",
|
||||||
"Siro Reminder": "تذكير سيرو",
|
"Siro Reminder": "تذكير انطلق",
|
||||||
"Siro Wallet": "محفظة سيرو",
|
"Siro Wallet": "محفظة انطلق",
|
||||||
"Siro Wallet Features:": "ميزات محفظة سيرو:",
|
"Siro Wallet Features:": "ميزات محفظة انطلق:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "سيرو هو تطبيق لمشاركة الرحلات صُمم مع مراعاة سلامتك وبأسعار معقولة. بنوصلك بسايقين موثوقين في منطقتك، مما يضمن لك تجربة سفر مريحة وخالية من التوتر. إليك بعض الميزات الأساسية اللي تميزنا:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "انطلق هو تطبيق لمشاركة الرحلات صُمم مع مراعاة سلامتك وبأسعار معقولة. بنوصلك بسايقين موثوقين في منطقتك، مما يضمن لك تجربة سفر مريحة وخالية من التوتر. إليك بعض الميزات الأساسية اللي تميزنا:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "سيرو هو تطبيق لمشاركة الرحلات صُمم مع مراعاة سلامتك وتكلفتك. بنوصلك بسايقين موثوقين في منطقتك، مما يضمن لك تجربة سفر مريحة وخالية من التوتر.\\n\\nإليك بعض الميزات الأساسية اللي تميزنا:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "انطلق هو تطبيق لمشاركة الرحلات صُمم مع مراعاة سلامتك وتكلفتك. بنوصلك بسايقين موثوقين في منطقتك، مما يضمن لك تجربة سفر مريحة وخالية من التوتر.\\n\\nإليك بعض الميزات الأساسية اللي تميزنا:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "سيرو ملتزم بالسلامة، ويتم فحص كل كباتننا بعناية والتحقق من خلفياتهم.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "انطلق ملتزم بالسلامة، ويتم فحص كل كباتننا بعناية والتحقق من خلفياتهم.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "سيرو هو أول تطبيق لمشاركة الرحلات في سوريا، صُمم يوصلك بأقرب السايقين لتجربة سفر سريعة ومريحة.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "انطلق هو أول تطبيق لمشاركة الرحلات في سوريا، صُمم يوصلك بأقرب السايقين لتجربة سفر سريعة ومريحة.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "سيرو هو تطبيق طلب الرحلات الآمن والموثوق والمتاح للكل.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "انطلق هو تطبيق طلب الرحلات الآمن والموثوق والمتاح للكل.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "سيرو هو تطبيق مشاركة الرحلات الآمن والأكثر موثوقية المصمم خصيصًا للركاب في سوريا. بنوفر تجربة ركوب مريحة ومحترمة وبأسعار معقولة مع ميزات بتعطي أولوية لسلامتك وراحتك. كباتننا الموثوقين بيتم التحقق منهم وتأمينهم، وبيدعمهم صيانة دورية للعربيات يقوم بيها أفضل المهندسين. كمان بنقدم خدمات دعم على الطريق عشان نضمن إن كل رحلة تكون سلسة وخالية من الهموم. مع سيرو، بتستمتع بالجودة والسلامة وراحة البال—في كل مرة تركب فيها.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "انطلق هو تطبيق مشاركة الرحلات الآمن والأكثر موثوقية المصمم خصيصًا للركاب في سوريا. بنوفر تجربة ركوب مريحة ومحترمة وبأسعار معقولة مع ميزات بتعطي أولوية لسلامتك وراحتك. كباتننا الموثوقين بيتم التحقق منهم وتأمينهم، وبيدعمهم صيانة دورية للعربيات يقوم بيها أفضل المهندسين. كمان بنقدم خدمات دعم على الطريق عشان نضمن إن كل رحلة تكون سلسة وخالية من الهموم. مع انطلق، بتستمتع بالجودة والسلامة وراحة البال—في كل مرة تركب فيها.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "سيرو هو تطبيق مشاركة الرحلات الآمن اللي يقدم العديد من الميزات لكل من الكباتن والركاب. بنقدم أقل معدل عمولة وهو 8% بس، مما يضمن لك الحصول على أفضل قيمة لرحلاتك. يتضمن تطبيقنا تأمين لأفضل الكباتن، وصيانة دورية للعربيات مع أفضل المهندسين، وخدمات على الطريق لضمان تجربة محترمة وعالية الجودة لكل المستخدمين.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "انطلق هو تطبيق مشاركة الرحلات الآمن اللي يقدم العديد من الميزات لكل من الكباتن والركاب. بنقدم أقل معدل عمولة وهو 8% بس، مما يضمن لك الحصول على أفضل قيمة لرحلاتك. يتضمن تطبيقنا تأمين لأفضل الكباتن، وصيانة دورية للعربيات مع أفضل المهندسين، وخدمات على الطريق لضمان تجربة محترمة وعالية الجودة لكل المستخدمين.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "يقدم سيرو مجموعة متنوعة من الخيارات بما في ذلك الاقتصادي، والراحة، والفخامة لتتناسب مع احتياجاتك وميزانيتك.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "يقدم انطلق مجموعة متنوعة من الخيارات بما في ذلك الاقتصادي، والراحة، والفخامة لتتناسب مع احتياجاتك وميزانيتك.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "يقدم سيرو مجموعة متنوعة من خيارات العربيات لتتناسب مع احتياجاتك، بما في ذلك الاقتصادي، والراحة، والفخامة. اختر الخيار الأنسب لميزانيتك وعدد الركاب.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "يقدم انطلق مجموعة متنوعة من خيارات العربيات لتتناسب مع احتياجاتك، بما في ذلك الاقتصادي، والراحة، والفخامة. اختر الخيار الأنسب لميزانيتك وعدد الركاب.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "يقدم سيرو طرق دفع متعددة لراحتك. اختر بين الدفع كاش أو الدفع بكارت الائتمان/الخصم أثناء تأكيد الرحلة.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "يقدم انطلق طرق دفع متعددة لراحتك. اختر بين الدفع كاش أو الدفع بكارت الائتمان/الخصم أثناء تأكيد الرحلة.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "يقدم سيرو ميزات أمان متنوعة تشمل التحقق من السايق، وتتبع الرحلة داخل التطبيق، وخيارات جهات اتصال الطوارئ، وإمكانية مشاركة حالة رحلتك مع جهات اتصال موثوقة.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "يقدم انطلق ميزات أمان متنوعة تشمل التحقق من السايق، وتتبع الرحلة داخل التطبيق، وخيارات جهات اتصال الطوارئ، وإمكانية مشاركة حالة رحلتك مع جهات اتصال موثوقة.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "سيرو بيعطي أولوية لسلامتك. بنقدم ميزات زي التحقق من السايق، وتتبع الرحلة داخل التطبيق، وخيارات جهات اتصال الطوارئ.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "انطلق بيعطي أولوية لسلامتك. بنقدم ميزات زي التحقق من السايق، وتتبع الرحلة داخل التطبيق، وخيارات جهات اتصال الطوارئ.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "يوفر سيرو وظيفة الدردشة داخل التطبيق عشان تتواصل مع سايقك أو راكبك أثناء رحلتك.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "يوفر انطلق وظيفة الدردشة داخل التطبيق عشان تتواصل مع سايقك أو راكبك أثناء رحلتك.",
|
||||||
"Siro's Response": "رد سيرو",
|
"Siro's Response": "رد انطلق",
|
||||||
"Siro123": "سيرو123",
|
"Siro123": "انطلق123",
|
||||||
"Siro: For fixed salary and endpoints.": "سيرو: للراتب الثابت ونقاط النهاية.",
|
"Siro: For fixed salary and endpoints.": "انطلق: للراتب الثابت ونقاط النهاية.",
|
||||||
"Slide to End Trip": "اسحب لإنهاء الرحلة",
|
"Slide to End Trip": "اسحب لإنهاء الرحلة",
|
||||||
"So go and gain your money": "اذهب واستلم فلوسك",
|
"So go and gain your money": "اذهب واستلم فلوسك",
|
||||||
"Social Butterfly": "الفراشة الاجتماعية",
|
"Social Butterfly": "الفراشة الاجتماعية",
|
||||||
@@ -1607,7 +1607,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"Status": "الحالة",
|
"Status": "الحالة",
|
||||||
"Status is": "الحالة هي",
|
"Status is": "الحالة هي",
|
||||||
"Stay": "ابقَ",
|
"Stay": "ابقَ",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "تعليمات خطوة بخطوة حول كيفية طلب رحلة من خلال تطبيق سيرو.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "تعليمات خطوة بخطوة حول كيفية طلب رحلة من خلال تطبيق انطلق.",
|
||||||
"Stop": "توقف",
|
"Stop": "توقف",
|
||||||
"Store your money with us and receive it in your bank as a monthly salary.": "احفظ فلوسك معانا واحصل عليها في بنكك كراتب شهري.",
|
"Store your money with us and receive it in your bank as a monthly salary.": "احفظ فلوسك معانا واحصل عليها في بنكك كراتب شهري.",
|
||||||
"Submission Failed": "فشل الإرسال",
|
"Submission Failed": "فشل الإرسال",
|
||||||
@@ -1727,8 +1727,8 @@ final Map<String, String> ar_eg = {
|
|||||||
"To become a driver, you must review and agree to the": "عشان تصير سايق، لازم تراجع وتوافق على",
|
"To become a driver, you must review and agree to the": "عشان تصير سايق، لازم تراجع وتوافق على",
|
||||||
"To become a driver, you must review and agree to the ": "عشان تصير سايق، لازم تراجع وتوافق على",
|
"To become a driver, you must review and agree to the ": "عشان تصير سايق، لازم تراجع وتوافق على",
|
||||||
"To become a passenger, you must review and agree to the": "عشان تصير راكب، لازم تراجع وتوافق على",
|
"To become a passenger, you must review and agree to the": "عشان تصير راكب، لازم تراجع وتوافق على",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "عشان تصير سايق لمشاركة الرحلات على تطبيق سيرو، تحتاج ترفع رخصة قيادتك، وثيقة هويتك، ووثيقة تسجيل عربيتك. نظام الذكاء الاصطناعي هيراجع ويؤكد صحتهم فورًا خلال دقيقتين لـ 3 دقائق. إذا اتمت الموافقة على مستنداتك، تقدر تبدأ تشتغل كسايق على تطبيق سيرو. من فضلك لاحظ إن تقديم مستندات مزورة جريمة خطيرة وممكن تؤدي لإنهاء فوري وعواقب قانونية.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "عشان تصير سايق لمشاركة الرحلات على تطبيق انطلق، تحتاج ترفع رخصة قيادتك، وثيقة هويتك، ووثيقة تسجيل عربيتك. نظام الذكاء الاصطناعي هيراجع ويؤكد صحتهم فورًا خلال دقيقتين لـ 3 دقائق. إذا اتمت الموافقة على مستنداتك، تقدر تبدأ تشتغل كسايق على تطبيق انطلق. من فضلك لاحظ إن تقديم مستندات مزورة جريمة خطيرة وممكن تؤدي لإنهاء فوري وعواقب قانونية.",
|
||||||
"To become a ride-sharing driver on the Siro app...": "عشان تصير سايق لمشاركة الرحلات على تطبيق سيرو...",
|
"To become a ride-sharing driver on the Siro app...": "عشان تصير سايق لمشاركة الرحلات على تطبيق انطلق...",
|
||||||
"To change Language the App": "عشان تغيّر لغة التطبيق",
|
"To change Language the App": "عشان تغيّر لغة التطبيق",
|
||||||
"To change some Settings": "عشان تغيّر بعض الإعدادات",
|
"To change some Settings": "عشان تغيّر بعض الإعدادات",
|
||||||
"To display orders instantly, please grant permission to draw over other apps.": "عشان تعرض الطلبات فورًا، من فضلك منح الإذن بالعرض فوق التطبيقات التانية.",
|
"To display orders instantly, please grant permission to draw over other apps.": "عشان تعرض الطلبات فورًا، من فضلك منح الإذن بالعرض فوق التطبيقات التانية.",
|
||||||
@@ -1736,7 +1736,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"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.": "عشان تاخد أدق معلومات لموقعك، من فضلك اختر دولتك من تحت. هيساعدنا ده نخصص تجربة التطبيق والمحتوى لدولتك.",
|
||||||
"To get a gift for both": "عشان تاخد هدية ليك وللشخص التاني",
|
"To get a gift for both": "عشان تاخد هدية ليك وللشخص التاني",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "عشان نعطيك أحسن تجربة، لازم نعرف موقعك. بيتم استخدام موقعك عشان نلاقي كباتن قريبين ولعمليات الالتقاط.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "عشان نعطيك أحسن تجربة، لازم نعرف موقعك. بيتم استخدام موقعك عشان نلاقي كباتن قريبين ولعمليات الالتقاط.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "عشان تسجل كسايق أو تتعرف على المتطلبات، من فضلك زور موقعنا أو اتصل بدعم سيرو مباشرة.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "عشان تسجل كسايق أو تتعرف على المتطلبات، من فضلك زور موقعنا أو اتصل بدعم انطلق مباشرة.",
|
||||||
"To use Wallet charge it": "عشان تستخدم المحفظة، اشحنها",
|
"To use Wallet charge it": "عشان تستخدم المحفظة، اشحنها",
|
||||||
"Today": "النهاردة",
|
"Today": "النهاردة",
|
||||||
"Today Overview": "نظرة عامة على النهاردة",
|
"Today Overview": "نظرة عامة على النهاردة",
|
||||||
@@ -1826,7 +1826,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"Type your Email": "اكتب بريدك الإلكتروني",
|
"Type your Email": "اكتب بريدك الإلكتروني",
|
||||||
"Type your message": "اكتب رسالتك",
|
"Type your message": "اكتب رسالتك",
|
||||||
"Type your message...": "اكتب رسالتك...",
|
"Type your message...": "اكتب رسالتك...",
|
||||||
"Types of Trips in Siro:": "أنواع الرحلات في سيرو:",
|
"Types of Trips in Siro:": "أنواع الرحلات في انطلق:",
|
||||||
"USA": "أمريكا",
|
"USA": "أمريكا",
|
||||||
"Uncompromising Security": "أمان بدون تنازلات",
|
"Uncompromising Security": "أمان بدون تنازلات",
|
||||||
"Unknown": "غير معروف",
|
"Unknown": "غير معروف",
|
||||||
@@ -1885,7 +1885,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"View your past transactions": "شوف معاملاتك السابقة",
|
"View your past transactions": "شوف معاملاتك السابقة",
|
||||||
"Visa": "فيزا",
|
"Visa": "فيزا",
|
||||||
"Visit Website/Contact Support": "زيارة الموقع/الاتصال بالدعم",
|
"Visit Website/Contact Support": "زيارة الموقع/الاتصال بالدعم",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "قم بزيارة موقعنا أو اتصل بدعم سيرو للحصول على معلومات حول تسجيل السايق والمتطلبات.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "قم بزيارة موقعنا أو اتصل بدعم انطلق للحصول على معلومات حول تسجيل السايق والمتطلبات.",
|
||||||
"Voice Calling": "المكالمات الصوتية",
|
"Voice Calling": "المكالمات الصوتية",
|
||||||
"Voice call over internet": "مكالمة صوتية عبر الإنترنت",
|
"Voice call over internet": "مكالمة صوتية عبر الإنترنت",
|
||||||
"Wait for timer": "انتظر المؤقت",
|
"Wait for timer": "انتظر المؤقت",
|
||||||
@@ -1918,8 +1918,8 @@ final Map<String, String> ar_eg = {
|
|||||||
"We are searching for the nearest driver": "إحنا بنبص على أقرب سايق ليك",
|
"We are searching for the nearest driver": "إحنا بنبص على أقرب سايق ليك",
|
||||||
"We are searching for the nearest driver to you": "إحنا بنبص على أقرب سايق ليك",
|
"We are searching for the nearest driver to you": "إحنا بنبص على أقرب سايق ليك",
|
||||||
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "بنوصلك بأقرب السايقين لالتقاط أسرع ورحلات أسرع.",
|
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "بنوصلك بأقرب السايقين لالتقاط أسرع ورحلات أسرع.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "عندنا عروض صيانة لعربيتك. تقدر تستخدمها بعد ما تكمل 600 رحلة عشان تاخد خصم 20% على إصلاحات العربية. استمتع باستخدام تطبيق سيرو وكن جزء من عيلة سيرو.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "عندنا عروض صيانة لعربيتك. تقدر تستخدمها بعد ما تكمل 600 رحلة عشان تاخد خصم 20% على إصلاحات العربية. استمتع باستخدام تطبيق انطلق وكن جزء من عيلة انطلق.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "عندنا عروض صيانة لعربيتك. تقدر تستخدمها بعد ما تكمل 600 رحلة عشان تاخد خصم 20% على إصلاحات العربية. استمتع باستخدام تطبيق سيرو وكن جزء من عيلة سيرو.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "عندنا عروض صيانة لعربيتك. تقدر تستخدمها بعد ما تكمل 600 رحلة عشان تاخد خصم 20% على إصلاحات العربية. استمتع باستخدام تطبيق انطلق وكن جزء من عيلة انطلق.",
|
||||||
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "اتعاونا مع مزوّدي التأمين الصحي عشان نوفر لك تغطية صحية خاصة. اكمل 500 رحلة واحصل على خصم 20% على أقساط التأمين الصحي.",
|
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "اتعاونا مع مزوّدي التأمين الصحي عشان نوفر لك تغطية صحية خاصة. اكمل 500 رحلة واحصل على خصم 20% على أقساط التأمين الصحي.",
|
||||||
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "استلمنا طلبك للانضمام إلينا كسايق. فريقنا دلوقتي بيراجعه. شكرًا لصبرك.",
|
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "استلمنا طلبك للانضمام إلينا كسايق. فريقنا دلوقتي بيراجعه. شكرًا لصبرك.",
|
||||||
"We have sent a verification code to your mobile number:": "أرسلنا كود التحقق لرقم موبايلك:",
|
"We have sent a verification code to your mobile number:": "أرسلنا كود التحقق لرقم موبايلك:",
|
||||||
@@ -1928,7 +1928,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"We need your location to find nearby drivers for pickups and drop-offs.": "نحتاج موقعك عشان نلاقي سايقين قريبين لعمليات الالتقاط والتنزيل.",
|
"We need your location to find nearby drivers for pickups and drop-offs.": "نحتاج موقعك عشان نلاقي سايقين قريبين لعمليات الالتقاط والتنزيل.",
|
||||||
"We need your phone number to contact you and to help you receive orders.": "نحتاج رقم موبايلك عشان نتواصل معاك ونساعدك تستلم طلبات.",
|
"We need your phone number to contact you and to help you receive orders.": "نحتاج رقم موبايلك عشان نتواصل معاك ونساعدك تستلم طلبات.",
|
||||||
"We need your phone number to contact you and to help you.": "نحتاج رقم موبايلك عشان نتواصل معاك ونساعدك.",
|
"We need your phone number to contact you and to help you.": "نحتاج رقم موبايلك عشان نتواصل معاك ونساعدك.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "لقدنا إن سيرو بيزيد عن 100 كم/ساعة. من فضلك خفّف السرعة عشان سلامتك. إذا حسيت إنك مش بأمان، تقدر تشارك تفاصيل رحلتك مع جهة اتصال أو تتصل بالشرطة باستخدام زر SOS الأحمر.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "لقدنا إن انطلق بيزيد عن 100 كم/ساعة. من فضلك خفّف السرعة عشان سلامتك. إذا حسيت إنك مش بأمان، تقدر تشارك تفاصيل رحلتك مع جهة اتصال أو تتصل بالشرطة باستخدام زر SOS الأحمر.",
|
||||||
"We regret to inform you that another driver has accepted this order.": "نأسف لإبلاغك إن سايق تاني قبل الطلب ده.",
|
"We regret to inform you that another driver has accepted this order.": "نأسف لإبلاغك إن سايق تاني قبل الطلب ده.",
|
||||||
"We search nearst Driver to you": "إحنا بنبص على أقرب سايق ليك",
|
"We search nearst Driver to you": "إحنا بنبص على أقرب سايق ليك",
|
||||||
"We sent 5 digit to your Email provided": "أرسلنا 5 أرقام لبريدك الإلكتروني اللي قدّمته",
|
"We sent 5 digit to your Email provided": "أرسلنا 5 أرقام لبريدك الإلكتروني اللي قدّمته",
|
||||||
@@ -1946,12 +1946,12 @@ final Map<String, String> ar_eg = {
|
|||||||
"Welcome": "أهلاً وسهلاً",
|
"Welcome": "أهلاً وسهلاً",
|
||||||
"Welcome Back!": "مرحبًا بعودتك!",
|
"Welcome Back!": "مرحبًا بعودتك!",
|
||||||
"Welcome Offer!": "عرض ترحيبي!",
|
"Welcome Offer!": "عرض ترحيبي!",
|
||||||
"Welcome to Siro!": "أهلاً بك في سيرو!",
|
"Welcome to Siro!": "أهلاً بك في انطلق!",
|
||||||
"What are the order details we provide to you?": "إيه تفاصيل الطلب اللي بنقدملك؟",
|
"What are the order details we provide to you?": "إيه تفاصيل الطلب اللي بنقدملك؟",
|
||||||
"What are the requirements to become a driver?": "إيه المتطلبات عشان تصير سايق؟",
|
"What are the requirements to become a driver?": "إيه المتطلبات عشان تصير سايق؟",
|
||||||
"What is Types of Trips in Siro?": "إيه أنواع الرحلات في سيرو؟",
|
"What is Types of Trips in Siro?": "إيه أنواع الرحلات في انطلق؟",
|
||||||
"What is the feature of our wallet?": "إيه ميزة محفظتنا؟",
|
"What is the feature of our wallet?": "إيه ميزة محفظتنا؟",
|
||||||
"What safety measures does Siro offer?": "إيه إجراءات السلامة اللي بيقدمها سيرو؟",
|
"What safety measures does Siro offer?": "إيه إجراءات السلامة اللي بيقدمها انطلق؟",
|
||||||
"What types of vehicles are available?": "إيه أنواع العربيات المتاحة؟",
|
"What types of vehicles are available?": "إيه أنواع العربيات المتاحة؟",
|
||||||
"WhatsApp": "واتساب",
|
"WhatsApp": "واتساب",
|
||||||
"WhatsApp Location Extractor": "مستخرج موقع الواتساب",
|
"WhatsApp Location Extractor": "مستخرج موقع الواتساب",
|
||||||
@@ -1963,9 +1963,9 @@ final Map<String, String> ar_eg = {
|
|||||||
"Where to": "إلى أين؟",
|
"Where to": "إلى أين؟",
|
||||||
"Where you want go": "إلى أين تريد الذهاب؟",
|
"Where you want go": "إلى أين تريد الذهاب؟",
|
||||||
"Which method you will pay": "بأي طريقة ستدفع؟",
|
"Which method you will pay": "بأي طريقة ستدفع؟",
|
||||||
"Why Choose Siro?": "لماذا تختار سيرو؟",
|
"Why Choose Siro?": "لماذا تختار انطلق؟",
|
||||||
"Why do you want to cancel this trip?": "لماذا تريد إلغاء هذه الرحلة؟",
|
"Why do you want to cancel this trip?": "لماذا تريد إلغاء هذه الرحلة؟",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "مع سيرو، يمكنك الحصول على رحلة إلى وجهتك في دقائق.",
|
"With Siro, you can get a ride to your destination in minutes.": "مع انطلق، يمكنك الحصول على رحلة إلى وجهتك في دقائق.",
|
||||||
"Withdraw": "سحب",
|
"Withdraw": "سحب",
|
||||||
"Work": "العمل",
|
"Work": "العمل",
|
||||||
"Work & Contact": "العمل والتواصل",
|
"Work & Contact": "العمل والتواصل",
|
||||||
@@ -1989,7 +1989,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"Yes": "نعم",
|
"Yes": "نعم",
|
||||||
"Yes, Pay": "نعم، ادفع",
|
"Yes, Pay": "نعم، ادفع",
|
||||||
"Yes, optimize": "نعم، قم بالتحسين",
|
"Yes, optimize": "نعم، قم بالتحسين",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "نعم، يمكنك إلغاء رحلتك تحت ظروف معينة (مثل قبل تعيين السائق). راجع سياسة إلغاء سيرو للتفاصيل.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "نعم، يمكنك إلغاء رحلتك تحت ظروف معينة (مثل قبل تعيين السائق). راجع سياسة إلغاء انطلق للتفاصيل.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "نعم، يمكنك إلغاء رحلتك، ولكن يرجى ملاحظة أن رسوم الإلغاء قد تنطبق اعتماداً على المدة الزمنية التي تقوم بالإلغاء فيها مسبقاً.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "نعم، يمكنك إلغاء رحلتك، ولكن يرجى ملاحظة أن رسوم الإلغاء قد تنطبق اعتماداً على المدة الزمنية التي تقوم بالإلغاء فيها مسبقاً.",
|
||||||
"You": "أنت",
|
"You": "أنت",
|
||||||
"You Are Stopped For this Day !": "تم إيقافك لهذا اليوم!",
|
"You Are Stopped For this Day !": "تم إيقافك لهذا اليوم!",
|
||||||
@@ -2041,7 +2041,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"You can purchase a budget to enable online access through the options listed below": "يمكنك شراء ميزانية لتمكين الوصول عبر الإنترنت من خلال الخيارات المدرجة أدناه",
|
"You can purchase a budget to enable online access through the options listed below": "يمكنك شراء ميزانية لتمكين الوصول عبر الإنترنت من خلال الخيارات المدرجة أدناه",
|
||||||
"You can purchase a budget to enable online access through the options listed below.": "يمكنك شراء ميزانية لتمكين الوصول عبر الإنترنت من خلال الخيارات المدرجة أدناه.",
|
"You can purchase a budget to enable online access through the options listed below.": "يمكنك شراء ميزانية لتمكين الوصول عبر الإنترنت من خلال الخيارات المدرجة أدناه.",
|
||||||
"You can resend in": "يمكنك إعادة الإرسال خلال",
|
"You can resend in": "يمكنك إعادة الإرسال خلال",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "يمكنك مشاركة تطبيق سيرو مع أصدقائك وكسب مكافآت عن الرحلات التي يقومون بها باستخدام رمزك",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "يمكنك مشاركة تطبيق انطلق مع أصدقائك وكسب مكافآت عن الرحلات التي يقومون بها باستخدام رمزك",
|
||||||
"You can upgrade price to may driver accept your order": "يمكنك رفع السعر ليقبل السائق طلبك",
|
"You can upgrade price to may driver accept your order": "يمكنك رفع السعر ليقبل السائق طلبك",
|
||||||
"You can\\'t continue with us .\\nYou should renew Driver license": "لا يمكنك الاستمرار معنا.\\nيجب تجديد رخصة القيادة",
|
"You can\\'t continue with us .\\nYou should renew Driver license": "لا يمكنك الاستمرار معنا.\\nيجب تجديد رخصة القيادة",
|
||||||
"You canceled VIP trip": "لقد ألغيت رحلة VIP",
|
"You canceled VIP trip": "لقد ألغيت رحلة VIP",
|
||||||
@@ -2188,8 +2188,8 @@ final Map<String, String> ar_eg = {
|
|||||||
"\\\${\"You must leave at least": "\\\${\"لازم تسيب على الأقل",
|
"\\\${\"You must leave at least": "\\\${\"لازم تسيب على الأقل",
|
||||||
"\\\${\"amount": "\\\${\"المبلغ",
|
"\\\${\"amount": "\\\${\"المبلغ",
|
||||||
"\\\${\"transaction_id": "\\\${\"رقم العملية",
|
"\\\${\"transaction_id": "\\\${\"رقم العملية",
|
||||||
"\\\${'*Siro APP CODE*": "\\\${'*كود تطبيق سيرو*",
|
"\\\${'*Siro APP CODE*": "\\\${'*كود تطبيق انطلق*",
|
||||||
"\\\${'*Siro DRIVER CODE*": "\\\${'*كود سائق سيرو*",
|
"\\\${'*Siro DRIVER CODE*": "\\\${'*كود سائق انطلق*",
|
||||||
"\\\${'Address": "\\\${'العنوان",
|
"\\\${'Address": "\\\${'العنوان",
|
||||||
"\\\${'Address: ": "\\\${'العنوان: ",
|
"\\\${'Address: ": "\\\${'العنوان: ",
|
||||||
"\\\${'Age": "\\\${'العمر",
|
"\\\${'Age": "\\\${'العمر",
|
||||||
@@ -2436,7 +2436,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"login or register subtitle": "عنوان تسجيل الدخول أو التسجيل",
|
"login or register subtitle": "عنوان تسجيل الدخول أو التسجيل",
|
||||||
"m": "م",
|
"m": "م",
|
||||||
"m at the agreed-upon location": "في الموقع المتفق عليه",
|
"m at the agreed-upon location": "في الموقع المتفق عليه",
|
||||||
"m inviting you to try Siro.": "بادعوك تجرب سيرو.",
|
"m inviting you to try Siro.": "بادعوك تجرب انطلق.",
|
||||||
"m waiting for you": "بانتظارك",
|
"m waiting for you": "بانتظارك",
|
||||||
"m waiting for you at the specified location.": "بانتظارك في الموقع المحدد.",
|
"m waiting for you at the specified location.": "بانتظارك في الموقع المحدد.",
|
||||||
"message From Driver": "رسالة من السايق",
|
"message From Driver": "رسالة من السايق",
|
||||||
@@ -2492,16 +2492,16 @@ final Map<String, String> ar_eg = {
|
|||||||
"s Promo": "عرضه",
|
"s Promo": "عرضه",
|
||||||
"s Promos": "عروضه",
|
"s Promos": "عروضه",
|
||||||
"s Response": "رده",
|
"s Response": "رده",
|
||||||
"s Siro account.": "حساب سيرو الخاص به.",
|
"s Siro account.": "حساب انطلق الخاص به.",
|
||||||
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "ميزات حساب سيرو الخاص به:\\n- حوّل الفلوس كذا مرة.\\n- التحويل لأي حد.\\n- عمل عمليات شراء.\\n- شحن حسابك.\\n- شحن حساب سيرو لصديق.\\n- احفظ فلوسك معانا واحصل عليها في بنكك كراتب شهري.",
|
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "ميزات حساب انطلق الخاص به:\\n- حوّل الفلوس كذا مرة.\\n- التحويل لأي حد.\\n- عمل عمليات شراء.\\n- شحن حسابك.\\n- شحن حساب انطلق لصديق.\\n- احفظ فلوسك معانا واحصل عليها في بنكك كراتب شهري.",
|
||||||
"s Terms & Review Privacy Notice": "شروطه ومراجعة إشعار الخصوصية",
|
"s Terms & Review Privacy Notice": "شروطه ومراجعة إشعار الخصوصية",
|
||||||
"s heavy traffic here. Can you suggest an alternate pickup point?": "فيه زحمة مرورية شديدة هنا. تقدر تقترح نقطة التقاء بديلة؟",
|
"s heavy traffic here. Can you suggest an alternate pickup point?": "فيه زحمة مرورية شديدة هنا. تقدر تقترح نقطة التقاء بديلة؟",
|
||||||
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "رخصته مش متطابقة مع اللي في وثيقة هويتك. من فضلك تحقق وقدّم المستندات الصحيحة.",
|
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "رخصته مش متطابقة مع اللي في وثيقة هويتك. من فضلك تحقق وقدّم المستندات الصحيحة.",
|
||||||
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "رخصة القيادة، وثيقة الهوية، ووثيقة تسجيل العربية. نظام الذكاء الاصطناعي هيراجع ويؤكد صحتهم فورًا خلال دقيقتين لـ 3 دقائق. إذا اتمت الموافقة على مستنداتك، تقدر تبدأ تشتغل كسايق على تطبيق سيرو. من فضلك لاحظ إن تقديم مستندات مزورة جريمة خطيرة وممكن تؤدي لإنهاء فوري وعواقب قانونية.",
|
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "رخصة القيادة، وثيقة الهوية، ووثيقة تسجيل العربية. نظام الذكاء الاصطناعي هيراجع ويؤكد صحتهم فورًا خلال دقيقتين لـ 3 دقائق. إذا اتمت الموافقة على مستنداتك، تقدر تبدأ تشتغل كسايق على تطبيق انطلق. من فضلك لاحظ إن تقديم مستندات مزورة جريمة خطيرة وممكن تؤدي لإنهاء فوري وعواقب قانونية.",
|
||||||
"s license. Please verify and provide the correct documents.": "رخصته. من فضلك تحقق وقدّم المستندات الصحيحة.",
|
"s license. Please verify and provide the correct documents.": "رخصته. من فضلك تحقق وقدّم المستندات الصحيحة.",
|
||||||
"s phone": "موبايله",
|
"s phone": "موبايله",
|
||||||
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "خدمة مشاركة الرحلات الرائدة، اللي اتطورت بفخر من ملاك عرب ومحليين. بنعطي أولوية للقرب منك – سواء كركاب قيّمين أو كباتن متفانين.",
|
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "خدمة مشاركة الرحلات الرائدة، اللي اتطورت بفخر من ملاك عرب ومحليين. بنعطي أولوية للقرب منك – سواء كركاب قيّمين أو كباتن متفانين.",
|
||||||
"s time to check the Siro app!": "حان الوقت للتحقق من تطبيق سيرو!",
|
"s time to check the Siro app!": "حان الوقت للتحقق من تطبيق انطلق!",
|
||||||
"safe_and_comfortable": "آمن ومريح",
|
"safe_and_comfortable": "آمن ومريح",
|
||||||
"scams operations": "عمليات احتيال",
|
"scams operations": "عمليات احتيال",
|
||||||
"scan Car License.": "امسح رخصة العربية.",
|
"scan Car License.": "امسح رخصة العربية.",
|
||||||
@@ -2530,7 +2530,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"t have a phone number.": "ممعكش رقم موبايل.",
|
"t have a phone number.": "ممعكش رقم موبايل.",
|
||||||
"t have a reason": "ممعكش سبب",
|
"t have a reason": "ممعكش سبب",
|
||||||
"t have account": "ممعكش حساب",
|
"t have account": "ممعكش حساب",
|
||||||
"t have enough money in your Siro wallet": "ممعكش فلوس كافية في محفظة سيرو بتاعتك",
|
"t have enough money in your Siro wallet": "ممعكش فلوس كافية في محفظة انطلق بتاعتك",
|
||||||
"t moved sufficiently!": "متحركتش بشكل كافي!",
|
"t moved sufficiently!": "متحركتش بشكل كافي!",
|
||||||
"t need a ride anymore": "محتاجش رحلة تاني",
|
"t need a ride anymore": "محتاجش رحلة تاني",
|
||||||
"t return to use app after 1 month": "متقدر ترجع تستخدم التطبيق بعد شهر",
|
"t return to use app after 1 month": "متقدر ترجع تستخدم التطبيق بعد شهر",
|
||||||
@@ -2580,10 +2580,10 @@ final Map<String, String> ar_eg = {
|
|||||||
"wallet due to a previous trip.": "محفظة بسبب رحلة سابقة.",
|
"wallet due to a previous trip.": "محفظة بسبب رحلة سابقة.",
|
||||||
"wallet_credited_message": "تمت الإضافة",
|
"wallet_credited_message": "تمت الإضافة",
|
||||||
"wallet_updated": "تم تحديث المحفظة",
|
"wallet_updated": "تم تحديث المحفظة",
|
||||||
"welcome to siro": "أهلاً بك في سيرو",
|
"welcome to siro": "أهلاً بك في انطلق",
|
||||||
"welcome user": "أهلاً بالمستخدم",
|
"welcome user": "أهلاً بالمستخدم",
|
||||||
"welcome_message": "رسالة الترحيب",
|
"welcome_message": "رسالة الترحيب",
|
||||||
"welcome_to_siro": "أهلاً بك في سيرو",
|
"welcome_to_siro": "أهلاً بك في انطلق",
|
||||||
"whatsapp', phone1, 'Hello": "واتساب', phone1, 'أهلاً",
|
"whatsapp', phone1, 'Hello": "واتساب', phone1, 'أهلاً",
|
||||||
"with license plate": "مع لوحة الترخيص",
|
"with license plate": "مع لوحة الترخيص",
|
||||||
"with type": "مع النوع",
|
"with type": "مع النوع",
|
||||||
@@ -2607,7 +2607,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"you must insert token code": "يجب عليك إدخال رمز الرمز",
|
"you must insert token code": "يجب عليك إدخال رمز الرمز",
|
||||||
"you must insert token code ": "يجب عليك إدخال رمز الرمز",
|
"you must insert token code ": "يجب عليك إدخال رمز الرمز",
|
||||||
"you will pay to Driver": "سوف تدفع للسائق",
|
"you will pay to Driver": "سوف تدفع للسائق",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "سوف تدفع للسائق، سوف تدفع تكلفة وقت السائق، انظر إلى محفظة سيرو الخاصة بك",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "سوف تدفع للسائق، سوف تدفع تكلفة وقت السائق، انظر إلى محفظة انطلق الخاصة بك",
|
||||||
"you will use this device?": "هل ستستخدم هذا الجهاز؟",
|
"you will use this device?": "هل ستستخدم هذا الجهاز؟",
|
||||||
"your ride is Accepted": "تم قبول رحلتك",
|
"your ride is Accepted": "تم قبول رحلتك",
|
||||||
"your ride is applied": "تم تطبيق رحلتك",
|
"your ride is applied": "تم تطبيق رحلتك",
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ final Map<String, String> ar_jo = {
|
|||||||
"\${\"You must leave at least": "\${\"You must leave at least",
|
"\${\"You must leave at least": "\${\"You must leave at least",
|
||||||
"\${\"amount": "\${\"amount",
|
"\${\"amount": "\${\"amount",
|
||||||
"\${\"transaction_id": "\${\"transaction_id",
|
"\${\"transaction_id": "\${\"transaction_id",
|
||||||
"\${'*Siro APP CODE*": "\${'*Siro APP CODE*",
|
"\${'*Siro APP CODE*": "\${'*Intaleq APP CODE*",
|
||||||
"\${'*Siro DRIVER CODE*": "\${'*Siro DRIVER CODE*",
|
"\${'*Siro DRIVER CODE*": "\${'*Intaleq DRIVER CODE*",
|
||||||
"\${'Address": "\${'Address",
|
"\${'Address": "\${'Address",
|
||||||
"\${'Address: ": "\${'Address: ",
|
"\${'Address: ": "\${'Address: ",
|
||||||
"\${'Age": "\${'Age",
|
"\${'Age": "\${'Age",
|
||||||
@@ -133,8 +133,8 @@ final Map<String, String> ar_jo = {
|
|||||||
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'نص",
|
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'نص",
|
||||||
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'نص",
|
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'نص",
|
||||||
")[1]}": ")[1]}",
|
")[1]}": ")[1]}",
|
||||||
"*Siro APP CODE*": "*رمز تطبيق سيرو*",
|
"*Siro APP CODE*": "*رمز تطبيق انطلق*",
|
||||||
"*Siro DRIVER CODE*": "*رمز سائق سيرو*",
|
"*Siro DRIVER CODE*": "*رمز سائق انطلق*",
|
||||||
"--": "--",
|
"--": "--",
|
||||||
"-1% commission": "خصم 1% من العمولة",
|
"-1% commission": "خصم 1% من العمولة",
|
||||||
"-2% commission": "خصم 2% من العمولة",
|
"-2% commission": "خصم 2% من العمولة",
|
||||||
@@ -556,7 +556,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"Day Off": "يوم إجازة",
|
"Day Off": "يوم إجازة",
|
||||||
"Day Streak": "سلسلة الأيام",
|
"Day Streak": "سلسلة الأيام",
|
||||||
"Days": "الأيام",
|
"Days": "الأيام",
|
||||||
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "عزيزي/عزيزتي،\\n🚀 لقد بدأت للتو رحلة مثيرة، وأرغب في مشاركة تفاصيل رحلتي وموقعي الحالي معك في الوقت الفعلي! يرجى تحميل تطبيق سيرو. سيسمح لك بعرض تفاصيل رحلتي وأحدث موقعي.\\n👉 رابط التحميل:\\nأندرويد [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\nآيفون [https://getapp.cc/app/6458734951]\\nأتطلع إلى إبقائك قريباً أثناء مغامرتي!\\nسيرو،",
|
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "عزيزي/عزيزتي،\\n🚀 لقد بدأت للتو رحلة مثيرة، وأرغب في مشاركة تفاصيل رحلتي وموقعي الحالي معك في الوقت الفعلي! يرجى تحميل تطبيق انطلق. سيسمح لك بعرض تفاصيل رحلتي وأحدث موقعي.\\n👉 رابط التحميل:\\nأندرويد [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\nآيفون [https://getapp.cc/app/6458734951]\\nأتطلع إلى إبقائك قريباً أثناء مغامرتي!\\nانطلق،",
|
||||||
"Debit": "خصم",
|
"Debit": "خصم",
|
||||||
"Debit Card": "بطاقة خصم",
|
"Debit Card": "بطاقة خصم",
|
||||||
"Dec 15 - Dec 21, 2024": "15 ديسمبر - 21 ديسمبر 2024",
|
"Dec 15 - Dec 21, 2024": "15 ديسمبر - 21 ديسمبر 2024",
|
||||||
@@ -596,8 +596,8 @@ final Map<String, String> ar_jo = {
|
|||||||
"Don't have an account? Register": "ليس لديك حساب؟ سجّل الآن",
|
"Don't have an account? Register": "ليس لديك حساب؟ سجّل الآن",
|
||||||
"Done": "تم",
|
"Done": "تم",
|
||||||
"Don’t forget your personal belongings.": "لا تنسَ ممتلكاتك الشخصية.",
|
"Don’t forget your personal belongings.": "لا تنسَ ممتلكاتك الشخصية.",
|
||||||
"Download the Siro Driver app now and earn rewards!": "حمّل تطبيق سائق سيرو الآن واكسب مكافآت!",
|
"Download the Siro Driver app now and earn rewards!": "حمّل تطبيق سائق انطلق الآن واكسب مكافآت!",
|
||||||
"Download the Siro app now and enjoy your ride!": "حمّل تطبيق سيرو الآن واستمتع برحلتك!",
|
"Download the Siro app now and enjoy your ride!": "حمّل تطبيق انطلق الآن واستمتع برحلتك!",
|
||||||
"Download the app now:": "حمّل التطبيق الآن:",
|
"Download the app now:": "حمّل التطبيق الآن:",
|
||||||
"Drawing route on map...": "جارٍ رسم الطريق على الخريطة...",
|
"Drawing route on map...": "جارٍ رسم الطريق على الخريطة...",
|
||||||
"Driver": "السائق",
|
"Driver": "السائق",
|
||||||
@@ -719,7 +719,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"Evening": "المساء",
|
"Evening": "المساء",
|
||||||
"Excellent": "ممتاز",
|
"Excellent": "ممتاز",
|
||||||
"Exclusive offers and discounts always with the Sefer app": "عروض وخصومات حصرية دائماً مع تطبيق سفر",
|
"Exclusive offers and discounts always with the Sefer app": "عروض وخصومات حصرية دائماً مع تطبيق سفر",
|
||||||
"Exclusive offers and discounts always with the Siro app": "عروض وخصومات حصرية دائماً مع تطبيق سيرو",
|
"Exclusive offers and discounts always with the Siro app": "عروض وخصومات حصرية دائماً مع تطبيق انطلق",
|
||||||
"Exit": "خروج",
|
"Exit": "خروج",
|
||||||
"Exit Ride?": "هل تريد إنهاء الرحلة؟",
|
"Exit Ride?": "هل تريد إنهاء الرحلة؟",
|
||||||
"Expiration Date": "تاريخ الانتهاء",
|
"Expiration Date": "تاريخ الانتهاء",
|
||||||
@@ -766,8 +766,8 @@ final Map<String, String> ar_jo = {
|
|||||||
"Flag-down fee": "رسوم بداية الرحلة",
|
"Flag-down fee": "رسوم بداية الرحلة",
|
||||||
"For Drivers": "للسائقين",
|
"For Drivers": "للسائقين",
|
||||||
"For Egypt": "لمصر",
|
"For Egypt": "لمصر",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات سيرو والتوصيل، يتم حساب السعر ديناميكياً. لرحلات كومفورت، يعتمد السعر على الوقت والمسافة",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات انطلق والتوصيل، يتم حساب السعر ديناميكياً. لرحلات كومفورت، يعتمد السعر على الوقت والمسافة",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات سيرو والسكوتر، يتم حساب السعر ديناميكياً. لرحلات كومفورت، يعتمد السعر على الوقت والمسافة",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات انطلق والسكوتر، يتم حساب السعر ديناميكياً. لرحلات كومفورت، يعتمد السعر على الوقت والمسافة",
|
||||||
"Free Call": "مكالمة مجانية",
|
"Free Call": "مكالمة مجانية",
|
||||||
"Frequently Asked Questions": "الأسئلة الشائعة",
|
"Frequently Asked Questions": "الأسئلة الشائعة",
|
||||||
"Frequently Questions": "أسئلة متكررة",
|
"Frequently Questions": "أسئلة متكررة",
|
||||||
@@ -789,7 +789,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"Get": "احصل على",
|
"Get": "احصل على",
|
||||||
"Get Details of Trip": "احصل على تفاصيل الرحلة",
|
"Get Details of Trip": "احصل على تفاصيل الرحلة",
|
||||||
"Get Direction": "احصل على الاتجاهات",
|
"Get Direction": "احصل على الاتجاهات",
|
||||||
"Get a discount on your first Siro ride!": "احصل على خصم على رحلتك الأولى مع سيرو!",
|
"Get a discount on your first Siro ride!": "احصل على خصم على رحلتك الأولى مع انطلق!",
|
||||||
"Get features for your country": "احصل على الميزات الخاصة ببلدك",
|
"Get features for your country": "احصل على الميزات الخاصة ببلدك",
|
||||||
"Get it Now!": "احصل عليه الآن!",
|
"Get it Now!": "احصل عليه الآن!",
|
||||||
"Get to your destination quickly and easily.": "صل إلى وجهتك بسرعة وسهولة.",
|
"Get to your destination quickly and easily.": "صل إلى وجهتك بسرعة وسهولة.",
|
||||||
@@ -855,7 +855,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"How much do you want to earn today?": "كم تريد أن تربح اليوم؟",
|
"How much do you want to earn today?": "كم تريد أن تربح اليوم؟",
|
||||||
"How much longer will you be?": "كم من الوقت ستتأخر؟",
|
"How much longer will you be?": "كم من الوقت ستتأخر؟",
|
||||||
"How to use App": "كيفية استخدام التطبيق",
|
"How to use App": "كيفية استخدام التطبيق",
|
||||||
"How to use Siro": "كيفية استخدام سيرو",
|
"How to use Siro": "كيفية استخدام انطلق",
|
||||||
"How was the passenger?": "كيف كان الراكب؟",
|
"How was the passenger?": "كيف كان الراكب؟",
|
||||||
"How was your trip with": "كيف كانت رحلتك مع",
|
"How was your trip with": "كيف كانت رحلتك مع",
|
||||||
"How would you like to receive your reward?": "كيف ترغب في استلام مكافأتك؟",
|
"How would you like to receive your reward?": "كيف ترغب في استلام مكافأتك؟",
|
||||||
@@ -939,7 +939,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"IssueDate": "تاريخ الإصدار",
|
"IssueDate": "تاريخ الإصدار",
|
||||||
"JOD": "دينار أردني",
|
"JOD": "دينار أردني",
|
||||||
"Join": "انضم",
|
"Join": "انضم",
|
||||||
"Join Siro as a driver using my referral code!": "انضم إلى سيرو كسائق باستخدام رمز الإحالة الخاص بي!",
|
"Join Siro as a driver using my referral code!": "انضم إلى انطلق كسائق باستخدام رمز الإحالة الخاص بي!",
|
||||||
"Jordan": "الأردن",
|
"Jordan": "الأردن",
|
||||||
"Just now": "الآن",
|
"Just now": "الآن",
|
||||||
"KM": "كم",
|
"KM": "كم",
|
||||||
@@ -1161,7 +1161,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"Order Applied": "تم تطبيق الطلب",
|
"Order Applied": "تم تطبيق الطلب",
|
||||||
"Order Cancelled": "تم إلغاء الطلب",
|
"Order Cancelled": "تم إلغاء الطلب",
|
||||||
"Order Cancelled by Passenger": "تم إلغاء الطلب من قبل الراكب",
|
"Order Cancelled by Passenger": "تم إلغاء الطلب من قبل الراكب",
|
||||||
"Order Details Siro": "تفاصيل طلب سيرو",
|
"Order Details Siro": "تفاصيل طلب انطلق",
|
||||||
"Order History": "سجل الطلبات",
|
"Order History": "سجل الطلبات",
|
||||||
"Order ID": "رقم الطلب",
|
"Order ID": "رقم الطلب",
|
||||||
"Order Request Page": "صفحة طلب الرحلة",
|
"Order Request Page": "صفحة طلب الرحلة",
|
||||||
@@ -1212,7 +1212,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"Pay using MTN Cash wallet": "الدفع باستخدام محفظة MTN Cash",
|
"Pay using MTN Cash wallet": "الدفع باستخدام محفظة MTN Cash",
|
||||||
"Pay using Sham Cash wallet": "الدفع باستخدام محفظة Sham Cash",
|
"Pay using Sham Cash wallet": "الدفع باستخدام محفظة Sham Cash",
|
||||||
"Pay using Syriatel mobile wallet": "الدفع باستخدام محفظة سيريتل للجوال",
|
"Pay using Syriatel mobile wallet": "الدفع باستخدام محفظة سيريتل للجوال",
|
||||||
"Pay via CliQ (Alias: siroapp)": "الدفع عبر CliQ (الاسم المستعار: siroapp)",
|
"Pay via CliQ (Alias: siroapp)": "الدفع عبر CliQ (الاسم المستعار: intaleqapp)",
|
||||||
"Pay with Credit Card": "الدفع ببطاقة ائتمان",
|
"Pay with Credit Card": "الدفع ببطاقة ائتمان",
|
||||||
"Pay with Debit Card": "الدفع ببطاقة خصم",
|
"Pay with Debit Card": "الدفع ببطاقة خصم",
|
||||||
"Pay with Wallet": "الدفع عبر المحفظة",
|
"Pay with Wallet": "الدفع عبر المحفظة",
|
||||||
@@ -1304,7 +1304,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"Please help! Contact me as soon as possible.": "ساعدني من فضلك! اتصل بي في أسرع وقت ممكن.",
|
"Please help! Contact me as soon as possible.": "ساعدني من فضلك! اتصل بي في أسرع وقت ممكن.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "يرجى التأكد من عدم ترك أي ممتلكات شخصية في السيارة.",
|
"Please make sure not to leave any personal belongings in the car.": "يرجى التأكد من عدم ترك أي ممتلكات شخصية في السيارة.",
|
||||||
"Please make sure to read the license carefully.": "يرجى التأكد من قراءة الرخصة بعناية.",
|
"Please make sure to read the license carefully.": "يرجى التأكد من قراءة الرخصة بعناية.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "يرجى التأكد من أن لديك جميع ممتلكاتك الشخصية وأن أي أجرة متبقية، إن وجدت، قد تمت إضافتها إلى محفظتك قبل المغادرة. شكراً لاختيارك تطبيق سيرو",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "يرجى التأكد من أن لديك جميع ممتلكاتك الشخصية وأن أي أجرة متبقية، إن وجدت، قد تمت إضافتها إلى محفظتك قبل المغادرة. شكراً لاختيارك تطبيق انطلق",
|
||||||
"Please paste the transfer message": "يرجى لصق رسالة التحويل",
|
"Please paste the transfer message": "يرجى لصق رسالة التحويل",
|
||||||
"Please provide details about any long-term diseases.": "يرجى تقديم تفاصيل عن أي أمراض طويلة الأمد.",
|
"Please provide details about any long-term diseases.": "يرجى تقديم تفاصيل عن أي أمراض طويلة الأمد.",
|
||||||
"Please put your licence in these border": "يرجى وضع رخصتك داخل هذا الإطار",
|
"Please put your licence in these border": "يرجى وضع رخصتك داخل هذا الإطار",
|
||||||
@@ -1314,7 +1314,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"Please select a ride before submitting.": "يرجى اختيار رحلة قبل الإرسال.",
|
"Please select a ride before submitting.": "يرجى اختيار رحلة قبل الإرسال.",
|
||||||
"Please stay on the picked point.": "يرجى البقاء في نقطة الالتقاط المحددة.",
|
"Please stay on the picked point.": "يرجى البقاء في نقطة الالتقاط المحددة.",
|
||||||
"Please tell us why you want to cancel.": "يرجى إخبارنا لماذا تريد الإلغاء.",
|
"Please tell us why you want to cancel.": "يرجى إخبارنا لماذا تريد الإلغاء.",
|
||||||
"Please transfer the amount to alias: siroapp": "يرجى تحويل المبلغ إلى الاسم المستعار: siroapp",
|
"Please transfer the amount to alias: siroapp": "يرجى تحويل المبلغ إلى الاسم المستعار: intaleqapp",
|
||||||
"Please try again in a few moments": "يرجى المحاولة مرة أخرى بعد لحظات",
|
"Please try again in a few moments": "يرجى المحاولة مرة أخرى بعد لحظات",
|
||||||
"Please upload a clear photo of your face to be identified by passengers.": "يرجى رفع صورة واضحة لوجهك ليتمكن الركاب من التعرف عليك.",
|
"Please upload a clear photo of your face to be identified by passengers.": "يرجى رفع صورة واضحة لوجهك ليتمكن الركاب من التعرف عليك.",
|
||||||
"Please upload all 4 required documents.": "يرجى رفع جميع المستندات المطلوبة الأربعة.",
|
"Please upload all 4 required documents.": "يرجى رفع جميع المستندات المطلوبة الأربعة.",
|
||||||
@@ -1496,7 +1496,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"Send Email": "إرسال بريد إلكتروني",
|
"Send Email": "إرسال بريد إلكتروني",
|
||||||
"Send Invite": "إرسال دعوة",
|
"Send Invite": "إرسال دعوة",
|
||||||
"Send Message": "إرسال رسالة",
|
"Send Message": "إرسال رسالة",
|
||||||
"Send Siro app to him": "أرسل تطبيق سيرو له",
|
"Send Siro app to him": "أرسل تطبيق انطلق له",
|
||||||
"Send Verfication Code": "إرسال رمز التحقق",
|
"Send Verfication Code": "إرسال رمز التحقق",
|
||||||
"Send Verification Code": "إرسال رمز التحقق",
|
"Send Verification Code": "إرسال رمز التحقق",
|
||||||
"Send WhatsApp Message": "إرسال رسالة واتساب",
|
"Send WhatsApp Message": "إرسال رسالة واتساب",
|
||||||
@@ -1550,34 +1550,34 @@ final Map<String, String> ar_jo = {
|
|||||||
"Sign in with Google for easier email and name entry": "سجّل الدخول عبر جوجل لإدخال البريد الإلكتروني والاسم بسهولة",
|
"Sign in with Google for easier email and name entry": "سجّل الدخول عبر جوجل لإدخال البريد الإلكتروني والاسم بسهولة",
|
||||||
"Sign in with a provider for easy access": "سجّل الدخول باستخدام مزوّد للوصول السهل",
|
"Sign in with a provider for easy access": "سجّل الدخول باستخدام مزوّد للوصول السهل",
|
||||||
"Silver badge": "شارة فضية",
|
"Silver badge": "شارة فضية",
|
||||||
"Siro": "سيرو",
|
"Siro": "انطلق",
|
||||||
"Siro Balance": "رصيد سيرو",
|
"Siro Balance": "رصيد انطلق",
|
||||||
"Siro DRIVER CODE": "رمز سائق سيرو",
|
"Siro DRIVER CODE": "رمز سائق انطلق",
|
||||||
"Siro Driver": "سائق سيرو",
|
"Siro Driver": "سائق انطلق",
|
||||||
"Siro LLC": "شركة سيرو ذ.م.م",
|
"Siro LLC": "شركة انطلق ذ.م.م",
|
||||||
"Siro LLC\\n\${'Syria": "Siro LLC\\n\${'Syria",
|
"Siro LLC\\n\${'Syria": "Intaleq LLC\\n\${'Syria",
|
||||||
"Siro LLC\\n\\\${'Syria": "شركة سيرو ذ.م.م\\n\\\${'سوريا",
|
"Siro LLC\\n\\\${'Syria": "شركة انطلق ذ.م.م\\n\\\${'سوريا",
|
||||||
"Siro Order": "طلب سيرو",
|
"Siro Order": "طلب انطلق",
|
||||||
"Siro Over": "انتهى سيرو",
|
"Siro Over": "انتهى انطلق",
|
||||||
"Siro Reminder": "تذكير سيرو",
|
"Siro Reminder": "تذكير انطلق",
|
||||||
"Siro Wallet": "محفظة سيرو",
|
"Siro Wallet": "محفظة انطلق",
|
||||||
"Siro Wallet Features:": "ميزات محفظة سيرو:",
|
"Siro Wallet Features:": "ميزات محفظة انطلق:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "سيرو هو تطبيق لمشاركة الرحلات صُمم مع مراعاة سلامتك وبأسعار معقولة. نربطك بسائقين موثوقين في منطقتك، مما يضمن لك تجربة سفر مريحة وخالية من التوتر. إليك بعض الميزات الرئيسية التي تميزنا:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "انطلق هو تطبيق لمشاركة الرحلات صُمم مع مراعاة سلامتك وبأسعار معقولة. نربطك بسائقين موثوقين في منطقتك، مما يضمن لك تجربة سفر مريحة وخالية من التوتر. إليك بعض الميزات الرئيسية التي تميزنا:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "سيرو هو تطبيق لمشاركة الرحلات صُمم مع مراعاة سلامتك وتكلفتك. نربطك بسائقين موثوقين في منطقتك، مما يضمن لك تجربة سفر مريحة وخالية من التوتر.\\n\\nإليك بعض الميزات الرئيسية التي تميزنا:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "انطلق هو تطبيق لمشاركة الرحلات صُمم مع مراعاة سلامتك وتكلفتك. نربطك بسائقين موثوقين في منطقتك، مما يضمن لك تجربة سفر مريحة وخالية من التوتر.\\n\\nإليك بعض الميزات الرئيسية التي تميزنا:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "سيرو ملتزم بالسلامة، ويتم فحص جميع كباتننا بعناية والتحقق من خلفياتهم.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "انطلق ملتزم بالسلامة، ويتم فحص جميع كباتننا بعناية والتحقق من خلفياتهم.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "سيرو هو أول تطبيق لمشاركة الرحلات في سوريا، صُمم لربطك بأقرب السائقين لتجربة سفر سريعة ومريحة.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "انطلق هو أول تطبيق لمشاركة الرحلات في سوريا، صُمم لربطك بأقرب السائقين لتجربة سفر سريعة ومريحة.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "سيرو هو تطبيق طلب الرحلات الآمن والموثوق والمتاح للجميع.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "انطلق هو تطبيق طلب الرحلات الآمن والموثوق والمتاح للجميع.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "سيرو هو تطبيق مشاركة الرحلات الأكثر أماناً وموثوقية المصمم خصيصاً للركاب في سوريا. نوفر تجربة ركوب مريحة ومحترمة وبأسعار معقولة مع ميزات تعطي الأولوية لسلامتك وراحتك. كباتننا الموثوقون يتم التحقق منهم وتأمينهم، ويدعمهم صيانة دورية للسيارات يقوم بها أفضل المهندسين. نقدم أيضاً خدمات دعم على الطريق لضمان أن تكون كل رحلة سلسة وخالية من الهموم. مع سيرو، تستمتع بالجودة والسلامة وراحة البال—في كل مرة تركب فيها.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "انطلق هو تطبيق مشاركة الرحلات الأكثر أماناً وموثوقية المصمم خصيصاً للركاب في سوريا. نوفر تجربة ركوب مريحة ومحترمة وبأسعار معقولة مع ميزات تعطي الأولوية لسلامتك وراحتك. كباتننا الموثوقون يتم التحقق منهم وتأمينهم، ويدعمهم صيانة دورية للسيارات يقوم بها أفضل المهندسين. نقدم أيضاً خدمات دعم على الطريق لضمان أن تكون كل رحلة سلسة وخالية من الهموم. مع انطلق، تستمتع بالجودة والسلامة وراحة البال—في كل مرة تركب فيها.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "سيرو هو تطبيق مشاركة الرحلات الأكثر أماناً والذي يقدم العديد من الميزات لكل من الكباتن والركاب. نقدم أقل معدل عمولة وهو 8% فقط، مما يضمن لك الحصول على أفضل قيمة لرحلاتك. يتضمن تطبيقنا تأميناً لأفضل الكباتن، وصيانة دورية للسيارات مع أفضل المهندسين، وخدمات على الطريق لضمان تجربة محترمة وعالية الجودة لجميع المستخدمين.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "انطلق هو تطبيق مشاركة الرحلات الأكثر أماناً والذي يقدم العديد من الميزات لكل من الكباتن والركاب. نقدم أقل معدل عمولة وهو 8% فقط، مما يضمن لك الحصول على أفضل قيمة لرحلاتك. يتضمن تطبيقنا تأميناً لأفضل الكباتن، وصيانة دورية للسيارات مع أفضل المهندسين، وخدمات على الطريق لضمان تجربة محترمة وعالية الجودة لجميع المستخدمين.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "يقدم سيرو مجموعة متنوعة من الخيارات بما في ذلك الاقتصاد، والراحة، والفخامة لتتناسب مع احتياجاتك وميزانيتك.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "يقدم انطلق مجموعة متنوعة من الخيارات بما في ذلك الاقتصاد، والراحة، والفخامة لتتناسب مع احتياجاتك وميزانيتك.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "يقدم سيرو مجموعة متنوعة من خيارات المركبات لتتناسب مع احتياجاتك، بما في ذلك الاقتصاد، والراحة، والفخامة. اختر الخيار الأنسب لميزانيتك وعدد الركاب.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "يقدم انطلق مجموعة متنوعة من خيارات المركبات لتتناسب مع احتياجاتك، بما في ذلك الاقتصاد، والراحة، والفخامة. اختر الخيار الأنسب لميزانيتك وعدد الركاب.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "يقدم سيرو طرق دفع متعددة لراحتك. اختر بين الدفع النقدي أو الدفع ببطاقة الائتمان/الخصم أثناء تأكيد الرحلة.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "يقدم انطلق طرق دفع متعددة لراحتك. اختر بين الدفع النقدي أو الدفع ببطاقة الائتمان/الخصم أثناء تأكيد الرحلة.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "يقدم سيرو ميزات أمان متنوعة تشمل التحقق من السائق، وتتبع الرحلة داخل التطبيق، وخيارات جهات اتصال الطوارئ، وإمكانية مشاركة حالة رحلتك مع جهات اتصال موثوقة.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "يقدم انطلق ميزات أمان متنوعة تشمل التحقق من السائق، وتتبع الرحلة داخل التطبيق، وخيارات جهات اتصال الطوارئ، وإمكانية مشاركة حالة رحلتك مع جهات اتصال موثوقة.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "يضع سيرو سلامتك في المقام الأول. نقدم ميزات مثل التحقق من السائق، وتتبع الرحلة داخل التطبيق، وخيارات جهات اتصال الطوارئ.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "يضع انطلق سلامتك في المقام الأول. نقدم ميزات مثل التحقق من السائق، وتتبع الرحلة داخل التطبيق، وخيارات جهات اتصال الطوارئ.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "يوفر سيرو وظيفة الدردشة داخل التطبيق لتتمكن من التواصل مع سائقك أو راكبك أثناء رحلتك.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "يوفر انطلق وظيفة الدردشة داخل التطبيق لتتمكن من التواصل مع سائقك أو راكبك أثناء رحلتك.",
|
||||||
"Siro's Response": "رد سيرو",
|
"Siro's Response": "رد انطلق",
|
||||||
"Siro123": "سيرو123",
|
"Siro123": "انطلق123",
|
||||||
"Siro: For fixed salary and endpoints.": "سيرو: للراتب الثابت ونقاط النهاية.",
|
"Siro: For fixed salary and endpoints.": "انطلق: للراتب الثابت ونقاط النهاية.",
|
||||||
"Slide to End Trip": "مرر لإنهاء الرحلة",
|
"Slide to End Trip": "مرر لإنهاء الرحلة",
|
||||||
"So go and gain your money": "اذهب واستلم أموالك",
|
"So go and gain your money": "اذهب واستلم أموالك",
|
||||||
"Social Butterfly": "الفراشة الاجتماعية",
|
"Social Butterfly": "الفراشة الاجتماعية",
|
||||||
@@ -1607,7 +1607,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"Status": "الحالة",
|
"Status": "الحالة",
|
||||||
"Status is": "الحالة هي",
|
"Status is": "الحالة هي",
|
||||||
"Stay": "ابقَ",
|
"Stay": "ابقَ",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "تعليمات خطوة بخطوة حول كيفية طلب رحلة من خلال تطبيق سيرو.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "تعليمات خطوة بخطوة حول كيفية طلب رحلة من خلال تطبيق انطلق.",
|
||||||
"Stop": "توقف",
|
"Stop": "توقف",
|
||||||
"Store your money with us and receive it in your bank as a monthly salary.": "احفظ أموالك معنا واحصل عليها في بنكك كراتب شهري.",
|
"Store your money with us and receive it in your bank as a monthly salary.": "احفظ أموالك معنا واحصل عليها في بنكك كراتب شهري.",
|
||||||
"Submission Failed": "فشل الإرسال",
|
"Submission Failed": "فشل الإرسال",
|
||||||
@@ -1727,8 +1727,8 @@ final Map<String, String> ar_jo = {
|
|||||||
"To become a driver, you must review and agree to the": "لكي تصبح سائقاً، يجب عليك مراجعة والموافقة على",
|
"To become a driver, you must review and agree to the": "لكي تصبح سائقاً، يجب عليك مراجعة والموافقة على",
|
||||||
"To become a driver, you must review and agree to the ": "لكي تصبح سائقاً، يجب عليك مراجعة والموافقة على",
|
"To become a driver, you must review and agree to the ": "لكي تصبح سائقاً، يجب عليك مراجعة والموافقة على",
|
||||||
"To become a passenger, you must review and agree to the": "لكي تصبح راكباً، يجب عليك مراجعة والموافقة على",
|
"To become a passenger, you must review and agree to the": "لكي تصبح راكباً، يجب عليك مراجعة والموافقة على",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "لكي تصبح سائقاً لمشاركة الرحلات على تطبيق سيرو، تحتاج إلى رفع رخصة قيادتك، ووثيقة هويتك، ووثيقة تسجيل سيارتك. سيقوم نظام الذكاء الاصطناعي لدينا بمراجعة وتوثيق صحتها فوراً خلال دقيقتين إلى 3 دقائق. إذا تمت الموافقة على مستنداتك، يمكنك البدء بالعمل كسائق على تطبيق سيرو. يرجى ملاحظة أن تقديم مستندات مزورة هو جريمة خطيرة وقد يؤدي إلى الإنهاء الفوري والعواقب القانونية.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "لكي تصبح سائقاً لمشاركة الرحلات على تطبيق انطلق، تحتاج إلى رفع رخصة قيادتك، ووثيقة هويتك، ووثيقة تسجيل سيارتك. سيقوم نظام الذكاء الاصطناعي لدينا بمراجعة وتوثيق صحتها فوراً خلال دقيقتين إلى 3 دقائق. إذا تمت الموافقة على مستنداتك، يمكنك البدء بالعمل كسائق على تطبيق انطلق. يرجى ملاحظة أن تقديم مستندات مزورة هو جريمة خطيرة وقد يؤدي إلى الإنهاء الفوري والعواقب القانونية.",
|
||||||
"To become a ride-sharing driver on the Siro app...": "لكي تصبح سائقاً لمشاركة الرحلات على تطبيق سيرو...",
|
"To become a ride-sharing driver on the Siro app...": "لكي تصبح سائقاً لمشاركة الرحلات على تطبيق انطلق...",
|
||||||
"To change Language the App": "لتغيير لغة التطبيق",
|
"To change Language the App": "لتغيير لغة التطبيق",
|
||||||
"To change some Settings": "لتغيير بعض الإعدادات",
|
"To change some Settings": "لتغيير بعض الإعدادات",
|
||||||
"To display orders instantly, please grant permission to draw over other apps.": "لعرض الطلبات فوراً، يرجى منح الإذن بالعرض فوق التطبيقات الأخرى.",
|
"To display orders instantly, please grant permission to draw over other apps.": "لعرض الطلبات فوراً، يرجى منح الإذن بالعرض فوق التطبيقات الأخرى.",
|
||||||
@@ -1736,7 +1736,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"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.": "لضمان حصولك على أكثر المعلومات دقة لموقعك، يرجى اختيار دولتك أدناه. سيساعد ذلك في تخصيص تجربة التطبيق والمحتوى لدولتك.",
|
||||||
"To get a gift for both": "للحصول على هدية لكليكما",
|
"To get a gift for both": "للحصول على هدية لكليكما",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "لإعطائك أفضل تجربة، نحتاج إلى معرفة موقعك. يتم استخدام موقعك للعثور على كباتن قريبين ولعمليات الالتقاط.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "لإعطائك أفضل تجربة، نحتاج إلى معرفة موقعك. يتم استخدام موقعك للعثور على كباتن قريبين ولعمليات الالتقاط.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "للتسجيل كسائق أو التعرف على المتطلبات، يرجى زيارة موقعنا أو الاتصال بدعم سيرو مباشرة.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "للتسجيل كسائق أو التعرف على المتطلبات، يرجى زيارة موقعنا أو الاتصال بدعم انطلق مباشرة.",
|
||||||
"To use Wallet charge it": "لاستخدام المحفظة، قم بشحنها",
|
"To use Wallet charge it": "لاستخدام المحفظة، قم بشحنها",
|
||||||
"Today": "اليوم",
|
"Today": "اليوم",
|
||||||
"Today Overview": "نظرة عامة على اليوم",
|
"Today Overview": "نظرة عامة على اليوم",
|
||||||
@@ -1826,7 +1826,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"Type your Email": "اكتب بريدك الإلكتروني",
|
"Type your Email": "اكتب بريدك الإلكتروني",
|
||||||
"Type your message": "اكتب رسالتك",
|
"Type your message": "اكتب رسالتك",
|
||||||
"Type your message...": "اكتب رسالتك...",
|
"Type your message...": "اكتب رسالتك...",
|
||||||
"Types of Trips in Siro:": "أنواع الرحلات في سيرو:",
|
"Types of Trips in Siro:": "أنواع الرحلات في انطلق:",
|
||||||
"USA": "الولايات المتحدة الأمريكية",
|
"USA": "الولايات المتحدة الأمريكية",
|
||||||
"Uncompromising Security": "أمان لا هوادة فيه",
|
"Uncompromising Security": "أمان لا هوادة فيه",
|
||||||
"Unknown": "غير معروف",
|
"Unknown": "غير معروف",
|
||||||
@@ -1885,7 +1885,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"View your past transactions": "عرض معاملاتك السابقة",
|
"View your past transactions": "عرض معاملاتك السابقة",
|
||||||
"Visa": "فيزا",
|
"Visa": "فيزا",
|
||||||
"Visit Website/Contact Support": "زيارة الموقع/الاتصال بالدعم",
|
"Visit Website/Contact Support": "زيارة الموقع/الاتصال بالدعم",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "قم بزيارة موقعنا أو اتصل بدعم سيرو للحصول على معلومات حول تسجيل السائق والمتطلبات.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "قم بزيارة موقعنا أو اتصل بدعم انطلق للحصول على معلومات حول تسجيل السائق والمتطلبات.",
|
||||||
"Voice Calling": "المكالمات الصوتية",
|
"Voice Calling": "المكالمات الصوتية",
|
||||||
"Voice call over internet": "مكالمة صوتية عبر الإنترنت",
|
"Voice call over internet": "مكالمة صوتية عبر الإنترنت",
|
||||||
"Wait for timer": "انتظر المؤقت",
|
"Wait for timer": "انتظر المؤقت",
|
||||||
@@ -1918,8 +1918,8 @@ final Map<String, String> ar_jo = {
|
|||||||
"We are searching for the nearest driver": "نحن نبحث عن أقرب سائق لك",
|
"We are searching for the nearest driver": "نحن نبحث عن أقرب سائق لك",
|
||||||
"We are searching for the nearest driver to you": "نحن نبحث عن أقرب سائق لك",
|
"We are searching for the nearest driver to you": "نحن نبحث عن أقرب سائق لك",
|
||||||
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "نربطك بأقرب السائقين لالتقاط أسرع ورحلات أسرع.",
|
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "نربطك بأقرب السائقين لالتقاط أسرع ورحلات أسرع.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "لدينا عروض صيانة لسيارتك. يمكنك استخدامها بعد إكمال 600 رحلة للحصول على خصم 20% على إصلاحات السيارة. استمتع باستخدام تطبيق سيرو وكن جزءاً من عائلة سيرو.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "لدينا عروض صيانة لسيارتك. يمكنك استخدامها بعد إكمال 600 رحلة للحصول على خصم 20% على إصلاحات السيارة. استمتع باستخدام تطبيق انطلق وكن جزءاً من عائلة انطلق.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "لدينا عروض صيانة لسيارتك. يمكنك استخدامها بعد إكمال 600 رحلة للحصول على خصم 20% على إصلاحات السيارة. استمتع باستخدام تطبيق سيرو وكن جزءاً من عائلة سيرو.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "لدينا عروض صيانة لسيارتك. يمكنك استخدامها بعد إكمال 600 رحلة للحصول على خصم 20% على إصلاحات السيارة. استمتع باستخدام تطبيق انطلق وكن جزءاً من عائلة انطلق.",
|
||||||
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "لقد تعاونا مع مزوّدي التأمين الصحي لتقديم تغطية صحية خاصة لك. أكمل 500 رحلة واحصل على خصم 20% على أقساط التأمين الصحي.",
|
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "لقد تعاونا مع مزوّدي التأمين الصحي لتقديم تغطية صحية خاصة لك. أكمل 500 رحلة واحصل على خصم 20% على أقساط التأمين الصحي.",
|
||||||
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "لقد تلقينا طلبك للانضمام إلينا كسائق. يقوم فريقنا حالياً بمراجعته. شكراً لصبرك.",
|
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "لقد تلقينا طلبك للانضمام إلينا كسائق. يقوم فريقنا حالياً بمراجعته. شكراً لصبرك.",
|
||||||
"We have sent a verification code to your mobile number:": "لقد أرسلنا رمز التحقق إلى رقم هاتفك:",
|
"We have sent a verification code to your mobile number:": "لقد أرسلنا رمز التحقق إلى رقم هاتفك:",
|
||||||
@@ -1928,7 +1928,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"We need your location to find nearby drivers for pickups and drop-offs.": "نحتاج إلى موقعك للعثور على سائقين قريبين لعمليات الالتقاط والتنزيل.",
|
"We need your location to find nearby drivers for pickups and drop-offs.": "نحتاج إلى موقعك للعثور على سائقين قريبين لعمليات الالتقاط والتنزيل.",
|
||||||
"We need your phone number to contact you and to help you receive orders.": "نحتاج إلى رقم هاتفك للتواصل معك ومساعدتك في تلقي الطلبات.",
|
"We need your phone number to contact you and to help you receive orders.": "نحتاج إلى رقم هاتفك للتواصل معك ومساعدتك في تلقي الطلبات.",
|
||||||
"We need your phone number to contact you and to help you.": "نحتاج إلى رقم هاتفك للتواصل معك ومساعدتك.",
|
"We need your phone number to contact you and to help you.": "نحتاج إلى رقم هاتفك للتواصل معك ومساعدتك.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "لقد لاحظنا أن سيرو يتجاوز 100 كم/ساعة. يرجى التباطؤ من أجل سلامتك. إذا شعرت بعدم الأمان، يمكنك مشاركة تفاصيل رحلتك مع جهة اتصال أو الاتصال بالشرطة باستخدام زر SOS الأحمر.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "لقد لاحظنا أن انطلق يتجاوز 100 كم/ساعة. يرجى التباطؤ من أجل سلامتك. إذا شعرت بعدم الأمان، يمكنك مشاركة تفاصيل رحلتك مع جهة اتصال أو الاتصال بالشرطة باستخدام زر SOS الأحمر.",
|
||||||
"We regret to inform you that another driver has accepted this order.": "نأسف لإبلاغك أن سائقاً آخر قد قبل هذا الطلب.",
|
"We regret to inform you that another driver has accepted this order.": "نأسف لإبلاغك أن سائقاً آخر قد قبل هذا الطلب.",
|
||||||
"We search nearst Driver to you": "نحن نبحث عن أقرب سائق لك",
|
"We search nearst Driver to you": "نحن نبحث عن أقرب سائق لك",
|
||||||
"We sent 5 digit to your Email provided": "لقد أرسلنا 5 أرقام إلى بريدك الإلكتروني المقدم",
|
"We sent 5 digit to your Email provided": "لقد أرسلنا 5 أرقام إلى بريدك الإلكتروني المقدم",
|
||||||
@@ -1946,12 +1946,12 @@ final Map<String, String> ar_jo = {
|
|||||||
"Welcome": "مرحباً",
|
"Welcome": "مرحباً",
|
||||||
"Welcome Back!": "مرحباً بعودتك!",
|
"Welcome Back!": "مرحباً بعودتك!",
|
||||||
"Welcome Offer!": "عرض ترحيبي!",
|
"Welcome Offer!": "عرض ترحيبي!",
|
||||||
"Welcome to Siro!": "مرحباً بك في سيرو!",
|
"Welcome to Siro!": "مرحباً بك في انطلق!",
|
||||||
"What are the order details we provide to you?": "ما هي تفاصيل الطلب التي نقدمها لك؟",
|
"What are the order details we provide to you?": "ما هي تفاصيل الطلب التي نقدمها لك؟",
|
||||||
"What are the requirements to become a driver?": "ما هي المتطلبات لل becoming سائق؟",
|
"What are the requirements to become a driver?": "ما هي المتطلبات لل becoming سائق؟",
|
||||||
"What is Types of Trips in Siro?": "ما هي أنواع الرحلات في سيرو؟",
|
"What is Types of Trips in Siro?": "ما هي أنواع الرحلات في انطلق؟",
|
||||||
"What is the feature of our wallet?": "ما هي ميزة محفظتنا؟",
|
"What is the feature of our wallet?": "ما هي ميزة محفظتنا؟",
|
||||||
"What safety measures does Siro offer?": "ما هي إجراءات السلامة التي يقدمها سيرو؟",
|
"What safety measures does Siro offer?": "ما هي إجراءات السلامة التي يقدمها انطلق؟",
|
||||||
"What types of vehicles are available?": "ما هي أنواع المركبات المتاحة؟",
|
"What types of vehicles are available?": "ما هي أنواع المركبات المتاحة؟",
|
||||||
"WhatsApp": "واتساب",
|
"WhatsApp": "واتساب",
|
||||||
"WhatsApp Location Extractor": "مستخرج موقع الواتساب",
|
"WhatsApp Location Extractor": "مستخرج موقع الواتساب",
|
||||||
@@ -1963,9 +1963,9 @@ final Map<String, String> ar_jo = {
|
|||||||
"Where to": "إلى أين؟",
|
"Where to": "إلى أين؟",
|
||||||
"Where you want go": "إلى أين تريد الذهاب؟",
|
"Where you want go": "إلى أين تريد الذهاب؟",
|
||||||
"Which method you will pay": "بأي طريقة ستدفع؟",
|
"Which method you will pay": "بأي طريقة ستدفع؟",
|
||||||
"Why Choose Siro?": "لماذا تختار سيرو؟",
|
"Why Choose Siro?": "لماذا تختار انطلق؟",
|
||||||
"Why do you want to cancel this trip?": "لماذا تريد إلغاء هذه الرحلة؟",
|
"Why do you want to cancel this trip?": "لماذا تريد إلغاء هذه الرحلة؟",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "مع سيرو، يمكنك الحصول على رحلة إلى وجهتك في دقائق.",
|
"With Siro, you can get a ride to your destination in minutes.": "مع انطلق، يمكنك الحصول على رحلة إلى وجهتك في دقائق.",
|
||||||
"Withdraw": "سحب",
|
"Withdraw": "سحب",
|
||||||
"Work": "العمل",
|
"Work": "العمل",
|
||||||
"Work & Contact": "العمل والتواصل",
|
"Work & Contact": "العمل والتواصل",
|
||||||
@@ -1989,7 +1989,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"Yes": "نعم",
|
"Yes": "نعم",
|
||||||
"Yes, Pay": "نعم، ادفع",
|
"Yes, Pay": "نعم، ادفع",
|
||||||
"Yes, optimize": "نعم، قم بالتحسين",
|
"Yes, optimize": "نعم، قم بالتحسين",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "نعم، يمكنك إلغاء رحلتك تحت ظروف معينة (مثل قبل تعيين السائق). راجع سياسة إلغاء سيرو للتفاصيل.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "نعم، يمكنك إلغاء رحلتك تحت ظروف معينة (مثل قبل تعيين السائق). راجع سياسة إلغاء انطلق للتفاصيل.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "نعم، يمكنك إلغاء رحلتك، ولكن يرجى ملاحظة أن رسوم الإلغاء قد تنطبق اعتماداً على المدة الزمنية التي تقوم بالإلغاء فيها مسبقاً.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "نعم، يمكنك إلغاء رحلتك، ولكن يرجى ملاحظة أن رسوم الإلغاء قد تنطبق اعتماداً على المدة الزمنية التي تقوم بالإلغاء فيها مسبقاً.",
|
||||||
"You": "أنت",
|
"You": "أنت",
|
||||||
"You Are Stopped For this Day !": "تم إيقافك لهذا اليوم!",
|
"You Are Stopped For this Day !": "تم إيقافك لهذا اليوم!",
|
||||||
@@ -2041,7 +2041,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"You can purchase a budget to enable online access through the options listed below": "يمكنك شراء ميزانية لتمكين الوصول عبر الإنترنت من خلال الخيارات المدرجة أدناه",
|
"You can purchase a budget to enable online access through the options listed below": "يمكنك شراء ميزانية لتمكين الوصول عبر الإنترنت من خلال الخيارات المدرجة أدناه",
|
||||||
"You can purchase a budget to enable online access through the options listed below.": "يمكنك شراء ميزانية لتمكين الوصول عبر الإنترنت من خلال الخيارات المدرجة أدناه.",
|
"You can purchase a budget to enable online access through the options listed below.": "يمكنك شراء ميزانية لتمكين الوصول عبر الإنترنت من خلال الخيارات المدرجة أدناه.",
|
||||||
"You can resend in": "يمكنك إعادة الإرسال خلال",
|
"You can resend in": "يمكنك إعادة الإرسال خلال",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "يمكنك مشاركة تطبيق سيرو مع أصدقائك وكسب مكافآت عن الرحلات التي يقومون بها باستخدام رمزك",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "يمكنك مشاركة تطبيق انطلق مع أصدقائك وكسب مكافآت عن الرحلات التي يقومون بها باستخدام رمزك",
|
||||||
"You can upgrade price to may driver accept your order": "يمكنك رفع السعر ليقبل السائق طلبك",
|
"You can upgrade price to may driver accept your order": "يمكنك رفع السعر ليقبل السائق طلبك",
|
||||||
"You can\\'t continue with us .\\nYou should renew Driver license": "لا يمكنك الاستمرار معنا.\\nيجب تجديد رخصة القيادة",
|
"You can\\'t continue with us .\\nYou should renew Driver license": "لا يمكنك الاستمرار معنا.\\nيجب تجديد رخصة القيادة",
|
||||||
"You canceled VIP trip": "لقد ألغيت رحلة VIP",
|
"You canceled VIP trip": "لقد ألغيت رحلة VIP",
|
||||||
@@ -2188,8 +2188,8 @@ final Map<String, String> ar_jo = {
|
|||||||
"\\\${\"You must leave at least": "\\\${\"يجب أن تترك على الأقل",
|
"\\\${\"You must leave at least": "\\\${\"يجب أن تترك على الأقل",
|
||||||
"\\\${\"amount": "\\\${\"المبلغ",
|
"\\\${\"amount": "\\\${\"المبلغ",
|
||||||
"\\\${\"transaction_id": "\\\${\"معرف المعاملة",
|
"\\\${\"transaction_id": "\\\${\"معرف المعاملة",
|
||||||
"\\\${'*Siro APP CODE*": "\\\${'*رمز تطبيق سيرو*",
|
"\\\${'*Siro APP CODE*": "\\\${'*رمز تطبيق انطلق*",
|
||||||
"\\\${'*Siro DRIVER CODE*": "\\\${'*رمز سائق سيرو*",
|
"\\\${'*Siro DRIVER CODE*": "\\\${'*رمز سائق انطلق*",
|
||||||
"\\\${'Address": "\\\${'العنوان",
|
"\\\${'Address": "\\\${'العنوان",
|
||||||
"\\\${'Address: ": "\\\${'العنوان: ",
|
"\\\${'Address: ": "\\\${'العنوان: ",
|
||||||
"\\\${'Age": "\\\${'العمر",
|
"\\\${'Age": "\\\${'العمر",
|
||||||
@@ -2436,7 +2436,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"login or register subtitle": "عنوان تسجيل الدخول أو التسجيل",
|
"login or register subtitle": "عنوان تسجيل الدخول أو التسجيل",
|
||||||
"m": "م",
|
"m": "م",
|
||||||
"m at the agreed-upon location": "في الموقع المتفق عليه",
|
"m at the agreed-upon location": "في الموقع المتفق عليه",
|
||||||
"m inviting you to try Siro.": "أدعوكم لتجربة سيرو.",
|
"m inviting you to try Siro.": "أدعوكم لتجربة انطلق.",
|
||||||
"m waiting for you": "أنتظركم",
|
"m waiting for you": "أنتظركم",
|
||||||
"m waiting for you at the specified location.": "أنتظركم في الموقع المحدد.",
|
"m waiting for you at the specified location.": "أنتظركم في الموقع المحدد.",
|
||||||
"message From Driver": "رسالة من السائق",
|
"message From Driver": "رسالة من السائق",
|
||||||
@@ -2492,16 +2492,16 @@ final Map<String, String> ar_jo = {
|
|||||||
"s Promo": "عرضه",
|
"s Promo": "عرضه",
|
||||||
"s Promos": "عروضه",
|
"s Promos": "عروضه",
|
||||||
"s Response": "ردّه",
|
"s Response": "ردّه",
|
||||||
"s Siro account.": "حساب سيرو الخاص به.",
|
"s Siro account.": "حساب انطلق الخاص به.",
|
||||||
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "ميزات حساب سيرو الخاص به:\\n- تحويل الأموال عدة مرات.\\n- التحويل لأي شخص.\\n- إجراء عمليات الشراء.\\n- شحن حسابك.\\n- شحن حساب سيرو لصديق.\\n- احفظ أموالك معنا واحصل عليها في بنكك كراتب شهري.",
|
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "ميزات حساب انطلق الخاص به:\\n- تحويل الأموال عدة مرات.\\n- التحويل لأي شخص.\\n- إجراء عمليات الشراء.\\n- شحن حسابك.\\n- شحن حساب انطلق لصديق.\\n- احفظ أموالك معنا واحصل عليها في بنكك كراتب شهري.",
|
||||||
"s Terms & Review Privacy Notice": "شروطه ومراجعة إشعار الخصوصية",
|
"s Terms & Review Privacy Notice": "شروطه ومراجعة إشعار الخصوصية",
|
||||||
"s heavy traffic here. Can you suggest an alternate pickup point?": "هناك ازدحام مروري شديد هنا. هل يمكنك اقتراح نقطة التقاء بديلة؟",
|
"s heavy traffic here. Can you suggest an alternate pickup point?": "هناك ازدحام مروري شديد هنا. هل يمكنك اقتراح نقطة التقاء بديلة؟",
|
||||||
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "لا تتطابق رخصته مع تلك الموجودة في وثيقة هويتك. يرجى التحقق وتقديم المستندات الصحيحة.",
|
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "لا تتطابق رخصته مع تلك الموجودة في وثيقة هويتك. يرجى التحقق وتقديم المستندات الصحيحة.",
|
||||||
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "رخصة القيادة، وثيقة الهوية، ووثيقة تسجيل السيارة. سيقوم نظام الذكاء الاصطناعي لدينا بمراجعة وتوثيق صحتها فوراً خلال دقيقتين إلى 3 دقائق. إذا تمت الموافقة على مستنداتك، يمكنك البدء بالعمل كسائق على تطبيق سيرو. يرجى ملاحظة أن تقديم مستندات مزورة هو جريمة خطيرة وقد يؤدي إلى الإنهاء الفوري والعواقب القانونية.",
|
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "رخصة القيادة، وثيقة الهوية، ووثيقة تسجيل السيارة. سيقوم نظام الذكاء الاصطناعي لدينا بمراجعة وتوثيق صحتها فوراً خلال دقيقتين إلى 3 دقائق. إذا تمت الموافقة على مستنداتك، يمكنك البدء بالعمل كسائق على تطبيق انطلق. يرجى ملاحظة أن تقديم مستندات مزورة هو جريمة خطيرة وقد يؤدي إلى الإنهاء الفوري والعواقب القانونية.",
|
||||||
"s license. Please verify and provide the correct documents.": "رخصته. يرجى التحقق وتقديم المستندات الصحيحة.",
|
"s license. Please verify and provide the correct documents.": "رخصته. يرجى التحقق وتقديم المستندات الصحيحة.",
|
||||||
"s phone": "هاتفه",
|
"s phone": "هاتفه",
|
||||||
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "خدمة مشاركة الرحلات الرائدة، التي تم تطويرها بفخر من قبل مالكين عرب ومحليين. نعطي الأولوية لقربنا منكم – سواء كركاب قيّمين أو كباتن متفانين.",
|
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "خدمة مشاركة الرحلات الرائدة، التي تم تطويرها بفخر من قبل مالكين عرب ومحليين. نعطي الأولوية لقربنا منكم – سواء كركاب قيّمين أو كباتن متفانين.",
|
||||||
"s time to check the Siro app!": "حان الوقت للتحقق من تطبيق سيرو!",
|
"s time to check the Siro app!": "حان الوقت للتحقق من تطبيق انطلق!",
|
||||||
"safe_and_comfortable": "آمن ومريح",
|
"safe_and_comfortable": "آمن ومريح",
|
||||||
"scams operations": "عمليات احتيال",
|
"scams operations": "عمليات احتيال",
|
||||||
"scan Car License.": "امسح رخصة السيارة.",
|
"scan Car License.": "امسح رخصة السيارة.",
|
||||||
@@ -2530,7 +2530,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"t have a phone number.": "ليس لديك رقم هاتف.",
|
"t have a phone number.": "ليس لديك رقم هاتف.",
|
||||||
"t have a reason": "ليس لديك سبب",
|
"t have a reason": "ليس لديك سبب",
|
||||||
"t have account": "ليس لديك حساب",
|
"t have account": "ليس لديك حساب",
|
||||||
"t have enough money in your Siro wallet": "ليس لديك ما يكفي من الأموال في محفظة سيرو الخاصة بك",
|
"t have enough money in your Siro wallet": "ليس لديك ما يكفي من الأموال في محفظة انطلق الخاصة بك",
|
||||||
"t moved sufficiently!": "لم تتحرك بشكل كافٍ!",
|
"t moved sufficiently!": "لم تتحرك بشكل كافٍ!",
|
||||||
"t need a ride anymore": "لا تحتاج إلى رحلة بعد الآن",
|
"t need a ride anymore": "لا تحتاج إلى رحلة بعد الآن",
|
||||||
"t return to use app after 1 month": "لن تتمكن من العودة لاستخدام التطبيق بعد شهر",
|
"t return to use app after 1 month": "لن تتمكن من العودة لاستخدام التطبيق بعد شهر",
|
||||||
@@ -2580,10 +2580,10 @@ final Map<String, String> ar_jo = {
|
|||||||
"wallet due to a previous trip.": "محفظة بسبب رحلة سابقة.",
|
"wallet due to a previous trip.": "محفظة بسبب رحلة سابقة.",
|
||||||
"wallet_credited_message": "تمت إضافة",
|
"wallet_credited_message": "تمت إضافة",
|
||||||
"wallet_updated": "تم تحديث المحفظة",
|
"wallet_updated": "تم تحديث المحفظة",
|
||||||
"welcome to siro": "مرحباً بك في سيرو",
|
"welcome to siro": "مرحباً بك في انطلق",
|
||||||
"welcome user": "مرحباً بالمستخدم",
|
"welcome user": "مرحباً بالمستخدم",
|
||||||
"welcome_message": "رسالة الترحيب",
|
"welcome_message": "رسالة الترحيب",
|
||||||
"welcome_to_siro": "مرحباً بك في سيرو",
|
"welcome_to_siro": "مرحباً بك في انطلق",
|
||||||
"whatsapp', phone1, 'Hello": "واتساب', phone1, 'مرحباً",
|
"whatsapp', phone1, 'Hello": "واتساب', phone1, 'مرحباً",
|
||||||
"with license plate": "مع لوحة الترخيص",
|
"with license plate": "مع لوحة الترخيص",
|
||||||
"with type": "مع النوع",
|
"with type": "مع النوع",
|
||||||
@@ -2607,7 +2607,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"you must insert token code": "يجب عليك إدخال رمز الرمز",
|
"you must insert token code": "يجب عليك إدخال رمز الرمز",
|
||||||
"you must insert token code ": "يجب عليك إدخال رمز الرمز",
|
"you must insert token code ": "يجب عليك إدخال رمز الرمز",
|
||||||
"you will pay to Driver": "سوف تدفع للسائق",
|
"you will pay to Driver": "سوف تدفع للسائق",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "سوف تدفع للسائق، سوف تدفع تكلفة وقت السائق، انظر إلى محفظة سيرو الخاصة بك",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "سوف تدفع للسائق، سوف تدفع تكلفة وقت السائق، انظر إلى محفظة انطلق الخاصة بك",
|
||||||
"you will use this device?": "هل ستستخدم هذا الجهاز؟",
|
"you will use this device?": "هل ستستخدم هذا الجهاز؟",
|
||||||
"your ride is Accepted": "تم قبول رحلتك",
|
"your ride is Accepted": "تم قبول رحلتك",
|
||||||
"your ride is applied": "تم تطبيق رحلتك",
|
"your ride is applied": "تم تطبيق رحلتك",
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ final Map<String, String> ar_sy = {
|
|||||||
"\${\"You must leave at least": "\${\"You must leave at least",
|
"\${\"You must leave at least": "\${\"You must leave at least",
|
||||||
"\${\"amount": "\${\"amount",
|
"\${\"amount": "\${\"amount",
|
||||||
"\${\"transaction_id": "\${\"transaction_id",
|
"\${\"transaction_id": "\${\"transaction_id",
|
||||||
"\${'*Siro APP CODE*": "\${'*Siro APP CODE*",
|
"\${'*Siro APP CODE*": "\${'*Intaleq APP CODE*",
|
||||||
"\${'*Siro DRIVER CODE*": "\${'*Siro DRIVER CODE*",
|
"\${'*Siro DRIVER CODE*": "\${'*Intaleq DRIVER CODE*",
|
||||||
"\${'Address": "\${'Address",
|
"\${'Address": "\${'Address",
|
||||||
"\${'Address: ": "\${'Address: ",
|
"\${'Address: ": "\${'Address: ",
|
||||||
"\${'Age": "\${'Age",
|
"\${'Age": "\${'Age",
|
||||||
@@ -133,8 +133,8 @@ final Map<String, String> ar_sy = {
|
|||||||
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'نص",
|
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'نص",
|
||||||
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'نص",
|
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'نص",
|
||||||
")[1]}": ")[1]}",
|
")[1]}": ")[1]}",
|
||||||
"*Siro APP CODE*": "*كود تطبيق سيرو*",
|
"*Siro APP CODE*": "*كود تطبيق انطلق*",
|
||||||
"*Siro DRIVER CODE*": "*كود سائق سيرو*",
|
"*Siro DRIVER CODE*": "*كود سائق انطلق*",
|
||||||
"--": "--",
|
"--": "--",
|
||||||
"-1% commission": "خصم 1% من العمولة",
|
"-1% commission": "خصم 1% من العمولة",
|
||||||
"-2% commission": "خصم 2% من العمولة",
|
"-2% commission": "خصم 2% من العمولة",
|
||||||
@@ -556,7 +556,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"Day Off": "يوم عطلة",
|
"Day Off": "يوم عطلة",
|
||||||
"Day Streak": "سلسلة الأيام",
|
"Day Streak": "سلسلة الأيام",
|
||||||
"Days": "الأيام",
|
"Days": "الأيام",
|
||||||
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "عزيزي/عزيزتي،\\n🚀 بلشت رحلة جديدة وحابب/حابّة أشاركك التفاصيل وموقعي الحالي معك مباشرة! تفضّل حمّل تطبيق سيرو...\\n👉 رابط التحميل:\\nأندرويد [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\nآيفون [https://getapp.cc/app/6458734951]\\nأتطلع لإبقائك قريباً خلال مغامرتي!\\nسيرو ،",
|
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "عزيزي/عزيزتي،\\n🚀 بلشت رحلة جديدة وحابب/حابّة أشاركك التفاصيل وموقعي الحالي معك مباشرة! تفضّل حمّل تطبيق انطلق...\\n👉 رابط التحميل:\\nأندرويد [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\nآيفون [https://getapp.cc/app/6458734951]\\nأتطلع لإبقائك قريباً خلال مغامرتي!\\nانطلق ،",
|
||||||
"Debit": "خصم",
|
"Debit": "خصم",
|
||||||
"Debit Card": "بطاقة خصم",
|
"Debit Card": "بطاقة خصم",
|
||||||
"Dec 15 - Dec 21, 2024": "15 كانون الأول - 21 كانون الأول 2024",
|
"Dec 15 - Dec 21, 2024": "15 كانون الأول - 21 كانون الأول 2024",
|
||||||
@@ -596,8 +596,8 @@ final Map<String, String> ar_sy = {
|
|||||||
"Don't have an account? Register": "ليس لديك حساب؟ سجل الآن",
|
"Don't have an account? Register": "ليس لديك حساب؟ سجل الآن",
|
||||||
"Done": "تم",
|
"Done": "تم",
|
||||||
"Don’t forget your personal belongings.": "متنساش حاجاتك الشخصية.",
|
"Don’t forget your personal belongings.": "متنساش حاجاتك الشخصية.",
|
||||||
"Download the Siro Driver app now and earn rewards!": "حمّل تطبيق سائق سيرو هلق واكسب مكافآت!",
|
"Download the Siro Driver app now and earn rewards!": "حمّل تطبيق سائق انطلق هلق واكسب مكافآت!",
|
||||||
"Download the Siro app now and enjoy your ride!": "حمّل تطبيق سيرو هلق واستمتع برحلتك!",
|
"Download the Siro app now and enjoy your ride!": "حمّل تطبيق انطلق هلق واستمتع برحلتك!",
|
||||||
"Download the app now:": "حمّل التطبيق هلق:",
|
"Download the app now:": "حمّل التطبيق هلق:",
|
||||||
"Drawing route on map...": "عم نرسم الطريق على الخريطة...",
|
"Drawing route on map...": "عم نرسم الطريق على الخريطة...",
|
||||||
"Driver": "السائق",
|
"Driver": "السائق",
|
||||||
@@ -719,7 +719,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"Evening": "المساء",
|
"Evening": "المساء",
|
||||||
"Excellent": "ممتاز",
|
"Excellent": "ممتاز",
|
||||||
"Exclusive offers and discounts always with the Sefer app": "عروض وخصومات حصرية دايماً مع تطبيق سفر",
|
"Exclusive offers and discounts always with the Sefer app": "عروض وخصومات حصرية دايماً مع تطبيق سفر",
|
||||||
"Exclusive offers and discounts always with the Siro app": "عروض وخصومات حصرية دايماً مع تطبيق سيرو",
|
"Exclusive offers and discounts always with the Siro app": "عروض وخصومات حصرية دايماً مع تطبيق انطلق",
|
||||||
"Exit": "خروج",
|
"Exit": "خروج",
|
||||||
"Exit Ride?": "تخرج من الرحلة؟",
|
"Exit Ride?": "تخرج من الرحلة؟",
|
||||||
"Expiration Date": "تاريخ الانتهاء",
|
"Expiration Date": "تاريخ الانتهاء",
|
||||||
@@ -766,8 +766,8 @@ final Map<String, String> ar_sy = {
|
|||||||
"Flag-down fee": "رسوم بداية المشوار",
|
"Flag-down fee": "رسوم بداية المشوار",
|
||||||
"For Drivers": "للسواقين",
|
"For Drivers": "للسواقين",
|
||||||
"For Egypt": "لمصر",
|
"For Egypt": "لمصر",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات سيرو والتوصيل، السعر بيحسب ديناميكياً. لرحلات الكومفورت، السعر بيعتمد على الوقت والمسافة.",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات انطلق والتوصيل، السعر بيحسب ديناميكياً. لرحلات الكومفورت، السعر بيعتمد على الوقت والمسافة.",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات سيرو والسكوتر، السعر بيحسب ديناميكياً. لرحلات الكومفورت، السعر بيعتمد على الوقت والمسافة.",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات انطلق والسكوتر، السعر بيحسب ديناميكياً. لرحلات الكومفورت، السعر بيعتمد على الوقت والمسافة.",
|
||||||
"Free Call": "مكالمة مجانية",
|
"Free Call": "مكالمة مجانية",
|
||||||
"Frequently Asked Questions": "الأسئلة الشائعة",
|
"Frequently Asked Questions": "الأسئلة الشائعة",
|
||||||
"Frequently Questions": "أسئلة متكررة",
|
"Frequently Questions": "أسئلة متكررة",
|
||||||
@@ -789,13 +789,13 @@ final Map<String, String> ar_sy = {
|
|||||||
"Get": "احصل على",
|
"Get": "احصل على",
|
||||||
"Get Details of Trip": "احصل على تفاصيل الرحلة",
|
"Get Details of Trip": "احصل على تفاصيل الرحلة",
|
||||||
"Get Direction": "احصل على الاتجاهات",
|
"Get Direction": "احصل على الاتجاهات",
|
||||||
"Get a discount on your first Siro ride!": "احصل على خصم بأول رحلة سيرو!",
|
"Get a discount on your first Siro ride!": "احصل على خصم بأول رحلة انطلق!",
|
||||||
"Get features for your country": "احصل على الميزات لبلدك",
|
"Get features for your country": "احصل على الميزات لبلدك",
|
||||||
"Get it Now!": "احصل عليها هلق!",
|
"Get it Now!": "احصل عليها هلق!",
|
||||||
"Get to your destination quickly and easily.": "توصل لوجهتك بسرعة وسهولة.",
|
"Get to your destination quickly and easily.": "توصل لوجهتك بسرعة وسهولة.",
|
||||||
"Getting Started": "البدء",
|
"Getting Started": "البدء",
|
||||||
"Gift Already Claimed": "تم استلام الهدية من قبل",
|
"Gift Already Claimed": "تم استلام الهدية من قبل",
|
||||||
"Go": "سيرو",
|
"Go": "انطلق",
|
||||||
"Go Now": "اذهب الآن",
|
"Go Now": "اذهب الآن",
|
||||||
"Go Online": "ابدأ العمل",
|
"Go Online": "ابدأ العمل",
|
||||||
"Go To Favorite Places": "روح للأماكن المفضلة",
|
"Go To Favorite Places": "روح للأماكن المفضلة",
|
||||||
@@ -855,7 +855,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"How much do you want to earn today?": "كم تريد أن تربح اليوم؟",
|
"How much do you want to earn today?": "كم تريد أن تربح اليوم؟",
|
||||||
"How much longer will you be?": "قديش بعدك بتأخر؟",
|
"How much longer will you be?": "قديش بعدك بتأخر؟",
|
||||||
"How to use App": "كيف تستخدم التطبيق",
|
"How to use App": "كيف تستخدم التطبيق",
|
||||||
"How to use Siro": "كيف تستخدم سيرو",
|
"How to use Siro": "كيف تستخدم انطلق",
|
||||||
"How was the passenger?": "كيف كان الراكب؟",
|
"How was the passenger?": "كيف كان الراكب؟",
|
||||||
"How was your trip with": "كيف كانت رحلتك مع",
|
"How was your trip with": "كيف كانت رحلتك مع",
|
||||||
"How would you like to receive your reward?": "كيف بدك تستلم مكافأتك؟",
|
"How would you like to receive your reward?": "كيف بدك تستلم مكافأتك؟",
|
||||||
@@ -939,7 +939,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"IssueDate": "تاريخ الإصدار",
|
"IssueDate": "تاريخ الإصدار",
|
||||||
"JOD": "د.أ",
|
"JOD": "د.أ",
|
||||||
"Join": "انضم",
|
"Join": "انضم",
|
||||||
"Join Siro as a driver using my referral code!": "انضم لسواقة سيرو بكود الدعوة بتاعي!",
|
"Join Siro as a driver using my referral code!": "انضم لسواقة انطلق بكود الدعوة بتاعي!",
|
||||||
"Jordan": "الأردن",
|
"Jordan": "الأردن",
|
||||||
"Just now": "الآن",
|
"Just now": "الآن",
|
||||||
"KM": "كم",
|
"KM": "كم",
|
||||||
@@ -1161,7 +1161,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"Order Applied": "تم تطبيق الطلب",
|
"Order Applied": "تم تطبيق الطلب",
|
||||||
"Order Cancelled": "تم إلغاء الطلب",
|
"Order Cancelled": "تم إلغاء الطلب",
|
||||||
"Order Cancelled by Passenger": "تم إلغاء الطلب من الراكب",
|
"Order Cancelled by Passenger": "تم إلغاء الطلب من الراكب",
|
||||||
"Order Details Siro": "تفاصيل الطلب سيرو",
|
"Order Details Siro": "تفاصيل الطلب انطلق",
|
||||||
"Order History": "سجل الطلبات",
|
"Order History": "سجل الطلبات",
|
||||||
"Order ID": "رقم الطلب",
|
"Order ID": "رقم الطلب",
|
||||||
"Order Request Page": "صفحة طلب الرحلة",
|
"Order Request Page": "صفحة طلب الرحلة",
|
||||||
@@ -1212,7 +1212,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"Pay using MTN Cash wallet": "الدفع باستخدام محفظة MTN Cash",
|
"Pay using MTN Cash wallet": "الدفع باستخدام محفظة MTN Cash",
|
||||||
"Pay using Sham Cash wallet": "الدفع باستخدام محفظة Sham Cash",
|
"Pay using Sham Cash wallet": "الدفع باستخدام محفظة Sham Cash",
|
||||||
"Pay using Syriatel mobile wallet": "الدفع باستخدام محفظة سيريتل",
|
"Pay using Syriatel mobile wallet": "الدفع باستخدام محفظة سيريتل",
|
||||||
"Pay via CliQ (Alias: siroapp)": "الدفع عبر CliQ (الاسم المستعار: siroapp)",
|
"Pay via CliQ (Alias: siroapp)": "الدفع عبر CliQ (الاسم المستعار: intaleqapp)",
|
||||||
"Pay with Credit Card": "ادفع ببطاقة ائتمان",
|
"Pay with Credit Card": "ادفع ببطاقة ائتمان",
|
||||||
"Pay with Debit Card": "ادفع ببطاقة خصم",
|
"Pay with Debit Card": "ادفع ببطاقة خصم",
|
||||||
"Pay with Wallet": "ادفع من المحفظة",
|
"Pay with Wallet": "ادفع من المحفظة",
|
||||||
@@ -1304,7 +1304,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"Please help! Contact me as soon as possible.": "من فضلك ساعدني! اتصل بي بأسرع وقت ممكن.",
|
"Please help! Contact me as soon as possible.": "من فضلك ساعدني! اتصل بي بأسرع وقت ممكن.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "تفضّل تأكد ما تترك أي حاجات شخصية بالسيارة.",
|
"Please make sure not to leave any personal belongings in the car.": "تفضّل تأكد ما تترك أي حاجات شخصية بالسيارة.",
|
||||||
"Please make sure to read the license carefully.": "تفضّل تأكد تقرأ الرخصة بعناية.",
|
"Please make sure to read the license carefully.": "تفضّل تأكد تقرأ الرخصة بعناية.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "من فضلك تأكد إن معاك كل حاجاتك الشخصية وإن أي مبلغ متبقي، لو موجود، تم إضافته لمحفظتك قبل ما تمشي. شكرًا لاستخدامك تطبيق سيرو",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "من فضلك تأكد إن معاك كل حاجاتك الشخصية وإن أي مبلغ متبقي، لو موجود، تم إضافته لمحفظتك قبل ما تمشي. شكرًا لاستخدامك تطبيق انطلق",
|
||||||
"Please paste the transfer message": "يرجى لصق رسالة التحويل",
|
"Please paste the transfer message": "يرجى لصق رسالة التحويل",
|
||||||
"Please provide details about any long-term diseases.": "تفضّل قدّم تفاصيل عن أي أمراض مزمنة.",
|
"Please provide details about any long-term diseases.": "تفضّل قدّم تفاصيل عن أي أمراض مزمنة.",
|
||||||
"Please put your licence in these border": "تفضّل حط رخصتك بهالإطار",
|
"Please put your licence in these border": "تفضّل حط رخصتك بهالإطار",
|
||||||
@@ -1314,7 +1314,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"Please select a ride before submitting.": "تفضّل اختر المشوار قبل ما ترسل.",
|
"Please select a ride before submitting.": "تفضّل اختر المشوار قبل ما ترسل.",
|
||||||
"Please stay on the picked point.": "يرجى البقاء في نقطة الالتقاط المحددة.",
|
"Please stay on the picked point.": "يرجى البقاء في نقطة الالتقاط المحددة.",
|
||||||
"Please tell us why you want to cancel.": "تفضّل قلنا ليش بدك تلغي.",
|
"Please tell us why you want to cancel.": "تفضّل قلنا ليش بدك تلغي.",
|
||||||
"Please transfer the amount to alias: siroapp": "يرجى تحويل المبلغ إلى الاسم المستعار: siroapp",
|
"Please transfer the amount to alias: siroapp": "يرجى تحويل المبلغ إلى الاسم المستعار: intaleqapp",
|
||||||
"Please try again in a few moments": "تفضّل جرّب مرة تانية بعد شوي",
|
"Please try again in a few moments": "تفضّل جرّب مرة تانية بعد شوي",
|
||||||
"Please upload a clear photo of your face to be identified by passengers.": "تفضّل ارفع صورة واضحة لوجهك عشان الركاب يتعرفوا عليك.",
|
"Please upload a clear photo of your face to be identified by passengers.": "تفضّل ارفع صورة واضحة لوجهك عشان الركاب يتعرفوا عليك.",
|
||||||
"Please upload all 4 required documents.": "تفضّل ارفع كل الـ4 وثائق المطلوبة.",
|
"Please upload all 4 required documents.": "تفضّل ارفع كل الـ4 وثائق المطلوبة.",
|
||||||
@@ -1496,7 +1496,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"Send Email": "أرسل بريد",
|
"Send Email": "أرسل بريد",
|
||||||
"Send Invite": "أرسل دعوة",
|
"Send Invite": "أرسل دعوة",
|
||||||
"Send Message": "أرسل رسالة",
|
"Send Message": "أرسل رسالة",
|
||||||
"Send Siro app to him": "أرسل تطبيق سيرو له",
|
"Send Siro app to him": "أرسل تطبيق انطلق له",
|
||||||
"Send Verfication Code": "أرسل رمز التحقق",
|
"Send Verfication Code": "أرسل رمز التحقق",
|
||||||
"Send Verification Code": "أرسل رمز التحقق",
|
"Send Verification Code": "أرسل رمز التحقق",
|
||||||
"Send WhatsApp Message": "أرسل رسالة واتساب",
|
"Send WhatsApp Message": "أرسل رسالة واتساب",
|
||||||
@@ -1550,34 +1550,34 @@ final Map<String, String> ar_sy = {
|
|||||||
"Sign in with Google for easier email and name entry": "سجل الدخول بجوجل لإدخال البريد والاسم بسهولة",
|
"Sign in with Google for easier email and name entry": "سجل الدخول بجوجل لإدخال البريد والاسم بسهولة",
|
||||||
"Sign in with a provider for easy access": "سجل الدخول عبر مزود للوصول بسهولة",
|
"Sign in with a provider for easy access": "سجل الدخول عبر مزود للوصول بسهولة",
|
||||||
"Silver badge": "وسام فضي",
|
"Silver badge": "وسام فضي",
|
||||||
"Siro": "سيرو",
|
"Siro": "انطلق",
|
||||||
"Siro Balance": "رصيد سيرو",
|
"Siro Balance": "رصيد انطلق",
|
||||||
"Siro DRIVER CODE": "كود سائق سيرو",
|
"Siro DRIVER CODE": "كود سائق انطلق",
|
||||||
"Siro Driver": "سائق سيرو",
|
"Siro Driver": "سائق انطلق",
|
||||||
"Siro LLC": "شركة سيرو",
|
"Siro LLC": "شركة انطلق",
|
||||||
"Siro LLC\\n\${'Syria": "Siro LLC\\n\${'Syria",
|
"Siro LLC\\n\${'Syria": "Intaleq LLC\\n\${'Syria",
|
||||||
"Siro LLC\\n\\\${'Syria": "شركة سيرو\\n\\\${'سوريا",
|
"Siro LLC\\n\\\${'Syria": "شركة انطلق\\n\\\${'سوريا",
|
||||||
"Siro Order": "طلب سيرو",
|
"Siro Order": "طلب انطلق",
|
||||||
"Siro Over": "سيرو انتهى",
|
"Siro Over": "انطلق انتهى",
|
||||||
"Siro Reminder": "تذكير سيرو",
|
"Siro Reminder": "تذكير انطلق",
|
||||||
"Siro Wallet": "محفظة سيرو",
|
"Siro Wallet": "محفظة انطلق",
|
||||||
"Siro Wallet Features:": "ميزات محفظة سيرو:",
|
"Siro Wallet Features:": "ميزات محفظة انطلق:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "سيرو تطبيق مشاركة رحلات مصمم لسلامتك وتوفير فلوسك. بنربطك بسواقين موثوقين بمنطقتك...",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "انطلق تطبيق مشاركة رحلات مصمم لسلامتك وتوفير فلوسك. بنربطك بسواقين موثوقين بمنطقتك...",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "سيرو تطبيق مشاركة رحلات مصمم لسلامتك وتوفير فلوسك. بنربطك بسواقين موثوقين بمنطقتك، لنضمن لك تجربة سفر مريحة وخالية من التوتر.\\n\\nإليك بعض الميزات الرئيسية التي تميزنا:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "انطلق تطبيق مشاركة رحلات مصمم لسلامتك وتوفير فلوسك. بنربطك بسواقين موثوقين بمنطقتك، لنضمن لك تجربة سفر مريحة وخالية من التوتر.\\n\\nإليك بعض الميزات الرئيسية التي تميزنا:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "سيرو ملتزم بالسلامة، وكل سواقينا بتم فحصهم بدقة.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "انطلق ملتزم بالسلامة، وكل سواقينا بتم فحصهم بدقة.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "سيرو أول تطبيق مشاركة رحلات بسوريا، مصمم يربطك بأقرب السواقين لرحلة سريعة ومريحة.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "انطلق أول تطبيق مشاركة رحلات بسوريا، مصمم يربطك بأقرب السواقين لرحلة سريعة ومريحة.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "سيرو تطبيق نقل آمن وموثوق ومتاح للجميع.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "انطلق تطبيق نقل آمن وموثوق ومتاح للجميع.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "سيرو هو تطبيق مشاركة الرحلات الآمن والأكثر موثوقية المصمم خصيصاً للركاب بسوريا. بنقدملك تجربة رحلة مريحة، محترمة، وبأسعار مناسبة، مع ميزات بتعطي أولوية لسلامتك وراحتك. سواقينا الموثوقين موثقين ومؤمنين، وبيدعمهم صيانة دورية من مهندسين محترفين. كمان بنقدم خدمات دعم على الطريق عشان نضمنلك رحلة سلسة ومن دون هموم. مع سيرو، بتستمتع بالجودة، السلامة، وراحة البال—بكل رحلة.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "انطلق هو تطبيق مشاركة الرحلات الآمن والأكثر موثوقية المصمم خصيصاً للركاب بسوريا. بنقدملك تجربة رحلة مريحة، محترمة، وبأسعار مناسبة، مع ميزات بتعطي أولوية لسلامتك وراحتك. سواقينا الموثوقين موثقين ومؤمنين، وبيدعمهم صيانة دورية من مهندسين محترفين. كمان بنقدم خدمات دعم على الطريق عشان نضمنلك رحلة سلسة ومن دون هموم. مع انطلق، بتستمتع بالجودة، السلامة، وراحة البال—بكل رحلة.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "سيرو هو تطبيق مشاركة الرحلات الآمن اللي بقدّم ميزات كتير للسواقين والركاب. بنقدّم أقل عمولة بس 8% عشان تاخد أحسن قيمة لرحلاتك...",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "انطلق هو تطبيق مشاركة الرحلات الآمن اللي بقدّم ميزات كتير للسواقين والركاب. بنقدّم أقل عمولة بس 8% عشان تاخد أحسن قيمة لرحلاتك...",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "سيرو بيقدم خيارات متنوعة منها اقتصادي، مريح، وفاخر لتناسب احتياجاتك وميزانيتك.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "انطلق بيقدم خيارات متنوعة منها اقتصادي، مريح، وفاخر لتناسب احتياجاتك وميزانيتك.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "سيرو بيقدم خيارات سيارات متنوعة تناسب احتياجاتك، منها الاقتصادي، المريح، والفاخر. اختر اللي بيناسب ميزانيتك وعدد الركاب.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "انطلق بيقدم خيارات سيارات متنوعة تناسب احتياجاتك، منها الاقتصادي، المريح، والفاخر. اختر اللي بيناسب ميزانيتك وعدد الركاب.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "سيرو بيقدم طرق دفع متعددة لراحتك. اختر بين الدفع كاش أو ببطاقة ائتمان/خصم وقت تأكيد الرحلة.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "انطلق بيقدم طرق دفع متعددة لراحتك. اختر بين الدفع كاش أو ببطاقة ائتمان/خصم وقت تأكيد الرحلة.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "سيرو بيقدم ميزات سلامة متعددة منها التحقق من السائق، تتبع الرحلة جوا التطبيق، خيارات اتصال الطوارئ، وإمكانية مشاركة حالة رحلتك مع جهات موثوقة.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "انطلق بيقدم ميزات سلامة متعددة منها التحقق من السائق، تتبع الرحلة جوا التطبيق، خيارات اتصال الطوارئ، وإمكانية مشاركة حالة رحلتك مع جهات موثوقة.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "سيرو بيعطي أولوية لسلامتك. بنقدم ميزات مثل التحقق من السائق، تتبع الرحلة جوا التطبيق، وخيارات اتصال الطوارئ.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "انطلق بيعطي أولوية لسلامتك. بنقدم ميزات مثل التحقق من السائق، تتبع الرحلة جوا التطبيق، وخيارات اتصال الطوارئ.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "سيرو بوفر دردشة جوا التطبيق عشان تتواصل مع السائق أو الراكب وقت الرحلة.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "انطلق بوفر دردشة جوا التطبيق عشان تتواصل مع السائق أو الراكب وقت الرحلة.",
|
||||||
"Siro's Response": "رد سيرو",
|
"Siro's Response": "رد انطلق",
|
||||||
"Siro123": "Siro123",
|
"Siro123": "Intaleq123",
|
||||||
"Siro: For fixed salary and endpoints.": "سيرو: للراتب الثابت والمحطات النهائية.",
|
"Siro: For fixed salary and endpoints.": "انطلق: للراتب الثابت والمحطات النهائية.",
|
||||||
"Slide to End Trip": "اسحب عشان تنهي الرحلة",
|
"Slide to End Trip": "اسحب عشان تنهي الرحلة",
|
||||||
"So go and gain your money": "يلا استلم فلوسك",
|
"So go and gain your money": "يلا استلم فلوسك",
|
||||||
"Social Butterfly": "الفراشة الاجتماعية",
|
"Social Butterfly": "الفراشة الاجتماعية",
|
||||||
@@ -1607,7 +1607,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"Status": "الحالة",
|
"Status": "الحالة",
|
||||||
"Status is": "الحالة هي",
|
"Status is": "الحالة هي",
|
||||||
"Stay": "ابقى",
|
"Stay": "ابقى",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "تعليمات خطوة بخطوة عشان تطلب رحلة عبر تطبيق سيرو.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "تعليمات خطوة بخطوة عشان تطلب رحلة عبر تطبيق انطلق.",
|
||||||
"Stop": "توقف",
|
"Stop": "توقف",
|
||||||
"Store your money with us and receive it in your bank as a monthly salary.": "خزّن فلوسك عنا واستلمها ببنكك كراتب شهري.",
|
"Store your money with us and receive it in your bank as a monthly salary.": "خزّن فلوسك عنا واستلمها ببنكك كراتب شهري.",
|
||||||
"Submission Failed": "فشل الإرسال",
|
"Submission Failed": "فشل الإرسال",
|
||||||
@@ -1727,8 +1727,8 @@ final Map<String, String> ar_sy = {
|
|||||||
"To become a driver, you must review and agree to the": "عشان تصير سائق، لازم تراجع وتوافق على",
|
"To become a driver, you must review and agree to the": "عشان تصير سائق، لازم تراجع وتوافق على",
|
||||||
"To become a driver, you must review and agree to the ": "عشان تصير سائق، لازم تراجع وتوافق على",
|
"To become a driver, you must review and agree to the ": "عشان تصير سائق، لازم تراجع وتوافق على",
|
||||||
"To become a passenger, you must review and agree to the": "عشان تصير راكب، لازم تراجع وتوافق على",
|
"To become a passenger, you must review and agree to the": "عشان تصير راكب، لازم تراجع وتوافق على",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "عشان تصير سائق مشاركة رحلات بتطبيق سيرو، لازم ترفع رخصة قيادتك، وثيقة هويتك، ورخصة سيارتك. نظام الذكاء الاصطناعي رح يراجعها ويوثّقها بدقيقتين لـ 3. إذا انقبلت، تقبل تشتغل كسائق بسيرو. انتبه، تزوير وثائق جريمة خطيرة وبتسبب فصل فوري وعواقب قانونية.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "عشان تصير سائق مشاركة رحلات بتطبيق انطلق، لازم ترفع رخصة قيادتك، وثيقة هويتك، ورخصة سيارتك. نظام الذكاء الاصطناعي رح يراجعها ويوثّقها بدقيقتين لـ 3. إذا انقبلت، تقبل تشتغل كسائق بانطلق. انتبه، تزوير وثائق جريمة خطيرة وبتسبب فصل فوري وعواقب قانونية.",
|
||||||
"To become a ride-sharing driver on the Siro app...": "عشان تصير سائق مشاركة رحلات بتطبيق سيرو...",
|
"To become a ride-sharing driver on the Siro app...": "عشان تصير سائق مشاركة رحلات بتطبيق انطلق...",
|
||||||
"To change Language the App": "عشان تغير لغة التطبيق",
|
"To change Language the App": "عشان تغير لغة التطبيق",
|
||||||
"To change some Settings": "عشان تغير بعض الإعدادات",
|
"To change some Settings": "عشان تغير بعض الإعدادات",
|
||||||
"To display orders instantly, please grant permission to draw over other apps.": "عشان تعرض الطلبات فوراً، تفضّل امنح صلاحية العرض فوق التطبيقات الأخرى.",
|
"To display orders instantly, please grant permission to draw over other apps.": "عشان تعرض الطلبات فوراً، تفضّل امنح صلاحية العرض فوق التطبيقات الأخرى.",
|
||||||
@@ -1736,7 +1736,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"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.": "عشان تاخد أدق معلومات لموقعك، تفضّل اختر بلدك من تحت. هالشي رح يساعدنا نخصّص تجربة التطبيق ومحتواه لبلدك.",
|
||||||
"To get a gift for both": "عشان تاخد هدية للكل",
|
"To get a gift for both": "عشان تاخد هدية للكل",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "عشان نعطيك أحسن تجربة، لازم نعرف وينك موقعك. بنستخدم موقعك عشان نلاقي سواقين قريبين ولعملية الالتقاط.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "عشان نعطيك أحسن تجربة، لازم نعرف وينك موقعك. بنستخدم موقعك عشان نلاقي سواقين قريبين ولعملية الالتقاط.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "عشان تسجل كسائق أو تتعرف على المتطلبات، تفضّل زور موقعنا أو تواصل مع دعم سيرو مباشرة.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "عشان تسجل كسائق أو تتعرف على المتطلبات، تفضّل زور موقعنا أو تواصل مع دعم انطلق مباشرة.",
|
||||||
"To use Wallet charge it": "عشان تستخدم المحفظة اشحنها",
|
"To use Wallet charge it": "عشان تستخدم المحفظة اشحنها",
|
||||||
"Today": "اليوم",
|
"Today": "اليوم",
|
||||||
"Today Overview": "نظرة عامة على اليوم",
|
"Today Overview": "نظرة عامة على اليوم",
|
||||||
@@ -1826,7 +1826,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"Type your Email": "اكتب بريدك الإلكتروني",
|
"Type your Email": "اكتب بريدك الإلكتروني",
|
||||||
"Type your message": "اكتب رسالتك",
|
"Type your message": "اكتب رسالتك",
|
||||||
"Type your message...": "اكتب رسالتك...",
|
"Type your message...": "اكتب رسالتك...",
|
||||||
"Types of Trips in Siro:": "أنواع الرحلات بسيرو:",
|
"Types of Trips in Siro:": "أنواع الرحلات بانطلق:",
|
||||||
"USA": "أمريكا",
|
"USA": "أمريكا",
|
||||||
"Uncompromising Security": "أمان لا يتنازل عنه",
|
"Uncompromising Security": "أمان لا يتنازل عنه",
|
||||||
"Unknown": "غير معروف",
|
"Unknown": "غير معروف",
|
||||||
@@ -1885,7 +1885,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"View your past transactions": "شوف معاملاتك السابقة",
|
"View your past transactions": "شوف معاملاتك السابقة",
|
||||||
"Visa": "فيزا",
|
"Visa": "فيزا",
|
||||||
"Visit Website/Contact Support": "زور الموقع/تواصل مع الدعم",
|
"Visit Website/Contact Support": "زور الموقع/تواصل مع الدعم",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "زور موقعنا أو تواصل مع دعم سيرو لمعلومات عن تسجيل السائق والمتطلبات.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "زور موقعنا أو تواصل مع دعم انطلق لمعلومات عن تسجيل السائق والمتطلبات.",
|
||||||
"Voice Calling": "الاتصال الصوتي",
|
"Voice Calling": "الاتصال الصوتي",
|
||||||
"Voice call over internet": "مكالمة صوتية عبر الإنترنت",
|
"Voice call over internet": "مكالمة صوتية عبر الإنترنت",
|
||||||
"Wait for timer": "استنى ليخلص الوقت",
|
"Wait for timer": "استنى ليخلص الوقت",
|
||||||
@@ -1918,8 +1918,8 @@ final Map<String, String> ar_sy = {
|
|||||||
"We are searching for the nearest driver": "عم نبحث عن أقرب سائق لك",
|
"We are searching for the nearest driver": "عم نبحث عن أقرب سائق لك",
|
||||||
"We are searching for the nearest driver to you": "عم نبحث عن أقرب سائق لك",
|
"We are searching for the nearest driver to you": "عم نبحث عن أقرب سائق لك",
|
||||||
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "بنربطك بأقرب السواقين لالتقاط أسرع ورحلات أسرع.",
|
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "بنربطك بأقرب السواقين لالتقاط أسرع ورحلات أسرع.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "عندنا عروض صيانة لسيارتك. تقدر تستخدمها بعد ما تكمل 600 رحلة عشان تاخد خصم 20% على تصليح السيارة. استمتع باستخدام تطبيق سيرو وكون جزء من عيلة سيرو.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "عندنا عروض صيانة لسيارتك. تقدر تستخدمها بعد ما تكمل 600 رحلة عشان تاخد خصم 20% على تصليح السيارة. استمتع باستخدام تطبيق انطلق وكون جزء من عيلة انطلق.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "عندنا عروض صيانة لسيارتك. تقدر تستخدمها بعد ما تكمل 600 رحلة عشان تاخد خصم 20% على تصليح السيارة. استمتع باستخدام تطبيق سيرو وكون جزء من عيلة سيرو.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "عندنا عروض صيانة لسيارتك. تقدر تستخدمها بعد ما تكمل 600 رحلة عشان تاخد خصم 20% على تصليح السيارة. استمتع باستخدام تطبيق انطلق وكون جزء من عيلة انطلق.",
|
||||||
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "عقدنا شراكة مع مزودي تأمين صحي عشان نعطيك تغطية صحية خاصة. اكمل 500 رحلة واحصل على خصم 20% على أقساط التأمين الصحي.",
|
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "عقدنا شراكة مع مزودي تأمين صحي عشان نعطيك تغطية صحية خاصة. اكمل 500 رحلة واحصل على خصم 20% على أقساط التأمين الصحي.",
|
||||||
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "استلمنا طلبك للانضمام إلينا كسائق. فريقنا عم يراجعه هلق. شكراً لصبرك.",
|
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "استلمنا طلبك للانضمام إلينا كسائق. فريقنا عم يراجعه هلق. شكراً لصبرك.",
|
||||||
"We have sent a verification code to your mobile number:": "أرسلنا رمز تحقق لرقم جوالك:",
|
"We have sent a verification code to your mobile number:": "أرسلنا رمز تحقق لرقم جوالك:",
|
||||||
@@ -1946,12 +1946,12 @@ final Map<String, String> ar_sy = {
|
|||||||
"Welcome": "ياهلا وسهلا",
|
"Welcome": "ياهلا وسهلا",
|
||||||
"Welcome Back!": "مرحباً بعودتك!",
|
"Welcome Back!": "مرحباً بعودتك!",
|
||||||
"Welcome Offer!": "عرض ترحيبي!",
|
"Welcome Offer!": "عرض ترحيبي!",
|
||||||
"Welcome to Siro!": "أهلاً بسيرو!",
|
"Welcome to Siro!": "أهلاً بانطلق!",
|
||||||
"What are the order details we provide to you?": "إيش تفاصيل الطلب اللي بنقدملك؟",
|
"What are the order details we provide to you?": "إيش تفاصيل الطلب اللي بنقدملك؟",
|
||||||
"What are the requirements to become a driver?": "إيش المتطلبات عشان تصير سائق؟",
|
"What are the requirements to become a driver?": "إيش المتطلبات عشان تصير سائق؟",
|
||||||
"What is Types of Trips in Siro?": "إيش أنواع الرحلات بسيرو؟",
|
"What is Types of Trips in Siro?": "إيش أنواع الرحلات بانطلق؟",
|
||||||
"What is the feature of our wallet?": "إيش مميزات محفظتنا؟",
|
"What is the feature of our wallet?": "إيش مميزات محفظتنا؟",
|
||||||
"What safety measures does Siro offer?": "إيش إجراءات السلامة اللي بيقدمها سيرو؟",
|
"What safety measures does Siro offer?": "إيش إجراءات السلامة اللي بيقدمها انطلق؟",
|
||||||
"What types of vehicles are available?": "إيش أنواع المركبات المتاحة؟",
|
"What types of vehicles are available?": "إيش أنواع المركبات المتاحة؟",
|
||||||
"WhatsApp": "واتساب",
|
"WhatsApp": "واتساب",
|
||||||
"WhatsApp Location Extractor": "مستخرج موقع الواتساب",
|
"WhatsApp Location Extractor": "مستخرج موقع الواتساب",
|
||||||
@@ -1963,9 +1963,9 @@ final Map<String, String> ar_sy = {
|
|||||||
"Where to": "وين بدك تروح؟",
|
"Where to": "وين بدك تروح؟",
|
||||||
"Where you want go": "وين بدك تروح",
|
"Where you want go": "وين بدك تروح",
|
||||||
"Which method you will pay": "إيش طريقة الدفع اللي بدك تستخدمها",
|
"Which method you will pay": "إيش طريقة الدفع اللي بدك تستخدمها",
|
||||||
"Why Choose Siro?": "ليش تختار سيرو؟",
|
"Why Choose Siro?": "ليش تختار انطلق؟",
|
||||||
"Why do you want to cancel this trip?": "ليش بدك تلغي هالرحلة؟",
|
"Why do you want to cancel this trip?": "ليش بدك تلغي هالرحلة؟",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "مع سيرو، تقدر تاخد رحلة لوجهتك بدقايق.",
|
"With Siro, you can get a ride to your destination in minutes.": "مع انطلق، تقدر تاخد رحلة لوجهتك بدقايق.",
|
||||||
"Withdraw": "سحب",
|
"Withdraw": "سحب",
|
||||||
"Work": "العمل",
|
"Work": "العمل",
|
||||||
"Work & Contact": "العمل والتواصل",
|
"Work & Contact": "العمل والتواصل",
|
||||||
@@ -1989,7 +1989,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"Yes": "إي",
|
"Yes": "إي",
|
||||||
"Yes, Pay": "إي، ادفع",
|
"Yes, Pay": "إي، ادفع",
|
||||||
"Yes, optimize": "إي، حسن الأداء",
|
"Yes, optimize": "إي، حسن الأداء",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "إي، تقدر تلغي رحلتك بشروط معينة (مثلاً قبل ما يتحدد سائق). شوف سياسة الإلغاء بسيرو للتفاصيل.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "إي، تقدر تلغي رحلتك بشروط معينة (مثلاً قبل ما يتحدد سائق). شوف سياسة الإلغاء بانطلق للتفاصيل.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "إي، تقدر تلغي رحلتك، بس انتبه إن في رسوم إلغاء ممكن تتطبق حسب الوقت اللي بتلغي فيه.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "إي، تقدر تلغي رحلتك، بس انتبه إن في رسوم إلغاء ممكن تتطبق حسب الوقت اللي بتلغي فيه.",
|
||||||
"You": "أنت",
|
"You": "أنت",
|
||||||
"You Are Stopped For this Day !": "تم إيقافك لهاليوم!",
|
"You Are Stopped For this Day !": "تم إيقافك لهاليوم!",
|
||||||
@@ -2041,7 +2041,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"You can purchase a budget to enable online access through the options listed below": "تقدر تشتري ميزانية عشان تفعّل الاتصال الأونلاين عبر الخيارات اللي تحت",
|
"You can purchase a budget to enable online access through the options listed below": "تقدر تشتري ميزانية عشان تفعّل الاتصال الأونلاين عبر الخيارات اللي تحت",
|
||||||
"You can purchase a budget to enable online access through the options listed below.": "تقدر تشتري ميزانية عشان تفعّل الاتصال الأونلاين عبر الخيارات اللي تحت.",
|
"You can purchase a budget to enable online access through the options listed below.": "تقدر تشتري ميزانية عشان تفعّل الاتصال الأونلاين عبر الخيارات اللي تحت.",
|
||||||
"You can resend in": "تقدر تعيد الإرسال بـ",
|
"You can resend in": "تقدر تعيد الإرسال بـ",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "تقدر تشارك تطبيق سيرو مع صحابك وتكسب مكافآت عن الرحلات اللي يعملوها بكودك",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "تقدر تشارك تطبيق انطلق مع صحابك وتكسب مكافآت عن الرحلات اللي يعملوها بكودك",
|
||||||
"You can upgrade price to may driver accept your order": "تقدر ترفع السعر عشان يقبل سائق طلبك",
|
"You can upgrade price to may driver accept your order": "تقدر ترفع السعر عشان يقبل سائق طلبك",
|
||||||
"You can\\'t continue with us .\\nYou should renew Driver license": "ما تقدر تكمل معنا.\\nلازم تجدّد رخصة السائق",
|
"You can\\'t continue with us .\\nYou should renew Driver license": "ما تقدر تكمل معنا.\\nلازم تجدّد رخصة السائق",
|
||||||
"You canceled VIP trip": "ألغيت رحلة VIP",
|
"You canceled VIP trip": "ألغيت رحلة VIP",
|
||||||
@@ -2206,8 +2206,8 @@ final Map<String, String> ar_sy = {
|
|||||||
"\\\${\"You must leave at least": "\\\${\"يجب أن تترك على الأقل",
|
"\\\${\"You must leave at least": "\\\${\"يجب أن تترك على الأقل",
|
||||||
"\\\${\"amount": "\\\${\"المبلغ",
|
"\\\${\"amount": "\\\${\"المبلغ",
|
||||||
"\\\${\"transaction_id": "\\\${\"رقم_العملية",
|
"\\\${\"transaction_id": "\\\${\"رقم_العملية",
|
||||||
"\\\${'*Siro APP CODE*": "\\\${'*كود تطبيق سيرو*",
|
"\\\${'*Siro APP CODE*": "\\\${'*كود تطبيق انطلق*",
|
||||||
"\\\${'*Siro DRIVER CODE*": "\\\${'*كود سائق سيرو*",
|
"\\\${'*Siro DRIVER CODE*": "\\\${'*كود سائق انطلق*",
|
||||||
"\\\${'Address": "\\\${'العنوان",
|
"\\\${'Address": "\\\${'العنوان",
|
||||||
"\\\${'Address: ": "\\\${'العنوان: ",
|
"\\\${'Address: ": "\\\${'العنوان: ",
|
||||||
"\\\${'Age": "\\\${'العمر",
|
"\\\${'Age": "\\\${'العمر",
|
||||||
@@ -2454,7 +2454,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"login or register subtitle": "عنوان تسجيل الدخول أو التسجيل",
|
"login or register subtitle": "عنوان تسجيل الدخول أو التسجيل",
|
||||||
"m": "م",
|
"m": "م",
|
||||||
"m at the agreed-upon location": "بالموقع المتفق عليه",
|
"m at the agreed-upon location": "بالموقع المتفق عليه",
|
||||||
"m inviting you to try Siro.": "بدعوك تجرب سيرو.",
|
"m inviting you to try Siro.": "بدعوك تجرب انطلق.",
|
||||||
"m waiting for you": "عم أستناك",
|
"m waiting for you": "عم أستناك",
|
||||||
"m waiting for you at the specified location.": "عم أستناك بالموقع المحدد.",
|
"m waiting for you at the specified location.": "عم أستناك بالموقع المحدد.",
|
||||||
"message From Driver": "رسالة من السائق",
|
"message From Driver": "رسالة من السائق",
|
||||||
@@ -2510,16 +2510,16 @@ final Map<String, String> ar_sy = {
|
|||||||
"s Promo": "عرض",
|
"s Promo": "عرض",
|
||||||
"s Promos": "عروض",
|
"s Promos": "عروض",
|
||||||
"s Response": "رد",
|
"s Response": "رد",
|
||||||
"s Siro account.": "حساب سيرو.",
|
"s Siro account.": "حساب انطلق.",
|
||||||
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "ميزات محفظة سيرو:\\nتحويل الأموال عدة مرات.\\nالتحويل لأي شخص.\\nإجراء عمليات شراء.\\nشحن حسابك.\\nشحن حساب سيرو لصديق.\\nخزّن فلوسك عنا واستلمها ببنكك كراتب شهري.",
|
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "ميزات محفظة انطلق:\\nتحويل الأموال عدة مرات.\\nالتحويل لأي شخص.\\nإجراء عمليات شراء.\\nشحن حسابك.\\nشحن حساب انطلق لصديق.\\nخزّن فلوسك عنا واستلمها ببنكك كراتب شهري.",
|
||||||
"s Terms & Review Privacy Notice": "شروط ومراجعة إشعار الخصوصية",
|
"s Terms & Review Privacy Notice": "شروط ومراجعة إشعار الخصوصية",
|
||||||
"s heavy traffic here. Can you suggest an alternate pickup point?": "في زحمة كتير هون. تقترّح نقطة التقاط تانية؟",
|
"s heavy traffic here. Can you suggest an alternate pickup point?": "في زحمة كتير هون. تقترّح نقطة التقاط تانية؟",
|
||||||
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "رخصته ما بتتطابق مع الهوية. تفضّل تحقق وقدّم الوثائق الصحيحة.",
|
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "رخصته ما بتتطابق مع الهوية. تفضّل تحقق وقدّم الوثائق الصحيحة.",
|
||||||
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "رخصته، الهوية، ورخصة السيارة. نظام الذكاء الاصطناعي رح يراجعها ويوثّقها بدقيقتين لـ 3. إذا انقبلت، تقبل تشتغل كسائق بسيرو. انتبه، تزوير وثائق جريمة خطيرة وبتسبب فصل فوري وعواقب قانونية.",
|
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "رخصته، الهوية، ورخصة السيارة. نظام الذكاء الاصطناعي رح يراجعها ويوثّقها بدقيقتين لـ 3. إذا انقبلت، تقبل تشتغل كسائق بانطلق. انتبه، تزوير وثائق جريمة خطيرة وبتسبب فصل فوري وعواقب قانونية.",
|
||||||
"s license. Please verify and provide the correct documents.": "رخصته. تفضّل تحقق وقدّم الوثائق الصحيحة.",
|
"s license. Please verify and provide the correct documents.": "رخصته. تفضّل تحقق وقدّم الوثائق الصحيحة.",
|
||||||
"s phone": "هاتف",
|
"s phone": "هاتف",
|
||||||
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "خدمة مشاركة الرحلات الرائدة، مطورة بفخر من ملاك عرب ومحليين. بنعطي أولوية للقرب منك – ركابنا وسواقينا.",
|
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "خدمة مشاركة الرحلات الرائدة، مطورة بفخر من ملاك عرب ومحليين. بنعطي أولوية للقرب منك – ركابنا وسواقينا.",
|
||||||
"s time to check the Siro app!": "وقت تتفقد تطبيق سيرو!",
|
"s time to check the Siro app!": "وقت تتفقد تطبيق انطلق!",
|
||||||
"safe_and_comfortable": "آمن ومريح",
|
"safe_and_comfortable": "آمن ومريح",
|
||||||
"scams operations": "عمليات احتيال",
|
"scams operations": "عمليات احتيال",
|
||||||
"scan Car License.": "امسح رخصة السيارة.",
|
"scan Car License.": "امسح رخصة السيارة.",
|
||||||
@@ -2548,7 +2548,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"t have a phone number.": "ما عندك رقم هاتف.",
|
"t have a phone number.": "ما عندك رقم هاتف.",
|
||||||
"t have a reason": "ما عندك سبب",
|
"t have a reason": "ما عندك سبب",
|
||||||
"t have account": "ما عندك حساب",
|
"t have account": "ما عندك حساب",
|
||||||
"t have enough money in your Siro wallet": "ما عندك فلوس كافية بمحفظة سيرو",
|
"t have enough money in your Siro wallet": "ما عندك فلوس كافية بمحفظة انطلق",
|
||||||
"t moved sufficiently!": "ما تحركت بشكل كافي!",
|
"t moved sufficiently!": "ما تحركت بشكل كافي!",
|
||||||
"t need a ride anymore": "ما بدك رحلة بعد هيك",
|
"t need a ride anymore": "ما بدك رحلة بعد هيك",
|
||||||
"t return to use app after 1 month": "ما ترجع تستخدم التطبيق بعد شهر",
|
"t return to use app after 1 month": "ما ترجع تستخدم التطبيق بعد شهر",
|
||||||
@@ -2598,10 +2598,10 @@ final Map<String, String> ar_sy = {
|
|||||||
"wallet due to a previous trip.": "المحفظة بسبب رحلة سابقة.",
|
"wallet due to a previous trip.": "المحفظة بسبب رحلة سابقة.",
|
||||||
"wallet_credited_message": "تم إضافة",
|
"wallet_credited_message": "تم إضافة",
|
||||||
"wallet_updated": "تم تحديث المحفظة",
|
"wallet_updated": "تم تحديث المحفظة",
|
||||||
"welcome to siro": "أهلاً بك في سيرو",
|
"welcome to siro": "أهلاً بك في انطلق",
|
||||||
"welcome user": "أهلاً بالمستخدم",
|
"welcome user": "أهلاً بالمستخدم",
|
||||||
"welcome_message": "رسالة الترحيب",
|
"welcome_message": "رسالة الترحيب",
|
||||||
"welcome_to_siro": "أهلاً بك في سيرو",
|
"welcome_to_siro": "أهلاً بك في انطلق",
|
||||||
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'أهلاً",
|
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'أهلاً",
|
||||||
"with license plate": "لوحة أرقام",
|
"with license plate": "لوحة أرقام",
|
||||||
"with type": "بالنوع",
|
"with type": "بالنوع",
|
||||||
@@ -2625,7 +2625,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"you must insert token code": "لازم تدخل رمز الرمز",
|
"you must insert token code": "لازم تدخل رمز الرمز",
|
||||||
"you must insert token code ": "لازم تدخل رمز الرمز",
|
"you must insert token code ": "لازم تدخل رمز الرمز",
|
||||||
"you will pay to Driver": "رح تدفع للسائق",
|
"you will pay to Driver": "رح تدفع للسائق",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "رح تدفع للسائق هتدفع تكلفة وقت السائق شوف محفظة سيرو بتاعتك",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "رح تدفع للسائق هتدفع تكلفة وقت السائق شوف محفظة انطلق بتاعتك",
|
||||||
"you will use this device?": "رح تستخدم هالجهاز؟",
|
"you will use this device?": "رح تستخدم هالجهاز؟",
|
||||||
"your ride is Accepted": "رحلتك انقبلت",
|
"your ride is Accepted": "رحلتك انقبلت",
|
||||||
"your ride is applied": "تم تقديم رحلتك",
|
"your ride is applied": "تم تقديم رحلتك",
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ final Map<String, String> de = {
|
|||||||
"\${\"You must leave at least": "\${\"You must leave at least",
|
"\${\"You must leave at least": "\${\"You must leave at least",
|
||||||
"\${\"amount": "\${\"amount",
|
"\${\"amount": "\${\"amount",
|
||||||
"\${\"transaction_id": "\${\"transaction_id",
|
"\${\"transaction_id": "\${\"transaction_id",
|
||||||
"\${'*Siro APP CODE*": "\${'*Siro APP CODE*",
|
"\${'*Siro APP CODE*": "\${'*Intaleq APP CODE*",
|
||||||
"\${'*Siro DRIVER CODE*": "\${'*Siro DRIVER CODE*",
|
"\${'*Siro DRIVER CODE*": "\${'*Intaleq DRIVER CODE*",
|
||||||
"\${'Address": "\${'Address",
|
"\${'Address": "\${'Address",
|
||||||
"\${'Address: ": "\${'Address: ",
|
"\${'Address: ": "\${'Address: ",
|
||||||
"\${'Age": "\${'Age",
|
"\${'Age": "\${'Age",
|
||||||
@@ -117,8 +117,8 @@ final Map<String, String> de = {
|
|||||||
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
||||||
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
||||||
")[1]}": ")[1]}",
|
")[1]}": ")[1]}",
|
||||||
"*Siro APP CODE*": "*Siro APP CODE*",
|
"*Siro APP CODE*": "*Intaleq APP CODE*",
|
||||||
"*Siro DRIVER CODE*": "*Siro DRIVER CODE*",
|
"*Siro DRIVER CODE*": "*Intaleq DRIVER CODE*",
|
||||||
"--": "--",
|
"--": "--",
|
||||||
"-1% commission": "-1% commission",
|
"-1% commission": "-1% commission",
|
||||||
"-2% commission": "-2% commission",
|
"-2% commission": "-2% commission",
|
||||||
@@ -540,7 +540,7 @@ final Map<String, String> de = {
|
|||||||
"Day Off": "Day Off",
|
"Day Off": "Day Off",
|
||||||
"Day Streak": "Day Streak",
|
"Day Streak": "Day Streak",
|
||||||
"Days": "Tage",
|
"Days": "Tage",
|
||||||
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,",
|
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nIntaleq ,",
|
||||||
"Debit": "Debit",
|
"Debit": "Debit",
|
||||||
"Debit Card": "Debit Card",
|
"Debit Card": "Debit Card",
|
||||||
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
||||||
@@ -580,8 +580,8 @@ final Map<String, String> de = {
|
|||||||
"Don't have an account? Register": "Don't have an account? Register",
|
"Don't have an account? Register": "Don't have an account? Register",
|
||||||
"Done": "Fertig",
|
"Done": "Fertig",
|
||||||
"Don’t forget your personal belongings.": "Vergessen Sie nicht Ihre persönlichen Gegenstände.",
|
"Don’t forget your personal belongings.": "Vergessen Sie nicht Ihre persönlichen Gegenstände.",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "Laden Sie die App jetzt herunter:",
|
"Download the app now:": "Laden Sie die App jetzt herunter:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "Fahrer",
|
"Driver": "Fahrer",
|
||||||
@@ -703,7 +703,7 @@ final Map<String, String> de = {
|
|||||||
"Evening": "Abend",
|
"Evening": "Abend",
|
||||||
"Excellent": "Excellent",
|
"Excellent": "Excellent",
|
||||||
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Exit": "Exit",
|
"Exit": "Exit",
|
||||||
"Exit Ride?": "Exit Ride?",
|
"Exit Ride?": "Exit Ride?",
|
||||||
"Expiration Date": "Ablaufdatum",
|
"Expiration Date": "Ablaufdatum",
|
||||||
@@ -750,8 +750,8 @@ final Map<String, String> de = {
|
|||||||
"Flag-down fee": "Grundpreis",
|
"Flag-down fee": "Grundpreis",
|
||||||
"For Drivers": "Für Fahrer",
|
"For Drivers": "Für Fahrer",
|
||||||
"For Egypt": "For Egypt",
|
"For Egypt": "For Egypt",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
"Frequently Asked Questions": "Häufig gestellte Fragen",
|
"Frequently Asked Questions": "Häufig gestellte Fragen",
|
||||||
"Frequently Questions": "Häufige Fragen",
|
"Frequently Questions": "Häufige Fragen",
|
||||||
@@ -773,7 +773,7 @@ final Map<String, String> de = {
|
|||||||
"Get": "Erhalten",
|
"Get": "Erhalten",
|
||||||
"Get Details of Trip": "Fahrtdetails erhalten",
|
"Get Details of Trip": "Fahrtdetails erhalten",
|
||||||
"Get Direction": "Route erhalten",
|
"Get Direction": "Route erhalten",
|
||||||
"Get a discount on your first Siro ride!": "Get a discount on your first Siro ride!",
|
"Get a discount on your first Siro ride!": "Get a discount on your first Intaleq ride!",
|
||||||
"Get features for your country": "Get features for your country",
|
"Get features for your country": "Get features for your country",
|
||||||
"Get it Now!": "Holen Sie es sich jetzt!",
|
"Get it Now!": "Holen Sie es sich jetzt!",
|
||||||
"Get to your destination quickly and easily.": "Erreichen Sie Ihr Ziel schnell und einfach.",
|
"Get to your destination quickly and easily.": "Erreichen Sie Ihr Ziel schnell und einfach.",
|
||||||
@@ -838,7 +838,7 @@ final Map<String, String> de = {
|
|||||||
"How much do you want to earn today?": "How much do you want to earn today?",
|
"How much do you want to earn today?": "How much do you want to earn today?",
|
||||||
"How much longer will you be?": "Wie viel länger werden Sie brauchen?",
|
"How much longer will you be?": "Wie viel länger werden Sie brauchen?",
|
||||||
"How to use App": "How to use App",
|
"How to use App": "How to use App",
|
||||||
"How to use Siro": "How to use Siro",
|
"How to use Siro": "How to use Intaleq",
|
||||||
"How was the passenger?": "How was the passenger?",
|
"How was the passenger?": "How was the passenger?",
|
||||||
"How was your trip with": "How was your trip with",
|
"How was your trip with": "How was your trip with",
|
||||||
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
||||||
@@ -922,7 +922,7 @@ final Map<String, String> de = {
|
|||||||
"IssueDate": "Ausstellungsdatum",
|
"IssueDate": "Ausstellungsdatum",
|
||||||
"JOD": "JOD",
|
"JOD": "JOD",
|
||||||
"Join": "Beitreten",
|
"Join": "Beitreten",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Jordan": "Jordanien",
|
"Jordan": "Jordanien",
|
||||||
"Just now": "Just now",
|
"Just now": "Just now",
|
||||||
"KM": "KM",
|
"KM": "KM",
|
||||||
@@ -1144,7 +1144,7 @@ final Map<String, String> de = {
|
|||||||
"Order Applied": "Bestellung übernommen",
|
"Order Applied": "Bestellung übernommen",
|
||||||
"Order Cancelled": "Bestellung storniert",
|
"Order Cancelled": "Bestellung storniert",
|
||||||
"Order Cancelled by Passenger": "Bestellung vom Fahrgast storniert",
|
"Order Cancelled by Passenger": "Bestellung vom Fahrgast storniert",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "Bestellverlauf",
|
"Order History": "Bestellverlauf",
|
||||||
"Order ID": "Order ID",
|
"Order ID": "Order ID",
|
||||||
"Order Request Page": "Bestellanfrageseite",
|
"Order Request Page": "Bestellanfrageseite",
|
||||||
@@ -1195,7 +1195,7 @@ final Map<String, String> de = {
|
|||||||
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
||||||
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
||||||
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
||||||
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: siroapp)",
|
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: intaleqapp)",
|
||||||
"Pay with Credit Card": "Mit Kreditkarte bezahlen",
|
"Pay with Credit Card": "Mit Kreditkarte bezahlen",
|
||||||
"Pay with Debit Card": "Pay with Debit Card",
|
"Pay with Debit Card": "Pay with Debit Card",
|
||||||
"Pay with Wallet": "Mit Portemonnaie bezahlen",
|
"Pay with Wallet": "Mit Portemonnaie bezahlen",
|
||||||
@@ -1287,7 +1287,7 @@ final Map<String, String> de = {
|
|||||||
"Please help! Contact me as soon as possible.": "Bitte helfen Sie! Kontaktieren Sie mich so schnell wie möglich.",
|
"Please help! Contact me as soon as possible.": "Bitte helfen Sie! Kontaktieren Sie mich so schnell wie möglich.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "Please make sure not to leave any personal belongings in the car.",
|
"Please make sure not to leave any personal belongings in the car.": "Please make sure not to leave any personal belongings in the car.",
|
||||||
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
||||||
"Please put your licence in these border": "Bitte legen Sie Ihren Führerschein in diesen Rahmen",
|
"Please put your licence in these border": "Bitte legen Sie Ihren Führerschein in diesen Rahmen",
|
||||||
@@ -1297,7 +1297,7 @@ final Map<String, String> de = {
|
|||||||
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
||||||
"Please stay on the picked point.": "Bitte bleiben Sie am ausgewählten Punkt.",
|
"Please stay on the picked point.": "Bitte bleiben Sie am ausgewählten Punkt.",
|
||||||
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
||||||
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: siroapp",
|
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: intaleqapp",
|
||||||
"Please try again in a few moments": "Bitte versuchen Sie es in einigen Augenblicken erneut",
|
"Please try again in a few moments": "Bitte versuchen Sie es in einigen Augenblicken erneut",
|
||||||
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
||||||
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
||||||
@@ -1479,7 +1479,7 @@ final Map<String, String> de = {
|
|||||||
"Send Email": "Send Email",
|
"Send Email": "Send Email",
|
||||||
"Send Invite": "Einladung senden",
|
"Send Invite": "Einladung senden",
|
||||||
"Send Message": "Send Message",
|
"Send Message": "Send Message",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "Verifizierungscode senden",
|
"Send Verfication Code": "Verifizierungscode senden",
|
||||||
"Send Verification Code": "Verifizierungscode senden",
|
"Send Verification Code": "Verifizierungscode senden",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1533,34 +1533,34 @@ final Map<String, String> de = {
|
|||||||
"Sign in with Google for easier email and name entry": "Melden Sie sich mit Google an, um E-Mail und Namen einfacher einzugeben",
|
"Sign in with Google for easier email and name entry": "Melden Sie sich mit Google an, um E-Mail und Namen einfacher einzugeben",
|
||||||
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
||||||
"Silver badge": "Silver badge",
|
"Silver badge": "Silver badge",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro DRIVER CODE": "Siro DRIVER CODE",
|
"Siro DRIVER CODE": "Intaleq DRIVER CODE",
|
||||||
"Siro Driver": "Siro Driver",
|
"Siro Driver": "Intaleq Driver",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro LLC\\n\${'Syria": "Siro LLC\\n\${'Syria",
|
"Siro LLC\\n\${'Syria": "Intaleq LLC\\n\${'Syria",
|
||||||
"Siro LLC\\n\\\${'Syria": "Siro LLC\\n\\\${'Syria",
|
"Siro LLC\\n\\\${'Syria": "Intaleq LLC\\n\\\${'Syria",
|
||||||
"Siro Order": "Siro Order",
|
"Siro Order": "Intaleq Order",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Reminder": "Siro Reminder",
|
"Siro Reminder": "Intaleq Reminder",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro Wallet Features:": "Siro Wallet Features:",
|
"Siro Wallet Features:": "Intaleq Wallet Features:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Siro123": "Siro123",
|
"Siro123": "Intaleq123",
|
||||||
"Siro: For fixed salary and endpoints.": "Siro: For fixed salary and endpoints.",
|
"Siro: For fixed salary and endpoints.": "Intaleq: For fixed salary and endpoints.",
|
||||||
"Slide to End Trip": "Slide to End Trip",
|
"Slide to End Trip": "Slide to End Trip",
|
||||||
"So go and gain your money": "So go and gain your money",
|
"So go and gain your money": "So go and gain your money",
|
||||||
"Social Butterfly": "Social Butterfly",
|
"Social Butterfly": "Social Butterfly",
|
||||||
@@ -1590,7 +1590,7 @@ final Map<String, String> de = {
|
|||||||
"Status": "Status",
|
"Status": "Status",
|
||||||
"Status is": "Status is",
|
"Status is": "Status is",
|
||||||
"Stay": "Stay",
|
"Stay": "Stay",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
||||||
"Submission Failed": "Submission Failed",
|
"Submission Failed": "Submission Failed",
|
||||||
@@ -1710,8 +1710,8 @@ final Map<String, String> de = {
|
|||||||
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
||||||
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
||||||
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Siro app...",
|
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Intaleq app...",
|
||||||
"To change Language the App": "Um die Sprache der App zu ändern",
|
"To change Language the App": "Um die Sprache der App zu ändern",
|
||||||
"To change some Settings": "Um einige Einstellungen zu ändern",
|
"To change some Settings": "Um einige Einstellungen zu ändern",
|
||||||
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
||||||
@@ -1719,7 +1719,7 @@ final Map<String, String> de = {
|
|||||||
"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.": "Um sicherzustellen, dass Sie die genauesten Informationen für Ihren Standort erhalten, wählen Sie bitte unten Ihr Land aus. Dies hilft, das App-Erlebnis und den Inhalt auf Ihr Land zuzuschneiden.",
|
"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.": "Um sicherzustellen, dass Sie die genauesten Informationen für Ihren Standort erhalten, wählen Sie bitte unten Ihr Land aus. Dies hilft, das App-Erlebnis und den Inhalt auf Ihr Land zuzuschneiden.",
|
||||||
"To get a gift for both": "To get a gift for both",
|
"To get a gift for both": "To get a gift for both",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Um Ihnen das beste Erlebnis zu bieten, müssen wir wissen, wo Sie sich befinden. Ihr Standort wird verwendet, um Kapitäne in der Nähe zu finden und für die Abholung.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Um Ihnen das beste Erlebnis zu bieten, müssen wir wissen, wo Sie sich befinden. Ihr Standort wird verwendet, um Kapitäne in der Nähe zu finden und für die Abholung.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "Um das Portemonnaie zu verwenden, laden Sie es auf",
|
"To use Wallet charge it": "Um das Portemonnaie zu verwenden, laden Sie es auf",
|
||||||
"Today": "Today",
|
"Today": "Today",
|
||||||
"Today Overview": "Today Overview",
|
"Today Overview": "Today Overview",
|
||||||
@@ -1809,7 +1809,7 @@ final Map<String, String> de = {
|
|||||||
"Type your Email": "Geben Sie Ihre E-Mail ein",
|
"Type your Email": "Geben Sie Ihre E-Mail ein",
|
||||||
"Type your message": "Geben Sie Ihre Nachricht ein",
|
"Type your message": "Geben Sie Ihre Nachricht ein",
|
||||||
"Type your message...": "Type your message...",
|
"Type your message...": "Type your message...",
|
||||||
"Types of Trips in Siro:": "Types of Trips in Siro:",
|
"Types of Trips in Siro:": "Types of Trips in Intaleq:",
|
||||||
"USA": "USA",
|
"USA": "USA",
|
||||||
"Uncompromising Security": "Kompromisslose Sicherheit",
|
"Uncompromising Security": "Kompromisslose Sicherheit",
|
||||||
"Unknown": "Unknown",
|
"Unknown": "Unknown",
|
||||||
@@ -1868,7 +1868,7 @@ final Map<String, String> de = {
|
|||||||
"View your past transactions": "View your past transactions",
|
"View your past transactions": "View your past transactions",
|
||||||
"Visa": "Visa",
|
"Visa": "Visa",
|
||||||
"Visit Website/Contact Support": "Website besuchen/Support kontaktieren",
|
"Visit Website/Contact Support": "Website besuchen/Support kontaktieren",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Calling": "Voice Calling",
|
"Voice Calling": "Voice Calling",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for timer": "Wait for timer",
|
"Wait for timer": "Wait for timer",
|
||||||
@@ -1891,7 +1891,7 @@ final Map<String, String> de = {
|
|||||||
"Wallet is blocked": "Wallet is blocked",
|
"Wallet is blocked": "Wallet is blocked",
|
||||||
"Wallet!": "Portemonnaie!",
|
"Wallet!": "Portemonnaie!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "Warning: Speeding detected!",
|
"Warning: Speeding detected!": "Warning: Speeding detected!",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "Es tut uns leid, dass wir keine Autos in Ihrer Region haben!",
|
"We Are Sorry That we dont have cars in your Location!": "Es tut uns leid, dass wir keine Autos in Ihrer Region haben!",
|
||||||
"We are looking for a captain but the price may increase to let a captain accept": "Wir suchen einen Kapitän, aber der Preis könnte steigen, damit ein Kapitän annimmt",
|
"We are looking for a captain but the price may increase to let a captain accept": "Wir suchen einen Kapitän, aber der Preis könnte steigen, damit ein Kapitän annimmt",
|
||||||
@@ -1901,7 +1901,7 @@ final Map<String, String> de = {
|
|||||||
"We are searching for the nearest driver": "Wir suchen den nächstgelegenen Fahrer",
|
"We are searching for the nearest driver": "Wir suchen den nächstgelegenen Fahrer",
|
||||||
"We are searching for the nearest driver to you": "Wir suchen den nächstgelegenen Fahrer für Sie",
|
"We are searching for the nearest driver to you": "Wir suchen den nächstgelegenen Fahrer für Sie",
|
||||||
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "Wir verbinden Sie mit den nächstgelegenen Fahrern für schnellere Abholungen und kürzere Fahrten.",
|
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "Wir verbinden Sie mit den nächstgelegenen Fahrern für schnellere Abholungen und kürzere Fahrten.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Intaleq app and be part of our Intaleq family.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
||||||
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
||||||
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
||||||
@@ -1911,7 +1911,7 @@ final Map<String, String> de = {
|
|||||||
"We need your location to find nearby drivers for pickups and drop-offs.": "Wir benötigen Ihren Standort, um nahegelegene Fahrer für Abholungen und Absetzungen zu finden.",
|
"We need your location to find nearby drivers for pickups and drop-offs.": "Wir benötigen Ihren Standort, um nahegelegene Fahrer für Abholungen und Absetzungen zu finden.",
|
||||||
"We need your phone number to contact you and to help you receive orders.": "Wir benötigen Ihre Telefonnummer, um Sie zu kontaktieren und Ihnen zu helfen, Bestellungen zu erhalten.",
|
"We need your phone number to contact you and to help you receive orders.": "Wir benötigen Ihre Telefonnummer, um Sie zu kontaktieren und Ihnen zu helfen, Bestellungen zu erhalten.",
|
||||||
"We need your phone number to contact you and to help you.": "Wir benötigen Ihre Telefonnummer, um Sie zu kontaktieren und Ihnen zu helfen.",
|
"We need your phone number to contact you and to help you.": "Wir benötigen Ihre Telefonnummer, um Sie zu kontaktieren und Ihnen zu helfen.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We regret to inform you that another driver has accepted this order.": "Wir bedauern, Ihnen mitteilen zu müssen, dass ein anderer Fahrer diese Bestellung angenommen hat.",
|
"We regret to inform you that another driver has accepted this order.": "Wir bedauern, Ihnen mitteilen zu müssen, dass ein anderer Fahrer diese Bestellung angenommen hat.",
|
||||||
"We search nearst Driver to you": "Wir suchen den nächstgelegenen Fahrer für Sie",
|
"We search nearst Driver to you": "Wir suchen den nächstgelegenen Fahrer für Sie",
|
||||||
"We sent 5 digit to your Email provided": "Wir haben einen 5-stelligen Code an die angegebene E-Mail gesendet",
|
"We sent 5 digit to your Email provided": "Wir haben einen 5-stelligen Code an die angegebene E-Mail gesendet",
|
||||||
@@ -1929,12 +1929,12 @@ final Map<String, String> de = {
|
|||||||
"Welcome": "Welcome",
|
"Welcome": "Welcome",
|
||||||
"Welcome Back!": "Willkommen zurück!",
|
"Welcome Back!": "Willkommen zurück!",
|
||||||
"Welcome Offer!": "Welcome Offer!",
|
"Welcome Offer!": "Welcome Offer!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
||||||
"What are the requirements to become a driver?": "Welche Anforderungen gibt es, um Fahrer zu werden?",
|
"What are the requirements to become a driver?": "Welche Anforderungen gibt es, um Fahrer zu werden?",
|
||||||
"What is Types of Trips in Siro?": "What is Types of Trips in Siro?",
|
"What is Types of Trips in Siro?": "What is Types of Trips in Intaleq?",
|
||||||
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "Welche Fahrzeugtypen sind verfügbar?",
|
"What types of vehicles are available?": "Welche Fahrzeugtypen sind verfügbar?",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "WhatsApp-Standort-Extraktor",
|
"WhatsApp Location Extractor": "WhatsApp-Standort-Extraktor",
|
||||||
@@ -1946,9 +1946,9 @@ final Map<String, String> de = {
|
|||||||
"Where to": "Wohin",
|
"Where to": "Wohin",
|
||||||
"Where you want go": "Where you want go",
|
"Where you want go": "Where you want go",
|
||||||
"Which method you will pay": "Which method you will pay",
|
"Which method you will pay": "Which method you will pay",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Withdraw": "Withdraw",
|
"Withdraw": "Withdraw",
|
||||||
"Work": "Arbeit",
|
"Work": "Arbeit",
|
||||||
"Work & Contact": "Arbeit & Kontakt",
|
"Work & Contact": "Arbeit & Kontakt",
|
||||||
@@ -1972,7 +1972,7 @@ final Map<String, String> de = {
|
|||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, Pay": "Yes, Pay",
|
"Yes, Pay": "Yes, Pay",
|
||||||
"Yes, optimize": "Yes, optimize",
|
"Yes, optimize": "Yes, optimize",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Ja, Sie können Ihre Fahrt stornieren, aber bitte beachten Sie, dass Stornierungsgebühren anfallen können, je nachdem, wie weit im Voraus Sie stornieren.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Ja, Sie können Ihre Fahrt stornieren, aber bitte beachten Sie, dass Stornierungsgebühren anfallen können, je nachdem, wie weit im Voraus Sie stornieren.",
|
||||||
"You": "You",
|
"You": "You",
|
||||||
"You Are Stopped For this Day !": "Sie sind für diesen Tag gestoppt!",
|
"You Are Stopped For this Day !": "Sie sind für diesen Tag gestoppt!",
|
||||||
@@ -2024,7 +2024,7 @@ final Map<String, String> de = {
|
|||||||
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
||||||
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
||||||
"You can resend in": "Erneutes Senden möglich in",
|
"You can resend in": "Erneutes Senden möglich in",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "Sie können den Preis erhöhen, damit der Fahrer Ihre Bestellung annimmt",
|
"You can upgrade price to may driver accept your order": "Sie können den Preis erhöhen, damit der Fahrer Ihre Bestellung annimmt",
|
||||||
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
||||||
"You canceled VIP trip": "Sie haben die VIP-Fahrt storniert",
|
"You canceled VIP trip": "Sie haben die VIP-Fahrt storniert",
|
||||||
@@ -2171,8 +2171,8 @@ final Map<String, String> de = {
|
|||||||
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
||||||
"\\\${\"amount": "\\\${\"amount",
|
"\\\${\"amount": "\\\${\"amount",
|
||||||
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
||||||
"\\\${'*Siro APP CODE*": "\\\${'*Siro APP CODE*",
|
"\\\${'*Siro APP CODE*": "\\\${'*Intaleq APP CODE*",
|
||||||
"\\\${'*Siro DRIVER CODE*": "\\\${'*Siro DRIVER CODE*",
|
"\\\${'*Siro DRIVER CODE*": "\\\${'*Intaleq DRIVER CODE*",
|
||||||
"\\\${'Address": "\\\${'Address",
|
"\\\${'Address": "\\\${'Address",
|
||||||
"\\\${'Address: ": "\\\${'Address: ",
|
"\\\${'Address: ": "\\\${'Address: ",
|
||||||
"\\\${'Age": "\\\${'Age",
|
"\\\${'Age": "\\\${'Age",
|
||||||
@@ -2419,7 +2419,7 @@ final Map<String, String> de = {
|
|||||||
"login or register subtitle": "Anmelden oder registrieren",
|
"login or register subtitle": "Anmelden oder registrieren",
|
||||||
"m": "Minuten",
|
"m": "Minuten",
|
||||||
"m at the agreed-upon location": "m at the agreed-upon location",
|
"m at the agreed-upon location": "m at the agreed-upon location",
|
||||||
"m inviting you to try Siro.": "m inviting you to try Siro.",
|
"m inviting you to try Siro.": "m inviting you to try Intaleq.",
|
||||||
"m waiting for you": "m waiting for you",
|
"m waiting for you": "m waiting for you",
|
||||||
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
||||||
"message From Driver": "Nachricht vom Fahrer",
|
"message From Driver": "Nachricht vom Fahrer",
|
||||||
@@ -2475,16 +2475,16 @@ final Map<String, String> de = {
|
|||||||
"s Promo": "s Promo",
|
"s Promo": "s Promo",
|
||||||
"s Promos": "s Promos",
|
"s Promos": "s Promos",
|
||||||
"s Response": "s Response",
|
"s Response": "s Response",
|
||||||
"s Siro account.": "s Siro account.",
|
"s Siro account.": "s Intaleq account.",
|
||||||
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Intaleq account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
||||||
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
||||||
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
||||||
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
||||||
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
||||||
"s phone": "s phone",
|
"s phone": "s phone",
|
||||||
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
||||||
"s time to check the Siro app!": "s time to check the Siro app!",
|
"s time to check the Siro app!": "s time to check the Intaleq app!",
|
||||||
"safe_and_comfortable": "Genießen Sie eine sichere und komfortable Fahrt.",
|
"safe_and_comfortable": "Genießen Sie eine sichere und komfortable Fahrt.",
|
||||||
"scams operations": "scams operations",
|
"scams operations": "scams operations",
|
||||||
"scan Car License.": "scan Car License.",
|
"scan Car License.": "scan Car License.",
|
||||||
@@ -2513,7 +2513,7 @@ final Map<String, String> de = {
|
|||||||
"t have a phone number.": "t have a phone number.",
|
"t have a phone number.": "t have a phone number.",
|
||||||
"t have a reason": "t have a reason",
|
"t have a reason": "t have a reason",
|
||||||
"t have account": "t have account",
|
"t have account": "t have account",
|
||||||
"t have enough money in your Siro wallet": "t have enough money in your Siro wallet",
|
"t have enough money in your Siro wallet": "t have enough money in your Intaleq wallet",
|
||||||
"t moved sufficiently!": "t moved sufficiently!",
|
"t moved sufficiently!": "t moved sufficiently!",
|
||||||
"t need a ride anymore": "t need a ride anymore",
|
"t need a ride anymore": "t need a ride anymore",
|
||||||
"t return to use app after 1 month": "t return to use app after 1 month",
|
"t return to use app after 1 month": "t return to use app after 1 month",
|
||||||
@@ -2563,10 +2563,10 @@ final Map<String, String> de = {
|
|||||||
"wallet due to a previous trip.": "Portemonnaie aufgrund einer vorherigen Fahrt.",
|
"wallet due to a previous trip.": "Portemonnaie aufgrund einer vorherigen Fahrt.",
|
||||||
"wallet_credited_message": "wallet_credited_message",
|
"wallet_credited_message": "wallet_credited_message",
|
||||||
"wallet_updated": "wallet_updated",
|
"wallet_updated": "wallet_updated",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "Willkommen",
|
"welcome user": "Willkommen",
|
||||||
"welcome_message": "Willkommen bei Intaleq!",
|
"welcome_message": "Willkommen bei Intaleq!",
|
||||||
"welcome_to_siro": "welcome_to_siro",
|
"welcome_to_siro": "welcome_to_intaleq",
|
||||||
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
||||||
"with license plate": "with license plate",
|
"with license plate": "with license plate",
|
||||||
"with type": "mit Typ",
|
"with type": "mit Typ",
|
||||||
@@ -2590,7 +2590,7 @@ final Map<String, String> de = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you must insert token code ": "you must insert token code ",
|
"you must insert token code ": "you must insert token code ",
|
||||||
"you will pay to Driver": "Sie werden den Fahrer bezahlen",
|
"you will pay to Driver": "Sie werden den Fahrer bezahlen",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"you will use this device?": "you will use this device?",
|
"you will use this device?": "you will use this device?",
|
||||||
"your ride is Accepted": "Ihre Fahrt wurde angenommen",
|
"your ride is Accepted": "Ihre Fahrt wurde angenommen",
|
||||||
"your ride is applied": "Ihre Fahrt wurde übernommen",
|
"your ride is applied": "Ihre Fahrt wurde übernommen",
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ final Map<String, String> el = {
|
|||||||
"\${\"You must leave at least": "\${\"You must leave at least",
|
"\${\"You must leave at least": "\${\"You must leave at least",
|
||||||
"\${\"amount": "\${\"amount",
|
"\${\"amount": "\${\"amount",
|
||||||
"\${\"transaction_id": "\${\"transaction_id",
|
"\${\"transaction_id": "\${\"transaction_id",
|
||||||
"\${'*Siro APP CODE*": "\${'*Siro APP CODE*",
|
"\${'*Siro APP CODE*": "\${'*Intaleq APP CODE*",
|
||||||
"\${'*Siro DRIVER CODE*": "\${'*Siro DRIVER CODE*",
|
"\${'*Siro DRIVER CODE*": "\${'*Intaleq DRIVER CODE*",
|
||||||
"\${'Address": "\${'Address",
|
"\${'Address": "\${'Address",
|
||||||
"\${'Address: ": "\${'Address: ",
|
"\${'Address: ": "\${'Address: ",
|
||||||
"\${'Age": "\${'Age",
|
"\${'Age": "\${'Age",
|
||||||
@@ -117,8 +117,8 @@ final Map<String, String> el = {
|
|||||||
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
||||||
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
||||||
")[1]}": ")[1]}",
|
")[1]}": ")[1]}",
|
||||||
"*Siro APP CODE*": "*Siro APP CODE*",
|
"*Siro APP CODE*": "*Intaleq APP CODE*",
|
||||||
"*Siro DRIVER CODE*": "*Siro DRIVER CODE*",
|
"*Siro DRIVER CODE*": "*Intaleq DRIVER CODE*",
|
||||||
"--": "--",
|
"--": "--",
|
||||||
"-1% commission": "-1% commission",
|
"-1% commission": "-1% commission",
|
||||||
"-2% commission": "-2% commission",
|
"-2% commission": "-2% commission",
|
||||||
@@ -540,7 +540,7 @@ final Map<String, String> el = {
|
|||||||
"Day Off": "Day Off",
|
"Day Off": "Day Off",
|
||||||
"Day Streak": "Day Streak",
|
"Day Streak": "Day Streak",
|
||||||
"Days": "Ημέρες",
|
"Days": "Ημέρες",
|
||||||
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,",
|
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nIntaleq ,",
|
||||||
"Debit": "Debit",
|
"Debit": "Debit",
|
||||||
"Debit Card": "Debit Card",
|
"Debit Card": "Debit Card",
|
||||||
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
||||||
@@ -580,8 +580,8 @@ final Map<String, String> el = {
|
|||||||
"Don't have an account? Register": "Don't have an account? Register",
|
"Don't have an account? Register": "Don't have an account? Register",
|
||||||
"Done": "Τέλος",
|
"Done": "Τέλος",
|
||||||
"Don’t forget your personal belongings.": "Μην ξεχάσετε τα αντικείμενά σας.",
|
"Don’t forget your personal belongings.": "Μην ξεχάσετε τα αντικείμενά σας.",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "Κατέβασε την εφαρμογή:",
|
"Download the app now:": "Κατέβασε την εφαρμογή:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "Οδηγός",
|
"Driver": "Οδηγός",
|
||||||
@@ -703,7 +703,7 @@ final Map<String, String> el = {
|
|||||||
"Evening": "Απόγευμα",
|
"Evening": "Απόγευμα",
|
||||||
"Excellent": "Excellent",
|
"Excellent": "Excellent",
|
||||||
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Exit": "Exit",
|
"Exit": "Exit",
|
||||||
"Exit Ride?": "Exit Ride?",
|
"Exit Ride?": "Exit Ride?",
|
||||||
"Expiration Date": "Ημερομηνία Λήξης",
|
"Expiration Date": "Ημερομηνία Λήξης",
|
||||||
@@ -750,8 +750,8 @@ final Map<String, String> el = {
|
|||||||
"Flag-down fee": "Σημαία",
|
"Flag-down fee": "Σημαία",
|
||||||
"For Drivers": "Για Οδηγούς",
|
"For Drivers": "Για Οδηγούς",
|
||||||
"For Egypt": "For Egypt",
|
"For Egypt": "For Egypt",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
"Frequently Asked Questions": "Συχνές Ερωτήσεις",
|
"Frequently Asked Questions": "Συχνές Ερωτήσεις",
|
||||||
"Frequently Questions": "Συχνές Ερωτήσεις",
|
"Frequently Questions": "Συχνές Ερωτήσεις",
|
||||||
@@ -773,7 +773,7 @@ final Map<String, String> el = {
|
|||||||
"Get": "Get",
|
"Get": "Get",
|
||||||
"Get Details of Trip": "Λεπτομέρειες",
|
"Get Details of Trip": "Λεπτομέρειες",
|
||||||
"Get Direction": "Οδηγίες",
|
"Get Direction": "Οδηγίες",
|
||||||
"Get a discount on your first Siro ride!": "Get a discount on your first Siro ride!",
|
"Get a discount on your first Siro ride!": "Get a discount on your first Intaleq ride!",
|
||||||
"Get features for your country": "Get features for your country",
|
"Get features for your country": "Get features for your country",
|
||||||
"Get it Now!": "Πάρτε το!",
|
"Get it Now!": "Πάρτε το!",
|
||||||
"Get to your destination quickly and easily.": "Φτάστε γρήγορα στον προορισμό.",
|
"Get to your destination quickly and easily.": "Φτάστε γρήγορα στον προορισμό.",
|
||||||
@@ -838,7 +838,7 @@ final Map<String, String> el = {
|
|||||||
"How much do you want to earn today?": "How much do you want to earn today?",
|
"How much do you want to earn today?": "How much do you want to earn today?",
|
||||||
"How much longer will you be?": "How much longer will you be?",
|
"How much longer will you be?": "How much longer will you be?",
|
||||||
"How to use App": "How to use App",
|
"How to use App": "How to use App",
|
||||||
"How to use Siro": "How to use Siro",
|
"How to use Siro": "How to use Intaleq",
|
||||||
"How was the passenger?": "How was the passenger?",
|
"How was the passenger?": "How was the passenger?",
|
||||||
"How was your trip with": "How was your trip with",
|
"How was your trip with": "How was your trip with",
|
||||||
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
||||||
@@ -922,7 +922,7 @@ final Map<String, String> el = {
|
|||||||
"IssueDate": "Ημ. Έκδοσης",
|
"IssueDate": "Ημ. Έκδοσης",
|
||||||
"JOD": "€",
|
"JOD": "€",
|
||||||
"Join": "Συμμετοχή",
|
"Join": "Συμμετοχή",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Jordan": "Ιορδανία",
|
"Jordan": "Ιορδανία",
|
||||||
"Just now": "Just now",
|
"Just now": "Just now",
|
||||||
"KM": "Χλμ",
|
"KM": "Χλμ",
|
||||||
@@ -1144,7 +1144,7 @@ final Map<String, String> el = {
|
|||||||
"Order Applied": "Το αίτημα υποβλήθηκε",
|
"Order Applied": "Το αίτημα υποβλήθηκε",
|
||||||
"Order Cancelled": "Order Cancelled",
|
"Order Cancelled": "Order Cancelled",
|
||||||
"Order Cancelled by Passenger": "Ακύρωση από Επιβάτη",
|
"Order Cancelled by Passenger": "Ακύρωση από Επιβάτη",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "Ιστορικό Διαδρομών",
|
"Order History": "Ιστορικό Διαδρομών",
|
||||||
"Order ID": "Order ID",
|
"Order ID": "Order ID",
|
||||||
"Order Request Page": "Σελίδα Αιτήματος",
|
"Order Request Page": "Σελίδα Αιτήματος",
|
||||||
@@ -1195,7 +1195,7 @@ final Map<String, String> el = {
|
|||||||
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
||||||
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
||||||
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
||||||
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: siroapp)",
|
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: intaleqapp)",
|
||||||
"Pay with Credit Card": "Πληρωμή με Κάρτα",
|
"Pay with Credit Card": "Πληρωμή με Κάρτα",
|
||||||
"Pay with Debit Card": "Pay with Debit Card",
|
"Pay with Debit Card": "Pay with Debit Card",
|
||||||
"Pay with Wallet": "Πληρωμή με Πορτοφόλι",
|
"Pay with Wallet": "Πληρωμή με Πορτοφόλι",
|
||||||
@@ -1287,7 +1287,7 @@ final Map<String, String> el = {
|
|||||||
"Please help! Contact me as soon as possible.": "Βοήθεια! Επικοινωνήστε άμεσα.",
|
"Please help! Contact me as soon as possible.": "Βοήθεια! Επικοινωνήστε άμεσα.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "Βεβαιωθείτε ότι δεν αφήσατε προσωπικά αντικείμενα στο αμάξι.",
|
"Please make sure not to leave any personal belongings in the car.": "Βεβαιωθείτε ότι δεν αφήσατε προσωπικά αντικείμενα στο αμάξι.",
|
||||||
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
||||||
"Please put your licence in these border": "Τοποθετήστε το δίπλωμα στο πλαίσιο",
|
"Please put your licence in these border": "Τοποθετήστε το δίπλωμα στο πλαίσιο",
|
||||||
@@ -1297,7 +1297,7 @@ final Map<String, String> el = {
|
|||||||
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
||||||
"Please stay on the picked point.": "Παρακαλώ μείνετε στο επιλεγμένο σημείο.",
|
"Please stay on the picked point.": "Παρακαλώ μείνετε στο επιλεγμένο σημείο.",
|
||||||
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
||||||
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: siroapp",
|
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: intaleqapp",
|
||||||
"Please try again in a few moments": "Please try again in a few moments",
|
"Please try again in a few moments": "Please try again in a few moments",
|
||||||
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
||||||
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
||||||
@@ -1479,7 +1479,7 @@ final Map<String, String> el = {
|
|||||||
"Send Email": "Send Email",
|
"Send Email": "Send Email",
|
||||||
"Send Invite": "Αποστολή Πρόσκλησης",
|
"Send Invite": "Αποστολή Πρόσκλησης",
|
||||||
"Send Message": "Send Message",
|
"Send Message": "Send Message",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "Αποστολή Κωδικού",
|
"Send Verfication Code": "Αποστολή Κωδικού",
|
||||||
"Send Verification Code": "Αποστολή Κωδικού",
|
"Send Verification Code": "Αποστολή Κωδικού",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1533,34 +1533,34 @@ final Map<String, String> el = {
|
|||||||
"Sign in with Google for easier email and name entry": "Είσοδος με Google",
|
"Sign in with Google for easier email and name entry": "Είσοδος με Google",
|
||||||
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
||||||
"Silver badge": "Silver badge",
|
"Silver badge": "Silver badge",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro DRIVER CODE": "Siro DRIVER CODE",
|
"Siro DRIVER CODE": "Intaleq DRIVER CODE",
|
||||||
"Siro Driver": "Siro Driver",
|
"Siro Driver": "Intaleq Driver",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro LLC\\n\${'Syria": "Siro LLC\\n\${'Syria",
|
"Siro LLC\\n\${'Syria": "Intaleq LLC\\n\${'Syria",
|
||||||
"Siro LLC\\n\\\${'Syria": "Siro LLC\\n\\\${'Syria",
|
"Siro LLC\\n\\\${'Syria": "Intaleq LLC\\n\\\${'Syria",
|
||||||
"Siro Order": "Siro Order",
|
"Siro Order": "Intaleq Order",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Reminder": "Siro Reminder",
|
"Siro Reminder": "Intaleq Reminder",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro Wallet Features:": "Siro Wallet Features:",
|
"Siro Wallet Features:": "Intaleq Wallet Features:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Siro123": "Siro123",
|
"Siro123": "Intaleq123",
|
||||||
"Siro: For fixed salary and endpoints.": "Siro: For fixed salary and endpoints.",
|
"Siro: For fixed salary and endpoints.": "Intaleq: For fixed salary and endpoints.",
|
||||||
"Slide to End Trip": "Slide to End Trip",
|
"Slide to End Trip": "Slide to End Trip",
|
||||||
"So go and gain your money": "So go and gain your money",
|
"So go and gain your money": "So go and gain your money",
|
||||||
"Social Butterfly": "Social Butterfly",
|
"Social Butterfly": "Social Butterfly",
|
||||||
@@ -1590,7 +1590,7 @@ final Map<String, String> el = {
|
|||||||
"Status": "Status",
|
"Status": "Status",
|
||||||
"Status is": "Status is",
|
"Status is": "Status is",
|
||||||
"Stay": "Stay",
|
"Stay": "Stay",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
||||||
"Submission Failed": "Submission Failed",
|
"Submission Failed": "Submission Failed",
|
||||||
@@ -1710,8 +1710,8 @@ final Map<String, String> el = {
|
|||||||
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
||||||
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
||||||
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Siro app...",
|
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Intaleq app...",
|
||||||
"To change Language the App": "To change Language the App",
|
"To change Language the App": "To change Language the App",
|
||||||
"To change some Settings": "Αλλαγή Ρυθμίσεων",
|
"To change some Settings": "Αλλαγή Ρυθμίσεων",
|
||||||
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
||||||
@@ -1719,7 +1719,7 @@ final Map<String, String> el = {
|
|||||||
"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.": "Επιλέξτε χώρα για ακριβείς πληροφορίες.",
|
||||||
"To get a gift for both": "To get a gift for both",
|
"To get a gift for both": "To get a gift for both",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Για την καλύτερη εμπειρία, χρειαζόμαστε την τοποθεσία σας για να βρούμε κοντινούς οδηγούς.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Για την καλύτερη εμπειρία, χρειαζόμαστε την τοποθεσία σας για να βρούμε κοντινούς οδηγούς.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "Φορτίστε το πορτοφόλι",
|
"To use Wallet charge it": "Φορτίστε το πορτοφόλι",
|
||||||
"Today": "Today",
|
"Today": "Today",
|
||||||
"Today Overview": "Today Overview",
|
"Today Overview": "Today Overview",
|
||||||
@@ -1809,7 +1809,7 @@ final Map<String, String> el = {
|
|||||||
"Type your Email": "Πληκτρολογήστε το Email",
|
"Type your Email": "Πληκτρολογήστε το Email",
|
||||||
"Type your message": "Γράψτε μήνυμα",
|
"Type your message": "Γράψτε μήνυμα",
|
||||||
"Type your message...": "Type your message...",
|
"Type your message...": "Type your message...",
|
||||||
"Types of Trips in Siro:": "Types of Trips in Siro:",
|
"Types of Trips in Siro:": "Types of Trips in Intaleq:",
|
||||||
"USA": "ΗΠΑ",
|
"USA": "ΗΠΑ",
|
||||||
"Uncompromising Security": "Ασφάλεια",
|
"Uncompromising Security": "Ασφάλεια",
|
||||||
"Unknown": "Unknown",
|
"Unknown": "Unknown",
|
||||||
@@ -1868,7 +1868,7 @@ final Map<String, String> el = {
|
|||||||
"View your past transactions": "Δείτε τις προηγούμενες συναλλαγές",
|
"View your past transactions": "Δείτε τις προηγούμενες συναλλαγές",
|
||||||
"Visa": "Visa",
|
"Visa": "Visa",
|
||||||
"Visit Website/Contact Support": "Ιστοσελίδα/Υποστήριξη",
|
"Visit Website/Contact Support": "Ιστοσελίδα/Υποστήριξη",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Calling": "Voice Calling",
|
"Voice Calling": "Voice Calling",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for timer": "Wait for timer",
|
"Wait for timer": "Wait for timer",
|
||||||
@@ -1891,7 +1891,7 @@ final Map<String, String> el = {
|
|||||||
"Wallet is blocked": "Το πορτοφόλι έχει αποκλειστεί",
|
"Wallet is blocked": "Το πορτοφόλι έχει αποκλειστεί",
|
||||||
"Wallet!": "Πορτοφόλι!",
|
"Wallet!": "Πορτοφόλι!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "Προειδοποίηση: Εντοπίστηκε υπερβολική ταχύτητα!",
|
"Warning: Speeding detected!": "Προειδοποίηση: Εντοπίστηκε υπερβολική ταχύτητα!",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "Λυπούμαστε, κανένα όχημα στην περιοχή!",
|
"We Are Sorry That we dont have cars in your Location!": "Λυπούμαστε, κανένα όχημα στην περιοχή!",
|
||||||
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
||||||
@@ -1901,7 +1901,7 @@ final Map<String, String> el = {
|
|||||||
"We are searching for the nearest driver": "Αναζήτηση οδηγού",
|
"We are searching for the nearest driver": "Αναζήτηση οδηγού",
|
||||||
"We are searching for the nearest driver to you": "Ψάχνουμε τον κοντινότερο οδηγό",
|
"We are searching for the nearest driver to you": "Ψάχνουμε τον κοντινότερο οδηγό",
|
||||||
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "Γρηγορότερη εξυπηρέτηση.",
|
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "Γρηγορότερη εξυπηρέτηση.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Intaleq app and be part of our Intaleq family.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
||||||
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
||||||
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
||||||
@@ -1911,7 +1911,7 @@ final Map<String, String> el = {
|
|||||||
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
||||||
"We need your phone number to contact you and to help you receive orders.": "Χρειαζόμαστε το τηλέφωνο για λήψη παραγγελιών.",
|
"We need your phone number to contact you and to help you receive orders.": "Χρειαζόμαστε το τηλέφωνο για λήψη παραγγελιών.",
|
||||||
"We need your phone number to contact you and to help you.": "Χρειαζόμαστε το τηλέφωνο για επικοινωνία.",
|
"We need your phone number to contact you and to help you.": "Χρειαζόμαστε το τηλέφωνο για επικοινωνία.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We regret to inform you that another driver has accepted this order.": "Λυπούμαστε, ένας άλλος οδηγός αποδέχτηκε αυτό το αίτημα.",
|
"We regret to inform you that another driver has accepted this order.": "Λυπούμαστε, ένας άλλος οδηγός αποδέχτηκε αυτό το αίτημα.",
|
||||||
"We search nearst Driver to you": "Αναζήτηση κοντινού οδηγού",
|
"We search nearst Driver to you": "Αναζήτηση κοντινού οδηγού",
|
||||||
"We sent 5 digit to your Email provided": "Στείλαμε 5ψήφιο κωδικό",
|
"We sent 5 digit to your Email provided": "Στείλαμε 5ψήφιο κωδικό",
|
||||||
@@ -1929,12 +1929,12 @@ final Map<String, String> el = {
|
|||||||
"Welcome": "Welcome",
|
"Welcome": "Welcome",
|
||||||
"Welcome Back!": "Καλώς ήρθατε ξανά!",
|
"Welcome Back!": "Καλώς ήρθατε ξανά!",
|
||||||
"Welcome Offer!": "Welcome Offer!",
|
"Welcome Offer!": "Welcome Offer!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
||||||
"What are the requirements to become a driver?": "Απαιτήσεις οδηγού;",
|
"What are the requirements to become a driver?": "Απαιτήσεις οδηγού;",
|
||||||
"What is Types of Trips in Siro?": "What is Types of Trips in Siro?",
|
"What is Types of Trips in Siro?": "What is Types of Trips in Intaleq?",
|
||||||
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "Τι οχήματα υπάρχουν;",
|
"What types of vehicles are available?": "Τι οχήματα υπάρχουν;",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "Εξαγωγή Τοποθεσίας WhatsApp",
|
"WhatsApp Location Extractor": "Εξαγωγή Τοποθεσίας WhatsApp",
|
||||||
@@ -1946,9 +1946,9 @@ final Map<String, String> el = {
|
|||||||
"Where to": "Πού πάτε;",
|
"Where to": "Πού πάτε;",
|
||||||
"Where you want go": "Where you want go",
|
"Where you want go": "Where you want go",
|
||||||
"Which method you will pay": "Which method you will pay",
|
"Which method you will pay": "Which method you will pay",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Withdraw": "Withdraw",
|
"Withdraw": "Withdraw",
|
||||||
"Work": "Εργασία",
|
"Work": "Εργασία",
|
||||||
"Work & Contact": "Εργασία & Επικοινωνία",
|
"Work & Contact": "Εργασία & Επικοινωνία",
|
||||||
@@ -1972,7 +1972,7 @@ final Map<String, String> el = {
|
|||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, Pay": "Yes, Pay",
|
"Yes, Pay": "Yes, Pay",
|
||||||
"Yes, optimize": "Yes, optimize",
|
"Yes, optimize": "Yes, optimize",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Ναι, μπορείτε να ακυρώσετε (ενδέχεται να υπάρξει χρέωση).",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Ναι, μπορείτε να ακυρώσετε (ενδέχεται να υπάρξει χρέωση).",
|
||||||
"You": "You",
|
"You": "You",
|
||||||
"You Are Stopped For this Day !": "Αποκλεισμός για σήμερα!",
|
"You Are Stopped For this Day !": "Αποκλεισμός για σήμερα!",
|
||||||
@@ -2024,7 +2024,7 @@ final Map<String, String> el = {
|
|||||||
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
||||||
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
||||||
"You can resend in": "Επαναποστολή σε",
|
"You can resend in": "Επαναποστολή σε",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
||||||
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
||||||
"You canceled VIP trip": "You canceled VIP trip",
|
"You canceled VIP trip": "You canceled VIP trip",
|
||||||
@@ -2171,8 +2171,8 @@ final Map<String, String> el = {
|
|||||||
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
||||||
"\\\${\"amount": "\\\${\"amount",
|
"\\\${\"amount": "\\\${\"amount",
|
||||||
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
||||||
"\\\${'*Siro APP CODE*": "\\\${'*Siro APP CODE*",
|
"\\\${'*Siro APP CODE*": "\\\${'*Intaleq APP CODE*",
|
||||||
"\\\${'*Siro DRIVER CODE*": "\\\${'*Siro DRIVER CODE*",
|
"\\\${'*Siro DRIVER CODE*": "\\\${'*Intaleq DRIVER CODE*",
|
||||||
"\\\${'Address": "\\\${'Address",
|
"\\\${'Address": "\\\${'Address",
|
||||||
"\\\${'Address: ": "\\\${'Address: ",
|
"\\\${'Address: ": "\\\${'Address: ",
|
||||||
"\\\${'Age": "\\\${'Age",
|
"\\\${'Age": "\\\${'Age",
|
||||||
@@ -2419,7 +2419,7 @@ final Map<String, String> el = {
|
|||||||
"login or register subtitle": "Εισάγετε τον αριθμό κινητού για είσοδο ή εγγραφή",
|
"login or register subtitle": "Εισάγετε τον αριθμό κινητού για είσοδο ή εγγραφή",
|
||||||
"m": "λ",
|
"m": "λ",
|
||||||
"m at the agreed-upon location": "m at the agreed-upon location",
|
"m at the agreed-upon location": "m at the agreed-upon location",
|
||||||
"m inviting you to try Siro.": "m inviting you to try Siro.",
|
"m inviting you to try Siro.": "m inviting you to try Intaleq.",
|
||||||
"m waiting for you": "m waiting for you",
|
"m waiting for you": "m waiting for you",
|
||||||
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
||||||
"message From Driver": "Μήνυμα από τον Οδηγό",
|
"message From Driver": "Μήνυμα από τον Οδηγό",
|
||||||
@@ -2475,16 +2475,16 @@ final Map<String, String> el = {
|
|||||||
"s Promo": "s Promo",
|
"s Promo": "s Promo",
|
||||||
"s Promos": "s Promos",
|
"s Promos": "s Promos",
|
||||||
"s Response": "s Response",
|
"s Response": "s Response",
|
||||||
"s Siro account.": "s Siro account.",
|
"s Siro account.": "s Intaleq account.",
|
||||||
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Intaleq account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
||||||
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
||||||
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
||||||
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
||||||
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
||||||
"s phone": "s phone",
|
"s phone": "s phone",
|
||||||
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
||||||
"s time to check the Siro app!": "s time to check the Siro app!",
|
"s time to check the Siro app!": "s time to check the Intaleq app!",
|
||||||
"safe_and_comfortable": "Ασφάλεια και άνεση.",
|
"safe_and_comfortable": "Ασφάλεια και άνεση.",
|
||||||
"scams operations": "scams operations",
|
"scams operations": "scams operations",
|
||||||
"scan Car License.": "scan Car License.",
|
"scan Car License.": "scan Car License.",
|
||||||
@@ -2513,7 +2513,7 @@ final Map<String, String> el = {
|
|||||||
"t have a phone number.": "t have a phone number.",
|
"t have a phone number.": "t have a phone number.",
|
||||||
"t have a reason": "t have a reason",
|
"t have a reason": "t have a reason",
|
||||||
"t have account": "t have account",
|
"t have account": "t have account",
|
||||||
"t have enough money in your Siro wallet": "t have enough money in your Siro wallet",
|
"t have enough money in your Siro wallet": "t have enough money in your Intaleq wallet",
|
||||||
"t moved sufficiently!": "t moved sufficiently!",
|
"t moved sufficiently!": "t moved sufficiently!",
|
||||||
"t need a ride anymore": "t need a ride anymore",
|
"t need a ride anymore": "t need a ride anymore",
|
||||||
"t return to use app after 1 month": "t return to use app after 1 month",
|
"t return to use app after 1 month": "t return to use app after 1 month",
|
||||||
@@ -2563,10 +2563,10 @@ final Map<String, String> el = {
|
|||||||
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
||||||
"wallet_credited_message": "wallet_credited_message",
|
"wallet_credited_message": "wallet_credited_message",
|
||||||
"wallet_updated": "wallet_updated",
|
"wallet_updated": "wallet_updated",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "Καλώς ήρθες, @firstName!",
|
"welcome user": "Καλώς ήρθες, @firstName!",
|
||||||
"welcome_message": "Καλώς ήρθατε στο Intaleq!",
|
"welcome_message": "Καλώς ήρθατε στο Intaleq!",
|
||||||
"welcome_to_siro": "welcome_to_siro",
|
"welcome_to_siro": "welcome_to_intaleq",
|
||||||
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
||||||
"with license plate": "with license plate",
|
"with license plate": "with license plate",
|
||||||
"with type": "with type",
|
"with type": "with type",
|
||||||
@@ -2590,7 +2590,7 @@ final Map<String, String> el = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you must insert token code ": "you must insert token code ",
|
"you must insert token code ": "you must insert token code ",
|
||||||
"you will pay to Driver": "Θα πληρώσετε στον Οδηγό",
|
"you will pay to Driver": "Θα πληρώσετε στον Οδηγό",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"you will use this device?": "you will use this device?",
|
"you will use this device?": "you will use this device?",
|
||||||
"your ride is Accepted": "Η διαδρομή έγινε δεκτή",
|
"your ride is Accepted": "Η διαδρομή έγινε δεκτή",
|
||||||
"your ride is applied": "η διαδρομή καταχωρήθηκε",
|
"your ride is applied": "η διαδρομή καταχωρήθηκε",
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ final Map<String, String> en = {
|
|||||||
"\${\"You must leave at least": "\${\"You must leave at least",
|
"\${\"You must leave at least": "\${\"You must leave at least",
|
||||||
"\${\"amount": "\${\"amount",
|
"\${\"amount": "\${\"amount",
|
||||||
"\${\"transaction_id": "\${\"transaction_id",
|
"\${\"transaction_id": "\${\"transaction_id",
|
||||||
"\${'*Siro APP CODE*": "\${'*Siro APP CODE*",
|
"\${'*Siro APP CODE*": "\${'*Intaleq APP CODE*",
|
||||||
"\${'*Siro DRIVER CODE*": "\${'*Siro DRIVER CODE*",
|
"\${'*Siro DRIVER CODE*": "\${'*Intaleq DRIVER CODE*",
|
||||||
"\${'Address": "\${'Address",
|
"\${'Address": "\${'Address",
|
||||||
"\${'Address: ": "\${'Address: ",
|
"\${'Address: ": "\${'Address: ",
|
||||||
"\${'Age": "\${'Age",
|
"\${'Age": "\${'Age",
|
||||||
@@ -117,8 +117,8 @@ final Map<String, String> en = {
|
|||||||
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
||||||
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
||||||
")[1]}": ")[1]}",
|
")[1]}": ")[1]}",
|
||||||
"*Siro APP CODE*": "*Siro APP CODE*",
|
"*Siro APP CODE*": "*Intaleq APP CODE*",
|
||||||
"*Siro DRIVER CODE*": "*Siro DRIVER CODE*",
|
"*Siro DRIVER CODE*": "*Intaleq DRIVER CODE*",
|
||||||
"--": "--",
|
"--": "--",
|
||||||
"-1% commission": "-1% commission",
|
"-1% commission": "-1% commission",
|
||||||
"-2% commission": "-2% commission",
|
"-2% commission": "-2% commission",
|
||||||
@@ -540,7 +540,7 @@ final Map<String, String> en = {
|
|||||||
"Day Off": "Day Off",
|
"Day Off": "Day Off",
|
||||||
"Day Streak": "Day Streak",
|
"Day Streak": "Day Streak",
|
||||||
"Days": "Days",
|
"Days": "Days",
|
||||||
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,",
|
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nIntaleq ,",
|
||||||
"Debit": "Debit",
|
"Debit": "Debit",
|
||||||
"Debit Card": "Debit Card",
|
"Debit Card": "Debit Card",
|
||||||
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
||||||
@@ -580,8 +580,8 @@ final Map<String, String> en = {
|
|||||||
"Don't have an account? Register": "Don't have an account? Register",
|
"Don't have an account? Register": "Don't have an account? Register",
|
||||||
"Done": "Done",
|
"Done": "Done",
|
||||||
"Don’t forget your personal belongings.": "Don’t forget your personal belongings.",
|
"Don’t forget your personal belongings.": "Don’t forget your personal belongings.",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "Download the app now:",
|
"Download the app now:": "Download the app now:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "Driver",
|
"Driver": "Driver",
|
||||||
@@ -703,7 +703,7 @@ final Map<String, String> en = {
|
|||||||
"Evening": "Evening",
|
"Evening": "Evening",
|
||||||
"Excellent": "Excellent",
|
"Excellent": "Excellent",
|
||||||
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Exit": "Exit",
|
"Exit": "Exit",
|
||||||
"Exit Ride?": "Exit Ride?",
|
"Exit Ride?": "Exit Ride?",
|
||||||
"Expiration Date": "Expiration Date",
|
"Expiration Date": "Expiration Date",
|
||||||
@@ -750,8 +750,8 @@ final Map<String, String> en = {
|
|||||||
"Flag-down fee": "Flag-down fee",
|
"Flag-down fee": "Flag-down fee",
|
||||||
"For Drivers": "For Drivers",
|
"For Drivers": "For Drivers",
|
||||||
"For Egypt": "For Egypt",
|
"For Egypt": "For Egypt",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
"Frequently Asked Questions": "Frequently Asked Questions",
|
"Frequently Asked Questions": "Frequently Asked Questions",
|
||||||
"Frequently Questions": "Frequently Questions",
|
"Frequently Questions": "Frequently Questions",
|
||||||
@@ -773,7 +773,7 @@ final Map<String, String> en = {
|
|||||||
"Get": "Get",
|
"Get": "Get",
|
||||||
"Get Details of Trip": "Get Details of Trip",
|
"Get Details of Trip": "Get Details of Trip",
|
||||||
"Get Direction": "Get Direction",
|
"Get Direction": "Get Direction",
|
||||||
"Get a discount on your first Siro ride!": "Get a discount on your first Siro ride!",
|
"Get a discount on your first Siro ride!": "Get a discount on your first Intaleq ride!",
|
||||||
"Get features for your country": "Get features for your country",
|
"Get features for your country": "Get features for your country",
|
||||||
"Get it Now!": "Get it Now!",
|
"Get it Now!": "Get it Now!",
|
||||||
"Get to your destination quickly and easily.": "Get to your destination quickly and easily.",
|
"Get to your destination quickly and easily.": "Get to your destination quickly and easily.",
|
||||||
@@ -839,7 +839,7 @@ final Map<String, String> en = {
|
|||||||
"How much do you want to earn today?": "How much do you want to earn today?",
|
"How much do you want to earn today?": "How much do you want to earn today?",
|
||||||
"How much longer will you be?": "How much longer will you be?",
|
"How much longer will you be?": "How much longer will you be?",
|
||||||
"How to use App": "How to use App",
|
"How to use App": "How to use App",
|
||||||
"How to use Siro": "How to use Siro",
|
"How to use Siro": "How to use Intaleq",
|
||||||
"How was the passenger?": "How was the passenger?",
|
"How was the passenger?": "How was the passenger?",
|
||||||
"How was your trip with": "How was your trip with",
|
"How was your trip with": "How was your trip with",
|
||||||
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
||||||
@@ -923,7 +923,7 @@ final Map<String, String> en = {
|
|||||||
"IssueDate": "IssueDate",
|
"IssueDate": "IssueDate",
|
||||||
"JOD": "JOD",
|
"JOD": "JOD",
|
||||||
"Join": "Join",
|
"Join": "Join",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Jordan": "Jordan",
|
"Jordan": "Jordan",
|
||||||
"Just now": "Just now",
|
"Just now": "Just now",
|
||||||
"KM": "KM",
|
"KM": "KM",
|
||||||
@@ -1145,7 +1145,7 @@ final Map<String, String> en = {
|
|||||||
"Order Applied": "Order Applied",
|
"Order Applied": "Order Applied",
|
||||||
"Order Cancelled": "Order Cancelled",
|
"Order Cancelled": "Order Cancelled",
|
||||||
"Order Cancelled by Passenger": "Order Cancelled by Passenger",
|
"Order Cancelled by Passenger": "Order Cancelled by Passenger",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "Order History",
|
"Order History": "Order History",
|
||||||
"Order ID": "Order ID",
|
"Order ID": "Order ID",
|
||||||
"Order Request Page": "Order Request Page",
|
"Order Request Page": "Order Request Page",
|
||||||
@@ -1196,7 +1196,7 @@ final Map<String, String> en = {
|
|||||||
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
||||||
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
||||||
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
||||||
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: siroapp)",
|
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: intaleqapp)",
|
||||||
"Pay with Credit Card": "Pay with Credit Card",
|
"Pay with Credit Card": "Pay with Credit Card",
|
||||||
"Pay with Debit Card": "Pay with Debit Card",
|
"Pay with Debit Card": "Pay with Debit Card",
|
||||||
"Pay with Wallet": "Pay with Wallet",
|
"Pay with Wallet": "Pay with Wallet",
|
||||||
@@ -1288,7 +1288,7 @@ final Map<String, String> en = {
|
|||||||
"Please help! Contact me as soon as possible.": "Please help! Contact me as soon as possible.",
|
"Please help! Contact me as soon as possible.": "Please help! Contact me as soon as possible.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "Please make sure not to leave any personal belongings in the car.",
|
"Please make sure not to leave any personal belongings in the car.": "Please make sure not to leave any personal belongings in the car.",
|
||||||
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
||||||
"Please put your licence in these border": "Please put your licence in these border",
|
"Please put your licence in these border": "Please put your licence in these border",
|
||||||
@@ -1298,7 +1298,7 @@ final Map<String, String> en = {
|
|||||||
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
||||||
"Please stay on the picked point.": "Please stay on the picked point.",
|
"Please stay on the picked point.": "Please stay on the picked point.",
|
||||||
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
||||||
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: siroapp",
|
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: intaleqapp",
|
||||||
"Please try again in a few moments": "Please try again in a few moments",
|
"Please try again in a few moments": "Please try again in a few moments",
|
||||||
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
||||||
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
||||||
@@ -1480,7 +1480,7 @@ final Map<String, String> en = {
|
|||||||
"Send Email": "Send Email",
|
"Send Email": "Send Email",
|
||||||
"Send Invite": "Send Invite",
|
"Send Invite": "Send Invite",
|
||||||
"Send Message": "Send Message",
|
"Send Message": "Send Message",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "Send Verfication Code",
|
"Send Verfication Code": "Send Verfication Code",
|
||||||
"Send Verification Code": "Send Verification Code",
|
"Send Verification Code": "Send Verification Code",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1534,34 +1534,34 @@ final Map<String, String> en = {
|
|||||||
"Sign in with Google for easier email and name entry": "Sign in with Google for easier email and name entry",
|
"Sign in with Google for easier email and name entry": "Sign in with Google for easier email and name entry",
|
||||||
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
||||||
"Silver badge": "Silver badge",
|
"Silver badge": "Silver badge",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro DRIVER CODE": "Siro DRIVER CODE",
|
"Siro DRIVER CODE": "Intaleq DRIVER CODE",
|
||||||
"Siro Driver": "Siro Driver",
|
"Siro Driver": "Intaleq Driver",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro LLC\\n\${'Syria": "Siro LLC\\n\${'Syria",
|
"Siro LLC\\n\${'Syria": "Intaleq LLC\\n\${'Syria",
|
||||||
"Siro LLC\\n\\\${'Syria": "Siro LLC\\n\\\${'Syria",
|
"Siro LLC\\n\\\${'Syria": "Intaleq LLC\\n\\\${'Syria",
|
||||||
"Siro Order": "Siro Order",
|
"Siro Order": "Intaleq Order",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Reminder": "Siro Reminder",
|
"Siro Reminder": "Intaleq Reminder",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro Wallet Features:": "Siro Wallet Features:",
|
"Siro Wallet Features:": "Intaleq Wallet Features:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Siro123": "Siro123",
|
"Siro123": "Intaleq123",
|
||||||
"Siro: For fixed salary and endpoints.": "Siro: For fixed salary and endpoints.",
|
"Siro: For fixed salary and endpoints.": "Intaleq: For fixed salary and endpoints.",
|
||||||
"Slide to End Trip": "Slide to End Trip",
|
"Slide to End Trip": "Slide to End Trip",
|
||||||
"So go and gain your money": "So go and gain your money",
|
"So go and gain your money": "So go and gain your money",
|
||||||
"Social Butterfly": "Social Butterfly",
|
"Social Butterfly": "Social Butterfly",
|
||||||
@@ -1591,7 +1591,7 @@ final Map<String, String> en = {
|
|||||||
"Status": "Status",
|
"Status": "Status",
|
||||||
"Status is": "Status is",
|
"Status is": "Status is",
|
||||||
"Stay": "Stay",
|
"Stay": "Stay",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
||||||
"Submission Failed": "Submission Failed",
|
"Submission Failed": "Submission Failed",
|
||||||
@@ -1727,8 +1727,8 @@ final Map<String, String> en = {
|
|||||||
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
||||||
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
||||||
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Siro app...",
|
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Intaleq app...",
|
||||||
"To change Language the App": "To change Language the App",
|
"To change Language the App": "To change Language the App",
|
||||||
"To change some Settings": "To change some Settings",
|
"To change some Settings": "To change some Settings",
|
||||||
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
||||||
@@ -1736,7 +1736,7 @@ final Map<String, String> en = {
|
|||||||
"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.",
|
"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.",
|
||||||
"To get a gift for both": "To get a gift for both",
|
"To get a gift for both": "To get a gift for both",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "To use Wallet charge it",
|
"To use Wallet charge it": "To use Wallet charge it",
|
||||||
"Today": "Today",
|
"Today": "Today",
|
||||||
"Today Overview": "Today Overview",
|
"Today Overview": "Today Overview",
|
||||||
@@ -1826,7 +1826,7 @@ final Map<String, String> en = {
|
|||||||
"Type your Email": "Type your Email",
|
"Type your Email": "Type your Email",
|
||||||
"Type your message": "Type your message",
|
"Type your message": "Type your message",
|
||||||
"Type your message...": "Type your message...",
|
"Type your message...": "Type your message...",
|
||||||
"Types of Trips in Siro:": "Types of Trips in Siro:",
|
"Types of Trips in Siro:": "Types of Trips in Intaleq:",
|
||||||
"USA": "USA",
|
"USA": "USA",
|
||||||
"Uncompromising Security": "Uncompromising Security",
|
"Uncompromising Security": "Uncompromising Security",
|
||||||
"Unknown": "Unknown",
|
"Unknown": "Unknown",
|
||||||
@@ -1885,7 +1885,7 @@ final Map<String, String> en = {
|
|||||||
"View your past transactions": "View your past transactions",
|
"View your past transactions": "View your past transactions",
|
||||||
"Visa": "Visa",
|
"Visa": "Visa",
|
||||||
"Visit Website/Contact Support": "Visit Website/Contact Support",
|
"Visit Website/Contact Support": "Visit Website/Contact Support",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Calling": "Voice Calling",
|
"Voice Calling": "Voice Calling",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for timer": "Wait for timer",
|
"Wait for timer": "Wait for timer",
|
||||||
@@ -1908,7 +1908,7 @@ final Map<String, String> en = {
|
|||||||
"Wallet is blocked": "Wallet is blocked",
|
"Wallet is blocked": "Wallet is blocked",
|
||||||
"Wallet!": "Wallet!",
|
"Wallet!": "Wallet!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "Warning: Speeding detected!",
|
"Warning: Speeding detected!": "Warning: Speeding detected!",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "We Are Sorry That we dont have cars in your Location!",
|
"We Are Sorry That we dont have cars in your Location!": "We Are Sorry That we dont have cars in your Location!",
|
||||||
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
||||||
@@ -1918,7 +1918,7 @@ final Map<String, String> en = {
|
|||||||
"We are searching for the nearest driver": "We are searching for the nearest driver",
|
"We are searching for the nearest driver": "We are searching for the nearest driver",
|
||||||
"We are searching for the nearest driver to you": "We are searching for the nearest driver to you",
|
"We are searching for the nearest driver to you": "We are searching for the nearest driver to you",
|
||||||
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "We connect you with the nearest drivers for faster pickups and quicker journeys.",
|
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "We connect you with the nearest drivers for faster pickups and quicker journeys.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Intaleq app and be part of our Intaleq family.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
||||||
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
||||||
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
||||||
@@ -1928,7 +1928,7 @@ final Map<String, String> en = {
|
|||||||
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
||||||
"We need your phone number to contact you and to help you receive orders.": "We need your phone number to contact you and to help you receive orders.",
|
"We need your phone number to contact you and to help you receive orders.": "We need your phone number to contact you and to help you receive orders.",
|
||||||
"We need your phone number to contact you and to help you.": "We need your phone number to contact you and to help you.",
|
"We need your phone number to contact you and to help you.": "We need your phone number to contact you and to help you.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We regret to inform you that another driver has accepted this order.": "We regret to inform you that another driver has accepted this order.",
|
"We regret to inform you that another driver has accepted this order.": "We regret to inform you that another driver has accepted this order.",
|
||||||
"We search nearst Driver to you": "We search nearst Driver to you",
|
"We search nearst Driver to you": "We search nearst Driver to you",
|
||||||
"We sent 5 digit to your Email provided": "We sent 5 digit to your Email provided",
|
"We sent 5 digit to your Email provided": "We sent 5 digit to your Email provided",
|
||||||
@@ -1946,12 +1946,12 @@ final Map<String, String> en = {
|
|||||||
"Welcome": "Welcome",
|
"Welcome": "Welcome",
|
||||||
"Welcome Back!": "Welcome Back!",
|
"Welcome Back!": "Welcome Back!",
|
||||||
"Welcome Offer!": "Welcome Offer!",
|
"Welcome Offer!": "Welcome Offer!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
||||||
"What are the requirements to become a driver?": "What are the requirements to become a driver?",
|
"What are the requirements to become a driver?": "What are the requirements to become a driver?",
|
||||||
"What is Types of Trips in Siro?": "What is Types of Trips in Siro?",
|
"What is Types of Trips in Siro?": "What is Types of Trips in Intaleq?",
|
||||||
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "What types of vehicles are available?",
|
"What types of vehicles are available?": "What types of vehicles are available?",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "WhatsApp Location Extractor",
|
"WhatsApp Location Extractor": "WhatsApp Location Extractor",
|
||||||
@@ -1963,9 +1963,9 @@ final Map<String, String> en = {
|
|||||||
"Where to": "Where to",
|
"Where to": "Where to",
|
||||||
"Where you want go": "Where you want go",
|
"Where you want go": "Where you want go",
|
||||||
"Which method you will pay": "Which method you will pay",
|
"Which method you will pay": "Which method you will pay",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Withdraw": "Withdraw",
|
"Withdraw": "Withdraw",
|
||||||
"Work": "Work",
|
"Work": "Work",
|
||||||
"Work & Contact": "Work & Contact",
|
"Work & Contact": "Work & Contact",
|
||||||
@@ -1989,7 +1989,7 @@ final Map<String, String> en = {
|
|||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, Pay": "Yes, Pay",
|
"Yes, Pay": "Yes, Pay",
|
||||||
"Yes, optimize": "Yes, optimize",
|
"Yes, optimize": "Yes, optimize",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.",
|
||||||
"You": "You",
|
"You": "You",
|
||||||
"You Are Stopped For this Day !": "You Are Stopped For this Day !",
|
"You Are Stopped For this Day !": "You Are Stopped For this Day !",
|
||||||
@@ -2041,7 +2041,7 @@ final Map<String, String> en = {
|
|||||||
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
||||||
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
||||||
"You can resend in": "You can resend in",
|
"You can resend in": "You can resend in",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
||||||
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
||||||
"You canceled VIP trip": "You canceled VIP trip",
|
"You canceled VIP trip": "You canceled VIP trip",
|
||||||
@@ -2188,8 +2188,8 @@ final Map<String, String> en = {
|
|||||||
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
||||||
"\\\${\"amount": "\\\${\"amount",
|
"\\\${\"amount": "\\\${\"amount",
|
||||||
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
||||||
"\\\${'*Siro APP CODE*": "\\\${'*Siro APP CODE*",
|
"\\\${'*Siro APP CODE*": "\\\${'*Intaleq APP CODE*",
|
||||||
"\\\${'*Siro DRIVER CODE*": "\\\${'*Siro DRIVER CODE*",
|
"\\\${'*Siro DRIVER CODE*": "\\\${'*Intaleq DRIVER CODE*",
|
||||||
"\\\${'Address": "\\\${'Address",
|
"\\\${'Address": "\\\${'Address",
|
||||||
"\\\${'Address: ": "\\\${'Address: ",
|
"\\\${'Address: ": "\\\${'Address: ",
|
||||||
"\\\${'Age": "\\\${'Age",
|
"\\\${'Age": "\\\${'Age",
|
||||||
@@ -2436,7 +2436,7 @@ final Map<String, String> en = {
|
|||||||
"login or register subtitle": "login or register subtitle",
|
"login or register subtitle": "login or register subtitle",
|
||||||
"m": "m",
|
"m": "m",
|
||||||
"m at the agreed-upon location": "m at the agreed-upon location",
|
"m at the agreed-upon location": "m at the agreed-upon location",
|
||||||
"m inviting you to try Siro.": "m inviting you to try Siro.",
|
"m inviting you to try Siro.": "m inviting you to try Intaleq.",
|
||||||
"m waiting for you": "m waiting for you",
|
"m waiting for you": "m waiting for you",
|
||||||
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
||||||
"message From Driver": "message From Driver",
|
"message From Driver": "message From Driver",
|
||||||
@@ -2492,16 +2492,16 @@ final Map<String, String> en = {
|
|||||||
"s Promo": "s Promo",
|
"s Promo": "s Promo",
|
||||||
"s Promos": "s Promos",
|
"s Promos": "s Promos",
|
||||||
"s Response": "s Response",
|
"s Response": "s Response",
|
||||||
"s Siro account.": "s Siro account.",
|
"s Siro account.": "s Intaleq account.",
|
||||||
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Intaleq account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
||||||
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
||||||
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
||||||
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
||||||
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
||||||
"s phone": "s phone",
|
"s phone": "s phone",
|
||||||
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
||||||
"s time to check the Siro app!": "s time to check the Siro app!",
|
"s time to check the Siro app!": "s time to check the Intaleq app!",
|
||||||
"safe_and_comfortable": "safe_and_comfortable",
|
"safe_and_comfortable": "safe_and_comfortable",
|
||||||
"scams operations": "scams operations",
|
"scams operations": "scams operations",
|
||||||
"scan Car License.": "scan Car License.",
|
"scan Car License.": "scan Car License.",
|
||||||
@@ -2530,7 +2530,7 @@ final Map<String, String> en = {
|
|||||||
"t have a phone number.": "t have a phone number.",
|
"t have a phone number.": "t have a phone number.",
|
||||||
"t have a reason": "t have a reason",
|
"t have a reason": "t have a reason",
|
||||||
"t have account": "t have account",
|
"t have account": "t have account",
|
||||||
"t have enough money in your Siro wallet": "t have enough money in your Siro wallet",
|
"t have enough money in your Siro wallet": "t have enough money in your Intaleq wallet",
|
||||||
"t moved sufficiently!": "t moved sufficiently!",
|
"t moved sufficiently!": "t moved sufficiently!",
|
||||||
"t need a ride anymore": "t need a ride anymore",
|
"t need a ride anymore": "t need a ride anymore",
|
||||||
"t return to use app after 1 month": "t return to use app after 1 month",
|
"t return to use app after 1 month": "t return to use app after 1 month",
|
||||||
@@ -2580,10 +2580,10 @@ final Map<String, String> en = {
|
|||||||
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
||||||
"wallet_credited_message": "wallet_credited_message",
|
"wallet_credited_message": "wallet_credited_message",
|
||||||
"wallet_updated": "wallet_updated",
|
"wallet_updated": "wallet_updated",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "welcome user",
|
"welcome user": "welcome user",
|
||||||
"welcome_message": "welcome_message",
|
"welcome_message": "welcome_message",
|
||||||
"welcome_to_siro": "welcome_to_siro",
|
"welcome_to_siro": "welcome_to_intaleq",
|
||||||
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
||||||
"with license plate": "with license plate",
|
"with license plate": "with license plate",
|
||||||
"with type": "with type",
|
"with type": "with type",
|
||||||
@@ -2607,7 +2607,7 @@ final Map<String, String> en = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you must insert token code ": "you must insert token code ",
|
"you must insert token code ": "you must insert token code ",
|
||||||
"you will pay to Driver": "you will pay to Driver",
|
"you will pay to Driver": "you will pay to Driver",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"you will use this device?": "you will use this device?",
|
"you will use this device?": "you will use this device?",
|
||||||
"your ride is Accepted": "your ride is Accepted",
|
"your ride is Accepted": "your ride is Accepted",
|
||||||
"your ride is applied": "your ride is applied",
|
"your ride is applied": "your ride is applied",
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ final Map<String, String> es = {
|
|||||||
"\${\"You must leave at least": "\${\"You must leave at least",
|
"\${\"You must leave at least": "\${\"You must leave at least",
|
||||||
"\${\"amount": "\${\"amount",
|
"\${\"amount": "\${\"amount",
|
||||||
"\${\"transaction_id": "\${\"transaction_id",
|
"\${\"transaction_id": "\${\"transaction_id",
|
||||||
"\${'*Siro APP CODE*": "\${'*Siro APP CODE*",
|
"\${'*Siro APP CODE*": "\${'*Intaleq APP CODE*",
|
||||||
"\${'*Siro DRIVER CODE*": "\${'*Siro DRIVER CODE*",
|
"\${'*Siro DRIVER CODE*": "\${'*Intaleq DRIVER CODE*",
|
||||||
"\${'Address": "\${'Address",
|
"\${'Address": "\${'Address",
|
||||||
"\${'Address: ": "\${'Address: ",
|
"\${'Address: ": "\${'Address: ",
|
||||||
"\${'Age": "\${'Age",
|
"\${'Age": "\${'Age",
|
||||||
@@ -117,8 +117,8 @@ final Map<String, String> es = {
|
|||||||
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
||||||
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
||||||
")[1]}": ")[1]}",
|
")[1]}": ")[1]}",
|
||||||
"*Siro APP CODE*": "*Siro APP CODE*",
|
"*Siro APP CODE*": "*Intaleq APP CODE*",
|
||||||
"*Siro DRIVER CODE*": "*Siro DRIVER CODE*",
|
"*Siro DRIVER CODE*": "*Intaleq DRIVER CODE*",
|
||||||
"--": "--",
|
"--": "--",
|
||||||
"-1% commission": "-1% commission",
|
"-1% commission": "-1% commission",
|
||||||
"-2% commission": "-2% commission",
|
"-2% commission": "-2% commission",
|
||||||
@@ -540,7 +540,7 @@ final Map<String, String> es = {
|
|||||||
"Day Off": "Day Off",
|
"Day Off": "Day Off",
|
||||||
"Day Streak": "Day Streak",
|
"Day Streak": "Day Streak",
|
||||||
"Days": "Días",
|
"Days": "Días",
|
||||||
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,",
|
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nIntaleq ,",
|
||||||
"Debit": "Debit",
|
"Debit": "Debit",
|
||||||
"Debit Card": "Debit Card",
|
"Debit Card": "Debit Card",
|
||||||
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
||||||
@@ -580,8 +580,8 @@ final Map<String, String> es = {
|
|||||||
"Don't have an account? Register": "Don't have an account? Register",
|
"Don't have an account? Register": "Don't have an account? Register",
|
||||||
"Done": "Hecho",
|
"Done": "Hecho",
|
||||||
"Don’t forget your personal belongings.": "No olvides tus pertenencias personales.",
|
"Don’t forget your personal belongings.": "No olvides tus pertenencias personales.",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "Descarga la aplicación ahora:",
|
"Download the app now:": "Descarga la aplicación ahora:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "Conductor",
|
"Driver": "Conductor",
|
||||||
@@ -703,7 +703,7 @@ final Map<String, String> es = {
|
|||||||
"Evening": "Tarde",
|
"Evening": "Tarde",
|
||||||
"Excellent": "Excellent",
|
"Excellent": "Excellent",
|
||||||
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Exit": "Exit",
|
"Exit": "Exit",
|
||||||
"Exit Ride?": "Exit Ride?",
|
"Exit Ride?": "Exit Ride?",
|
||||||
"Expiration Date": "Fecha de vencimiento",
|
"Expiration Date": "Fecha de vencimiento",
|
||||||
@@ -750,8 +750,8 @@ final Map<String, String> es = {
|
|||||||
"Flag-down fee": "Tarifa base",
|
"Flag-down fee": "Tarifa base",
|
||||||
"For Drivers": "Para conductores",
|
"For Drivers": "Para conductores",
|
||||||
"For Egypt": "For Egypt",
|
"For Egypt": "For Egypt",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
"Frequently Asked Questions": "Preguntas frecuentes",
|
"Frequently Asked Questions": "Preguntas frecuentes",
|
||||||
"Frequently Questions": "Preguntas frecuentes",
|
"Frequently Questions": "Preguntas frecuentes",
|
||||||
@@ -773,7 +773,7 @@ final Map<String, String> es = {
|
|||||||
"Get": "Obtener",
|
"Get": "Obtener",
|
||||||
"Get Details of Trip": "Obtener detalles del viaje",
|
"Get Details of Trip": "Obtener detalles del viaje",
|
||||||
"Get Direction": "Obtener dirección",
|
"Get Direction": "Obtener dirección",
|
||||||
"Get a discount on your first Siro ride!": "Get a discount on your first Siro ride!",
|
"Get a discount on your first Siro ride!": "Get a discount on your first Intaleq ride!",
|
||||||
"Get features for your country": "Get features for your country",
|
"Get features for your country": "Get features for your country",
|
||||||
"Get it Now!": "¡Consíguelo ahora!",
|
"Get it Now!": "¡Consíguelo ahora!",
|
||||||
"Get to your destination quickly and easily.": "Llega a tu destino de manera rápida y sencilla.",
|
"Get to your destination quickly and easily.": "Llega a tu destino de manera rápida y sencilla.",
|
||||||
@@ -838,7 +838,7 @@ final Map<String, String> es = {
|
|||||||
"How much do you want to earn today?": "How much do you want to earn today?",
|
"How much do you want to earn today?": "How much do you want to earn today?",
|
||||||
"How much longer will you be?": "¿Cuánto tiempo más tardarás?",
|
"How much longer will you be?": "¿Cuánto tiempo más tardarás?",
|
||||||
"How to use App": "How to use App",
|
"How to use App": "How to use App",
|
||||||
"How to use Siro": "How to use Siro",
|
"How to use Siro": "How to use Intaleq",
|
||||||
"How was the passenger?": "How was the passenger?",
|
"How was the passenger?": "How was the passenger?",
|
||||||
"How was your trip with": "How was your trip with",
|
"How was your trip with": "How was your trip with",
|
||||||
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
||||||
@@ -922,7 +922,7 @@ final Map<String, String> es = {
|
|||||||
"IssueDate": "Fecha de emisión",
|
"IssueDate": "Fecha de emisión",
|
||||||
"JOD": "JOD",
|
"JOD": "JOD",
|
||||||
"Join": "Unirse",
|
"Join": "Unirse",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Jordan": "Jordania",
|
"Jordan": "Jordania",
|
||||||
"Just now": "Just now",
|
"Just now": "Just now",
|
||||||
"KM": "KM",
|
"KM": "KM",
|
||||||
@@ -1144,7 +1144,7 @@ final Map<String, String> es = {
|
|||||||
"Order Applied": "Pedido aplicado",
|
"Order Applied": "Pedido aplicado",
|
||||||
"Order Cancelled": "Pedido cancelado",
|
"Order Cancelled": "Pedido cancelado",
|
||||||
"Order Cancelled by Passenger": "Pedido cancelado por el pasajero",
|
"Order Cancelled by Passenger": "Pedido cancelado por el pasajero",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "Historial de pedidos",
|
"Order History": "Historial de pedidos",
|
||||||
"Order ID": "Order ID",
|
"Order ID": "Order ID",
|
||||||
"Order Request Page": "Página de solicitud de pedido",
|
"Order Request Page": "Página de solicitud de pedido",
|
||||||
@@ -1195,7 +1195,7 @@ final Map<String, String> es = {
|
|||||||
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
||||||
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
||||||
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
||||||
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: siroapp)",
|
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: intaleqapp)",
|
||||||
"Pay with Credit Card": "Pagar con tarjeta de crédito",
|
"Pay with Credit Card": "Pagar con tarjeta de crédito",
|
||||||
"Pay with Debit Card": "Pay with Debit Card",
|
"Pay with Debit Card": "Pay with Debit Card",
|
||||||
"Pay with Wallet": "Pagar con billetera",
|
"Pay with Wallet": "Pagar con billetera",
|
||||||
@@ -1287,7 +1287,7 @@ final Map<String, String> es = {
|
|||||||
"Please help! Contact me as soon as possible.": "¡Por favor, ayuda! Contáctame lo antes posible.",
|
"Please help! Contact me as soon as possible.": "¡Por favor, ayuda! Contáctame lo antes posible.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "Please make sure not to leave any personal belongings in the car.",
|
"Please make sure not to leave any personal belongings in the car.": "Please make sure not to leave any personal belongings in the car.",
|
||||||
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
||||||
"Please put your licence in these border": "Por favor, coloca tu licencia en este marco",
|
"Please put your licence in these border": "Por favor, coloca tu licencia en este marco",
|
||||||
@@ -1297,7 +1297,7 @@ final Map<String, String> es = {
|
|||||||
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
||||||
"Please stay on the picked point.": "Por favor, permanece en el punto seleccionado.",
|
"Please stay on the picked point.": "Por favor, permanece en el punto seleccionado.",
|
||||||
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
||||||
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: siroapp",
|
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: intaleqapp",
|
||||||
"Please try again in a few moments": "Por favor, inténtalo de nuevo en unos momentos",
|
"Please try again in a few moments": "Por favor, inténtalo de nuevo en unos momentos",
|
||||||
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
||||||
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
||||||
@@ -1479,7 +1479,7 @@ final Map<String, String> es = {
|
|||||||
"Send Email": "Send Email",
|
"Send Email": "Send Email",
|
||||||
"Send Invite": "Enviar invitación",
|
"Send Invite": "Enviar invitación",
|
||||||
"Send Message": "Send Message",
|
"Send Message": "Send Message",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "Enviar código de verificación",
|
"Send Verfication Code": "Enviar código de verificación",
|
||||||
"Send Verification Code": "Enviar código de verificación",
|
"Send Verification Code": "Enviar código de verificación",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1533,34 +1533,34 @@ final Map<String, String> es = {
|
|||||||
"Sign in with Google for easier email and name entry": "Inicia sesión con Google para ingresar el correo electrónico y el nombre más fácilmente",
|
"Sign in with Google for easier email and name entry": "Inicia sesión con Google para ingresar el correo electrónico y el nombre más fácilmente",
|
||||||
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
||||||
"Silver badge": "Silver badge",
|
"Silver badge": "Silver badge",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro DRIVER CODE": "Siro DRIVER CODE",
|
"Siro DRIVER CODE": "Intaleq DRIVER CODE",
|
||||||
"Siro Driver": "Siro Driver",
|
"Siro Driver": "Intaleq Driver",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro LLC\\n\${'Syria": "Siro LLC\\n\${'Syria",
|
"Siro LLC\\n\${'Syria": "Intaleq LLC\\n\${'Syria",
|
||||||
"Siro LLC\\n\\\${'Syria": "Siro LLC\\n\\\${'Syria",
|
"Siro LLC\\n\\\${'Syria": "Intaleq LLC\\n\\\${'Syria",
|
||||||
"Siro Order": "Siro Order",
|
"Siro Order": "Intaleq Order",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Reminder": "Siro Reminder",
|
"Siro Reminder": "Intaleq Reminder",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro Wallet Features:": "Siro Wallet Features:",
|
"Siro Wallet Features:": "Intaleq Wallet Features:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Siro123": "Siro123",
|
"Siro123": "Intaleq123",
|
||||||
"Siro: For fixed salary and endpoints.": "Siro: For fixed salary and endpoints.",
|
"Siro: For fixed salary and endpoints.": "Intaleq: For fixed salary and endpoints.",
|
||||||
"Slide to End Trip": "Slide to End Trip",
|
"Slide to End Trip": "Slide to End Trip",
|
||||||
"So go and gain your money": "So go and gain your money",
|
"So go and gain your money": "So go and gain your money",
|
||||||
"Social Butterfly": "Social Butterfly",
|
"Social Butterfly": "Social Butterfly",
|
||||||
@@ -1590,7 +1590,7 @@ final Map<String, String> es = {
|
|||||||
"Status": "Status",
|
"Status": "Status",
|
||||||
"Status is": "Status is",
|
"Status is": "Status is",
|
||||||
"Stay": "Stay",
|
"Stay": "Stay",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
||||||
"Submission Failed": "Submission Failed",
|
"Submission Failed": "Submission Failed",
|
||||||
@@ -1710,8 +1710,8 @@ final Map<String, String> es = {
|
|||||||
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
||||||
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
||||||
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Siro app...",
|
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Intaleq app...",
|
||||||
"To change Language the App": "Para cambiar el idioma de la aplicación",
|
"To change Language the App": "Para cambiar el idioma de la aplicación",
|
||||||
"To change some Settings": "Para cambiar algunas configuraciones",
|
"To change some Settings": "Para cambiar algunas configuraciones",
|
||||||
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
||||||
@@ -1719,7 +1719,7 @@ final Map<String, String> es = {
|
|||||||
"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.": "Para asegurarte de recibir la información más precisa para tu ubicación, por favor selecciona tu país a continuación. Esto ayudará a personalizar la experiencia de la aplicación y el contenido para tu país.",
|
"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.": "Para asegurarte de recibir la información más precisa para tu ubicación, por favor selecciona tu país a continuación. Esto ayudará a personalizar la experiencia de la aplicación y el contenido para tu país.",
|
||||||
"To get a gift for both": "To get a gift for both",
|
"To get a gift for both": "To get a gift for both",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Para brindarle la mejor experiencia, necesitamos saber dónde se encuentra. Su ubicación se utiliza para encontrar capitanes cercanos y para las recogidas.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Para brindarle la mejor experiencia, necesitamos saber dónde se encuentra. Su ubicación se utiliza para encontrar capitanes cercanos y para las recogidas.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "Para usar la billetera, cárgala",
|
"To use Wallet charge it": "Para usar la billetera, cárgala",
|
||||||
"Today": "Today",
|
"Today": "Today",
|
||||||
"Today Overview": "Today Overview",
|
"Today Overview": "Today Overview",
|
||||||
@@ -1809,7 +1809,7 @@ final Map<String, String> es = {
|
|||||||
"Type your Email": "Escribe tu correo electrónico",
|
"Type your Email": "Escribe tu correo electrónico",
|
||||||
"Type your message": "Escribe tu mensaje",
|
"Type your message": "Escribe tu mensaje",
|
||||||
"Type your message...": "Type your message...",
|
"Type your message...": "Type your message...",
|
||||||
"Types of Trips in Siro:": "Types of Trips in Siro:",
|
"Types of Trips in Siro:": "Types of Trips in Intaleq:",
|
||||||
"USA": "EE. UU.",
|
"USA": "EE. UU.",
|
||||||
"Uncompromising Security": "Seguridad sin compromisos",
|
"Uncompromising Security": "Seguridad sin compromisos",
|
||||||
"Unknown": "Unknown",
|
"Unknown": "Unknown",
|
||||||
@@ -1868,7 +1868,7 @@ final Map<String, String> es = {
|
|||||||
"View your past transactions": "View your past transactions",
|
"View your past transactions": "View your past transactions",
|
||||||
"Visa": "Visa",
|
"Visa": "Visa",
|
||||||
"Visit Website/Contact Support": "Visita el sitio web/Contacta al soporte",
|
"Visit Website/Contact Support": "Visita el sitio web/Contacta al soporte",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Calling": "Voice Calling",
|
"Voice Calling": "Voice Calling",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for timer": "Wait for timer",
|
"Wait for timer": "Wait for timer",
|
||||||
@@ -1891,7 +1891,7 @@ final Map<String, String> es = {
|
|||||||
"Wallet is blocked": "Wallet is blocked",
|
"Wallet is blocked": "Wallet is blocked",
|
||||||
"Wallet!": "¡Billetera!",
|
"Wallet!": "¡Billetera!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "Warning: Speeding detected!",
|
"Warning: Speeding detected!": "Warning: Speeding detected!",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "¡Lamentamos no tener coches en tu ubicación!",
|
"We Are Sorry That we dont have cars in your Location!": "¡Lamentamos no tener coches en tu ubicación!",
|
||||||
"We are looking for a captain but the price may increase to let a captain accept": "Estamos buscando un capitán, pero el precio puede aumentar para que un capitán acepte",
|
"We are looking for a captain but the price may increase to let a captain accept": "Estamos buscando un capitán, pero el precio puede aumentar para que un capitán acepte",
|
||||||
@@ -1901,7 +1901,7 @@ final Map<String, String> es = {
|
|||||||
"We are searching for the nearest driver": "Estamos buscando al conductor más cercano",
|
"We are searching for the nearest driver": "Estamos buscando al conductor más cercano",
|
||||||
"We are searching for the nearest driver to you": "Estamos buscando al conductor más cercano para ti",
|
"We are searching for the nearest driver to you": "Estamos buscando al conductor más cercano para ti",
|
||||||
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "Te conectamos con los conductores más cercanos para recogidas más rápidas y viajes más cortos.",
|
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "Te conectamos con los conductores más cercanos para recogidas más rápidas y viajes más cortos.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Intaleq app and be part of our Intaleq family.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
||||||
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
||||||
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
||||||
@@ -1911,7 +1911,7 @@ final Map<String, String> es = {
|
|||||||
"We need your location to find nearby drivers for pickups and drop-offs.": "Necesitamos tu ubicación para encontrar conductores cercanos para recogidas y dejadas.",
|
"We need your location to find nearby drivers for pickups and drop-offs.": "Necesitamos tu ubicación para encontrar conductores cercanos para recogidas y dejadas.",
|
||||||
"We need your phone number to contact you and to help you receive orders.": "Necesitamos tu número de teléfono para contactarte y ayudarte a recibir pedidos.",
|
"We need your phone number to contact you and to help you receive orders.": "Necesitamos tu número de teléfono para contactarte y ayudarte a recibir pedidos.",
|
||||||
"We need your phone number to contact you and to help you.": "Necesitamos tu número de teléfono para contactarte y ayudarte.",
|
"We need your phone number to contact you and to help you.": "Necesitamos tu número de teléfono para contactarte y ayudarte.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We regret to inform you that another driver has accepted this order.": "Lamentamos informarte que otro conductor ha aceptado este pedido.",
|
"We regret to inform you that another driver has accepted this order.": "Lamentamos informarte que otro conductor ha aceptado este pedido.",
|
||||||
"We search nearst Driver to you": "Buscamos al conductor más cercano para ti",
|
"We search nearst Driver to you": "Buscamos al conductor más cercano para ti",
|
||||||
"We sent 5 digit to your Email provided": "Enviamos un código de 5 dígitos al correo electrónico proporcionado",
|
"We sent 5 digit to your Email provided": "Enviamos un código de 5 dígitos al correo electrónico proporcionado",
|
||||||
@@ -1929,12 +1929,12 @@ final Map<String, String> es = {
|
|||||||
"Welcome": "Welcome",
|
"Welcome": "Welcome",
|
||||||
"Welcome Back!": "¡Bienvenido de nuevo!",
|
"Welcome Back!": "¡Bienvenido de nuevo!",
|
||||||
"Welcome Offer!": "Welcome Offer!",
|
"Welcome Offer!": "Welcome Offer!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
||||||
"What are the requirements to become a driver?": "¿Cuáles son los requisitos para convertirse en conductor?",
|
"What are the requirements to become a driver?": "¿Cuáles son los requisitos para convertirse en conductor?",
|
||||||
"What is Types of Trips in Siro?": "What is Types of Trips in Siro?",
|
"What is Types of Trips in Siro?": "What is Types of Trips in Intaleq?",
|
||||||
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "¿Qué tipos de vehículos están disponibles?",
|
"What types of vehicles are available?": "¿Qué tipos de vehículos están disponibles?",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "Extractor de ubicación de WhatsApp",
|
"WhatsApp Location Extractor": "Extractor de ubicación de WhatsApp",
|
||||||
@@ -1946,9 +1946,9 @@ final Map<String, String> es = {
|
|||||||
"Where to": "A dónde",
|
"Where to": "A dónde",
|
||||||
"Where you want go": "Where you want go",
|
"Where you want go": "Where you want go",
|
||||||
"Which method you will pay": "Which method you will pay",
|
"Which method you will pay": "Which method you will pay",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Withdraw": "Withdraw",
|
"Withdraw": "Withdraw",
|
||||||
"Work": "Trabajo",
|
"Work": "Trabajo",
|
||||||
"Work & Contact": "Trabajo y contacto",
|
"Work & Contact": "Trabajo y contacto",
|
||||||
@@ -1972,7 +1972,7 @@ final Map<String, String> es = {
|
|||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, Pay": "Yes, Pay",
|
"Yes, Pay": "Yes, Pay",
|
||||||
"Yes, optimize": "Yes, optimize",
|
"Yes, optimize": "Yes, optimize",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Sí, puedes cancelar tu viaje, pero ten en cuenta que pueden aplicarse tarifas de cancelación dependiendo de cuánto tiempo antes canceles.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Sí, puedes cancelar tu viaje, pero ten en cuenta que pueden aplicarse tarifas de cancelación dependiendo de cuánto tiempo antes canceles.",
|
||||||
"You": "You",
|
"You": "You",
|
||||||
"You Are Stopped For this Day !": "¡Estás detenido por este día!",
|
"You Are Stopped For this Day !": "¡Estás detenido por este día!",
|
||||||
@@ -2024,7 +2024,7 @@ final Map<String, String> es = {
|
|||||||
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
||||||
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
||||||
"You can resend in": "Puedes reenviar en",
|
"You can resend in": "Puedes reenviar en",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "Puedes aumentar el precio para que el conductor acepte tu pedido",
|
"You can upgrade price to may driver accept your order": "Puedes aumentar el precio para que el conductor acepte tu pedido",
|
||||||
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
||||||
"You canceled VIP trip": "Cancelaste el viaje VIP",
|
"You canceled VIP trip": "Cancelaste el viaje VIP",
|
||||||
@@ -2171,8 +2171,8 @@ final Map<String, String> es = {
|
|||||||
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
||||||
"\\\${\"amount": "\\\${\"amount",
|
"\\\${\"amount": "\\\${\"amount",
|
||||||
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
||||||
"\\\${'*Siro APP CODE*": "\\\${'*Siro APP CODE*",
|
"\\\${'*Siro APP CODE*": "\\\${'*Intaleq APP CODE*",
|
||||||
"\\\${'*Siro DRIVER CODE*": "\\\${'*Siro DRIVER CODE*",
|
"\\\${'*Siro DRIVER CODE*": "\\\${'*Intaleq DRIVER CODE*",
|
||||||
"\\\${'Address": "\\\${'Address",
|
"\\\${'Address": "\\\${'Address",
|
||||||
"\\\${'Address: ": "\\\${'Address: ",
|
"\\\${'Address: ": "\\\${'Address: ",
|
||||||
"\\\${'Age": "\\\${'Age",
|
"\\\${'Age": "\\\${'Age",
|
||||||
@@ -2419,7 +2419,7 @@ final Map<String, String> es = {
|
|||||||
"login or register subtitle": "Inicia sesión o regístrate",
|
"login or register subtitle": "Inicia sesión o regístrate",
|
||||||
"m": "minutos",
|
"m": "minutos",
|
||||||
"m at the agreed-upon location": "m at the agreed-upon location",
|
"m at the agreed-upon location": "m at the agreed-upon location",
|
||||||
"m inviting you to try Siro.": "m inviting you to try Siro.",
|
"m inviting you to try Siro.": "m inviting you to try Intaleq.",
|
||||||
"m waiting for you": "m waiting for you",
|
"m waiting for you": "m waiting for you",
|
||||||
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
||||||
"message From Driver": "Mensaje del conductor",
|
"message From Driver": "Mensaje del conductor",
|
||||||
@@ -2475,16 +2475,16 @@ final Map<String, String> es = {
|
|||||||
"s Promo": "s Promo",
|
"s Promo": "s Promo",
|
||||||
"s Promos": "s Promos",
|
"s Promos": "s Promos",
|
||||||
"s Response": "s Response",
|
"s Response": "s Response",
|
||||||
"s Siro account.": "s Siro account.",
|
"s Siro account.": "s Intaleq account.",
|
||||||
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Intaleq account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
||||||
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
||||||
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
||||||
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
||||||
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
||||||
"s phone": "s phone",
|
"s phone": "s phone",
|
||||||
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
||||||
"s time to check the Siro app!": "s time to check the Siro app!",
|
"s time to check the Siro app!": "s time to check the Intaleq app!",
|
||||||
"safe_and_comfortable": "Disfruta de un viaje seguro y cómodo.",
|
"safe_and_comfortable": "Disfruta de un viaje seguro y cómodo.",
|
||||||
"scams operations": "scams operations",
|
"scams operations": "scams operations",
|
||||||
"scan Car License.": "scan Car License.",
|
"scan Car License.": "scan Car License.",
|
||||||
@@ -2513,7 +2513,7 @@ final Map<String, String> es = {
|
|||||||
"t have a phone number.": "t have a phone number.",
|
"t have a phone number.": "t have a phone number.",
|
||||||
"t have a reason": "t have a reason",
|
"t have a reason": "t have a reason",
|
||||||
"t have account": "t have account",
|
"t have account": "t have account",
|
||||||
"t have enough money in your Siro wallet": "t have enough money in your Siro wallet",
|
"t have enough money in your Siro wallet": "t have enough money in your Intaleq wallet",
|
||||||
"t moved sufficiently!": "t moved sufficiently!",
|
"t moved sufficiently!": "t moved sufficiently!",
|
||||||
"t need a ride anymore": "t need a ride anymore",
|
"t need a ride anymore": "t need a ride anymore",
|
||||||
"t return to use app after 1 month": "t return to use app after 1 month",
|
"t return to use app after 1 month": "t return to use app after 1 month",
|
||||||
@@ -2563,10 +2563,10 @@ final Map<String, String> es = {
|
|||||||
"wallet due to a previous trip.": "billetera debido a un viaje anterior.",
|
"wallet due to a previous trip.": "billetera debido a un viaje anterior.",
|
||||||
"wallet_credited_message": "wallet_credited_message",
|
"wallet_credited_message": "wallet_credited_message",
|
||||||
"wallet_updated": "wallet_updated",
|
"wallet_updated": "wallet_updated",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "Bienvenido",
|
"welcome user": "Bienvenido",
|
||||||
"welcome_message": "Bienvenido a Intaleq!",
|
"welcome_message": "Bienvenido a Intaleq!",
|
||||||
"welcome_to_siro": "welcome_to_siro",
|
"welcome_to_siro": "welcome_to_intaleq",
|
||||||
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
||||||
"with license plate": "with license plate",
|
"with license plate": "with license plate",
|
||||||
"with type": "con tipo",
|
"with type": "con tipo",
|
||||||
@@ -2590,7 +2590,7 @@ final Map<String, String> es = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you must insert token code ": "you must insert token code ",
|
"you must insert token code ": "you must insert token code ",
|
||||||
"you will pay to Driver": "pagarás al conductor",
|
"you will pay to Driver": "pagarás al conductor",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"you will use this device?": "you will use this device?",
|
"you will use this device?": "you will use this device?",
|
||||||
"your ride is Accepted": "tu viaje ha sido aceptado",
|
"your ride is Accepted": "tu viaje ha sido aceptado",
|
||||||
"your ride is applied": "tu viaje ha sido aplicado",
|
"your ride is applied": "tu viaje ha sido aplicado",
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ final Map<String, String> fa = {
|
|||||||
"\${\"You must leave at least": "\${\"You must leave at least",
|
"\${\"You must leave at least": "\${\"You must leave at least",
|
||||||
"\${\"amount": "\${\"amount",
|
"\${\"amount": "\${\"amount",
|
||||||
"\${\"transaction_id": "\${\"transaction_id",
|
"\${\"transaction_id": "\${\"transaction_id",
|
||||||
"\${'*Siro APP CODE*": "\${'*Siro APP CODE*",
|
"\${'*Siro APP CODE*": "\${'*Intaleq APP CODE*",
|
||||||
"\${'*Siro DRIVER CODE*": "\${'*Siro DRIVER CODE*",
|
"\${'*Siro DRIVER CODE*": "\${'*Intaleq DRIVER CODE*",
|
||||||
"\${'Address": "\${'Address",
|
"\${'Address": "\${'Address",
|
||||||
"\${'Address: ": "\${'Address: ",
|
"\${'Address: ": "\${'Address: ",
|
||||||
"\${'Age": "\${'Age",
|
"\${'Age": "\${'Age",
|
||||||
@@ -117,8 +117,8 @@ final Map<String, String> fa = {
|
|||||||
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
||||||
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
||||||
")[1]}": ")[1]}",
|
")[1]}": ")[1]}",
|
||||||
"*Siro APP CODE*": "*Siro APP CODE*",
|
"*Siro APP CODE*": "*Intaleq APP CODE*",
|
||||||
"*Siro DRIVER CODE*": "*Siro DRIVER CODE*",
|
"*Siro DRIVER CODE*": "*Intaleq DRIVER CODE*",
|
||||||
"--": "--",
|
"--": "--",
|
||||||
"-1% commission": "-1% commission",
|
"-1% commission": "-1% commission",
|
||||||
"-2% commission": "-2% commission",
|
"-2% commission": "-2% commission",
|
||||||
@@ -540,7 +540,7 @@ final Map<String, String> fa = {
|
|||||||
"Day Off": "Day Off",
|
"Day Off": "Day Off",
|
||||||
"Day Streak": "Day Streak",
|
"Day Streak": "Day Streak",
|
||||||
"Days": "روزها",
|
"Days": "روزها",
|
||||||
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,",
|
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nIntaleq ,",
|
||||||
"Debit": "Debit",
|
"Debit": "Debit",
|
||||||
"Debit Card": "Debit Card",
|
"Debit Card": "Debit Card",
|
||||||
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
||||||
@@ -580,8 +580,8 @@ final Map<String, String> fa = {
|
|||||||
"Don't have an account? Register": "Don't have an account? Register",
|
"Don't have an account? Register": "Don't have an account? Register",
|
||||||
"Done": "انجام شد",
|
"Done": "انجام شد",
|
||||||
"Don’t forget your personal belongings.": "وسایل شخصی خود را جا نگذارید.",
|
"Don’t forget your personal belongings.": "وسایل شخصی خود را جا نگذارید.",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "اپلیکیشن را دانلود کنید:",
|
"Download the app now:": "اپلیکیشن را دانلود کنید:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "راننده",
|
"Driver": "راننده",
|
||||||
@@ -703,7 +703,7 @@ final Map<String, String> fa = {
|
|||||||
"Evening": "عصر",
|
"Evening": "عصر",
|
||||||
"Excellent": "Excellent",
|
"Excellent": "Excellent",
|
||||||
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Exit": "Exit",
|
"Exit": "Exit",
|
||||||
"Exit Ride?": "Exit Ride?",
|
"Exit Ride?": "Exit Ride?",
|
||||||
"Expiration Date": "تاریخ انقضا",
|
"Expiration Date": "تاریخ انقضا",
|
||||||
@@ -750,8 +750,8 @@ final Map<String, String> fa = {
|
|||||||
"Flag-down fee": "ورودی",
|
"Flag-down fee": "ورودی",
|
||||||
"For Drivers": "برای رانندگان",
|
"For Drivers": "برای رانندگان",
|
||||||
"For Egypt": "For Egypt",
|
"For Egypt": "For Egypt",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
"Frequently Asked Questions": "سوالات متداول",
|
"Frequently Asked Questions": "سوالات متداول",
|
||||||
"Frequently Questions": "سوالات متداول",
|
"Frequently Questions": "سوالات متداول",
|
||||||
@@ -773,7 +773,7 @@ final Map<String, String> fa = {
|
|||||||
"Get": "Get",
|
"Get": "Get",
|
||||||
"Get Details of Trip": "دریافت جزئیات سفر",
|
"Get Details of Trip": "دریافت جزئیات سفر",
|
||||||
"Get Direction": "مسیریابی",
|
"Get Direction": "مسیریابی",
|
||||||
"Get a discount on your first Siro ride!": "Get a discount on your first Siro ride!",
|
"Get a discount on your first Siro ride!": "Get a discount on your first Intaleq ride!",
|
||||||
"Get features for your country": "Get features for your country",
|
"Get features for your country": "Get features for your country",
|
||||||
"Get it Now!": "همین الان بگیر!",
|
"Get it Now!": "همین الان بگیر!",
|
||||||
"Get to your destination quickly and easily.": "سریع و آسان به مقصد برسید.",
|
"Get to your destination quickly and easily.": "سریع و آسان به مقصد برسید.",
|
||||||
@@ -838,7 +838,7 @@ final Map<String, String> fa = {
|
|||||||
"How much do you want to earn today?": "How much do you want to earn today?",
|
"How much do you want to earn today?": "How much do you want to earn today?",
|
||||||
"How much longer will you be?": "How much longer will you be?",
|
"How much longer will you be?": "How much longer will you be?",
|
||||||
"How to use App": "How to use App",
|
"How to use App": "How to use App",
|
||||||
"How to use Siro": "How to use Siro",
|
"How to use Siro": "How to use Intaleq",
|
||||||
"How was the passenger?": "How was the passenger?",
|
"How was the passenger?": "How was the passenger?",
|
||||||
"How was your trip with": "How was your trip with",
|
"How was your trip with": "How was your trip with",
|
||||||
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
||||||
@@ -922,7 +922,7 @@ final Map<String, String> fa = {
|
|||||||
"IssueDate": "تاریخ صدور",
|
"IssueDate": "تاریخ صدور",
|
||||||
"JOD": "تومان",
|
"JOD": "تومان",
|
||||||
"Join": "پیوستن",
|
"Join": "پیوستن",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Jordan": "اردن",
|
"Jordan": "اردن",
|
||||||
"Just now": "Just now",
|
"Just now": "Just now",
|
||||||
"KM": "کیلومتر",
|
"KM": "کیلومتر",
|
||||||
@@ -1144,7 +1144,7 @@ final Map<String, String> fa = {
|
|||||||
"Order Applied": "درخواست ثبت شد",
|
"Order Applied": "درخواست ثبت شد",
|
||||||
"Order Cancelled": "Order Cancelled",
|
"Order Cancelled": "Order Cancelled",
|
||||||
"Order Cancelled by Passenger": "لغو توسط مسافر",
|
"Order Cancelled by Passenger": "لغو توسط مسافر",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "تاریخچه سفارشها",
|
"Order History": "تاریخچه سفارشها",
|
||||||
"Order ID": "Order ID",
|
"Order ID": "Order ID",
|
||||||
"Order Request Page": "صفحه درخواست سفر",
|
"Order Request Page": "صفحه درخواست سفر",
|
||||||
@@ -1195,7 +1195,7 @@ final Map<String, String> fa = {
|
|||||||
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
||||||
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
||||||
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
||||||
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: siroapp)",
|
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: intaleqapp)",
|
||||||
"Pay with Credit Card": "پرداخت با کارت اعتباری",
|
"Pay with Credit Card": "پرداخت با کارت اعتباری",
|
||||||
"Pay with Debit Card": "Pay with Debit Card",
|
"Pay with Debit Card": "Pay with Debit Card",
|
||||||
"Pay with Wallet": "پرداخت با کیف پول",
|
"Pay with Wallet": "پرداخت با کیف پول",
|
||||||
@@ -1287,7 +1287,7 @@ final Map<String, String> fa = {
|
|||||||
"Please help! Contact me as soon as possible.": "کمک! سریعاً تماس بگیرید.",
|
"Please help! Contact me as soon as possible.": "کمک! سریعاً تماس بگیرید.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "لطفاً مطمئن شوید هیچ وسیله شخصی در خودرو جا نماند.",
|
"Please make sure not to leave any personal belongings in the car.": "لطفاً مطمئن شوید هیچ وسیله شخصی در خودرو جا نماند.",
|
||||||
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
||||||
"Please put your licence in these border": "گواهینامه را در کادر قرار دهید",
|
"Please put your licence in these border": "گواهینامه را در کادر قرار دهید",
|
||||||
@@ -1297,7 +1297,7 @@ final Map<String, String> fa = {
|
|||||||
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
||||||
"Please stay on the picked point.": "لطفاً در نقطه انتخاب شده بمانید.",
|
"Please stay on the picked point.": "لطفاً در نقطه انتخاب شده بمانید.",
|
||||||
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
||||||
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: siroapp",
|
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: intaleqapp",
|
||||||
"Please try again in a few moments": "Please try again in a few moments",
|
"Please try again in a few moments": "Please try again in a few moments",
|
||||||
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
||||||
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
||||||
@@ -1479,7 +1479,7 @@ final Map<String, String> fa = {
|
|||||||
"Send Email": "Send Email",
|
"Send Email": "Send Email",
|
||||||
"Send Invite": "ارسال دعوتنامه",
|
"Send Invite": "ارسال دعوتنامه",
|
||||||
"Send Message": "Send Message",
|
"Send Message": "Send Message",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "ارسال کد تأیید",
|
"Send Verfication Code": "ارسال کد تأیید",
|
||||||
"Send Verification Code": "ارسال کد تأیید",
|
"Send Verification Code": "ارسال کد تأیید",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1533,34 +1533,34 @@ final Map<String, String> fa = {
|
|||||||
"Sign in with Google for easier email and name entry": "ورود با گوگل برای سهولت",
|
"Sign in with Google for easier email and name entry": "ورود با گوگل برای سهولت",
|
||||||
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
||||||
"Silver badge": "Silver badge",
|
"Silver badge": "Silver badge",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro DRIVER CODE": "Siro DRIVER CODE",
|
"Siro DRIVER CODE": "Intaleq DRIVER CODE",
|
||||||
"Siro Driver": "Siro Driver",
|
"Siro Driver": "Intaleq Driver",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro LLC\\n\${'Syria": "Siro LLC\\n\${'Syria",
|
"Siro LLC\\n\${'Syria": "Intaleq LLC\\n\${'Syria",
|
||||||
"Siro LLC\\n\\\${'Syria": "Siro LLC\\n\\\${'Syria",
|
"Siro LLC\\n\\\${'Syria": "Intaleq LLC\\n\\\${'Syria",
|
||||||
"Siro Order": "Siro Order",
|
"Siro Order": "Intaleq Order",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Reminder": "Siro Reminder",
|
"Siro Reminder": "Intaleq Reminder",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro Wallet Features:": "Siro Wallet Features:",
|
"Siro Wallet Features:": "Intaleq Wallet Features:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Siro123": "Siro123",
|
"Siro123": "Intaleq123",
|
||||||
"Siro: For fixed salary and endpoints.": "Siro: For fixed salary and endpoints.",
|
"Siro: For fixed salary and endpoints.": "Intaleq: For fixed salary and endpoints.",
|
||||||
"Slide to End Trip": "Slide to End Trip",
|
"Slide to End Trip": "Slide to End Trip",
|
||||||
"So go and gain your money": "So go and gain your money",
|
"So go and gain your money": "So go and gain your money",
|
||||||
"Social Butterfly": "Social Butterfly",
|
"Social Butterfly": "Social Butterfly",
|
||||||
@@ -1590,7 +1590,7 @@ final Map<String, String> fa = {
|
|||||||
"Status": "Status",
|
"Status": "Status",
|
||||||
"Status is": "Status is",
|
"Status is": "Status is",
|
||||||
"Stay": "Stay",
|
"Stay": "Stay",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
||||||
"Submission Failed": "Submission Failed",
|
"Submission Failed": "Submission Failed",
|
||||||
@@ -1710,8 +1710,8 @@ final Map<String, String> fa = {
|
|||||||
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
||||||
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
||||||
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Siro app...",
|
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Intaleq app...",
|
||||||
"To change Language the App": "To change Language the App",
|
"To change Language the App": "To change Language the App",
|
||||||
"To change some Settings": "برای تغییر برخی تنظیمات",
|
"To change some Settings": "برای تغییر برخی تنظیمات",
|
||||||
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
||||||
@@ -1719,7 +1719,7 @@ final Map<String, String> fa = {
|
|||||||
"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.": "لطفاً کشور خود را انتخاب کنید تا اطلاعات دقیق دریافت کنید.",
|
||||||
"To get a gift for both": "To get a gift for both",
|
"To get a gift for both": "To get a gift for both",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "برای ارائه بهترین خدمات، باید بدانیم کجا هستید. موقعیت شما برای یافتن رانندگان نزدیک استفاده میشود.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "برای ارائه بهترین خدمات، باید بدانیم کجا هستید. موقعیت شما برای یافتن رانندگان نزدیک استفاده میشود.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "برای استفاده از کیف پول آن را شارژ کنید",
|
"To use Wallet charge it": "برای استفاده از کیف پول آن را شارژ کنید",
|
||||||
"Today": "Today",
|
"Today": "Today",
|
||||||
"Today Overview": "Today Overview",
|
"Today Overview": "Today Overview",
|
||||||
@@ -1809,7 +1809,7 @@ final Map<String, String> fa = {
|
|||||||
"Type your Email": "ایمیل خود را وارد کنید",
|
"Type your Email": "ایمیل خود را وارد کنید",
|
||||||
"Type your message": "پیام خود را بنویسید",
|
"Type your message": "پیام خود را بنویسید",
|
||||||
"Type your message...": "Type your message...",
|
"Type your message...": "Type your message...",
|
||||||
"Types of Trips in Siro:": "Types of Trips in Siro:",
|
"Types of Trips in Siro:": "Types of Trips in Intaleq:",
|
||||||
"USA": "آمریکا",
|
"USA": "آمریکا",
|
||||||
"Uncompromising Security": "امنیت بی چون و چرا",
|
"Uncompromising Security": "امنیت بی چون و چرا",
|
||||||
"Unknown": "Unknown",
|
"Unknown": "Unknown",
|
||||||
@@ -1868,7 +1868,7 @@ final Map<String, String> fa = {
|
|||||||
"View your past transactions": "مشاهده تراکنشهای قبلی",
|
"View your past transactions": "مشاهده تراکنشهای قبلی",
|
||||||
"Visa": "Visa",
|
"Visa": "Visa",
|
||||||
"Visit Website/Contact Support": "مشاهده وبسایت / تماس با پشتیبانی",
|
"Visit Website/Contact Support": "مشاهده وبسایت / تماس با پشتیبانی",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Calling": "Voice Calling",
|
"Voice Calling": "Voice Calling",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for timer": "Wait for timer",
|
"Wait for timer": "Wait for timer",
|
||||||
@@ -1891,7 +1891,7 @@ final Map<String, String> fa = {
|
|||||||
"Wallet is blocked": "کیف پول مسدود شده است",
|
"Wallet is blocked": "کیف پول مسدود شده است",
|
||||||
"Wallet!": "کیف پول!",
|
"Wallet!": "کیف پول!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "هشدار: سرعت غیرمجاز تشخیص داده شد!",
|
"Warning: Speeding detected!": "هشدار: سرعت غیرمجاز تشخیص داده شد!",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "متاسفیم، در موقعیت شما خودرویی نداریم!",
|
"We Are Sorry That we dont have cars in your Location!": "متاسفیم، در موقعیت شما خودرویی نداریم!",
|
||||||
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
||||||
@@ -1901,7 +1901,7 @@ final Map<String, String> fa = {
|
|||||||
"We are searching for the nearest driver": "جستجوی نزدیکترین راننده",
|
"We are searching for the nearest driver": "جستجوی نزدیکترین راننده",
|
||||||
"We are searching for the nearest driver to you": "در حال جستجو برای نزدیکترین راننده به شما",
|
"We are searching for the nearest driver to you": "در حال جستجو برای نزدیکترین راننده به شما",
|
||||||
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "ما شما را به نزدیکترین رانندگان متصل میکنیم.",
|
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "ما شما را به نزدیکترین رانندگان متصل میکنیم.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Intaleq app and be part of our Intaleq family.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
||||||
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
||||||
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
||||||
@@ -1911,7 +1911,7 @@ final Map<String, String> fa = {
|
|||||||
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
||||||
"We need your phone number to contact you and to help you receive orders.": "برای دریافت سفارشات به شماره تلفن نیاز داریم.",
|
"We need your phone number to contact you and to help you receive orders.": "برای دریافت سفارشات به شماره تلفن نیاز داریم.",
|
||||||
"We need your phone number to contact you and to help you.": "برای تماس و کمک به شما به شماره تلفن نیاز داریم.",
|
"We need your phone number to contact you and to help you.": "برای تماس و کمک به شما به شماره تلفن نیاز داریم.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We regret to inform you that another driver has accepted this order.": "متاسفیم، راننده دیگری این درخواست را پذیرفته است.",
|
"We regret to inform you that another driver has accepted this order.": "متاسفیم، راننده دیگری این درخواست را پذیرفته است.",
|
||||||
"We search nearst Driver to you": "جستجوی نزدیکترین راننده",
|
"We search nearst Driver to you": "جستجوی نزدیکترین راننده",
|
||||||
"We sent 5 digit to your Email provided": "کد ۵ رقمی به ایمیل شما ارسال شد",
|
"We sent 5 digit to your Email provided": "کد ۵ رقمی به ایمیل شما ارسال شد",
|
||||||
@@ -1929,12 +1929,12 @@ final Map<String, String> fa = {
|
|||||||
"Welcome": "Welcome",
|
"Welcome": "Welcome",
|
||||||
"Welcome Back!": "خوش آمدید!",
|
"Welcome Back!": "خوش آمدید!",
|
||||||
"Welcome Offer!": "Welcome Offer!",
|
"Welcome Offer!": "Welcome Offer!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
||||||
"What are the requirements to become a driver?": "شرایط راننده شدن چیست؟",
|
"What are the requirements to become a driver?": "شرایط راننده شدن چیست؟",
|
||||||
"What is Types of Trips in Siro?": "What is Types of Trips in Siro?",
|
"What is Types of Trips in Siro?": "What is Types of Trips in Intaleq?",
|
||||||
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "چه نوع خودروهایی موجود است؟",
|
"What types of vehicles are available?": "چه نوع خودروهایی موجود است؟",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "استخراج موقعیت واتساپ",
|
"WhatsApp Location Extractor": "استخراج موقعیت واتساپ",
|
||||||
@@ -1946,9 +1946,9 @@ final Map<String, String> fa = {
|
|||||||
"Where to": "کجا میروید؟",
|
"Where to": "کجا میروید؟",
|
||||||
"Where you want go": "Where you want go",
|
"Where you want go": "Where you want go",
|
||||||
"Which method you will pay": "Which method you will pay",
|
"Which method you will pay": "Which method you will pay",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Withdraw": "Withdraw",
|
"Withdraw": "Withdraw",
|
||||||
"Work": "محل کار",
|
"Work": "محل کار",
|
||||||
"Work & Contact": "کار و تماس",
|
"Work & Contact": "کار و تماس",
|
||||||
@@ -1972,7 +1972,7 @@ final Map<String, String> fa = {
|
|||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, Pay": "Yes, Pay",
|
"Yes, Pay": "Yes, Pay",
|
||||||
"Yes, optimize": "Yes, optimize",
|
"Yes, optimize": "Yes, optimize",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "بله، میتوانید سفر را لغو کنید (ممکن است هزینه داشته باشد).",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "بله، میتوانید سفر را لغو کنید (ممکن است هزینه داشته باشد).",
|
||||||
"You": "You",
|
"You": "You",
|
||||||
"You Are Stopped For this Day !": "برای امروز متوقف شدید!",
|
"You Are Stopped For this Day !": "برای امروز متوقف شدید!",
|
||||||
@@ -2024,7 +2024,7 @@ final Map<String, String> fa = {
|
|||||||
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
||||||
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
||||||
"You can resend in": "ارسال مجدد در",
|
"You can resend in": "ارسال مجدد در",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
||||||
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
||||||
"You canceled VIP trip": "You canceled VIP trip",
|
"You canceled VIP trip": "You canceled VIP trip",
|
||||||
@@ -2171,8 +2171,8 @@ final Map<String, String> fa = {
|
|||||||
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
||||||
"\\\${\"amount": "\\\${\"amount",
|
"\\\${\"amount": "\\\${\"amount",
|
||||||
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
||||||
"\\\${'*Siro APP CODE*": "\\\${'*Siro APP CODE*",
|
"\\\${'*Siro APP CODE*": "\\\${'*Intaleq APP CODE*",
|
||||||
"\\\${'*Siro DRIVER CODE*": "\\\${'*Siro DRIVER CODE*",
|
"\\\${'*Siro DRIVER CODE*": "\\\${'*Intaleq DRIVER CODE*",
|
||||||
"\\\${'Address": "\\\${'Address",
|
"\\\${'Address": "\\\${'Address",
|
||||||
"\\\${'Address: ": "\\\${'Address: ",
|
"\\\${'Address: ": "\\\${'Address: ",
|
||||||
"\\\${'Age": "\\\${'Age",
|
"\\\${'Age": "\\\${'Age",
|
||||||
@@ -2419,7 +2419,7 @@ final Map<String, String> fa = {
|
|||||||
"login or register subtitle": "برای ورود یا ثبت نام شماره موبایل خود را وارد کنید",
|
"login or register subtitle": "برای ورود یا ثبت نام شماره موبایل خود را وارد کنید",
|
||||||
"m": "د",
|
"m": "د",
|
||||||
"m at the agreed-upon location": "m at the agreed-upon location",
|
"m at the agreed-upon location": "m at the agreed-upon location",
|
||||||
"m inviting you to try Siro.": "m inviting you to try Siro.",
|
"m inviting you to try Siro.": "m inviting you to try Intaleq.",
|
||||||
"m waiting for you": "m waiting for you",
|
"m waiting for you": "m waiting for you",
|
||||||
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
||||||
"message From Driver": "پیام از راننده",
|
"message From Driver": "پیام از راننده",
|
||||||
@@ -2475,16 +2475,16 @@ final Map<String, String> fa = {
|
|||||||
"s Promo": "s Promo",
|
"s Promo": "s Promo",
|
||||||
"s Promos": "s Promos",
|
"s Promos": "s Promos",
|
||||||
"s Response": "s Response",
|
"s Response": "s Response",
|
||||||
"s Siro account.": "s Siro account.",
|
"s Siro account.": "s Intaleq account.",
|
||||||
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Intaleq account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
||||||
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
||||||
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
||||||
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
||||||
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
||||||
"s phone": "s phone",
|
"s phone": "s phone",
|
||||||
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
||||||
"s time to check the Siro app!": "s time to check the Siro app!",
|
"s time to check the Siro app!": "s time to check the Intaleq app!",
|
||||||
"safe_and_comfortable": "از سفری امن و راحت لذت ببرید.",
|
"safe_and_comfortable": "از سفری امن و راحت لذت ببرید.",
|
||||||
"scams operations": "scams operations",
|
"scams operations": "scams operations",
|
||||||
"scan Car License.": "scan Car License.",
|
"scan Car License.": "scan Car License.",
|
||||||
@@ -2513,7 +2513,7 @@ final Map<String, String> fa = {
|
|||||||
"t have a phone number.": "t have a phone number.",
|
"t have a phone number.": "t have a phone number.",
|
||||||
"t have a reason": "t have a reason",
|
"t have a reason": "t have a reason",
|
||||||
"t have account": "t have account",
|
"t have account": "t have account",
|
||||||
"t have enough money in your Siro wallet": "t have enough money in your Siro wallet",
|
"t have enough money in your Siro wallet": "t have enough money in your Intaleq wallet",
|
||||||
"t moved sufficiently!": "t moved sufficiently!",
|
"t moved sufficiently!": "t moved sufficiently!",
|
||||||
"t need a ride anymore": "t need a ride anymore",
|
"t need a ride anymore": "t need a ride anymore",
|
||||||
"t return to use app after 1 month": "t return to use app after 1 month",
|
"t return to use app after 1 month": "t return to use app after 1 month",
|
||||||
@@ -2563,10 +2563,10 @@ final Map<String, String> fa = {
|
|||||||
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
||||||
"wallet_credited_message": "wallet_credited_message",
|
"wallet_credited_message": "wallet_credited_message",
|
||||||
"wallet_updated": "wallet_updated",
|
"wallet_updated": "wallet_updated",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "خوش آمدید، @firstName!",
|
"welcome user": "خوش آمدید، @firstName!",
|
||||||
"welcome_message": "به Intaleq خوش آمدید!",
|
"welcome_message": "به Intaleq خوش آمدید!",
|
||||||
"welcome_to_siro": "welcome_to_siro",
|
"welcome_to_siro": "welcome_to_intaleq",
|
||||||
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
||||||
"with license plate": "with license plate",
|
"with license plate": "with license plate",
|
||||||
"with type": "with type",
|
"with type": "with type",
|
||||||
@@ -2590,7 +2590,7 @@ final Map<String, String> fa = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you must insert token code ": "you must insert token code ",
|
"you must insert token code ": "you must insert token code ",
|
||||||
"you will pay to Driver": "شما به راننده پرداخت میکنید",
|
"you will pay to Driver": "شما به راننده پرداخت میکنید",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"you will use this device?": "you will use this device?",
|
"you will use this device?": "you will use this device?",
|
||||||
"your ride is Accepted": "سفر شما پذیرفته شد",
|
"your ride is Accepted": "سفر شما پذیرفته شد",
|
||||||
"your ride is applied": "سفر شما ثبت شد",
|
"your ride is applied": "سفر شما ثبت شد",
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ final Map<String, String> fr = {
|
|||||||
"\${\"You must leave at least": "\${\"You must leave at least",
|
"\${\"You must leave at least": "\${\"You must leave at least",
|
||||||
"\${\"amount": "\${\"amount",
|
"\${\"amount": "\${\"amount",
|
||||||
"\${\"transaction_id": "\${\"transaction_id",
|
"\${\"transaction_id": "\${\"transaction_id",
|
||||||
"\${'*Siro APP CODE*": "\${'*Siro APP CODE*",
|
"\${'*Siro APP CODE*": "\${'*Intaleq APP CODE*",
|
||||||
"\${'*Siro DRIVER CODE*": "\${'*Siro DRIVER CODE*",
|
"\${'*Siro DRIVER CODE*": "\${'*Intaleq DRIVER CODE*",
|
||||||
"\${'Address": "\${'Address",
|
"\${'Address": "\${'Address",
|
||||||
"\${'Address: ": "\${'Address: ",
|
"\${'Address: ": "\${'Address: ",
|
||||||
"\${'Age": "\${'Age",
|
"\${'Age": "\${'Age",
|
||||||
@@ -117,8 +117,8 @@ final Map<String, String> fr = {
|
|||||||
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
||||||
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
||||||
")[1]}": ")[1]}",
|
")[1]}": ")[1]}",
|
||||||
"*Siro APP CODE*": "*Siro APP CODE*",
|
"*Siro APP CODE*": "*Intaleq APP CODE*",
|
||||||
"*Siro DRIVER CODE*": "*Siro DRIVER CODE*",
|
"*Siro DRIVER CODE*": "*Intaleq DRIVER CODE*",
|
||||||
"--": "--",
|
"--": "--",
|
||||||
"-1% commission": "-1% commission",
|
"-1% commission": "-1% commission",
|
||||||
"-2% commission": "-2% commission",
|
"-2% commission": "-2% commission",
|
||||||
@@ -540,7 +540,7 @@ final Map<String, String> fr = {
|
|||||||
"Day Off": "Day Off",
|
"Day Off": "Day Off",
|
||||||
"Day Streak": "Day Streak",
|
"Day Streak": "Day Streak",
|
||||||
"Days": "Jours",
|
"Days": "Jours",
|
||||||
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,",
|
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nIntaleq ,",
|
||||||
"Debit": "Debit",
|
"Debit": "Debit",
|
||||||
"Debit Card": "Debit Card",
|
"Debit Card": "Debit Card",
|
||||||
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
||||||
@@ -580,8 +580,8 @@ final Map<String, String> fr = {
|
|||||||
"Don't have an account? Register": "Don't have an account? Register",
|
"Don't have an account? Register": "Don't have an account? Register",
|
||||||
"Done": "Fait",
|
"Done": "Fait",
|
||||||
"Don’t forget your personal belongings.": "N'oubliez pas vos effets personnels.",
|
"Don’t forget your personal belongings.": "N'oubliez pas vos effets personnels.",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "Téléchargez l'application :",
|
"Download the app now:": "Téléchargez l'application :",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "Chauffeur",
|
"Driver": "Chauffeur",
|
||||||
@@ -703,7 +703,7 @@ final Map<String, String> fr = {
|
|||||||
"Evening": "Soir",
|
"Evening": "Soir",
|
||||||
"Excellent": "Excellent",
|
"Excellent": "Excellent",
|
||||||
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Exit": "Exit",
|
"Exit": "Exit",
|
||||||
"Exit Ride?": "Exit Ride?",
|
"Exit Ride?": "Exit Ride?",
|
||||||
"Expiration Date": "Date d'expiration",
|
"Expiration Date": "Date d'expiration",
|
||||||
@@ -750,8 +750,8 @@ final Map<String, String> fr = {
|
|||||||
"Flag-down fee": "Prise en charge",
|
"Flag-down fee": "Prise en charge",
|
||||||
"For Drivers": "Pour les chauffeurs",
|
"For Drivers": "Pour les chauffeurs",
|
||||||
"For Egypt": "For Egypt",
|
"For Egypt": "For Egypt",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
"Frequently Asked Questions": "Questions Fréquemment Posées",
|
"Frequently Asked Questions": "Questions Fréquemment Posées",
|
||||||
"Frequently Questions": "Questions Fréquentes",
|
"Frequently Questions": "Questions Fréquentes",
|
||||||
@@ -773,7 +773,7 @@ final Map<String, String> fr = {
|
|||||||
"Get": "Get",
|
"Get": "Get",
|
||||||
"Get Details of Trip": "Obtenir les détails du trajet",
|
"Get Details of Trip": "Obtenir les détails du trajet",
|
||||||
"Get Direction": "Obtenir l'itinéraire",
|
"Get Direction": "Obtenir l'itinéraire",
|
||||||
"Get a discount on your first Siro ride!": "Get a discount on your first Siro ride!",
|
"Get a discount on your first Siro ride!": "Get a discount on your first Intaleq ride!",
|
||||||
"Get features for your country": "Get features for your country",
|
"Get features for your country": "Get features for your country",
|
||||||
"Get it Now!": "Obtenez-le maintenant !",
|
"Get it Now!": "Obtenez-le maintenant !",
|
||||||
"Get to your destination quickly and easily.": "Arrivez à destination rapidement et facilement.",
|
"Get to your destination quickly and easily.": "Arrivez à destination rapidement et facilement.",
|
||||||
@@ -838,7 +838,7 @@ final Map<String, String> fr = {
|
|||||||
"How much do you want to earn today?": "How much do you want to earn today?",
|
"How much do you want to earn today?": "How much do you want to earn today?",
|
||||||
"How much longer will you be?": "How much longer will you be?",
|
"How much longer will you be?": "How much longer will you be?",
|
||||||
"How to use App": "How to use App",
|
"How to use App": "How to use App",
|
||||||
"How to use Siro": "How to use Siro",
|
"How to use Siro": "How to use Intaleq",
|
||||||
"How was the passenger?": "How was the passenger?",
|
"How was the passenger?": "How was the passenger?",
|
||||||
"How was your trip with": "How was your trip with",
|
"How was your trip with": "How was your trip with",
|
||||||
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
||||||
@@ -922,7 +922,7 @@ final Map<String, String> fr = {
|
|||||||
"IssueDate": "Date d'émission",
|
"IssueDate": "Date d'émission",
|
||||||
"JOD": "€",
|
"JOD": "€",
|
||||||
"Join": "Rejoindre",
|
"Join": "Rejoindre",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Jordan": "Jordanie",
|
"Jordan": "Jordanie",
|
||||||
"Just now": "Just now",
|
"Just now": "Just now",
|
||||||
"KM": "KM",
|
"KM": "KM",
|
||||||
@@ -1144,7 +1144,7 @@ final Map<String, String> fr = {
|
|||||||
"Order Applied": "Commande passée",
|
"Order Applied": "Commande passée",
|
||||||
"Order Cancelled": "Order Cancelled",
|
"Order Cancelled": "Order Cancelled",
|
||||||
"Order Cancelled by Passenger": "Commande annulée par le passager",
|
"Order Cancelled by Passenger": "Commande annulée par le passager",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "Historique des commandes",
|
"Order History": "Historique des commandes",
|
||||||
"Order ID": "Order ID",
|
"Order ID": "Order ID",
|
||||||
"Order Request Page": "Page de demande de commande",
|
"Order Request Page": "Page de demande de commande",
|
||||||
@@ -1195,7 +1195,7 @@ final Map<String, String> fr = {
|
|||||||
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
||||||
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
||||||
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
||||||
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: siroapp)",
|
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: intaleqapp)",
|
||||||
"Pay with Credit Card": "Payer par carte de crédit",
|
"Pay with Credit Card": "Payer par carte de crédit",
|
||||||
"Pay with Debit Card": "Pay with Debit Card",
|
"Pay with Debit Card": "Pay with Debit Card",
|
||||||
"Pay with Wallet": "Payer avec le portefeuille",
|
"Pay with Wallet": "Payer avec le portefeuille",
|
||||||
@@ -1287,7 +1287,7 @@ final Map<String, String> fr = {
|
|||||||
"Please help! Contact me as soon as possible.": "Aidez-moi ! Contactez-moi dès que possible.",
|
"Please help! Contact me as soon as possible.": "Aidez-moi ! Contactez-moi dès que possible.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "Veuillez vous assurer de ne rien laisser dans la voiture.",
|
"Please make sure not to leave any personal belongings in the car.": "Veuillez vous assurer de ne rien laisser dans la voiture.",
|
||||||
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
||||||
"Please put your licence in these border": "Veuillez mettre votre permis dans ce cadre",
|
"Please put your licence in these border": "Veuillez mettre votre permis dans ce cadre",
|
||||||
@@ -1297,7 +1297,7 @@ final Map<String, String> fr = {
|
|||||||
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
||||||
"Please stay on the picked point.": "Veuillez rester au point de prise en charge.",
|
"Please stay on the picked point.": "Veuillez rester au point de prise en charge.",
|
||||||
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
||||||
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: siroapp",
|
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: intaleqapp",
|
||||||
"Please try again in a few moments": "Please try again in a few moments",
|
"Please try again in a few moments": "Please try again in a few moments",
|
||||||
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
||||||
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
||||||
@@ -1479,7 +1479,7 @@ final Map<String, String> fr = {
|
|||||||
"Send Email": "Send Email",
|
"Send Email": "Send Email",
|
||||||
"Send Invite": "Envoyer l'invitation",
|
"Send Invite": "Envoyer l'invitation",
|
||||||
"Send Message": "Send Message",
|
"Send Message": "Send Message",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "Envoyer le code de vérification",
|
"Send Verfication Code": "Envoyer le code de vérification",
|
||||||
"Send Verification Code": "Envoyer le code de vérification",
|
"Send Verification Code": "Envoyer le code de vérification",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1533,34 +1533,34 @@ final Map<String, String> fr = {
|
|||||||
"Sign in with Google for easier email and name entry": "Connectez-vous avec Google pour faciliter la saisie",
|
"Sign in with Google for easier email and name entry": "Connectez-vous avec Google pour faciliter la saisie",
|
||||||
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
||||||
"Silver badge": "Silver badge",
|
"Silver badge": "Silver badge",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro DRIVER CODE": "Siro DRIVER CODE",
|
"Siro DRIVER CODE": "Intaleq DRIVER CODE",
|
||||||
"Siro Driver": "Siro Driver",
|
"Siro Driver": "Intaleq Driver",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro LLC\\n\${'Syria": "Siro LLC\\n\${'Syria",
|
"Siro LLC\\n\${'Syria": "Intaleq LLC\\n\${'Syria",
|
||||||
"Siro LLC\\n\\\${'Syria": "Siro LLC\\n\\\${'Syria",
|
"Siro LLC\\n\\\${'Syria": "Intaleq LLC\\n\\\${'Syria",
|
||||||
"Siro Order": "Siro Order",
|
"Siro Order": "Intaleq Order",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Reminder": "Siro Reminder",
|
"Siro Reminder": "Intaleq Reminder",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro Wallet Features:": "Siro Wallet Features:",
|
"Siro Wallet Features:": "Intaleq Wallet Features:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Siro123": "Siro123",
|
"Siro123": "Intaleq123",
|
||||||
"Siro: For fixed salary and endpoints.": "Siro: For fixed salary and endpoints.",
|
"Siro: For fixed salary and endpoints.": "Intaleq: For fixed salary and endpoints.",
|
||||||
"Slide to End Trip": "Slide to End Trip",
|
"Slide to End Trip": "Slide to End Trip",
|
||||||
"So go and gain your money": "So go and gain your money",
|
"So go and gain your money": "So go and gain your money",
|
||||||
"Social Butterfly": "Social Butterfly",
|
"Social Butterfly": "Social Butterfly",
|
||||||
@@ -1590,7 +1590,7 @@ final Map<String, String> fr = {
|
|||||||
"Status": "Status",
|
"Status": "Status",
|
||||||
"Status is": "Status is",
|
"Status is": "Status is",
|
||||||
"Stay": "Stay",
|
"Stay": "Stay",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
||||||
"Submission Failed": "Submission Failed",
|
"Submission Failed": "Submission Failed",
|
||||||
@@ -1710,8 +1710,8 @@ final Map<String, String> fr = {
|
|||||||
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
||||||
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
||||||
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Siro app...",
|
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Intaleq app...",
|
||||||
"To change Language the App": "To change Language the App",
|
"To change Language the App": "To change Language the App",
|
||||||
"To change some Settings": "Pour changer certains paramètres",
|
"To change some Settings": "Pour changer certains paramètres",
|
||||||
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
||||||
@@ -1719,7 +1719,7 @@ final Map<String, String> fr = {
|
|||||||
"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.": "Pour assurer des infos précises, sélectionnez votre pays.",
|
"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.": "Pour assurer des infos précises, sélectionnez votre pays.",
|
||||||
"To get a gift for both": "To get a gift for both",
|
"To get a gift for both": "To get a gift for both",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Pour vous offrir la meilleure expérience, nous devons savoir où vous êtes. Votre position est utilisée pour trouver des chauffeurs à proximité.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Pour vous offrir la meilleure expérience, nous devons savoir où vous êtes. Votre position est utilisée pour trouver des chauffeurs à proximité.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "Pour utiliser le portefeuille, rechargez-le",
|
"To use Wallet charge it": "Pour utiliser le portefeuille, rechargez-le",
|
||||||
"Today": "Today",
|
"Today": "Today",
|
||||||
"Today Overview": "Today Overview",
|
"Today Overview": "Today Overview",
|
||||||
@@ -1809,7 +1809,7 @@ final Map<String, String> fr = {
|
|||||||
"Type your Email": "Tapez votre email",
|
"Type your Email": "Tapez votre email",
|
||||||
"Type your message": "Tapez votre message",
|
"Type your message": "Tapez votre message",
|
||||||
"Type your message...": "Type your message...",
|
"Type your message...": "Type your message...",
|
||||||
"Types of Trips in Siro:": "Types of Trips in Siro:",
|
"Types of Trips in Siro:": "Types of Trips in Intaleq:",
|
||||||
"USA": "USA",
|
"USA": "USA",
|
||||||
"Uncompromising Security": "Sécurité sans compromis",
|
"Uncompromising Security": "Sécurité sans compromis",
|
||||||
"Unknown": "Unknown",
|
"Unknown": "Unknown",
|
||||||
@@ -1868,7 +1868,7 @@ final Map<String, String> fr = {
|
|||||||
"View your past transactions": "Voir vos transactions passées",
|
"View your past transactions": "Voir vos transactions passées",
|
||||||
"Visa": "Visa",
|
"Visa": "Visa",
|
||||||
"Visit Website/Contact Support": "Visiter le site / Contacter le support",
|
"Visit Website/Contact Support": "Visiter le site / Contacter le support",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Calling": "Voice Calling",
|
"Voice Calling": "Voice Calling",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for timer": "Wait for timer",
|
"Wait for timer": "Wait for timer",
|
||||||
@@ -1891,7 +1891,7 @@ final Map<String, String> fr = {
|
|||||||
"Wallet is blocked": "Portefeuille bloqué",
|
"Wallet is blocked": "Portefeuille bloqué",
|
||||||
"Wallet!": "Portefeuille !",
|
"Wallet!": "Portefeuille !",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "Attention : Excès de vitesse détecté !",
|
"Warning: Speeding detected!": "Attention : Excès de vitesse détecté !",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "Désolé, pas de voitures dans votre zone !",
|
"We Are Sorry That we dont have cars in your Location!": "Désolé, pas de voitures dans votre zone !",
|
||||||
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
||||||
@@ -1901,7 +1901,7 @@ final Map<String, String> fr = {
|
|||||||
"We are searching for the nearest driver": "Nous cherchons le chauffeur le plus proche",
|
"We are searching for the nearest driver": "Nous cherchons le chauffeur le plus proche",
|
||||||
"We are searching for the nearest driver to you": "Nous cherchons le chauffeur le plus proche",
|
"We are searching for the nearest driver to you": "Nous cherchons le chauffeur le plus proche",
|
||||||
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "Nous vous connectons aux chauffeurs les plus proches pour des trajets plus rapides.",
|
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "Nous vous connectons aux chauffeurs les plus proches pour des trajets plus rapides.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Intaleq app and be part of our Intaleq family.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
||||||
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
||||||
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
||||||
@@ -1911,7 +1911,7 @@ final Map<String, String> fr = {
|
|||||||
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
||||||
"We need your phone number to contact you and to help you receive orders.": "Nous avons besoin de votre numéro pour vous aider à recevoir des commandes.",
|
"We need your phone number to contact you and to help you receive orders.": "Nous avons besoin de votre numéro pour vous aider à recevoir des commandes.",
|
||||||
"We need your phone number to contact you and to help you.": "Nous avons besoin de votre numéro pour vous contacter et vous aider.",
|
"We need your phone number to contact you and to help you.": "Nous avons besoin de votre numéro pour vous contacter et vous aider.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We regret to inform you that another driver has accepted this order.": "Nous regrettons de vous informer qu'un autre chauffeur a accepté cette commande.",
|
"We regret to inform you that another driver has accepted this order.": "Nous regrettons de vous informer qu'un autre chauffeur a accepté cette commande.",
|
||||||
"We search nearst Driver to you": "Nous cherchons le chauffeur le plus proche",
|
"We search nearst Driver to you": "Nous cherchons le chauffeur le plus proche",
|
||||||
"We sent 5 digit to your Email provided": "Nous avons envoyé 5 chiffres à votre email",
|
"We sent 5 digit to your Email provided": "Nous avons envoyé 5 chiffres à votre email",
|
||||||
@@ -1929,12 +1929,12 @@ final Map<String, String> fr = {
|
|||||||
"Welcome": "Welcome",
|
"Welcome": "Welcome",
|
||||||
"Welcome Back!": "Bon retour !",
|
"Welcome Back!": "Bon retour !",
|
||||||
"Welcome Offer!": "Welcome Offer!",
|
"Welcome Offer!": "Welcome Offer!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
||||||
"What are the requirements to become a driver?": "Quelles sont les conditions pour devenir chauffeur ?",
|
"What are the requirements to become a driver?": "Quelles sont les conditions pour devenir chauffeur ?",
|
||||||
"What is Types of Trips in Siro?": "What is Types of Trips in Siro?",
|
"What is Types of Trips in Siro?": "What is Types of Trips in Intaleq?",
|
||||||
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "Quels types de véhicules sont disponibles ?",
|
"What types of vehicles are available?": "Quels types de véhicules sont disponibles ?",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "Extracteur de localisation WhatsApp",
|
"WhatsApp Location Extractor": "Extracteur de localisation WhatsApp",
|
||||||
@@ -1946,9 +1946,9 @@ final Map<String, String> fr = {
|
|||||||
"Where to": "Où allez-vous ?",
|
"Where to": "Où allez-vous ?",
|
||||||
"Where you want go": "Where you want go",
|
"Where you want go": "Where you want go",
|
||||||
"Which method you will pay": "Which method you will pay",
|
"Which method you will pay": "Which method you will pay",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Withdraw": "Withdraw",
|
"Withdraw": "Withdraw",
|
||||||
"Work": "Travail",
|
"Work": "Travail",
|
||||||
"Work & Contact": "Travail et Contact",
|
"Work & Contact": "Travail et Contact",
|
||||||
@@ -1972,7 +1972,7 @@ final Map<String, String> fr = {
|
|||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, Pay": "Yes, Pay",
|
"Yes, Pay": "Yes, Pay",
|
||||||
"Yes, optimize": "Yes, optimize",
|
"Yes, optimize": "Yes, optimize",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Oui, vous pouvez annuler, mais des frais peuvent s'appliquer.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Oui, vous pouvez annuler, mais des frais peuvent s'appliquer.",
|
||||||
"You": "You",
|
"You": "You",
|
||||||
"You Are Stopped For this Day !": "Vous êtes arrêté pour aujourd'hui !",
|
"You Are Stopped For this Day !": "Vous êtes arrêté pour aujourd'hui !",
|
||||||
@@ -2024,7 +2024,7 @@ final Map<String, String> fr = {
|
|||||||
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
||||||
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
||||||
"You can resend in": "Vous pouvez renvoyer dans",
|
"You can resend in": "Vous pouvez renvoyer dans",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
||||||
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
||||||
"You canceled VIP trip": "You canceled VIP trip",
|
"You canceled VIP trip": "You canceled VIP trip",
|
||||||
@@ -2171,8 +2171,8 @@ final Map<String, String> fr = {
|
|||||||
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
||||||
"\\\${\"amount": "\\\${\"amount",
|
"\\\${\"amount": "\\\${\"amount",
|
||||||
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
||||||
"\\\${'*Siro APP CODE*": "\\\${'*Siro APP CODE*",
|
"\\\${'*Siro APP CODE*": "\\\${'*Intaleq APP CODE*",
|
||||||
"\\\${'*Siro DRIVER CODE*": "\\\${'*Siro DRIVER CODE*",
|
"\\\${'*Siro DRIVER CODE*": "\\\${'*Intaleq DRIVER CODE*",
|
||||||
"\\\${'Address": "\\\${'Address",
|
"\\\${'Address": "\\\${'Address",
|
||||||
"\\\${'Address: ": "\\\${'Address: ",
|
"\\\${'Address: ": "\\\${'Address: ",
|
||||||
"\\\${'Age": "\\\${'Age",
|
"\\\${'Age": "\\\${'Age",
|
||||||
@@ -2419,7 +2419,7 @@ final Map<String, String> fr = {
|
|||||||
"login or register subtitle": "Entrez votre numéro de mobile pour vous connecter ou vous inscrire",
|
"login or register subtitle": "Entrez votre numéro de mobile pour vous connecter ou vous inscrire",
|
||||||
"m": "m",
|
"m": "m",
|
||||||
"m at the agreed-upon location": "m at the agreed-upon location",
|
"m at the agreed-upon location": "m at the agreed-upon location",
|
||||||
"m inviting you to try Siro.": "m inviting you to try Siro.",
|
"m inviting you to try Siro.": "m inviting you to try Intaleq.",
|
||||||
"m waiting for you": "m waiting for you",
|
"m waiting for you": "m waiting for you",
|
||||||
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
||||||
"message From Driver": "Message du chauffeur",
|
"message From Driver": "Message du chauffeur",
|
||||||
@@ -2475,16 +2475,16 @@ final Map<String, String> fr = {
|
|||||||
"s Promo": "s Promo",
|
"s Promo": "s Promo",
|
||||||
"s Promos": "s Promos",
|
"s Promos": "s Promos",
|
||||||
"s Response": "s Response",
|
"s Response": "s Response",
|
||||||
"s Siro account.": "s Siro account.",
|
"s Siro account.": "s Intaleq account.",
|
||||||
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Intaleq account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
||||||
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
||||||
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
||||||
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
||||||
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
||||||
"s phone": "s phone",
|
"s phone": "s phone",
|
||||||
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
||||||
"s time to check the Siro app!": "s time to check the Siro app!",
|
"s time to check the Siro app!": "s time to check the Intaleq app!",
|
||||||
"safe_and_comfortable": "Profitez d'un trajet sûr et confortable.",
|
"safe_and_comfortable": "Profitez d'un trajet sûr et confortable.",
|
||||||
"scams operations": "scams operations",
|
"scams operations": "scams operations",
|
||||||
"scan Car License.": "scan Car License.",
|
"scan Car License.": "scan Car License.",
|
||||||
@@ -2513,7 +2513,7 @@ final Map<String, String> fr = {
|
|||||||
"t have a phone number.": "t have a phone number.",
|
"t have a phone number.": "t have a phone number.",
|
||||||
"t have a reason": "t have a reason",
|
"t have a reason": "t have a reason",
|
||||||
"t have account": "t have account",
|
"t have account": "t have account",
|
||||||
"t have enough money in your Siro wallet": "t have enough money in your Siro wallet",
|
"t have enough money in your Siro wallet": "t have enough money in your Intaleq wallet",
|
||||||
"t moved sufficiently!": "t moved sufficiently!",
|
"t moved sufficiently!": "t moved sufficiently!",
|
||||||
"t need a ride anymore": "t need a ride anymore",
|
"t need a ride anymore": "t need a ride anymore",
|
||||||
"t return to use app after 1 month": "t return to use app after 1 month",
|
"t return to use app after 1 month": "t return to use app after 1 month",
|
||||||
@@ -2563,10 +2563,10 @@ final Map<String, String> fr = {
|
|||||||
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
||||||
"wallet_credited_message": "wallet_credited_message",
|
"wallet_credited_message": "wallet_credited_message",
|
||||||
"wallet_updated": "wallet_updated",
|
"wallet_updated": "wallet_updated",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "Bienvenue, @firstName !",
|
"welcome user": "Bienvenue, @firstName !",
|
||||||
"welcome_message": "Bienvenue sur Intaleq !",
|
"welcome_message": "Bienvenue sur Intaleq !",
|
||||||
"welcome_to_siro": "welcome_to_siro",
|
"welcome_to_siro": "welcome_to_intaleq",
|
||||||
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
||||||
"with license plate": "with license plate",
|
"with license plate": "with license plate",
|
||||||
"with type": "with type",
|
"with type": "with type",
|
||||||
@@ -2590,7 +2590,7 @@ final Map<String, String> fr = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you must insert token code ": "you must insert token code ",
|
"you must insert token code ": "you must insert token code ",
|
||||||
"you will pay to Driver": "Vous paierez au chauffeur",
|
"you will pay to Driver": "Vous paierez au chauffeur",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"you will use this device?": "you will use this device?",
|
"you will use this device?": "you will use this device?",
|
||||||
"your ride is Accepted": "votre trajet est Accepté",
|
"your ride is Accepted": "votre trajet est Accepté",
|
||||||
"your ride is applied": "votre trajet est demandé",
|
"your ride is applied": "votre trajet est demandé",
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ final Map<String, String> hi = {
|
|||||||
"\${\"You must leave at least": "\${\"You must leave at least",
|
"\${\"You must leave at least": "\${\"You must leave at least",
|
||||||
"\${\"amount": "\${\"amount",
|
"\${\"amount": "\${\"amount",
|
||||||
"\${\"transaction_id": "\${\"transaction_id",
|
"\${\"transaction_id": "\${\"transaction_id",
|
||||||
"\${'*Siro APP CODE*": "\${'*Siro APP CODE*",
|
"\${'*Siro APP CODE*": "\${'*Intaleq APP CODE*",
|
||||||
"\${'*Siro DRIVER CODE*": "\${'*Siro DRIVER CODE*",
|
"\${'*Siro DRIVER CODE*": "\${'*Intaleq DRIVER CODE*",
|
||||||
"\${'Address": "\${'Address",
|
"\${'Address": "\${'Address",
|
||||||
"\${'Address: ": "\${'Address: ",
|
"\${'Address: ": "\${'Address: ",
|
||||||
"\${'Age": "\${'Age",
|
"\${'Age": "\${'Age",
|
||||||
@@ -117,8 +117,8 @@ final Map<String, String> hi = {
|
|||||||
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
||||||
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
||||||
")[1]}": ")[1]}",
|
")[1]}": ")[1]}",
|
||||||
"*Siro APP CODE*": "*Siro APP CODE*",
|
"*Siro APP CODE*": "*Intaleq APP CODE*",
|
||||||
"*Siro DRIVER CODE*": "*Siro DRIVER CODE*",
|
"*Siro DRIVER CODE*": "*Intaleq DRIVER CODE*",
|
||||||
"--": "--",
|
"--": "--",
|
||||||
"-1% commission": "-1% commission",
|
"-1% commission": "-1% commission",
|
||||||
"-2% commission": "-2% commission",
|
"-2% commission": "-2% commission",
|
||||||
@@ -540,7 +540,7 @@ final Map<String, String> hi = {
|
|||||||
"Day Off": "Day Off",
|
"Day Off": "Day Off",
|
||||||
"Day Streak": "Day Streak",
|
"Day Streak": "Day Streak",
|
||||||
"Days": "दिन",
|
"Days": "दिन",
|
||||||
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,",
|
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nIntaleq ,",
|
||||||
"Debit": "Debit",
|
"Debit": "Debit",
|
||||||
"Debit Card": "Debit Card",
|
"Debit Card": "Debit Card",
|
||||||
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
||||||
@@ -580,8 +580,8 @@ final Map<String, String> hi = {
|
|||||||
"Don't have an account? Register": "Don't have an account? Register",
|
"Don't have an account? Register": "Don't have an account? Register",
|
||||||
"Done": "हो गया",
|
"Done": "हो गया",
|
||||||
"Don’t forget your personal belongings.": "अपना निजी सामान न भूलें।",
|
"Don’t forget your personal belongings.": "अपना निजी सामान न भूलें।",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "अभी ऐप डाउनलोड करें:",
|
"Download the app now:": "अभी ऐप डाउनलोड करें:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "ड्राइवर",
|
"Driver": "ड्राइवर",
|
||||||
@@ -703,7 +703,7 @@ final Map<String, String> hi = {
|
|||||||
"Evening": "शाम",
|
"Evening": "शाम",
|
||||||
"Excellent": "Excellent",
|
"Excellent": "Excellent",
|
||||||
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Exit": "Exit",
|
"Exit": "Exit",
|
||||||
"Exit Ride?": "Exit Ride?",
|
"Exit Ride?": "Exit Ride?",
|
||||||
"Expiration Date": "समाप्ति तिथि",
|
"Expiration Date": "समाप्ति तिथि",
|
||||||
@@ -750,8 +750,8 @@ final Map<String, String> hi = {
|
|||||||
"Flag-down fee": "फ्लैग-डाउन फीस",
|
"Flag-down fee": "फ्लैग-डाउन फीस",
|
||||||
"For Drivers": "ड्राइवरों के लिए",
|
"For Drivers": "ड्राइवरों के लिए",
|
||||||
"For Egypt": "For Egypt",
|
"For Egypt": "For Egypt",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
"Frequently Asked Questions": "अक्सर पूछे जाने वाले प्रश्न",
|
"Frequently Asked Questions": "अक्सर पूछे जाने वाले प्रश्न",
|
||||||
"Frequently Questions": "अक्सर पूछे जाने वाले प्रश्न",
|
"Frequently Questions": "अक्सर पूछे जाने वाले प्रश्न",
|
||||||
@@ -773,7 +773,7 @@ final Map<String, String> hi = {
|
|||||||
"Get": "Get",
|
"Get": "Get",
|
||||||
"Get Details of Trip": "ट्रिप का विवरण प्राप्त करें",
|
"Get Details of Trip": "ट्रिप का विवरण प्राप्त करें",
|
||||||
"Get Direction": "दिशा प्राप्त करें",
|
"Get Direction": "दिशा प्राप्त करें",
|
||||||
"Get a discount on your first Siro ride!": "Get a discount on your first Siro ride!",
|
"Get a discount on your first Siro ride!": "Get a discount on your first Intaleq ride!",
|
||||||
"Get features for your country": "Get features for your country",
|
"Get features for your country": "Get features for your country",
|
||||||
"Get it Now!": "अभी प्राप्त करें!",
|
"Get it Now!": "अभी प्राप्त करें!",
|
||||||
"Get to your destination quickly and easily.": "अपनी मंजिल पर जल्दी और आसानी से पहुंचें।",
|
"Get to your destination quickly and easily.": "अपनी मंजिल पर जल्दी और आसानी से पहुंचें।",
|
||||||
@@ -838,7 +838,7 @@ final Map<String, String> hi = {
|
|||||||
"How much do you want to earn today?": "How much do you want to earn today?",
|
"How much do you want to earn today?": "How much do you want to earn today?",
|
||||||
"How much longer will you be?": "How much longer will you be?",
|
"How much longer will you be?": "How much longer will you be?",
|
||||||
"How to use App": "How to use App",
|
"How to use App": "How to use App",
|
||||||
"How to use Siro": "How to use Siro",
|
"How to use Siro": "How to use Intaleq",
|
||||||
"How was the passenger?": "How was the passenger?",
|
"How was the passenger?": "How was the passenger?",
|
||||||
"How was your trip with": "How was your trip with",
|
"How was your trip with": "How was your trip with",
|
||||||
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
||||||
@@ -922,7 +922,7 @@ final Map<String, String> hi = {
|
|||||||
"IssueDate": "जारी करने की तिथि",
|
"IssueDate": "जारी करने की तिथि",
|
||||||
"JOD": "₹",
|
"JOD": "₹",
|
||||||
"Join": "शामिल हों",
|
"Join": "शामिल हों",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Jordan": "जॉर्डन",
|
"Jordan": "जॉर्डन",
|
||||||
"Just now": "Just now",
|
"Just now": "Just now",
|
||||||
"KM": "किमी",
|
"KM": "किमी",
|
||||||
@@ -1144,7 +1144,7 @@ final Map<String, String> hi = {
|
|||||||
"Order Applied": "ऑर्डर लागू किया गया",
|
"Order Applied": "ऑर्डर लागू किया गया",
|
||||||
"Order Cancelled": "Order Cancelled",
|
"Order Cancelled": "Order Cancelled",
|
||||||
"Order Cancelled by Passenger": "यात्री द्वारा ऑर्डर रद्द कर दिया गया",
|
"Order Cancelled by Passenger": "यात्री द्वारा ऑर्डर रद्द कर दिया गया",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "ऑर्डर इतिहास",
|
"Order History": "ऑर्डर इतिहास",
|
||||||
"Order ID": "Order ID",
|
"Order ID": "Order ID",
|
||||||
"Order Request Page": "ऑर्डर अनुरोध पृष्ठ",
|
"Order Request Page": "ऑर्डर अनुरोध पृष्ठ",
|
||||||
@@ -1195,7 +1195,7 @@ final Map<String, String> hi = {
|
|||||||
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
||||||
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
||||||
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
||||||
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: siroapp)",
|
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: intaleqapp)",
|
||||||
"Pay with Credit Card": "क्रेडिट कार्ड से भुगतान करें",
|
"Pay with Credit Card": "क्रेडिट कार्ड से भुगतान करें",
|
||||||
"Pay with Debit Card": "Pay with Debit Card",
|
"Pay with Debit Card": "Pay with Debit Card",
|
||||||
"Pay with Wallet": "वॉलेट से भुगतान करें",
|
"Pay with Wallet": "वॉलेट से भुगतान करें",
|
||||||
@@ -1287,7 +1287,7 @@ final Map<String, String> hi = {
|
|||||||
"Please help! Contact me as soon as possible.": "कृपया मदद करें! जितनी जल्दी हो सके मुझसे संपर्क करें।",
|
"Please help! Contact me as soon as possible.": "कृपया मदद करें! जितनी जल्दी हो सके मुझसे संपर्क करें।",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "कृपया सुनिश्चित करें कि कार में कोई निजी सामान न छोड़ें।",
|
"Please make sure not to leave any personal belongings in the car.": "कृपया सुनिश्चित करें कि कार में कोई निजी सामान न छोड़ें।",
|
||||||
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
||||||
"Please put your licence in these border": "कृपया अपना लाइसेंस इन सीमाओं में रखें",
|
"Please put your licence in these border": "कृपया अपना लाइसेंस इन सीमाओं में रखें",
|
||||||
@@ -1297,7 +1297,7 @@ final Map<String, String> hi = {
|
|||||||
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
||||||
"Please stay on the picked point.": "कृपया पिक-अप पॉइंट पर बने रहें।",
|
"Please stay on the picked point.": "कृपया पिक-अप पॉइंट पर बने रहें।",
|
||||||
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
||||||
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: siroapp",
|
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: intaleqapp",
|
||||||
"Please try again in a few moments": "Please try again in a few moments",
|
"Please try again in a few moments": "Please try again in a few moments",
|
||||||
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
||||||
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
||||||
@@ -1479,7 +1479,7 @@ final Map<String, String> hi = {
|
|||||||
"Send Email": "Send Email",
|
"Send Email": "Send Email",
|
||||||
"Send Invite": "आमंत्रण भेजें",
|
"Send Invite": "आमंत्रण भेजें",
|
||||||
"Send Message": "Send Message",
|
"Send Message": "Send Message",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "सत्यापन कोड भेजें",
|
"Send Verfication Code": "सत्यापन कोड भेजें",
|
||||||
"Send Verification Code": "सत्यापन कोड भेजें",
|
"Send Verification Code": "सत्यापन कोड भेजें",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1533,34 +1533,34 @@ final Map<String, String> hi = {
|
|||||||
"Sign in with Google for easier email and name entry": "आसान ईमेल और नाम प्रविष्टि के लिए Google के साथ साइन इन करें",
|
"Sign in with Google for easier email and name entry": "आसान ईमेल और नाम प्रविष्टि के लिए Google के साथ साइन इन करें",
|
||||||
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
||||||
"Silver badge": "Silver badge",
|
"Silver badge": "Silver badge",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro DRIVER CODE": "Siro DRIVER CODE",
|
"Siro DRIVER CODE": "Intaleq DRIVER CODE",
|
||||||
"Siro Driver": "Siro Driver",
|
"Siro Driver": "Intaleq Driver",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro LLC\\n\${'Syria": "Siro LLC\\n\${'Syria",
|
"Siro LLC\\n\${'Syria": "Intaleq LLC\\n\${'Syria",
|
||||||
"Siro LLC\\n\\\${'Syria": "Siro LLC\\n\\\${'Syria",
|
"Siro LLC\\n\\\${'Syria": "Intaleq LLC\\n\\\${'Syria",
|
||||||
"Siro Order": "Siro Order",
|
"Siro Order": "Intaleq Order",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Reminder": "Siro Reminder",
|
"Siro Reminder": "Intaleq Reminder",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro Wallet Features:": "Siro Wallet Features:",
|
"Siro Wallet Features:": "Intaleq Wallet Features:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Siro123": "Siro123",
|
"Siro123": "Intaleq123",
|
||||||
"Siro: For fixed salary and endpoints.": "Siro: For fixed salary and endpoints.",
|
"Siro: For fixed salary and endpoints.": "Intaleq: For fixed salary and endpoints.",
|
||||||
"Slide to End Trip": "Slide to End Trip",
|
"Slide to End Trip": "Slide to End Trip",
|
||||||
"So go and gain your money": "So go and gain your money",
|
"So go and gain your money": "So go and gain your money",
|
||||||
"Social Butterfly": "Social Butterfly",
|
"Social Butterfly": "Social Butterfly",
|
||||||
@@ -1590,7 +1590,7 @@ final Map<String, String> hi = {
|
|||||||
"Status": "Status",
|
"Status": "Status",
|
||||||
"Status is": "Status is",
|
"Status is": "Status is",
|
||||||
"Stay": "Stay",
|
"Stay": "Stay",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
||||||
"Submission Failed": "Submission Failed",
|
"Submission Failed": "Submission Failed",
|
||||||
@@ -1710,8 +1710,8 @@ final Map<String, String> hi = {
|
|||||||
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
||||||
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
||||||
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Siro app...",
|
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Intaleq app...",
|
||||||
"To change Language the App": "To change Language the App",
|
"To change Language the App": "To change Language the App",
|
||||||
"To change some Settings": "कुछ सेटिंग्स बदलने के लिए",
|
"To change some Settings": "कुछ सेटिंग्स बदलने के लिए",
|
||||||
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
||||||
@@ -1719,7 +1719,7 @@ final Map<String, String> hi = {
|
|||||||
"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.": "यह सुनिश्चित करने के लिए कि आपको अपनी लोकेशन के लिए सबसे सटीक जानकारी मिले, कृपया अपना देश चुनें।",
|
||||||
"To get a gift for both": "To get a gift for both",
|
"To get a gift for both": "To get a gift for both",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "आपको सबसे अच्छा अनुभव देने के लिए हमें यह जानने की जरूरत है कि आप कहां हैं। आपकी लोकेशन का उपयोग नजदीकी कैप्टन को खोजने के लिए किया जाता है।",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "आपको सबसे अच्छा अनुभव देने के लिए हमें यह जानने की जरूरत है कि आप कहां हैं। आपकी लोकेशन का उपयोग नजदीकी कैप्टन को खोजने के लिए किया जाता है।",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "वॉलेट का उपयोग करने के लिए इसे रिचार्ज करें",
|
"To use Wallet charge it": "वॉलेट का उपयोग करने के लिए इसे रिचार्ज करें",
|
||||||
"Today": "Today",
|
"Today": "Today",
|
||||||
"Today Overview": "Today Overview",
|
"Today Overview": "Today Overview",
|
||||||
@@ -1809,7 +1809,7 @@ final Map<String, String> hi = {
|
|||||||
"Type your Email": "अपना ईमेल टाइप करें",
|
"Type your Email": "अपना ईमेल टाइप करें",
|
||||||
"Type your message": "अपना संदेश टाइप करें",
|
"Type your message": "अपना संदेश टाइप करें",
|
||||||
"Type your message...": "Type your message...",
|
"Type your message...": "Type your message...",
|
||||||
"Types of Trips in Siro:": "Types of Trips in Siro:",
|
"Types of Trips in Siro:": "Types of Trips in Intaleq:",
|
||||||
"USA": "अमेरीका",
|
"USA": "अमेरीका",
|
||||||
"Uncompromising Security": "अटल सुरक्षा",
|
"Uncompromising Security": "अटल सुरक्षा",
|
||||||
"Unknown": "Unknown",
|
"Unknown": "Unknown",
|
||||||
@@ -1868,7 +1868,7 @@ final Map<String, String> hi = {
|
|||||||
"View your past transactions": "अपने पिछले लेनदेन देखें",
|
"View your past transactions": "अपने पिछले लेनदेन देखें",
|
||||||
"Visa": "Visa",
|
"Visa": "Visa",
|
||||||
"Visit Website/Contact Support": "वेबसाइट पर जाएँ / समर्थन से संपर्क करें",
|
"Visit Website/Contact Support": "वेबसाइट पर जाएँ / समर्थन से संपर्क करें",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Calling": "Voice Calling",
|
"Voice Calling": "Voice Calling",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for timer": "Wait for timer",
|
"Wait for timer": "Wait for timer",
|
||||||
@@ -1891,7 +1891,7 @@ final Map<String, String> hi = {
|
|||||||
"Wallet is blocked": "वॉलेट ब्लॉक है",
|
"Wallet is blocked": "वॉलेट ब्लॉक है",
|
||||||
"Wallet!": "वॉलेट!",
|
"Wallet!": "वॉलेट!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "चेतावनी: तेज गति का पता चला!",
|
"Warning: Speeding detected!": "चेतावनी: तेज गति का पता चला!",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "हम क्षमा चाहते हैं कि हमारे पास आपकी लोकेशन में कारें नहीं हैं!",
|
"We Are Sorry That we dont have cars in your Location!": "हम क्षमा चाहते हैं कि हमारे पास आपकी लोकेशन में कारें नहीं हैं!",
|
||||||
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
||||||
@@ -1901,7 +1901,7 @@ final Map<String, String> hi = {
|
|||||||
"We are searching for the nearest driver": "हम निकटतम ड्राइवर खोज रहे हैं",
|
"We are searching for the nearest driver": "हम निकटतम ड्राइवर खोज रहे हैं",
|
||||||
"We are searching for the nearest driver to you": "हम आपके निकटतम ड्राइवर को खोज रहे हैं",
|
"We are searching for the nearest driver to you": "हम आपके निकटतम ड्राइवर को खोज रहे हैं",
|
||||||
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "हम आपको तेज़ पिकअप के लिए निकटतम ड्राइवरों से जोड़ते हैं।",
|
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "हम आपको तेज़ पिकअप के लिए निकटतम ड्राइवरों से जोड़ते हैं।",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Intaleq app and be part of our Intaleq family.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
||||||
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
||||||
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
||||||
@@ -1911,7 +1911,7 @@ final Map<String, String> hi = {
|
|||||||
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
||||||
"We need your phone number to contact you and to help you receive orders.": "हमें आपसे संपर्क करने और ऑर्डर प्राप्त करने में आपकी सहायता करने के लिए आपके फ़ोन नंबर की आवश्यकता है।",
|
"We need your phone number to contact you and to help you receive orders.": "हमें आपसे संपर्क करने और ऑर्डर प्राप्त करने में आपकी सहायता करने के लिए आपके फ़ोन नंबर की आवश्यकता है।",
|
||||||
"We need your phone number to contact you and to help you.": "हमें आपसे संपर्क करने और आपकी मदद करने के लिए आपके फ़ोन नंबर की आवश्यकता है।",
|
"We need your phone number to contact you and to help you.": "हमें आपसे संपर्क करने और आपकी मदद करने के लिए आपके फ़ोन नंबर की आवश्यकता है।",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We regret to inform you that another driver has accepted this order.": "हमें खेद है कि किसी अन्य ड्राइवर ने यह ऑर्डर स्वीकार कर लिया है।",
|
"We regret to inform you that another driver has accepted this order.": "हमें खेद है कि किसी अन्य ड्राइवर ने यह ऑर्डर स्वीकार कर लिया है।",
|
||||||
"We search nearst Driver to you": "हम आपके निकटतम ड्राइवर को खोजते हैं",
|
"We search nearst Driver to you": "हम आपके निकटतम ड्राइवर को खोजते हैं",
|
||||||
"We sent 5 digit to your Email provided": "हमने आपके प्रदान किए गए ईमेल पर 5 अंक भेजे हैं",
|
"We sent 5 digit to your Email provided": "हमने आपके प्रदान किए गए ईमेल पर 5 अंक भेजे हैं",
|
||||||
@@ -1929,12 +1929,12 @@ final Map<String, String> hi = {
|
|||||||
"Welcome": "Welcome",
|
"Welcome": "Welcome",
|
||||||
"Welcome Back!": "वापसी पर स्वागत है!",
|
"Welcome Back!": "वापसी पर स्वागत है!",
|
||||||
"Welcome Offer!": "Welcome Offer!",
|
"Welcome Offer!": "Welcome Offer!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
||||||
"What are the requirements to become a driver?": "ड्राइवर बनने के लिए क्या आवश्यकताएं हैं?",
|
"What are the requirements to become a driver?": "ड्राइवर बनने के लिए क्या आवश्यकताएं हैं?",
|
||||||
"What is Types of Trips in Siro?": "What is Types of Trips in Siro?",
|
"What is Types of Trips in Siro?": "What is Types of Trips in Intaleq?",
|
||||||
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "किस प्रकार के वाहन उपलब्ध हैं?",
|
"What types of vehicles are available?": "किस प्रकार के वाहन उपलब्ध हैं?",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "व्हाट्सएप लोकेशन एक्सट्रैक्टर",
|
"WhatsApp Location Extractor": "व्हाट्सएप लोकेशन एक्सट्रैक्टर",
|
||||||
@@ -1946,9 +1946,9 @@ final Map<String, String> hi = {
|
|||||||
"Where to": "कहाँ जाना है?",
|
"Where to": "कहाँ जाना है?",
|
||||||
"Where you want go": "Where you want go",
|
"Where you want go": "Where you want go",
|
||||||
"Which method you will pay": "Which method you will pay",
|
"Which method you will pay": "Which method you will pay",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Withdraw": "Withdraw",
|
"Withdraw": "Withdraw",
|
||||||
"Work": "काम",
|
"Work": "काम",
|
||||||
"Work & Contact": "काम और संपर्क",
|
"Work & Contact": "काम और संपर्क",
|
||||||
@@ -1972,7 +1972,7 @@ final Map<String, String> hi = {
|
|||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, Pay": "Yes, Pay",
|
"Yes, Pay": "Yes, Pay",
|
||||||
"Yes, optimize": "Yes, optimize",
|
"Yes, optimize": "Yes, optimize",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "हाँ, आप अपनी राइड रद्द कर सकते हैं, लेकिन रद्दीकरण शुल्क लागू हो सकता है।",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "हाँ, आप अपनी राइड रद्द कर सकते हैं, लेकिन रद्दीकरण शुल्क लागू हो सकता है।",
|
||||||
"You": "You",
|
"You": "You",
|
||||||
"You Are Stopped For this Day !": "आप इस दिन के लिए रोक दिए गए हैं!",
|
"You Are Stopped For this Day !": "आप इस दिन के लिए रोक दिए गए हैं!",
|
||||||
@@ -2024,7 +2024,7 @@ final Map<String, String> hi = {
|
|||||||
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
||||||
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
||||||
"You can resend in": "पुनः भेज सकते हैं",
|
"You can resend in": "पुनः भेज सकते हैं",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
||||||
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
||||||
"You canceled VIP trip": "You canceled VIP trip",
|
"You canceled VIP trip": "You canceled VIP trip",
|
||||||
@@ -2171,8 +2171,8 @@ final Map<String, String> hi = {
|
|||||||
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
||||||
"\\\${\"amount": "\\\${\"amount",
|
"\\\${\"amount": "\\\${\"amount",
|
||||||
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
||||||
"\\\${'*Siro APP CODE*": "\\\${'*Siro APP CODE*",
|
"\\\${'*Siro APP CODE*": "\\\${'*Intaleq APP CODE*",
|
||||||
"\\\${'*Siro DRIVER CODE*": "\\\${'*Siro DRIVER CODE*",
|
"\\\${'*Siro DRIVER CODE*": "\\\${'*Intaleq DRIVER CODE*",
|
||||||
"\\\${'Address": "\\\${'Address",
|
"\\\${'Address": "\\\${'Address",
|
||||||
"\\\${'Address: ": "\\\${'Address: ",
|
"\\\${'Address: ": "\\\${'Address: ",
|
||||||
"\\\${'Age": "\\\${'Age",
|
"\\\${'Age": "\\\${'Age",
|
||||||
@@ -2419,7 +2419,7 @@ final Map<String, String> hi = {
|
|||||||
"login or register subtitle": "लॉगिन या रजिस्टर करने के लिए अपना मोबाइल नंबर दर्ज करें",
|
"login or register subtitle": "लॉगिन या रजिस्टर करने के लिए अपना मोबाइल नंबर दर्ज करें",
|
||||||
"m": "मिनट",
|
"m": "मिनट",
|
||||||
"m at the agreed-upon location": "m at the agreed-upon location",
|
"m at the agreed-upon location": "m at the agreed-upon location",
|
||||||
"m inviting you to try Siro.": "m inviting you to try Siro.",
|
"m inviting you to try Siro.": "m inviting you to try Intaleq.",
|
||||||
"m waiting for you": "m waiting for you",
|
"m waiting for you": "m waiting for you",
|
||||||
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
||||||
"message From Driver": "ड्राइवर का संदेश",
|
"message From Driver": "ड्राइवर का संदेश",
|
||||||
@@ -2475,16 +2475,16 @@ final Map<String, String> hi = {
|
|||||||
"s Promo": "s Promo",
|
"s Promo": "s Promo",
|
||||||
"s Promos": "s Promos",
|
"s Promos": "s Promos",
|
||||||
"s Response": "s Response",
|
"s Response": "s Response",
|
||||||
"s Siro account.": "s Siro account.",
|
"s Siro account.": "s Intaleq account.",
|
||||||
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Intaleq account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
||||||
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
||||||
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
||||||
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
||||||
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
||||||
"s phone": "s phone",
|
"s phone": "s phone",
|
||||||
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
||||||
"s time to check the Siro app!": "s time to check the Siro app!",
|
"s time to check the Siro app!": "s time to check the Intaleq app!",
|
||||||
"safe_and_comfortable": "एक सुरक्षित और आरामदायक राइड का आनंद लें।",
|
"safe_and_comfortable": "एक सुरक्षित और आरामदायक राइड का आनंद लें।",
|
||||||
"scams operations": "scams operations",
|
"scams operations": "scams operations",
|
||||||
"scan Car License.": "scan Car License.",
|
"scan Car License.": "scan Car License.",
|
||||||
@@ -2513,7 +2513,7 @@ final Map<String, String> hi = {
|
|||||||
"t have a phone number.": "t have a phone number.",
|
"t have a phone number.": "t have a phone number.",
|
||||||
"t have a reason": "t have a reason",
|
"t have a reason": "t have a reason",
|
||||||
"t have account": "t have account",
|
"t have account": "t have account",
|
||||||
"t have enough money in your Siro wallet": "t have enough money in your Siro wallet",
|
"t have enough money in your Siro wallet": "t have enough money in your Intaleq wallet",
|
||||||
"t moved sufficiently!": "t moved sufficiently!",
|
"t moved sufficiently!": "t moved sufficiently!",
|
||||||
"t need a ride anymore": "t need a ride anymore",
|
"t need a ride anymore": "t need a ride anymore",
|
||||||
"t return to use app after 1 month": "t return to use app after 1 month",
|
"t return to use app after 1 month": "t return to use app after 1 month",
|
||||||
@@ -2563,10 +2563,10 @@ final Map<String, String> hi = {
|
|||||||
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
||||||
"wallet_credited_message": "wallet_credited_message",
|
"wallet_credited_message": "wallet_credited_message",
|
||||||
"wallet_updated": "wallet_updated",
|
"wallet_updated": "wallet_updated",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "स्वागत है, @firstName!",
|
"welcome user": "स्वागत है, @firstName!",
|
||||||
"welcome_message": "Intaleq में आपका स्वागत है!",
|
"welcome_message": "Intaleq में आपका स्वागत है!",
|
||||||
"welcome_to_siro": "welcome_to_siro",
|
"welcome_to_siro": "welcome_to_intaleq",
|
||||||
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
||||||
"with license plate": "with license plate",
|
"with license plate": "with license plate",
|
||||||
"with type": "with type",
|
"with type": "with type",
|
||||||
@@ -2590,7 +2590,7 @@ final Map<String, String> hi = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you must insert token code ": "you must insert token code ",
|
"you must insert token code ": "you must insert token code ",
|
||||||
"you will pay to Driver": "आप ड्राइवर को भुगतान करेंगे",
|
"you will pay to Driver": "आप ड्राइवर को भुगतान करेंगे",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"you will use this device?": "you will use this device?",
|
"you will use this device?": "you will use this device?",
|
||||||
"your ride is Accepted": "आपकी राइड स्वीकार कर ली गई है",
|
"your ride is Accepted": "आपकी राइड स्वीकार कर ली गई है",
|
||||||
"your ride is applied": "आपकी राइड लागू हो गई है",
|
"your ride is applied": "आपकी राइड लागू हो गई है",
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ final Map<String, String> it = {
|
|||||||
"\${\"You must leave at least": "\${\"You must leave at least",
|
"\${\"You must leave at least": "\${\"You must leave at least",
|
||||||
"\${\"amount": "\${\"amount",
|
"\${\"amount": "\${\"amount",
|
||||||
"\${\"transaction_id": "\${\"transaction_id",
|
"\${\"transaction_id": "\${\"transaction_id",
|
||||||
"\${'*Siro APP CODE*": "\${'*Siro APP CODE*",
|
"\${'*Siro APP CODE*": "\${'*Intaleq APP CODE*",
|
||||||
"\${'*Siro DRIVER CODE*": "\${'*Siro DRIVER CODE*",
|
"\${'*Siro DRIVER CODE*": "\${'*Intaleq DRIVER CODE*",
|
||||||
"\${'Address": "\${'Address",
|
"\${'Address": "\${'Address",
|
||||||
"\${'Address: ": "\${'Address: ",
|
"\${'Address: ": "\${'Address: ",
|
||||||
"\${'Age": "\${'Age",
|
"\${'Age": "\${'Age",
|
||||||
@@ -117,8 +117,8 @@ final Map<String, String> it = {
|
|||||||
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
||||||
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
||||||
")[1]}": ")[1]}",
|
")[1]}": ")[1]}",
|
||||||
"*Siro APP CODE*": "*Siro APP CODE*",
|
"*Siro APP CODE*": "*Intaleq APP CODE*",
|
||||||
"*Siro DRIVER CODE*": "*Siro DRIVER CODE*",
|
"*Siro DRIVER CODE*": "*Intaleq DRIVER CODE*",
|
||||||
"--": "--",
|
"--": "--",
|
||||||
"-1% commission": "-1% commission",
|
"-1% commission": "-1% commission",
|
||||||
"-2% commission": "-2% commission",
|
"-2% commission": "-2% commission",
|
||||||
@@ -540,7 +540,7 @@ final Map<String, String> it = {
|
|||||||
"Day Off": "Day Off",
|
"Day Off": "Day Off",
|
||||||
"Day Streak": "Day Streak",
|
"Day Streak": "Day Streak",
|
||||||
"Days": "Giorni",
|
"Days": "Giorni",
|
||||||
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,",
|
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nIntaleq ,",
|
||||||
"Debit": "Debit",
|
"Debit": "Debit",
|
||||||
"Debit Card": "Debit Card",
|
"Debit Card": "Debit Card",
|
||||||
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
||||||
@@ -580,8 +580,8 @@ final Map<String, String> it = {
|
|||||||
"Don't have an account? Register": "Don't have an account? Register",
|
"Don't have an account? Register": "Don't have an account? Register",
|
||||||
"Done": "Fatto",
|
"Done": "Fatto",
|
||||||
"Don’t forget your personal belongings.": "Non dimenticare i tuoi effetti personali.",
|
"Don’t forget your personal belongings.": "Non dimenticare i tuoi effetti personali.",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "Scarica l'app ora:",
|
"Download the app now:": "Scarica l'app ora:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "Autista",
|
"Driver": "Autista",
|
||||||
@@ -703,7 +703,7 @@ final Map<String, String> it = {
|
|||||||
"Evening": "Sera",
|
"Evening": "Sera",
|
||||||
"Excellent": "Excellent",
|
"Excellent": "Excellent",
|
||||||
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Exit": "Exit",
|
"Exit": "Exit",
|
||||||
"Exit Ride?": "Exit Ride?",
|
"Exit Ride?": "Exit Ride?",
|
||||||
"Expiration Date": "Data scadenza",
|
"Expiration Date": "Data scadenza",
|
||||||
@@ -750,8 +750,8 @@ final Map<String, String> it = {
|
|||||||
"Flag-down fee": "Tariffa base",
|
"Flag-down fee": "Tariffa base",
|
||||||
"For Drivers": "Per Autisti",
|
"For Drivers": "Per Autisti",
|
||||||
"For Egypt": "For Egypt",
|
"For Egypt": "For Egypt",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
"Frequently Asked Questions": "Domande Frequenti",
|
"Frequently Asked Questions": "Domande Frequenti",
|
||||||
"Frequently Questions": "Domande Frequenti",
|
"Frequently Questions": "Domande Frequenti",
|
||||||
@@ -773,7 +773,7 @@ final Map<String, String> it = {
|
|||||||
"Get": "Get",
|
"Get": "Get",
|
||||||
"Get Details of Trip": "Dettagli",
|
"Get Details of Trip": "Dettagli",
|
||||||
"Get Direction": "Indicazioni",
|
"Get Direction": "Indicazioni",
|
||||||
"Get a discount on your first Siro ride!": "Get a discount on your first Siro ride!",
|
"Get a discount on your first Siro ride!": "Get a discount on your first Intaleq ride!",
|
||||||
"Get features for your country": "Get features for your country",
|
"Get features for your country": "Get features for your country",
|
||||||
"Get it Now!": "Ottienilo ora!",
|
"Get it Now!": "Ottienilo ora!",
|
||||||
"Get to your destination quickly and easily.": "Arriva a destinazione velocemente.",
|
"Get to your destination quickly and easily.": "Arriva a destinazione velocemente.",
|
||||||
@@ -838,7 +838,7 @@ final Map<String, String> it = {
|
|||||||
"How much do you want to earn today?": "How much do you want to earn today?",
|
"How much do you want to earn today?": "How much do you want to earn today?",
|
||||||
"How much longer will you be?": "How much longer will you be?",
|
"How much longer will you be?": "How much longer will you be?",
|
||||||
"How to use App": "How to use App",
|
"How to use App": "How to use App",
|
||||||
"How to use Siro": "How to use Siro",
|
"How to use Siro": "How to use Intaleq",
|
||||||
"How was the passenger?": "How was the passenger?",
|
"How was the passenger?": "How was the passenger?",
|
||||||
"How was your trip with": "How was your trip with",
|
"How was your trip with": "How was your trip with",
|
||||||
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
||||||
@@ -922,7 +922,7 @@ final Map<String, String> it = {
|
|||||||
"IssueDate": "Data rilascio",
|
"IssueDate": "Data rilascio",
|
||||||
"JOD": "€",
|
"JOD": "€",
|
||||||
"Join": "Unisci",
|
"Join": "Unisci",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Jordan": "Giordania",
|
"Jordan": "Giordania",
|
||||||
"Just now": "Just now",
|
"Just now": "Just now",
|
||||||
"KM": "KM",
|
"KM": "KM",
|
||||||
@@ -1144,7 +1144,7 @@ final Map<String, String> it = {
|
|||||||
"Order Applied": "Ordine applicato",
|
"Order Applied": "Ordine applicato",
|
||||||
"Order Cancelled": "Order Cancelled",
|
"Order Cancelled": "Order Cancelled",
|
||||||
"Order Cancelled by Passenger": "Annullato dal passeggero",
|
"Order Cancelled by Passenger": "Annullato dal passeggero",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "Cronologia ordini",
|
"Order History": "Cronologia ordini",
|
||||||
"Order ID": "Order ID",
|
"Order ID": "Order ID",
|
||||||
"Order Request Page": "Pagina richiesta",
|
"Order Request Page": "Pagina richiesta",
|
||||||
@@ -1195,7 +1195,7 @@ final Map<String, String> it = {
|
|||||||
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
||||||
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
||||||
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
||||||
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: siroapp)",
|
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: intaleqapp)",
|
||||||
"Pay with Credit Card": "Paga con Carta",
|
"Pay with Credit Card": "Paga con Carta",
|
||||||
"Pay with Debit Card": "Pay with Debit Card",
|
"Pay with Debit Card": "Pay with Debit Card",
|
||||||
"Pay with Wallet": "Paga con Portafoglio",
|
"Pay with Wallet": "Paga con Portafoglio",
|
||||||
@@ -1287,7 +1287,7 @@ final Map<String, String> it = {
|
|||||||
"Please help! Contact me as soon as possible.": "Aiuto! Contattami subito.",
|
"Please help! Contact me as soon as possible.": "Aiuto! Contattami subito.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "Assicurati di non lasciare effetti personali in auto.",
|
"Please make sure not to leave any personal belongings in the car.": "Assicurati di non lasciare effetti personali in auto.",
|
||||||
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
||||||
"Please put your licence in these border": "Metti la patente nel bordo",
|
"Please put your licence in these border": "Metti la patente nel bordo",
|
||||||
@@ -1297,7 +1297,7 @@ final Map<String, String> it = {
|
|||||||
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
||||||
"Please stay on the picked point.": "Per favore, resta al punto di raccolta.",
|
"Please stay on the picked point.": "Per favore, resta al punto di raccolta.",
|
||||||
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
||||||
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: siroapp",
|
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: intaleqapp",
|
||||||
"Please try again in a few moments": "Please try again in a few moments",
|
"Please try again in a few moments": "Please try again in a few moments",
|
||||||
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
||||||
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
||||||
@@ -1479,7 +1479,7 @@ final Map<String, String> it = {
|
|||||||
"Send Email": "Send Email",
|
"Send Email": "Send Email",
|
||||||
"Send Invite": "Invia invito",
|
"Send Invite": "Invia invito",
|
||||||
"Send Message": "Send Message",
|
"Send Message": "Send Message",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "Invia codice verifica",
|
"Send Verfication Code": "Invia codice verifica",
|
||||||
"Send Verification Code": "Invia codice verifica",
|
"Send Verification Code": "Invia codice verifica",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1533,34 +1533,34 @@ final Map<String, String> it = {
|
|||||||
"Sign in with Google for easier email and name entry": "Accedi con Google per facilità",
|
"Sign in with Google for easier email and name entry": "Accedi con Google per facilità",
|
||||||
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
||||||
"Silver badge": "Silver badge",
|
"Silver badge": "Silver badge",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro DRIVER CODE": "Siro DRIVER CODE",
|
"Siro DRIVER CODE": "Intaleq DRIVER CODE",
|
||||||
"Siro Driver": "Siro Driver",
|
"Siro Driver": "Intaleq Driver",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro LLC\\n\${'Syria": "Siro LLC\\n\${'Syria",
|
"Siro LLC\\n\${'Syria": "Intaleq LLC\\n\${'Syria",
|
||||||
"Siro LLC\\n\\\${'Syria": "Siro LLC\\n\\\${'Syria",
|
"Siro LLC\\n\\\${'Syria": "Intaleq LLC\\n\\\${'Syria",
|
||||||
"Siro Order": "Siro Order",
|
"Siro Order": "Intaleq Order",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Reminder": "Siro Reminder",
|
"Siro Reminder": "Intaleq Reminder",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro Wallet Features:": "Siro Wallet Features:",
|
"Siro Wallet Features:": "Intaleq Wallet Features:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Siro123": "Siro123",
|
"Siro123": "Intaleq123",
|
||||||
"Siro: For fixed salary and endpoints.": "Siro: For fixed salary and endpoints.",
|
"Siro: For fixed salary and endpoints.": "Intaleq: For fixed salary and endpoints.",
|
||||||
"Slide to End Trip": "Slide to End Trip",
|
"Slide to End Trip": "Slide to End Trip",
|
||||||
"So go and gain your money": "So go and gain your money",
|
"So go and gain your money": "So go and gain your money",
|
||||||
"Social Butterfly": "Social Butterfly",
|
"Social Butterfly": "Social Butterfly",
|
||||||
@@ -1590,7 +1590,7 @@ final Map<String, String> it = {
|
|||||||
"Status": "Status",
|
"Status": "Status",
|
||||||
"Status is": "Status is",
|
"Status is": "Status is",
|
||||||
"Stay": "Stay",
|
"Stay": "Stay",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
||||||
"Submission Failed": "Submission Failed",
|
"Submission Failed": "Submission Failed",
|
||||||
@@ -1710,8 +1710,8 @@ final Map<String, String> it = {
|
|||||||
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
||||||
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
||||||
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Siro app...",
|
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Intaleq app...",
|
||||||
"To change Language the App": "To change Language the App",
|
"To change Language the App": "To change Language the App",
|
||||||
"To change some Settings": "Per cambiare impostazioni",
|
"To change some Settings": "Per cambiare impostazioni",
|
||||||
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
||||||
@@ -1719,7 +1719,7 @@ final Map<String, String> it = {
|
|||||||
"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.": "Seleziona il paese per informazioni accurate.",
|
"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.": "Seleziona il paese per informazioni accurate.",
|
||||||
"To get a gift for both": "To get a gift for both",
|
"To get a gift for both": "To get a gift for both",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Per offrirti la migliore esperienza, dobbiamo sapere dove sei. La tua posizione serve per trovare autisti vicini.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Per offrirti la migliore esperienza, dobbiamo sapere dove sei. La tua posizione serve per trovare autisti vicini.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "Per usare il portafoglio, ricaricalo",
|
"To use Wallet charge it": "Per usare il portafoglio, ricaricalo",
|
||||||
"Today": "Today",
|
"Today": "Today",
|
||||||
"Today Overview": "Today Overview",
|
"Today Overview": "Today Overview",
|
||||||
@@ -1809,7 +1809,7 @@ final Map<String, String> it = {
|
|||||||
"Type your Email": "Scrivi la tua email",
|
"Type your Email": "Scrivi la tua email",
|
||||||
"Type your message": "Scrivi messaggio",
|
"Type your message": "Scrivi messaggio",
|
||||||
"Type your message...": "Type your message...",
|
"Type your message...": "Type your message...",
|
||||||
"Types of Trips in Siro:": "Types of Trips in Siro:",
|
"Types of Trips in Siro:": "Types of Trips in Intaleq:",
|
||||||
"USA": "USA",
|
"USA": "USA",
|
||||||
"Uncompromising Security": "Sicurezza senza compromessi",
|
"Uncompromising Security": "Sicurezza senza compromessi",
|
||||||
"Unknown": "Unknown",
|
"Unknown": "Unknown",
|
||||||
@@ -1868,7 +1868,7 @@ final Map<String, String> it = {
|
|||||||
"View your past transactions": "Visualizza le transazioni passate",
|
"View your past transactions": "Visualizza le transazioni passate",
|
||||||
"Visa": "Visa",
|
"Visa": "Visa",
|
||||||
"Visit Website/Contact Support": "Sito/Supporto",
|
"Visit Website/Contact Support": "Sito/Supporto",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Calling": "Voice Calling",
|
"Voice Calling": "Voice Calling",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for timer": "Wait for timer",
|
"Wait for timer": "Wait for timer",
|
||||||
@@ -1891,7 +1891,7 @@ final Map<String, String> it = {
|
|||||||
"Wallet is blocked": "Il portafoglio è bloccato",
|
"Wallet is blocked": "Il portafoglio è bloccato",
|
||||||
"Wallet!": "Portafoglio!",
|
"Wallet!": "Portafoglio!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "Attenzione: Rilevato eccesso di velocità!",
|
"Warning: Speeding detected!": "Attenzione: Rilevato eccesso di velocità!",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "Spiacenti, niente auto in zona!",
|
"We Are Sorry That we dont have cars in your Location!": "Spiacenti, niente auto in zona!",
|
||||||
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
||||||
@@ -1901,7 +1901,7 @@ final Map<String, String> it = {
|
|||||||
"We are searching for the nearest driver": "Cerchiamo l'autista più vicino",
|
"We are searching for the nearest driver": "Cerchiamo l'autista più vicino",
|
||||||
"We are searching for the nearest driver to you": "Cerchiamo l'autista più vicino a te",
|
"We are searching for the nearest driver to you": "Cerchiamo l'autista più vicino a te",
|
||||||
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "Ti connettiamo agli autisti più vicini.",
|
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "Ti connettiamo agli autisti più vicini.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Intaleq app and be part of our Intaleq family.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
||||||
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
||||||
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
||||||
@@ -1911,7 +1911,7 @@ final Map<String, String> it = {
|
|||||||
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
||||||
"We need your phone number to contact you and to help you receive orders.": "Ci serve il tuo numero per ricevere ordini.",
|
"We need your phone number to contact you and to help you receive orders.": "Ci serve il tuo numero per ricevere ordini.",
|
||||||
"We need your phone number to contact you and to help you.": "Ci serve il tuo numero per contattarti.",
|
"We need your phone number to contact you and to help you.": "Ci serve il tuo numero per contattarti.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We regret to inform you that another driver has accepted this order.": "Ci dispiace informarti che un altro autista ha accettato questo ordine.",
|
"We regret to inform you that another driver has accepted this order.": "Ci dispiace informarti che un altro autista ha accettato questo ordine.",
|
||||||
"We search nearst Driver to you": "Cerchiamo autista vicino",
|
"We search nearst Driver to you": "Cerchiamo autista vicino",
|
||||||
"We sent 5 digit to your Email provided": "Inviate 5 cifre alla tua email",
|
"We sent 5 digit to your Email provided": "Inviate 5 cifre alla tua email",
|
||||||
@@ -1929,12 +1929,12 @@ final Map<String, String> it = {
|
|||||||
"Welcome": "Welcome",
|
"Welcome": "Welcome",
|
||||||
"Welcome Back!": "Bentornato!",
|
"Welcome Back!": "Bentornato!",
|
||||||
"Welcome Offer!": "Welcome Offer!",
|
"Welcome Offer!": "Welcome Offer!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
||||||
"What are the requirements to become a driver?": "Quali sono i requisiti?",
|
"What are the requirements to become a driver?": "Quali sono i requisiti?",
|
||||||
"What is Types of Trips in Siro?": "What is Types of Trips in Siro?",
|
"What is Types of Trips in Siro?": "What is Types of Trips in Intaleq?",
|
||||||
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "Quali veicoli sono disponibili?",
|
"What types of vehicles are available?": "Quali veicoli sono disponibili?",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "Estrattore posizione WhatsApp",
|
"WhatsApp Location Extractor": "Estrattore posizione WhatsApp",
|
||||||
@@ -1946,9 +1946,9 @@ final Map<String, String> it = {
|
|||||||
"Where to": "Dove vuoi andare?",
|
"Where to": "Dove vuoi andare?",
|
||||||
"Where you want go": "Where you want go",
|
"Where you want go": "Where you want go",
|
||||||
"Which method you will pay": "Which method you will pay",
|
"Which method you will pay": "Which method you will pay",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Withdraw": "Withdraw",
|
"Withdraw": "Withdraw",
|
||||||
"Work": "Lavoro",
|
"Work": "Lavoro",
|
||||||
"Work & Contact": "Lavoro e Contatti",
|
"Work & Contact": "Lavoro e Contatti",
|
||||||
@@ -1972,7 +1972,7 @@ final Map<String, String> it = {
|
|||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, Pay": "Yes, Pay",
|
"Yes, Pay": "Yes, Pay",
|
||||||
"Yes, optimize": "Yes, optimize",
|
"Yes, optimize": "Yes, optimize",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Sì, puoi annullare, potrebbero esserci costi.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Sì, puoi annullare, potrebbero esserci costi.",
|
||||||
"You": "You",
|
"You": "You",
|
||||||
"You Are Stopped For this Day !": "Fermato per oggi!",
|
"You Are Stopped For this Day !": "Fermato per oggi!",
|
||||||
@@ -2024,7 +2024,7 @@ final Map<String, String> it = {
|
|||||||
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
||||||
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
||||||
"You can resend in": "Puoi inviare di nuovo tra",
|
"You can resend in": "Puoi inviare di nuovo tra",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
||||||
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
||||||
"You canceled VIP trip": "You canceled VIP trip",
|
"You canceled VIP trip": "You canceled VIP trip",
|
||||||
@@ -2171,8 +2171,8 @@ final Map<String, String> it = {
|
|||||||
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
||||||
"\\\${\"amount": "\\\${\"amount",
|
"\\\${\"amount": "\\\${\"amount",
|
||||||
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
||||||
"\\\${'*Siro APP CODE*": "\\\${'*Siro APP CODE*",
|
"\\\${'*Siro APP CODE*": "\\\${'*Intaleq APP CODE*",
|
||||||
"\\\${'*Siro DRIVER CODE*": "\\\${'*Siro DRIVER CODE*",
|
"\\\${'*Siro DRIVER CODE*": "\\\${'*Intaleq DRIVER CODE*",
|
||||||
"\\\${'Address": "\\\${'Address",
|
"\\\${'Address": "\\\${'Address",
|
||||||
"\\\${'Address: ": "\\\${'Address: ",
|
"\\\${'Address: ": "\\\${'Address: ",
|
||||||
"\\\${'Age": "\\\${'Age",
|
"\\\${'Age": "\\\${'Age",
|
||||||
@@ -2419,7 +2419,7 @@ final Map<String, String> it = {
|
|||||||
"login or register subtitle": "Inserisci il tuo numero di cellulare per accedere o registrarti",
|
"login or register subtitle": "Inserisci il tuo numero di cellulare per accedere o registrarti",
|
||||||
"m": "m",
|
"m": "m",
|
||||||
"m at the agreed-upon location": "m at the agreed-upon location",
|
"m at the agreed-upon location": "m at the agreed-upon location",
|
||||||
"m inviting you to try Siro.": "m inviting you to try Siro.",
|
"m inviting you to try Siro.": "m inviting you to try Intaleq.",
|
||||||
"m waiting for you": "m waiting for you",
|
"m waiting for you": "m waiting for you",
|
||||||
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
||||||
"message From Driver": "Messaggio dall'autista",
|
"message From Driver": "Messaggio dall'autista",
|
||||||
@@ -2475,16 +2475,16 @@ final Map<String, String> it = {
|
|||||||
"s Promo": "s Promo",
|
"s Promo": "s Promo",
|
||||||
"s Promos": "s Promos",
|
"s Promos": "s Promos",
|
||||||
"s Response": "s Response",
|
"s Response": "s Response",
|
||||||
"s Siro account.": "s Siro account.",
|
"s Siro account.": "s Intaleq account.",
|
||||||
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Intaleq account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
||||||
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
||||||
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
||||||
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
||||||
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
||||||
"s phone": "s phone",
|
"s phone": "s phone",
|
||||||
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
||||||
"s time to check the Siro app!": "s time to check the Siro app!",
|
"s time to check the Siro app!": "s time to check the Intaleq app!",
|
||||||
"safe_and_comfortable": "Sicura e comoda.",
|
"safe_and_comfortable": "Sicura e comoda.",
|
||||||
"scams operations": "scams operations",
|
"scams operations": "scams operations",
|
||||||
"scan Car License.": "scan Car License.",
|
"scan Car License.": "scan Car License.",
|
||||||
@@ -2513,7 +2513,7 @@ final Map<String, String> it = {
|
|||||||
"t have a phone number.": "t have a phone number.",
|
"t have a phone number.": "t have a phone number.",
|
||||||
"t have a reason": "t have a reason",
|
"t have a reason": "t have a reason",
|
||||||
"t have account": "t have account",
|
"t have account": "t have account",
|
||||||
"t have enough money in your Siro wallet": "t have enough money in your Siro wallet",
|
"t have enough money in your Siro wallet": "t have enough money in your Intaleq wallet",
|
||||||
"t moved sufficiently!": "t moved sufficiently!",
|
"t moved sufficiently!": "t moved sufficiently!",
|
||||||
"t need a ride anymore": "t need a ride anymore",
|
"t need a ride anymore": "t need a ride anymore",
|
||||||
"t return to use app after 1 month": "t return to use app after 1 month",
|
"t return to use app after 1 month": "t return to use app after 1 month",
|
||||||
@@ -2563,10 +2563,10 @@ final Map<String, String> it = {
|
|||||||
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
||||||
"wallet_credited_message": "wallet_credited_message",
|
"wallet_credited_message": "wallet_credited_message",
|
||||||
"wallet_updated": "wallet_updated",
|
"wallet_updated": "wallet_updated",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "Benvenuto, @firstName!",
|
"welcome user": "Benvenuto, @firstName!",
|
||||||
"welcome_message": "Benvenuto in Intaleq!",
|
"welcome_message": "Benvenuto in Intaleq!",
|
||||||
"welcome_to_siro": "welcome_to_siro",
|
"welcome_to_siro": "welcome_to_intaleq",
|
||||||
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
||||||
"with license plate": "with license plate",
|
"with license plate": "with license plate",
|
||||||
"with type": "with type",
|
"with type": "with type",
|
||||||
@@ -2590,7 +2590,7 @@ final Map<String, String> it = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you must insert token code ": "you must insert token code ",
|
"you must insert token code ": "you must insert token code ",
|
||||||
"you will pay to Driver": "Pagherai all'autista",
|
"you will pay to Driver": "Pagherai all'autista",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"you will use this device?": "you will use this device?",
|
"you will use this device?": "you will use this device?",
|
||||||
"your ride is Accepted": "Corsa accettata",
|
"your ride is Accepted": "Corsa accettata",
|
||||||
"your ride is applied": "corsa richiesta",
|
"your ride is applied": "corsa richiesta",
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ final Map<String, String> ru = {
|
|||||||
"\${\"You must leave at least": "\${\"You must leave at least",
|
"\${\"You must leave at least": "\${\"You must leave at least",
|
||||||
"\${\"amount": "\${\"amount",
|
"\${\"amount": "\${\"amount",
|
||||||
"\${\"transaction_id": "\${\"transaction_id",
|
"\${\"transaction_id": "\${\"transaction_id",
|
||||||
"\${'*Siro APP CODE*": "\${'*Siro APP CODE*",
|
"\${'*Siro APP CODE*": "\${'*Intaleq APP CODE*",
|
||||||
"\${'*Siro DRIVER CODE*": "\${'*Siro DRIVER CODE*",
|
"\${'*Siro DRIVER CODE*": "\${'*Intaleq DRIVER CODE*",
|
||||||
"\${'Address": "\${'Address",
|
"\${'Address": "\${'Address",
|
||||||
"\${'Address: ": "\${'Address: ",
|
"\${'Address: ": "\${'Address: ",
|
||||||
"\${'Age": "\${'Age",
|
"\${'Age": "\${'Age",
|
||||||
@@ -117,8 +117,8 @@ final Map<String, String> ru = {
|
|||||||
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
||||||
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
||||||
")[1]}": ")[1]}",
|
")[1]}": ")[1]}",
|
||||||
"*Siro APP CODE*": "*Siro APP CODE*",
|
"*Siro APP CODE*": "*Intaleq APP CODE*",
|
||||||
"*Siro DRIVER CODE*": "*Siro DRIVER CODE*",
|
"*Siro DRIVER CODE*": "*Intaleq DRIVER CODE*",
|
||||||
"--": "--",
|
"--": "--",
|
||||||
"-1% commission": "-1% commission",
|
"-1% commission": "-1% commission",
|
||||||
"-2% commission": "-2% commission",
|
"-2% commission": "-2% commission",
|
||||||
@@ -540,7 +540,7 @@ final Map<String, String> ru = {
|
|||||||
"Day Off": "Day Off",
|
"Day Off": "Day Off",
|
||||||
"Day Streak": "Day Streak",
|
"Day Streak": "Day Streak",
|
||||||
"Days": "Дни",
|
"Days": "Дни",
|
||||||
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,",
|
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nIntaleq ,",
|
||||||
"Debit": "Debit",
|
"Debit": "Debit",
|
||||||
"Debit Card": "Debit Card",
|
"Debit Card": "Debit Card",
|
||||||
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
||||||
@@ -580,8 +580,8 @@ final Map<String, String> ru = {
|
|||||||
"Don't have an account? Register": "Don't have an account? Register",
|
"Don't have an account? Register": "Don't have an account? Register",
|
||||||
"Done": "Готово",
|
"Done": "Готово",
|
||||||
"Don’t forget your personal belongings.": "Не забудьте личные вещи.",
|
"Don’t forget your personal belongings.": "Не забудьте личные вещи.",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "Скачай приложение:",
|
"Download the app now:": "Скачай приложение:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "Водитель",
|
"Driver": "Водитель",
|
||||||
@@ -703,7 +703,7 @@ final Map<String, String> ru = {
|
|||||||
"Evening": "Вечер",
|
"Evening": "Вечер",
|
||||||
"Excellent": "Excellent",
|
"Excellent": "Excellent",
|
||||||
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Exit": "Exit",
|
"Exit": "Exit",
|
||||||
"Exit Ride?": "Exit Ride?",
|
"Exit Ride?": "Exit Ride?",
|
||||||
"Expiration Date": "Дата окончания",
|
"Expiration Date": "Дата окончания",
|
||||||
@@ -750,8 +750,8 @@ final Map<String, String> ru = {
|
|||||||
"Flag-down fee": "Посадка",
|
"Flag-down fee": "Посадка",
|
||||||
"For Drivers": "Водителям",
|
"For Drivers": "Водителям",
|
||||||
"For Egypt": "For Egypt",
|
"For Egypt": "For Egypt",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
"Frequently Asked Questions": "Частые вопросы",
|
"Frequently Asked Questions": "Частые вопросы",
|
||||||
"Frequently Questions": "Частые вопросы",
|
"Frequently Questions": "Частые вопросы",
|
||||||
@@ -773,7 +773,7 @@ final Map<String, String> ru = {
|
|||||||
"Get": "Get",
|
"Get": "Get",
|
||||||
"Get Details of Trip": "Детали поездки",
|
"Get Details of Trip": "Детали поездки",
|
||||||
"Get Direction": "Маршрут",
|
"Get Direction": "Маршрут",
|
||||||
"Get a discount on your first Siro ride!": "Get a discount on your first Siro ride!",
|
"Get a discount on your first Siro ride!": "Get a discount on your first Intaleq ride!",
|
||||||
"Get features for your country": "Get features for your country",
|
"Get features for your country": "Get features for your country",
|
||||||
"Get it Now!": "Получить!",
|
"Get it Now!": "Получить!",
|
||||||
"Get to your destination quickly and easily.": "Доберитесь быстро и легко.",
|
"Get to your destination quickly and easily.": "Доберитесь быстро и легко.",
|
||||||
@@ -838,7 +838,7 @@ final Map<String, String> ru = {
|
|||||||
"How much do you want to earn today?": "How much do you want to earn today?",
|
"How much do you want to earn today?": "How much do you want to earn today?",
|
||||||
"How much longer will you be?": "How much longer will you be?",
|
"How much longer will you be?": "How much longer will you be?",
|
||||||
"How to use App": "How to use App",
|
"How to use App": "How to use App",
|
||||||
"How to use Siro": "How to use Siro",
|
"How to use Siro": "How to use Intaleq",
|
||||||
"How was the passenger?": "How was the passenger?",
|
"How was the passenger?": "How was the passenger?",
|
||||||
"How was your trip with": "How was your trip with",
|
"How was your trip with": "How was your trip with",
|
||||||
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
||||||
@@ -922,7 +922,7 @@ final Map<String, String> ru = {
|
|||||||
"IssueDate": "Дата выдачи",
|
"IssueDate": "Дата выдачи",
|
||||||
"JOD": "₽",
|
"JOD": "₽",
|
||||||
"Join": "Войти",
|
"Join": "Войти",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Jordan": "Иордания",
|
"Jordan": "Иордания",
|
||||||
"Just now": "Just now",
|
"Just now": "Just now",
|
||||||
"KM": "КМ",
|
"KM": "КМ",
|
||||||
@@ -1144,7 +1144,7 @@ final Map<String, String> ru = {
|
|||||||
"Order Applied": "Заказ принят",
|
"Order Applied": "Заказ принят",
|
||||||
"Order Cancelled": "Order Cancelled",
|
"Order Cancelled": "Order Cancelled",
|
||||||
"Order Cancelled by Passenger": "Отмена пассажиром",
|
"Order Cancelled by Passenger": "Отмена пассажиром",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "История заказов",
|
"Order History": "История заказов",
|
||||||
"Order ID": "Order ID",
|
"Order ID": "Order ID",
|
||||||
"Order Request Page": "Страница заказа",
|
"Order Request Page": "Страница заказа",
|
||||||
@@ -1195,7 +1195,7 @@ final Map<String, String> ru = {
|
|||||||
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
||||||
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
||||||
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
||||||
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: siroapp)",
|
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: intaleqapp)",
|
||||||
"Pay with Credit Card": "Кредитная карта",
|
"Pay with Credit Card": "Кредитная карта",
|
||||||
"Pay with Debit Card": "Pay with Debit Card",
|
"Pay with Debit Card": "Pay with Debit Card",
|
||||||
"Pay with Wallet": "Кошельком",
|
"Pay with Wallet": "Кошельком",
|
||||||
@@ -1287,7 +1287,7 @@ final Map<String, String> ru = {
|
|||||||
"Please help! Contact me as soon as possible.": "Помогите! Свяжитесь со мной.",
|
"Please help! Contact me as soon as possible.": "Помогите! Свяжитесь со мной.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "Убедитесь, что не оставили вещи в машине.",
|
"Please make sure not to leave any personal belongings in the car.": "Убедитесь, что не оставили вещи в машине.",
|
||||||
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
||||||
"Please put your licence in these border": "Поместите права в рамку",
|
"Please put your licence in these border": "Поместите права в рамку",
|
||||||
@@ -1297,7 +1297,7 @@ final Map<String, String> ru = {
|
|||||||
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
||||||
"Please stay on the picked point.": "Пожалуйста, оставайтесь в точке посадки.",
|
"Please stay on the picked point.": "Пожалуйста, оставайтесь в точке посадки.",
|
||||||
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
||||||
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: siroapp",
|
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: intaleqapp",
|
||||||
"Please try again in a few moments": "Please try again in a few moments",
|
"Please try again in a few moments": "Please try again in a few moments",
|
||||||
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
||||||
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
||||||
@@ -1479,7 +1479,7 @@ final Map<String, String> ru = {
|
|||||||
"Send Email": "Send Email",
|
"Send Email": "Send Email",
|
||||||
"Send Invite": "Отправить",
|
"Send Invite": "Отправить",
|
||||||
"Send Message": "Send Message",
|
"Send Message": "Send Message",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "Отправить код",
|
"Send Verfication Code": "Отправить код",
|
||||||
"Send Verification Code": "Отправить код",
|
"Send Verification Code": "Отправить код",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1533,34 +1533,34 @@ final Map<String, String> ru = {
|
|||||||
"Sign in with Google for easier email and name entry": "Вход через Google",
|
"Sign in with Google for easier email and name entry": "Вход через Google",
|
||||||
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
||||||
"Silver badge": "Silver badge",
|
"Silver badge": "Silver badge",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro DRIVER CODE": "Siro DRIVER CODE",
|
"Siro DRIVER CODE": "Intaleq DRIVER CODE",
|
||||||
"Siro Driver": "Siro Driver",
|
"Siro Driver": "Intaleq Driver",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro LLC\\n\${'Syria": "Siro LLC\\n\${'Syria",
|
"Siro LLC\\n\${'Syria": "Intaleq LLC\\n\${'Syria",
|
||||||
"Siro LLC\\n\\\${'Syria": "Siro LLC\\n\\\${'Syria",
|
"Siro LLC\\n\\\${'Syria": "Intaleq LLC\\n\\\${'Syria",
|
||||||
"Siro Order": "Siro Order",
|
"Siro Order": "Intaleq Order",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Reminder": "Siro Reminder",
|
"Siro Reminder": "Intaleq Reminder",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro Wallet Features:": "Siro Wallet Features:",
|
"Siro Wallet Features:": "Intaleq Wallet Features:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Siro123": "Siro123",
|
"Siro123": "Intaleq123",
|
||||||
"Siro: For fixed salary and endpoints.": "Siro: For fixed salary and endpoints.",
|
"Siro: For fixed salary and endpoints.": "Intaleq: For fixed salary and endpoints.",
|
||||||
"Slide to End Trip": "Slide to End Trip",
|
"Slide to End Trip": "Slide to End Trip",
|
||||||
"So go and gain your money": "So go and gain your money",
|
"So go and gain your money": "So go and gain your money",
|
||||||
"Social Butterfly": "Social Butterfly",
|
"Social Butterfly": "Social Butterfly",
|
||||||
@@ -1590,7 +1590,7 @@ final Map<String, String> ru = {
|
|||||||
"Status": "Status",
|
"Status": "Status",
|
||||||
"Status is": "Status is",
|
"Status is": "Status is",
|
||||||
"Stay": "Stay",
|
"Stay": "Stay",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
||||||
"Submission Failed": "Submission Failed",
|
"Submission Failed": "Submission Failed",
|
||||||
@@ -1710,8 +1710,8 @@ final Map<String, String> ru = {
|
|||||||
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
||||||
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
||||||
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Siro app...",
|
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Intaleq app...",
|
||||||
"To change Language the App": "To change Language the App",
|
"To change Language the App": "To change Language the App",
|
||||||
"To change some Settings": "Изменить настройки",
|
"To change some Settings": "Изменить настройки",
|
||||||
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
||||||
@@ -1719,7 +1719,7 @@ final Map<String, String> ru = {
|
|||||||
"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.": "Выберите страну для корректной работы.",
|
||||||
"To get a gift for both": "To get a gift for both",
|
"To get a gift for both": "To get a gift for both",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Нам нужно знать ваше местоположение, чтобы найти ближайших водителей.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Нам нужно знать ваше местоположение, чтобы найти ближайших водителей.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "Пополните кошелек",
|
"To use Wallet charge it": "Пополните кошелек",
|
||||||
"Today": "Today",
|
"Today": "Today",
|
||||||
"Today Overview": "Today Overview",
|
"Today Overview": "Today Overview",
|
||||||
@@ -1809,7 +1809,7 @@ final Map<String, String> ru = {
|
|||||||
"Type your Email": "Введите Email",
|
"Type your Email": "Введите Email",
|
||||||
"Type your message": "Введите сообщение",
|
"Type your message": "Введите сообщение",
|
||||||
"Type your message...": "Type your message...",
|
"Type your message...": "Type your message...",
|
||||||
"Types of Trips in Siro:": "Types of Trips in Siro:",
|
"Types of Trips in Siro:": "Types of Trips in Intaleq:",
|
||||||
"USA": "США",
|
"USA": "США",
|
||||||
"Uncompromising Security": "Безопасность",
|
"Uncompromising Security": "Безопасность",
|
||||||
"Unknown": "Unknown",
|
"Unknown": "Unknown",
|
||||||
@@ -1868,7 +1868,7 @@ final Map<String, String> ru = {
|
|||||||
"View your past transactions": "Просмотр транзакций",
|
"View your past transactions": "Просмотр транзакций",
|
||||||
"Visa": "Visa",
|
"Visa": "Visa",
|
||||||
"Visit Website/Contact Support": "Сайт/Поддержка",
|
"Visit Website/Contact Support": "Сайт/Поддержка",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Calling": "Voice Calling",
|
"Voice Calling": "Voice Calling",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for timer": "Wait for timer",
|
"Wait for timer": "Wait for timer",
|
||||||
@@ -1891,7 +1891,7 @@ final Map<String, String> ru = {
|
|||||||
"Wallet is blocked": "Кошелек заблокирован",
|
"Wallet is blocked": "Кошелек заблокирован",
|
||||||
"Wallet!": "Кошелек!",
|
"Wallet!": "Кошелек!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "Внимание: Превышение скорости!",
|
"Warning: Speeding detected!": "Внимание: Превышение скорости!",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "Нет машин в вашем районе!",
|
"We Are Sorry That we dont have cars in your Location!": "Нет машин в вашем районе!",
|
||||||
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
||||||
@@ -1901,7 +1901,7 @@ final Map<String, String> ru = {
|
|||||||
"We are searching for the nearest driver": "Поиск водителя",
|
"We are searching for the nearest driver": "Поиск водителя",
|
||||||
"We are searching for the nearest driver to you": "Ищем ближайшего водителя",
|
"We are searching for the nearest driver to you": "Ищем ближайшего водителя",
|
||||||
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "Быстрая подача.",
|
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "Быстрая подача.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Intaleq app and be part of our Intaleq family.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
||||||
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
||||||
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
||||||
@@ -1911,7 +1911,7 @@ final Map<String, String> ru = {
|
|||||||
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
||||||
"We need your phone number to contact you and to help you receive orders.": "Нам нужен номер для заказов.",
|
"We need your phone number to contact you and to help you receive orders.": "Нам нужен номер для заказов.",
|
||||||
"We need your phone number to contact you and to help you.": "Нам нужен ваш номер для связи.",
|
"We need your phone number to contact you and to help you.": "Нам нужен ваш номер для связи.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We regret to inform you that another driver has accepted this order.": "К сожалению, этот заказ принял другой водитель.",
|
"We regret to inform you that another driver has accepted this order.": "К сожалению, этот заказ принял другой водитель.",
|
||||||
"We search nearst Driver to you": "Ищем водителя",
|
"We search nearst Driver to you": "Ищем водителя",
|
||||||
"We sent 5 digit to your Email provided": "Отправили 5 цифр на email",
|
"We sent 5 digit to your Email provided": "Отправили 5 цифр на email",
|
||||||
@@ -1929,12 +1929,12 @@ final Map<String, String> ru = {
|
|||||||
"Welcome": "Welcome",
|
"Welcome": "Welcome",
|
||||||
"Welcome Back!": "С возвращением!",
|
"Welcome Back!": "С возвращением!",
|
||||||
"Welcome Offer!": "Welcome Offer!",
|
"Welcome Offer!": "Welcome Offer!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
||||||
"What are the requirements to become a driver?": "Требования к водителю?",
|
"What are the requirements to become a driver?": "Требования к водителю?",
|
||||||
"What is Types of Trips in Siro?": "What is Types of Trips in Siro?",
|
"What is Types of Trips in Siro?": "What is Types of Trips in Intaleq?",
|
||||||
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "Какие авто доступны?",
|
"What types of vehicles are available?": "Какие авто доступны?",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "Локация из WhatsApp",
|
"WhatsApp Location Extractor": "Локация из WhatsApp",
|
||||||
@@ -1946,9 +1946,9 @@ final Map<String, String> ru = {
|
|||||||
"Where to": "Куда едем?",
|
"Where to": "Куда едем?",
|
||||||
"Where you want go": "Where you want go",
|
"Where you want go": "Where you want go",
|
||||||
"Which method you will pay": "Which method you will pay",
|
"Which method you will pay": "Which method you will pay",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Withdraw": "Withdraw",
|
"Withdraw": "Withdraw",
|
||||||
"Work": "Работа",
|
"Work": "Работа",
|
||||||
"Work & Contact": "Работа и Контакты",
|
"Work & Contact": "Работа и Контакты",
|
||||||
@@ -1972,7 +1972,7 @@ final Map<String, String> ru = {
|
|||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, Pay": "Yes, Pay",
|
"Yes, Pay": "Yes, Pay",
|
||||||
"Yes, optimize": "Yes, optimize",
|
"Yes, optimize": "Yes, optimize",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Да, возможна комиссия за отмену.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Да, возможна комиссия за отмену.",
|
||||||
"You": "You",
|
"You": "You",
|
||||||
"You Are Stopped For this Day !": "Блокировка на сегодня!",
|
"You Are Stopped For this Day !": "Блокировка на сегодня!",
|
||||||
@@ -2024,7 +2024,7 @@ final Map<String, String> ru = {
|
|||||||
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
||||||
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
||||||
"You can resend in": "Отправить снова через",
|
"You can resend in": "Отправить снова через",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
||||||
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
||||||
"You canceled VIP trip": "You canceled VIP trip",
|
"You canceled VIP trip": "You canceled VIP trip",
|
||||||
@@ -2171,8 +2171,8 @@ final Map<String, String> ru = {
|
|||||||
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
||||||
"\\\${\"amount": "\\\${\"amount",
|
"\\\${\"amount": "\\\${\"amount",
|
||||||
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
||||||
"\\\${'*Siro APP CODE*": "\\\${'*Siro APP CODE*",
|
"\\\${'*Siro APP CODE*": "\\\${'*Intaleq APP CODE*",
|
||||||
"\\\${'*Siro DRIVER CODE*": "\\\${'*Siro DRIVER CODE*",
|
"\\\${'*Siro DRIVER CODE*": "\\\${'*Intaleq DRIVER CODE*",
|
||||||
"\\\${'Address": "\\\${'Address",
|
"\\\${'Address": "\\\${'Address",
|
||||||
"\\\${'Address: ": "\\\${'Address: ",
|
"\\\${'Address: ": "\\\${'Address: ",
|
||||||
"\\\${'Age": "\\\${'Age",
|
"\\\${'Age": "\\\${'Age",
|
||||||
@@ -2419,7 +2419,7 @@ final Map<String, String> ru = {
|
|||||||
"login or register subtitle": "Введите номер телефона для входа или регистрации",
|
"login or register subtitle": "Введите номер телефона для входа или регистрации",
|
||||||
"m": "м",
|
"m": "м",
|
||||||
"m at the agreed-upon location": "m at the agreed-upon location",
|
"m at the agreed-upon location": "m at the agreed-upon location",
|
||||||
"m inviting you to try Siro.": "m inviting you to try Siro.",
|
"m inviting you to try Siro.": "m inviting you to try Intaleq.",
|
||||||
"m waiting for you": "m waiting for you",
|
"m waiting for you": "m waiting for you",
|
||||||
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
||||||
"message From Driver": "Сообщение от водителя",
|
"message From Driver": "Сообщение от водителя",
|
||||||
@@ -2475,16 +2475,16 @@ final Map<String, String> ru = {
|
|||||||
"s Promo": "s Promo",
|
"s Promo": "s Promo",
|
||||||
"s Promos": "s Promos",
|
"s Promos": "s Promos",
|
||||||
"s Response": "s Response",
|
"s Response": "s Response",
|
||||||
"s Siro account.": "s Siro account.",
|
"s Siro account.": "s Intaleq account.",
|
||||||
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Intaleq account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
||||||
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
||||||
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
||||||
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
||||||
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
||||||
"s phone": "s phone",
|
"s phone": "s phone",
|
||||||
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
||||||
"s time to check the Siro app!": "s time to check the Siro app!",
|
"s time to check the Siro app!": "s time to check the Intaleq app!",
|
||||||
"safe_and_comfortable": "Безопасно и комфортно.",
|
"safe_and_comfortable": "Безопасно и комфортно.",
|
||||||
"scams operations": "scams operations",
|
"scams operations": "scams operations",
|
||||||
"scan Car License.": "scan Car License.",
|
"scan Car License.": "scan Car License.",
|
||||||
@@ -2513,7 +2513,7 @@ final Map<String, String> ru = {
|
|||||||
"t have a phone number.": "t have a phone number.",
|
"t have a phone number.": "t have a phone number.",
|
||||||
"t have a reason": "t have a reason",
|
"t have a reason": "t have a reason",
|
||||||
"t have account": "t have account",
|
"t have account": "t have account",
|
||||||
"t have enough money in your Siro wallet": "t have enough money in your Siro wallet",
|
"t have enough money in your Siro wallet": "t have enough money in your Intaleq wallet",
|
||||||
"t moved sufficiently!": "t moved sufficiently!",
|
"t moved sufficiently!": "t moved sufficiently!",
|
||||||
"t need a ride anymore": "t need a ride anymore",
|
"t need a ride anymore": "t need a ride anymore",
|
||||||
"t return to use app after 1 month": "t return to use app after 1 month",
|
"t return to use app after 1 month": "t return to use app after 1 month",
|
||||||
@@ -2563,10 +2563,10 @@ final Map<String, String> ru = {
|
|||||||
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
||||||
"wallet_credited_message": "wallet_credited_message",
|
"wallet_credited_message": "wallet_credited_message",
|
||||||
"wallet_updated": "wallet_updated",
|
"wallet_updated": "wallet_updated",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "Добро пожаловать, @firstName!",
|
"welcome user": "Добро пожаловать, @firstName!",
|
||||||
"welcome_message": "Добро пожаловать в Intaleq!",
|
"welcome_message": "Добро пожаловать в Intaleq!",
|
||||||
"welcome_to_siro": "welcome_to_siro",
|
"welcome_to_siro": "welcome_to_intaleq",
|
||||||
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
||||||
"with license plate": "with license plate",
|
"with license plate": "with license plate",
|
||||||
"with type": "with type",
|
"with type": "with type",
|
||||||
@@ -2590,7 +2590,7 @@ final Map<String, String> ru = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you must insert token code ": "you must insert token code ",
|
"you must insert token code ": "you must insert token code ",
|
||||||
"you will pay to Driver": "К оплате водителю",
|
"you will pay to Driver": "К оплате водителю",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"you will use this device?": "you will use this device?",
|
"you will use this device?": "you will use this device?",
|
||||||
"your ride is Accepted": "Заказ принят",
|
"your ride is Accepted": "Заказ принят",
|
||||||
"your ride is applied": "поездка оформлена",
|
"your ride is applied": "поездка оформлена",
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ final Map<String, String> tr = {
|
|||||||
"\${\"You must leave at least": "\${\"You must leave at least",
|
"\${\"You must leave at least": "\${\"You must leave at least",
|
||||||
"\${\"amount": "\${\"amount",
|
"\${\"amount": "\${\"amount",
|
||||||
"\${\"transaction_id": "\${\"transaction_id",
|
"\${\"transaction_id": "\${\"transaction_id",
|
||||||
"\${'*Siro APP CODE*": "\${'*Siro APP CODE*",
|
"\${'*Siro APP CODE*": "\${'*Intaleq APP CODE*",
|
||||||
"\${'*Siro DRIVER CODE*": "\${'*Siro DRIVER CODE*",
|
"\${'*Siro DRIVER CODE*": "\${'*Intaleq DRIVER CODE*",
|
||||||
"\${'Address": "\${'Address",
|
"\${'Address": "\${'Address",
|
||||||
"\${'Address: ": "\${'Address: ",
|
"\${'Address: ": "\${'Address: ",
|
||||||
"\${'Age": "\${'Age",
|
"\${'Age": "\${'Age",
|
||||||
@@ -117,8 +117,8 @@ final Map<String, String> tr = {
|
|||||||
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
||||||
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
||||||
")[1]}": ")[1]}",
|
")[1]}": ")[1]}",
|
||||||
"*Siro APP CODE*": "*Siro APP CODE*",
|
"*Siro APP CODE*": "*Intaleq APP CODE*",
|
||||||
"*Siro DRIVER CODE*": "*Siro DRIVER CODE*",
|
"*Siro DRIVER CODE*": "*Intaleq DRIVER CODE*",
|
||||||
"--": "--",
|
"--": "--",
|
||||||
"-1% commission": "-1% commission",
|
"-1% commission": "-1% commission",
|
||||||
"-2% commission": "-2% commission",
|
"-2% commission": "-2% commission",
|
||||||
@@ -540,7 +540,7 @@ final Map<String, String> tr = {
|
|||||||
"Day Off": "Day Off",
|
"Day Off": "Day Off",
|
||||||
"Day Streak": "Day Streak",
|
"Day Streak": "Day Streak",
|
||||||
"Days": "Günler",
|
"Days": "Günler",
|
||||||
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,",
|
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nIntaleq ,",
|
||||||
"Debit": "Debit",
|
"Debit": "Debit",
|
||||||
"Debit Card": "Debit Card",
|
"Debit Card": "Debit Card",
|
||||||
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
||||||
@@ -580,8 +580,8 @@ final Map<String, String> tr = {
|
|||||||
"Don't have an account? Register": "Don't have an account? Register",
|
"Don't have an account? Register": "Don't have an account? Register",
|
||||||
"Done": "Bitti",
|
"Done": "Bitti",
|
||||||
"Don’t forget your personal belongings.": "Eşyalarınızı unutmayın.",
|
"Don’t forget your personal belongings.": "Eşyalarınızı unutmayın.",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "Uygulamayı hemen indir:",
|
"Download the app now:": "Uygulamayı hemen indir:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "Sürücü",
|
"Driver": "Sürücü",
|
||||||
@@ -703,7 +703,7 @@ final Map<String, String> tr = {
|
|||||||
"Evening": "Akşam",
|
"Evening": "Akşam",
|
||||||
"Excellent": "Excellent",
|
"Excellent": "Excellent",
|
||||||
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Exit": "Exit",
|
"Exit": "Exit",
|
||||||
"Exit Ride?": "Exit Ride?",
|
"Exit Ride?": "Exit Ride?",
|
||||||
"Expiration Date": "Son Kullanma Tarihi",
|
"Expiration Date": "Son Kullanma Tarihi",
|
||||||
@@ -750,8 +750,8 @@ final Map<String, String> tr = {
|
|||||||
"Flag-down fee": "Açılış ücreti",
|
"Flag-down fee": "Açılış ücreti",
|
||||||
"For Drivers": "Sürücüler İçin",
|
"For Drivers": "Sürücüler İçin",
|
||||||
"For Egypt": "For Egypt",
|
"For Egypt": "For Egypt",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
"Frequently Asked Questions": "Sıkça Sorulan Sorular",
|
"Frequently Asked Questions": "Sıkça Sorulan Sorular",
|
||||||
"Frequently Questions": "Sıkça Sorulan Sorular",
|
"Frequently Questions": "Sıkça Sorulan Sorular",
|
||||||
@@ -773,7 +773,7 @@ final Map<String, String> tr = {
|
|||||||
"Get": "Get",
|
"Get": "Get",
|
||||||
"Get Details of Trip": "Yolculuk Detaylarını Al",
|
"Get Details of Trip": "Yolculuk Detaylarını Al",
|
||||||
"Get Direction": "Yol Tarifi Al",
|
"Get Direction": "Yol Tarifi Al",
|
||||||
"Get a discount on your first Siro ride!": "Get a discount on your first Siro ride!",
|
"Get a discount on your first Siro ride!": "Get a discount on your first Intaleq ride!",
|
||||||
"Get features for your country": "Get features for your country",
|
"Get features for your country": "Get features for your country",
|
||||||
"Get it Now!": "Hemen Al!",
|
"Get it Now!": "Hemen Al!",
|
||||||
"Get to your destination quickly and easily.": "Hedefinize hızlı ve kolayca ulaşın.",
|
"Get to your destination quickly and easily.": "Hedefinize hızlı ve kolayca ulaşın.",
|
||||||
@@ -838,7 +838,7 @@ final Map<String, String> tr = {
|
|||||||
"How much do you want to earn today?": "How much do you want to earn today?",
|
"How much do you want to earn today?": "How much do you want to earn today?",
|
||||||
"How much longer will you be?": "How much longer will you be?",
|
"How much longer will you be?": "How much longer will you be?",
|
||||||
"How to use App": "How to use App",
|
"How to use App": "How to use App",
|
||||||
"How to use Siro": "How to use Siro",
|
"How to use Siro": "How to use Intaleq",
|
||||||
"How was the passenger?": "How was the passenger?",
|
"How was the passenger?": "How was the passenger?",
|
||||||
"How was your trip with": "How was your trip with",
|
"How was your trip with": "How was your trip with",
|
||||||
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
||||||
@@ -922,7 +922,7 @@ final Map<String, String> tr = {
|
|||||||
"IssueDate": "Veriliş Tarihi",
|
"IssueDate": "Veriliş Tarihi",
|
||||||
"JOD": "TL",
|
"JOD": "TL",
|
||||||
"Join": "Katıl",
|
"Join": "Katıl",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Jordan": "Ürdün",
|
"Jordan": "Ürdün",
|
||||||
"Just now": "Just now",
|
"Just now": "Just now",
|
||||||
"KM": "KM",
|
"KM": "KM",
|
||||||
@@ -1144,7 +1144,7 @@ final Map<String, String> tr = {
|
|||||||
"Order Applied": "Sipariş Alındı",
|
"Order Applied": "Sipariş Alındı",
|
||||||
"Order Cancelled": "Order Cancelled",
|
"Order Cancelled": "Order Cancelled",
|
||||||
"Order Cancelled by Passenger": "Sipariş Yolcu Tarafından İptal Edildi",
|
"Order Cancelled by Passenger": "Sipariş Yolcu Tarafından İptal Edildi",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "Sipariş Geçmişi",
|
"Order History": "Sipariş Geçmişi",
|
||||||
"Order ID": "Order ID",
|
"Order ID": "Order ID",
|
||||||
"Order Request Page": "Sipariş İstek Sayfası",
|
"Order Request Page": "Sipariş İstek Sayfası",
|
||||||
@@ -1195,7 +1195,7 @@ final Map<String, String> tr = {
|
|||||||
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
||||||
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
||||||
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
||||||
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: siroapp)",
|
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: intaleqapp)",
|
||||||
"Pay with Credit Card": "Kredi Kartı ile Öde",
|
"Pay with Credit Card": "Kredi Kartı ile Öde",
|
||||||
"Pay with Debit Card": "Pay with Debit Card",
|
"Pay with Debit Card": "Pay with Debit Card",
|
||||||
"Pay with Wallet": "Cüzdan ile Öde",
|
"Pay with Wallet": "Cüzdan ile Öde",
|
||||||
@@ -1287,7 +1287,7 @@ final Map<String, String> tr = {
|
|||||||
"Please help! Contact me as soon as possible.": "Lütfen yardım edin! Bana hemen ulaşın.",
|
"Please help! Contact me as soon as possible.": "Lütfen yardım edin! Bana hemen ulaşın.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "Lütfen araçta kişisel eşya bırakmadığınızdan emin olun.",
|
"Please make sure not to leave any personal belongings in the car.": "Lütfen araçta kişisel eşya bırakmadığınızdan emin olun.",
|
||||||
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
||||||
"Please put your licence in these border": "Lütfen ehliyetinizi bu çerçeveye yerleştirin",
|
"Please put your licence in these border": "Lütfen ehliyetinizi bu çerçeveye yerleştirin",
|
||||||
@@ -1297,7 +1297,7 @@ final Map<String, String> tr = {
|
|||||||
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
||||||
"Please stay on the picked point.": "Lütfen seçilen noktada bekleyin.",
|
"Please stay on the picked point.": "Lütfen seçilen noktada bekleyin.",
|
||||||
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
||||||
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: siroapp",
|
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: intaleqapp",
|
||||||
"Please try again in a few moments": "Please try again in a few moments",
|
"Please try again in a few moments": "Please try again in a few moments",
|
||||||
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
||||||
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
||||||
@@ -1479,7 +1479,7 @@ final Map<String, String> tr = {
|
|||||||
"Send Email": "Send Email",
|
"Send Email": "Send Email",
|
||||||
"Send Invite": "Davet Gönder",
|
"Send Invite": "Davet Gönder",
|
||||||
"Send Message": "Send Message",
|
"Send Message": "Send Message",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "Doğrulama Kodu Gönder",
|
"Send Verfication Code": "Doğrulama Kodu Gönder",
|
||||||
"Send Verification Code": "Doğrulama Kodu Gönder",
|
"Send Verification Code": "Doğrulama Kodu Gönder",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1533,34 +1533,34 @@ final Map<String, String> tr = {
|
|||||||
"Sign in with Google for easier email and name entry": "Daha kolay giriş için Google ile bağlanın",
|
"Sign in with Google for easier email and name entry": "Daha kolay giriş için Google ile bağlanın",
|
||||||
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
||||||
"Silver badge": "Silver badge",
|
"Silver badge": "Silver badge",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro DRIVER CODE": "Siro DRIVER CODE",
|
"Siro DRIVER CODE": "Intaleq DRIVER CODE",
|
||||||
"Siro Driver": "Siro Driver",
|
"Siro Driver": "Intaleq Driver",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro LLC\\n\${'Syria": "Siro LLC\\n\${'Syria",
|
"Siro LLC\\n\${'Syria": "Intaleq LLC\\n\${'Syria",
|
||||||
"Siro LLC\\n\\\${'Syria": "Siro LLC\\n\\\${'Syria",
|
"Siro LLC\\n\\\${'Syria": "Intaleq LLC\\n\\\${'Syria",
|
||||||
"Siro Order": "Siro Order",
|
"Siro Order": "Intaleq Order",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Reminder": "Siro Reminder",
|
"Siro Reminder": "Intaleq Reminder",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro Wallet Features:": "Siro Wallet Features:",
|
"Siro Wallet Features:": "Intaleq Wallet Features:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Siro123": "Siro123",
|
"Siro123": "Intaleq123",
|
||||||
"Siro: For fixed salary and endpoints.": "Siro: For fixed salary and endpoints.",
|
"Siro: For fixed salary and endpoints.": "Intaleq: For fixed salary and endpoints.",
|
||||||
"Slide to End Trip": "Slide to End Trip",
|
"Slide to End Trip": "Slide to End Trip",
|
||||||
"So go and gain your money": "So go and gain your money",
|
"So go and gain your money": "So go and gain your money",
|
||||||
"Social Butterfly": "Social Butterfly",
|
"Social Butterfly": "Social Butterfly",
|
||||||
@@ -1590,7 +1590,7 @@ final Map<String, String> tr = {
|
|||||||
"Status": "Status",
|
"Status": "Status",
|
||||||
"Status is": "Status is",
|
"Status is": "Status is",
|
||||||
"Stay": "Stay",
|
"Stay": "Stay",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
||||||
"Submission Failed": "Submission Failed",
|
"Submission Failed": "Submission Failed",
|
||||||
@@ -1710,8 +1710,8 @@ final Map<String, String> tr = {
|
|||||||
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
||||||
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
||||||
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Siro app...",
|
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Intaleq app...",
|
||||||
"To change Language the App": "To change Language the App",
|
"To change Language the App": "To change Language the App",
|
||||||
"To change some Settings": "Bazı Ayarları değiştirmek için",
|
"To change some Settings": "Bazı Ayarları değiştirmek için",
|
||||||
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
||||||
@@ -1719,7 +1719,7 @@ final Map<String, String> tr = {
|
|||||||
"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.": "En doğru bilgiyi almak için lütfen ülkenizi seçin.",
|
"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.": "En doğru bilgiyi almak için lütfen ülkenizi seçin.",
|
||||||
"To get a gift for both": "To get a gift for both",
|
"To get a gift for both": "To get a gift for both",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Size en iyi deneyimi sunmak için nerede olduğunuzu bilmemiz gerek. Konumunuz yakın sürücüleri bulmak için kullanılır.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Size en iyi deneyimi sunmak için nerede olduğunuzu bilmemiz gerek. Konumunuz yakın sürücüleri bulmak için kullanılır.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "Cüzdanı kullanmak için yükleme yapın",
|
"To use Wallet charge it": "Cüzdanı kullanmak için yükleme yapın",
|
||||||
"Today": "Today",
|
"Today": "Today",
|
||||||
"Today Overview": "Today Overview",
|
"Today Overview": "Today Overview",
|
||||||
@@ -1809,7 +1809,7 @@ final Map<String, String> tr = {
|
|||||||
"Type your Email": "E-postanızı Yazın",
|
"Type your Email": "E-postanızı Yazın",
|
||||||
"Type your message": "Mesajını yaz",
|
"Type your message": "Mesajını yaz",
|
||||||
"Type your message...": "Type your message...",
|
"Type your message...": "Type your message...",
|
||||||
"Types of Trips in Siro:": "Types of Trips in Siro:",
|
"Types of Trips in Siro:": "Types of Trips in Intaleq:",
|
||||||
"USA": "ABD",
|
"USA": "ABD",
|
||||||
"Uncompromising Security": "Tavizsiz Güvenlik",
|
"Uncompromising Security": "Tavizsiz Güvenlik",
|
||||||
"Unknown": "Unknown",
|
"Unknown": "Unknown",
|
||||||
@@ -1868,7 +1868,7 @@ final Map<String, String> tr = {
|
|||||||
"View your past transactions": "Geçmiş işlemleri görüntüle",
|
"View your past transactions": "Geçmiş işlemleri görüntüle",
|
||||||
"Visa": "Visa",
|
"Visa": "Visa",
|
||||||
"Visit Website/Contact Support": "Web Sitesini Ziyaret Et/Desteğe Ulaş",
|
"Visit Website/Contact Support": "Web Sitesini Ziyaret Et/Desteğe Ulaş",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Calling": "Voice Calling",
|
"Voice Calling": "Voice Calling",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for timer": "Wait for timer",
|
"Wait for timer": "Wait for timer",
|
||||||
@@ -1891,7 +1891,7 @@ final Map<String, String> tr = {
|
|||||||
"Wallet is blocked": "Cüzdan bloke edildi",
|
"Wallet is blocked": "Cüzdan bloke edildi",
|
||||||
"Wallet!": "Cüzdan!",
|
"Wallet!": "Cüzdan!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "Uyarı: Hız sınırı aşıldı!",
|
"Warning: Speeding detected!": "Uyarı: Hız sınırı aşıldı!",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "Üzgünüz, konumunuzda aracımız yok!",
|
"We Are Sorry That we dont have cars in your Location!": "Üzgünüz, konumunuzda aracımız yok!",
|
||||||
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
||||||
@@ -1901,7 +1901,7 @@ final Map<String, String> tr = {
|
|||||||
"We are searching for the nearest driver": "En yakın sürücüyü arıyoruz",
|
"We are searching for the nearest driver": "En yakın sürücüyü arıyoruz",
|
||||||
"We are searching for the nearest driver to you": "Size en yakın sürücüyü arıyoruz",
|
"We are searching for the nearest driver to you": "Size en yakın sürücüyü arıyoruz",
|
||||||
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "Daha hızlı alım ve yolculuk için sizi en yakın sürücülere bağlıyoruz.",
|
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "Daha hızlı alım ve yolculuk için sizi en yakın sürücülere bağlıyoruz.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Intaleq app and be part of our Intaleq family.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
||||||
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
||||||
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
||||||
@@ -1911,7 +1911,7 @@ final Map<String, String> tr = {
|
|||||||
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
||||||
"We need your phone number to contact you and to help you receive orders.": "Sipariş alabilmeniz ve iletişim için numaranıza ihtiyacımız var.",
|
"We need your phone number to contact you and to help you receive orders.": "Sipariş alabilmeniz ve iletişim için numaranıza ihtiyacımız var.",
|
||||||
"We need your phone number to contact you and to help you.": "Size ulaşmak ve yardım etmek için numaranıza ihtiyacımız var.",
|
"We need your phone number to contact you and to help you.": "Size ulaşmak ve yardım etmek için numaranıza ihtiyacımız var.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We regret to inform you that another driver has accepted this order.": "Üzgünüz, bu siparişi başka bir sürücü kabul etti.",
|
"We regret to inform you that another driver has accepted this order.": "Üzgünüz, bu siparişi başka bir sürücü kabul etti.",
|
||||||
"We search nearst Driver to you": "Size en yakın sürücüyü arıyoruz",
|
"We search nearst Driver to you": "Size en yakın sürücüyü arıyoruz",
|
||||||
"We sent 5 digit to your Email provided": "E-postanıza 5 haneli kod gönderdik",
|
"We sent 5 digit to your Email provided": "E-postanıza 5 haneli kod gönderdik",
|
||||||
@@ -1929,12 +1929,12 @@ final Map<String, String> tr = {
|
|||||||
"Welcome": "Welcome",
|
"Welcome": "Welcome",
|
||||||
"Welcome Back!": "Tekrar Hoş Geldiniz!",
|
"Welcome Back!": "Tekrar Hoş Geldiniz!",
|
||||||
"Welcome Offer!": "Welcome Offer!",
|
"Welcome Offer!": "Welcome Offer!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
||||||
"What are the requirements to become a driver?": "Sürücü olma şartları nelerdir?",
|
"What are the requirements to become a driver?": "Sürücü olma şartları nelerdir?",
|
||||||
"What is Types of Trips in Siro?": "What is Types of Trips in Siro?",
|
"What is Types of Trips in Siro?": "What is Types of Trips in Intaleq?",
|
||||||
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "Hangi araç türleri mevcut?",
|
"What types of vehicles are available?": "Hangi araç türleri mevcut?",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "WhatsApp Konum Çıkarıcı",
|
"WhatsApp Location Extractor": "WhatsApp Konum Çıkarıcı",
|
||||||
@@ -1946,9 +1946,9 @@ final Map<String, String> tr = {
|
|||||||
"Where to": "Nereye?",
|
"Where to": "Nereye?",
|
||||||
"Where you want go": "Where you want go",
|
"Where you want go": "Where you want go",
|
||||||
"Which method you will pay": "Which method you will pay",
|
"Which method you will pay": "Which method you will pay",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Withdraw": "Withdraw",
|
"Withdraw": "Withdraw",
|
||||||
"Work": "İş",
|
"Work": "İş",
|
||||||
"Work & Contact": "İş & İletişim",
|
"Work & Contact": "İş & İletişim",
|
||||||
@@ -1972,7 +1972,7 @@ final Map<String, String> tr = {
|
|||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, Pay": "Yes, Pay",
|
"Yes, Pay": "Yes, Pay",
|
||||||
"Yes, optimize": "Yes, optimize",
|
"Yes, optimize": "Yes, optimize",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Evet, iptal edebilirsiniz ancak iptal ücreti uygulanabilir.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Evet, iptal edebilirsiniz ancak iptal ücreti uygulanabilir.",
|
||||||
"You": "You",
|
"You": "You",
|
||||||
"You Are Stopped For this Day !": "Bugünlük durduruldunuz!",
|
"You Are Stopped For this Day !": "Bugünlük durduruldunuz!",
|
||||||
@@ -2024,7 +2024,7 @@ final Map<String, String> tr = {
|
|||||||
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
||||||
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
||||||
"You can resend in": "Tekrar gönderim süresi:",
|
"You can resend in": "Tekrar gönderim süresi:",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
||||||
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
||||||
"You canceled VIP trip": "You canceled VIP trip",
|
"You canceled VIP trip": "You canceled VIP trip",
|
||||||
@@ -2171,8 +2171,8 @@ final Map<String, String> tr = {
|
|||||||
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
||||||
"\\\${\"amount": "\\\${\"amount",
|
"\\\${\"amount": "\\\${\"amount",
|
||||||
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
||||||
"\\\${'*Siro APP CODE*": "\\\${'*Siro APP CODE*",
|
"\\\${'*Siro APP CODE*": "\\\${'*Intaleq APP CODE*",
|
||||||
"\\\${'*Siro DRIVER CODE*": "\\\${'*Siro DRIVER CODE*",
|
"\\\${'*Siro DRIVER CODE*": "\\\${'*Intaleq DRIVER CODE*",
|
||||||
"\\\${'Address": "\\\${'Address",
|
"\\\${'Address": "\\\${'Address",
|
||||||
"\\\${'Address: ": "\\\${'Address: ",
|
"\\\${'Address: ": "\\\${'Address: ",
|
||||||
"\\\${'Age": "\\\${'Age",
|
"\\\${'Age": "\\\${'Age",
|
||||||
@@ -2419,7 +2419,7 @@ final Map<String, String> tr = {
|
|||||||
"login or register subtitle": "Giriş yapmak veya kayıt olmak için numaranızı girin",
|
"login or register subtitle": "Giriş yapmak veya kayıt olmak için numaranızı girin",
|
||||||
"m": "dk",
|
"m": "dk",
|
||||||
"m at the agreed-upon location": "m at the agreed-upon location",
|
"m at the agreed-upon location": "m at the agreed-upon location",
|
||||||
"m inviting you to try Siro.": "m inviting you to try Siro.",
|
"m inviting you to try Siro.": "m inviting you to try Intaleq.",
|
||||||
"m waiting for you": "m waiting for you",
|
"m waiting for you": "m waiting for you",
|
||||||
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
||||||
"message From Driver": "Sürücüden Mesaj",
|
"message From Driver": "Sürücüden Mesaj",
|
||||||
@@ -2475,16 +2475,16 @@ final Map<String, String> tr = {
|
|||||||
"s Promo": "s Promo",
|
"s Promo": "s Promo",
|
||||||
"s Promos": "s Promos",
|
"s Promos": "s Promos",
|
||||||
"s Response": "s Response",
|
"s Response": "s Response",
|
||||||
"s Siro account.": "s Siro account.",
|
"s Siro account.": "s Intaleq account.",
|
||||||
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Intaleq account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
||||||
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
||||||
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
||||||
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
||||||
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
||||||
"s phone": "s phone",
|
"s phone": "s phone",
|
||||||
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
||||||
"s time to check the Siro app!": "s time to check the Siro app!",
|
"s time to check the Siro app!": "s time to check the Intaleq app!",
|
||||||
"safe_and_comfortable": "Güvenli ve konforlu yolculuğun tadını çıkarın.",
|
"safe_and_comfortable": "Güvenli ve konforlu yolculuğun tadını çıkarın.",
|
||||||
"scams operations": "scams operations",
|
"scams operations": "scams operations",
|
||||||
"scan Car License.": "scan Car License.",
|
"scan Car License.": "scan Car License.",
|
||||||
@@ -2513,7 +2513,7 @@ final Map<String, String> tr = {
|
|||||||
"t have a phone number.": "t have a phone number.",
|
"t have a phone number.": "t have a phone number.",
|
||||||
"t have a reason": "t have a reason",
|
"t have a reason": "t have a reason",
|
||||||
"t have account": "t have account",
|
"t have account": "t have account",
|
||||||
"t have enough money in your Siro wallet": "t have enough money in your Siro wallet",
|
"t have enough money in your Siro wallet": "t have enough money in your Intaleq wallet",
|
||||||
"t moved sufficiently!": "t moved sufficiently!",
|
"t moved sufficiently!": "t moved sufficiently!",
|
||||||
"t need a ride anymore": "t need a ride anymore",
|
"t need a ride anymore": "t need a ride anymore",
|
||||||
"t return to use app after 1 month": "t return to use app after 1 month",
|
"t return to use app after 1 month": "t return to use app after 1 month",
|
||||||
@@ -2563,10 +2563,10 @@ final Map<String, String> tr = {
|
|||||||
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
||||||
"wallet_credited_message": "wallet_credited_message",
|
"wallet_credited_message": "wallet_credited_message",
|
||||||
"wallet_updated": "wallet_updated",
|
"wallet_updated": "wallet_updated",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "Hoş geldin, @firstName!",
|
"welcome user": "Hoş geldin, @firstName!",
|
||||||
"welcome_message": "Intaleq'e Hoş Geldiniz!",
|
"welcome_message": "Intaleq'e Hoş Geldiniz!",
|
||||||
"welcome_to_siro": "welcome_to_siro",
|
"welcome_to_siro": "welcome_to_intaleq",
|
||||||
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
||||||
"with license plate": "with license plate",
|
"with license plate": "with license plate",
|
||||||
"with type": "with type",
|
"with type": "with type",
|
||||||
@@ -2590,7 +2590,7 @@ final Map<String, String> tr = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you must insert token code ": "you must insert token code ",
|
"you must insert token code ": "you must insert token code ",
|
||||||
"you will pay to Driver": "Sürücüye ödeyeceksiniz",
|
"you will pay to Driver": "Sürücüye ödeyeceksiniz",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"you will use this device?": "you will use this device?",
|
"you will use this device?": "you will use this device?",
|
||||||
"your ride is Accepted": "yolculuğunuz Kabul Edildi",
|
"your ride is Accepted": "yolculuğunuz Kabul Edildi",
|
||||||
"your ride is applied": "yolculuğunuz başvuruldu",
|
"your ride is applied": "yolculuğunuz başvuruldu",
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ final Map<String, String> ur = {
|
|||||||
"\${\"You must leave at least": "\${\"You must leave at least",
|
"\${\"You must leave at least": "\${\"You must leave at least",
|
||||||
"\${\"amount": "\${\"amount",
|
"\${\"amount": "\${\"amount",
|
||||||
"\${\"transaction_id": "\${\"transaction_id",
|
"\${\"transaction_id": "\${\"transaction_id",
|
||||||
"\${'*Siro APP CODE*": "\${'*Siro APP CODE*",
|
"\${'*Siro APP CODE*": "\${'*Intaleq APP CODE*",
|
||||||
"\${'*Siro DRIVER CODE*": "\${'*Siro DRIVER CODE*",
|
"\${'*Siro DRIVER CODE*": "\${'*Intaleq DRIVER CODE*",
|
||||||
"\${'Address": "\${'Address",
|
"\${'Address": "\${'Address",
|
||||||
"\${'Address: ": "\${'Address: ",
|
"\${'Address: ": "\${'Address: ",
|
||||||
"\${'Age": "\${'Age",
|
"\${'Age": "\${'Age",
|
||||||
@@ -117,8 +117,8 @@ final Map<String, String> ur = {
|
|||||||
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
||||||
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
||||||
")[1]}": ")[1]}",
|
")[1]}": ")[1]}",
|
||||||
"*Siro APP CODE*": "*Siro APP CODE*",
|
"*Siro APP CODE*": "*Intaleq APP CODE*",
|
||||||
"*Siro DRIVER CODE*": "*Siro DRIVER CODE*",
|
"*Siro DRIVER CODE*": "*Intaleq DRIVER CODE*",
|
||||||
"--": "--",
|
"--": "--",
|
||||||
"-1% commission": "-1% commission",
|
"-1% commission": "-1% commission",
|
||||||
"-2% commission": "-2% commission",
|
"-2% commission": "-2% commission",
|
||||||
@@ -540,7 +540,7 @@ final Map<String, String> ur = {
|
|||||||
"Day Off": "Day Off",
|
"Day Off": "Day Off",
|
||||||
"Day Streak": "Day Streak",
|
"Day Streak": "Day Streak",
|
||||||
"Days": "دن",
|
"Days": "دن",
|
||||||
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,",
|
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nIntaleq ,",
|
||||||
"Debit": "Debit",
|
"Debit": "Debit",
|
||||||
"Debit Card": "Debit Card",
|
"Debit Card": "Debit Card",
|
||||||
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
||||||
@@ -580,8 +580,8 @@ final Map<String, String> ur = {
|
|||||||
"Don't have an account? Register": "Don't have an account? Register",
|
"Don't have an account? Register": "Don't have an account? Register",
|
||||||
"Done": "ہو گیا",
|
"Done": "ہو گیا",
|
||||||
"Don’t forget your personal belongings.": "اپنا ذاتی سامان نہ بھولیں۔",
|
"Don’t forget your personal belongings.": "اپنا ذاتی سامان نہ بھولیں۔",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "ابھی ایپ ڈاؤن لوڈ کریں:",
|
"Download the app now:": "ابھی ایپ ڈاؤن لوڈ کریں:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "ڈرائیور",
|
"Driver": "ڈرائیور",
|
||||||
@@ -703,7 +703,7 @@ final Map<String, String> ur = {
|
|||||||
"Evening": "شام",
|
"Evening": "شام",
|
||||||
"Excellent": "Excellent",
|
"Excellent": "Excellent",
|
||||||
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Exit": "Exit",
|
"Exit": "Exit",
|
||||||
"Exit Ride?": "Exit Ride?",
|
"Exit Ride?": "Exit Ride?",
|
||||||
"Expiration Date": "میعاد ختم ہونے کی تاریخ",
|
"Expiration Date": "میعاد ختم ہونے کی تاریخ",
|
||||||
@@ -750,8 +750,8 @@ final Map<String, String> ur = {
|
|||||||
"Flag-down fee": "فلیگ ڈاؤن فیس",
|
"Flag-down fee": "فلیگ ڈاؤن فیس",
|
||||||
"For Drivers": "ڈرائیوروں کے لیے",
|
"For Drivers": "ڈرائیوروں کے لیے",
|
||||||
"For Egypt": "For Egypt",
|
"For Egypt": "For Egypt",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
"Frequently Asked Questions": "اکثر پوچھے گئے سوالات",
|
"Frequently Asked Questions": "اکثر پوچھے گئے سوالات",
|
||||||
"Frequently Questions": "اکثر پوچھے گئے سوالات",
|
"Frequently Questions": "اکثر پوچھے گئے سوالات",
|
||||||
@@ -773,7 +773,7 @@ final Map<String, String> ur = {
|
|||||||
"Get": "Get",
|
"Get": "Get",
|
||||||
"Get Details of Trip": "سفر کی تفصیلات حاصل کریں",
|
"Get Details of Trip": "سفر کی تفصیلات حاصل کریں",
|
||||||
"Get Direction": "سمت حاصل کریں",
|
"Get Direction": "سمت حاصل کریں",
|
||||||
"Get a discount on your first Siro ride!": "Get a discount on your first Siro ride!",
|
"Get a discount on your first Siro ride!": "Get a discount on your first Intaleq ride!",
|
||||||
"Get features for your country": "Get features for your country",
|
"Get features for your country": "Get features for your country",
|
||||||
"Get it Now!": "ابھی حاصل کریں!",
|
"Get it Now!": "ابھی حاصل کریں!",
|
||||||
"Get to your destination quickly and easily.": "اپنی منزل پر تیزی اور آسانی سے پہنچیں۔",
|
"Get to your destination quickly and easily.": "اپنی منزل پر تیزی اور آسانی سے پہنچیں۔",
|
||||||
@@ -838,7 +838,7 @@ final Map<String, String> ur = {
|
|||||||
"How much do you want to earn today?": "How much do you want to earn today?",
|
"How much do you want to earn today?": "How much do you want to earn today?",
|
||||||
"How much longer will you be?": "How much longer will you be?",
|
"How much longer will you be?": "How much longer will you be?",
|
||||||
"How to use App": "How to use App",
|
"How to use App": "How to use App",
|
||||||
"How to use Siro": "How to use Siro",
|
"How to use Siro": "How to use Intaleq",
|
||||||
"How was the passenger?": "How was the passenger?",
|
"How was the passenger?": "How was the passenger?",
|
||||||
"How was your trip with": "How was your trip with",
|
"How was your trip with": "How was your trip with",
|
||||||
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
||||||
@@ -922,7 +922,7 @@ final Map<String, String> ur = {
|
|||||||
"IssueDate": "اجراء کی تاریخ",
|
"IssueDate": "اجراء کی تاریخ",
|
||||||
"JOD": "روپیہ",
|
"JOD": "روپیہ",
|
||||||
"Join": "شامل ہوں",
|
"Join": "شامل ہوں",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Jordan": "اردن",
|
"Jordan": "اردن",
|
||||||
"Just now": "Just now",
|
"Just now": "Just now",
|
||||||
"KM": "کلو میٹر",
|
"KM": "کلو میٹر",
|
||||||
@@ -1144,7 +1144,7 @@ final Map<String, String> ur = {
|
|||||||
"Order Applied": "آرڈر لاگو ہو گیا",
|
"Order Applied": "آرڈر لاگو ہو گیا",
|
||||||
"Order Cancelled": "Order Cancelled",
|
"Order Cancelled": "Order Cancelled",
|
||||||
"Order Cancelled by Passenger": "آرڈر مسافر کی طرف سے منسوخ کر دیا گیا",
|
"Order Cancelled by Passenger": "آرڈر مسافر کی طرف سے منسوخ کر دیا گیا",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "آرڈر ہسٹری",
|
"Order History": "آرڈر ہسٹری",
|
||||||
"Order ID": "Order ID",
|
"Order ID": "Order ID",
|
||||||
"Order Request Page": "آرڈر کی درخواست کا صفحہ",
|
"Order Request Page": "آرڈر کی درخواست کا صفحہ",
|
||||||
@@ -1195,7 +1195,7 @@ final Map<String, String> ur = {
|
|||||||
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
||||||
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
||||||
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
||||||
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: siroapp)",
|
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: intaleqapp)",
|
||||||
"Pay with Credit Card": "کریڈٹ کارڈ سے ادائیگی کریں",
|
"Pay with Credit Card": "کریڈٹ کارڈ سے ادائیگی کریں",
|
||||||
"Pay with Debit Card": "Pay with Debit Card",
|
"Pay with Debit Card": "Pay with Debit Card",
|
||||||
"Pay with Wallet": "والٹ سے ادائیگی کریں",
|
"Pay with Wallet": "والٹ سے ادائیگی کریں",
|
||||||
@@ -1287,7 +1287,7 @@ final Map<String, String> ur = {
|
|||||||
"Please help! Contact me as soon as possible.": "براہ کرم مدد کریں! جتنی جلدی ہو سکے مجھ سے رابطہ کریں۔",
|
"Please help! Contact me as soon as possible.": "براہ کرم مدد کریں! جتنی جلدی ہو سکے مجھ سے رابطہ کریں۔",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "براہ کرم یقینی بنائیں کہ گاڑی میں کوئی ذاتی سامان نہ چھوڑیں۔",
|
"Please make sure not to leave any personal belongings in the car.": "براہ کرم یقینی بنائیں کہ گاڑی میں کوئی ذاتی سامان نہ چھوڑیں۔",
|
||||||
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
||||||
"Please put your licence in these border": "براہ کرم اپنا لائسنس ان حدود میں رکھیں",
|
"Please put your licence in these border": "براہ کرم اپنا لائسنس ان حدود میں رکھیں",
|
||||||
@@ -1297,7 +1297,7 @@ final Map<String, String> ur = {
|
|||||||
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
||||||
"Please stay on the picked point.": "براہ کرم منتخب کردہ مقام پر رہیں۔",
|
"Please stay on the picked point.": "براہ کرم منتخب کردہ مقام پر رہیں۔",
|
||||||
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
||||||
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: siroapp",
|
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: intaleqapp",
|
||||||
"Please try again in a few moments": "Please try again in a few moments",
|
"Please try again in a few moments": "Please try again in a few moments",
|
||||||
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
||||||
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
||||||
@@ -1479,7 +1479,7 @@ final Map<String, String> ur = {
|
|||||||
"Send Email": "Send Email",
|
"Send Email": "Send Email",
|
||||||
"Send Invite": "دعوت نامہ بھیجیں",
|
"Send Invite": "دعوت نامہ بھیجیں",
|
||||||
"Send Message": "Send Message",
|
"Send Message": "Send Message",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "تصدیقی کوڈ بھیجیں",
|
"Send Verfication Code": "تصدیقی کوڈ بھیجیں",
|
||||||
"Send Verification Code": "تصدیقی کوڈ بھیجیں",
|
"Send Verification Code": "تصدیقی کوڈ بھیجیں",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1533,34 +1533,34 @@ final Map<String, String> ur = {
|
|||||||
"Sign in with Google for easier email and name entry": "آسان ای میل اور نام کے اندراج کے لیے گوگل کے ساتھ سائن ان کریں",
|
"Sign in with Google for easier email and name entry": "آسان ای میل اور نام کے اندراج کے لیے گوگل کے ساتھ سائن ان کریں",
|
||||||
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
||||||
"Silver badge": "Silver badge",
|
"Silver badge": "Silver badge",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro DRIVER CODE": "Siro DRIVER CODE",
|
"Siro DRIVER CODE": "Intaleq DRIVER CODE",
|
||||||
"Siro Driver": "Siro Driver",
|
"Siro Driver": "Intaleq Driver",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro LLC\\n\${'Syria": "Siro LLC\\n\${'Syria",
|
"Siro LLC\\n\${'Syria": "Intaleq LLC\\n\${'Syria",
|
||||||
"Siro LLC\\n\\\${'Syria": "Siro LLC\\n\\\${'Syria",
|
"Siro LLC\\n\\\${'Syria": "Intaleq LLC\\n\\\${'Syria",
|
||||||
"Siro Order": "Siro Order",
|
"Siro Order": "Intaleq Order",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Reminder": "Siro Reminder",
|
"Siro Reminder": "Intaleq Reminder",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro Wallet Features:": "Siro Wallet Features:",
|
"Siro Wallet Features:": "Intaleq Wallet Features:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Siro123": "Siro123",
|
"Siro123": "Intaleq123",
|
||||||
"Siro: For fixed salary and endpoints.": "Siro: For fixed salary and endpoints.",
|
"Siro: For fixed salary and endpoints.": "Intaleq: For fixed salary and endpoints.",
|
||||||
"Slide to End Trip": "Slide to End Trip",
|
"Slide to End Trip": "Slide to End Trip",
|
||||||
"So go and gain your money": "So go and gain your money",
|
"So go and gain your money": "So go and gain your money",
|
||||||
"Social Butterfly": "Social Butterfly",
|
"Social Butterfly": "Social Butterfly",
|
||||||
@@ -1590,7 +1590,7 @@ final Map<String, String> ur = {
|
|||||||
"Status": "Status",
|
"Status": "Status",
|
||||||
"Status is": "Status is",
|
"Status is": "Status is",
|
||||||
"Stay": "Stay",
|
"Stay": "Stay",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
||||||
"Submission Failed": "Submission Failed",
|
"Submission Failed": "Submission Failed",
|
||||||
@@ -1710,8 +1710,8 @@ final Map<String, String> ur = {
|
|||||||
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
||||||
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
||||||
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Siro app...",
|
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Intaleq app...",
|
||||||
"To change Language the App": "To change Language the App",
|
"To change Language the App": "To change Language the App",
|
||||||
"To change some Settings": "کچھ ترتیبات تبدیل کرنے کے لیے",
|
"To change some Settings": "کچھ ترتیبات تبدیل کرنے کے لیے",
|
||||||
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
||||||
@@ -1719,7 +1719,7 @@ final Map<String, String> ur = {
|
|||||||
"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.": "یہ یقینی بنانے کے لیے کہ آپ کو اپنی لوکیشن کے لیے درست ترین معلومات ملیں، براہ کرم نیچے اپنا ملک منتخب کریں۔",
|
||||||
"To get a gift for both": "To get a gift for both",
|
"To get a gift for both": "To get a gift for both",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "بہترین تجربہ دینے کے لیے ہمیں آپ کی لوکیشن جاننے کی ضرورت ہے۔ آپ کی لوکیشن قریبی کپتانوں کو تلاش کرنے کے لیے استعمال ہوتی ہے۔",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "بہترین تجربہ دینے کے لیے ہمیں آپ کی لوکیشن جاننے کی ضرورت ہے۔ آپ کی لوکیشن قریبی کپتانوں کو تلاش کرنے کے لیے استعمال ہوتی ہے۔",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "والٹ استعمال کرنے کے لیے اسے چارج کریں",
|
"To use Wallet charge it": "والٹ استعمال کرنے کے لیے اسے چارج کریں",
|
||||||
"Today": "Today",
|
"Today": "Today",
|
||||||
"Today Overview": "Today Overview",
|
"Today Overview": "Today Overview",
|
||||||
@@ -1809,7 +1809,7 @@ final Map<String, String> ur = {
|
|||||||
"Type your Email": "اپنا ای میل لکھیں",
|
"Type your Email": "اپنا ای میل لکھیں",
|
||||||
"Type your message": "اپنا پیغام ٹائپ کریں",
|
"Type your message": "اپنا پیغام ٹائپ کریں",
|
||||||
"Type your message...": "Type your message...",
|
"Type your message...": "Type your message...",
|
||||||
"Types of Trips in Siro:": "Types of Trips in Siro:",
|
"Types of Trips in Siro:": "Types of Trips in Intaleq:",
|
||||||
"USA": "امریکہ",
|
"USA": "امریکہ",
|
||||||
"Uncompromising Security": "غیر متزلزل سیکیورٹی",
|
"Uncompromising Security": "غیر متزلزل سیکیورٹی",
|
||||||
"Unknown": "Unknown",
|
"Unknown": "Unknown",
|
||||||
@@ -1868,7 +1868,7 @@ final Map<String, String> ur = {
|
|||||||
"View your past transactions": "اپنی پرانی ٹرانزیکشنز دیکھیں",
|
"View your past transactions": "اپنی پرانی ٹرانزیکشنز دیکھیں",
|
||||||
"Visa": "Visa",
|
"Visa": "Visa",
|
||||||
"Visit Website/Contact Support": "ویب سائٹ ملاحظہ کریں / سپورٹ سے رابطہ کریں",
|
"Visit Website/Contact Support": "ویب سائٹ ملاحظہ کریں / سپورٹ سے رابطہ کریں",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Calling": "Voice Calling",
|
"Voice Calling": "Voice Calling",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for timer": "Wait for timer",
|
"Wait for timer": "Wait for timer",
|
||||||
@@ -1891,7 +1891,7 @@ final Map<String, String> ur = {
|
|||||||
"Wallet is blocked": "والٹ بلاک ہے",
|
"Wallet is blocked": "والٹ بلاک ہے",
|
||||||
"Wallet!": "والٹ!",
|
"Wallet!": "والٹ!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "انتباہ: تیز رفتاری کا پتہ چلا!",
|
"Warning: Speeding detected!": "انتباہ: تیز رفتاری کا پتہ چلا!",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "ہم معذرت خواہ ہیں کہ ہمارے پاس آپ کی لوکیشن میں کاریں نہیں ہیں!",
|
"We Are Sorry That we dont have cars in your Location!": "ہم معذرت خواہ ہیں کہ ہمارے پاس آپ کی لوکیشن میں کاریں نہیں ہیں!",
|
||||||
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
||||||
@@ -1901,7 +1901,7 @@ final Map<String, String> ur = {
|
|||||||
"We are searching for the nearest driver": "ہم قریب ترین ڈرائیور تلاش کر رہے ہیں",
|
"We are searching for the nearest driver": "ہم قریب ترین ڈرائیور تلاش کر رہے ہیں",
|
||||||
"We are searching for the nearest driver to you": "ہم آپ کے قریب ترین ڈرائیور کو تلاش کر رہے ہیں",
|
"We are searching for the nearest driver to you": "ہم آپ کے قریب ترین ڈرائیور کو تلاش کر رہے ہیں",
|
||||||
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "ہم آپ کو تیز تر پک اپ کے لیے قریب ترین ڈرائیوروں سے جوڑتے ہیں۔",
|
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "ہم آپ کو تیز تر پک اپ کے لیے قریب ترین ڈرائیوروں سے جوڑتے ہیں۔",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Intaleq app and be part of our Intaleq family.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
||||||
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
||||||
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
||||||
@@ -1911,7 +1911,7 @@ final Map<String, String> ur = {
|
|||||||
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
||||||
"We need your phone number to contact you and to help you receive orders.": "ہمیں آپ سے رابطہ کرنے اور آرڈرز وصول کرنے میں آپ کی مدد کرنے کے لیے آپ کے فون نمبر کی ضرورت ہے۔",
|
"We need your phone number to contact you and to help you receive orders.": "ہمیں آپ سے رابطہ کرنے اور آرڈرز وصول کرنے میں آپ کی مدد کرنے کے لیے آپ کے فون نمبر کی ضرورت ہے۔",
|
||||||
"We need your phone number to contact you and to help you.": "ہمیں آپ سے رابطہ کرنے اور آپ کی مدد کرنے کے لیے آپ کے فون نمبر کی ضرورت ہے۔",
|
"We need your phone number to contact you and to help you.": "ہمیں آپ سے رابطہ کرنے اور آپ کی مدد کرنے کے لیے آپ کے فون نمبر کی ضرورت ہے۔",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We regret to inform you that another driver has accepted this order.": "ہمیں افسوس ہے کہ کسی اور ڈرائیور نے یہ آرڈر قبول کر لیا ہے۔",
|
"We regret to inform you that another driver has accepted this order.": "ہمیں افسوس ہے کہ کسی اور ڈرائیور نے یہ آرڈر قبول کر لیا ہے۔",
|
||||||
"We search nearst Driver to you": "ہم آپ کے قریب ترین ڈرائیور کو تلاش کرتے ہیں",
|
"We search nearst Driver to you": "ہم آپ کے قریب ترین ڈرائیور کو تلاش کرتے ہیں",
|
||||||
"We sent 5 digit to your Email provided": "ہم نے آپ کے فراہم کردہ ای میل پر 5 ہندسے بھیجے ہیں",
|
"We sent 5 digit to your Email provided": "ہم نے آپ کے فراہم کردہ ای میل پر 5 ہندسے بھیجے ہیں",
|
||||||
@@ -1929,12 +1929,12 @@ final Map<String, String> ur = {
|
|||||||
"Welcome": "Welcome",
|
"Welcome": "Welcome",
|
||||||
"Welcome Back!": "خوش آمدید!",
|
"Welcome Back!": "خوش آمدید!",
|
||||||
"Welcome Offer!": "Welcome Offer!",
|
"Welcome Offer!": "Welcome Offer!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
||||||
"What are the requirements to become a driver?": "ڈرائیور بننے کے لیے کیا تقاضے ہیں؟",
|
"What are the requirements to become a driver?": "ڈرائیور بننے کے لیے کیا تقاضے ہیں؟",
|
||||||
"What is Types of Trips in Siro?": "What is Types of Trips in Siro?",
|
"What is Types of Trips in Siro?": "What is Types of Trips in Intaleq?",
|
||||||
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "کس قسم کی گاڑیاں دستیاب ہیں؟",
|
"What types of vehicles are available?": "کس قسم کی گاڑیاں دستیاب ہیں؟",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "واٹس ایپ لوکیشن ایکسٹریکٹر",
|
"WhatsApp Location Extractor": "واٹس ایپ لوکیشن ایکسٹریکٹر",
|
||||||
@@ -1946,9 +1946,9 @@ final Map<String, String> ur = {
|
|||||||
"Where to": "کہاں جانا ہے؟",
|
"Where to": "کہاں جانا ہے؟",
|
||||||
"Where you want go": "Where you want go",
|
"Where you want go": "Where you want go",
|
||||||
"Which method you will pay": "Which method you will pay",
|
"Which method you will pay": "Which method you will pay",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Withdraw": "Withdraw",
|
"Withdraw": "Withdraw",
|
||||||
"Work": "کام",
|
"Work": "کام",
|
||||||
"Work & Contact": "کام اور رابطہ",
|
"Work & Contact": "کام اور رابطہ",
|
||||||
@@ -1972,7 +1972,7 @@ final Map<String, String> ur = {
|
|||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, Pay": "Yes, Pay",
|
"Yes, Pay": "Yes, Pay",
|
||||||
"Yes, optimize": "Yes, optimize",
|
"Yes, optimize": "Yes, optimize",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "جی ہاں، آپ منسوخ کر سکتے ہیں، لیکن منسوخی کی فیس لاگو ہو سکتی ہے۔",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "جی ہاں، آپ منسوخ کر سکتے ہیں، لیکن منسوخی کی فیس لاگو ہو سکتی ہے۔",
|
||||||
"You": "You",
|
"You": "You",
|
||||||
"You Are Stopped For this Day !": "آپ اس دن کے لیے روک دیے گئے ہیں!",
|
"You Are Stopped For this Day !": "آپ اس دن کے لیے روک دیے گئے ہیں!",
|
||||||
@@ -2024,7 +2024,7 @@ final Map<String, String> ur = {
|
|||||||
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
||||||
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
||||||
"You can resend in": "دوبارہ بھیج سکتے ہیں",
|
"You can resend in": "دوبارہ بھیج سکتے ہیں",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
||||||
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
||||||
"You canceled VIP trip": "You canceled VIP trip",
|
"You canceled VIP trip": "You canceled VIP trip",
|
||||||
@@ -2171,8 +2171,8 @@ final Map<String, String> ur = {
|
|||||||
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
||||||
"\\\${\"amount": "\\\${\"amount",
|
"\\\${\"amount": "\\\${\"amount",
|
||||||
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
||||||
"\\\${'*Siro APP CODE*": "\\\${'*Siro APP CODE*",
|
"\\\${'*Siro APP CODE*": "\\\${'*Intaleq APP CODE*",
|
||||||
"\\\${'*Siro DRIVER CODE*": "\\\${'*Siro DRIVER CODE*",
|
"\\\${'*Siro DRIVER CODE*": "\\\${'*Intaleq DRIVER CODE*",
|
||||||
"\\\${'Address": "\\\${'Address",
|
"\\\${'Address": "\\\${'Address",
|
||||||
"\\\${'Address: ": "\\\${'Address: ",
|
"\\\${'Address: ": "\\\${'Address: ",
|
||||||
"\\\${'Age": "\\\${'Age",
|
"\\\${'Age": "\\\${'Age",
|
||||||
@@ -2419,7 +2419,7 @@ final Map<String, String> ur = {
|
|||||||
"login or register subtitle": "لاگ ان یا رجسٹر کرنے کے لیے اپنا موبائل نمبر درج کریں",
|
"login or register subtitle": "لاگ ان یا رجسٹر کرنے کے لیے اپنا موبائل نمبر درج کریں",
|
||||||
"m": "منٹ",
|
"m": "منٹ",
|
||||||
"m at the agreed-upon location": "m at the agreed-upon location",
|
"m at the agreed-upon location": "m at the agreed-upon location",
|
||||||
"m inviting you to try Siro.": "m inviting you to try Siro.",
|
"m inviting you to try Siro.": "m inviting you to try Intaleq.",
|
||||||
"m waiting for you": "m waiting for you",
|
"m waiting for you": "m waiting for you",
|
||||||
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
||||||
"message From Driver": "ڈرائیور کا پیغام",
|
"message From Driver": "ڈرائیور کا پیغام",
|
||||||
@@ -2475,16 +2475,16 @@ final Map<String, String> ur = {
|
|||||||
"s Promo": "s Promo",
|
"s Promo": "s Promo",
|
||||||
"s Promos": "s Promos",
|
"s Promos": "s Promos",
|
||||||
"s Response": "s Response",
|
"s Response": "s Response",
|
||||||
"s Siro account.": "s Siro account.",
|
"s Siro account.": "s Intaleq account.",
|
||||||
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Intaleq account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
||||||
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
||||||
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
||||||
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
||||||
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
||||||
"s phone": "s phone",
|
"s phone": "s phone",
|
||||||
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
||||||
"s time to check the Siro app!": "s time to check the Siro app!",
|
"s time to check the Siro app!": "s time to check the Intaleq app!",
|
||||||
"safe_and_comfortable": "محفوظ اور آرام دہ سواری کا لطف اٹھائیں۔",
|
"safe_and_comfortable": "محفوظ اور آرام دہ سواری کا لطف اٹھائیں۔",
|
||||||
"scams operations": "scams operations",
|
"scams operations": "scams operations",
|
||||||
"scan Car License.": "scan Car License.",
|
"scan Car License.": "scan Car License.",
|
||||||
@@ -2513,7 +2513,7 @@ final Map<String, String> ur = {
|
|||||||
"t have a phone number.": "t have a phone number.",
|
"t have a phone number.": "t have a phone number.",
|
||||||
"t have a reason": "t have a reason",
|
"t have a reason": "t have a reason",
|
||||||
"t have account": "t have account",
|
"t have account": "t have account",
|
||||||
"t have enough money in your Siro wallet": "t have enough money in your Siro wallet",
|
"t have enough money in your Siro wallet": "t have enough money in your Intaleq wallet",
|
||||||
"t moved sufficiently!": "t moved sufficiently!",
|
"t moved sufficiently!": "t moved sufficiently!",
|
||||||
"t need a ride anymore": "t need a ride anymore",
|
"t need a ride anymore": "t need a ride anymore",
|
||||||
"t return to use app after 1 month": "t return to use app after 1 month",
|
"t return to use app after 1 month": "t return to use app after 1 month",
|
||||||
@@ -2563,10 +2563,10 @@ final Map<String, String> ur = {
|
|||||||
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
||||||
"wallet_credited_message": "wallet_credited_message",
|
"wallet_credited_message": "wallet_credited_message",
|
||||||
"wallet_updated": "wallet_updated",
|
"wallet_updated": "wallet_updated",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "خوش آمدید، @firstName!",
|
"welcome user": "خوش آمدید، @firstName!",
|
||||||
"welcome_message": "Intaleq میں خوش آمدید!",
|
"welcome_message": "Intaleq میں خوش آمدید!",
|
||||||
"welcome_to_siro": "welcome_to_siro",
|
"welcome_to_siro": "welcome_to_intaleq",
|
||||||
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
||||||
"with license plate": "with license plate",
|
"with license plate": "with license plate",
|
||||||
"with type": "with type",
|
"with type": "with type",
|
||||||
@@ -2590,7 +2590,7 @@ final Map<String, String> ur = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you must insert token code ": "you must insert token code ",
|
"you must insert token code ": "you must insert token code ",
|
||||||
"you will pay to Driver": "آپ ڈرائیور کو ادا کریں گے",
|
"you will pay to Driver": "آپ ڈرائیور کو ادا کریں گے",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"you will use this device?": "you will use this device?",
|
"you will use this device?": "you will use this device?",
|
||||||
"your ride is Accepted": "آپ کی سواری قبول کر لی گئی ہے",
|
"your ride is Accepted": "آپ کی سواری قبول کر لی گئی ہے",
|
||||||
"your ride is applied": "آپ کی سواری لاگو ہو گئی ہے",
|
"your ride is applied": "آپ کی سواری لاگو ہو گئی ہے",
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ final Map<String, String> zh = {
|
|||||||
"\${\"You must leave at least": "\${\"You must leave at least",
|
"\${\"You must leave at least": "\${\"You must leave at least",
|
||||||
"\${\"amount": "\${\"amount",
|
"\${\"amount": "\${\"amount",
|
||||||
"\${\"transaction_id": "\${\"transaction_id",
|
"\${\"transaction_id": "\${\"transaction_id",
|
||||||
"\${'*Siro APP CODE*": "\${'*Siro APP CODE*",
|
"\${'*Siro APP CODE*": "\${'*Intaleq APP CODE*",
|
||||||
"\${'*Siro DRIVER CODE*": "\${'*Siro DRIVER CODE*",
|
"\${'*Siro DRIVER CODE*": "\${'*Intaleq DRIVER CODE*",
|
||||||
"\${'Address": "\${'Address",
|
"\${'Address": "\${'Address",
|
||||||
"\${'Address: ": "\${'Address: ",
|
"\${'Address: ": "\${'Address: ",
|
||||||
"\${'Age": "\${'Age",
|
"\${'Age": "\${'Age",
|
||||||
@@ -117,8 +117,8 @@ final Map<String, String> zh = {
|
|||||||
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\)\"), // 'string",
|
||||||
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
"([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string": "([^']+)'\\\\.tr\\\\(\\\\w+\\\\)\"), // 'string",
|
||||||
")[1]}": ")[1]}",
|
")[1]}": ")[1]}",
|
||||||
"*Siro APP CODE*": "*Siro APP CODE*",
|
"*Siro APP CODE*": "*Intaleq APP CODE*",
|
||||||
"*Siro DRIVER CODE*": "*Siro DRIVER CODE*",
|
"*Siro DRIVER CODE*": "*Intaleq DRIVER CODE*",
|
||||||
"--": "--",
|
"--": "--",
|
||||||
"-1% commission": "-1% commission",
|
"-1% commission": "-1% commission",
|
||||||
"-2% commission": "-2% commission",
|
"-2% commission": "-2% commission",
|
||||||
@@ -540,7 +540,7 @@ final Map<String, String> zh = {
|
|||||||
"Day Off": "Day Off",
|
"Day Off": "Day Off",
|
||||||
"Day Streak": "Day Streak",
|
"Day Streak": "Day Streak",
|
||||||
"Days": "أيام",
|
"Days": "أيام",
|
||||||
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,",
|
"Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nSiro ,": "Dear ,\\n🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n👉 Download link:\\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\niOS [https://getapp.cc/app/6458734951]\\nI look forward to keeping you close during my adventure!\\nIntaleq ,",
|
||||||
"Debit": "Debit",
|
"Debit": "Debit",
|
||||||
"Debit Card": "Debit Card",
|
"Debit Card": "Debit Card",
|
||||||
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
"Dec 15 - Dec 21, 2024": "Dec 15 - Dec 21, 2024",
|
||||||
@@ -580,8 +580,8 @@ final Map<String, String> zh = {
|
|||||||
"Don't have an account? Register": "Don't have an account? Register",
|
"Don't have an account? Register": "Don't have an account? Register",
|
||||||
"Done": "تم",
|
"Done": "تم",
|
||||||
"Don’t forget your personal belongings.": "انتبه لأغراضك الشخصية.",
|
"Don’t forget your personal belongings.": "انتبه لأغراضك الشخصية.",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "حمل التطبيق:",
|
"Download the app now:": "حمل التطبيق:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "كابتن",
|
"Driver": "كابتن",
|
||||||
@@ -703,7 +703,7 @@ final Map<String, String> zh = {
|
|||||||
"Evening": "مساء",
|
"Evening": "مساء",
|
||||||
"Excellent": "Excellent",
|
"Excellent": "Excellent",
|
||||||
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
"Exclusive offers and discounts always with the Sefer app": "Exclusive offers and discounts always with the Sefer app",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Exit": "Exit",
|
"Exit": "Exit",
|
||||||
"Exit Ride?": "Exit Ride?",
|
"Exit Ride?": "Exit Ride?",
|
||||||
"Expiration Date": "تاريخ الانتهاء",
|
"Expiration Date": "تاريخ الانتهاء",
|
||||||
@@ -750,8 +750,8 @@ final Map<String, String> zh = {
|
|||||||
"Flag-down fee": "فتح الباب",
|
"Flag-down fee": "فتح الباب",
|
||||||
"For Drivers": "للكباتن",
|
"For Drivers": "للكباتن",
|
||||||
"For Egypt": "For Egypt",
|
"For Egypt": "For Egypt",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
"Frequently Asked Questions": "الأسئلة المتكررة",
|
"Frequently Asked Questions": "الأسئلة المتكررة",
|
||||||
"Frequently Questions": "الأسئلة الشائعة",
|
"Frequently Questions": "الأسئلة الشائعة",
|
||||||
@@ -773,7 +773,7 @@ final Map<String, String> zh = {
|
|||||||
"Get": "Get",
|
"Get": "Get",
|
||||||
"Get Details of Trip": "تفاصيل المشوار",
|
"Get Details of Trip": "تفاصيل المشوار",
|
||||||
"Get Direction": "الاتجاهات",
|
"Get Direction": "الاتجاهات",
|
||||||
"Get a discount on your first Siro ride!": "Get a discount on your first Siro ride!",
|
"Get a discount on your first Siro ride!": "Get a discount on your first Intaleq ride!",
|
||||||
"Get features for your country": "Get features for your country",
|
"Get features for your country": "Get features for your country",
|
||||||
"Get it Now!": "خذها الحين!",
|
"Get it Now!": "خذها الحين!",
|
||||||
"Get to your destination quickly and easily.": "وصل وجهتك بسرعة وسهولة.",
|
"Get to your destination quickly and easily.": "وصل وجهتك بسرعة وسهولة.",
|
||||||
@@ -838,7 +838,7 @@ final Map<String, String> zh = {
|
|||||||
"How much do you want to earn today?": "How much do you want to earn today?",
|
"How much do you want to earn today?": "How much do you want to earn today?",
|
||||||
"How much longer will you be?": "How much longer will you be?",
|
"How much longer will you be?": "How much longer will you be?",
|
||||||
"How to use App": "How to use App",
|
"How to use App": "How to use App",
|
||||||
"How to use Siro": "How to use Siro",
|
"How to use Siro": "How to use Intaleq",
|
||||||
"How was the passenger?": "How was the passenger?",
|
"How was the passenger?": "How was the passenger?",
|
||||||
"How was your trip with": "How was your trip with",
|
"How was your trip with": "How was your trip with",
|
||||||
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
"How would you like to receive your reward?": "How would you like to receive your reward?",
|
||||||
@@ -922,7 +922,7 @@ final Map<String, String> zh = {
|
|||||||
"IssueDate": "تاريخ الإصدار",
|
"IssueDate": "تاريخ الإصدار",
|
||||||
"JOD": "ر.س",
|
"JOD": "ر.س",
|
||||||
"Join": "انضمام",
|
"Join": "انضمام",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Jordan": "الأردن",
|
"Jordan": "الأردن",
|
||||||
"Just now": "Just now",
|
"Just now": "Just now",
|
||||||
"KM": "كم",
|
"KM": "كم",
|
||||||
@@ -1144,7 +1144,7 @@ final Map<String, String> zh = {
|
|||||||
"Order Applied": "تم الطلب",
|
"Order Applied": "تم الطلب",
|
||||||
"Order Cancelled": "Order Cancelled",
|
"Order Cancelled": "Order Cancelled",
|
||||||
"Order Cancelled by Passenger": "الطلب تكنسل من الراكب",
|
"Order Cancelled by Passenger": "الطلب تكنسل من الراكب",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "سجل الطلبات",
|
"Order History": "سجل الطلبات",
|
||||||
"Order ID": "Order ID",
|
"Order ID": "Order ID",
|
||||||
"Order Request Page": "صفحة الطلب",
|
"Order Request Page": "صفحة الطلب",
|
||||||
@@ -1195,7 +1195,7 @@ final Map<String, String> zh = {
|
|||||||
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
"Pay using MTN Cash wallet": "Pay using MTN Cash wallet",
|
||||||
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
"Pay using Sham Cash wallet": "Pay using Sham Cash wallet",
|
||||||
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
"Pay using Syriatel mobile wallet": "Pay using Syriatel mobile wallet",
|
||||||
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: siroapp)",
|
"Pay via CliQ (Alias: siroapp)": "Pay via CliQ (Alias: intaleqapp)",
|
||||||
"Pay with Credit Card": "ادفع بالبطاقة",
|
"Pay with Credit Card": "ادفع بالبطاقة",
|
||||||
"Pay with Debit Card": "Pay with Debit Card",
|
"Pay with Debit Card": "Pay with Debit Card",
|
||||||
"Pay with Wallet": "ادفع بالمحفظة",
|
"Pay with Wallet": "ادفع بالمحفظة",
|
||||||
@@ -1287,7 +1287,7 @@ final Map<String, String> zh = {
|
|||||||
"Please help! Contact me as soon as possible.": "فزعة! كلمني بسرعة.",
|
"Please help! Contact me as soon as possible.": "فزعة! كلمني بسرعة.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "تأكد إنك ما نسيت شي في السيارة.",
|
"Please make sure not to leave any personal belongings in the car.": "تأكد إنك ما نسيت شي في السيارة.",
|
||||||
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
"Please make sure to read the license carefully.": "Please make sure to read the license carefully.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
"Please provide details about any long-term diseases.": "Please provide details about any long-term diseases.",
|
||||||
"Please put your licence in these border": "حط الرخصة داخل الإطار",
|
"Please put your licence in these border": "حط الرخصة داخل الإطار",
|
||||||
@@ -1297,7 +1297,7 @@ final Map<String, String> zh = {
|
|||||||
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
"Please select a ride before submitting.": "Please select a ride before submitting.",
|
||||||
"Please stay on the picked point.": "خليك في الموقع المحدد لا هنت.",
|
"Please stay on the picked point.": "خليك في الموقع المحدد لا هنت.",
|
||||||
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
"Please tell us why you want to cancel.": "Please tell us why you want to cancel.",
|
||||||
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: siroapp",
|
"Please transfer the amount to alias: siroapp": "Please transfer the amount to alias: intaleqapp",
|
||||||
"Please try again in a few moments": "Please try again in a few moments",
|
"Please try again in a few moments": "Please try again in a few moments",
|
||||||
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
"Please upload a clear photo of your face to be identified by passengers.": "Please upload a clear photo of your face to be identified by passengers.",
|
||||||
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
"Please upload all 4 required documents.": "Please upload all 4 required documents.",
|
||||||
@@ -1479,7 +1479,7 @@ final Map<String, String> zh = {
|
|||||||
"Send Email": "Send Email",
|
"Send Email": "Send Email",
|
||||||
"Send Invite": "إرسال دعوة",
|
"Send Invite": "إرسال دعوة",
|
||||||
"Send Message": "Send Message",
|
"Send Message": "Send Message",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "أرسل الرمز",
|
"Send Verfication Code": "أرسل الرمز",
|
||||||
"Send Verification Code": "أرسل كود التحقق",
|
"Send Verification Code": "أرسل كود التحقق",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1533,34 +1533,34 @@ final Map<String, String> zh = {
|
|||||||
"Sign in with Google for easier email and name entry": "ادخل بقوقل أسهل",
|
"Sign in with Google for easier email and name entry": "ادخل بقوقل أسهل",
|
||||||
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
"Sign in with a provider for easy access": "Sign in with a provider for easy access",
|
||||||
"Silver badge": "Silver badge",
|
"Silver badge": "Silver badge",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro DRIVER CODE": "Siro DRIVER CODE",
|
"Siro DRIVER CODE": "Intaleq DRIVER CODE",
|
||||||
"Siro Driver": "Siro Driver",
|
"Siro Driver": "Intaleq Driver",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro LLC\\n\${'Syria": "Siro LLC\\n\${'Syria",
|
"Siro LLC\\n\${'Syria": "Intaleq LLC\\n\${'Syria",
|
||||||
"Siro LLC\\n\\\${'Syria": "Siro LLC\\n\\\${'Syria",
|
"Siro LLC\\n\\\${'Syria": "Intaleq LLC\\n\\\${'Syria",
|
||||||
"Siro Order": "Siro Order",
|
"Siro Order": "Intaleq Order",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Reminder": "Siro Reminder",
|
"Siro Reminder": "Intaleq Reminder",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro Wallet Features:": "Siro Wallet Features:",
|
"Siro Wallet Features:": "Intaleq Wallet Features:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Siro123": "Siro123",
|
"Siro123": "Intaleq123",
|
||||||
"Siro: For fixed salary and endpoints.": "Siro: For fixed salary and endpoints.",
|
"Siro: For fixed salary and endpoints.": "Intaleq: For fixed salary and endpoints.",
|
||||||
"Slide to End Trip": "Slide to End Trip",
|
"Slide to End Trip": "Slide to End Trip",
|
||||||
"So go and gain your money": "So go and gain your money",
|
"So go and gain your money": "So go and gain your money",
|
||||||
"Social Butterfly": "Social Butterfly",
|
"Social Butterfly": "Social Butterfly",
|
||||||
@@ -1590,7 +1590,7 @@ final Map<String, String> zh = {
|
|||||||
"Status": "Status",
|
"Status": "Status",
|
||||||
"Status is": "Status is",
|
"Status is": "Status is",
|
||||||
"Stay": "Stay",
|
"Stay": "Stay",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
"Store your money with us and receive it in your bank as a monthly salary.": "Store your money with us and receive it in your bank as a monthly salary.",
|
||||||
"Submission Failed": "Submission Failed",
|
"Submission Failed": "Submission Failed",
|
||||||
@@ -1710,8 +1710,8 @@ final Map<String, String> zh = {
|
|||||||
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
"To become a driver, you must review and agree to the": "To become a driver, you must review and agree to the",
|
||||||
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
"To become a driver, you must review and agree to the ": "To become a driver, you must review and agree to the ",
|
||||||
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
"To become a passenger, you must review and agree to the": "To become a passenger, you must review and agree to the",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Siro app...",
|
"To become a ride-sharing driver on the Siro app...": "To become a ride-sharing driver on the Intaleq app...",
|
||||||
"To change Language the App": "To change Language the App",
|
"To change Language the App": "To change Language the App",
|
||||||
"To change some Settings": "لتغيير الإعدادات",
|
"To change some Settings": "لتغيير الإعدادات",
|
||||||
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
"To display orders instantly, please grant permission to draw over other apps.": "To display orders instantly, please grant permission to draw over other apps.",
|
||||||
@@ -1719,7 +1719,7 @@ final Map<String, String> zh = {
|
|||||||
"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.": "عشان نعطيك معلومات دقيقة، اختر دولتك.",
|
||||||
"To get a gift for both": "To get a gift for both",
|
"To get a gift for both": "To get a gift for both",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "عشان نخدمك صح، نبي نعرف موقعك. بنستخدمه عشان نلقى لك كباتن قريبين.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "عشان نخدمك صح، نبي نعرف موقعك. بنستخدمه عشان نلقى لك كباتن قريبين.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "عشان تستخدم المحفظة اشحنها",
|
"To use Wallet charge it": "عشان تستخدم المحفظة اشحنها",
|
||||||
"Today": "Today",
|
"Today": "Today",
|
||||||
"Today Overview": "Today Overview",
|
"Today Overview": "Today Overview",
|
||||||
@@ -1809,7 +1809,7 @@ final Map<String, String> zh = {
|
|||||||
"Type your Email": "اكتب إيميلك",
|
"Type your Email": "اكتب إيميلك",
|
||||||
"Type your message": "اكتب رسالتك",
|
"Type your message": "اكتب رسالتك",
|
||||||
"Type your message...": "Type your message...",
|
"Type your message...": "Type your message...",
|
||||||
"Types of Trips in Siro:": "Types of Trips in Siro:",
|
"Types of Trips in Siro:": "Types of Trips in Intaleq:",
|
||||||
"USA": "أمريكا",
|
"USA": "أمريكا",
|
||||||
"Uncompromising Security": "أمان تام",
|
"Uncompromising Security": "أمان تام",
|
||||||
"Unknown": "Unknown",
|
"Unknown": "Unknown",
|
||||||
@@ -1868,7 +1868,7 @@ final Map<String, String> zh = {
|
|||||||
"View your past transactions": "شوف عملياتك السابقة",
|
"View your past transactions": "شوف عملياتك السابقة",
|
||||||
"Visa": "Visa",
|
"Visa": "Visa",
|
||||||
"Visit Website/Contact Support": "الموقع / الدعم",
|
"Visit Website/Contact Support": "الموقع / الدعم",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Calling": "Voice Calling",
|
"Voice Calling": "Voice Calling",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for timer": "Wait for timer",
|
"Wait for timer": "Wait for timer",
|
||||||
@@ -1891,7 +1891,7 @@ final Map<String, String> zh = {
|
|||||||
"Wallet is blocked": "المحفظة موقوفة",
|
"Wallet is blocked": "المحفظة موقوفة",
|
||||||
"Wallet!": "المحفظة!",
|
"Wallet!": "المحفظة!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "تنبيه: سرعة عالية!",
|
"Warning: Speeding detected!": "تنبيه: سرعة عالية!",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "آسفين، ما في سيارات حولك!",
|
"We Are Sorry That we dont have cars in your Location!": "آسفين، ما في سيارات حولك!",
|
||||||
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
"We are looking for a captain but the price may increase to let a captain accept": "We are looking for a captain but the price may increase to let a captain accept",
|
||||||
@@ -1901,7 +1901,7 @@ final Map<String, String> zh = {
|
|||||||
"We are searching for the nearest driver": "ندور أقرب كابتن",
|
"We are searching for the nearest driver": "ندور أقرب كابتن",
|
||||||
"We are searching for the nearest driver to you": "ندور لك أقرب كابتن",
|
"We are searching for the nearest driver to you": "ندور لك أقرب كابتن",
|
||||||
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "نوصلك بأقرب كباتن عشان ما تتأخر.",
|
"We connect you with the nearest drivers for faster pickups and quicker journeys.": "نوصلك بأقرب كباتن عشان ما تتأخر.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Siro app and be part of our Siro family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Intaleq app and be part of our Intaleq family.",
|
||||||
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
"We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.": "We have maintenance offers for your car. You can use them after completing 600 trips to get a 20% discount on car repairs. Enjoy using our Tripz app and be part of our Tripz family.",
|
||||||
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
"We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.": "We have partnered with health insurance providers to offer you special health coverage. Complete 500 trips and receive a 20% discount on health insurance premiums.",
|
||||||
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
"We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.": "We have received your application to join us as a driver. Our team is currently reviewing it. Thank you for your patience.",
|
||||||
@@ -1911,7 +1911,7 @@ final Map<String, String> zh = {
|
|||||||
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
"We need your location to find nearby drivers for pickups and drop-offs.": "We need your location to find nearby drivers for pickups and drop-offs.",
|
||||||
"We need your phone number to contact you and to help you receive orders.": "نحتاج رقمك عشان تستقبل طلبات.",
|
"We need your phone number to contact you and to help you receive orders.": "نحتاج رقمك عشان تستقبل طلبات.",
|
||||||
"We need your phone number to contact you and to help you.": "نحتاج رقمك للتواصل.",
|
"We need your phone number to contact you and to help you.": "نحتاج رقمك للتواصل.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We regret to inform you that another driver has accepted this order.": "المعذرة، في كابتن ثاني سبقك وأخذ الطلب.",
|
"We regret to inform you that another driver has accepted this order.": "المعذرة، في كابتن ثاني سبقك وأخذ الطلب.",
|
||||||
"We search nearst Driver to you": "ندور لك أقرب كابتن",
|
"We search nearst Driver to you": "ندور لك أقرب كابتن",
|
||||||
"We sent 5 digit to your Email provided": "أرسلنا 5 أرقام لإيميلك",
|
"We sent 5 digit to your Email provided": "أرسلنا 5 أرقام لإيميلك",
|
||||||
@@ -1929,12 +1929,12 @@ final Map<String, String> zh = {
|
|||||||
"Welcome": "Welcome",
|
"Welcome": "Welcome",
|
||||||
"Welcome Back!": "هلا بك من جديد!",
|
"Welcome Back!": "هلا بك من جديد!",
|
||||||
"Welcome Offer!": "Welcome Offer!",
|
"Welcome Offer!": "Welcome Offer!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
"What are the order details we provide to you?": "What are the order details we provide to you?",
|
||||||
"What are the requirements to become a driver?": "وش الشروط؟",
|
"What are the requirements to become a driver?": "وش الشروط؟",
|
||||||
"What is Types of Trips in Siro?": "What is Types of Trips in Siro?",
|
"What is Types of Trips in Siro?": "What is Types of Trips in Intaleq?",
|
||||||
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
"What is the feature of our wallet?": "What is the feature of our wallet?",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "وش أنواع السيارات؟",
|
"What types of vehicles are available?": "وش أنواع السيارات؟",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "جلب الموقع من واتساب",
|
"WhatsApp Location Extractor": "جلب الموقع من واتساب",
|
||||||
@@ -1946,9 +1946,9 @@ final Map<String, String> zh = {
|
|||||||
"Where to": "وين الوجهة؟",
|
"Where to": "وين الوجهة؟",
|
||||||
"Where you want go": "Where you want go",
|
"Where you want go": "Where you want go",
|
||||||
"Which method you will pay": "Which method you will pay",
|
"Which method you will pay": "Which method you will pay",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
"Why do you want to cancel this trip?": "Why do you want to cancel this trip?",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Withdraw": "Withdraw",
|
"Withdraw": "Withdraw",
|
||||||
"Work": "الدوام",
|
"Work": "الدوام",
|
||||||
"Work & Contact": "العمل والتواصل",
|
"Work & Contact": "العمل والتواصل",
|
||||||
@@ -1972,7 +1972,7 @@ final Map<String, String> zh = {
|
|||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, Pay": "Yes, Pay",
|
"Yes, Pay": "Yes, Pay",
|
||||||
"Yes, optimize": "Yes, optimize",
|
"Yes, optimize": "Yes, optimize",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "تقدر تلغي، بس يمكن فيه رسوم.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "تقدر تلغي، بس يمكن فيه رسوم.",
|
||||||
"You": "You",
|
"You": "You",
|
||||||
"You Are Stopped For this Day !": "توقفت اليوم!",
|
"You Are Stopped For this Day !": "توقفت اليوم!",
|
||||||
@@ -2024,7 +2024,7 @@ final Map<String, String> zh = {
|
|||||||
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
"You can purchase a budget to enable online access through the options listed below": "You can purchase a budget to enable online access through the options listed below",
|
||||||
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
"You can purchase a budget to enable online access through the options listed below.": "You can purchase a budget to enable online access through the options listed below.",
|
||||||
"You can resend in": "تقدر تعيد الإرسال بعد",
|
"You can resend in": "تقدر تعيد الإرسال بعد",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
||||||
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
"You can\\'t continue with us .\\nYou should renew Driver license": "You can\\'t continue with us .\\nYou should renew Driver license",
|
||||||
"You canceled VIP trip": "You canceled VIP trip",
|
"You canceled VIP trip": "You canceled VIP trip",
|
||||||
@@ -2171,8 +2171,8 @@ final Map<String, String> zh = {
|
|||||||
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
"\\\${\"You must leave at least": "\\\${\"You must leave at least",
|
||||||
"\\\${\"amount": "\\\${\"amount",
|
"\\\${\"amount": "\\\${\"amount",
|
||||||
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
"\\\${\"transaction_id": "\\\${\"transaction_id",
|
||||||
"\\\${'*Siro APP CODE*": "\\\${'*Siro APP CODE*",
|
"\\\${'*Siro APP CODE*": "\\\${'*Intaleq APP CODE*",
|
||||||
"\\\${'*Siro DRIVER CODE*": "\\\${'*Siro DRIVER CODE*",
|
"\\\${'*Siro DRIVER CODE*": "\\\${'*Intaleq DRIVER CODE*",
|
||||||
"\\\${'Address": "\\\${'Address",
|
"\\\${'Address": "\\\${'Address",
|
||||||
"\\\${'Address: ": "\\\${'Address: ",
|
"\\\${'Address: ": "\\\${'Address: ",
|
||||||
"\\\${'Age": "\\\${'Age",
|
"\\\${'Age": "\\\${'Age",
|
||||||
@@ -2419,7 +2419,7 @@ final Map<String, String> zh = {
|
|||||||
"login or register subtitle": "دخل رقم جوالك للدخول أو التسجيل",
|
"login or register subtitle": "دخل رقم جوالك للدخول أو التسجيل",
|
||||||
"m": "د",
|
"m": "د",
|
||||||
"m at the agreed-upon location": "m at the agreed-upon location",
|
"m at the agreed-upon location": "m at the agreed-upon location",
|
||||||
"m inviting you to try Siro.": "m inviting you to try Siro.",
|
"m inviting you to try Siro.": "m inviting you to try Intaleq.",
|
||||||
"m waiting for you": "m waiting for you",
|
"m waiting for you": "m waiting for you",
|
||||||
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
"m waiting for you at the specified location.": "m waiting for you at the specified location.",
|
||||||
"message From Driver": "رسالة من الكابتن",
|
"message From Driver": "رسالة من الكابتن",
|
||||||
@@ -2475,16 +2475,16 @@ final Map<String, String> zh = {
|
|||||||
"s Promo": "s Promo",
|
"s Promo": "s Promo",
|
||||||
"s Promos": "s Promos",
|
"s Promos": "s Promos",
|
||||||
"s Response": "s Response",
|
"s Response": "s Response",
|
||||||
"s Siro account.": "s Siro account.",
|
"s Siro account.": "s Intaleq account.",
|
||||||
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
"s Siro account.\\nStore your money with us and receive it in your bank as a monthly salary.": "s Intaleq account.\\nStore your money with us and receive it in your bank as a monthly salary.",
|
||||||
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
"s Terms & Review Privacy Notice": "s Terms & Review Privacy Notice",
|
||||||
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
"s heavy traffic here. Can you suggest an alternate pickup point?": "s heavy traffic here. Can you suggest an alternate pickup point?",
|
||||||
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
"s license does not match the one on your ID document. Please verify and provide the correct documents.": "s license does not match the one on your ID document. Please verify and provide the correct documents.",
|
||||||
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "s license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
"s license. Please verify and provide the correct documents.": "s license. Please verify and provide the correct documents.",
|
||||||
"s phone": "s phone",
|
"s phone": "s phone",
|
||||||
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
"s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.": "s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.",
|
||||||
"s time to check the Siro app!": "s time to check the Siro app!",
|
"s time to check the Siro app!": "s time to check the Intaleq app!",
|
||||||
"safe_and_comfortable": "استمتع بمشوار آمن.",
|
"safe_and_comfortable": "استمتع بمشوار آمن.",
|
||||||
"scams operations": "scams operations",
|
"scams operations": "scams operations",
|
||||||
"scan Car License.": "scan Car License.",
|
"scan Car License.": "scan Car License.",
|
||||||
@@ -2513,7 +2513,7 @@ final Map<String, String> zh = {
|
|||||||
"t have a phone number.": "t have a phone number.",
|
"t have a phone number.": "t have a phone number.",
|
||||||
"t have a reason": "t have a reason",
|
"t have a reason": "t have a reason",
|
||||||
"t have account": "t have account",
|
"t have account": "t have account",
|
||||||
"t have enough money in your Siro wallet": "t have enough money in your Siro wallet",
|
"t have enough money in your Siro wallet": "t have enough money in your Intaleq wallet",
|
||||||
"t moved sufficiently!": "t moved sufficiently!",
|
"t moved sufficiently!": "t moved sufficiently!",
|
||||||
"t need a ride anymore": "t need a ride anymore",
|
"t need a ride anymore": "t need a ride anymore",
|
||||||
"t return to use app after 1 month": "t return to use app after 1 month",
|
"t return to use app after 1 month": "t return to use app after 1 month",
|
||||||
@@ -2563,10 +2563,10 @@ final Map<String, String> zh = {
|
|||||||
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
||||||
"wallet_credited_message": "wallet_credited_message",
|
"wallet_credited_message": "wallet_credited_message",
|
||||||
"wallet_updated": "wallet_updated",
|
"wallet_updated": "wallet_updated",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "يا هلا، @firstName!",
|
"welcome user": "يا هلا، @firstName!",
|
||||||
"welcome_message": "أهلاً بك في انطلق!",
|
"welcome_message": "أهلاً بك في انطلق!",
|
||||||
"welcome_to_siro": "welcome_to_siro",
|
"welcome_to_siro": "welcome_to_intaleq",
|
||||||
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
"whatsapp', phone1, 'Hello": "whatsapp', phone1, 'Hello",
|
||||||
"with license plate": "with license plate",
|
"with license plate": "with license plate",
|
||||||
"with type": "with type",
|
"with type": "with type",
|
||||||
@@ -2590,7 +2590,7 @@ final Map<String, String> zh = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you must insert token code ": "you must insert token code ",
|
"you must insert token code ": "you must insert token code ",
|
||||||
"you will pay to Driver": "الدفع للكابتن",
|
"you will pay to Driver": "الدفع للكابتن",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"you will use this device?": "you will use this device?",
|
"you will use this device?": "you will use this device?",
|
||||||
"your ride is Accepted": "مشوارك انقبل",
|
"your ride is Accepted": "مشوارك انقبل",
|
||||||
"your ride is applied": "انطلب مشوارك",
|
"your ride is applied": "انطلب مشوارك",
|
||||||
|
|||||||
@@ -253,7 +253,7 @@ class _PaymentScreenMtnState extends State<PaymentScreenMtn> {
|
|||||||
text: "اذهب إلى قسم 'دفع الفواتير' أو 'خدمات الدفع'."),
|
text: "اذهب إلى قسم 'دفع الفواتير' أو 'خدمات الدفع'."),
|
||||||
_StepTile(
|
_StepTile(
|
||||||
number: 3,
|
number: 3,
|
||||||
text: "ابحث عن 'Siro App' في قائمة المفوترين."),
|
text: "ابحث عن 'Intaleq App' في قائمة المفوترين."),
|
||||||
_StepTile(
|
_StepTile(
|
||||||
number: 4,
|
number: 4,
|
||||||
text:
|
text:
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ class RatingController extends GetxController {
|
|||||||
void _redirectToAppStore() async {
|
void _redirectToAppStore() async {
|
||||||
// URLs for App Store and Google Play Store
|
// URLs for App Store and Google Play Store
|
||||||
const appStoreUrl =
|
const appStoreUrl =
|
||||||
'https://apps.apple.com/st/app/siro-driver/id6482995159';
|
'https://apps.apple.com/st/app/intaleq-driver/id6482995159';
|
||||||
const playStoreUrl =
|
const playStoreUrl =
|
||||||
'https://play.google.com/store/apps/details?id=com.intaleq_driver';
|
'https://play.google.com/store/apps/details?id=com.intaleq_driver';
|
||||||
final url = GetPlatform.isIOS ? appStoreUrl : playStoreUrl;
|
final url = GetPlatform.isIOS ? appStoreUrl : playStoreUrl;
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ import 'controller/firebase/firbase_messge.dart';
|
|||||||
import 'controller/firebase/local_notification.dart';
|
import 'controller/firebase/local_notification.dart';
|
||||||
import 'controller/functions/background_service.dart';
|
import 'controller/functions/background_service.dart';
|
||||||
import 'controller/functions/crud.dart';
|
import 'controller/functions/crud.dart';
|
||||||
|
import 'controller/functions/ssl_pinning.dart';
|
||||||
import 'controller/home/captin/home_captain_controller.dart';
|
import 'controller/home/captin/home_captain_controller.dart';
|
||||||
import 'controller/local/local_controller.dart';
|
import 'controller/local/local_controller.dart';
|
||||||
import 'controller/local/translations.dart';
|
import 'controller/local/translations.dart';
|
||||||
@@ -162,7 +163,11 @@ Future<void> _processRejectOrderBackground(List<dynamic> data) async {
|
|||||||
@pragma('vm:entry-point')
|
@pragma('vm:entry-point')
|
||||||
Future<void> backgroundMessageHandler(RemoteMessage message) async {
|
Future<void> backgroundMessageHandler(RemoteMessage message) async {
|
||||||
WidgetsFlutterBinding.ensureInitialized();
|
WidgetsFlutterBinding.ensureInitialized();
|
||||||
await GetStorage.init();
|
try {
|
||||||
|
await GetStorage.init();
|
||||||
|
} catch (e) {
|
||||||
|
print("GetStorage init background warning: $e");
|
||||||
|
}
|
||||||
|
|
||||||
await TripOverlayPlugin.initialize();
|
await TripOverlayPlugin.initialize();
|
||||||
|
|
||||||
@@ -264,9 +269,14 @@ void notificationTapBackground(NotificationResponse notificationResponse) {
|
|||||||
void main() {
|
void main() {
|
||||||
runZonedGuarded(() async {
|
runZonedGuarded(() async {
|
||||||
WidgetsFlutterBinding.ensureInitialized();
|
WidgetsFlutterBinding.ensureInitialized();
|
||||||
|
HttpOverrides.global = IntaleqHttpOverrides();
|
||||||
await initFirebaseIfNeeded();
|
await initFirebaseIfNeeded();
|
||||||
await WakelockPlus.enable();
|
await WakelockPlus.enable();
|
||||||
await GetStorage.init();
|
try {
|
||||||
|
await GetStorage.init();
|
||||||
|
} catch (e) {
|
||||||
|
print("GetStorage init warning: $e");
|
||||||
|
}
|
||||||
// Purge any previously stored CVV (PCI-DSS compliance)
|
// Purge any previously stored CVV (PCI-DSS compliance)
|
||||||
await storage.delete(key: BoxName.cvvCode);
|
await storage.delete(key: BoxName.cvvCode);
|
||||||
await storage.delete(key: BoxName.cvvCodeDriver);
|
await storage.delete(key: BoxName.cvvCodeDriver);
|
||||||
|
|||||||
@@ -2,22 +2,22 @@ import 'package:get/get.dart';
|
|||||||
|
|
||||||
List<OnBoardingModel> onBoardingList = [
|
List<OnBoardingModel> onBoardingList = [
|
||||||
OnBoardingModel(
|
OnBoardingModel(
|
||||||
title: 'Welcome to Siro!'.tr,
|
title: 'Welcome to Intaleq!'.tr,
|
||||||
image: 'assets/images/on1.png',
|
image: 'assets/images/on1.png',
|
||||||
body:
|
body:
|
||||||
'Siro is the ride-hailing app that is safe, reliable, and accessible.'
|
'Intaleq is the ride-hailing app that is safe, reliable, and accessible.'
|
||||||
.tr,
|
.tr,
|
||||||
),
|
),
|
||||||
OnBoardingModel(
|
OnBoardingModel(
|
||||||
title: 'Get to your destination quickly and easily.'.tr,
|
title: 'Get to your destination quickly and easily.'.tr,
|
||||||
image: 'assets/images/on2.png',
|
image: 'assets/images/on2.png',
|
||||||
body: 'With Siro, you can get a ride to your destination in minutes.'.tr,
|
body: 'With Intaleq, you can get a ride to your destination in minutes.'.tr,
|
||||||
),
|
),
|
||||||
OnBoardingModel(
|
OnBoardingModel(
|
||||||
title: 'Enjoy a safe and comfortable ride.'.tr,
|
title: 'Enjoy a safe and comfortable ride.'.tr,
|
||||||
image: 'assets/images/on3.png',
|
image: 'assets/images/on3.png',
|
||||||
body:
|
body:
|
||||||
'Siro is committed to safety, and all of our captains are carefully screened and background checked.'
|
'Intaleq is committed to safety, and all of our captains are carefully screened and background checked.'
|
||||||
.tr,
|
.tr,
|
||||||
),
|
),
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -6,15 +6,21 @@ import 'controller/auth/onboarding_controller.dart';
|
|||||||
import 'models/model/onboarding_model.dart';
|
import 'models/model/onboarding_model.dart';
|
||||||
|
|
||||||
// The main PageView widget, now cleaner.
|
// The main PageView widget, now cleaner.
|
||||||
class CustomSliderOnBoarding extends GetView<OnBoardingControllerImp> {
|
class CustomSliderOnBoarding extends StatelessWidget {
|
||||||
const CustomSliderOnBoarding({Key? key}) : super(key: key);
|
const CustomSliderOnBoarding({Key? key}) : super(key: key);
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
if (!Get.isRegistered<OnBoardingControllerImp>()) {
|
||||||
|
return const SizedBox.shrink();
|
||||||
|
}
|
||||||
|
final controller = Get.find<OnBoardingControllerImp>();
|
||||||
return PageView.builder(
|
return PageView.builder(
|
||||||
controller: controller.pageController,
|
controller: controller.pageController,
|
||||||
onPageChanged: (val) {
|
onPageChanged: (val) {
|
||||||
controller.onPageChanged(val);
|
if (Get.isRegistered<OnBoardingControllerImp>()) {
|
||||||
|
controller.onPageChanged(val);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
itemCount: onBoardingList.length,
|
itemCount: onBoardingList.length,
|
||||||
itemBuilder: (context, i) => OnBoardingPageContent(
|
itemBuilder: (context, i) => OnBoardingPageContent(
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ class SplashScreen extends StatelessWidget {
|
|||||||
const SizedBox(height: 30),
|
const SizedBox(height: 30),
|
||||||
// App Name and Slogan with staggered animation
|
// App Name and Slogan with staggered animation
|
||||||
_AnimatedText(
|
_AnimatedText(
|
||||||
text: 'Siro', // Your App Name
|
text: 'Intaleq', // Your App Name
|
||||||
animation: splashScreenController.animation,
|
animation: splashScreenController.animation,
|
||||||
style: textTheme.headlineMedium?.copyWith(
|
style: textTheme.headlineMedium?.copyWith(
|
||||||
color: textColor,
|
color: textColor,
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ class ContactUsPage extends StatelessWidget {
|
|||||||
IconButton(
|
IconButton(
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
Get.put(TextToSpeechController()).speakText(
|
Get.put(TextToSpeechController()).speakText(
|
||||||
'Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.'
|
'Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.'
|
||||||
.tr);
|
.tr);
|
||||||
},
|
},
|
||||||
icon: const Icon(Icons.headphones),
|
icon: const Icon(Icons.headphones),
|
||||||
@@ -43,7 +43,7 @@ class ContactUsPage extends StatelessWidget {
|
|||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.all(8.0),
|
padding: const EdgeInsets.all(8.0),
|
||||||
child: Text(
|
child: Text(
|
||||||
'Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.'
|
'Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.'
|
||||||
.tr,
|
.tr,
|
||||||
style: AppStyle.title,
|
style: AppStyle.title,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
|
|||||||
@@ -226,7 +226,7 @@ class InviteScreen extends StatelessWidget {
|
|||||||
padding: const EdgeInsets.symmetric(horizontal: 24, vertical: 8),
|
padding: const EdgeInsets.symmetric(horizontal: 24, vertical: 8),
|
||||||
borderRadius: BorderRadius.circular(8),
|
borderRadius: BorderRadius.circular(8),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
final appName = 'Siro';
|
final appName = 'Intaleq';
|
||||||
final isDriver = controller.selectedTab == 0;
|
final isDriver = controller.selectedTab == 0;
|
||||||
final shareText = isDriver
|
final shareText = isDriver
|
||||||
? 'Join $appName as a driver! Use my referral code: ${rc.referralCode}\nDownload: ${AppLink.inviteRedirectUrl}?code=${rc.referralCode}&app=driver\n\n💡 Note: If the link is not clickable, save this number or reply to activate links!'
|
? 'Join $appName as a driver! Use my referral code: ${rc.referralCode}\nDownload: ${AppLink.inviteRedirectUrl}?code=${rc.referralCode}&app=driver\n\n💡 Note: If the link is not clickable, save this number or reply to activate links!'
|
||||||
|
|||||||
@@ -318,7 +318,7 @@ class _PhoneNumberScreenState extends State<PhoneNumberScreen> {
|
|||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return AuthScreen(
|
return AuthScreen(
|
||||||
title: 'welcome to siro'.tr,
|
title: 'welcome to intaleq'.tr,
|
||||||
subtitle: 'login or register subtitle'.tr,
|
subtitle: 'login or register subtitle'.tr,
|
||||||
form: Form(
|
form: Form(
|
||||||
key: _formKey,
|
key: _formKey,
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ class AboutPage extends StatelessWidget {
|
|||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.all(16.0),
|
padding: const EdgeInsets.all(16.0),
|
||||||
child: Text(
|
child: Text(
|
||||||
'Siro LLC\n${(box.read(BoxName.countryCode)?.toString() ?? 'Syria').tr}',
|
'Intaleq LLC\n${(box.read(BoxName.countryCode)?.toString() ?? 'Syria').tr}',
|
||||||
style: AppStyle.headTitle2,
|
style: AppStyle.headTitle2,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
),
|
),
|
||||||
@@ -34,7 +34,7 @@ class AboutPage extends StatelessWidget {
|
|||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 16.0),
|
padding: const EdgeInsets.symmetric(horizontal: 16.0),
|
||||||
child: Text(
|
child: Text(
|
||||||
'Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\n\nHere are some of the key features that set us apart:'
|
'Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\n\nHere are some of the key features that set us apart:'
|
||||||
.tr,
|
.tr,
|
||||||
style: AppStyle.title,
|
style: AppStyle.title,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ class FrequentlyQuestionsPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
'Step-by-step instructions on how to request a ride through the Siro app.'
|
'Step-by-step instructions on how to request a ride through the Intaleq app.'
|
||||||
.tr,
|
.tr,
|
||||||
style: AppStyle.title,
|
style: AppStyle.title,
|
||||||
),
|
),
|
||||||
@@ -43,7 +43,7 @@ class FrequentlyQuestionsPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
'Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.'
|
'Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.'
|
||||||
.tr,
|
.tr,
|
||||||
style: AppStyle.title,
|
style: AppStyle.title,
|
||||||
),
|
),
|
||||||
@@ -58,7 +58,7 @@ class FrequentlyQuestionsPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
'Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.'
|
'Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.'
|
||||||
.tr,
|
.tr,
|
||||||
style: AppStyle.title,
|
style: AppStyle.title,
|
||||||
),
|
),
|
||||||
@@ -73,7 +73,7 @@ class FrequentlyQuestionsPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
'Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.'
|
'Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.'
|
||||||
.tr,
|
.tr,
|
||||||
style: AppStyle.title,
|
style: AppStyle.title,
|
||||||
),
|
),
|
||||||
@@ -98,7 +98,7 @@ class FrequentlyQuestionsPage extends StatelessWidget {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
child: Text(
|
child: Text(
|
||||||
'Visit our website or contact Siro support for information on driver registration and requirements.'
|
'Visit our website or contact Intaleq support for information on driver registration and requirements.'
|
||||||
.tr,
|
.tr,
|
||||||
style: AppStyle.title,
|
style: AppStyle.title,
|
||||||
),
|
),
|
||||||
@@ -115,22 +115,22 @@ class FrequentlyQuestionsPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
'Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.'
|
'Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.'
|
||||||
.tr,
|
.tr,
|
||||||
style: AppStyle.title,
|
style: AppStyle.title,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
||||||
// Question 8: What safety measures does Siro offer?
|
// Question 8: What safety measures does Intaleq offer?
|
||||||
ExpansionTile(
|
ExpansionTile(
|
||||||
title: Text(
|
title: Text(
|
||||||
'What safety measures does Siro offer?'.tr,
|
'What safety measures does Intaleq offer?'.tr,
|
||||||
style: AppStyle.title,
|
style: AppStyle.title,
|
||||||
),
|
),
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
'Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.'
|
'Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.'
|
||||||
.tr,
|
.tr,
|
||||||
style: AppStyle.title,
|
style: AppStyle.title,
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -43,13 +43,13 @@ class UsingAppPage extends StatelessWidget {
|
|||||||
question: "What is the feature of our wallet?".tr,
|
question: "What is the feature of our wallet?".tr,
|
||||||
icon: Icons.account_balance_wallet_outlined,
|
icon: Icons.account_balance_wallet_outlined,
|
||||||
answer: Text(
|
answer: Text(
|
||||||
'''Siro Wallet Features:
|
'''Intaleq Wallet Features:
|
||||||
|
|
||||||
- Transfer money multiple times.
|
- Transfer money multiple times.
|
||||||
- Transfer to anyone.
|
- Transfer to anyone.
|
||||||
- Make purchases.
|
- Make purchases.
|
||||||
- Charge your account.
|
- Charge your account.
|
||||||
- Charge a friend's Siro account.
|
- Charge a friend's Intaleq account.
|
||||||
- Store your money with us and receive it in your bank as a monthly salary.'''
|
- Store your money with us and receive it in your bank as a monthly salary.'''
|
||||||
.tr,
|
.tr,
|
||||||
style:
|
style:
|
||||||
@@ -57,10 +57,10 @@ class UsingAppPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
FaqItem(
|
FaqItem(
|
||||||
question: "What is Types of Trips in Siro?".tr,
|
question: "What is Types of Trips in Intaleq?".tr,
|
||||||
icon: Icons.map_outlined,
|
icon: Icons.map_outlined,
|
||||||
answer: Text(
|
answer: Text(
|
||||||
'''Types of Trips in Siro:
|
'''Types of Trips in Intaleq:
|
||||||
|
|
||||||
- Comfort: For cars newer than 2017 with air conditioning.
|
- Comfort: For cars newer than 2017 with air conditioning.
|
||||||
- Lady: For girl drivers.
|
- Lady: For girl drivers.
|
||||||
|
|||||||
@@ -321,7 +321,8 @@ class UserHeader extends StatelessWidget {
|
|||||||
shadows: [Shadow(blurRadius: 2, color: Colors.black26)]),
|
shadows: [Shadow(blurRadius: 2, color: Colors.black26)]),
|
||||||
),
|
),
|
||||||
accountEmail:
|
accountEmail:
|
||||||
box.read(BoxName.emailDriver).toString().contains('siroapp')
|
(box.read(BoxName.emailDriver).toString().contains('siroapp') ||
|
||||||
|
box.read(BoxName.emailDriver).toString().contains('intaleqapp'))
|
||||||
? Text('Your email not updated yet'.tr)
|
? Text('Your email not updated yet'.tr)
|
||||||
: Text(box.read(BoxName.emailDriver)),
|
: Text(box.read(BoxName.emailDriver)),
|
||||||
currentAccountPicture: GetBuilder<ImageController>(
|
currentAccountPicture: GetBuilder<ImageController>(
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ class CardSeferWalletDriver extends StatelessWidget {
|
|||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
'رصيد سيرو',
|
'رصيد انطلق',
|
||||||
style: AppStyle.headTitle.copyWith(
|
style: AppStyle.headTitle.copyWith(
|
||||||
fontFamily: 'Amiri', // خط يوحي بالفخامة
|
fontFamily: 'Amiri', // خط يوحي بالفخامة
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
|
|||||||
@@ -188,13 +188,13 @@ class PointsCaptain extends StatelessWidget {
|
|||||||
_buildPaymentMethodTile(
|
_buildPaymentMethodTile(
|
||||||
icon: Icons.qr_code_scanner_rounded,
|
icon: Icons.qr_code_scanner_rounded,
|
||||||
title: 'CliQ'.tr,
|
title: 'CliQ'.tr,
|
||||||
subtitle: 'Pay via CliQ (Alias: siroapp)'.tr,
|
subtitle: 'Pay via CliQ (Alias: intaleqapp)'.tr,
|
||||||
color: Colors.purple,
|
color: Colors.purple,
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Get.back();
|
Get.back();
|
||||||
MyDialog().getDialog(
|
MyDialog().getDialog(
|
||||||
'CliQ Payment'.tr,
|
'CliQ Payment'.tr,
|
||||||
'Please transfer the amount to alias: siroapp'.tr,
|
'Please transfer the amount to alias: intaleqapp'.tr,
|
||||||
() => Get.back());
|
() => Get.back());
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -199,7 +199,7 @@ class ComplaintPage extends StatelessWidget {
|
|||||||
leading: const Icon(
|
leading: const Icon(
|
||||||
Icons.support_agent_outlined,
|
Icons.support_agent_outlined,
|
||||||
color: AppColor.primaryColor),
|
color: AppColor.primaryColor),
|
||||||
title: Text("Siro's Response".tr,
|
title: Text("Intaleq's Response".tr,
|
||||||
style: AppStyle.title),
|
style: AppStyle.title),
|
||||||
subtitle: Text(
|
subtitle: Text(
|
||||||
controller.driverReport?['body']
|
controller.driverReport?['body']
|
||||||
|
|||||||
@@ -259,7 +259,7 @@ void showShamCashInput() {
|
|||||||
child: TextField(
|
child: TextField(
|
||||||
controller: nameController,
|
controller: nameController,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
hintText: "مثال: siro",
|
hintText: "مثال: intaleq",
|
||||||
hintStyle: TextStyle(color: Colors.grey[400], fontSize: 13),
|
hintStyle: TextStyle(color: Colors.grey[400], fontSize: 13),
|
||||||
border: InputBorder.none,
|
border: InputBorder.none,
|
||||||
prefixIcon: const Icon(Icons.person_outline_rounded,
|
prefixIcon: const Icon(Icons.person_outline_rounded,
|
||||||
@@ -461,7 +461,8 @@ class PersonalInfoCard extends StatelessWidget {
|
|||||||
label: 'Phone Number'.tr,
|
label: 'Phone Number'.tr,
|
||||||
value: data['phone'] ?? ''),
|
value: data['phone'] ?? ''),
|
||||||
if (data['email'] != null &&
|
if (data['email'] != null &&
|
||||||
data['email'].toString().contains('siroapp')) ...[
|
(data['email'].toString().contains('siroapp') ||
|
||||||
|
data['email'].toString().contains('intaleqapp'))) ...[
|
||||||
TextFormField(
|
TextFormField(
|
||||||
controller: controller.emailController,
|
controller: controller.emailController,
|
||||||
keyboardType:
|
keyboardType:
|
||||||
|
|||||||
@@ -2,13 +2,13 @@ import 'package:flutter/material.dart';
|
|||||||
|
|
||||||
/// DriverEarningsBadge
|
/// DriverEarningsBadge
|
||||||
/// ─────────────────────
|
/// ─────────────────────
|
||||||
/// ويدجت يعرض للسائق مقارنة أرباحه مع سيرو مقارنةً بالمنافسين.
|
/// ويدجت يعرض للسائق مقارنة أرباحه مع انطلق مقارنةً بالمنافسين.
|
||||||
/// يُستخدم في شاشة قبول الطلب ليحفّز السائق على القبول.
|
/// يُستخدم في شاشة قبول الطلب ليحفّز السائق على القبول.
|
||||||
class DriverEarningsBadge extends StatelessWidget {
|
class DriverEarningsBadge extends StatelessWidget {
|
||||||
/// النص الكامل الجاهز من السيرفر
|
/// النص الكامل الجاهز من السيرفر
|
||||||
final String? earningsLabel;
|
final String? earningsLabel;
|
||||||
|
|
||||||
/// المبلغ الإضافي الذي يكسبه السائق (موجب = أكثر مع سيرو)
|
/// المبلغ الإضافي الذي يكسبه السائق (موجب = أكثر مع انطلق)
|
||||||
final double? extraAmount;
|
final double? extraAmount;
|
||||||
|
|
||||||
/// رمز العملة
|
/// رمز العملة
|
||||||
|
|||||||
@@ -74,8 +74,8 @@
|
|||||||
<action android:name="android.intent.action.VIEW" />
|
<action android:name="android.intent.action.VIEW" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
<category android:name="android.intent.category.BROWSABLE" />
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
<data android:scheme="https" android:host="siromove.com" android:pathPrefix="/" />
|
<data android:scheme="https" android:host="intaleqapp.com" android:pathPrefix="/" />
|
||||||
<data android:scheme="https" android:host="www.siromove.com"
|
<data android:scheme="https" android:host="www.intaleqapp.com"
|
||||||
android:pathPrefix="/" />
|
android:pathPrefix="/" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
<action android:name="android.intent.action.VIEW" />
|
<action android:name="android.intent.action.VIEW" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
<category android:name="android.intent.category.BROWSABLE" />
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
<data android:scheme="siromove" />
|
<data android:scheme="intaleq" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|||||||
@@ -672,7 +672,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.siroapp.rider;
|
PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.intaleq;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
@@ -690,7 +690,7 @@
|
|||||||
DEVELOPMENT_TEAM = 63CVT8G5P8;
|
DEVELOPMENT_TEAM = 63CVT8G5P8;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.siro.intaleq_rider.RunnerTests;
|
PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.intaleq.RunnerTests;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
||||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||||
@@ -709,7 +709,7 @@
|
|||||||
DEVELOPMENT_TEAM = 63CVT8G5P8;
|
DEVELOPMENT_TEAM = 63CVT8G5P8;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.siro.intaleq_rider.RunnerTests;
|
PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.intaleq.RunnerTests;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
|
||||||
@@ -726,7 +726,7 @@
|
|||||||
DEVELOPMENT_TEAM = 63CVT8G5P8;
|
DEVELOPMENT_TEAM = 63CVT8G5P8;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.siro.intaleq_rider.RunnerTests;
|
PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.intaleq.RunnerTests;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
|
||||||
@@ -881,13 +881,13 @@
|
|||||||
DEVELOPMENT_TEAM = 63CVT8G5P8;
|
DEVELOPMENT_TEAM = 63CVT8G5P8;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
INFOPLIST_KEY_CFBundleDisplayName = Siro;
|
INFOPLIST_KEY_CFBundleDisplayName = Intaleq;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 16.1;
|
IPHONEOS_DEPLOYMENT_TARGET = 16.1;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.siroapp.rider;
|
PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.intaleq;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
@@ -927,7 +927,7 @@
|
|||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||||
MTL_FAST_MATH = YES;
|
MTL_FAST_MATH = YES;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.siroapp.rider.RideWidgetExtension;
|
PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.intaleq.RideWidgetExtension;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SKIP_INSTALL = YES;
|
SKIP_INSTALL = YES;
|
||||||
STRING_CATALOG_GENERATE_SYMBOLS = YES;
|
STRING_CATALOG_GENERATE_SYMBOLS = YES;
|
||||||
@@ -972,7 +972,7 @@
|
|||||||
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
MTL_FAST_MATH = YES;
|
MTL_FAST_MATH = YES;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.siroapp.rider.RideWidgetExtension;
|
PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.intaleq.RideWidgetExtension;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SKIP_INSTALL = YES;
|
SKIP_INSTALL = YES;
|
||||||
STRING_CATALOG_GENERATE_SYMBOLS = YES;
|
STRING_CATALOG_GENERATE_SYMBOLS = YES;
|
||||||
@@ -1015,7 +1015,7 @@
|
|||||||
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
MTL_FAST_MATH = YES;
|
MTL_FAST_MATH = YES;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.siroapp.rider.RideWidgetExtension;
|
PRODUCT_BUNDLE_IDENTIFIER = com.Intaleq.intaleq.RideWidgetExtension;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SKIP_INSTALL = YES;
|
SKIP_INSTALL = YES;
|
||||||
STRING_CATALOG_GENERATE_SYMBOLS = YES;
|
STRING_CATALOG_GENERATE_SYMBOLS = YES;
|
||||||
|
|||||||
@@ -2,12 +2,17 @@
|
|||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
|
<key>BGTaskSchedulerPermittedIdentifiers</key>
|
||||||
|
<array>
|
||||||
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||||
|
<string>dev.flutter.background.refresh</string>
|
||||||
|
</array>
|
||||||
<key>CADisableMinimumFrameDurationOnPhone</key>
|
<key>CADisableMinimumFrameDurationOnPhone</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>Siro Rider</string>
|
<string>Intaleq</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>$(EXECUTABLE_NAME)</string>
|
<string>$(EXECUTABLE_NAME)</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
@@ -15,7 +20,7 @@
|
|||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
<string>6.0</string>
|
<string>6.0</string>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
<string>Siro Rider</string>
|
<string>Intaleq</string>
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
@@ -28,11 +33,11 @@
|
|||||||
<key>CFBundleTypeRole</key>
|
<key>CFBundleTypeRole</key>
|
||||||
<string>Editor</string>
|
<string>Editor</string>
|
||||||
<key>CFBundleURLName</key>
|
<key>CFBundleURLName</key>
|
||||||
<string>siromove.com</string>
|
<string>intaleqapp.com</string>
|
||||||
<key>CFBundleURLSchemes</key>
|
<key>CFBundleURLSchemes</key>
|
||||||
<array>
|
<array>
|
||||||
<string>com.googleusercontent.apps.1086900987150-9jv4oa8l3t23d54lrf27c1d22tbt9i6d</string>
|
<string>com.googleusercontent.apps.1086900987150-9jv4oa8l3t23d54lrf27c1d22tbt9i6d</string>
|
||||||
<string>siromove</string>
|
<string>intaleq</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
|
|||||||
@@ -112,5 +112,5 @@ class BoxName {
|
|||||||
static const String styleVersion = 'styleVersion';
|
static const String styleVersion = 'styleVersion';
|
||||||
static const String isDestinationMatch =
|
static const String isDestinationMatch =
|
||||||
'isDestinationMatch'; // 🆕 AI Destination Matching
|
'isDestinationMatch'; // 🆕 AI Destination Matching
|
||||||
static const String isPrime = 'isPrime'; // 👑 Siro Prime subscription status
|
static const String isPrime = 'isPrime'; // 👑 Intaleq Prime subscription status
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
/// A class that holds the color palette for the 'Siro' app.
|
/// A class that holds the color palette for the 'Intaleq' app.
|
||||||
/// The palette is professionally designed to be modern, cohesive, and culturally
|
/// The palette is professionally designed to be modern, cohesive, and culturally
|
||||||
/// relevant, inspired by the Syrian flag and the app's brand identity.
|
/// relevant, inspired by the Syrian flag and the app's brand identity.
|
||||||
class AppColor {
|
class AppColor {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import 'package:get/get.dart';
|
|||||||
import 'colors.dart';
|
import 'colors.dart';
|
||||||
|
|
||||||
/// -----------------------------------------------------------------------------
|
/// -----------------------------------------------------------------------------
|
||||||
/// Siro Design Tokens
|
/// Intaleq Design Tokens
|
||||||
/// -----------------------------------------------------------------------------
|
/// -----------------------------------------------------------------------------
|
||||||
/// A single source of truth for spacing, radii, shadows, durations and the
|
/// A single source of truth for spacing, radii, shadows, durations and the
|
||||||
/// shared bottom-sheet surface used across the passenger map overlays.
|
/// shared bottom-sheet surface used across the passenger map overlays.
|
||||||
@@ -112,8 +112,8 @@ class AppSizes {
|
|||||||
///
|
///
|
||||||
/// It does NOT own show/hide animation — each caller keeps its own
|
/// It does NOT own show/hide animation — each caller keeps its own
|
||||||
/// AnimatedPositioned / transform logic so behaviour is unchanged.
|
/// AnimatedPositioned / transform logic so behaviour is unchanged.
|
||||||
class SiroSheetSurface extends StatelessWidget {
|
class IntaleqSheetSurface extends StatelessWidget {
|
||||||
const SiroSheetSurface({
|
const IntaleqSheetSurface({
|
||||||
super.key,
|
super.key,
|
||||||
required this.child,
|
required this.child,
|
||||||
this.padding =
|
this.padding =
|
||||||
@@ -142,7 +142,7 @@ class SiroSheetSurface extends StatelessWidget {
|
|||||||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||||
children: [
|
children: [
|
||||||
if (showHandle) ...[
|
if (showHandle) ...[
|
||||||
const SiroSheetHandle(),
|
const IntaleqSheetHandle(),
|
||||||
AppSpacing.vGapMd,
|
AppSpacing.vGapMd,
|
||||||
],
|
],
|
||||||
child,
|
child,
|
||||||
@@ -153,8 +153,8 @@ class SiroSheetSurface extends StatelessWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// The little grab handle at the top of a sheet. Consistent size everywhere.
|
/// The little grab handle at the top of a sheet. Consistent size everywhere.
|
||||||
class SiroSheetHandle extends StatelessWidget {
|
class IntaleqSheetHandle extends StatelessWidget {
|
||||||
const SiroSheetHandle({super.key});
|
const IntaleqSheetHandle({super.key});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
class AppInformation {
|
class AppInformation {
|
||||||
static const String companyName = 'Siro llc';
|
static const String companyName = 'Intaleq llc';
|
||||||
static const String appName = 'Siro';
|
static const String appName = 'Intaleq';
|
||||||
static const String phoneNumber = '';
|
static const String phoneNumber = '';
|
||||||
static const String linkedInProfile =
|
static const String linkedInProfile =
|
||||||
'https://www.linkedin.com/in/hamza-ayed/';
|
'https://www.linkedin.com/in/hamza-ayed/';
|
||||||
@@ -13,7 +13,7 @@ class AppInformation {
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Siro - Privacy Policy & Terms of Use</title>
|
<title>Intaleq - Privacy Policy & Terms of Use</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||||
@@ -68,11 +68,11 @@ class AppInformation {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>1. Introduction and Acceptance</h2>
|
<h2>1. Introduction and Acceptance</h2>
|
||||||
<p>By downloading, registering, or using the Siro application ("App"), you agree to be bound by this Privacy Policy and our Terms of Use. If you do not agree, you must stop using the App immediately. Your continued use constitutes acceptance of these terms and any future updates.</p>
|
<p>By downloading, registering, or using the Intaleq application ("App"), you agree to be bound by this Privacy Policy and our Terms of Use. If you do not agree, you must stop using the App immediately. Your continued use constitutes acceptance of these terms and any future updates.</p>
|
||||||
|
|
||||||
<h2>2. Definitions</h2>
|
<h2>2. Definitions</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>"Siro", "we", "us":</strong> Refers to the Siro for Ride Hailing company, Damascus – Syria (Owner & operator), which provides the technology platform.</li>
|
<li><strong>"Intaleq", "we", "us":</strong> Refers to the Intaleq for Ride Hailing company, Damascus – Syria (Owner & operator), which provides the technology platform.</li>
|
||||||
<li><strong>"Driver":</strong> An independent service provider who uses the App to offer transportation services.</li>
|
<li><strong>"Driver":</strong> An independent service provider who uses the App to offer transportation services.</li>
|
||||||
<li><strong>"Passenger", "you":</strong> An individual who uses the App to request transportation services.</li>
|
<li><strong>"Passenger", "you":</strong> An individual who uses the App to request transportation services.</li>
|
||||||
<li><strong>"Services":</strong> The connection between Passengers and Drivers facilitated by our App.</li>
|
<li><strong>"Services":</strong> The connection between Passengers and Drivers facilitated by our App.</li>
|
||||||
@@ -133,7 +133,7 @@ class AppInformation {
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>5. Disclaimer of Liability</h2>
|
<h2>5. Disclaimer of Liability</h2>
|
||||||
<p>The App is provided "as is". Siro is an intermediary platform and is not liable for the actions of Drivers or Passengers, accidents, delays, or any disputes between users. Our liability is limited to the fullest extent permitted by law.</p>
|
<p>The App is provided "as is". Intaleq is an intermediary platform and is not liable for the actions of Drivers or Passengers, accidents, delays, or any disputes between users. Our liability is limited to the fullest extent permitted by law.</p>
|
||||||
|
|
||||||
<h2>6. Policy Updates</h2>
|
<h2>6. Policy Updates</h2>
|
||||||
<p>We may update these terms. If we make significant changes, we will notify you within the App. You will be required to review and accept the new terms to continue using the Services, ensuring your consent is active and informed.</p>
|
<p>We may update these terms. If we make significant changes, we will notify you within the App. You will be required to review and accept the new terms to continue using the Services, ensuring your consent is active and informed.</p>
|
||||||
@@ -152,7 +152,7 @@ class AppInformation {
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>سيرو - سياسة الخصوصية وشروط الاستخدام</title>
|
<title>انطلق - سياسة الخصوصية وشروط الاستخدام</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||||
@@ -208,11 +208,11 @@ class AppInformation {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>1. المقدمة والقبول</h2>
|
<h2>1. المقدمة والقبول</h2>
|
||||||
<p>عبر تحميل أو تسجيل أو استخدام تطبيق "سيرو" ("التطبيق")، فإنك توافق على الالتزام بسياسة الخصوصية وشروط الاستخدام هذه. إذا كنت لا توافق، يجب عليك التوقف فورًا عن استخدام التطبيق. استمرارك في الاستخدام يُعد قبولاً لهذه الشروط وأي تحديثات مستقبلية لها.</p>
|
<p>عبر تحميل أو تسجيل أو استخدام تطبيق "انطلق" ("التطبيق")، فإنك توافق على الالتزام بسياسة الخصوصية وشروط الاستخدام هذه. إذا كنت لا توافق، يجب عليك التوقف فورًا عن استخدام التطبيق. استمرارك في الاستخدام يُعد قبولاً لهذه الشروط وأي تحديثات مستقبلية لها.</p>
|
||||||
|
|
||||||
<h2>2. التعريفات</h2>
|
<h2>2. التعريفات</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>"سيرو"، "نحن":</strong> تشير إلى شركة سيرو لنقل الركاب، دمشق – سوريا (مالك ومشغل التطبيق)، التي توفر المنصة التقنية.</li>
|
<li><strong>"انطلق"، "نحن":</strong> تشير إلى شركة انطلق لنقل الركاب، دمشق – سوريا (مالك ومشغل التطبيق)، التي توفر المنصة التقنية.</li>
|
||||||
<li><strong>"السائق":</strong> مقدم خدمة مستقل يستخدم التطبيق لتقديم خدمات النقل.</li>
|
<li><strong>"السائق":</strong> مقدم خدمة مستقل يستخدم التطبيق لتقديم خدمات النقل.</li>
|
||||||
<li><strong>"الراكب"، "أنت":</strong> الفرد الذي يستخدم التطبيق لطلب خدمات النقل.</li>
|
<li><strong>"الراكب"، "أنت":</strong> الفرد الذي يستخدم التطبيق لطلب خدمات النقل.</li>
|
||||||
<li><strong>"الخدمات":</strong> عملية الربط بين الركاب والسائقين التي يسهلها تطبيقنا.</li>
|
<li><strong>"الخدمات":</strong> عملية الربط بين الركاب والسائقين التي يسهلها تطبيقنا.</li>
|
||||||
@@ -273,7 +273,7 @@ class AppInformation {
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>5. إخلاء المسؤولية</h2>
|
<h2>5. إخلاء المسؤولية</h2>
|
||||||
<p>يتم تقديم التطبيق "كما هو". "سيرو" هي منصة وسيطة وليست مسؤولة عن تصرفات السائقين أو الركاب، أو الحوادث، أو التأخير، أو أي نزاعات بين المستخدمين. مسؤوليتنا محدودة إلى أقصى حد يسمح به القانون.</p>
|
<p>يتم تقديم التطبيق "كما هو". "انطلق" هي منصة وسيطة وليست مسؤولة عن تصرفات السائقين أو الركاب، أو الحوادث، أو التأخير، أو أي نزاعات بين المستخدمين. مسؤوليتنا محدودة إلى أقصى حد يسمح به القانون.</p>
|
||||||
|
|
||||||
<h2>6. تحديثات السياسة</h2>
|
<h2>6. تحديثات السياسة</h2>
|
||||||
<p>قد نقوم بتحديث هذه الشروط. في حال إجراء تغييرات جوهرية، سنقوم بإعلامك داخل التطبيق. سيُطلب منك مراجعة الشروط الجديدة وقبولها لمواصلة استخدام الخدمات، لضمان أن موافقتك فعالة ومبنية على معرفة.</p>
|
<p>قد نقوم بتحديث هذه الشروط. في حال إجراء تغييرات جوهرية، سنقوم بإعلامك داخل التطبيق. سيُطلب منك مراجعة الشروط الجديدة وقبولها لمواصلة استخدام الخدمات، لضمان أن موافقتك فعالة ومبنية على معرفة.</p>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import 'package:intaleq_rider/main.dart';
|
|||||||
class AppLink {
|
class AppLink {
|
||||||
static const String appDomain = 'intaleqapp.com';
|
static const String appDomain = 'intaleqapp.com';
|
||||||
|
|
||||||
/// ⚠️ تحتاج صفحة invite.php منشورة على intaleqapp.com. كان لسيرو صيغتان
|
/// ⚠️ تحتاج صفحة invite.php منشورة على intaleqapp.com. كان لانطلق صيغتان
|
||||||
/// (invite.php و inviteSyria.php حسب الدولة) — طُويت إلى واحدة: انطلق نشرٌ
|
/// (invite.php و inviteSyria.php حسب الدولة) — طُويت إلى واحدة: انطلق نشرٌ
|
||||||
/// واحد لدولة واحدة (docs/34).
|
/// واحد لدولة واحدة (docs/34).
|
||||||
static String get inviteRedirectUrl => "https://$appDomain/invite.php";
|
static String get inviteRedirectUrl => "https://$appDomain/invite.php";
|
||||||
@@ -93,12 +93,12 @@ class AppLink {
|
|||||||
"$wallet/getPassengerWalletArchive.php";
|
"$wallet/getPassengerWalletArchive.php";
|
||||||
|
|
||||||
static String get addDrivePayment => "$paymentServer/ride/payment/add.php";
|
static String get addDrivePayment => "$paymentServer/ride/payment/add.php";
|
||||||
static String get addSeferWallet => "$paymentServer/ride/siroWallet/add.php";
|
static String get addSeferWallet => "$paymentServer/ride/intaleqWallet/add.php";
|
||||||
static String get addPassengersWallet => "$wallet/add.php";
|
static String get addPassengersWallet => "$wallet/add.php";
|
||||||
static String get deletePassengersWallet => "$wallet/delete.php";
|
static String get deletePassengersWallet => "$wallet/delete.php";
|
||||||
static String get updatePassengersWallet => "$wallet/update.php";
|
static String get updatePassengersWallet => "$wallet/update.php";
|
||||||
|
|
||||||
//=======================Siro Prime===================
|
//=======================Intaleq Prime===================
|
||||||
static String get initiatePrime => "$server/api/payments/initiate_prime.php";
|
static String get initiatePrime => "$server/api/payments/initiate_prime.php";
|
||||||
static String get getPrimeStatus =>
|
static String get getPrimeStatus =>
|
||||||
"$server/api/payments/get_prime_status.php";
|
"$server/api/payments/get_prime_status.php";
|
||||||
|
|||||||
@@ -1,30 +1,30 @@
|
|||||||
List<String> passengerMessages = [
|
List<String> passengerMessages = [
|
||||||
// --- رسائل العروض والتوفير ---
|
// --- رسائل العروض والتوفير ---
|
||||||
"وفر على حالك: 🚗 أسعار سيرو نازلة كتير! شوف العروض الجديدة وفوت هلأ قبل ما تخلص. 🌟",
|
"وفر على حالك: 🚗 أسعار انطلق نازلة كتير! شوف العروض الجديدة وفوت هلأ قبل ما تخلص. 🌟",
|
||||||
"خصم اليوم: 🤔 لا تفوّت الفرصة! افتح تطبيق سيرو وشوف الأسعار يلي ما بتنعاد.",
|
"خصم اليوم: 🤔 لا تفوّت الفرصة! افتح تطبيق انطلق وشوف الأسعار يلي ما بتنعاد.",
|
||||||
"عروض نارية: 🎁 اليوم خصم خاص إلك، احجز مشوارك الجاي بسعر ولا أروع!",
|
"عروض نارية: 🎁 اليوم خصم خاص إلك، احجز مشوارك الجاي بسعر ولا أروع!",
|
||||||
"مشاوير اقتصادية: 💸 مع سيرو بتتحرك براحتك وبتدفع أقل، جرب وشوف الفرق!",
|
"مشاوير اقتصادية: 💸 مع انطلق بتتحرك براحتك وبتدفع أقل، جرب وشوف الفرق!",
|
||||||
|
|
||||||
// --- رسائل السهولة والراحة ---
|
// --- رسائل السهولة والراحة ---
|
||||||
"مشوار بكبسة زر: 📲 افتح تطبيق سيرو، وخلِّي السيارة توصلك لعندك بثواني.",
|
"مشوار بكبسة زر: 📲 افتح تطبيق انطلق، وخلِّي السيارة توصلك لعندك بثواني.",
|
||||||
"ارتاح من المواصلات: 🤔 خلّي سيرو يريحك من الانتظار والزحمة، وسيرو وين ما بدك.",
|
"ارتاح من المواصلات: 🤔 خلّي انطلق يريحك من الانتظار والزحمة، وانطلق وين ما بدك.",
|
||||||
"سيارتك جاهزة: 🚕 الكابتن ناطر طلبك، حدد وجهتك وخلّي الطريق علينا.",
|
"سيارتك جاهزة: 🚕 الكابتن ناطر طلبك، حدد وجهتك وخلّي الطريق علينا.",
|
||||||
"رحلة مريحة: 🛣️ ارتاح بالكرسي، نحنا منهتم بكل التفاصيل من الباب للباب.",
|
"رحلة مريحة: 🛣️ ارتاح بالكرسي، نحنا منهتم بكل التفاصيل من الباب للباب.",
|
||||||
|
|
||||||
// --- رسائل الأمان والثقة ---
|
// --- رسائل الأمان والثقة ---
|
||||||
"رحلتك بأمان: 🙏 كل كباتنّا مدرّبين وملتزمين، وسلامتك أولويتنا.",
|
"رحلتك بأمان: 🙏 كل كباتنّا مدرّبين وملتزمين، وسلامتك أولويتنا.",
|
||||||
"سافر وانت مطمّن: 🔒 مع سيرو كل شي موثوق ومسجّل لتكون مرتاح البال.",
|
"سافر وانت مطمّن: 🔒 مع انطلق كل شي موثوق ومسجّل لتكون مرتاح البال.",
|
||||||
"شارك رحلتك: ❤️ فيك تبعت تفاصيل المشوار لأهلك أو رفقاتك بخطوة وحدة.",
|
"شارك رحلتك: ❤️ فيك تبعت تفاصيل المشوار لأهلك أو رفقاتك بخطوة وحدة.",
|
||||||
"سيرو بثقة: ✅ كل الرحلات مراقبة لتضمن تجربة آمنة ومريحة 100%.",
|
"انطلق بثقة: ✅ كل الرحلات مراقبة لتضمن تجربة آمنة ومريحة 100%.",
|
||||||
|
|
||||||
// --- رسائل تفاعلية ومناسبات ---
|
// --- رسائل تفاعلية ومناسبات ---
|
||||||
"الويكند بلّش: 🥳 خلي مشاويرك مع الأصحاب علينا، وفر وقتك وفلوسك مع سيرو.",
|
"الويكند بلّش: 🥳 خلي مشاويرك مع الأصحاب علينا، وفر وقتك وفلوسك مع انطلق.",
|
||||||
"رايح عالشغل: 💼 لا تتأخر، افتح التطبيق وخلي الكابتن يوصلك بلا تعب.",
|
"رايح عالشغل: 💼 لا تتأخر، افتح التطبيق وخلي الكابتن يوصلك بلا تعب.",
|
||||||
"الشمس مولّعة: ☀️ لا تمشي تحت الحر، خلي السيارة تجي لعندك.",
|
"الشمس مولّعة: ☀️ لا تمشي تحت الحر، خلي السيارة تجي لعندك.",
|
||||||
"مستعجل: 🏃♂️ لا تقلق، سيرو أسرع طريق لتوصل عموعدك.",
|
"مستعجل: 🏃♂️ لا تقلق، انطلق أسرع طريق لتوصل عموعدك.",
|
||||||
|
|
||||||
// --- رسائل تشجيعية عامة ---
|
// --- رسائل تشجيعية عامة ---
|
||||||
"وين رايح اليوم؟ 🗺️ وين ما كانت وجهتك، سيرو بيخدمك بكل مكان وبأي وقت.",
|
"وين رايح اليوم؟ 🗺️ وين ما كانت وجهتك، انطلق بيخدمك بكل مكان وبأي وقت.",
|
||||||
"جرب شي جديد: 🚘 شوف فئات السيارات الجديدة وخلي رحلتك أريح وأجمل.",
|
"جرب شي جديد: 🚘 شوف فئات السيارات الجديدة وخلي رحلتك أريح وأجمل.",
|
||||||
"شكراً لاختيارك: ⭐ وجودك معنا بيفرحنا، ونتمنى دايماً تكون رحلتك مريحة وسعيدة.",
|
"شكراً لاختيارك: ⭐ وجودك معنا بيفرحنا، ونتمنى دايماً تكون رحلتك مريحة وسعيدة.",
|
||||||
"كل يوم جديد: ✨ فوت عالتطبيق وتابع آخر التحديثات والعروض يلي نازلة خصيصاً إلك."
|
"كل يوم جديد: ✨ فوت عالتطبيق وتابع آخر التحديثات والعروض يلي نازلة خصيصاً إلك."
|
||||||
|
|||||||
@@ -594,7 +594,7 @@ class LoginController extends GetxController {
|
|||||||
|
|
||||||
// Initialize geofencing now that we have permission
|
// Initialize geofencing now that we have permission
|
||||||
if (Platform.isAndroid || Platform.isIOS) {
|
if (Platform.isAndroid || Platform.isIOS) {
|
||||||
await SiroGeofencingService.initAndStart();
|
await IntaleqGeofencingService.initAndStart();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (permissionGranted.toString() == 'PermissionStatus.granted' ||
|
if (permissionGranted.toString() == 'PermissionStatus.granted' ||
|
||||||
|
|||||||
@@ -479,7 +479,7 @@ class FirebaseMessagesController extends GetxController {
|
|||||||
|
|
||||||
// NotificationController().showNotification(
|
// NotificationController().showNotification(
|
||||||
// 'Don’t forget your personal belongings.'.tr,
|
// 'Don’t forget your personal belongings.'.tr,
|
||||||
// 'Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app'
|
// 'Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app'
|
||||||
// .tr,
|
// .tr,
|
||||||
// 'ding');
|
// 'ding');
|
||||||
|
|
||||||
@@ -569,7 +569,7 @@ class FirebaseMessagesController extends GetxController {
|
|||||||
// if (Platform.isAndroid) {
|
// if (Platform.isAndroid) {
|
||||||
// notificationController.showNotification(
|
// notificationController.showNotification(
|
||||||
// 'Driver Cancelled Your Trip'.tr,
|
// 'Driver Cancelled Your Trip'.tr,
|
||||||
// 'you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet'
|
// 'you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet'
|
||||||
// .tr,
|
// .tr,
|
||||||
// 'cancel');
|
// 'cancel');
|
||||||
// }
|
// }
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ class GeoLocation {
|
|||||||
// Prominent Disclosure for Background Location
|
// Prominent Disclosure for Background Location
|
||||||
bool? userAgreed = await Get.defaultDialog<bool>(
|
bool? userAgreed = await Get.defaultDialog<bool>(
|
||||||
title: 'صلاحية الموقع'.tr,
|
title: 'صلاحية الموقع'.tr,
|
||||||
middleText: 'يجمع تطبيق سيرو بيانات الموقع لتفعيل ميزة التتبع الجغرافي (Geofence) ولتمكين السائق من الوصول إليك بدقة وتتبع رحلتك حتى عندما يكون التطبيق في الخلفية أو مغلقاً.'.tr,
|
middleText: 'يجمع تطبيق انطلق بيانات الموقع لتفعيل ميزة التتبع الجغرافي (Geofence) ولتمكين السائق من الوصول إليك بدقة وتتبع رحلتك حتى عندما يكون التطبيق في الخلفية أو مغلقاً.'.tr,
|
||||||
titleStyle: const TextStyle(fontWeight: FontWeight.bold),
|
titleStyle: const TextStyle(fontWeight: FontWeight.bold),
|
||||||
textConfirm: 'موافق'.tr,
|
textConfirm: 'موافق'.tr,
|
||||||
textCancel: 'إلغاء'.tr,
|
textCancel: 'إلغاء'.tr,
|
||||||
@@ -53,7 +53,7 @@ class GeoLocation {
|
|||||||
|
|
||||||
// Update Geofences based on the fresh location
|
// Update Geofences based on the fresh location
|
||||||
try {
|
try {
|
||||||
SiroGeofencingService.syncZonesWithServer(position.latitude, position.longitude);
|
IntaleqGeofencingService.syncZonesWithServer(position.latitude, position.longitude);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// Ignore errors so it doesn't break the main location flow
|
// Ignore errors so it doesn't break the main location flow
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -69,8 +69,8 @@ checkForBounusInvitation() {
|
|||||||
|
|
||||||
void showUpdateDialog(BuildContext context) {
|
void showUpdateDialog(BuildContext context) {
|
||||||
final String storeUrl = Platform.isAndroid
|
final String storeUrl = Platform.isAndroid
|
||||||
? 'https://play.google.com/store/apps/details?id=com.Siro.siro'
|
? 'https://play.google.com/store/apps/details?id=com.Intaleq.intaleq'
|
||||||
: 'https://apps.apple.com/jo/app/siro-rider/id6748075179';
|
: 'https://apps.apple.com/jo/app/intaleq-rider/id6748075179';
|
||||||
showGeneralDialog(
|
showGeneralDialog(
|
||||||
context: context,
|
context: context,
|
||||||
barrierDismissible: false,
|
barrierDismissible: false,
|
||||||
|
|||||||
@@ -12,6 +12,10 @@ class SslPinning {
|
|||||||
'/tNRUeeLxUhQU5gbgdpVWC6QBGAqc/ujg8Kcf0wQiAM=',
|
'/tNRUeeLxUhQU5gbgdpVWC6QBGAqc/ujg8Kcf0wQiAM=',
|
||||||
'Hlx/0EWNDH5Xkt2KzvqxUzbw0vvEsyZSlibialSyGqI=',
|
'Hlx/0EWNDH5Xkt2KzvqxUzbw0vvEsyZSlibialSyGqI=',
|
||||||
],
|
],
|
||||||
|
'intaleqapp.com': [
|
||||||
|
'C5+lpZ7tcVwmwQIMcRtPbsQtWLABXhQzejna0wHESsl=',
|
||||||
|
'diGVwiVYbubAI3RW4hB9xU8e/CH2GnkuvVFZE8zmgzI=',
|
||||||
|
],
|
||||||
'siromove.com': [
|
'siromove.com': [
|
||||||
'C5+lpZ7tcVwmwQIMcRtPbsQtWLABXhQzejna0wHESsl=',
|
'C5+lpZ7tcVwmwQIMcRtPbsQtWLABXhQzejna0wHESsl=',
|
||||||
'diGVwiVYbubAI3RW4hB9xU8e/CH2GnkuvVFZE8zmgzI=',
|
'diGVwiVYbubAI3RW4hB9xU8e/CH2GnkuvVFZE8zmgzI=',
|
||||||
@@ -26,17 +30,31 @@ class SslPinning {
|
|||||||
|
|
||||||
static http.Client createPinnedClient() {
|
static http.Client createPinnedClient() {
|
||||||
final httpClient = HttpClient()
|
final httpClient = HttpClient()
|
||||||
..badCertificateCallback =
|
..badCertificateCallback = _badCertCallback;
|
||||||
(X509Certificate cert, String host, int port) {
|
|
||||||
final derHash = base64.encode(sha256.convert(cert.der).bytes);
|
|
||||||
for (final entry in _pins.entries) {
|
|
||||||
if (host == entry.key || host.endsWith('.${entry.key}')) {
|
|
||||||
if (entry.value.contains(derHash)) return true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (_globalPins.contains(derHash)) return true;
|
|
||||||
return false;
|
|
||||||
};
|
|
||||||
return http_io.IOClient(httpClient);
|
return http_io.IOClient(httpClient);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static bool _badCertCallback(X509Certificate cert, String host, int port) {
|
||||||
|
if (host.contains('intaleqapp.com') ||
|
||||||
|
host.contains('intaleq.xyz') ||
|
||||||
|
host.contains('siromove.com')) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
final derHash = base64.encode(sha256.convert(cert.der).bytes);
|
||||||
|
for (final entry in _pins.entries) {
|
||||||
|
if (host == entry.key || host.endsWith('.${entry.key}')) {
|
||||||
|
if (entry.value.contains(derHash)) return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (_globalPins.contains(derHash)) return true;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class IntaleqHttpOverrides extends HttpOverrides {
|
||||||
|
@override
|
||||||
|
HttpClient createHttpClient(SecurityContext? context) {
|
||||||
|
return super.createHttpClient(context)
|
||||||
|
..badCertificateCallback = SslPinning._badCertCallback;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ class MapEngineController extends GetxController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Future<void> onStyleLoaded() async {
|
Future<void> onStyleLoaded() async {
|
||||||
Log.print('🗺️ Siro Map Style Loaded. Initializing...');
|
Log.print('🗺️ Intaleq Map Style Loaded. Initializing...');
|
||||||
isStyleLoaded = true;
|
isStyleLoaded = true;
|
||||||
await _loadMapIcons();
|
await _loadMapIcons();
|
||||||
|
|
||||||
|
|||||||
@@ -1888,7 +1888,7 @@ class RideLifecycleController extends GetxController {
|
|||||||
String generateTrackingLink(String rideId, String driverId) {
|
String generateTrackingLink(String rideId, String driverId) {
|
||||||
String cleanRideId = rideId.toString().trim();
|
String cleanRideId = rideId.toString().trim();
|
||||||
String cleanDriverId = driverId.toString().trim();
|
String cleanDriverId = driverId.toString().trim();
|
||||||
const String secretSalt = "Siro_Secure_Track_2025";
|
const String secretSalt = "Intaleq_Secure_Track_2025";
|
||||||
|
|
||||||
String rawString = "$cleanRideId$cleanDriverId$secretSalt";
|
String rawString = "$cleanRideId$cleanDriverId$secretSalt";
|
||||||
var bytes = utf8.encode(rawString);
|
var bytes = utf8.encode(rawString);
|
||||||
@@ -2165,7 +2165,7 @@ class RideLifecycleController extends GetxController {
|
|||||||
fetchCompetitorContext();
|
fetchCompetitorContext();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// يجلب مقارنة سعر سيرو مع المنافسين ويحدّث الواجهة بشكل غير مُوقِف
|
/// يجلب مقارنة سعر انطلق مع المنافسين ويحدّث الواجهة بشكل غير مُوقِف
|
||||||
Future<void> fetchCompetitorContext() async {
|
Future<void> fetchCompetitorContext() async {
|
||||||
try {
|
try {
|
||||||
final String passengerLat = mapEngine.polylineCoordinates.isNotEmpty
|
final String passengerLat = mapEngine.polylineCoordinates.isNotEmpty
|
||||||
@@ -2182,7 +2182,7 @@ class RideLifecycleController extends GetxController {
|
|||||||
'passenger_lng': passengerLng,
|
'passenger_lng': passengerLng,
|
||||||
'distance': distance.toString(),
|
'distance': distance.toString(),
|
||||||
'country': box.read(BoxName.countryCode) ?? '',
|
'country': box.read(BoxName.countryCode) ?? '',
|
||||||
'siro_price': totalPassengerSpeed,
|
'intaleq_price': totalPassengerSpeed,
|
||||||
'car_type': 'Speed',
|
'car_type': 'Speed',
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -267,25 +267,25 @@ class UiInteractionsController extends GetxController {
|
|||||||
rideLifecycle.rideId, rideLifecycle.driverId);
|
rideLifecycle.rideId, rideLifecycle.driverId);
|
||||||
|
|
||||||
String message = """
|
String message = """
|
||||||
مرحباً، تابع رحلتي مباشرة على تطبيق سيرو 🚗
|
مرحباً، تابع رحلتي مباشرة على تطبيق انطلق 🚗
|
||||||
|
|
||||||
يمكنك تتبع مسار الرحلة من هنا:
|
يمكنك تتبع مسار الرحلة من هنا:
|
||||||
$trackingLink
|
$trackingLink
|
||||||
|
|
||||||
السائق: ${rideLifecycle.passengerName}
|
السائق: ${rideLifecycle.passengerName}
|
||||||
السيارة: ${rideLifecycle.model} - ${rideLifecycle.licensePlate}
|
السيارة: ${rideLifecycle.model} - ${rideLifecycle.licensePlate}
|
||||||
شكراً لاستخدامك سيرو!
|
شكراً لاستخدامك انطلق!
|
||||||
"""
|
"""
|
||||||
.tr;
|
.tr;
|
||||||
|
|
||||||
String messageEn = """Hello, follow my trip live on Siro 🚗
|
String messageEn = """Hello, follow my trip live on Intaleq 🚗
|
||||||
|
|
||||||
Track my ride here:
|
Track my ride here:
|
||||||
$trackingLink
|
$trackingLink
|
||||||
|
|
||||||
Driver: ${rideLifecycle.passengerName}
|
Driver: ${rideLifecycle.passengerName}
|
||||||
Car: ${rideLifecycle.model} - ${rideLifecycle.licensePlate}
|
Car: ${rideLifecycle.model} - ${rideLifecycle.licensePlate}
|
||||||
Thank you for using Siro!
|
Thank you for using Intaleq!
|
||||||
""";
|
""";
|
||||||
|
|
||||||
String userLanguage = box.read(BoxName.lang) ?? 'ar';
|
String userLanguage = box.read(BoxName.lang) ?? 'ar';
|
||||||
@@ -338,7 +338,7 @@ Thank you for using Siro!
|
|||||||
),
|
),
|
||||||
const SizedBox(height: 10),
|
const SizedBox(height: 10),
|
||||||
Text(
|
Text(
|
||||||
"Send Siro app to him".tr,
|
"Send Intaleq app to him".tr,
|
||||||
style: AppStyle.title
|
style: AppStyle.title
|
||||||
.copyWith(color: AppColor.greenColor, fontSize: 14),
|
.copyWith(color: AppColor.greenColor, fontSize: 14),
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
@@ -355,14 +355,14 @@ Thank you for using Siro!
|
|||||||
|
|
||||||
var message = '''Dear Friend,
|
var message = '''Dear Friend,
|
||||||
|
|
||||||
🚀 I have just started an exciting trip on Siro!
|
🚀 I have just started an exciting trip on Intaleq!
|
||||||
Download the app to track my ride:
|
Download the app to track my ride:
|
||||||
|
|
||||||
👉 Android: https://play.google.com/store/apps/details?id=com.Siro.siro&hl=en-US
|
👉 Android: https://play.google.com/store/apps/details?id=com.Intaleq.intaleq&hl=en-US
|
||||||
👉 iOS: https://apps.apple.com/st/app/siro-rider/id6748075179
|
👉 iOS: https://apps.apple.com/st/app/intaleq-rider/id6748075179
|
||||||
|
|
||||||
See you there!
|
See you there!
|
||||||
Siro Team''';
|
Intaleq Team''';
|
||||||
|
|
||||||
launchCommunication('whatsapp', phone, message);
|
launchCommunication('whatsapp', phone, message);
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -127,7 +127,7 @@ import 'dart:async';
|
|||||||
// formSearchPlaces(3),
|
// formSearchPlaces(3),
|
||||||
// ];
|
// ];
|
||||||
|
|
||||||
// SiroMapController? mapController;
|
// IntaleqMapController? mapController;
|
||||||
// bool isStyleLoaded = false;
|
// bool isStyleLoaded = false;
|
||||||
|
|
||||||
// Set<Marker> markers = {};
|
// Set<Marker> markers = {};
|
||||||
@@ -3931,7 +3931,7 @@ import 'dart:async';
|
|||||||
// String cleanDriverId = driverId.toString().trim();
|
// String cleanDriverId = driverId.toString().trim();
|
||||||
|
|
||||||
// // الكلمة السرية للمطابقة مع السيرفر
|
// // الكلمة السرية للمطابقة مع السيرفر
|
||||||
// const String secretSalt = "Siro_Secure_Track_2025";
|
// const String secretSalt = "Intaleq_Secure_Track_2025";
|
||||||
|
|
||||||
// // الدمج والتشفير
|
// // الدمج والتشفير
|
||||||
// String rawString = "$cleanRideId$cleanDriverId$secretSalt";
|
// String rawString = "$cleanRideId$cleanDriverId$secretSalt";
|
||||||
@@ -4007,25 +4007,25 @@ import 'dart:async';
|
|||||||
// // 4. تجهيز الرسالة (بالإنجليزية وجاهزة للترجمة)
|
// // 4. تجهيز الرسالة (بالإنجليزية وجاهزة للترجمة)
|
||||||
// // لاحظ: استخدمت المتغيرات الموجودة في الكنترولر (passengerName هنا عادة يحمل اسم السائق في الكنترولر الخاص بك حسب الكود السابق)
|
// // لاحظ: استخدمت المتغيرات الموجودة في الكنترولر (passengerName هنا عادة يحمل اسم السائق في الكنترولر الخاص بك حسب الكود السابق)
|
||||||
// String message = """
|
// String message = """
|
||||||
// مرحباً، تابع رحلتي مباشرة على تطبيق سيرو 🚗
|
// مرحباً، تابع رحلتي مباشرة على تطبيق انطلق 🚗
|
||||||
|
|
||||||
// يمكنك تتبع مسار الرحلة من هنا:
|
// يمكنك تتبع مسار الرحلة من هنا:
|
||||||
// $trackingLink
|
// $trackingLink
|
||||||
|
|
||||||
// السائق: $passengerName
|
// السائق: $passengerName
|
||||||
// السيارة: $model - $licensePlate
|
// السيارة: $model - $licensePlate
|
||||||
// شكراً لاستخدامك سيرو!
|
// شكراً لاستخدامك انطلق!
|
||||||
// """
|
// """
|
||||||
// .tr;
|
// .tr;
|
||||||
|
|
||||||
// String messageEn = """Hello, follow my trip live on Siro 🚗
|
// String messageEn = """Hello, follow my trip live on Intaleq 🚗
|
||||||
|
|
||||||
// Track my ride here:
|
// Track my ride here:
|
||||||
// $trackingLink
|
// $trackingLink
|
||||||
|
|
||||||
// Driver: $passengerName
|
// Driver: $passengerName
|
||||||
// Car: $model - $licensePlate
|
// Car: $model - $licensePlate
|
||||||
// Thank you for using Siro!
|
// Thank you for using Intaleq!
|
||||||
// """;
|
// """;
|
||||||
|
|
||||||
// // اختر الرسالة بناءً على اللغة المفضلة (مثال بسيط)
|
// // اختر الرسالة بناءً على اللغة المفضلة (مثال بسيط)
|
||||||
@@ -4132,7 +4132,7 @@ import 'dart:async';
|
|||||||
// ),
|
// ),
|
||||||
// const SizedBox(height: 10),
|
// const SizedBox(height: 10),
|
||||||
// Text(
|
// Text(
|
||||||
// "Send Siro app to him".tr,
|
// "Send Intaleq app to him".tr,
|
||||||
// style: AppStyle.title
|
// style: AppStyle.title
|
||||||
// .copyWith(color: AppColor.greenColor, fontSize: 14),
|
// .copyWith(color: AppColor.greenColor, fontSize: 14),
|
||||||
// textAlign: TextAlign.center,
|
// textAlign: TextAlign.center,
|
||||||
@@ -4153,14 +4153,14 @@ import 'dart:async';
|
|||||||
// // تصحيح نص الرسالة
|
// // تصحيح نص الرسالة
|
||||||
// var message = '''Dear Friend,
|
// var message = '''Dear Friend,
|
||||||
|
|
||||||
// 🚀 I have just started an exciting trip on Siro!
|
// 🚀 I have just started an exciting trip on Intaleq!
|
||||||
// Download the app to track my ride:
|
// Download the app to track my ride:
|
||||||
|
|
||||||
// 👉 Android: https://play.google.com/store/apps/details?id=com.Siro.siro&hl=en-US
|
// 👉 Android: https://play.google.com/store/apps/details?id=com.Intaleq.intaleq&hl=en-US
|
||||||
// 👉 iOS: https://apps.apple.com/st/app/siro-rider/id6748075179
|
// 👉 iOS: https://apps.apple.com/st/app/intaleq-rider/id6748075179
|
||||||
|
|
||||||
// See you there!
|
// See you there!
|
||||||
// Siro Team''';
|
// Intaleq Team''';
|
||||||
|
|
||||||
// launchCommunication('whatsapp', phone, message);
|
// launchCommunication('whatsapp', phone, message);
|
||||||
// }),
|
// }),
|
||||||
@@ -4519,7 +4519,7 @@ import 'dart:async';
|
|||||||
// if (mapController != null) {
|
// if (mapController != null) {
|
||||||
// mapController!.animateCamera(CameraUpdate.newLatLng(
|
// mapController!.animateCamera(CameraUpdate.newLatLng(
|
||||||
// currentPos)); // Optional: Follow car if needed
|
// currentPos)); // Optional: Follow car if needed
|
||||||
// // Note: SiroMapController doesn't expose raw symbol update yet for Marker object,
|
// // Note: IntaleqMapController doesn't expose raw symbol update yet for Marker object,
|
||||||
// // but declarative update via GetBuilder is fast.
|
// // but declarative update via GetBuilder is fast.
|
||||||
// }
|
// }
|
||||||
|
|
||||||
@@ -5452,13 +5452,13 @@ import 'dart:async';
|
|||||||
// );
|
// );
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// void onMapCreated(SiroMapController controller) {
|
// void onMapCreated(IntaleqMapController controller) {
|
||||||
// mapController = controller;
|
// mapController = controller;
|
||||||
// update();
|
// update();
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// void onStyleLoaded() async {
|
// void onStyleLoaded() async {
|
||||||
// Log.print('🗺️ Siro Map Style Loaded. Initializing...');
|
// Log.print('🗺️ Intaleq Map Style Loaded. Initializing...');
|
||||||
// isStyleLoaded = true;
|
// isStyleLoaded = true;
|
||||||
// _loadMapIcons();
|
// _loadMapIcons();
|
||||||
|
|
||||||
|
|||||||
@@ -48,9 +48,9 @@ class InviteController extends GetxController {
|
|||||||
Future<void> shareDriverCode() async {
|
Future<void> shareDriverCode() async {
|
||||||
if (driverCouponCode != null) {
|
if (driverCouponCode != null) {
|
||||||
final String shareText = '''
|
final String shareText = '''
|
||||||
${'Join Siro as a driver using my referral code!'.tr}
|
${'Join Intaleq as a driver using my referral code!'.tr}
|
||||||
${'Use code:'.tr} $driverCouponCode
|
${'Use code:'.tr} $driverCouponCode
|
||||||
${'Download the Siro Driver app now and earn rewards:'.tr}
|
${'Download the Intaleq Driver app now and earn rewards:'.tr}
|
||||||
${AppLink.inviteRedirectUrl}?code=$driverCouponCode&app=driver
|
${AppLink.inviteRedirectUrl}?code=$driverCouponCode&app=driver
|
||||||
''';
|
''';
|
||||||
await Share.share(shareText);
|
await Share.share(shareText);
|
||||||
@@ -62,7 +62,7 @@ ${AppLink.inviteRedirectUrl}?code=$driverCouponCode&app=driver
|
|||||||
final String shareText = '''
|
final String shareText = '''
|
||||||
${'Get a discount on your first Intaleq ride!'.tr}
|
${'Get a discount on your first Intaleq ride!'.tr}
|
||||||
${'Use my referral code:'.tr} $couponCode
|
${'Use my referral code:'.tr} $couponCode
|
||||||
${'Download the Siro app now and enjoy your ride:'.tr}
|
${'Download the Intaleq app now and enjoy your ride:'.tr}
|
||||||
${AppLink.inviteRedirectUrl}?code=$couponCode&app=rider
|
${AppLink.inviteRedirectUrl}?code=$couponCode&app=rider
|
||||||
''';
|
''';
|
||||||
await Share.share(shareText);
|
await Share.share(shareText);
|
||||||
@@ -216,7 +216,7 @@ ${AppLink.inviteRedirectUrl}?code=$couponCode&app=rider
|
|||||||
String inviteCode = (payload['inviteCode'] ?? '').toString();
|
String inviteCode = (payload['inviteCode'] ?? '').toString();
|
||||||
|
|
||||||
String message =
|
String message =
|
||||||
"👋 ${'Hello! I\'m inviting you to try Siro.'.tr}\n\n"
|
"👋 ${'Hello! I\'m inviting you to try Intaleq.'.tr}\n\n"
|
||||||
"🎁 ${'Use my invitation code to get a special gift on your first ride!'.tr}\n\n"
|
"🎁 ${'Use my invitation code to get a special gift on your first ride!'.tr}\n\n"
|
||||||
"${'Your personal invitation code is:'.tr}\n"
|
"${'Your personal invitation code is:'.tr}\n"
|
||||||
"*$inviteCode*\n\n"
|
"*$inviteCode*\n\n"
|
||||||
|
|||||||
@@ -183,18 +183,18 @@ class SplashScreenController extends GetxController
|
|||||||
final List<String> msgs = passengerMessages ?? const [];
|
final List<String> msgs = passengerMessages ?? const [];
|
||||||
if (msgs.isEmpty) {
|
if (msgs.isEmpty) {
|
||||||
controller.scheduleNotificationsForSevenDays(
|
controller.scheduleNotificationsForSevenDays(
|
||||||
'Siro', 'مرحباً بك! تابع رحلاتك بأمان مع سيرو.', "tone1");
|
'Intaleq', 'مرحباً بك! تابع رحلاتك بأمان مع انطلق.', "tone1");
|
||||||
} else {
|
} else {
|
||||||
final rnd = Random();
|
final rnd = Random();
|
||||||
final raw = msgs[rnd.nextInt(msgs.length)];
|
final raw = msgs[rnd.nextInt(msgs.length)];
|
||||||
final parts = raw.split(':');
|
final parts = raw.split(':');
|
||||||
final title = parts.isNotEmpty ? parts.first.trim() : 'Siro';
|
final title = parts.isNotEmpty ? parts.first.trim() : 'Intaleq';
|
||||||
final body = parts.length > 1
|
final body = parts.length > 1
|
||||||
? parts.sublist(1).join(':').trim()
|
? parts.sublist(1).join(':').trim()
|
||||||
: 'مرحباً بك! تابع رحلاتك بأمان مع سيرو.';
|
: 'مرحباً بك! تابع رحلاتك بأمان مع انطلق.';
|
||||||
controller.scheduleNotificationsForSevenDays(
|
controller.scheduleNotificationsForSevenDays(
|
||||||
title.isEmpty ? 'Siro' : title,
|
title.isEmpty ? 'Intaleq' : title,
|
||||||
body.isEmpty ? 'مرحباً بك! تابع رحلاتك بأمان مع سيرو.' : body,
|
body.isEmpty ? 'مرحباً بك! تابع رحلاتك بأمان مع انطلق.' : body,
|
||||||
"tone1");
|
"tone1");
|
||||||
}
|
}
|
||||||
} catch (e, st) {
|
} catch (e, st) {
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "مشوار بحجز مسبق، تقدر تختار أفضل الكباتن والسيارات.",
|
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "مشوار بحجز مسبق، تقدر تختار أفضل الكباتن والسيارات.",
|
||||||
"AI Page": "صفحة الذكاء الاصطناعي",
|
"AI Page": "صفحة الذكاء الاصطناعي",
|
||||||
"About Intaleq": "About Intaleq",
|
"About Intaleq": "About Intaleq",
|
||||||
"About Siro": "عن سيرو",
|
"About Siro": "عن انطلق",
|
||||||
"About Us": "من نحن",
|
"About Us": "من نحن",
|
||||||
"Accept": "قبول",
|
"Accept": "قبول",
|
||||||
"Accept Order": "قبول الطلب",
|
"Accept Order": "قبول الطلب",
|
||||||
@@ -338,7 +338,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"Date of Birth is": "تاريخ الميلاد:",
|
"Date of Birth is": "تاريخ الميلاد:",
|
||||||
"Date of Birth: ": "تاريخ الميلاد:",
|
"Date of Birth: ": "تاريخ الميلاد:",
|
||||||
"Days": "أيام",
|
"Days": "أيام",
|
||||||
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "مرحباً،\n\n 🚀 لقد بدأت للتو رحلة مشوقة وأود مشاركة تفاصيل رحلتي وموقعي الحالي معك في الوقت الفعلي! يرجى تحميل تطبيق سيرو. سيتيح لك عرض تفاصيل رحلتي وموقعي الأخير.\n\n 👉 رابط التحميل: \n أندرويد [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n آي أو إس [https://getapp.cc/app/6458734951]\n\n أتطلع إلى البقاء على تواصل معك خلال رحلتي!\n\n سيرو،",
|
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "مرحباً،\n\n 🚀 لقد بدأت للتو رحلة مشوقة وأود مشاركة تفاصيل رحلتي وموقعي الحالي معك في الوقت الفعلي! يرجى تحميل تطبيق انطلق. سيتيح لك عرض تفاصيل رحلتي وموقعي الأخير.\n\n 👉 رابط التحميل: \n أندرويد [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n آي أو إس [https://getapp.cc/app/6458734951]\n\n أتطلع إلى البقاء على تواصل معك خلال رحلتي!\n\n انطلق،",
|
||||||
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
||||||
"Decline": "رفض",
|
"Decline": "رفض",
|
||||||
"Delete": "حذف",
|
"Delete": "حذف",
|
||||||
@@ -379,8 +379,8 @@ final Map<String, String> ar_eg = {
|
|||||||
"Double tap to set or change this waypoint on the map": "انقر مرتين لتحديد أو تغيير نقطة التوقف هذه على الخريطة",
|
"Double tap to set or change this waypoint on the map": "انقر مرتين لتحديد أو تغيير نقطة التوقف هذه على الخريطة",
|
||||||
"Download the Intaleq Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
"Download the Intaleq Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Intaleq app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
"Download the Intaleq app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the Siro Driver app now and earn rewards!": "حمل تطبيق كابتن سيرو واكسب مكافآت!",
|
"Download the Siro Driver app now and earn rewards!": "حمل تطبيق كابتن انطلق واكسب مكافآت!",
|
||||||
"Download the Siro app now and enjoy your ride!": "حمل تطبيق سيرو واستمتع بمشوارك!",
|
"Download the Siro app now and enjoy your ride!": "حمل تطبيق انطلق واستمتع بمشوارك!",
|
||||||
"Download the app now:": "حمل التطبيق:",
|
"Download the app now:": "حمل التطبيق:",
|
||||||
"Drawing route on map...": "بيتم رسم الطريق على الخريطة...",
|
"Drawing route on map...": "بيتم رسم الطريق على الخريطة...",
|
||||||
"Driver": "كابتن",
|
"Driver": "كابتن",
|
||||||
@@ -467,7 +467,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
||||||
"Evening": "مساء",
|
"Evening": "مساء",
|
||||||
"Exclusive offers and discounts always with the Intaleq app": "Exclusive offers and discounts always with the Intaleq app",
|
"Exclusive offers and discounts always with the Intaleq app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Exclusive offers and discounts always with the Siro app": "عروض حصرية دائماً مع سيرو",
|
"Exclusive offers and discounts always with the Siro app": "عروض حصرية دائماً مع انطلق",
|
||||||
"Expiration Date": "تاريخ الانتهاء",
|
"Expiration Date": "تاريخ الانتهاء",
|
||||||
"Expiration Date ": "تاريخ الانتهاء: ",
|
"Expiration Date ": "تاريخ الانتهاء: ",
|
||||||
"Expiry Date": "تاريخ الانتهاء",
|
"Expiry Date": "تاريخ الانتهاء",
|
||||||
@@ -502,8 +502,8 @@ final Map<String, String> ar_eg = {
|
|||||||
"For Drivers": "للكباتن",
|
"For Drivers": "للكباتن",
|
||||||
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات سيرو والتوصيل، يتم حساب السعر ديناميكيًا. لرحلات كومفورت، يعتمد السعر على الوقت والمسافة",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات انطلق والتوصيل، يتم حساب السعر ديناميكيًا. لرحلات كومفورت، يعتمد السعر على الوقت والمسافة",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لسيرو والسكوتر السعر متغير. للراحة السعر بالوقت والمسافة.",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لانطلق والسكوتر السعر متغير. للراحة السعر بالوقت والمسافة.",
|
||||||
"For official inquiries": "للاستفسارات الرسمية",
|
"For official inquiries": "للاستفسارات الرسمية",
|
||||||
"Found another transport": "وجدت وسيلة نقل أخرى",
|
"Found another transport": "وجدت وسيلة نقل أخرى",
|
||||||
"Free Call": "مكالمة مجانية",
|
"Free Call": "مكالمة مجانية",
|
||||||
@@ -524,7 +524,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"Get Details of Trip": "تفاصيل المشوار",
|
"Get Details of Trip": "تفاصيل المشوار",
|
||||||
"Get Direction": "الاتجاهات",
|
"Get Direction": "الاتجاهات",
|
||||||
"Get a discount on your first Intaleq ride!": "Get a discount on your first Intaleq ride!",
|
"Get a discount on your first Intaleq ride!": "Get a discount on your first Intaleq ride!",
|
||||||
"Get a discount on your first Intaleq ride!": "لك خصم على أول مشوار في سيرو!",
|
"Get a discount on your first Intaleq ride!": "لك خصم على أول مشوار في انطلق!",
|
||||||
"Get it Now!": "خذها الحين!",
|
"Get it Now!": "خذها الحين!",
|
||||||
"Get to your destination quickly and easily.": "وصل وجهتك بسرعة وسهولة.",
|
"Get to your destination quickly and easily.": "وصل وجهتك بسرعة وسهولة.",
|
||||||
"Getting Started": "البداية",
|
"Getting Started": "البداية",
|
||||||
@@ -544,9 +544,9 @@ final Map<String, String> ar_eg = {
|
|||||||
"Hello this is Captain": "هلا، معك الكابتن",
|
"Hello this is Captain": "هلا، معك الكابتن",
|
||||||
"Hello this is Driver": "هلا، أنا الكابتن",
|
"Hello this is Driver": "هلا، أنا الكابتن",
|
||||||
"Hello! I'm inviting you to try Intaleq.": "Hello! I'm inviting you to try Intaleq.",
|
"Hello! I'm inviting you to try Intaleq.": "Hello! I'm inviting you to try Intaleq.",
|
||||||
"Hello! I'm inviting you to try Siro.": "هلا! أدعوك تجرب تطبيق سيرو.",
|
"Hello! I'm inviting you to try Siro.": "هلا! أدعوك تجرب تطبيق انطلق.",
|
||||||
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
||||||
"Hello! I\\'m inviting you to try Siro.": "مرحباً! أدعوك لتجربة تطبيق سيرو.",
|
"Hello! I\\'m inviting you to try Siro.": "مرحباً! أدعوك لتجربة تطبيق انطلق.",
|
||||||
"Hello, I'm at the agreed-upon location": "مرحباً، أنا في الموقع المتفق عليه",
|
"Hello, I'm at the agreed-upon location": "مرحباً، أنا في الموقع المتفق عليه",
|
||||||
"Help Details": "تفاصيل المساعدة",
|
"Help Details": "تفاصيل المساعدة",
|
||||||
"Helping Center": "مركز المساعدة",
|
"Helping Center": "مركز المساعدة",
|
||||||
@@ -644,7 +644,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"JOD": "دينار",
|
"JOD": "دينار",
|
||||||
"Join": "انضمام",
|
"Join": "انضمام",
|
||||||
"Join Intaleq as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
"Join Intaleq as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Join Siro as a driver using my referral code!": "سجل كابتن في سيرو بكود الدعوة حقي!",
|
"Join Siro as a driver using my referral code!": "سجل كابتن في انطلق بكود الدعوة حقي!",
|
||||||
"Join a channel": "الانضمام إلى القناة",
|
"Join a channel": "الانضمام إلى القناة",
|
||||||
"Jordan": "الأردن",
|
"Jordan": "الأردن",
|
||||||
"KM": "كم",
|
"KM": "كم",
|
||||||
@@ -911,7 +911,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"Please help! Contact me as soon as possible.": "فزعة! كلمني بسرعة.",
|
"Please help! Contact me as soon as possible.": "فزعة! كلمني بسرعة.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "تأكد إنك ما نسيت شي في السيارة.",
|
"Please make sure not to leave any personal belongings in the car.": "تأكد إنك ما نسيت شي في السيارة.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "تأكد إن أغراضك معك وإن الباقي رجع للمحفظة قبل تنزل. شكراً لاستخدامك سيرو.",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "تأكد إن أغراضك معك وإن الباقي رجع للمحفظة قبل تنزل. شكراً لاستخدامك انطلق.",
|
||||||
"Please paste the transfer message": "من فضلك الصق رسالة التحويل",
|
"Please paste the transfer message": "من فضلك الصق رسالة التحويل",
|
||||||
"Please put your licence in these border": "حط الرخصة داخل الإطار",
|
"Please put your licence in these border": "حط الرخصة داخل الإطار",
|
||||||
"Please select a reason first": "يرجى اختيار سبب أولاً",
|
"Please select a reason first": "يرجى اختيار سبب أولاً",
|
||||||
@@ -1049,7 +1049,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"Send Intaleq app to him": "Send Intaleq app to him",
|
"Send Intaleq app to him": "Send Intaleq app to him",
|
||||||
"Send Invite": "إرسال دعوة",
|
"Send Invite": "إرسال دعوة",
|
||||||
"Send SOS": "إرسال طوارئ (SOS)",
|
"Send SOS": "إرسال طوارئ (SOS)",
|
||||||
"Send Siro app to him": "أرسل له تطبيق سيرو",
|
"Send Siro app to him": "أرسل له تطبيق انطلق",
|
||||||
"Send Verfication Code": "أرسل الرمز",
|
"Send Verfication Code": "أرسل الرمز",
|
||||||
"Send Verification Code": "أرسل كود التحقق",
|
"Send Verification Code": "أرسل كود التحقق",
|
||||||
"Send WhatsApp Message": "إرسال رسالة واتساب",
|
"Send WhatsApp Message": "إرسال رسالة واتساب",
|
||||||
@@ -1091,29 +1091,29 @@ final Map<String, String> ar_eg = {
|
|||||||
"Sign in with Apple": "تسجيل الدخول عبر آبل",
|
"Sign in with Apple": "تسجيل الدخول عبر آبل",
|
||||||
"Sign in with Google for easier email and name entry": "ادخل بقوقل أسهل",
|
"Sign in with Google for easier email and name entry": "ادخل بقوقل أسهل",
|
||||||
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "ما عليك سوى فتح تطبيق سيرو وإدخال وجهتك والضغط على \"طلب رحلة\". سيقوم التطبيق بتوصيلك بسائق قريب.",
|
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "ما عليك سوى فتح تطبيق انطلق وإدخال وجهتك والضغط على \"طلب رحلة\". سيقوم التطبيق بتوصيلك بسائق قريب.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "افتح التطبيق، حدد وجهتك، واطلب المشوار.",
|
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "افتح التطبيق، حدد وجهتك، واطلب المشوار.",
|
||||||
"Siro": "سيرو",
|
"Siro": "انطلق",
|
||||||
"Siro Balance": "رصيد سيرو",
|
"Siro Balance": "رصيد انطلق",
|
||||||
"Siro LLC": "شركة سيرو",
|
"Siro LLC": "شركة انطلق",
|
||||||
"Siro Over": "انتهى المشوار",
|
"Siro Over": "انتهى المشوار",
|
||||||
"Siro Passenger": "راكب سيرو",
|
"Siro Passenger": "راكب انطلق",
|
||||||
"Siro Support": "دعم سيرو",
|
"Siro Support": "دعم انطلق",
|
||||||
"Siro Wallet": "محفظة سيرو",
|
"Siro Wallet": "محفظة انطلق",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "سيرو تطبيق مشاوير مصمم لأمانك وميزانيتك. نوصلك بكباتن ثقة.",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "انطلق تطبيق مشاوير مصمم لأمانك وميزانيتك. نوصلك بكباتن ثقة.",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "ملتزمين بالسلامة، وكل كباتننا مفحوصين أمنياً.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "ملتزمين بالسلامة، وكل كباتننا مفحوصين أمنياً.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "سيرو يوصلك بأقرب الكباتن.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "انطلق يوصلك بأقرب الكباتن.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "سيرو تطبيق مشاوير آمن وموثوق.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "انطلق تطبيق مشاوير آمن وموثوق.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "سيرو هو تطبيق مشاركة الرحلات الأكثر أماناً وموثوقية المصمم خصيصاً للركاب في سوريا. نحن نقدم تجربة رحلة مريحة ومحترمة وبأسعار معقولة مع الميزات التي تعطي الأولوية لسلامتك وراحتك.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "انطلق هو تطبيق مشاركة الرحلات الأكثر أماناً وموثوقية المصمم خصيصاً للركاب في سوريا. نحن نقدم تجربة رحلة مريحة ومحترمة وبأسعار معقولة مع الميزات التي تعطي الأولوية لسلامتك وراحتك.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "سيرو هو تطبيق مشاركة الرحلات الآمن والأكثر موثوقية المصمم خصيصًا للركاب في سوريا. بنوفر تجربة ركوب مريحة ومحترمة وبأسعار معقولة مع ميزات بتعطي أولوية لسلامتك وراحتك. كباتننا الموثوقين بيتم التحقق منهم وتأمينهم، وبيدعمهم صيانة دورية للعربيات يقوم بيها أفضل المهندسين. كمان بنقدم خدمات دعم على الطريق عشان نضمن إن كل رحلة تكون سلسة وخالية من الهموم. مع سيرو، بتستمتع بالجودة والسلامة وراحة البال—في كل مرة تركب فيها.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "انطلق هو تطبيق مشاركة الرحلات الآمن والأكثر موثوقية المصمم خصيصًا للركاب في سوريا. بنوفر تجربة ركوب مريحة ومحترمة وبأسعار معقولة مع ميزات بتعطي أولوية لسلامتك وراحتك. كباتننا الموثوقين بيتم التحقق منهم وتأمينهم، وبيدعمهم صيانة دورية للعربيات يقوم بيها أفضل المهندسين. كمان بنقدم خدمات دعم على الطريق عشان نضمن إن كل رحلة تكون سلسة وخالية من الهموم. مع انطلق، بتستمتع بالجودة والسلامة وراحة البال—في كل مرة تركب فيها.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "سيرو أأمن تطبيق مشاوير بميزات كثيرة. عمولتنا 8% بس. عندنا تأمين وصيانة.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "انطلق أأمن تطبيق مشاوير بميزات كثيرة. عمولتنا 8% بس. عندنا تأمين وصيانة.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "نوفر خيارات تناسبك.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "نوفر خيارات تناسبك.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "نوفر خيارات كثيرة مثل الاقتصادية والمريحة والفخمة.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "نوفر خيارات كثيرة مثل الاقتصادية والمريحة والفخمة.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "تقدر تدفع كاش أو بالبطاقة.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "تقدر تدفع كاش أو بالبطاقة.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "تحقق من الكابتن وتتبع المشوار.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "تحقق من الكابتن وتتبع المشوار.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "سلامتك تهمنا. نتحقق من الكباتن وعندنا تتبع للمشوار.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "سلامتك تهمنا. نتحقق من الكباتن وعندنا تتبع للمشوار.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "عندنا شات داخل التطبيق.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "عندنا شات داخل التطبيق.",
|
||||||
"Siro's Response": "رد سيرو",
|
"Siro's Response": "رد انطلق",
|
||||||
"Something went wrong. Please try again.": "حصل حاجة غلط. من فضلك جرب تاني.",
|
"Something went wrong. Please try again.": "حصل حاجة غلط. من فضلك جرب تاني.",
|
||||||
"Sorry 😔": "المعذرة 😔",
|
"Sorry 😔": "المعذرة 😔",
|
||||||
"Sorry, there are no cars available of this type right now.": "المعذرة، لا تتوفر سيارات من هذا النوع حالياً.",
|
"Sorry, there are no cars available of this type right now.": "المعذرة، لا تتوفر سيارات من هذا النوع حالياً.",
|
||||||
@@ -1128,7 +1128,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"Statistics": "الإحصائيات",
|
"Statistics": "الإحصائيات",
|
||||||
"Stay calm. We are here to help.": "ابق هادئاً. نحن هنا للمساعدة.",
|
"Stay calm. We are here to help.": "ابق هادئاً. نحن هنا للمساعدة.",
|
||||||
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "خطوات طلب مشوار بتطبيق سيرو.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "خطوات طلب مشوار بتطبيق انطلق.",
|
||||||
"Stop": "توقف",
|
"Stop": "توقف",
|
||||||
"Submit": "إرسال",
|
"Submit": "إرسال",
|
||||||
"Submit ": "إرسال ",
|
"Submit ": "إرسال ",
|
||||||
@@ -1365,7 +1365,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"Welcome Back": "مرحباً بعودتك",
|
"Welcome Back": "مرحباً بعودتك",
|
||||||
"Welcome Back!": "هلا بك من جديد!",
|
"Welcome Back!": "هلا بك من جديد!",
|
||||||
"Welcome to Intaleq!": "Welcome to Intaleq!",
|
"Welcome to Intaleq!": "Welcome to Intaleq!",
|
||||||
"Welcome to Siro!": "حياك الله في سيرو!",
|
"Welcome to Siro!": "حياك الله في انطلق!",
|
||||||
"What are the requirements to become a driver?": "وش الشروط؟",
|
"What are the requirements to become a driver?": "وش الشروط؟",
|
||||||
"What safety measures does Intaleq offer?": "What safety measures does Intaleq offer?",
|
"What safety measures does Intaleq offer?": "What safety measures does Intaleq offer?",
|
||||||
"What safety measures does Siro offer?": "وش إجراءات الأمان؟",
|
"What safety measures does Siro offer?": "وش إجراءات الأمان؟",
|
||||||
@@ -1378,10 +1378,10 @@ final Map<String, String> ar_eg = {
|
|||||||
"Where to": "وين الوجهة؟",
|
"Where to": "وين الوجهة؟",
|
||||||
"Where you want go ": "عاوز تروح فين ",
|
"Where you want go ": "عاوز تروح فين ",
|
||||||
"Why Choose Intaleq?": "Why Choose Intaleq?",
|
"Why Choose Intaleq?": "Why Choose Intaleq?",
|
||||||
"Why Choose Siro?": "ليش سيرو؟",
|
"Why Choose Siro?": "ليش انطلق؟",
|
||||||
"Why do you want to cancel?": "لماذا تريد الإلغاء؟",
|
"Why do you want to cancel?": "لماذا تريد الإلغاء؟",
|
||||||
"With Intaleq, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
"With Intaleq, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "مع سيرو، توصل وجهتك بدقايق.",
|
"With Siro, you can get a ride to your destination in minutes.": "مع انطلق، توصل وجهتك بدقايق.",
|
||||||
"Work": "الدوام",
|
"Work": "الدوام",
|
||||||
"Work & Contact": "العمل والتواصل",
|
"Work & Contact": "العمل والتواصل",
|
||||||
"Work Saved": "تم حفظ العمل",
|
"Work Saved": "تم حفظ العمل",
|
||||||
@@ -1395,7 +1395,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"Year is": "السنة:",
|
"Year is": "السنة:",
|
||||||
"Yes": "نعم",
|
"Yes": "نعم",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "نعم، يمكنك إلغاء رحلتك تحت ظروف معينة (مثل قبل تعيين السائق). راجع سياسة إلغاء سيرو للتفاصيل.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "نعم، يمكنك إلغاء رحلتك تحت ظروف معينة (مثل قبل تعيين السائق). راجع سياسة إلغاء انطلق للتفاصيل.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "تقدر تلغي، بس يمكن فيه رسوم.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "تقدر تلغي، بس يمكن فيه رسوم.",
|
||||||
"You Are Stopped For this Day !": "توقفت اليوم!",
|
"You Are Stopped For this Day !": "توقفت اليوم!",
|
||||||
"You Can Cancel Trip And get Cost of Trip From": "تقدر تلغي وتأخذ حقك من",
|
"You Can Cancel Trip And get Cost of Trip From": "تقدر تلغي وتأخذ حقك من",
|
||||||
@@ -1587,7 +1587,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"and acknowledge our": "وتقر بـ",
|
"and acknowledge our": "وتقر بـ",
|
||||||
"and acknowledge our Privacy Policy.": "وأوافق على سياسة الخصوصية.",
|
"and acknowledge our Privacy Policy.": "وأوافق على سياسة الخصوصية.",
|
||||||
"and acknowledge the": "وأوافق على",
|
"and acknowledge the": "وأوافق على",
|
||||||
"app_description": "سيرو تطبيق آمن وموثوق.",
|
"app_description": "انطلق تطبيق آمن وموثوق.",
|
||||||
"arrival time to reach your point": "وقت الوصول لنقطتك",
|
"arrival time to reach your point": "وقت الوصول لنقطتك",
|
||||||
"as the driver.": "كسايق.",
|
"as the driver.": "كسايق.",
|
||||||
"before": "قبل",
|
"before": "قبل",
|
||||||
@@ -1627,7 +1627,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"from 3 times Take Attention": "من 3 مرات، انتبه",
|
"from 3 times Take Attention": "من 3 مرات، انتبه",
|
||||||
"from your favorites": "من مفضلاتك",
|
"from your favorites": "من مفضلاتك",
|
||||||
"from your list": "من قائمتك",
|
"from your list": "من قائمتك",
|
||||||
"get_a_ride": "مع سيرو، الموتر يجيك بدقايق.",
|
"get_a_ride": "مع انطلق، الموتر يجيك بدقايق.",
|
||||||
"get_to_destination": "وصل وجهتك بسرعة.",
|
"get_to_destination": "وصل وجهتك بسرعة.",
|
||||||
"go to your passenger location before\\nPassenger cancel trip": "رح لموقع الراكب قبل يكنسل",
|
"go to your passenger location before\\nPassenger cancel trip": "رح لموقع الراكب قبل يكنسل",
|
||||||
"go to your passenger location before\nPassenger cancel trip": "go to your passenger location before\nPassenger cancel trip",
|
"go to your passenger location before\nPassenger cancel trip": "go to your passenger location before\nPassenger cancel trip",
|
||||||
@@ -1718,9 +1718,9 @@ final Map<String, String> ar_eg = {
|
|||||||
"wallet due to a previous trip.": "محفظة بسبب رحلة سابقة.",
|
"wallet due to a previous trip.": "محفظة بسبب رحلة سابقة.",
|
||||||
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'المحفظة",
|
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'المحفظة",
|
||||||
"welcome to intaleq": "welcome to intaleq",
|
"welcome to intaleq": "welcome to intaleq",
|
||||||
"welcome to siro": "حياك في سيرو",
|
"welcome to siro": "حياك في انطلق",
|
||||||
"welcome user": "يا هلا، @firstName!",
|
"welcome user": "يا هلا، @firstName!",
|
||||||
"welcome_message": "أهلاً بك في سيرو!",
|
"welcome_message": "أهلاً بك في انطلق!",
|
||||||
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'مرحباً",
|
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'مرحباً",
|
||||||
"with license plate": "مع لوحة الترخيص",
|
"with license plate": "مع لوحة الترخيص",
|
||||||
"with type": "مع النوع",
|
"with type": "مع النوع",
|
||||||
@@ -1738,7 +1738,7 @@ final Map<String, String> ar_eg = {
|
|||||||
"you must insert token code": "يجب عليك إدخال رمز الرمز",
|
"you must insert token code": "يجب عليك إدخال رمز الرمز",
|
||||||
"you will pay to Driver": "الدفع للكابتن",
|
"you will pay to Driver": "الدفع للكابتن",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "بتدفع حق وقت الكابتن، شوف محفظتك في سيرو",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "بتدفع حق وقت الكابتن، شوف محفظتك في انطلق",
|
||||||
"your ride is Accepted": "مشوارك انقبل",
|
"your ride is Accepted": "مشوارك انقبل",
|
||||||
"your ride is applied": "انطلب مشوارك",
|
"your ride is applied": "انطلب مشوارك",
|
||||||
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
||||||
@@ -1758,9 +1758,9 @@ final Map<String, String> ar_eg = {
|
|||||||
"Link": "ربط",
|
"Link": "ربط",
|
||||||
"Please enter a referral code": "من فضلك أدخل كود الإحالة",
|
"Please enter a referral code": "من فضلك أدخل كود الإحالة",
|
||||||
|
|
||||||
// ========= Siro Prime =========
|
// ========= Intaleq Prime =========
|
||||||
"Siro Prime": "سيرو برايم",
|
"Siro Prime": "انطلق برايم",
|
||||||
"Siro Prime Active": "سيرو برايم نشط",
|
"Siro Prime Active": "انطلق برايم نشط",
|
||||||
"No surge pricing. Priority rides. Tap to learn more.": "بدون أسعار ذروة. أولوية في الرحلات. اضغط لمعرفة المزيد.",
|
"No surge pricing. Priority rides. Tap to learn more.": "بدون أسعار ذروة. أولوية في الرحلات. اضغط لمعرفة المزيد.",
|
||||||
"Valid until": "صالح حتى",
|
"Valid until": "صالح حتى",
|
||||||
"Active until": "نشط حتى",
|
"Active until": "نشط حتى",
|
||||||
@@ -1779,12 +1779,12 @@ final Map<String, String> ar_eg = {
|
|||||||
"Already subscribed": "أنت مشترك بالفعل",
|
"Already subscribed": "أنت مشترك بالفعل",
|
||||||
"The Premium Ride Experience": "تجربة ركوب مميزة",
|
"The Premium Ride Experience": "تجربة ركوب مميزة",
|
||||||
"You are a Prime member!": "أنت عضو برايم!",
|
"You are a Prime member!": "أنت عضو برايم!",
|
||||||
"You are now a Siro Prime member! Enjoy no surge pricing for 30 days.": "أنت الآن عضو سيرو برايم! استمتع بأسعار بدون ذروة لمدة 30 يوماً.",
|
"You are now a Siro Prime member! Enjoy no surge pricing for 30 days.": "أنت الآن عضو انطلق برايم! استمتع بأسعار بدون ذروة لمدة 30 يوماً.",
|
||||||
"Great!": "رائع!",
|
"Great!": "رائع!",
|
||||||
"Insufficient Balance": "رصيد غير كافٍ",
|
"Insufficient Balance": "رصيد غير كافٍ",
|
||||||
"Your current balance": "رصيدك الحالي",
|
"Your current balance": "رصيدك الحالي",
|
||||||
"Required": "المطلوب",
|
"Required": "المطلوب",
|
||||||
"Please top up your wallet to subscribe to Siro Prime.": "يرجى شحن محفظتك للاشتراك في سيرو برايم.",
|
"Please top up your wallet to subscribe to Siro Prime.": "يرجى شحن محفظتك للاشتراك في انطلق برايم.",
|
||||||
"Top Up Wallet": "شحن المحفظة",
|
"Top Up Wallet": "شحن المحفظة",
|
||||||
"• Subscription renews automatically every 30 days\n• Cancel anytime from your wallet page\n• Amount is deducted from your in-app wallet": "• يتجدد الاشتراك تلقائياً كل 30 يوماً\n• يمكن الإلغاء في أي وقت من صفحة المحفظة\n• يُخصم المبلغ من محفظتك داخل التطبيق",
|
"• Subscription renews automatically every 30 days\n• Cancel anytime from your wallet page\n• Amount is deducted from your in-app wallet": "• يتجدد الاشتراك تلقائياً كل 30 يوماً\n• يمكن الإلغاء في أي وقت من صفحة المحفظة\n• يُخصم المبلغ من محفظتك داخل التطبيق",
|
||||||
"service_unavailable_area": "هذه الخدمة غير متوفرة حالياً في منطقتك",
|
"service_unavailable_area": "هذه الخدمة غير متوفرة حالياً في منطقتك",
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "رحلة بحجز مسبق، تستطيع اختيار أفضل الكباتن والسيارات.",
|
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "رحلة بحجز مسبق، تستطيع اختيار أفضل الكباتن والسيارات.",
|
||||||
"AI Page": "صفحة الذكاء الاصطناعي",
|
"AI Page": "صفحة الذكاء الاصطناعي",
|
||||||
"About Intaleq": "About Intaleq",
|
"About Intaleq": "About Intaleq",
|
||||||
"About Siro": "عن سيرو",
|
"About Siro": "عن انطلق",
|
||||||
"About Us": "من نحن",
|
"About Us": "من نحن",
|
||||||
"Accept": "قبول",
|
"Accept": "قبول",
|
||||||
"Accept Order": "قبول الطلب",
|
"Accept Order": "قبول الطلب",
|
||||||
@@ -337,7 +337,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"Date of Birth is": "تاريخ الميلاد:",
|
"Date of Birth is": "تاريخ الميلاد:",
|
||||||
"Date of Birth: ": "تاريخ الميلاد:",
|
"Date of Birth: ": "تاريخ الميلاد:",
|
||||||
"Days": "أيام",
|
"Days": "أيام",
|
||||||
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "مرحباً،\n\n 🚀 لقد بدأت للتو رحلة مشوقة وأود مشاركة تفاصيل رحلتي وموقعي الحالي معك في الوقت الفعلي! يرجى تحميل تطبيق سيرو. سيتيح لك عرض تفاصيل رحلتي وموقعي الأخير.\n\n 👉 رابط التحميل: \n أندرويد [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n آي أو إس [https://getapp.cc/app/6458734951]\n\n أتطلع إلى البقاء على تواصل معك خلال رحلتي!\n\n سيرو،",
|
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "مرحباً،\n\n 🚀 لقد بدأت للتو رحلة مشوقة وأود مشاركة تفاصيل رحلتي وموقعي الحالي معك في الوقت الفعلي! يرجى تحميل تطبيق انطلق. سيتيح لك عرض تفاصيل رحلتي وموقعي الأخير.\n\n 👉 رابط التحميل: \n أندرويد [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n آي أو إس [https://getapp.cc/app/6458734951]\n\n أتطلع إلى البقاء على تواصل معك خلال رحلتي!\n\n انطلق،",
|
||||||
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
||||||
"Decline": "رفض",
|
"Decline": "رفض",
|
||||||
"Delete": "حذف",
|
"Delete": "حذف",
|
||||||
@@ -378,8 +378,8 @@ final Map<String, String> ar_jo = {
|
|||||||
"Double tap to set or change this waypoint on the map": "انقر مرتين لتحديد أو تغيير نقطة التوقف هذه على الخريطة",
|
"Double tap to set or change this waypoint on the map": "انقر مرتين لتحديد أو تغيير نقطة التوقف هذه على الخريطة",
|
||||||
"Download the Intaleq Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
"Download the Intaleq Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Intaleq app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
"Download the Intaleq app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the Siro Driver app now and earn rewards!": "نزّل تطبيق كابتن سيرو واكسب مكافآت!",
|
"Download the Siro Driver app now and earn rewards!": "نزّل تطبيق كابتن انطلق واكسب مكافآت!",
|
||||||
"Download the Siro app now and enjoy your ride!": "نزّل تطبيق سيرو واستمتع برحلتك!",
|
"Download the Siro app now and enjoy your ride!": "نزّل تطبيق انطلق واستمتع برحلتك!",
|
||||||
"Download the app now:": "نزّل التطبيق:",
|
"Download the app now:": "نزّل التطبيق:",
|
||||||
"Drawing route on map...": "جارٍ رسم الطريق على الخريطة...",
|
"Drawing route on map...": "جارٍ رسم الطريق على الخريطة...",
|
||||||
"Driver": "كابتن",
|
"Driver": "كابتن",
|
||||||
@@ -466,7 +466,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
||||||
"Evening": "مساء",
|
"Evening": "مساء",
|
||||||
"Exclusive offers and discounts always with the Intaleq app": "Exclusive offers and discounts always with the Intaleq app",
|
"Exclusive offers and discounts always with the Intaleq app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Exclusive offers and discounts always with the Siro app": "عروض حصرية دائماً مع سيرو",
|
"Exclusive offers and discounts always with the Siro app": "عروض حصرية دائماً مع انطلق",
|
||||||
"Expiration Date": "تاريخ الانتهاء",
|
"Expiration Date": "تاريخ الانتهاء",
|
||||||
"Expiration Date ": "تاريخ الانتهاء: ",
|
"Expiration Date ": "تاريخ الانتهاء: ",
|
||||||
"Expiry Date": "تاريخ الانتهاء",
|
"Expiry Date": "تاريخ الانتهاء",
|
||||||
@@ -501,8 +501,8 @@ final Map<String, String> ar_jo = {
|
|||||||
"For Drivers": "للكباتن",
|
"For Drivers": "للكباتن",
|
||||||
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات سيرو والتوصيل، يتم حساب السعر ديناميكياً. لرحلات كومفورت، يعتمد السعر على الوقت والمسافة",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات انطلق والتوصيل، يتم حساب السعر ديناميكياً. لرحلات كومفورت، يعتمد السعر على الوقت والمسافة",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات سيرو والسكوتر، السعر متغير. لرحلات كومفورت، يعتمد السعر على الوقت والمسافة.",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات انطلق والسكوتر، السعر متغير. لرحلات كومفورت، يعتمد السعر على الوقت والمسافة.",
|
||||||
"For official inquiries": "للاستفسارات الرسمية",
|
"For official inquiries": "للاستفسارات الرسمية",
|
||||||
"Found another transport": "وجدت وسيلة نقل أخرى",
|
"Found another transport": "وجدت وسيلة نقل أخرى",
|
||||||
"Free Call": "مكالمة مجانية",
|
"Free Call": "مكالمة مجانية",
|
||||||
@@ -523,7 +523,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"Get Details of Trip": "تفاصيل المشوار",
|
"Get Details of Trip": "تفاصيل المشوار",
|
||||||
"Get Direction": "الاتجاهات",
|
"Get Direction": "الاتجاهات",
|
||||||
"Get a discount on your first Intaleq ride!": "Get a discount on your first Intaleq ride!",
|
"Get a discount on your first Intaleq ride!": "Get a discount on your first Intaleq ride!",
|
||||||
"Get a discount on your first Intaleq ride!": "احصل على خصم على أول رحلة في سيرو!",
|
"Get a discount on your first Intaleq ride!": "احصل على خصم على أول رحلة في انطلق!",
|
||||||
"Get it Now!": "احصل عليها الآن!",
|
"Get it Now!": "احصل عليها الآن!",
|
||||||
"Get to your destination quickly and easily.": "وصل وجهتك بسرعة وسهولة.",
|
"Get to your destination quickly and easily.": "وصل وجهتك بسرعة وسهولة.",
|
||||||
"Getting Started": "البداية",
|
"Getting Started": "البداية",
|
||||||
@@ -543,9 +543,9 @@ final Map<String, String> ar_jo = {
|
|||||||
"Hello this is Captain": "مرحباً، معك السائق",
|
"Hello this is Captain": "مرحباً، معك السائق",
|
||||||
"Hello this is Driver": "مرحباً، أنا السائق",
|
"Hello this is Driver": "مرحباً، أنا السائق",
|
||||||
"Hello! I'm inviting you to try Intaleq.": "Hello! I'm inviting you to try Intaleq.",
|
"Hello! I'm inviting you to try Intaleq.": "Hello! I'm inviting you to try Intaleq.",
|
||||||
"Hello! I'm inviting you to try Siro.": "مرحباً! أدعوك لتجربة تطبيق سيرو.",
|
"Hello! I'm inviting you to try Siro.": "مرحباً! أدعوك لتجربة تطبيق انطلق.",
|
||||||
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
||||||
"Hello! I\\'m inviting you to try Siro.": "مرحباً! أدعوك لتجربة تطبيق سيرو.",
|
"Hello! I\\'m inviting you to try Siro.": "مرحباً! أدعوك لتجربة تطبيق انطلق.",
|
||||||
"Hello, I'm at the agreed-upon location": "مرحباً، أنا في الموقع المتفق عليه",
|
"Hello, I'm at the agreed-upon location": "مرحباً، أنا في الموقع المتفق عليه",
|
||||||
"Help Details": "تفاصيل المساعدة",
|
"Help Details": "تفاصيل المساعدة",
|
||||||
"Helping Center": "مركز المساعدة",
|
"Helping Center": "مركز المساعدة",
|
||||||
@@ -643,7 +643,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"JOD": "د.أ",
|
"JOD": "د.أ",
|
||||||
"Join": "انضمام",
|
"Join": "انضمام",
|
||||||
"Join Intaleq as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
"Join Intaleq as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Join Siro as a driver using my referral code!": "سجل كابتن في سيرو بكود الدعوة الخاص بي!",
|
"Join Siro as a driver using my referral code!": "سجل كابتن في انطلق بكود الدعوة الخاص بي!",
|
||||||
"Join a channel": "الانضمام إلى القناة",
|
"Join a channel": "الانضمام إلى القناة",
|
||||||
"Jordan": "الأردن",
|
"Jordan": "الأردن",
|
||||||
"KM": "كم",
|
"KM": "كم",
|
||||||
@@ -910,7 +910,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"Please help! Contact me as soon as possible.": "مساعدة! اتصل بي بسرعة.",
|
"Please help! Contact me as soon as possible.": "مساعدة! اتصل بي بسرعة.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "تأكد من أنك لم تنس شيئاً في السيارة.",
|
"Please make sure not to leave any personal belongings in the car.": "تأكد من أنك لم تنس شيئاً في السيارة.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "تأكد من أن أغراضك معك وأن الباقي عاد إلى المحفظة قبل النزول. شكراً لاستخدامك سيرو.",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "تأكد من أن أغراضك معك وأن الباقي عاد إلى المحفظة قبل النزول. شكراً لاستخدامك انطلق.",
|
||||||
"Please paste the transfer message": "يرجى لصق رسالة التحويل",
|
"Please paste the transfer message": "يرجى لصق رسالة التحويل",
|
||||||
"Please put your licence in these border": "ضع الرخصة داخل الإطار",
|
"Please put your licence in these border": "ضع الرخصة داخل الإطار",
|
||||||
"Please select a reason first": "يرجى اختيار سبب أولاً",
|
"Please select a reason first": "يرجى اختيار سبب أولاً",
|
||||||
@@ -1048,7 +1048,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"Send Intaleq app to him": "Send Intaleq app to him",
|
"Send Intaleq app to him": "Send Intaleq app to him",
|
||||||
"Send Invite": "إرسال دعوة",
|
"Send Invite": "إرسال دعوة",
|
||||||
"Send SOS": "إرسال طوارئ (SOS)",
|
"Send SOS": "إرسال طوارئ (SOS)",
|
||||||
"Send Siro app to him": "أرسل له تطبيق سيرو",
|
"Send Siro app to him": "أرسل له تطبيق انطلق",
|
||||||
"Send Verfication Code": "أرسل الرمز",
|
"Send Verfication Code": "أرسل الرمز",
|
||||||
"Send Verification Code": "أرسل كود التحقق",
|
"Send Verification Code": "أرسل كود التحقق",
|
||||||
"Send WhatsApp Message": "إرسال رسالة واتساب",
|
"Send WhatsApp Message": "إرسال رسالة واتساب",
|
||||||
@@ -1090,29 +1090,29 @@ final Map<String, String> ar_jo = {
|
|||||||
"Sign in with Apple": "تسجيل الدخول عبر آبل",
|
"Sign in with Apple": "تسجيل الدخول عبر آبل",
|
||||||
"Sign in with Google for easier email and name entry": "سجل الدخول بقوقل أسهل",
|
"Sign in with Google for easier email and name entry": "سجل الدخول بقوقل أسهل",
|
||||||
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "ما عليك سوى فتح تطبيق سيرو وإدخال وجهتك والضغط على \"طلب رحلة\". سيقوم التطبيق بتوصيلك بسائق قريب.",
|
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "ما عليك سوى فتح تطبيق انطلق وإدخال وجهتك والضغط على \"طلب رحلة\". سيقوم التطبيق بتوصيلك بسائق قريب.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "افتح التطبيق، حدد وجهتك، واطلب المشوار.",
|
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "افتح التطبيق، حدد وجهتك، واطلب المشوار.",
|
||||||
"Siro": "سيرو",
|
"Siro": "انطلق",
|
||||||
"Siro Balance": "رصيد سيرو",
|
"Siro Balance": "رصيد انطلق",
|
||||||
"Siro LLC": "شركة سيرو",
|
"Siro LLC": "شركة انطلق",
|
||||||
"Siro Over": "انتهى المشوار",
|
"Siro Over": "انتهى المشوار",
|
||||||
"Siro Passenger": "راكب سيرو",
|
"Siro Passenger": "راكب انطلق",
|
||||||
"Siro Support": "دعم سيرو",
|
"Siro Support": "دعم انطلق",
|
||||||
"Siro Wallet": "محفظة سيرو",
|
"Siro Wallet": "محفظة انطلق",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "سيرو تطبيق مشاوير مصمم لأمانك وميزانيتك. نوصلك بكباتن ثقة.",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "انطلق تطبيق مشاوير مصمم لأمانك وميزانيتك. نوصلك بكباتن ثقة.",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "نحن ملتزمون بالسلامة، وجميع كباتننا مفحوصون أمنياً.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "نحن ملتزمون بالسلامة، وجميع كباتننا مفحوصون أمنياً.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "سيرو يوصلك بأقرب الكباتن.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "انطلق يوصلك بأقرب الكباتن.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "سيرو تطبيق مشاوير آمن وموثوق.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "انطلق تطبيق مشاوير آمن وموثوق.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "سيرو هو تطبيق مشاركة الرحلات الأكثر أماناً وموثوقية المصمم خصيصاً للركاب في سوريا. نحن نقدم تجربة رحلة مريحة ومحترمة وبأسعار معقولة مع الميزات التي تعطي الأولوية لسلامتك وراحتك.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "انطلق هو تطبيق مشاركة الرحلات الأكثر أماناً وموثوقية المصمم خصيصاً للركاب في سوريا. نحن نقدم تجربة رحلة مريحة ومحترمة وبأسعار معقولة مع الميزات التي تعطي الأولوية لسلامتك وراحتك.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "سيرو هو تطبيق مشاركة الرحلات الأكثر أماناً وموثوقية المصمم خصيصاً للركاب في سوريا. نوفر تجربة ركوب مريحة ومحترمة وبأسعار معقولة مع ميزات تعطي الأولوية لسلامتك وراحتك. كباتننا الموثوقون يتم التحقق منهم وتأمينهم، ويدعمهم صيانة دورية للسيارات يقوم بها أفضل المهندسين. نقدم أيضاً خدمات دعم على الطريق لضمان أن تكون كل رحلة سلسة وخالية من الهموم. مع سيرو، تستمتع بالجودة والسلامة وراحة البال—في كل مرة تركب فيها.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "انطلق هو تطبيق مشاركة الرحلات الأكثر أماناً وموثوقية المصمم خصيصاً للركاب في سوريا. نوفر تجربة ركوب مريحة ومحترمة وبأسعار معقولة مع ميزات تعطي الأولوية لسلامتك وراحتك. كباتننا الموثوقون يتم التحقق منهم وتأمينهم، ويدعمهم صيانة دورية للسيارات يقوم بها أفضل المهندسين. نقدم أيضاً خدمات دعم على الطريق لضمان أن تكون كل رحلة سلسة وخالية من الهموم. مع انطلق، تستمتع بالجودة والسلامة وراحة البال—في كل مرة تركب فيها.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "سيرو أأمن تطبيق مشاوير بميزات كثيرة. عمولتنا 8% فقط. لدينا تأمين وصيانة.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "انطلق أأمن تطبيق مشاوير بميزات كثيرة. عمولتنا 8% فقط. لدينا تأمين وصيانة.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "نوفر خيارات تناسبك.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "نوفر خيارات تناسبك.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "نوفر خيارات كثيرة مثل الاقتصادية والمريحة والفخمة.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "نوفر خيارات كثيرة مثل الاقتصادية والمريحة والفخمة.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "تستطيع الدفع نقداً أو بالبطاقة.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "تستطيع الدفع نقداً أو بالبطاقة.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "تحقق من الكابتن وتتبع المشوار.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "تحقق من الكابتن وتتبع المشوار.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "سلامتك تهمنا. نتحقق من الكباتن ولدينا تتبع للمشوار.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "سلامتك تهمنا. نتحقق من الكباتن ولدينا تتبع للمشوار.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "لدينا شات داخل التطبيق.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "لدينا شات داخل التطبيق.",
|
||||||
"Siro's Response": "رد سيرو",
|
"Siro's Response": "رد انطلق",
|
||||||
"Something went wrong. Please try again.": "حدث خطأ ما. يرجى المحاولة مرة أخرى.",
|
"Something went wrong. Please try again.": "حدث خطأ ما. يرجى المحاولة مرة أخرى.",
|
||||||
"Sorry 😔": "المعذرة 😔",
|
"Sorry 😔": "المعذرة 😔",
|
||||||
"Sorry, there are no cars available of this type right now.": "المعذرة، لا تتوفر سيارات من هذا النوع حالياً.",
|
"Sorry, there are no cars available of this type right now.": "المعذرة، لا تتوفر سيارات من هذا النوع حالياً.",
|
||||||
@@ -1127,7 +1127,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"Statistics": "الإحصائيات",
|
"Statistics": "الإحصائيات",
|
||||||
"Stay calm. We are here to help.": "ابق هادئاً. نحن هنا للمساعدة.",
|
"Stay calm. We are here to help.": "ابق هادئاً. نحن هنا للمساعدة.",
|
||||||
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "خطوات طلب مشوار بتطبيق سيرو.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "خطوات طلب مشوار بتطبيق انطلق.",
|
||||||
"Stop": "توقف",
|
"Stop": "توقف",
|
||||||
"Submit": "إرسال",
|
"Submit": "إرسال",
|
||||||
"Submit ": "إرسال ",
|
"Submit ": "إرسال ",
|
||||||
@@ -1364,10 +1364,10 @@ final Map<String, String> ar_jo = {
|
|||||||
"Welcome Back": "مرحباً بعودتك",
|
"Welcome Back": "مرحباً بعودتك",
|
||||||
"Welcome Back!": "مرحباً بعودتك!",
|
"Welcome Back!": "مرحباً بعودتك!",
|
||||||
"Welcome to Intaleq!": "Welcome to Intaleq!",
|
"Welcome to Intaleq!": "Welcome to Intaleq!",
|
||||||
"Welcome to Siro!": "مرحباً بك في سيرو!",
|
"Welcome to Siro!": "مرحباً بك في انطلق!",
|
||||||
"What are the requirements to become a driver?": "ما هي الشروط لتصبح سائقاً؟",
|
"What are the requirements to become a driver?": "ما هي الشروط لتصبح سائقاً؟",
|
||||||
"What safety measures does Intaleq offer?": "What safety measures does Intaleq offer?",
|
"What safety measures does Intaleq offer?": "What safety measures does Intaleq offer?",
|
||||||
"What safety measures does Siro offer?": "ما هي إجراءات الأمان في سيرو؟",
|
"What safety measures does Siro offer?": "ما هي إجراءات الأمان في انطلق؟",
|
||||||
"What types of vehicles are available?": "ما هي أنواع السيارات المتاحة؟",
|
"What types of vehicles are available?": "ما هي أنواع السيارات المتاحة؟",
|
||||||
"WhatsApp": "واتساب",
|
"WhatsApp": "واتساب",
|
||||||
"WhatsApp Location Extractor": "جلب الموقع من واتساب",
|
"WhatsApp Location Extractor": "جلب الموقع من واتساب",
|
||||||
@@ -1377,10 +1377,10 @@ final Map<String, String> ar_jo = {
|
|||||||
"Where to": "أين الوجهة؟",
|
"Where to": "أين الوجهة؟",
|
||||||
"Where you want go ": "أين تريد الذهاب ",
|
"Where you want go ": "أين تريد الذهاب ",
|
||||||
"Why Choose Intaleq?": "Why Choose Intaleq?",
|
"Why Choose Intaleq?": "Why Choose Intaleq?",
|
||||||
"Why Choose Siro?": "لماذا سيرو؟",
|
"Why Choose Siro?": "لماذا انطلق؟",
|
||||||
"Why do you want to cancel?": "لماذا تريد الإلغاء؟",
|
"Why do you want to cancel?": "لماذا تريد الإلغاء؟",
|
||||||
"With Intaleq, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
"With Intaleq, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "مع سيرو، تصل إلى وجهتك بدقائق.",
|
"With Siro, you can get a ride to your destination in minutes.": "مع انطلق، تصل إلى وجهتك بدقائق.",
|
||||||
"Work": "الدوام",
|
"Work": "الدوام",
|
||||||
"Work & Contact": "العمل والتواصل",
|
"Work & Contact": "العمل والتواصل",
|
||||||
"Work Saved": "تم حفظ العمل",
|
"Work Saved": "تم حفظ العمل",
|
||||||
@@ -1394,7 +1394,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"Year is": "السنة:",
|
"Year is": "السنة:",
|
||||||
"Yes": "نعم",
|
"Yes": "نعم",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "نعم، يمكنك إلغاء رحلتك تحت ظروف معينة (مثل قبل تعيين السائق). راجع سياسة إلغاء سيرو للتفاصيل.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "نعم، يمكنك إلغاء رحلتك تحت ظروف معينة (مثل قبل تعيين السائق). راجع سياسة إلغاء انطلق للتفاصيل.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "تستطيع الإلغاء، لكن قد توجد رسوم.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "تستطيع الإلغاء، لكن قد توجد رسوم.",
|
||||||
"You Are Stopped For this Day !": "توقفت اليوم!",
|
"You Are Stopped For this Day !": "توقفت اليوم!",
|
||||||
"You Can Cancel Trip And get Cost of Trip From": "تستطيع الإلغاء وتسترد حقك من",
|
"You Can Cancel Trip And get Cost of Trip From": "تستطيع الإلغاء وتسترد حقك من",
|
||||||
@@ -1586,7 +1586,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"and acknowledge our": "وتقر بـ",
|
"and acknowledge our": "وتقر بـ",
|
||||||
"and acknowledge our Privacy Policy.": "وأوافق على سياسة الخصوصية الخاصة بنا.",
|
"and acknowledge our Privacy Policy.": "وأوافق على سياسة الخصوصية الخاصة بنا.",
|
||||||
"and acknowledge the": "وأوافق على",
|
"and acknowledge the": "وأوافق على",
|
||||||
"app_description": "سيرو تطبيق آمن وموثوق.",
|
"app_description": "انطلق تطبيق آمن وموثوق.",
|
||||||
"arrival time to reach your point": "وقت الوصول لنقطتك",
|
"arrival time to reach your point": "وقت الوصول لنقطتك",
|
||||||
"as the driver.": "كسائق.",
|
"as the driver.": "كسائق.",
|
||||||
"before": "قبل",
|
"before": "قبل",
|
||||||
@@ -1626,7 +1626,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"from 3 times Take Attention": "من 3 مرات، انتبه",
|
"from 3 times Take Attention": "من 3 مرات، انتبه",
|
||||||
"from your favorites": "من مفضلاتك",
|
"from your favorites": "من مفضلاتك",
|
||||||
"from your list": "من قائمتك",
|
"from your list": "من قائمتك",
|
||||||
"get_a_ride": "مع سيرو، السيارة تأتيك بدقائق.",
|
"get_a_ride": "مع انطلق، السيارة تأتيك بدقائق.",
|
||||||
"get_to_destination": "وصل وجهتك بسرعة.",
|
"get_to_destination": "وصل وجهتك بسرعة.",
|
||||||
"go to your passenger location before\\nPassenger cancel trip": "اذهب إلى موقع الراكب قبل الإلغاء",
|
"go to your passenger location before\\nPassenger cancel trip": "اذهب إلى موقع الراكب قبل الإلغاء",
|
||||||
"go to your passenger location before\nPassenger cancel trip": "go to your passenger location before\nPassenger cancel trip",
|
"go to your passenger location before\nPassenger cancel trip": "go to your passenger location before\nPassenger cancel trip",
|
||||||
@@ -1717,9 +1717,9 @@ final Map<String, String> ar_jo = {
|
|||||||
"wallet due to a previous trip.": "محفظة بسبب رحلة سابقة.",
|
"wallet due to a previous trip.": "محفظة بسبب رحلة سابقة.",
|
||||||
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'المحفظة",
|
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'المحفظة",
|
||||||
"welcome to intaleq": "welcome to intaleq",
|
"welcome to intaleq": "welcome to intaleq",
|
||||||
"welcome to siro": "مرحباً بك في سيرو",
|
"welcome to siro": "مرحباً بك في انطلق",
|
||||||
"welcome user": "مرحباً، @firstName!",
|
"welcome user": "مرحباً، @firstName!",
|
||||||
"welcome_message": "أهلاً بك في سيرو!",
|
"welcome_message": "أهلاً بك في انطلق!",
|
||||||
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'مرحباً",
|
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'مرحباً",
|
||||||
"with license plate": "مع لوحة الترخيص",
|
"with license plate": "مع لوحة الترخيص",
|
||||||
"with type": "مع النوع",
|
"with type": "مع النوع",
|
||||||
@@ -1737,7 +1737,7 @@ final Map<String, String> ar_jo = {
|
|||||||
"you must insert token code": "يجب عليك إدخال رمز الرمز",
|
"you must insert token code": "يجب عليك إدخال رمز الرمز",
|
||||||
"you will pay to Driver": "الدفع للكابتن",
|
"you will pay to Driver": "الدفع للكابتن",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "ستدفع مقابل وقت الكابتن، راجع محفظتك في سيرو",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "ستدفع مقابل وقت الكابتن، راجع محفظتك في انطلق",
|
||||||
"your ride is Accepted": "تم قبول مشوارك",
|
"your ride is Accepted": "تم قبول مشوارك",
|
||||||
"your ride is applied": "تم طلب مشوارك",
|
"your ride is applied": "تم طلب مشوارك",
|
||||||
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
||||||
@@ -1757,9 +1757,9 @@ final Map<String, String> ar_jo = {
|
|||||||
"Link": "ربط",
|
"Link": "ربط",
|
||||||
"Please enter a referral code": "يرجى إدخال رمز الإحالة",
|
"Please enter a referral code": "يرجى إدخال رمز الإحالة",
|
||||||
|
|
||||||
// ========= Siro Prime =========
|
// ========= Intaleq Prime =========
|
||||||
"Siro Prime": "سيرو برايم",
|
"Siro Prime": "انطلق برايم",
|
||||||
"Siro Prime Active": "سيرو برايم نشط",
|
"Siro Prime Active": "انطلق برايم نشط",
|
||||||
"No surge pricing. Priority rides. Tap to learn more.": "بدون أسعار ذروة. أولوية في الرحلات. اضغط لمعرفة المزيد.",
|
"No surge pricing. Priority rides. Tap to learn more.": "بدون أسعار ذروة. أولوية في الرحلات. اضغط لمعرفة المزيد.",
|
||||||
"Valid until": "صالح حتى",
|
"Valid until": "صالح حتى",
|
||||||
"Active until": "نشط حتى",
|
"Active until": "نشط حتى",
|
||||||
@@ -1778,12 +1778,12 @@ final Map<String, String> ar_jo = {
|
|||||||
"Already subscribed": "أنت مشترك بالفعل",
|
"Already subscribed": "أنت مشترك بالفعل",
|
||||||
"The Premium Ride Experience": "تجربة ركوب مميزة",
|
"The Premium Ride Experience": "تجربة ركوب مميزة",
|
||||||
"You are a Prime member!": "أنت عضو برايم!",
|
"You are a Prime member!": "أنت عضو برايم!",
|
||||||
"You are now a Siro Prime member! Enjoy no surge pricing for 30 days.": "أنت الآن عضو سيرو برايم! استمتع بأسعار بدون ذروة لمدة 30 يوماً.",
|
"You are now a Siro Prime member! Enjoy no surge pricing for 30 days.": "أنت الآن عضو انطلق برايم! استمتع بأسعار بدون ذروة لمدة 30 يوماً.",
|
||||||
"Great!": "رائع!",
|
"Great!": "رائع!",
|
||||||
"Insufficient Balance": "رصيد غير كافٍ",
|
"Insufficient Balance": "رصيد غير كافٍ",
|
||||||
"Your current balance": "رصيدك الحالي",
|
"Your current balance": "رصيدك الحالي",
|
||||||
"Required": "المطلوب",
|
"Required": "المطلوب",
|
||||||
"Please top up your wallet to subscribe to Siro Prime.": "يرجى شحن محفظتك للاشتراك في سيرو برايم.",
|
"Please top up your wallet to subscribe to Siro Prime.": "يرجى شحن محفظتك للاشتراك في انطلق برايم.",
|
||||||
"Top Up Wallet": "شحن المحفظة",
|
"Top Up Wallet": "شحن المحفظة",
|
||||||
"• Subscription renews automatically every 30 days\n• Cancel anytime from your wallet page\n• Amount is deducted from your in-app wallet": "• يتجدد الاشتراك تلقائياً كل 30 يوماً\n• يمكن الإلغاء في أي وقت من صفحة المحفظة\n• يُخصم المبلغ من محفظتك داخل التطبيق",
|
"• Subscription renews automatically every 30 days\n• Cancel anytime from your wallet page\n• Amount is deducted from your in-app wallet": "• يتجدد الاشتراك تلقائياً كل 30 يوماً\n• يمكن الإلغاء في أي وقت من صفحة المحفظة\n• يُخصم المبلغ من محفظتك داخل التطبيق",
|
||||||
"service_unavailable_area": "هذه الخدمة غير متوفرة حالياً في منطقتك",
|
"service_unavailable_area": "هذه الخدمة غير متوفرة حالياً في منطقتك",
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "مشوار بحجز مسبق، يمديك تختار أفضل الكباتن والسيارات.",
|
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "مشوار بحجز مسبق، يمديك تختار أفضل الكباتن والسيارات.",
|
||||||
"AI Page": "صفحة الذكاء الاصطناعي",
|
"AI Page": "صفحة الذكاء الاصطناعي",
|
||||||
"About Intaleq": "About Intaleq",
|
"About Intaleq": "About Intaleq",
|
||||||
"About Siro": "عن سيرو",
|
"About Siro": "عن انطلق",
|
||||||
"About Us": "من نحن",
|
"About Us": "من نحن",
|
||||||
"Accept": "قبول",
|
"Accept": "قبول",
|
||||||
"Accept Order": "قبول الطلب",
|
"Accept Order": "قبول الطلب",
|
||||||
@@ -338,7 +338,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"Date of Birth is": "تاريخ الميلاد:",
|
"Date of Birth is": "تاريخ الميلاد:",
|
||||||
"Date of Birth: ": "تاريخ الميلاد:",
|
"Date of Birth: ": "تاريخ الميلاد:",
|
||||||
"Days": "أيام",
|
"Days": "أيام",
|
||||||
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "مرحباً،\n\n 🚀 لقد بدأت للتو رحلة مشوقة وأود مشاركة تفاصيل رحلتي وموقعي الحالي معك في الوقت الفعلي! يرجى تحميل تطبيق سيرو. سيتيح لك عرض تفاصيل رحلتي وموقعي الأخير.\n\n 👉 رابط التحميل: \n أندرويد [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n آي أو إس [https://getapp.cc/app/6458734951]\n\n أتطلع إلى البقاء على تواصل معك خلال رحلتي!\n\n سيرو،",
|
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "مرحباً،\n\n 🚀 لقد بدأت للتو رحلة مشوقة وأود مشاركة تفاصيل رحلتي وموقعي الحالي معك في الوقت الفعلي! يرجى تحميل تطبيق انطلق. سيتيح لك عرض تفاصيل رحلتي وموقعي الأخير.\n\n 👉 رابط التحميل: \n أندرويد [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n آي أو إس [https://getapp.cc/app/6458734951]\n\n أتطلع إلى البقاء على تواصل معك خلال رحلتي!\n\n انطلق،",
|
||||||
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
||||||
"Decline": "رفض",
|
"Decline": "رفض",
|
||||||
"Delete": "حذف",
|
"Delete": "حذف",
|
||||||
@@ -379,8 +379,8 @@ final Map<String, String> ar_sy = {
|
|||||||
"Double tap to set or change this waypoint on the map": "انقر مرتين لتحديد أو تغيير نقطة التوقف هذه على الخريطة",
|
"Double tap to set or change this waypoint on the map": "انقر مرتين لتحديد أو تغيير نقطة التوقف هذه على الخريطة",
|
||||||
"Download the Intaleq Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
"Download the Intaleq Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Intaleq app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
"Download the Intaleq app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the Siro Driver app now and earn rewards!": "حمل تطبيق كابتن سيرو واكسب مكافآت!",
|
"Download the Siro Driver app now and earn rewards!": "حمل تطبيق كابتن انطلق واكسب مكافآت!",
|
||||||
"Download the Siro app now and enjoy your ride!": "حمل تطبيق سيرو واستمتع بمشوارك!",
|
"Download the Siro app now and enjoy your ride!": "حمل تطبيق انطلق واستمتع بمشوارك!",
|
||||||
"Download the app now:": "حمل التطبيق:",
|
"Download the app now:": "حمل التطبيق:",
|
||||||
"Drawing route on map...": "عم نرسم الطريق على الخريطة...",
|
"Drawing route on map...": "عم نرسم الطريق على الخريطة...",
|
||||||
"Driver": "كابتن",
|
"Driver": "كابتن",
|
||||||
@@ -467,7 +467,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
||||||
"Evening": "مساء",
|
"Evening": "مساء",
|
||||||
"Exclusive offers and discounts always with the Intaleq app": "Exclusive offers and discounts always with the Intaleq app",
|
"Exclusive offers and discounts always with the Intaleq app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Exclusive offers and discounts always with the Siro app": "عروض حصرية دائماً مع سيرو",
|
"Exclusive offers and discounts always with the Siro app": "عروض حصرية دائماً مع انطلق",
|
||||||
"Expiration Date": "تاريخ الانتهاء",
|
"Expiration Date": "تاريخ الانتهاء",
|
||||||
"Expiration Date ": "تاريخ الانتهاء: ",
|
"Expiration Date ": "تاريخ الانتهاء: ",
|
||||||
"Expiry Date": "تاريخ الانتهاء",
|
"Expiry Date": "تاريخ الانتهاء",
|
||||||
@@ -502,8 +502,8 @@ final Map<String, String> ar_sy = {
|
|||||||
"For Drivers": "للكباتن",
|
"For Drivers": "للكباتن",
|
||||||
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات سيرو والتوصيل، السعر بيحسب ديناميكياً. لرحلات الكومفورت، السعر بيعتمد على الوقت والمسافة.",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لرحلات انطلق والتوصيل، السعر بيحسب ديناميكياً. لرحلات الكومفورت، السعر بيعتمد على الوقت والمسافة.",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لسيرو والسكوتر السعر متغير. للراحة السعر بالوقت والمسافة.",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "لانطلق والسكوتر السعر متغير. للراحة السعر بالوقت والمسافة.",
|
||||||
"For official inquiries": "للاستفسارات الرسمية",
|
"For official inquiries": "للاستفسارات الرسمية",
|
||||||
"Found another transport": "وجدت وسيلة نقل أخرى",
|
"Found another transport": "وجدت وسيلة نقل أخرى",
|
||||||
"Free Call": "مكالمة مجانية",
|
"Free Call": "مكالمة مجانية",
|
||||||
@@ -524,7 +524,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"Get Details of Trip": "تفاصيل المشوار",
|
"Get Details of Trip": "تفاصيل المشوار",
|
||||||
"Get Direction": "الاتجاهات",
|
"Get Direction": "الاتجاهات",
|
||||||
"Get a discount on your first Intaleq ride!": "Get a discount on your first Intaleq ride!",
|
"Get a discount on your first Intaleq ride!": "Get a discount on your first Intaleq ride!",
|
||||||
"Get a discount on your first Intaleq ride!": "لك خصم على أول مشوار في سيرو!",
|
"Get a discount on your first Intaleq ride!": "لك خصم على أول مشوار في انطلق!",
|
||||||
"Get it Now!": "خذها الحين!",
|
"Get it Now!": "خذها الحين!",
|
||||||
"Get to your destination quickly and easily.": "وصل وجهتك بسرعة وسهولة.",
|
"Get to your destination quickly and easily.": "وصل وجهتك بسرعة وسهولة.",
|
||||||
"Getting Started": "البداية",
|
"Getting Started": "البداية",
|
||||||
@@ -544,9 +544,9 @@ final Map<String, String> ar_sy = {
|
|||||||
"Hello this is Captain": "هلا، معك الكابتن",
|
"Hello this is Captain": "هلا، معك الكابتن",
|
||||||
"Hello this is Driver": "هلا، أنا الكابتن",
|
"Hello this is Driver": "هلا، أنا الكابتن",
|
||||||
"Hello! I'm inviting you to try Intaleq.": "Hello! I'm inviting you to try Intaleq.",
|
"Hello! I'm inviting you to try Intaleq.": "Hello! I'm inviting you to try Intaleq.",
|
||||||
"Hello! I'm inviting you to try Siro.": "هلا! أدعوك تجرب تطبيق سيرو.",
|
"Hello! I'm inviting you to try Siro.": "هلا! أدعوك تجرب تطبيق انطلق.",
|
||||||
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
||||||
"Hello! I\\'m inviting you to try Siro.": "مرحباً! أدعوك لتجربة تطبيق سيرو.",
|
"Hello! I\\'m inviting you to try Siro.": "مرحباً! أدعوك لتجربة تطبيق انطلق.",
|
||||||
"Hello, I'm at the agreed-upon location": "مرحباً، أنا في الموقع المتفق عليه",
|
"Hello, I'm at the agreed-upon location": "مرحباً، أنا في الموقع المتفق عليه",
|
||||||
"Help Details": "تفاصيل المساعدة",
|
"Help Details": "تفاصيل المساعدة",
|
||||||
"Helping Center": "مركز المساعدة",
|
"Helping Center": "مركز المساعدة",
|
||||||
@@ -644,7 +644,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"JOD": "ر.س",
|
"JOD": "ر.س",
|
||||||
"Join": "انضمام",
|
"Join": "انضمام",
|
||||||
"Join Intaleq as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
"Join Intaleq as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Join Siro as a driver using my referral code!": "سجل كابتن في سيرو بكود الدعوة حقي!",
|
"Join Siro as a driver using my referral code!": "سجل كابتن في انطلق بكود الدعوة حقي!",
|
||||||
"Join a channel": "الانضمام إلى القناة",
|
"Join a channel": "الانضمام إلى القناة",
|
||||||
"Jordan": "الأردن",
|
"Jordan": "الأردن",
|
||||||
"KM": "كم",
|
"KM": "كم",
|
||||||
@@ -911,7 +911,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"Please help! Contact me as soon as possible.": "فزعة! كلمني بسرعة.",
|
"Please help! Contact me as soon as possible.": "فزعة! كلمني بسرعة.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "تأكد إنك ما نسيت شي في السيارة.",
|
"Please make sure not to leave any personal belongings in the car.": "تأكد إنك ما نسيت شي في السيارة.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "تأكد إن أغراضك معك وإن الباقي رجع للمحفظة قبل تنزل. شكراً لاستخدامك سيرو.",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "تأكد إن أغراضك معك وإن الباقي رجع للمحفظة قبل تنزل. شكراً لاستخدامك انطلق.",
|
||||||
"Please paste the transfer message": "يرجى لصق رسالة التحويل",
|
"Please paste the transfer message": "يرجى لصق رسالة التحويل",
|
||||||
"Please put your licence in these border": "حط الرخصة داخل الإطار",
|
"Please put your licence in these border": "حط الرخصة داخل الإطار",
|
||||||
"Please select a reason first": "يرجى اختيار سبب أولاً",
|
"Please select a reason first": "يرجى اختيار سبب أولاً",
|
||||||
@@ -1049,7 +1049,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"Send Intaleq app to him": "Send Intaleq app to him",
|
"Send Intaleq app to him": "Send Intaleq app to him",
|
||||||
"Send Invite": "إرسال دعوة",
|
"Send Invite": "إرسال دعوة",
|
||||||
"Send SOS": "إرسال طوارئ (SOS)",
|
"Send SOS": "إرسال طوارئ (SOS)",
|
||||||
"Send Siro app to him": "أرسل له تطبيق سيرو",
|
"Send Siro app to him": "أرسل له تطبيق انطلق",
|
||||||
"Send Verfication Code": "أرسل الرمز",
|
"Send Verfication Code": "أرسل الرمز",
|
||||||
"Send Verification Code": "أرسل كود التحقق",
|
"Send Verification Code": "أرسل كود التحقق",
|
||||||
"Send WhatsApp Message": "أرسل رسالة واتساب",
|
"Send WhatsApp Message": "أرسل رسالة واتساب",
|
||||||
@@ -1091,29 +1091,29 @@ final Map<String, String> ar_sy = {
|
|||||||
"Sign in with Apple": "تسجيل الدخول بآبل",
|
"Sign in with Apple": "تسجيل الدخول بآبل",
|
||||||
"Sign in with Google for easier email and name entry": "ادخل بقوقل أسهل",
|
"Sign in with Google for easier email and name entry": "ادخل بقوقل أسهل",
|
||||||
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "ما عليك سوى فتح تطبيق سيرو وإدخال وجهتك والضغط على \"طلب رحلة\". سيقوم التطبيق بتوصيلك بسائق قريب.",
|
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "ما عليك سوى فتح تطبيق انطلق وإدخال وجهتك والضغط على \"طلب رحلة\". سيقوم التطبيق بتوصيلك بسائق قريب.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "افتح التطبيق، حدد وجهتك، واطلب المشوار.",
|
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "افتح التطبيق، حدد وجهتك، واطلب المشوار.",
|
||||||
"Siro": "سيرو",
|
"Siro": "انطلق",
|
||||||
"Siro Balance": "رصيد سيرو",
|
"Siro Balance": "رصيد انطلق",
|
||||||
"Siro LLC": "شركة سيرو",
|
"Siro LLC": "شركة انطلق",
|
||||||
"Siro Over": "انتهى المشوار",
|
"Siro Over": "انتهى المشوار",
|
||||||
"Siro Passenger": "راكب سيرو",
|
"Siro Passenger": "راكب انطلق",
|
||||||
"Siro Support": "دعم سيرو",
|
"Siro Support": "دعم انطلق",
|
||||||
"Siro Wallet": "محفظة سيرو",
|
"Siro Wallet": "محفظة انطلق",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "سيرو تطبيق مشاوير مصمم لأمانك وميزانيتك. نوصلك بكباتن ثقة.",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "انطلق تطبيق مشاوير مصمم لأمانك وميزانيتك. نوصلك بكباتن ثقة.",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "ملتزمين بالسلامة، وكل كباتننا مفحوصين أمنياً.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "ملتزمين بالسلامة، وكل كباتننا مفحوصين أمنياً.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "سيرو يوصلك بأقرب الكباتن.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "انطلق يوصلك بأقرب الكباتن.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "سيرو تطبيق مشاوير آمن وموثوق.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "انطلق تطبيق مشاوير آمن وموثوق.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "سيرو هو تطبيق مشاركة الرحلات الأكثر أماناً وموثوقية المصمم خصيصاً للركاب في سوريا. نحن نقدم تجربة رحلة مريحة ومحترمة وبأسعار معقولة مع الميزات التي تعطي الأولوية لسلامتك وراحتك.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "انطلق هو تطبيق مشاركة الرحلات الأكثر أماناً وموثوقية المصمم خصيصاً للركاب في سوريا. نحن نقدم تجربة رحلة مريحة ومحترمة وبأسعار معقولة مع الميزات التي تعطي الأولوية لسلامتك وراحتك.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "سيرو هو تطبيق مشاركة الرحلات الآمن والأكثر موثوقية المصمم خصيصاً للركاب بسوريا. بنقدملك تجربة رحلة مريحة، محترمة، وبأسعار مناسبة، مع ميزات بتعطي أولوية لسلامتك وراحتك. سواقينا الموثوقين موثقين ومؤمنين، وبيدعمهم صيانة دورية من مهندسين محترفين. كمان بنقدم خدمات دعم على الطريق عشان نضمنلك رحلة سلسة ومن دون هموم. مع سيرو، بتستمتع بالجودة، السلامة، وراحة البال—بكل رحلة.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "انطلق هو تطبيق مشاركة الرحلات الآمن والأكثر موثوقية المصمم خصيصاً للركاب بسوريا. بنقدملك تجربة رحلة مريحة، محترمة، وبأسعار مناسبة، مع ميزات بتعطي أولوية لسلامتك وراحتك. سواقينا الموثوقين موثقين ومؤمنين، وبيدعمهم صيانة دورية من مهندسين محترفين. كمان بنقدم خدمات دعم على الطريق عشان نضمنلك رحلة سلسة ومن دون هموم. مع انطلق، بتستمتع بالجودة، السلامة، وراحة البال—بكل رحلة.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "سيرو أأمن تطبيق مشاوير بميزات كثيرة. عمولتنا 8% بس. عندنا تأمين وصيانة.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "انطلق أأمن تطبيق مشاوير بميزات كثيرة. عمولتنا 8% بس. عندنا تأمين وصيانة.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "نوفر خيارات تناسبك.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "نوفر خيارات تناسبك.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "نوفر خيارات كثيرة مثل الاقتصادية والمريحة والفخمة.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "نوفر خيارات كثيرة مثل الاقتصادية والمريحة والفخمة.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "تقدر تدفع كاش أو بالبطاقة.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "تقدر تدفع كاش أو بالبطاقة.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "تحقق من الكابتن وتتبع المشوار.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "تحقق من الكابتن وتتبع المشوار.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "سلامتك تهمنا. نتحقق من الكباتن وعندنا تتبع للمشوار.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "سلامتك تهمنا. نتحقق من الكباتن وعندنا تتبع للمشوار.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "عندنا شات داخل التطبيق.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "عندنا شات داخل التطبيق.",
|
||||||
"Siro's Response": "رد سيرو",
|
"Siro's Response": "رد انطلق",
|
||||||
"Something went wrong. Please try again.": "صار شي غلط. جرب مرة تانية.",
|
"Something went wrong. Please try again.": "صار شي غلط. جرب مرة تانية.",
|
||||||
"Sorry 😔": "المعذرة 😔",
|
"Sorry 😔": "المعذرة 😔",
|
||||||
"Sorry, there are no cars available of this type right now.": "المعذرة، لا تتوفر سيارات من هذا النوع حالياً.",
|
"Sorry, there are no cars available of this type right now.": "المعذرة، لا تتوفر سيارات من هذا النوع حالياً.",
|
||||||
@@ -1128,7 +1128,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"Statistics": "الإحصائيات",
|
"Statistics": "الإحصائيات",
|
||||||
"Stay calm. We are here to help.": "ابق هادئاً. نحن هنا للمساعدة.",
|
"Stay calm. We are here to help.": "ابق هادئاً. نحن هنا للمساعدة.",
|
||||||
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "خطوات طلب مشوار بتطبيق سيرو.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "خطوات طلب مشوار بتطبيق انطلق.",
|
||||||
"Stop": "توقف",
|
"Stop": "توقف",
|
||||||
"Submit": "إرسال",
|
"Submit": "إرسال",
|
||||||
"Submit ": "إرسال ",
|
"Submit ": "إرسال ",
|
||||||
@@ -1365,7 +1365,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"Welcome Back": "مرحباً بعودتك",
|
"Welcome Back": "مرحباً بعودتك",
|
||||||
"Welcome Back!": "هلا بك من جديد!",
|
"Welcome Back!": "هلا بك من جديد!",
|
||||||
"Welcome to Intaleq!": "Welcome to Intaleq!",
|
"Welcome to Intaleq!": "Welcome to Intaleq!",
|
||||||
"Welcome to Siro!": "حياك الله في سيرو!",
|
"Welcome to Siro!": "حياك الله في انطلق!",
|
||||||
"What are the requirements to become a driver?": "وش الشروط؟",
|
"What are the requirements to become a driver?": "وش الشروط؟",
|
||||||
"What safety measures does Intaleq offer?": "What safety measures does Intaleq offer?",
|
"What safety measures does Intaleq offer?": "What safety measures does Intaleq offer?",
|
||||||
"What safety measures does Siro offer?": "وش إجراءات الأمان؟",
|
"What safety measures does Siro offer?": "وش إجراءات الأمان؟",
|
||||||
@@ -1378,10 +1378,10 @@ final Map<String, String> ar_sy = {
|
|||||||
"Where to": "وين الوجهة؟",
|
"Where to": "وين الوجهة؟",
|
||||||
"Where you want go ": "وين تبي تروح ",
|
"Where you want go ": "وين تبي تروح ",
|
||||||
"Why Choose Intaleq?": "Why Choose Intaleq?",
|
"Why Choose Intaleq?": "Why Choose Intaleq?",
|
||||||
"Why Choose Siro?": "ليش سيرو؟",
|
"Why Choose Siro?": "ليش انطلق؟",
|
||||||
"Why do you want to cancel?": "لماذا تريد الإلغاء؟",
|
"Why do you want to cancel?": "لماذا تريد الإلغاء؟",
|
||||||
"With Intaleq, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
"With Intaleq, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "مع سيرو، توصل وجهتك بدقايق.",
|
"With Siro, you can get a ride to your destination in minutes.": "مع انطلق، توصل وجهتك بدقايق.",
|
||||||
"Work": "الدوام",
|
"Work": "الدوام",
|
||||||
"Work & Contact": "العمل والتواصل",
|
"Work & Contact": "العمل والتواصل",
|
||||||
"Work Saved": "تم حفظ العمل",
|
"Work Saved": "تم حفظ العمل",
|
||||||
@@ -1395,7 +1395,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"Year is": "السنة:",
|
"Year is": "السنة:",
|
||||||
"Yes": "إي",
|
"Yes": "إي",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "إي، تقدر تلغي رحلتك بشروط معينة (مثلاً قبل ما يتحدد سائق). شوف سياسة الإلغاء بسيرو للتفاصيل.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "إي، تقدر تلغي رحلتك بشروط معينة (مثلاً قبل ما يتحدد سائق). شوف سياسة الإلغاء بانطلق للتفاصيل.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "تقدر تلغي، بس يمكن فيه رسوم.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "تقدر تلغي، بس يمكن فيه رسوم.",
|
||||||
"You Are Stopped For this Day !": "توقفت اليوم!",
|
"You Are Stopped For this Day !": "توقفت اليوم!",
|
||||||
"You Can Cancel Trip And get Cost of Trip From": "تقدر تلغي وتأخذ حقك من",
|
"You Can Cancel Trip And get Cost of Trip From": "تقدر تلغي وتأخذ حقك من",
|
||||||
@@ -1587,7 +1587,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"and acknowledge our": "وتقر بـ",
|
"and acknowledge our": "وتقر بـ",
|
||||||
"and acknowledge our Privacy Policy.": "ونوافق على سياسة الخصوصية.",
|
"and acknowledge our Privacy Policy.": "ونوافق على سياسة الخصوصية.",
|
||||||
"and acknowledge the": "ونوافق على",
|
"and acknowledge the": "ونوافق على",
|
||||||
"app_description": "سيرو تطبيق آمن وموثوق.",
|
"app_description": "انطلق تطبيق آمن وموثوق.",
|
||||||
"arrival time to reach your point": "وقت الوصول لنقطتك",
|
"arrival time to reach your point": "وقت الوصول لنقطتك",
|
||||||
"as the driver.": "كسائق.",
|
"as the driver.": "كسائق.",
|
||||||
"before": "قبل",
|
"before": "قبل",
|
||||||
@@ -1627,7 +1627,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"from 3 times Take Attention": "من 3 مرات، انتبه",
|
"from 3 times Take Attention": "من 3 مرات، انتبه",
|
||||||
"from your favorites": "من مفضلاتك",
|
"from your favorites": "من مفضلاتك",
|
||||||
"from your list": "من قائمتك",
|
"from your list": "من قائمتك",
|
||||||
"get_a_ride": "مع سيرو، الموتر يجيك بدقايق.",
|
"get_a_ride": "مع انطلق، الموتر يجيك بدقايق.",
|
||||||
"get_to_destination": "وصل وجهتك بسرعة.",
|
"get_to_destination": "وصل وجهتك بسرعة.",
|
||||||
"go to your passenger location before\\nPassenger cancel trip": "رح لموقع الراكب قبل يكنسل",
|
"go to your passenger location before\\nPassenger cancel trip": "رح لموقع الراكب قبل يكنسل",
|
||||||
"go to your passenger location before\nPassenger cancel trip": "go to your passenger location before\nPassenger cancel trip",
|
"go to your passenger location before\nPassenger cancel trip": "go to your passenger location before\nPassenger cancel trip",
|
||||||
@@ -1718,9 +1718,9 @@ final Map<String, String> ar_sy = {
|
|||||||
"wallet due to a previous trip.": "المحفظة بسبب رحلة سابقة.",
|
"wallet due to a previous trip.": "المحفظة بسبب رحلة سابقة.",
|
||||||
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'المحفظة",
|
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'المحفظة",
|
||||||
"welcome to intaleq": "welcome to intaleq",
|
"welcome to intaleq": "welcome to intaleq",
|
||||||
"welcome to siro": "حياك في سيرو",
|
"welcome to siro": "حياك في انطلق",
|
||||||
"welcome user": "يا هلا، @firstName!",
|
"welcome user": "يا هلا، @firstName!",
|
||||||
"welcome_message": "أهلاً بك في سيرو!",
|
"welcome_message": "أهلاً بك في انطلق!",
|
||||||
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'مرحباً",
|
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'مرحباً",
|
||||||
"with license plate": "لوحة أرقام",
|
"with license plate": "لوحة أرقام",
|
||||||
"with type": "بالنوع",
|
"with type": "بالنوع",
|
||||||
@@ -1738,7 +1738,7 @@ final Map<String, String> ar_sy = {
|
|||||||
"you must insert token code": "لازم تدخل رمز الرمز",
|
"you must insert token code": "لازم تدخل رمز الرمز",
|
||||||
"you will pay to Driver": "الدفع للكابتن",
|
"you will pay to Driver": "الدفع للكابتن",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "بتدفع حق وقت الكابتن، شوف محفظتك في سيرو",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "بتدفع حق وقت الكابتن، شوف محفظتك في انطلق",
|
||||||
"your ride is Accepted": "مشوارك انقبل",
|
"your ride is Accepted": "مشوارك انقبل",
|
||||||
"your ride is applied": "انطلب مشوارك",
|
"your ride is applied": "انطلب مشوارك",
|
||||||
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
||||||
@@ -1758,9 +1758,9 @@ final Map<String, String> ar_sy = {
|
|||||||
"Link": "ربط",
|
"Link": "ربط",
|
||||||
"Please enter a referral code": "دخل رمز الإحالة",
|
"Please enter a referral code": "دخل رمز الإحالة",
|
||||||
|
|
||||||
// ========= Siro Prime =========
|
// ========= Intaleq Prime =========
|
||||||
"Siro Prime": "سيرو برايم",
|
"Siro Prime": "انطلق برايم",
|
||||||
"Siro Prime Active": "سيرو برايم نشط",
|
"Siro Prime Active": "انطلق برايم نشط",
|
||||||
"No surge pricing. Priority rides. Tap to learn more.": "بدون أسعار ذروة. أولوية في الرحلات. اضغط لمعرفة المزيد.",
|
"No surge pricing. Priority rides. Tap to learn more.": "بدون أسعار ذروة. أولوية في الرحلات. اضغط لمعرفة المزيد.",
|
||||||
"Valid until": "صالح حتى",
|
"Valid until": "صالح حتى",
|
||||||
"Active until": "نشط حتى",
|
"Active until": "نشط حتى",
|
||||||
@@ -1779,12 +1779,12 @@ final Map<String, String> ar_sy = {
|
|||||||
"Already subscribed": "أنت مشترك بالفعل",
|
"Already subscribed": "أنت مشترك بالفعل",
|
||||||
"The Premium Ride Experience": "تجربة ركوب مميزة",
|
"The Premium Ride Experience": "تجربة ركوب مميزة",
|
||||||
"You are a Prime member!": "أنت عضو برايم!",
|
"You are a Prime member!": "أنت عضو برايم!",
|
||||||
"You are now a Siro Prime member! Enjoy no surge pricing for 30 days.": "أنت الآن عضو سيرو برايم! استمتع بأسعار بدون ذروة لمدة 30 يوماً.",
|
"You are now a Siro Prime member! Enjoy no surge pricing for 30 days.": "أنت الآن عضو انطلق برايم! استمتع بأسعار بدون ذروة لمدة 30 يوماً.",
|
||||||
"Great!": "رائع!",
|
"Great!": "رائع!",
|
||||||
"Insufficient Balance": "رصيد غير كافٍ",
|
"Insufficient Balance": "رصيد غير كافٍ",
|
||||||
"Your current balance": "رصيدك الحالي",
|
"Your current balance": "رصيدك الحالي",
|
||||||
"Required": "المطلوب",
|
"Required": "المطلوب",
|
||||||
"Please top up your wallet to subscribe to Siro Prime.": "يرجى شحن محفظتك للاشتراك في سيرو برايم.",
|
"Please top up your wallet to subscribe to Siro Prime.": "يرجى شحن محفظتك للاشتراك في انطلق برايم.",
|
||||||
"Top Up Wallet": "شحن المحفظة",
|
"Top Up Wallet": "شحن المحفظة",
|
||||||
"• Subscription renews automatically every 30 days\n• Cancel anytime from your wallet page\n• Amount is deducted from your in-app wallet": "• يتجدد الاشتراك تلقائياً كل 30 يوماً\n• يمكن الإلغاء في أي وقت من صفحة المحفظة\n• يُخصم المبلغ من محفظتك داخل التطبيق",
|
"• Subscription renews automatically every 30 days\n• Cancel anytime from your wallet page\n• Amount is deducted from your in-app wallet": "• يتجدد الاشتراك تلقائياً كل 30 يوماً\n• يمكن الإلغاء في أي وقت من صفحة المحفظة\n• يُخصم المبلغ من محفظتك داخل التطبيق",
|
||||||
"service_unavailable_area": "هذه الخدمة غير متوفرة حالياً في منطقتك",
|
"service_unavailable_area": "هذه الخدمة غير متوفرة حالياً في منطقتك",
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ final Map<String, String> de = {
|
|||||||
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "Eine Fahrt mit Vorabreservierung, die es Ihnen ermöglicht, die besten Kapitäne und Autos auszuwählen.",
|
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "Eine Fahrt mit Vorabreservierung, die es Ihnen ermöglicht, die besten Kapitäne und Autos auszuwählen.",
|
||||||
"AI Page": "KI-Seite",
|
"AI Page": "KI-Seite",
|
||||||
"About Intaleq": "About Intaleq",
|
"About Intaleq": "About Intaleq",
|
||||||
"About Siro": "About Siro",
|
"About Siro": "About Intaleq",
|
||||||
"About Us": "Über uns",
|
"About Us": "Über uns",
|
||||||
"Accept": "Accept",
|
"Accept": "Accept",
|
||||||
"Accept Order": "Bestellung annehmen",
|
"Accept Order": "Bestellung annehmen",
|
||||||
@@ -304,7 +304,7 @@ final Map<String, String> de = {
|
|||||||
"Date of Birth is": "Geburtsdatum ist",
|
"Date of Birth is": "Geburtsdatum ist",
|
||||||
"Date of Birth: ": "Geburtsdatum: ",
|
"Date of Birth: ": "Geburtsdatum: ",
|
||||||
"Days": "Tage",
|
"Days": "Tage",
|
||||||
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,",
|
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Intaleq ,",
|
||||||
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Sehr geehrte/r ,\n\n 🚀 Ich habe gerade eine aufregende Reise begonnen und möchte die Details meiner Reise und meinen aktuellen Standort in Echtzeit mit Ihnen teilen! Bitte laden Sie die Intaleq-App herunter. Sie ermöglicht Ihnen, meine Reisedetails und meinen letzten Standort einzusehen.\n\n 👉 Download-Link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n Ich freue mich darauf, Sie während meines Abenteuers nah bei mir zu haben!\n\n Intaleq ,",
|
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Sehr geehrte/r ,\n\n 🚀 Ich habe gerade eine aufregende Reise begonnen und möchte die Details meiner Reise und meinen aktuellen Standort in Echtzeit mit Ihnen teilen! Bitte laden Sie die Intaleq-App herunter. Sie ermöglicht Ihnen, meine Reisedetails und meinen letzten Standort einzusehen.\n\n 👉 Download-Link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n Ich freue mich darauf, Sie während meines Abenteuers nah bei mir zu haben!\n\n Intaleq ,",
|
||||||
"Decline": "Decline",
|
"Decline": "Decline",
|
||||||
"Delete": "Delete",
|
"Delete": "Delete",
|
||||||
@@ -345,8 +345,8 @@ final Map<String, String> de = {
|
|||||||
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
||||||
"Download the Intaleq Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
"Download the Intaleq Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Intaleq app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
"Download the Intaleq app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "Laden Sie die App jetzt herunter:",
|
"Download the app now:": "Laden Sie die App jetzt herunter:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "Fahrer",
|
"Driver": "Fahrer",
|
||||||
@@ -433,7 +433,7 @@ final Map<String, String> de = {
|
|||||||
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
||||||
"Evening": "Abend",
|
"Evening": "Abend",
|
||||||
"Exclusive offers and discounts always with the Intaleq app": "Exklusive Angebote und Rabatte immer mit der Intaleq-App",
|
"Exclusive offers and discounts always with the Intaleq app": "Exklusive Angebote und Rabatte immer mit der Intaleq-App",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Expiration Date": "Ablaufdatum",
|
"Expiration Date": "Ablaufdatum",
|
||||||
"Expiration Date ": "Ablaufdatum ",
|
"Expiration Date ": "Ablaufdatum ",
|
||||||
"Expiry Date": "Ablaufdatum",
|
"Expiry Date": "Ablaufdatum",
|
||||||
@@ -468,8 +468,8 @@ final Map<String, String> de = {
|
|||||||
"For Drivers": "Für Fahrer",
|
"For Drivers": "Für Fahrer",
|
||||||
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Für Schnell- und Lieferfahrten wird der Preis dynamisch berechnet. Für Komfortfahrten basiert der Preis auf Zeit und Entfernung.",
|
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Für Schnell- und Lieferfahrten wird der Preis dynamisch berechnet. Für Komfortfahrten basiert der Preis auf Zeit und Entfernung.",
|
||||||
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Für Schnell- und Rollerfahrten wird der Preis dynamisch berechnet. Für Komfortfahrten basiert der Preis auf Zeit und Entfernung.",
|
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Für Schnell- und Rollerfahrten wird der Preis dynamisch berechnet. Für Komfortfahrten basiert der Preis auf Zeit und Entfernung.",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For official inquiries": "For official inquiries",
|
"For official inquiries": "For official inquiries",
|
||||||
"Found another transport": "Ich habe ein anderes Transportmittel gefunden",
|
"Found another transport": "Ich habe ein anderes Transportmittel gefunden",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
@@ -510,9 +510,9 @@ final Map<String, String> de = {
|
|||||||
"Hello this is Captain": "Hallo, das ist Kapitän",
|
"Hello this is Captain": "Hallo, das ist Kapitän",
|
||||||
"Hello this is Driver": "Hallo, das ist der Fahrer",
|
"Hello this is Driver": "Hallo, das ist der Fahrer",
|
||||||
"Hello! I'm inviting you to try Intaleq.": "Hallo! Ich lade Sie ein, Intaleq auszuprobieren.",
|
"Hello! I'm inviting you to try Intaleq.": "Hallo! Ich lade Sie ein, Intaleq auszuprobieren.",
|
||||||
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Siro.",
|
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Intaleq.",
|
||||||
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
||||||
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Siro.",
|
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Intaleq.",
|
||||||
"Hello, I'm at the agreed-upon location": "Hallo, ich bin am vereinbarten Ort",
|
"Hello, I'm at the agreed-upon location": "Hallo, ich bin am vereinbarten Ort",
|
||||||
"Help Details": "Hilfedetails",
|
"Help Details": "Hilfedetails",
|
||||||
"Helping Center": "Hilfezentrum",
|
"Helping Center": "Hilfezentrum",
|
||||||
@@ -610,7 +610,7 @@ final Map<String, String> de = {
|
|||||||
"JOD": "JOD",
|
"JOD": "JOD",
|
||||||
"Join": "Beitreten",
|
"Join": "Beitreten",
|
||||||
"Join Intaleq as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
"Join Intaleq as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Join a channel": "Join a channel",
|
"Join a channel": "Join a channel",
|
||||||
"Jordan": "Jordanien",
|
"Jordan": "Jordanien",
|
||||||
"KM": "KM",
|
"KM": "KM",
|
||||||
@@ -769,7 +769,7 @@ final Map<String, String> de = {
|
|||||||
"Order Cancelled": "Bestellung storniert",
|
"Order Cancelled": "Bestellung storniert",
|
||||||
"Order Cancelled by Passenger": "Bestellung vom Fahrgast storniert",
|
"Order Cancelled by Passenger": "Bestellung vom Fahrgast storniert",
|
||||||
"Order Details Intaleq": "Bestelldetails Geschwindigkeit",
|
"Order Details Intaleq": "Bestelldetails Geschwindigkeit",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "Bestellverlauf",
|
"Order History": "Bestellverlauf",
|
||||||
"Order Request Page": "Bestellanfrageseite",
|
"Order Request Page": "Bestellanfrageseite",
|
||||||
"Order Under Review": "Bestellung in Überprüfung",
|
"Order Under Review": "Bestellung in Überprüfung",
|
||||||
@@ -877,7 +877,7 @@ final Map<String, String> de = {
|
|||||||
"Please help! Contact me as soon as possible.": "Bitte helfen Sie! Kontaktieren Sie mich so schnell wie möglich.",
|
"Please help! Contact me as soon as possible.": "Bitte helfen Sie! Kontaktieren Sie mich so schnell wie möglich.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "Please make sure not to leave any personal belongings in the car.",
|
"Please make sure not to leave any personal belongings in the car.": "Please make sure not to leave any personal belongings in the car.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Bitte stellen Sie sicher, dass Sie alle Ihre persönlichen Gegenstände haben und dass etwaige verbleibende Fahrpreise, falls zutreffend, vor dem Verlassen Ihrem Portemonnaie hinzugefügt wurden. Vielen Dank, dass Sie die Intaleq-App gewählt haben",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Bitte stellen Sie sicher, dass Sie alle Ihre persönlichen Gegenstände haben und dass etwaige verbleibende Fahrpreise, falls zutreffend, vor dem Verlassen Ihrem Portemonnaie hinzugefügt wurden. Vielen Dank, dass Sie die Intaleq-App gewählt haben",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please put your licence in these border": "Bitte legen Sie Ihren Führerschein in diesen Rahmen",
|
"Please put your licence in these border": "Bitte legen Sie Ihren Führerschein in diesen Rahmen",
|
||||||
"Please select a reason first": "Please select a reason first",
|
"Please select a reason first": "Please select a reason first",
|
||||||
@@ -1015,7 +1015,7 @@ final Map<String, String> de = {
|
|||||||
"Send Intaleq app to him": "Senden Sie ihm die Intaleq-App",
|
"Send Intaleq app to him": "Senden Sie ihm die Intaleq-App",
|
||||||
"Send Invite": "Einladung senden",
|
"Send Invite": "Einladung senden",
|
||||||
"Send SOS": "Send SOS",
|
"Send SOS": "Send SOS",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "Verifizierungscode senden",
|
"Send Verfication Code": "Verifizierungscode senden",
|
||||||
"Send Verification Code": "Verifizierungscode senden",
|
"Send Verification Code": "Verifizierungscode senden",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1057,29 +1057,29 @@ final Map<String, String> de = {
|
|||||||
"Sign in with Apple": "Mit Apple anmelden",
|
"Sign in with Apple": "Mit Apple anmelden",
|
||||||
"Sign in with Google for easier email and name entry": "Melden Sie sich mit Google an, um E-Mail und Namen einfacher einzugeben",
|
"Sign in with Google for easier email and name entry": "Melden Sie sich mit Google an, um E-Mail und Namen einfacher einzugeben",
|
||||||
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Öffnen Sie einfach die Intaleq-App, geben Sie Ihr Ziel ein und tippen Sie auf \"Fahrt anfordern\". Die App verbindet Sie mit einem nahegelegenen Fahrer.",
|
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Öffnen Sie einfach die Intaleq-App, geben Sie Ihr Ziel ein und tippen Sie auf \"Fahrt anfordern\". Die App verbindet Sie mit einem nahegelegenen Fahrer.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Passenger": "Siro Passenger",
|
"Siro Passenger": "Intaleq Passenger",
|
||||||
"Siro Support": "Siro Support",
|
"Siro Support": "Intaleq Support",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
||||||
"Sorry 😔": "Entschuldigung 😔",
|
"Sorry 😔": "Entschuldigung 😔",
|
||||||
"Sorry, there are no cars available of this type right now.": "Leider sind derzeit keine Fahrzeuge dieses Typs verfügbar.",
|
"Sorry, there are no cars available of this type right now.": "Leider sind derzeit keine Fahrzeuge dieses Typs verfügbar.",
|
||||||
@@ -1094,7 +1094,7 @@ final Map<String, String> de = {
|
|||||||
"Statistics": "Statistiken",
|
"Statistics": "Statistiken",
|
||||||
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
||||||
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Schritt-für-Schritt-Anleitung, wie Sie eine Fahrt über die Intaleq-App buchen können.",
|
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Schritt-für-Schritt-Anleitung, wie Sie eine Fahrt über die Intaleq-App buchen können.",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Submit": "Einreichen",
|
"Submit": "Einreichen",
|
||||||
"Submit ": "Einreichen ",
|
"Submit ": "Einreichen ",
|
||||||
@@ -1188,13 +1188,13 @@ final Map<String, String> de = {
|
|||||||
"To Work": "Zur Arbeit",
|
"To Work": "Zur Arbeit",
|
||||||
"To become a passenger, you must review and agree to the ": "Um Fahrgast zu werden, müssen Sie die folgenden Bedingungen lesen und ihnen zustimmen: ",
|
"To become a passenger, you must review and agree to the ": "Um Fahrgast zu werden, müssen Sie die folgenden Bedingungen lesen und ihnen zustimmen: ",
|
||||||
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "Um ein Mitfahrfahrer in der Intaleq-App zu werden, müssen Sie Ihren Führerschein, Ihr Ausweisdokument und Ihr Fahrzeugregistrierungsdokument hochladen. Unser KI-System überprüft und verifiziert deren Authentizität in nur 2-3 Minuten. Wenn Ihre Dokumente genehmigt werden, können Sie als Fahrer in der Intaleq-App arbeiten. Bitte beachten Sie, dass die Einreichung betrügerischer Dokumente eine schwerwiegende Straftat darstellt und zu sofortiger Kündigung und rechtlichen Konsequenzen führen kann.",
|
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "Um ein Mitfahrfahrer in der Intaleq-App zu werden, müssen Sie Ihren Führerschein, Ihr Ausweisdokument und Ihr Fahrzeugregistrierungsdokument hochladen. Unser KI-System überprüft und verifiziert deren Authentizität in nur 2-3 Minuten. Wenn Ihre Dokumente genehmigt werden, können Sie als Fahrer in der Intaleq-App arbeiten. Bitte beachten Sie, dass die Einreichung betrügerischer Dokumente eine schwerwiegende Straftat darstellt und zu sofortiger Kündigung und rechtlichen Konsequenzen führen kann.",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To change Language the App": "Um die Sprache der App zu ändern",
|
"To change Language the App": "Um die Sprache der App zu ändern",
|
||||||
"To change some Settings": "Um einige Einstellungen zu ändern",
|
"To change some Settings": "Um einige Einstellungen zu ändern",
|
||||||
"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.": "Um sicherzustellen, dass Sie die genauesten Informationen für Ihren Standort erhalten, wählen Sie bitte unten Ihr Land aus. Dies hilft, das App-Erlebnis und den Inhalt auf Ihr Land zuzuschneiden.",
|
"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.": "Um sicherzustellen, dass Sie die genauesten Informationen für Ihren Standort erhalten, wählen Sie bitte unten Ihr Land aus. Dies hilft, das App-Erlebnis und den Inhalt auf Ihr Land zuzuschneiden.",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Um Ihnen das beste Erlebnis zu bieten, müssen wir wissen, wo Sie sich befinden. Ihr Standort wird verwendet, um Kapitäne in der Nähe zu finden und für die Abholung.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Um Ihnen das beste Erlebnis zu bieten, müssen wir wissen, wo Sie sich befinden. Ihr Standort wird verwendet, um Kapitäne in der Nähe zu finden und für die Abholung.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "Um sich als Fahrer zu registrieren oder mehr über die Anforderungen zu erfahren, besuchen Sie bitte unsere Website oder kontaktieren Sie den Intaleq-Support direkt.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "Um sich als Fahrer zu registrieren oder mehr über die Anforderungen zu erfahren, besuchen Sie bitte unsere Website oder kontaktieren Sie den Intaleq-Support direkt.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "Um das Portemonnaie zu verwenden, laden Sie es auf",
|
"To use Wallet charge it": "Um das Portemonnaie zu verwenden, laden Sie es auf",
|
||||||
"Today's Promos": "Heutige Promos",
|
"Today's Promos": "Heutige Promos",
|
||||||
"Top up Balance": "Top up Balance",
|
"Top up Balance": "Top up Balance",
|
||||||
@@ -1283,7 +1283,7 @@ final Map<String, String> de = {
|
|||||||
"View your past transactions": "View your past transactions",
|
"View your past transactions": "View your past transactions",
|
||||||
"Visit Website/Contact Support": "Website besuchen/Support kontaktieren",
|
"Visit Website/Contact Support": "Website besuchen/Support kontaktieren",
|
||||||
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "Besuchen Sie unsere Website oder kontaktieren Sie den Intaleq-Support für Informationen zur Fahrerregistrierung und den Anforderungen.",
|
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "Besuchen Sie unsere Website oder kontaktieren Sie den Intaleq-Support für Informationen zur Fahrerregistrierung und den Anforderungen.",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Call": "Voice Call",
|
"Voice Call": "Voice Call",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for the trip to start first": "Wait for the trip to start first",
|
"Wait for the trip to start first": "Wait for the trip to start first",
|
||||||
@@ -1298,7 +1298,7 @@ final Map<String, String> de = {
|
|||||||
"Wallet!": "Portemonnaie!",
|
"Wallet!": "Portemonnaie!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Intaleqing detected!": "Warnung: Geschwindigkeitsüberschreitung erkannt!",
|
"Warning: Intaleqing detected!": "Warnung: Geschwindigkeitsüberschreitung erkannt!",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "Warning: Speeding detected!",
|
"Warning: Speeding detected!": "Warning: Speeding detected!",
|
||||||
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "Es tut uns leid, dass wir keine Autos in Ihrer Region haben!",
|
"We Are Sorry That we dont have cars in your Location!": "Es tut uns leid, dass wir keine Autos in Ihrer Region haben!",
|
||||||
@@ -1316,7 +1316,7 @@ final Map<String, String> de = {
|
|||||||
"We need your phone number to contact you and to help you receive orders.": "Wir benötigen Ihre Telefonnummer, um Sie zu kontaktieren und Ihnen zu helfen, Bestellungen zu erhalten.",
|
"We need your phone number to contact you and to help you receive orders.": "Wir benötigen Ihre Telefonnummer, um Sie zu kontaktieren und Ihnen zu helfen, Bestellungen zu erhalten.",
|
||||||
"We need your phone number to contact you and to help you.": "Wir benötigen Ihre Telefonnummer, um Sie zu kontaktieren und Ihnen zu helfen.",
|
"We need your phone number to contact you and to help you.": "Wir benötigen Ihre Telefonnummer, um Sie zu kontaktieren und Ihnen zu helfen.",
|
||||||
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "Wir haben festgestellt, dass die Geschwindigkeit 100 km/h überschreitet. Bitte verlangsamen Sie für Ihre Sicherheit. Wenn Sie sich unsicher fühlen, können Sie Ihre Fahrtdetails mit einem Kontakt teilen oder die Polizei über die rote SOS-Taste anrufen.",
|
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "Wir haben festgestellt, dass die Geschwindigkeit 100 km/h überschreitet. Bitte verlangsamen Sie für Ihre Sicherheit. Wenn Sie sich unsicher fühlen, können Sie Ihre Fahrtdetails mit einem Kontakt teilen oder die Polizei über die rote SOS-Taste anrufen.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
||||||
"We regret to inform you that another driver has accepted this order.": "Wir bedauern, Ihnen mitteilen zu müssen, dass ein anderer Fahrer diese Bestellung angenommen hat.",
|
"We regret to inform you that another driver has accepted this order.": "Wir bedauern, Ihnen mitteilen zu müssen, dass ein anderer Fahrer diese Bestellung angenommen hat.",
|
||||||
@@ -1331,10 +1331,10 @@ final Map<String, String> de = {
|
|||||||
"Welcome Back": "Welcome Back",
|
"Welcome Back": "Welcome Back",
|
||||||
"Welcome Back!": "Willkommen zurück!",
|
"Welcome Back!": "Willkommen zurück!",
|
||||||
"Welcome to Intaleq!": "Willkommen bei Intaleq!",
|
"Welcome to Intaleq!": "Willkommen bei Intaleq!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the requirements to become a driver?": "Welche Anforderungen gibt es, um Fahrer zu werden?",
|
"What are the requirements to become a driver?": "Welche Anforderungen gibt es, um Fahrer zu werden?",
|
||||||
"What safety measures does Intaleq offer?": "Welche Sicherheitsmaßnahmen bietet Intaleq?",
|
"What safety measures does Intaleq offer?": "Welche Sicherheitsmaßnahmen bietet Intaleq?",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "Welche Fahrzeugtypen sind verfügbar?",
|
"What types of vehicles are available?": "Welche Fahrzeugtypen sind verfügbar?",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "WhatsApp-Standort-Extraktor",
|
"WhatsApp Location Extractor": "WhatsApp-Standort-Extraktor",
|
||||||
@@ -1344,10 +1344,10 @@ final Map<String, String> de = {
|
|||||||
"Where to": "Wohin",
|
"Where to": "Wohin",
|
||||||
"Where you want go ": "Wohin Sie gehen möchten ",
|
"Where you want go ": "Wohin Sie gehen möchten ",
|
||||||
"Why Choose Intaleq?": "Warum Intaleq wählen?",
|
"Why Choose Intaleq?": "Warum Intaleq wählen?",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel?": "Why do you want to cancel?",
|
"Why do you want to cancel?": "Why do you want to cancel?",
|
||||||
"With Intaleq, you can get a ride to your destination in minutes.": "Mit Intaleq können Sie in wenigen Minuten eine Fahrt zu Ihrem Ziel bekommen.",
|
"With Intaleq, you can get a ride to your destination in minutes.": "Mit Intaleq können Sie in wenigen Minuten eine Fahrt zu Ihrem Ziel bekommen.",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Work": "Arbeit",
|
"Work": "Arbeit",
|
||||||
"Work & Contact": "Arbeit & Kontakt",
|
"Work & Contact": "Arbeit & Kontakt",
|
||||||
"Work Saved": "Arbeitsort gespeichert",
|
"Work Saved": "Arbeitsort gespeichert",
|
||||||
@@ -1361,7 +1361,7 @@ final Map<String, String> de = {
|
|||||||
"Year is": "Jahr ist",
|
"Year is": "Jahr ist",
|
||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Ja, Sie können Ihre Fahrt unter bestimmten Bedingungen stornieren (z.B. bevor der Fahrer zugewiesen wird). Weitere Details finden Sie in der Stornierungsrichtlinie von Intaleq.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Ja, Sie können Ihre Fahrt unter bestimmten Bedingungen stornieren (z.B. bevor der Fahrer zugewiesen wird). Weitere Details finden Sie in der Stornierungsrichtlinie von Intaleq.",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Ja, Sie können Ihre Fahrt stornieren, aber bitte beachten Sie, dass Stornierungsgebühren anfallen können, je nachdem, wie weit im Voraus Sie stornieren.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Ja, Sie können Ihre Fahrt stornieren, aber bitte beachten Sie, dass Stornierungsgebühren anfallen können, je nachdem, wie weit im Voraus Sie stornieren.",
|
||||||
"You Are Stopped For this Day !": "Sie sind für diesen Tag gestoppt!",
|
"You Are Stopped For this Day !": "Sie sind für diesen Tag gestoppt!",
|
||||||
"You Can Cancel Trip And get Cost of Trip From": "Sie können die Fahrt stornieren und die Fahrtkosten von",
|
"You Can Cancel Trip And get Cost of Trip From": "Sie können die Fahrt stornieren und die Fahrtkosten von",
|
||||||
@@ -1397,7 +1397,7 @@ final Map<String, String> de = {
|
|||||||
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "Sie können Ihre Fahrt mit Bargeld oder Kredit-/Debitkarte bezahlen. Sie können Ihre bevorzugte Zahlungsmethode vor der Bestätigung Ihrer Fahrt auswählen.",
|
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "Sie können Ihre Fahrt mit Bargeld oder Kredit-/Debitkarte bezahlen. Sie können Ihre bevorzugte Zahlungsmethode vor der Bestätigung Ihrer Fahrt auswählen.",
|
||||||
"You can resend in": "Erneutes Senden möglich in",
|
"You can resend in": "Erneutes Senden möglich in",
|
||||||
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "Sie können die Intaleq-App mit Ihren Freunden teilen und Belohnungen für Fahrten verdienen, die sie mit Ihrem Code unternehmen",
|
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "Sie können die Intaleq-App mit Ihren Freunden teilen und Belohnungen für Fahrten verdienen, die sie mit Ihrem Code unternehmen",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "Sie können den Preis erhöhen, damit der Fahrer Ihre Bestellung annimmt",
|
"You can upgrade price to may driver accept your order": "Sie können den Preis erhöhen, damit der Fahrer Ihre Bestellung annimmt",
|
||||||
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
||||||
"You can't continue with us .\nYou should renew Driver license": "Sie können nicht mit uns fortfahren.\nSie sollten Ihren Führerschein erneuern",
|
"You can't continue with us .\nYou should renew Driver license": "Sie können nicht mit uns fortfahren.\nSie sollten Ihren Führerschein erneuern",
|
||||||
@@ -1684,7 +1684,7 @@ final Map<String, String> de = {
|
|||||||
"wallet due to a previous trip.": "Portemonnaie aufgrund einer vorherigen Fahrt.",
|
"wallet due to a previous trip.": "Portemonnaie aufgrund einer vorherigen Fahrt.",
|
||||||
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
||||||
"welcome to intaleq": "Willkommen bei Intaleq",
|
"welcome to intaleq": "Willkommen bei Intaleq",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "Willkommen",
|
"welcome user": "Willkommen",
|
||||||
"welcome_message": "Willkommen bei Intaleq!",
|
"welcome_message": "Willkommen bei Intaleq!",
|
||||||
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
||||||
@@ -1704,7 +1704,7 @@ final Map<String, String> de = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you will pay to Driver": "Sie werden den Fahrer bezahlen",
|
"you will pay to Driver": "Sie werden den Fahrer bezahlen",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "Sie werden den Fahrer bezahlen, Sie werden die Kosten für die Fahrerzeit bezahlen, sehen Sie in Ihrem Intaleq-Portemonnaie nach",
|
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "Sie werden den Fahrer bezahlen, Sie werden die Kosten für die Fahrerzeit bezahlen, sehen Sie in Ihrem Intaleq-Portemonnaie nach",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"your ride is Accepted": "Ihre Fahrt wurde angenommen",
|
"your ride is Accepted": "Ihre Fahrt wurde angenommen",
|
||||||
"your ride is applied": "Ihre Fahrt wurde übernommen",
|
"your ride is applied": "Ihre Fahrt wurde übernommen",
|
||||||
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ final Map<String, String> el = {
|
|||||||
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "Διαδρομή με κράτηση, επιλογή οδηγών και οχημάτων.",
|
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "Διαδρομή με κράτηση, επιλογή οδηγών και οχημάτων.",
|
||||||
"AI Page": "Σελίδα AI",
|
"AI Page": "Σελίδα AI",
|
||||||
"About Intaleq": "About Intaleq",
|
"About Intaleq": "About Intaleq",
|
||||||
"About Siro": "About Siro",
|
"About Siro": "About Intaleq",
|
||||||
"About Us": "Σχετικά",
|
"About Us": "Σχετικά",
|
||||||
"Accept": "Accept",
|
"Accept": "Accept",
|
||||||
"Accept Order": "Αποδοχή",
|
"Accept Order": "Αποδοχή",
|
||||||
@@ -304,7 +304,7 @@ final Map<String, String> el = {
|
|||||||
"Date of Birth is": "Ημ. Γέννησης:",
|
"Date of Birth is": "Ημ. Γέννησης:",
|
||||||
"Date of Birth: ": "Ημ. Γέννησης: ",
|
"Date of Birth: ": "Ημ. Γέννησης: ",
|
||||||
"Days": "Ημέρες",
|
"Days": "Ημέρες",
|
||||||
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,",
|
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Intaleq ,",
|
||||||
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
||||||
"Decline": "Decline",
|
"Decline": "Decline",
|
||||||
"Delete": "Delete",
|
"Delete": "Delete",
|
||||||
@@ -345,8 +345,8 @@ final Map<String, String> el = {
|
|||||||
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
||||||
"Download the Intaleq Driver app now and earn rewards!": "Κατεβάστε την εφαρμογή Οδηγού Intaleq και κερδίστε!",
|
"Download the Intaleq Driver app now and earn rewards!": "Κατεβάστε την εφαρμογή Οδηγού Intaleq και κερδίστε!",
|
||||||
"Download the Intaleq app now and enjoy your ride!": "Κατεβάστε το Intaleq και απολαύστε τη διαδρομή!",
|
"Download the Intaleq app now and enjoy your ride!": "Κατεβάστε το Intaleq και απολαύστε τη διαδρομή!",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "Κατέβασε την εφαρμογή:",
|
"Download the app now:": "Κατέβασε την εφαρμογή:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "Οδηγός",
|
"Driver": "Οδηγός",
|
||||||
@@ -433,7 +433,7 @@ final Map<String, String> el = {
|
|||||||
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
||||||
"Evening": "Απόγευμα",
|
"Evening": "Απόγευμα",
|
||||||
"Exclusive offers and discounts always with the Intaleq app": "Αποκλειστικές προσφορές",
|
"Exclusive offers and discounts always with the Intaleq app": "Αποκλειστικές προσφορές",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Expiration Date": "Ημερομηνία Λήξης",
|
"Expiration Date": "Ημερομηνία Λήξης",
|
||||||
"Expiration Date ": "Λήξη: ",
|
"Expiration Date ": "Λήξη: ",
|
||||||
"Expiry Date": "Ημ. Λήξης",
|
"Expiry Date": "Ημ. Λήξης",
|
||||||
@@ -468,8 +468,8 @@ final Map<String, String> el = {
|
|||||||
"For Drivers": "Για Οδηγούς",
|
"For Drivers": "Για Οδηγούς",
|
||||||
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Τιμή βάσει χρόνου και απόστασης.",
|
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Τιμή βάσει χρόνου και απόστασης.",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For official inquiries": "For official inquiries",
|
"For official inquiries": "For official inquiries",
|
||||||
"Found another transport": "Βρήκα άλλο μέσο μεταφοράς",
|
"Found another transport": "Βρήκα άλλο μέσο μεταφοράς",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
@@ -510,9 +510,9 @@ final Map<String, String> el = {
|
|||||||
"Hello this is Captain": "Γεια σας, ο Οδηγός",
|
"Hello this is Captain": "Γεια σας, ο Οδηγός",
|
||||||
"Hello this is Driver": "Γεια σας, ο Οδηγός",
|
"Hello this is Driver": "Γεια σας, ο Οδηγός",
|
||||||
"Hello! I'm inviting you to try Intaleq.": "Γεια! Σε προσκαλώ να δοκιμάσεις το Intaleq.",
|
"Hello! I'm inviting you to try Intaleq.": "Γεια! Σε προσκαλώ να δοκιμάσεις το Intaleq.",
|
||||||
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Siro.",
|
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Intaleq.",
|
||||||
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
||||||
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Siro.",
|
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Intaleq.",
|
||||||
"Hello, I'm at the agreed-upon location": "Hello, I'm at the agreed-upon location",
|
"Hello, I'm at the agreed-upon location": "Hello, I'm at the agreed-upon location",
|
||||||
"Help Details": "Λεπτομέρειες Βοήθειας",
|
"Help Details": "Λεπτομέρειες Βοήθειας",
|
||||||
"Helping Center": "Κέντρο Βοήθειας",
|
"Helping Center": "Κέντρο Βοήθειας",
|
||||||
@@ -610,7 +610,7 @@ final Map<String, String> el = {
|
|||||||
"JOD": "€",
|
"JOD": "€",
|
||||||
"Join": "Συμμετοχή",
|
"Join": "Συμμετοχή",
|
||||||
"Join Intaleq as a driver using my referral code!": "Γίνε οδηγός στο Intaleq με τον κωδικό μου!",
|
"Join Intaleq as a driver using my referral code!": "Γίνε οδηγός στο Intaleq με τον κωδικό μου!",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Join a channel": "Join a channel",
|
"Join a channel": "Join a channel",
|
||||||
"Jordan": "Ιορδανία",
|
"Jordan": "Ιορδανία",
|
||||||
"KM": "Χλμ",
|
"KM": "Χλμ",
|
||||||
@@ -769,7 +769,7 @@ final Map<String, String> el = {
|
|||||||
"Order Cancelled": "Order Cancelled",
|
"Order Cancelled": "Order Cancelled",
|
||||||
"Order Cancelled by Passenger": "Ακύρωση από Επιβάτη",
|
"Order Cancelled by Passenger": "Ακύρωση από Επιβάτη",
|
||||||
"Order Details Intaleq": "Λεπτομέρειες",
|
"Order Details Intaleq": "Λεπτομέρειες",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "Ιστορικό Διαδρομών",
|
"Order History": "Ιστορικό Διαδρομών",
|
||||||
"Order Request Page": "Σελίδα Αιτήματος",
|
"Order Request Page": "Σελίδα Αιτήματος",
|
||||||
"Order Under Review": "Order Under Review",
|
"Order Under Review": "Order Under Review",
|
||||||
@@ -877,7 +877,7 @@ final Map<String, String> el = {
|
|||||||
"Please help! Contact me as soon as possible.": "Βοήθεια! Επικοινωνήστε άμεσα.",
|
"Please help! Contact me as soon as possible.": "Βοήθεια! Επικοινωνήστε άμεσα.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "Βεβαιωθείτε ότι δεν αφήσατε προσωπικά αντικείμενα στο αμάξι.",
|
"Please make sure not to leave any personal belongings in the car.": "Βεβαιωθείτε ότι δεν αφήσατε προσωπικά αντικείμενα στο αμάξι.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Βεβαιωθείτε ότι πήρατε τα πράγματά σας και ότι τυχόν ρέστα προστέθηκαν στο πορτοφόλι σας. Ευχαριστούμε που επιλέξατε το Intaleq.",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Βεβαιωθείτε ότι πήρατε τα πράγματά σας και ότι τυχόν ρέστα προστέθηκαν στο πορτοφόλι σας. Ευχαριστούμε που επιλέξατε το Intaleq.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please put your licence in these border": "Τοποθετήστε το δίπλωμα στο πλαίσιο",
|
"Please put your licence in these border": "Τοποθετήστε το δίπλωμα στο πλαίσιο",
|
||||||
"Please select a reason first": "Please select a reason first",
|
"Please select a reason first": "Please select a reason first",
|
||||||
@@ -1015,7 +1015,7 @@ final Map<String, String> el = {
|
|||||||
"Send Intaleq app to him": "Αποστολή εφαρμογής",
|
"Send Intaleq app to him": "Αποστολή εφαρμογής",
|
||||||
"Send Invite": "Αποστολή Πρόσκλησης",
|
"Send Invite": "Αποστολή Πρόσκλησης",
|
||||||
"Send SOS": "Send SOS",
|
"Send SOS": "Send SOS",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "Αποστολή Κωδικού",
|
"Send Verfication Code": "Αποστολή Κωδικού",
|
||||||
"Send Verification Code": "Αποστολή Κωδικού",
|
"Send Verification Code": "Αποστολή Κωδικού",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1057,29 +1057,29 @@ final Map<String, String> el = {
|
|||||||
"Sign in with Apple": "Sign in with Apple",
|
"Sign in with Apple": "Sign in with Apple",
|
||||||
"Sign in with Google for easier email and name entry": "Είσοδος με Google",
|
"Sign in with Google for easier email and name entry": "Είσοδος με Google",
|
||||||
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Ανοίξτε την εφαρμογή, εισάγετε προορισμό, πατήστε Αίτημα.",
|
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Ανοίξτε την εφαρμογή, εισάγετε προορισμό, πατήστε Αίτημα.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Passenger": "Siro Passenger",
|
"Siro Passenger": "Intaleq Passenger",
|
||||||
"Siro Support": "Siro Support",
|
"Siro Support": "Intaleq Support",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
||||||
"Sorry 😔": "Συγγνώμη 😔",
|
"Sorry 😔": "Συγγνώμη 😔",
|
||||||
"Sorry, there are no cars available of this type right now.": "Λυπούμαστε, αλλά δεν υπάρχουν διαθέσιμα αυτοκίνητα αυτού του τύπου αυτή τη στιγμή.",
|
"Sorry, there are no cars available of this type right now.": "Λυπούμαστε, αλλά δεν υπάρχουν διαθέσιμα αυτοκίνητα αυτού του τύπου αυτή τη στιγμή.",
|
||||||
@@ -1094,7 +1094,7 @@ final Map<String, String> el = {
|
|||||||
"Statistics": "Στατιστικά",
|
"Statistics": "Στατιστικά",
|
||||||
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
||||||
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Οδηγίες για αίτημα διαδρομής.",
|
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Οδηγίες για αίτημα διαδρομής.",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Submit": "Submit",
|
"Submit": "Submit",
|
||||||
"Submit ": "Υποβολή ",
|
"Submit ": "Υποβολή ",
|
||||||
@@ -1188,13 +1188,13 @@ final Map<String, String> el = {
|
|||||||
"To Work": "To Work",
|
"To Work": "To Work",
|
||||||
"To become a passenger, you must review and agree to the ": "Πρέπει να συμφωνήσετε με τους ",
|
"To become a passenger, you must review and agree to the ": "Πρέπει να συμφωνήσετε με τους ",
|
||||||
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "Ανεβάστε δίπλωμα, ταυτότητα, άδεια κυκλοφορίας. Έλεγχος σε 2-3 λεπτά.",
|
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "Ανεβάστε δίπλωμα, ταυτότητα, άδεια κυκλοφορίας. Έλεγχος σε 2-3 λεπτά.",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To change Language the App": "To change Language the App",
|
"To change Language the App": "To change Language the App",
|
||||||
"To change some Settings": "Αλλαγή Ρυθμίσεων",
|
"To change some Settings": "Αλλαγή Ρυθμίσεων",
|
||||||
"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.": "Επιλέξτε χώρα για ακριβείς πληροφορίες.",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Για την καλύτερη εμπειρία, χρειαζόμαστε την τοποθεσία σας για να βρούμε κοντινούς οδηγούς.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Για την καλύτερη εμπειρία, χρειαζόμαστε την τοποθεσία σας για να βρούμε κοντινούς οδηγούς.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "Επικοινωνήστε για εγγραφή.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "Επικοινωνήστε για εγγραφή.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "Φορτίστε το πορτοφόλι",
|
"To use Wallet charge it": "Φορτίστε το πορτοφόλι",
|
||||||
"Today's Promos": "Σημερινές Προσφορές",
|
"Today's Promos": "Σημερινές Προσφορές",
|
||||||
"Top up Balance": "Top up Balance",
|
"Top up Balance": "Top up Balance",
|
||||||
@@ -1283,7 +1283,7 @@ final Map<String, String> el = {
|
|||||||
"View your past transactions": "Δείτε τις προηγούμενες συναλλαγές",
|
"View your past transactions": "Δείτε τις προηγούμενες συναλλαγές",
|
||||||
"Visit Website/Contact Support": "Ιστοσελίδα/Υποστήριξη",
|
"Visit Website/Contact Support": "Ιστοσελίδα/Υποστήριξη",
|
||||||
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "Επισκεφτείτε την ιστοσελίδα ή επικοινωνήστε.",
|
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "Επισκεφτείτε την ιστοσελίδα ή επικοινωνήστε.",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Call": "Voice Call",
|
"Voice Call": "Voice Call",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for the trip to start first": "Wait for the trip to start first",
|
"Wait for the trip to start first": "Wait for the trip to start first",
|
||||||
@@ -1298,7 +1298,7 @@ final Map<String, String> el = {
|
|||||||
"Wallet!": "Πορτοφόλι!",
|
"Wallet!": "Πορτοφόλι!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Intaleqing detected!": "Προειδοποίηση: Υπερβολική ταχύτητα!",
|
"Warning: Intaleqing detected!": "Προειδοποίηση: Υπερβολική ταχύτητα!",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "Προειδοποίηση: Εντοπίστηκε υπερβολική ταχύτητα!",
|
"Warning: Speeding detected!": "Προειδοποίηση: Εντοπίστηκε υπερβολική ταχύτητα!",
|
||||||
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "Λυπούμαστε, κανένα όχημα στην περιοχή!",
|
"We Are Sorry That we dont have cars in your Location!": "Λυπούμαστε, κανένα όχημα στην περιοχή!",
|
||||||
@@ -1316,7 +1316,7 @@ final Map<String, String> el = {
|
|||||||
"We need your phone number to contact you and to help you receive orders.": "Χρειαζόμαστε το τηλέφωνο για λήψη παραγγελιών.",
|
"We need your phone number to contact you and to help you receive orders.": "Χρειαζόμαστε το τηλέφωνο για λήψη παραγγελιών.",
|
||||||
"We need your phone number to contact you and to help you.": "Χρειαζόμαστε το τηλέφωνο για επικοινωνία.",
|
"We need your phone number to contact you and to help you.": "Χρειαζόμαστε το τηλέφωνο για επικοινωνία.",
|
||||||
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "Υπερβολική ταχύτητα (>100 χλμ/ώ). Παρακαλώ επιβραδύνετε.",
|
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "Υπερβολική ταχύτητα (>100 χλμ/ώ). Παρακαλώ επιβραδύνετε.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
||||||
"We regret to inform you that another driver has accepted this order.": "Λυπούμαστε, ένας άλλος οδηγός αποδέχτηκε αυτό το αίτημα.",
|
"We regret to inform you that another driver has accepted this order.": "Λυπούμαστε, ένας άλλος οδηγός αποδέχτηκε αυτό το αίτημα.",
|
||||||
@@ -1331,10 +1331,10 @@ final Map<String, String> el = {
|
|||||||
"Welcome Back": "Welcome Back",
|
"Welcome Back": "Welcome Back",
|
||||||
"Welcome Back!": "Καλώς ήρθατε ξανά!",
|
"Welcome Back!": "Καλώς ήρθατε ξανά!",
|
||||||
"Welcome to Intaleq!": "Καλώς ήρθατε στο Intaleq!",
|
"Welcome to Intaleq!": "Καλώς ήρθατε στο Intaleq!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the requirements to become a driver?": "Απαιτήσεις οδηγού;",
|
"What are the requirements to become a driver?": "Απαιτήσεις οδηγού;",
|
||||||
"What safety measures does Intaleq offer?": "Μέτρα ασφαλείας;",
|
"What safety measures does Intaleq offer?": "Μέτρα ασφαλείας;",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "Τι οχήματα υπάρχουν;",
|
"What types of vehicles are available?": "Τι οχήματα υπάρχουν;",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "Εξαγωγή Τοποθεσίας WhatsApp",
|
"WhatsApp Location Extractor": "Εξαγωγή Τοποθεσίας WhatsApp",
|
||||||
@@ -1344,10 +1344,10 @@ final Map<String, String> el = {
|
|||||||
"Where to": "Πού πάτε;",
|
"Where to": "Πού πάτε;",
|
||||||
"Where you want go ": "Πού θέλετε να πάτε ",
|
"Where you want go ": "Πού θέλετε να πάτε ",
|
||||||
"Why Choose Intaleq?": "Γιατί Intaleq;",
|
"Why Choose Intaleq?": "Γιατί Intaleq;",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel?": "Why do you want to cancel?",
|
"Why do you want to cancel?": "Why do you want to cancel?",
|
||||||
"With Intaleq, you can get a ride to your destination in minutes.": "Βρείτε διαδρομή σε λεπτά.",
|
"With Intaleq, you can get a ride to your destination in minutes.": "Βρείτε διαδρομή σε λεπτά.",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Work": "Εργασία",
|
"Work": "Εργασία",
|
||||||
"Work & Contact": "Εργασία & Επικοινωνία",
|
"Work & Contact": "Εργασία & Επικοινωνία",
|
||||||
"Work Saved": "Work Saved",
|
"Work Saved": "Work Saved",
|
||||||
@@ -1361,7 +1361,7 @@ final Map<String, String> el = {
|
|||||||
"Year is": "Έτος:",
|
"Year is": "Έτος:",
|
||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Ναι, μπορείτε να ακυρώσετε τη διαδρομή σας υπό ορισμένες προϋποθέσεις (π.χ. πριν την ανάθεση οδηγού). Δείτε την πολιτική ακύρωσης του Intaleq για λεπτομέρειες.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Ναι, μπορείτε να ακυρώσετε τη διαδρομή σας υπό ορισμένες προϋποθέσεις (π.χ. πριν την ανάθεση οδηγού). Δείτε την πολιτική ακύρωσης του Intaleq για λεπτομέρειες.",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Ναι, μπορείτε να ακυρώσετε (ενδέχεται να υπάρξει χρέωση).",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Ναι, μπορείτε να ακυρώσετε (ενδέχεται να υπάρξει χρέωση).",
|
||||||
"You Are Stopped For this Day !": "Αποκλεισμός για σήμερα!",
|
"You Are Stopped For this Day !": "Αποκλεισμός για σήμερα!",
|
||||||
"You Can Cancel Trip And get Cost of Trip From": "Ακύρωση και λήψη κόστους από",
|
"You Can Cancel Trip And get Cost of Trip From": "Ακύρωση και λήψη κόστους από",
|
||||||
@@ -1397,7 +1397,7 @@ final Map<String, String> el = {
|
|||||||
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "Μετρητά ή Κάρτα.",
|
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "Μετρητά ή Κάρτα.",
|
||||||
"You can resend in": "Επαναποστολή σε",
|
"You can resend in": "Επαναποστολή σε",
|
||||||
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "Μοιραστείτε και κερδίστε.",
|
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "Μοιραστείτε και κερδίστε.",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
||||||
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
||||||
"You can't continue with us .\nYou should renew Driver license": "Πρέπει να ανανεώσετε το δίπλωμα",
|
"You can't continue with us .\nYou should renew Driver license": "Πρέπει να ανανεώσετε το δίπλωμα",
|
||||||
@@ -1684,7 +1684,7 @@ final Map<String, String> el = {
|
|||||||
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
||||||
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
||||||
"welcome to intaleq": "Καλώς ήρθατε στο Intaleq",
|
"welcome to intaleq": "Καλώς ήρθατε στο Intaleq",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "Καλώς ήρθες, @firstName!",
|
"welcome user": "Καλώς ήρθες, @firstName!",
|
||||||
"welcome_message": "Καλώς ήρθατε στο Intaleq!",
|
"welcome_message": "Καλώς ήρθατε στο Intaleq!",
|
||||||
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
||||||
@@ -1704,7 +1704,7 @@ final Map<String, String> el = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you will pay to Driver": "Θα πληρώσετε στον Οδηγό",
|
"you will pay to Driver": "Θα πληρώσετε στον Οδηγό",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "Θα πληρώσετε για τον χρόνο του οδηγού, δείτε το Πορτοφόλι Intaleq",
|
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "Θα πληρώσετε για τον χρόνο του οδηγού, δείτε το Πορτοφόλι Intaleq",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"your ride is Accepted": "Η διαδρομή έγινε δεκτή",
|
"your ride is Accepted": "Η διαδρομή έγινε δεκτή",
|
||||||
"your ride is applied": "η διαδρομή καταχωρήθηκε",
|
"your ride is applied": "η διαδρομή καταχωρήθηκε",
|
||||||
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ final Map<String, String> es = {
|
|||||||
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "Un viaje con reserva previa, que te permite elegir a los mejores capitanes y coches.",
|
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "Un viaje con reserva previa, que te permite elegir a los mejores capitanes y coches.",
|
||||||
"AI Page": "Página de IA",
|
"AI Page": "Página de IA",
|
||||||
"About Intaleq": "About Intaleq",
|
"About Intaleq": "About Intaleq",
|
||||||
"About Siro": "About Siro",
|
"About Siro": "About Intaleq",
|
||||||
"About Us": "Sobre nosotros",
|
"About Us": "Sobre nosotros",
|
||||||
"Accept": "Accept",
|
"Accept": "Accept",
|
||||||
"Accept Order": "Aceptar pedido",
|
"Accept Order": "Aceptar pedido",
|
||||||
@@ -304,7 +304,7 @@ final Map<String, String> es = {
|
|||||||
"Date of Birth is": "La fecha de nacimiento es",
|
"Date of Birth is": "La fecha de nacimiento es",
|
||||||
"Date of Birth: ": "Fecha de nacimiento: ",
|
"Date of Birth: ": "Fecha de nacimiento: ",
|
||||||
"Days": "Días",
|
"Days": "Días",
|
||||||
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,",
|
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Intaleq ,",
|
||||||
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Estimado ,\n\n 🚀 ¡Acabo de comenzar un viaje emocionante y me gustaría compartir los detalles de mi trayecto y mi ubicación actual contigo en tiempo real! Por favor, descarga la aplicación Intaleq. Te permitirá ver los detalles de mi viaje y mi última ubicación.\n\n 👉 Enlace de descarga: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n ¡Espero mantenerte cerca durante mi aventura!\n\n Intaleq ,",
|
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Estimado ,\n\n 🚀 ¡Acabo de comenzar un viaje emocionante y me gustaría compartir los detalles de mi trayecto y mi ubicación actual contigo en tiempo real! Por favor, descarga la aplicación Intaleq. Te permitirá ver los detalles de mi viaje y mi última ubicación.\n\n 👉 Enlace de descarga: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n ¡Espero mantenerte cerca durante mi aventura!\n\n Intaleq ,",
|
||||||
"Decline": "Decline",
|
"Decline": "Decline",
|
||||||
"Delete": "Delete",
|
"Delete": "Delete",
|
||||||
@@ -345,8 +345,8 @@ final Map<String, String> es = {
|
|||||||
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
||||||
"Download the Intaleq Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
"Download the Intaleq Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Intaleq app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
"Download the Intaleq app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "Descarga la aplicación ahora:",
|
"Download the app now:": "Descarga la aplicación ahora:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "Conductor",
|
"Driver": "Conductor",
|
||||||
@@ -433,7 +433,7 @@ final Map<String, String> es = {
|
|||||||
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
||||||
"Evening": "Tarde",
|
"Evening": "Tarde",
|
||||||
"Exclusive offers and discounts always with the Intaleq app": "Ofertas exclusivas y descuentos siempre con la aplicación Intaleq",
|
"Exclusive offers and discounts always with the Intaleq app": "Ofertas exclusivas y descuentos siempre con la aplicación Intaleq",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Expiration Date": "Fecha de vencimiento",
|
"Expiration Date": "Fecha de vencimiento",
|
||||||
"Expiration Date ": "Fecha de vencimiento ",
|
"Expiration Date ": "Fecha de vencimiento ",
|
||||||
"Expiry Date": "Fecha de vencimiento",
|
"Expiry Date": "Fecha de vencimiento",
|
||||||
@@ -468,8 +468,8 @@ final Map<String, String> es = {
|
|||||||
"For Drivers": "Para conductores",
|
"For Drivers": "Para conductores",
|
||||||
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Para viajes de velocidad y entrega, el precio se calcula dinámicamente. Para viajes de confort, el precio se basa en el tiempo y la distancia.",
|
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Para viajes de velocidad y entrega, el precio se calcula dinámicamente. Para viajes de confort, el precio se basa en el tiempo y la distancia.",
|
||||||
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Para viajes de velocidad y scooter, el precio se calcula dinámicamente. Para viajes de confort, el precio se basa en el tiempo y la distancia.",
|
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Para viajes de velocidad y scooter, el precio se calcula dinámicamente. Para viajes de confort, el precio se basa en el tiempo y la distancia.",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For official inquiries": "For official inquiries",
|
"For official inquiries": "For official inquiries",
|
||||||
"Found another transport": "Encontré otro transporte",
|
"Found another transport": "Encontré otro transporte",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
@@ -510,9 +510,9 @@ final Map<String, String> es = {
|
|||||||
"Hello this is Captain": "Hola, este es el capitán",
|
"Hello this is Captain": "Hola, este es el capitán",
|
||||||
"Hello this is Driver": "Hola, este es el conductor",
|
"Hello this is Driver": "Hola, este es el conductor",
|
||||||
"Hello! I'm inviting you to try Intaleq.": "¡Hola! Te invito a probar Intaleq.",
|
"Hello! I'm inviting you to try Intaleq.": "¡Hola! Te invito a probar Intaleq.",
|
||||||
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Siro.",
|
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Intaleq.",
|
||||||
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
||||||
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Siro.",
|
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Intaleq.",
|
||||||
"Hello, I'm at the agreed-upon location": "Hola, estoy en la ubicación acordada",
|
"Hello, I'm at the agreed-upon location": "Hola, estoy en la ubicación acordada",
|
||||||
"Help Details": "Detalles de ayuda",
|
"Help Details": "Detalles de ayuda",
|
||||||
"Helping Center": "Centro de ayuda",
|
"Helping Center": "Centro de ayuda",
|
||||||
@@ -610,7 +610,7 @@ final Map<String, String> es = {
|
|||||||
"JOD": "JOD",
|
"JOD": "JOD",
|
||||||
"Join": "Unirse",
|
"Join": "Unirse",
|
||||||
"Join Intaleq as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
"Join Intaleq as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Join a channel": "Join a channel",
|
"Join a channel": "Join a channel",
|
||||||
"Jordan": "Jordania",
|
"Jordan": "Jordania",
|
||||||
"KM": "KM",
|
"KM": "KM",
|
||||||
@@ -769,7 +769,7 @@ final Map<String, String> es = {
|
|||||||
"Order Cancelled": "Pedido cancelado",
|
"Order Cancelled": "Pedido cancelado",
|
||||||
"Order Cancelled by Passenger": "Pedido cancelado por el pasajero",
|
"Order Cancelled by Passenger": "Pedido cancelado por el pasajero",
|
||||||
"Order Details Intaleq": "Detalles del pedido Velocidad",
|
"Order Details Intaleq": "Detalles del pedido Velocidad",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "Historial de pedidos",
|
"Order History": "Historial de pedidos",
|
||||||
"Order Request Page": "Página de solicitud de pedido",
|
"Order Request Page": "Página de solicitud de pedido",
|
||||||
"Order Under Review": "Pedido en revisión",
|
"Order Under Review": "Pedido en revisión",
|
||||||
@@ -877,7 +877,7 @@ final Map<String, String> es = {
|
|||||||
"Please help! Contact me as soon as possible.": "¡Por favor, ayuda! Contáctame lo antes posible.",
|
"Please help! Contact me as soon as possible.": "¡Por favor, ayuda! Contáctame lo antes posible.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "Please make sure not to leave any personal belongings in the car.",
|
"Please make sure not to leave any personal belongings in the car.": "Please make sure not to leave any personal belongings in the car.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Por favor, asegúrate de tener todas tus pertenencias personales y que cualquier tarifa restante, si corresponde, se haya añadido a tu billetera antes de salir. Gracias por elegir la aplicación Intaleq",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Por favor, asegúrate de tener todas tus pertenencias personales y que cualquier tarifa restante, si corresponde, se haya añadido a tu billetera antes de salir. Gracias por elegir la aplicación Intaleq",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please put your licence in these border": "Por favor, coloca tu licencia en este marco",
|
"Please put your licence in these border": "Por favor, coloca tu licencia en este marco",
|
||||||
"Please select a reason first": "Please select a reason first",
|
"Please select a reason first": "Please select a reason first",
|
||||||
@@ -1015,7 +1015,7 @@ final Map<String, String> es = {
|
|||||||
"Send Intaleq app to him": "Enviarle la aplicación Intaleq",
|
"Send Intaleq app to him": "Enviarle la aplicación Intaleq",
|
||||||
"Send Invite": "Enviar invitación",
|
"Send Invite": "Enviar invitación",
|
||||||
"Send SOS": "Send SOS",
|
"Send SOS": "Send SOS",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "Enviar código de verificación",
|
"Send Verfication Code": "Enviar código de verificación",
|
||||||
"Send Verification Code": "Enviar código de verificación",
|
"Send Verification Code": "Enviar código de verificación",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1057,29 +1057,29 @@ final Map<String, String> es = {
|
|||||||
"Sign in with Apple": "Iniciar sesión con Apple",
|
"Sign in with Apple": "Iniciar sesión con Apple",
|
||||||
"Sign in with Google for easier email and name entry": "Inicia sesión con Google para ingresar el correo electrónico y el nombre más fácilmente",
|
"Sign in with Google for easier email and name entry": "Inicia sesión con Google para ingresar el correo electrónico y el nombre más fácilmente",
|
||||||
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simplemente abre la aplicación Intaleq, ingresa tu destino y toca \"Solicitar viaje\". La aplicación te conectará con un conductor cercano.",
|
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simplemente abre la aplicación Intaleq, ingresa tu destino y toca \"Solicitar viaje\". La aplicación te conectará con un conductor cercano.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Passenger": "Siro Passenger",
|
"Siro Passenger": "Intaleq Passenger",
|
||||||
"Siro Support": "Siro Support",
|
"Siro Support": "Intaleq Support",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
||||||
"Sorry 😔": "Lo sentimos 😔",
|
"Sorry 😔": "Lo sentimos 😔",
|
||||||
"Sorry, there are no cars available of this type right now.": "Lo sentimos, no hay coches de este tipo disponibles en este momento.",
|
"Sorry, there are no cars available of this type right now.": "Lo sentimos, no hay coches de este tipo disponibles en este momento.",
|
||||||
@@ -1094,7 +1094,7 @@ final Map<String, String> es = {
|
|||||||
"Statistics": "Estadísticas",
|
"Statistics": "Estadísticas",
|
||||||
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
||||||
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Instrucciones paso a paso sobre cómo solicitar un viaje a través de la aplicación Intaleq.",
|
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Instrucciones paso a paso sobre cómo solicitar un viaje a través de la aplicación Intaleq.",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Submit": "Enviar",
|
"Submit": "Enviar",
|
||||||
"Submit ": "Enviar ",
|
"Submit ": "Enviar ",
|
||||||
@@ -1188,13 +1188,13 @@ final Map<String, String> es = {
|
|||||||
"To Work": "Al trabajo",
|
"To Work": "Al trabajo",
|
||||||
"To become a passenger, you must review and agree to the ": "Para ser pasajero, debe revisar y aceptar los ",
|
"To become a passenger, you must review and agree to the ": "Para ser pasajero, debe revisar y aceptar los ",
|
||||||
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "Para convertirte en un conductor de viajes compartidos en la aplicación Intaleq, debes subir tu licencia de conducir, documento de identidad y documento de registro del coche. Nuestro sistema de IA revisará y verificará su autenticidad en solo 2-3 minutos. Si tus documentos son aprobados, puedes comenzar a trabajar como conductor en la aplicación Intaleq. Ten en cuenta que enviar documentos fraudulentos es un delito grave y puede resultar en la terminación inmediata y consecuencias legales.",
|
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "Para convertirte en un conductor de viajes compartidos en la aplicación Intaleq, debes subir tu licencia de conducir, documento de identidad y documento de registro del coche. Nuestro sistema de IA revisará y verificará su autenticidad en solo 2-3 minutos. Si tus documentos son aprobados, puedes comenzar a trabajar como conductor en la aplicación Intaleq. Ten en cuenta que enviar documentos fraudulentos es un delito grave y puede resultar en la terminación inmediata y consecuencias legales.",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To change Language the App": "Para cambiar el idioma de la aplicación",
|
"To change Language the App": "Para cambiar el idioma de la aplicación",
|
||||||
"To change some Settings": "Para cambiar algunas configuraciones",
|
"To change some Settings": "Para cambiar algunas configuraciones",
|
||||||
"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.": "Para asegurarte de recibir la información más precisa para tu ubicación, por favor selecciona tu país a continuación. Esto ayudará a personalizar la experiencia de la aplicación y el contenido para tu país.",
|
"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.": "Para asegurarte de recibir la información más precisa para tu ubicación, por favor selecciona tu país a continuación. Esto ayudará a personalizar la experiencia de la aplicación y el contenido para tu país.",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Para brindarle la mejor experiencia, necesitamos saber dónde se encuentra. Su ubicación se utiliza para encontrar capitanes cercanos y para las recogidas.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Para brindarle la mejor experiencia, necesitamos saber dónde se encuentra. Su ubicación se utiliza para encontrar capitanes cercanos y para las recogidas.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "Para registrarte como conductor o conocer los requisitos, visita nuestro sitio web o contacta directamente al soporte de Intaleq.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "Para registrarte como conductor o conocer los requisitos, visita nuestro sitio web o contacta directamente al soporte de Intaleq.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "Para usar la billetera, cárgala",
|
"To use Wallet charge it": "Para usar la billetera, cárgala",
|
||||||
"Today's Promos": "Promos de hoy",
|
"Today's Promos": "Promos de hoy",
|
||||||
"Top up Balance": "Top up Balance",
|
"Top up Balance": "Top up Balance",
|
||||||
@@ -1283,7 +1283,7 @@ final Map<String, String> es = {
|
|||||||
"View your past transactions": "View your past transactions",
|
"View your past transactions": "View your past transactions",
|
||||||
"Visit Website/Contact Support": "Visita el sitio web/Contacta al soporte",
|
"Visit Website/Contact Support": "Visita el sitio web/Contacta al soporte",
|
||||||
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "Visita nuestro sitio web o contacta al soporte de Intaleq para obtener información sobre el registro y los requisitos del conductor.",
|
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "Visita nuestro sitio web o contacta al soporte de Intaleq para obtener información sobre el registro y los requisitos del conductor.",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Call": "Voice Call",
|
"Voice Call": "Voice Call",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for the trip to start first": "Wait for the trip to start first",
|
"Wait for the trip to start first": "Wait for the trip to start first",
|
||||||
@@ -1298,7 +1298,7 @@ final Map<String, String> es = {
|
|||||||
"Wallet!": "¡Billetera!",
|
"Wallet!": "¡Billetera!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Intaleqing detected!": "¡Advertencia: Se detectó exceso de velocidad!",
|
"Warning: Intaleqing detected!": "¡Advertencia: Se detectó exceso de velocidad!",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "Warning: Speeding detected!",
|
"Warning: Speeding detected!": "Warning: Speeding detected!",
|
||||||
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "¡Lamentamos no tener coches en tu ubicación!",
|
"We Are Sorry That we dont have cars in your Location!": "¡Lamentamos no tener coches en tu ubicación!",
|
||||||
@@ -1316,7 +1316,7 @@ final Map<String, String> es = {
|
|||||||
"We need your phone number to contact you and to help you receive orders.": "Necesitamos tu número de teléfono para contactarte y ayudarte a recibir pedidos.",
|
"We need your phone number to contact you and to help you receive orders.": "Necesitamos tu número de teléfono para contactarte y ayudarte a recibir pedidos.",
|
||||||
"We need your phone number to contact you and to help you.": "Necesitamos tu número de teléfono para contactarte y ayudarte.",
|
"We need your phone number to contact you and to help you.": "Necesitamos tu número de teléfono para contactarte y ayudarte.",
|
||||||
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "Notamos que la velocidad supera los 100 km/h. Por favor, reduce la velocidad por tu seguridad. Si te sientes inseguro, puedes compartir los detalles de tu viaje con un contacto o llamar a la policía usando el botón rojo de SOS.",
|
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "Notamos que la velocidad supera los 100 km/h. Por favor, reduce la velocidad por tu seguridad. Si te sientes inseguro, puedes compartir los detalles de tu viaje con un contacto o llamar a la policía usando el botón rojo de SOS.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
||||||
"We regret to inform you that another driver has accepted this order.": "Lamentamos informarte que otro conductor ha aceptado este pedido.",
|
"We regret to inform you that another driver has accepted this order.": "Lamentamos informarte que otro conductor ha aceptado este pedido.",
|
||||||
@@ -1331,10 +1331,10 @@ final Map<String, String> es = {
|
|||||||
"Welcome Back": "Welcome Back",
|
"Welcome Back": "Welcome Back",
|
||||||
"Welcome Back!": "¡Bienvenido de nuevo!",
|
"Welcome Back!": "¡Bienvenido de nuevo!",
|
||||||
"Welcome to Intaleq!": "¡Bienvenido a Intaleq!",
|
"Welcome to Intaleq!": "¡Bienvenido a Intaleq!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the requirements to become a driver?": "¿Cuáles son los requisitos para convertirse en conductor?",
|
"What are the requirements to become a driver?": "¿Cuáles son los requisitos para convertirse en conductor?",
|
||||||
"What safety measures does Intaleq offer?": "¿Qué medidas de seguridad ofrece Intaleq?",
|
"What safety measures does Intaleq offer?": "¿Qué medidas de seguridad ofrece Intaleq?",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "¿Qué tipos de vehículos están disponibles?",
|
"What types of vehicles are available?": "¿Qué tipos de vehículos están disponibles?",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "Extractor de ubicación de WhatsApp",
|
"WhatsApp Location Extractor": "Extractor de ubicación de WhatsApp",
|
||||||
@@ -1344,10 +1344,10 @@ final Map<String, String> es = {
|
|||||||
"Where to": "A dónde",
|
"Where to": "A dónde",
|
||||||
"Where you want go ": "A dónde quieres ir ",
|
"Where you want go ": "A dónde quieres ir ",
|
||||||
"Why Choose Intaleq?": "¿Por qué elegir Intaleq?",
|
"Why Choose Intaleq?": "¿Por qué elegir Intaleq?",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel?": "Why do you want to cancel?",
|
"Why do you want to cancel?": "Why do you want to cancel?",
|
||||||
"With Intaleq, you can get a ride to your destination in minutes.": "Con Intaleq, puedes llegar a tu destino en minutos.",
|
"With Intaleq, you can get a ride to your destination in minutes.": "Con Intaleq, puedes llegar a tu destino en minutos.",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Work": "Trabajo",
|
"Work": "Trabajo",
|
||||||
"Work & Contact": "Trabajo y contacto",
|
"Work & Contact": "Trabajo y contacto",
|
||||||
"Work Saved": "Trabajo guardado",
|
"Work Saved": "Trabajo guardado",
|
||||||
@@ -1361,7 +1361,7 @@ final Map<String, String> es = {
|
|||||||
"Year is": "El año es",
|
"Year is": "El año es",
|
||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Sí, puedes cancelar tu viaje bajo ciertas condiciones (por ejemplo, antes de que se asigne un conductor). Consulta la política de cancelación de Intaleq para más detalles.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Sí, puedes cancelar tu viaje bajo ciertas condiciones (por ejemplo, antes de que se asigne un conductor). Consulta la política de cancelación de Intaleq para más detalles.",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Sí, puedes cancelar tu viaje, pero ten en cuenta que pueden aplicarse tarifas de cancelación dependiendo de cuánto tiempo antes canceles.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Sí, puedes cancelar tu viaje, pero ten en cuenta que pueden aplicarse tarifas de cancelación dependiendo de cuánto tiempo antes canceles.",
|
||||||
"You Are Stopped For this Day !": "¡Estás detenido por este día!",
|
"You Are Stopped For this Day !": "¡Estás detenido por este día!",
|
||||||
"You Can Cancel Trip And get Cost of Trip From": "Puedes cancelar el viaje y obtener el costo del viaje de",
|
"You Can Cancel Trip And get Cost of Trip From": "Puedes cancelar el viaje y obtener el costo del viaje de",
|
||||||
@@ -1397,7 +1397,7 @@ final Map<String, String> es = {
|
|||||||
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "Puedes pagar tu viaje en efectivo o con tarjeta de crédito/débito. Puedes seleccionar tu método de pago preferido antes de confirmar tu viaje.",
|
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "Puedes pagar tu viaje en efectivo o con tarjeta de crédito/débito. Puedes seleccionar tu método de pago preferido antes de confirmar tu viaje.",
|
||||||
"You can resend in": "Puedes reenviar en",
|
"You can resend in": "Puedes reenviar en",
|
||||||
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "Puedes compartir la aplicación Intaleq con tus amigos y ganar recompensas por los viajes que hagan usando tu código",
|
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "Puedes compartir la aplicación Intaleq con tus amigos y ganar recompensas por los viajes que hagan usando tu código",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "Puedes aumentar el precio para que el conductor acepte tu pedido",
|
"You can upgrade price to may driver accept your order": "Puedes aumentar el precio para que el conductor acepte tu pedido",
|
||||||
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
||||||
"You can't continue with us .\nYou should renew Driver license": "No puedes continuar con nosotros.\nDeberías renovar tu licencia de conducir",
|
"You can't continue with us .\nYou should renew Driver license": "No puedes continuar con nosotros.\nDeberías renovar tu licencia de conducir",
|
||||||
@@ -1684,7 +1684,7 @@ final Map<String, String> es = {
|
|||||||
"wallet due to a previous trip.": "billetera debido a un viaje anterior.",
|
"wallet due to a previous trip.": "billetera debido a un viaje anterior.",
|
||||||
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
||||||
"welcome to intaleq": "Bienvenido a Intaleq",
|
"welcome to intaleq": "Bienvenido a Intaleq",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "Bienvenido",
|
"welcome user": "Bienvenido",
|
||||||
"welcome_message": "Bienvenido a Intaleq!",
|
"welcome_message": "Bienvenido a Intaleq!",
|
||||||
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
||||||
@@ -1704,7 +1704,7 @@ final Map<String, String> es = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you will pay to Driver": "pagarás al conductor",
|
"you will pay to Driver": "pagarás al conductor",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "pagarás al conductor, pagarás el costo del tiempo del conductor, revisa tu billetera Intaleq",
|
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "pagarás al conductor, pagarás el costo del tiempo del conductor, revisa tu billetera Intaleq",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"your ride is Accepted": "tu viaje ha sido aceptado",
|
"your ride is Accepted": "tu viaje ha sido aceptado",
|
||||||
"your ride is applied": "tu viaje ha sido aplicado",
|
"your ride is applied": "tu viaje ha sido aplicado",
|
||||||
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ final Map<String, String> fa = {
|
|||||||
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "سفری با رزرو قبلی، که به شما امکان انتخاب بهترین سفیران و خودروها را میدهد.",
|
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "سفری با رزرو قبلی، که به شما امکان انتخاب بهترین سفیران و خودروها را میدهد.",
|
||||||
"AI Page": "صفحه هوش مصنوعی",
|
"AI Page": "صفحه هوش مصنوعی",
|
||||||
"About Intaleq": "درباره انطلق",
|
"About Intaleq": "درباره انطلق",
|
||||||
"About Siro": "About Siro",
|
"About Siro": "About Intaleq",
|
||||||
"About Us": "درباره ما",
|
"About Us": "درباره ما",
|
||||||
"Accept": "Accept",
|
"Accept": "Accept",
|
||||||
"Accept Order": "پذیرش سفارش",
|
"Accept Order": "پذیرش سفارش",
|
||||||
@@ -304,7 +304,7 @@ final Map<String, String> fa = {
|
|||||||
"Date of Birth is": "تاریخ تولد:",
|
"Date of Birth is": "تاریخ تولد:",
|
||||||
"Date of Birth: ": "تاریخ تولد: ",
|
"Date of Birth: ": "تاریخ تولد: ",
|
||||||
"Days": "روزها",
|
"Days": "روزها",
|
||||||
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,",
|
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Intaleq ,",
|
||||||
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
||||||
"Decline": "Decline",
|
"Decline": "Decline",
|
||||||
"Delete": "Delete",
|
"Delete": "Delete",
|
||||||
@@ -345,8 +345,8 @@ final Map<String, String> fa = {
|
|||||||
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
||||||
"Download the Intaleq Driver app now and earn rewards!": "اپلیکیشن رانندگان Intaleq را دانلود کنید و پاداش بگیرید!",
|
"Download the Intaleq Driver app now and earn rewards!": "اپلیکیشن رانندگان Intaleq را دانلود کنید و پاداش بگیرید!",
|
||||||
"Download the Intaleq app now and enjoy your ride!": "اپلیکیشن Intaleq را دانلود کنید و از سفر خود لذت ببرید!",
|
"Download the Intaleq app now and enjoy your ride!": "اپلیکیشن Intaleq را دانلود کنید و از سفر خود لذت ببرید!",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "اپلیکیشن را دانلود کنید:",
|
"Download the app now:": "اپلیکیشن را دانلود کنید:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "راننده",
|
"Driver": "راننده",
|
||||||
@@ -433,7 +433,7 @@ final Map<String, String> fa = {
|
|||||||
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
||||||
"Evening": "عصر",
|
"Evening": "عصر",
|
||||||
"Exclusive offers and discounts always with the Intaleq app": "تخفیفهای ویژه همیشه با Intaleq",
|
"Exclusive offers and discounts always with the Intaleq app": "تخفیفهای ویژه همیشه با Intaleq",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Expiration Date": "تاریخ انقضا",
|
"Expiration Date": "تاریخ انقضا",
|
||||||
"Expiration Date ": "تاریخ انقضا: ",
|
"Expiration Date ": "تاریخ انقضا: ",
|
||||||
"Expiry Date": "تاریخ انقضا",
|
"Expiry Date": "تاریخ انقضا",
|
||||||
@@ -468,8 +468,8 @@ final Map<String, String> fa = {
|
|||||||
"For Drivers": "برای رانندگان",
|
"For Drivers": "برای رانندگان",
|
||||||
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "قیمتگذاری پویا برای Intaleq و اسکوتر. زمانی و مسافتی برای Comfort.",
|
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "قیمتگذاری پویا برای Intaleq و اسکوتر. زمانی و مسافتی برای Comfort.",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For official inquiries": "برای استعلامهای رسمی",
|
"For official inquiries": "برای استعلامهای رسمی",
|
||||||
"Found another transport": "وسیله نقلیه دیگری پیدا کردم",
|
"Found another transport": "وسیله نقلیه دیگری پیدا کردم",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
@@ -510,9 +510,9 @@ final Map<String, String> fa = {
|
|||||||
"Hello this is Captain": "سلام، من سفیر هستم",
|
"Hello this is Captain": "سلام، من سفیر هستم",
|
||||||
"Hello this is Driver": "سلام من راننده هستم",
|
"Hello this is Driver": "سلام من راننده هستم",
|
||||||
"Hello! I'm inviting you to try Intaleq.": "سلام! شما را به امتحان کردن Intaleq دعوت میکنم.",
|
"Hello! I'm inviting you to try Intaleq.": "سلام! شما را به امتحان کردن Intaleq دعوت میکنم.",
|
||||||
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Siro.",
|
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Intaleq.",
|
||||||
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
||||||
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Siro.",
|
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Intaleq.",
|
||||||
"Hello, I'm at the agreed-upon location": "Hello, I'm at the agreed-upon location",
|
"Hello, I'm at the agreed-upon location": "Hello, I'm at the agreed-upon location",
|
||||||
"Help Details": "جزئیات راهنما",
|
"Help Details": "جزئیات راهنما",
|
||||||
"Helping Center": "مرکز راهنما",
|
"Helping Center": "مرکز راهنما",
|
||||||
@@ -610,7 +610,7 @@ final Map<String, String> fa = {
|
|||||||
"JOD": "تومان",
|
"JOD": "تومان",
|
||||||
"Join": "پیوستن",
|
"Join": "پیوستن",
|
||||||
"Join Intaleq as a driver using my referral code!": "با کد معرف من به عنوان راننده به Intaleq بپیوندید!",
|
"Join Intaleq as a driver using my referral code!": "با کد معرف من به عنوان راننده به Intaleq بپیوندید!",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Join a channel": "Join a channel",
|
"Join a channel": "Join a channel",
|
||||||
"Jordan": "اردن",
|
"Jordan": "اردن",
|
||||||
"KM": "کیلومتر",
|
"KM": "کیلومتر",
|
||||||
@@ -769,7 +769,7 @@ final Map<String, String> fa = {
|
|||||||
"Order Cancelled": "Order Cancelled",
|
"Order Cancelled": "Order Cancelled",
|
||||||
"Order Cancelled by Passenger": "لغو توسط مسافر",
|
"Order Cancelled by Passenger": "لغو توسط مسافر",
|
||||||
"Order Details Intaleq": "جزئیات سفارش Intaleq",
|
"Order Details Intaleq": "جزئیات سفارش Intaleq",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "تاریخچه سفارشها",
|
"Order History": "تاریخچه سفارشها",
|
||||||
"Order Request Page": "صفحه درخواست سفر",
|
"Order Request Page": "صفحه درخواست سفر",
|
||||||
"Order Under Review": "Order Under Review",
|
"Order Under Review": "Order Under Review",
|
||||||
@@ -877,7 +877,7 @@ final Map<String, String> fa = {
|
|||||||
"Please help! Contact me as soon as possible.": "کمک! سریعاً تماس بگیرید.",
|
"Please help! Contact me as soon as possible.": "کمک! سریعاً تماس بگیرید.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "لطفاً مطمئن شوید هیچ وسیله شخصی در خودرو جا نماند.",
|
"Please make sure not to leave any personal belongings in the car.": "لطفاً مطمئن شوید هیچ وسیله شخصی در خودرو جا نماند.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "لطفاً مطمئن شوید که تمام وسایل شخصی خود را برداشتهاید و باقیمانده کرایه به کیف پول شما اضافه شده است. از انتخاب اپلیکیشن Intaleq متشکریم.",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "لطفاً مطمئن شوید که تمام وسایل شخصی خود را برداشتهاید و باقیمانده کرایه به کیف پول شما اضافه شده است. از انتخاب اپلیکیشن Intaleq متشکریم.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please put your licence in these border": "گواهینامه را در کادر قرار دهید",
|
"Please put your licence in these border": "گواهینامه را در کادر قرار دهید",
|
||||||
"Please select a reason first": "Please select a reason first",
|
"Please select a reason first": "Please select a reason first",
|
||||||
@@ -1015,7 +1015,7 @@ final Map<String, String> fa = {
|
|||||||
"Send Intaleq app to him": "ارسال برنامه Intaleq برای او",
|
"Send Intaleq app to him": "ارسال برنامه Intaleq برای او",
|
||||||
"Send Invite": "ارسال دعوتنامه",
|
"Send Invite": "ارسال دعوتنامه",
|
||||||
"Send SOS": "Send SOS",
|
"Send SOS": "Send SOS",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "ارسال کد تأیید",
|
"Send Verfication Code": "ارسال کد تأیید",
|
||||||
"Send Verification Code": "ارسال کد تأیید",
|
"Send Verification Code": "ارسال کد تأیید",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1057,29 +1057,29 @@ final Map<String, String> fa = {
|
|||||||
"Sign in with Apple": "Sign in with Apple",
|
"Sign in with Apple": "Sign in with Apple",
|
||||||
"Sign in with Google for easier email and name entry": "ورود با گوگل برای سهولت",
|
"Sign in with Google for easier email and name entry": "ورود با گوگل برای سهولت",
|
||||||
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "اپلیکیشن را باز کنید، مقصد را وارد کنید و درخواست خودرو دهید.",
|
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "اپلیکیشن را باز کنید، مقصد را وارد کنید و درخواست خودرو دهید.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Passenger": "Siro Passenger",
|
"Siro Passenger": "Intaleq Passenger",
|
||||||
"Siro Support": "Siro Support",
|
"Siro Support": "Intaleq Support",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
||||||
"Sorry 😔": "متأسفیم 😔",
|
"Sorry 😔": "متأسفیم 😔",
|
||||||
"Sorry, there are no cars available of this type right now.": "متأسفیم، در حال حاضر خودرویی از این نوع در دسترس نیست.",
|
"Sorry, there are no cars available of this type right now.": "متأسفیم، در حال حاضر خودرویی از این نوع در دسترس نیست.",
|
||||||
@@ -1094,7 +1094,7 @@ final Map<String, String> fa = {
|
|||||||
"Statistics": "آمار",
|
"Statistics": "آمار",
|
||||||
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
||||||
"Step-by-step instructions on how to request a ride through the Intaleq app.": "دستورالعملهای گامبهگام برای درخواست سفر.",
|
"Step-by-step instructions on how to request a ride through the Intaleq app.": "دستورالعملهای گامبهگام برای درخواست سفر.",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Submit": "Submit",
|
"Submit": "Submit",
|
||||||
"Submit ": "ارسال ",
|
"Submit ": "ارسال ",
|
||||||
@@ -1188,13 +1188,13 @@ final Map<String, String> fa = {
|
|||||||
"To Work": "To Work",
|
"To Work": "To Work",
|
||||||
"To become a passenger, you must review and agree to the ": "برای مسافر شدن، باید بررسی کنید و موافقت کنید با ",
|
"To become a passenger, you must review and agree to the ": "برای مسافر شدن، باید بررسی کنید و موافقت کنید با ",
|
||||||
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "برای راننده شدن باید مدارک خود را آپلود کنید. هوش مصنوعی ما در ۲-۳ دقیقه بررسی میکند.",
|
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "برای راننده شدن باید مدارک خود را آپلود کنید. هوش مصنوعی ما در ۲-۳ دقیقه بررسی میکند.",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To change Language the App": "To change Language the App",
|
"To change Language the App": "To change Language the App",
|
||||||
"To change some Settings": "برای تغییر برخی تنظیمات",
|
"To change some Settings": "برای تغییر برخی تنظیمات",
|
||||||
"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.": "لطفاً کشور خود را انتخاب کنید تا اطلاعات دقیق دریافت کنید.",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "برای ارائه بهترین خدمات، باید بدانیم کجا هستید. موقعیت شما برای یافتن رانندگان نزدیک استفاده میشود.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "برای ارائه بهترین خدمات، باید بدانیم کجا هستید. موقعیت شما برای یافتن رانندگان نزدیک استفاده میشود.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "برای ثبت نام راننده به سایت مراجعه کنید.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "برای ثبت نام راننده به سایت مراجعه کنید.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "برای استفاده از کیف پول آن را شارژ کنید",
|
"To use Wallet charge it": "برای استفاده از کیف پول آن را شارژ کنید",
|
||||||
"Today's Promos": "تخفیفهای امروز",
|
"Today's Promos": "تخفیفهای امروز",
|
||||||
"Top up Balance": "Top up Balance",
|
"Top up Balance": "Top up Balance",
|
||||||
@@ -1283,7 +1283,7 @@ final Map<String, String> fa = {
|
|||||||
"View your past transactions": "مشاهده تراکنشهای قبلی",
|
"View your past transactions": "مشاهده تراکنشهای قبلی",
|
||||||
"Visit Website/Contact Support": "مشاهده وبسایت / تماس با پشتیبانی",
|
"Visit Website/Contact Support": "مشاهده وبسایت / تماس با پشتیبانی",
|
||||||
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "برای اطلاعات بیشتر به وبسایت ما مراجعه کنید یا با پشتیبانی تماس بگیرید.",
|
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "برای اطلاعات بیشتر به وبسایت ما مراجعه کنید یا با پشتیبانی تماس بگیرید.",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Call": "تماس صوتی",
|
"Voice Call": "تماس صوتی",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for the trip to start first": "Wait for the trip to start first",
|
"Wait for the trip to start first": "Wait for the trip to start first",
|
||||||
@@ -1298,7 +1298,7 @@ final Map<String, String> fa = {
|
|||||||
"Wallet!": "کیف پول!",
|
"Wallet!": "کیف پول!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Intaleqing detected!": "هشدار: سرعت غیرمجاز!",
|
"Warning: Intaleqing detected!": "هشدار: سرعت غیرمجاز!",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "هشدار: سرعت غیرمجاز تشخیص داده شد!",
|
"Warning: Speeding detected!": "هشدار: سرعت غیرمجاز تشخیص داده شد!",
|
||||||
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "متاسفیم، در موقعیت شما خودرویی نداریم!",
|
"We Are Sorry That we dont have cars in your Location!": "متاسفیم، در موقعیت شما خودرویی نداریم!",
|
||||||
@@ -1316,7 +1316,7 @@ final Map<String, String> fa = {
|
|||||||
"We need your phone number to contact you and to help you receive orders.": "برای دریافت سفارشات به شماره تلفن نیاز داریم.",
|
"We need your phone number to contact you and to help you receive orders.": "برای دریافت سفارشات به شماره تلفن نیاز داریم.",
|
||||||
"We need your phone number to contact you and to help you.": "برای تماس و کمک به شما به شماره تلفن نیاز داریم.",
|
"We need your phone number to contact you and to help you.": "برای تماس و کمک به شما به شماره تلفن نیاز داریم.",
|
||||||
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "سرعت بالای ۱۰۰ کیلومتر تشخیص داده شد. لطفاً آهستهتر برانید.",
|
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "سرعت بالای ۱۰۰ کیلومتر تشخیص داده شد. لطفاً آهستهتر برانید.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
||||||
"We regret to inform you that another driver has accepted this order.": "متاسفیم، راننده دیگری این درخواست را پذیرفته است.",
|
"We regret to inform you that another driver has accepted this order.": "متاسفیم، راننده دیگری این درخواست را پذیرفته است.",
|
||||||
@@ -1331,10 +1331,10 @@ final Map<String, String> fa = {
|
|||||||
"Welcome Back": "Welcome Back",
|
"Welcome Back": "Welcome Back",
|
||||||
"Welcome Back!": "خوش آمدید!",
|
"Welcome Back!": "خوش آمدید!",
|
||||||
"Welcome to Intaleq!": "به Intaleq خوش آمدید!",
|
"Welcome to Intaleq!": "به Intaleq خوش آمدید!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the requirements to become a driver?": "شرایط راننده شدن چیست؟",
|
"What are the requirements to become a driver?": "شرایط راننده شدن چیست؟",
|
||||||
"What safety measures does Intaleq offer?": "چه اقدامات امنیتی ارائه میدهید؟",
|
"What safety measures does Intaleq offer?": "چه اقدامات امنیتی ارائه میدهید؟",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "چه نوع خودروهایی موجود است؟",
|
"What types of vehicles are available?": "چه نوع خودروهایی موجود است؟",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "استخراج موقعیت واتساپ",
|
"WhatsApp Location Extractor": "استخراج موقعیت واتساپ",
|
||||||
@@ -1344,10 +1344,10 @@ final Map<String, String> fa = {
|
|||||||
"Where to": "کجا میروید؟",
|
"Where to": "کجا میروید؟",
|
||||||
"Where you want go ": "کجا میخواهید بروید ",
|
"Where you want go ": "کجا میخواهید بروید ",
|
||||||
"Why Choose Intaleq?": "چرا Intaleq؟",
|
"Why Choose Intaleq?": "چرا Intaleq؟",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel?": "Why do you want to cancel?",
|
"Why do you want to cancel?": "Why do you want to cancel?",
|
||||||
"With Intaleq, you can get a ride to your destination in minutes.": "با Intaleq در چند دقیقه به مقصد برسید.",
|
"With Intaleq, you can get a ride to your destination in minutes.": "با Intaleq در چند دقیقه به مقصد برسید.",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Work": "محل کار",
|
"Work": "محل کار",
|
||||||
"Work & Contact": "کار و تماس",
|
"Work & Contact": "کار و تماس",
|
||||||
"Work Saved": "Work Saved",
|
"Work Saved": "Work Saved",
|
||||||
@@ -1361,7 +1361,7 @@ final Map<String, String> fa = {
|
|||||||
"Year is": "سال:",
|
"Year is": "سال:",
|
||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "بله، شما میتوانید تحت شرایط خاصی (مثلاً قبل از تعیین راننده) سفر خود را لغو کنید. برای جزئیات به سیاست لغو انطلق مراجعه کنید.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "بله، شما میتوانید تحت شرایط خاصی (مثلاً قبل از تعیین راننده) سفر خود را لغو کنید. برای جزئیات به سیاست لغو انطلق مراجعه کنید.",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "بله، میتوانید سفر را لغو کنید (ممکن است هزینه داشته باشد).",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "بله، میتوانید سفر را لغو کنید (ممکن است هزینه داشته باشد).",
|
||||||
"You Are Stopped For this Day !": "برای امروز متوقف شدید!",
|
"You Are Stopped For this Day !": "برای امروز متوقف شدید!",
|
||||||
"You Can Cancel Trip And get Cost of Trip From": "میتوانید لغو کنید و هزینه را دریافت کنید از",
|
"You Can Cancel Trip And get Cost of Trip From": "میتوانید لغو کنید و هزینه را دریافت کنید از",
|
||||||
@@ -1397,7 +1397,7 @@ final Map<String, String> fa = {
|
|||||||
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "میتوانید نقدی یا با کارت پرداخت کنید.",
|
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "میتوانید نقدی یا با کارت پرداخت کنید.",
|
||||||
"You can resend in": "ارسال مجدد در",
|
"You can resend in": "ارسال مجدد در",
|
||||||
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "برنامه را با دوستان به اشتراک بگذارید و پاداش بگیرید.",
|
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "برنامه را با دوستان به اشتراک بگذارید و پاداش بگیرید.",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
||||||
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
||||||
"You can't continue with us .\nYou should renew Driver license": "باید گواهینامه را تمدید کنید",
|
"You can't continue with us .\nYou should renew Driver license": "باید گواهینامه را تمدید کنید",
|
||||||
@@ -1684,7 +1684,7 @@ final Map<String, String> fa = {
|
|||||||
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
||||||
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
||||||
"welcome to intaleq": "به Intaleq خوش آمدید",
|
"welcome to intaleq": "به Intaleq خوش آمدید",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "خوش آمدید، @firstName!",
|
"welcome user": "خوش آمدید، @firstName!",
|
||||||
"welcome_message": "به Intaleq خوش آمدید!",
|
"welcome_message": "به Intaleq خوش آمدید!",
|
||||||
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
||||||
@@ -1704,7 +1704,7 @@ final Map<String, String> fa = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you will pay to Driver": "شما به راننده پرداخت میکنید",
|
"you will pay to Driver": "شما به راننده پرداخت میکنید",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "هزینه زمان راننده را پرداخت خواهید کرد، کیف پول Intaleq را ببینید",
|
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "هزینه زمان راننده را پرداخت خواهید کرد، کیف پول Intaleq را ببینید",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"your ride is Accepted": "سفر شما پذیرفته شد",
|
"your ride is Accepted": "سفر شما پذیرفته شد",
|
||||||
"your ride is applied": "سفر شما ثبت شد",
|
"your ride is applied": "سفر شما ثبت شد",
|
||||||
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ final Map<String, String> fr = {
|
|||||||
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "Un trajet avec réservation préalable, vous permettant de choisir les meilleurs chauffeurs et voitures.",
|
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "Un trajet avec réservation préalable, vous permettant de choisir les meilleurs chauffeurs et voitures.",
|
||||||
"AI Page": "Page IA",
|
"AI Page": "Page IA",
|
||||||
"About Intaleq": "About Intaleq",
|
"About Intaleq": "About Intaleq",
|
||||||
"About Siro": "About Siro",
|
"About Siro": "About Intaleq",
|
||||||
"About Us": "À propos de nous",
|
"About Us": "À propos de nous",
|
||||||
"Accept": "Accept",
|
"Accept": "Accept",
|
||||||
"Accept Order": "Accepter la commande",
|
"Accept Order": "Accepter la commande",
|
||||||
@@ -304,7 +304,7 @@ final Map<String, String> fr = {
|
|||||||
"Date of Birth is": "Date de naissance :",
|
"Date of Birth is": "Date de naissance :",
|
||||||
"Date of Birth: ": "Date de naissance :",
|
"Date of Birth: ": "Date de naissance :",
|
||||||
"Days": "Jours",
|
"Days": "Jours",
|
||||||
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,",
|
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Intaleq ,",
|
||||||
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
||||||
"Decline": "Decline",
|
"Decline": "Decline",
|
||||||
"Delete": "Delete",
|
"Delete": "Delete",
|
||||||
@@ -345,8 +345,8 @@ final Map<String, String> fr = {
|
|||||||
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
||||||
"Download the Intaleq Driver app now and earn rewards!": "Téléchargez l'appli Chauffeur Intaleq et gagnez des récompenses !",
|
"Download the Intaleq Driver app now and earn rewards!": "Téléchargez l'appli Chauffeur Intaleq et gagnez des récompenses !",
|
||||||
"Download the Intaleq app now and enjoy your ride!": "Téléchargez Intaleq maintenant et profitez du trajet !",
|
"Download the Intaleq app now and enjoy your ride!": "Téléchargez Intaleq maintenant et profitez du trajet !",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "Téléchargez l'application :",
|
"Download the app now:": "Téléchargez l'application :",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "Chauffeur",
|
"Driver": "Chauffeur",
|
||||||
@@ -433,7 +433,7 @@ final Map<String, String> fr = {
|
|||||||
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
||||||
"Evening": "Soir",
|
"Evening": "Soir",
|
||||||
"Exclusive offers and discounts always with the Intaleq app": "Offres exclusives et remises toujours avec l'appli Intaleq",
|
"Exclusive offers and discounts always with the Intaleq app": "Offres exclusives et remises toujours avec l'appli Intaleq",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Expiration Date": "Date d'expiration",
|
"Expiration Date": "Date d'expiration",
|
||||||
"Expiration Date ": "Date d'expiration : ",
|
"Expiration Date ": "Date d'expiration : ",
|
||||||
"Expiry Date": "Date d'expiration",
|
"Expiry Date": "Date d'expiration",
|
||||||
@@ -468,8 +468,8 @@ final Map<String, String> fr = {
|
|||||||
"For Drivers": "Pour les chauffeurs",
|
"For Drivers": "Pour les chauffeurs",
|
||||||
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Pour Intaleq et scooter, le prix est dynamique. Pour Confort, basé sur le temps et la distance.",
|
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Pour Intaleq et scooter, le prix est dynamique. Pour Confort, basé sur le temps et la distance.",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For official inquiries": "For official inquiries",
|
"For official inquiries": "For official inquiries",
|
||||||
"Found another transport": "J'ai trouvé un autre transport",
|
"Found another transport": "J'ai trouvé un autre transport",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
@@ -510,9 +510,9 @@ final Map<String, String> fr = {
|
|||||||
"Hello this is Captain": "Bonjour c'est le Chauffeur",
|
"Hello this is Captain": "Bonjour c'est le Chauffeur",
|
||||||
"Hello this is Driver": "Bonjour c'est le chauffeur",
|
"Hello this is Driver": "Bonjour c'est le chauffeur",
|
||||||
"Hello! I'm inviting you to try Intaleq.": "Bonjour ! Je vous invite à essayer Intaleq.",
|
"Hello! I'm inviting you to try Intaleq.": "Bonjour ! Je vous invite à essayer Intaleq.",
|
||||||
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Siro.",
|
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Intaleq.",
|
||||||
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
||||||
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Siro.",
|
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Intaleq.",
|
||||||
"Hello, I'm at the agreed-upon location": "Hello, I'm at the agreed-upon location",
|
"Hello, I'm at the agreed-upon location": "Hello, I'm at the agreed-upon location",
|
||||||
"Help Details": "Détails de l'aide",
|
"Help Details": "Détails de l'aide",
|
||||||
"Helping Center": "Centre d'aide",
|
"Helping Center": "Centre d'aide",
|
||||||
@@ -610,7 +610,7 @@ final Map<String, String> fr = {
|
|||||||
"JOD": "€",
|
"JOD": "€",
|
||||||
"Join": "Rejoindre",
|
"Join": "Rejoindre",
|
||||||
"Join Intaleq as a driver using my referral code!": "Rejoignez Intaleq comme chauffeur avec mon code de parrainage !",
|
"Join Intaleq as a driver using my referral code!": "Rejoignez Intaleq comme chauffeur avec mon code de parrainage !",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Join a channel": "Join a channel",
|
"Join a channel": "Join a channel",
|
||||||
"Jordan": "Jordanie",
|
"Jordan": "Jordanie",
|
||||||
"KM": "KM",
|
"KM": "KM",
|
||||||
@@ -769,7 +769,7 @@ final Map<String, String> fr = {
|
|||||||
"Order Cancelled": "Order Cancelled",
|
"Order Cancelled": "Order Cancelled",
|
||||||
"Order Cancelled by Passenger": "Commande annulée par le passager",
|
"Order Cancelled by Passenger": "Commande annulée par le passager",
|
||||||
"Order Details Intaleq": "Détails Commande Intaleq",
|
"Order Details Intaleq": "Détails Commande Intaleq",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "Historique des commandes",
|
"Order History": "Historique des commandes",
|
||||||
"Order Request Page": "Page de demande de commande",
|
"Order Request Page": "Page de demande de commande",
|
||||||
"Order Under Review": "Order Under Review",
|
"Order Under Review": "Order Under Review",
|
||||||
@@ -877,7 +877,7 @@ final Map<String, String> fr = {
|
|||||||
"Please help! Contact me as soon as possible.": "Aidez-moi ! Contactez-moi dès que possible.",
|
"Please help! Contact me as soon as possible.": "Aidez-moi ! Contactez-moi dès que possible.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "Veuillez vous assurer de ne rien laisser dans la voiture.",
|
"Please make sure not to leave any personal belongings in the car.": "Veuillez vous assurer de ne rien laisser dans la voiture.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Veuillez vérifier que vous avez tous vos effets personnels et que tout solde restant a été ajouté à votre portefeuille. Merci d'avoir choisi Intaleq.",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Veuillez vérifier que vous avez tous vos effets personnels et que tout solde restant a été ajouté à votre portefeuille. Merci d'avoir choisi Intaleq.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please put your licence in these border": "Veuillez mettre votre permis dans ce cadre",
|
"Please put your licence in these border": "Veuillez mettre votre permis dans ce cadre",
|
||||||
"Please select a reason first": "Please select a reason first",
|
"Please select a reason first": "Please select a reason first",
|
||||||
@@ -1015,7 +1015,7 @@ final Map<String, String> fr = {
|
|||||||
"Send Intaleq app to him": "Lui envoyer l'appli Intaleq",
|
"Send Intaleq app to him": "Lui envoyer l'appli Intaleq",
|
||||||
"Send Invite": "Envoyer l'invitation",
|
"Send Invite": "Envoyer l'invitation",
|
||||||
"Send SOS": "Send SOS",
|
"Send SOS": "Send SOS",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "Envoyer le code de vérification",
|
"Send Verfication Code": "Envoyer le code de vérification",
|
||||||
"Send Verification Code": "Envoyer le code de vérification",
|
"Send Verification Code": "Envoyer le code de vérification",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1057,29 +1057,29 @@ final Map<String, String> fr = {
|
|||||||
"Sign in with Apple": "Sign in with Apple",
|
"Sign in with Apple": "Sign in with Apple",
|
||||||
"Sign in with Google for easier email and name entry": "Connectez-vous avec Google pour faciliter la saisie",
|
"Sign in with Google for easier email and name entry": "Connectez-vous avec Google pour faciliter la saisie",
|
||||||
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Ouvrez simplement l'appli Intaleq, entrez votre destination et appuyez sur \"Commander\".",
|
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Ouvrez simplement l'appli Intaleq, entrez votre destination et appuyez sur \"Commander\".",
|
||||||
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Passenger": "Siro Passenger",
|
"Siro Passenger": "Intaleq Passenger",
|
||||||
"Siro Support": "Siro Support",
|
"Siro Support": "Intaleq Support",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
||||||
"Sorry 😔": "Désolé 😔",
|
"Sorry 😔": "Désolé 😔",
|
||||||
"Sorry, there are no cars available of this type right now.": "Désolé, aucune voiture de ce type n'est disponible pour le moment.",
|
"Sorry, there are no cars available of this type right now.": "Désolé, aucune voiture de ce type n'est disponible pour le moment.",
|
||||||
@@ -1094,7 +1094,7 @@ final Map<String, String> fr = {
|
|||||||
"Statistics": "Statistiques",
|
"Statistics": "Statistiques",
|
||||||
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
||||||
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Instructions étape par étape pour demander un trajet.",
|
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Instructions étape par étape pour demander un trajet.",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Submit": "Submit",
|
"Submit": "Submit",
|
||||||
"Submit ": "Envoyer ",
|
"Submit ": "Envoyer ",
|
||||||
@@ -1188,13 +1188,13 @@ final Map<String, String> fr = {
|
|||||||
"To Work": "To Work",
|
"To Work": "To Work",
|
||||||
"To become a passenger, you must review and agree to the ": "Pour devenir passager, vous devez accepter les ",
|
"To become a passenger, you must review and agree to the ": "Pour devenir passager, vous devez accepter les ",
|
||||||
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "Pour devenir chauffeur sur Intaleq, téléchargez votre permis, pièce d'identité et carte grise. Notre IA vérifiera leur authenticité en quelques minutes. La soumission de faux documents entraînera une résiliation immédiate.",
|
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "Pour devenir chauffeur sur Intaleq, téléchargez votre permis, pièce d'identité et carte grise. Notre IA vérifiera leur authenticité en quelques minutes. La soumission de faux documents entraînera une résiliation immédiate.",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To change Language the App": "To change Language the App",
|
"To change Language the App": "To change Language the App",
|
||||||
"To change some Settings": "Pour changer certains paramètres",
|
"To change some Settings": "Pour changer certains paramètres",
|
||||||
"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.": "Pour assurer des infos précises, sélectionnez votre pays.",
|
"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.": "Pour assurer des infos précises, sélectionnez votre pays.",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Pour vous offrir la meilleure expérience, nous devons savoir où vous êtes. Votre position est utilisée pour trouver des chauffeurs à proximité.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Pour vous offrir la meilleure expérience, nous devons savoir où vous êtes. Votre position est utilisée pour trouver des chauffeurs à proximité.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "Pour s'inscrire comme chauffeur, visitez notre site ou contactez le support.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "Pour s'inscrire comme chauffeur, visitez notre site ou contactez le support.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "Pour utiliser le portefeuille, rechargez-le",
|
"To use Wallet charge it": "Pour utiliser le portefeuille, rechargez-le",
|
||||||
"Today's Promos": "Promos du jour",
|
"Today's Promos": "Promos du jour",
|
||||||
"Top up Balance": "Top up Balance",
|
"Top up Balance": "Top up Balance",
|
||||||
@@ -1283,7 +1283,7 @@ final Map<String, String> fr = {
|
|||||||
"View your past transactions": "Voir vos transactions passées",
|
"View your past transactions": "Voir vos transactions passées",
|
||||||
"Visit Website/Contact Support": "Visiter le site / Contacter le support",
|
"Visit Website/Contact Support": "Visiter le site / Contacter le support",
|
||||||
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "Visitez notre site web ou contactez le support pour plus d'infos.",
|
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "Visitez notre site web ou contactez le support pour plus d'infos.",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Call": "Voice Call",
|
"Voice Call": "Voice Call",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for the trip to start first": "Wait for the trip to start first",
|
"Wait for the trip to start first": "Wait for the trip to start first",
|
||||||
@@ -1298,7 +1298,7 @@ final Map<String, String> fr = {
|
|||||||
"Wallet!": "Portefeuille !",
|
"Wallet!": "Portefeuille !",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Intaleqing detected!": "Attention : Intaleqing détecté !",
|
"Warning: Intaleqing detected!": "Attention : Intaleqing détecté !",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "Attention : Excès de vitesse détecté !",
|
"Warning: Speeding detected!": "Attention : Excès de vitesse détecté !",
|
||||||
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "Désolé, pas de voitures dans votre zone !",
|
"We Are Sorry That we dont have cars in your Location!": "Désolé, pas de voitures dans votre zone !",
|
||||||
@@ -1316,7 +1316,7 @@ final Map<String, String> fr = {
|
|||||||
"We need your phone number to contact you and to help you receive orders.": "Nous avons besoin de votre numéro pour vous aider à recevoir des commandes.",
|
"We need your phone number to contact you and to help you receive orders.": "Nous avons besoin de votre numéro pour vous aider à recevoir des commandes.",
|
||||||
"We need your phone number to contact you and to help you.": "Nous avons besoin de votre numéro pour vous contacter et vous aider.",
|
"We need your phone number to contact you and to help you.": "Nous avons besoin de votre numéro pour vous contacter et vous aider.",
|
||||||
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "Nous avons remarqué une vitesse excessive (>100 km/h). Ralentissez svp.",
|
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "Nous avons remarqué une vitesse excessive (>100 km/h). Ralentissez svp.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
||||||
"We regret to inform you that another driver has accepted this order.": "Nous regrettons de vous informer qu'un autre chauffeur a accepté cette commande.",
|
"We regret to inform you that another driver has accepted this order.": "Nous regrettons de vous informer qu'un autre chauffeur a accepté cette commande.",
|
||||||
@@ -1331,10 +1331,10 @@ final Map<String, String> fr = {
|
|||||||
"Welcome Back": "Welcome Back",
|
"Welcome Back": "Welcome Back",
|
||||||
"Welcome Back!": "Bon retour !",
|
"Welcome Back!": "Bon retour !",
|
||||||
"Welcome to Intaleq!": "Bienvenue sur Intaleq !",
|
"Welcome to Intaleq!": "Bienvenue sur Intaleq !",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the requirements to become a driver?": "Quelles sont les conditions pour devenir chauffeur ?",
|
"What are the requirements to become a driver?": "Quelles sont les conditions pour devenir chauffeur ?",
|
||||||
"What safety measures does Intaleq offer?": "Quelles mesures de sécurité offre Intaleq ?",
|
"What safety measures does Intaleq offer?": "Quelles mesures de sécurité offre Intaleq ?",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "Quels types de véhicules sont disponibles ?",
|
"What types of vehicles are available?": "Quels types de véhicules sont disponibles ?",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "Extracteur de localisation WhatsApp",
|
"WhatsApp Location Extractor": "Extracteur de localisation WhatsApp",
|
||||||
@@ -1344,10 +1344,10 @@ final Map<String, String> fr = {
|
|||||||
"Where to": "Où allez-vous ?",
|
"Where to": "Où allez-vous ?",
|
||||||
"Where you want go ": "Où voulez-vous aller ",
|
"Where you want go ": "Où voulez-vous aller ",
|
||||||
"Why Choose Intaleq?": "Pourquoi choisir Intaleq ?",
|
"Why Choose Intaleq?": "Pourquoi choisir Intaleq ?",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel?": "Why do you want to cancel?",
|
"Why do you want to cancel?": "Why do you want to cancel?",
|
||||||
"With Intaleq, you can get a ride to your destination in minutes.": "Avec Intaleq, obtenez un trajet en quelques minutes.",
|
"With Intaleq, you can get a ride to your destination in minutes.": "Avec Intaleq, obtenez un trajet en quelques minutes.",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Work": "Travail",
|
"Work": "Travail",
|
||||||
"Work & Contact": "Travail et Contact",
|
"Work & Contact": "Travail et Contact",
|
||||||
"Work Saved": "Work Saved",
|
"Work Saved": "Work Saved",
|
||||||
@@ -1361,7 +1361,7 @@ final Map<String, String> fr = {
|
|||||||
"Year is": "L'année est :",
|
"Year is": "L'année est :",
|
||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Oui, vous pouvez annuler votre trajet sous certaines conditions (par exemple, avant l'attribution d'un chauffeur). Consultez la politique d'annulation d'Intaleq pour plus de détails.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Oui, vous pouvez annuler votre trajet sous certaines conditions (par exemple, avant l'attribution d'un chauffeur). Consultez la politique d'annulation d'Intaleq pour plus de détails.",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Oui, vous pouvez annuler, mais des frais peuvent s'appliquer.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Oui, vous pouvez annuler, mais des frais peuvent s'appliquer.",
|
||||||
"You Are Stopped For this Day !": "Vous êtes arrêté pour aujourd'hui !",
|
"You Are Stopped For this Day !": "Vous êtes arrêté pour aujourd'hui !",
|
||||||
"You Can Cancel Trip And get Cost of Trip From": "Vous pouvez annuler et obtenir le coût de",
|
"You Can Cancel Trip And get Cost of Trip From": "Vous pouvez annuler et obtenir le coût de",
|
||||||
@@ -1397,7 +1397,7 @@ final Map<String, String> fr = {
|
|||||||
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "Vous pouvez payer en espèces ou par carte. Sélectionnez votre méthode préférée avant de confirmer.",
|
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "Vous pouvez payer en espèces ou par carte. Sélectionnez votre méthode préférée avant de confirmer.",
|
||||||
"You can resend in": "Vous pouvez renvoyer dans",
|
"You can resend in": "Vous pouvez renvoyer dans",
|
||||||
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "Partagez Intaleq avec vos amis et gagnez des récompenses.",
|
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "Partagez Intaleq avec vos amis et gagnez des récompenses.",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
||||||
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
||||||
"You can't continue with us .\nYou should renew Driver license": "Vous ne pouvez pas continuer.\nVous devez renouveler votre permis",
|
"You can't continue with us .\nYou should renew Driver license": "Vous ne pouvez pas continuer.\nVous devez renouveler votre permis",
|
||||||
@@ -1684,7 +1684,7 @@ final Map<String, String> fr = {
|
|||||||
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
||||||
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
||||||
"welcome to intaleq": "Bienvenue chez Intaleq",
|
"welcome to intaleq": "Bienvenue chez Intaleq",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "Bienvenue, @firstName !",
|
"welcome user": "Bienvenue, @firstName !",
|
||||||
"welcome_message": "Bienvenue sur Intaleq !",
|
"welcome_message": "Bienvenue sur Intaleq !",
|
||||||
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
||||||
@@ -1704,7 +1704,7 @@ final Map<String, String> fr = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you will pay to Driver": "Vous paierez au chauffeur",
|
"you will pay to Driver": "Vous paierez au chauffeur",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "Vous paierez le temps du chauffeur, consultez votre portefeuille Intaleq",
|
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "Vous paierez le temps du chauffeur, consultez votre portefeuille Intaleq",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"your ride is Accepted": "votre trajet est Accepté",
|
"your ride is Accepted": "votre trajet est Accepté",
|
||||||
"your ride is applied": "votre trajet est demandé",
|
"your ride is applied": "votre trajet est demandé",
|
||||||
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ final Map<String, String> hi = {
|
|||||||
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "पूर्व आरक्षण के साथ यात्रा, जो आपको सर्वश्रेष्ठ कैप्टन और कारों को चुनने की अनुमति देती है।",
|
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "पूर्व आरक्षण के साथ यात्रा, जो आपको सर्वश्रेष्ठ कैप्टन और कारों को चुनने की अनुमति देती है।",
|
||||||
"AI Page": "AI पेज",
|
"AI Page": "AI पेज",
|
||||||
"About Intaleq": "Intaleq के बारे में",
|
"About Intaleq": "Intaleq के बारे में",
|
||||||
"About Siro": "About Siro",
|
"About Siro": "About Intaleq",
|
||||||
"About Us": "हमारे बारे में",
|
"About Us": "हमारे बारे में",
|
||||||
"Accept": "Accept",
|
"Accept": "Accept",
|
||||||
"Accept Order": "ऑर्डर स्वीकार करें",
|
"Accept Order": "ऑर्डर स्वीकार करें",
|
||||||
@@ -304,7 +304,7 @@ final Map<String, String> hi = {
|
|||||||
"Date of Birth is": "जन्म तिथि है:",
|
"Date of Birth is": "जन्म तिथि है:",
|
||||||
"Date of Birth: ": "जन्म तिथि: ",
|
"Date of Birth: ": "जन्म तिथि: ",
|
||||||
"Days": "दिन",
|
"Days": "दिन",
|
||||||
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,",
|
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Intaleq ,",
|
||||||
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
||||||
"Decline": "Decline",
|
"Decline": "Decline",
|
||||||
"Delete": "Delete",
|
"Delete": "Delete",
|
||||||
@@ -345,8 +345,8 @@ final Map<String, String> hi = {
|
|||||||
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
||||||
"Download the Intaleq Driver app now and earn rewards!": "अभी Intaleq ड्राइवर ऐप डाउनलोड करें और पुरस्कार अर्जित करें!",
|
"Download the Intaleq Driver app now and earn rewards!": "अभी Intaleq ड्राइवर ऐप डाउनलोड करें और पुरस्कार अर्जित करें!",
|
||||||
"Download the Intaleq app now and enjoy your ride!": "अभी Intaleq ऐप डाउनलोड करें और अपनी राइड का आनंद लें!",
|
"Download the Intaleq app now and enjoy your ride!": "अभी Intaleq ऐप डाउनलोड करें और अपनी राइड का आनंद लें!",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "अभी ऐप डाउनलोड करें:",
|
"Download the app now:": "अभी ऐप डाउनलोड करें:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "ड्राइवर",
|
"Driver": "ड्राइवर",
|
||||||
@@ -433,7 +433,7 @@ final Map<String, String> hi = {
|
|||||||
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
||||||
"Evening": "शाम",
|
"Evening": "शाम",
|
||||||
"Exclusive offers and discounts always with the Intaleq app": "Intaleq ऐप के साथ हमेशा विशेष ऑफ़र और छूट",
|
"Exclusive offers and discounts always with the Intaleq app": "Intaleq ऐप के साथ हमेशा विशेष ऑफ़र और छूट",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Expiration Date": "समाप्ति तिथि",
|
"Expiration Date": "समाप्ति तिथि",
|
||||||
"Expiration Date ": "समाप्ति तिथि: ",
|
"Expiration Date ": "समाप्ति तिथि: ",
|
||||||
"Expiry Date": "समाप्ति तिथि",
|
"Expiry Date": "समाप्ति तिथि",
|
||||||
@@ -468,8 +468,8 @@ final Map<String, String> hi = {
|
|||||||
"For Drivers": "ड्राइवरों के लिए",
|
"For Drivers": "ड्राइवरों के लिए",
|
||||||
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "कीमत गतिशील रूप से की जाती है। कम्फर्ट ट्रिप्स के लिए, कीमत समय और दूरी पर आधारित होती है।",
|
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "कीमत गतिशील रूप से की जाती है। कम्फर्ट ट्रिप्स के लिए, कीमत समय और दूरी पर आधारित होती है।",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For official inquiries": "आधिकारिक पूछताछ के लिए",
|
"For official inquiries": "आधिकारिक पूछताछ के लिए",
|
||||||
"Found another transport": "दूसरा वाहन मिल गया",
|
"Found another transport": "दूसरा वाहन मिल गया",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
@@ -510,9 +510,9 @@ final Map<String, String> hi = {
|
|||||||
"Hello this is Captain": "नमस्ते यह कैप्टन है",
|
"Hello this is Captain": "नमस्ते यह कैप्टन है",
|
||||||
"Hello this is Driver": "नमस्ते यह ड्राइवर है",
|
"Hello this is Driver": "नमस्ते यह ड्राइवर है",
|
||||||
"Hello! I'm inviting you to try Intaleq.": "नमस्ते! मैं आपको Intaleq आज़माने के लिए आमंत्रित कर रहा हूँ।",
|
"Hello! I'm inviting you to try Intaleq.": "नमस्ते! मैं आपको Intaleq आज़माने के लिए आमंत्रित कर रहा हूँ।",
|
||||||
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Siro.",
|
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Intaleq.",
|
||||||
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
||||||
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Siro.",
|
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Intaleq.",
|
||||||
"Hello, I'm at the agreed-upon location": "Hello, I'm at the agreed-upon location",
|
"Hello, I'm at the agreed-upon location": "Hello, I'm at the agreed-upon location",
|
||||||
"Help Details": "मदद विवरण",
|
"Help Details": "मदद विवरण",
|
||||||
"Helping Center": "सहायता केंद्र",
|
"Helping Center": "सहायता केंद्र",
|
||||||
@@ -610,7 +610,7 @@ final Map<String, String> hi = {
|
|||||||
"JOD": "₹",
|
"JOD": "₹",
|
||||||
"Join": "शामिल हों",
|
"Join": "शामिल हों",
|
||||||
"Join Intaleq as a driver using my referral code!": "मेरे रेफरल कोड का उपयोग करके ड्राइवर के रूप में Intaleq से जुड़ें!",
|
"Join Intaleq as a driver using my referral code!": "मेरे रेफरल कोड का उपयोग करके ड्राइवर के रूप में Intaleq से जुड़ें!",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Join a channel": "Join a channel",
|
"Join a channel": "Join a channel",
|
||||||
"Jordan": "जॉर्डन",
|
"Jordan": "जॉर्डन",
|
||||||
"KM": "किमी",
|
"KM": "किमी",
|
||||||
@@ -769,7 +769,7 @@ final Map<String, String> hi = {
|
|||||||
"Order Cancelled": "Order Cancelled",
|
"Order Cancelled": "Order Cancelled",
|
||||||
"Order Cancelled by Passenger": "यात्री द्वारा ऑर्डर रद्द कर दिया गया",
|
"Order Cancelled by Passenger": "यात्री द्वारा ऑर्डर रद्द कर दिया गया",
|
||||||
"Order Details Intaleq": "ऑर्डर विवरण Intaleq",
|
"Order Details Intaleq": "ऑर्डर विवरण Intaleq",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "ऑर्डर इतिहास",
|
"Order History": "ऑर्डर इतिहास",
|
||||||
"Order Request Page": "ऑर्डर अनुरोध पृष्ठ",
|
"Order Request Page": "ऑर्डर अनुरोध पृष्ठ",
|
||||||
"Order Under Review": "Order Under Review",
|
"Order Under Review": "Order Under Review",
|
||||||
@@ -877,7 +877,7 @@ final Map<String, String> hi = {
|
|||||||
"Please help! Contact me as soon as possible.": "कृपया मदद करें! जितनी जल्दी हो सके मुझसे संपर्क करें।",
|
"Please help! Contact me as soon as possible.": "कृपया मदद करें! जितनी जल्दी हो सके मुझसे संपर्क करें।",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "कृपया सुनिश्चित करें कि कार में कोई निजी सामान न छोड़ें।",
|
"Please make sure not to leave any personal belongings in the car.": "कृपया सुनिश्चित करें कि कार में कोई निजी सामान न छोड़ें।",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "कृपया सुनिश्चित करें कि आपके पास आपका सारा सामान है और शेष किराया वॉलेट में जोड़ दिया गया है। Intaleq चुनने के लिए धन्यवाद।",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "कृपया सुनिश्चित करें कि आपके पास आपका सारा सामान है और शेष किराया वॉलेट में जोड़ दिया गया है। Intaleq चुनने के लिए धन्यवाद।",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please put your licence in these border": "कृपया अपना लाइसेंस इन सीमाओं में रखें",
|
"Please put your licence in these border": "कृपया अपना लाइसेंस इन सीमाओं में रखें",
|
||||||
"Please select a reason first": "Please select a reason first",
|
"Please select a reason first": "Please select a reason first",
|
||||||
@@ -1015,7 +1015,7 @@ final Map<String, String> hi = {
|
|||||||
"Send Intaleq app to him": "उसे Intaleq ऐप भेजें",
|
"Send Intaleq app to him": "उसे Intaleq ऐप भेजें",
|
||||||
"Send Invite": "आमंत्रण भेजें",
|
"Send Invite": "आमंत्रण भेजें",
|
||||||
"Send SOS": "Send SOS",
|
"Send SOS": "Send SOS",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "सत्यापन कोड भेजें",
|
"Send Verfication Code": "सत्यापन कोड भेजें",
|
||||||
"Send Verification Code": "सत्यापन कोड भेजें",
|
"Send Verification Code": "सत्यापन कोड भेजें",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1057,29 +1057,29 @@ final Map<String, String> hi = {
|
|||||||
"Sign in with Apple": "Sign in with Apple",
|
"Sign in with Apple": "Sign in with Apple",
|
||||||
"Sign in with Google for easier email and name entry": "आसान ईमेल और नाम प्रविष्टि के लिए Google के साथ साइन इन करें",
|
"Sign in with Google for easier email and name entry": "आसान ईमेल और नाम प्रविष्टि के लिए Google के साथ साइन इन करें",
|
||||||
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "बस ऐप खोलें, गंतव्य दर्ज करें और 'राइड का अनुरोध करें' पर टैप करें।",
|
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "बस ऐप खोलें, गंतव्य दर्ज करें और 'राइड का अनुरोध करें' पर टैप करें।",
|
||||||
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Passenger": "Siro Passenger",
|
"Siro Passenger": "Intaleq Passenger",
|
||||||
"Siro Support": "Siro Support",
|
"Siro Support": "Intaleq Support",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
||||||
"Sorry 😔": "क्षमा करें 😔",
|
"Sorry 😔": "क्षमा करें 😔",
|
||||||
"Sorry, there are no cars available of this type right now.": "क्षमा करें, इस समय इस प्रकार की कोई कार उपलब्ध नहीं है।",
|
"Sorry, there are no cars available of this type right now.": "क्षमा करें, इस समय इस प्रकार की कोई कार उपलब्ध नहीं है।",
|
||||||
@@ -1094,7 +1094,7 @@ final Map<String, String> hi = {
|
|||||||
"Statistics": "सांख्यिकी",
|
"Statistics": "सांख्यिकी",
|
||||||
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
||||||
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Intaleq ऐप के माध्यम से राइड का अनुरोध करने के तरीके पर चरण-दर-चरण निर्देश।",
|
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Intaleq ऐप के माध्यम से राइड का अनुरोध करने के तरीके पर चरण-दर-चरण निर्देश।",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Submit": "Submit",
|
"Submit": "Submit",
|
||||||
"Submit ": "जमा करें ",
|
"Submit ": "जमा करें ",
|
||||||
@@ -1188,13 +1188,13 @@ final Map<String, String> hi = {
|
|||||||
"To Work": "To Work",
|
"To Work": "To Work",
|
||||||
"To become a passenger, you must review and agree to the ": "यात्री बनने के लिए, आपको समीक्षा करनी होगी और सहमत होना होगा ",
|
"To become a passenger, you must review and agree to the ": "यात्री बनने के लिए, आपको समीक्षा करनी होगी और सहमत होना होगा ",
|
||||||
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "ड्राइवर बनने के लिए, आपको अपना ड्राइविंग लाइसेंस, आईडी दस्तावेज़, और गाड़ी के कागज (RC) अपलोड करने की आवश्यकता है।",
|
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "ड्राइवर बनने के लिए, आपको अपना ड्राइविंग लाइसेंस, आईडी दस्तावेज़, और गाड़ी के कागज (RC) अपलोड करने की आवश्यकता है।",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To change Language the App": "To change Language the App",
|
"To change Language the App": "To change Language the App",
|
||||||
"To change some Settings": "कुछ सेटिंग्स बदलने के लिए",
|
"To change some Settings": "कुछ सेटिंग्स बदलने के लिए",
|
||||||
"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.": "यह सुनिश्चित करने के लिए कि आपको अपनी लोकेशन के लिए सबसे सटीक जानकारी मिले, कृपया अपना देश चुनें।",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "आपको सबसे अच्छा अनुभव देने के लिए हमें यह जानने की जरूरत है कि आप कहां हैं। आपकी लोकेशन का उपयोग नजदीकी कैप्टन को खोजने के लिए किया जाता है।",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "आपको सबसे अच्छा अनुभव देने के लिए हमें यह जानने की जरूरत है कि आप कहां हैं। आपकी लोकेशन का उपयोग नजदीकी कैप्टन को खोजने के लिए किया जाता है।",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "रजिस्टर करने के लिए हमारी वेबसाइट पर जाएँ या समर्थन से संपर्क करें।",
|
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "रजिस्टर करने के लिए हमारी वेबसाइट पर जाएँ या समर्थन से संपर्क करें।",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "वॉलेट का उपयोग करने के लिए इसे रिचार्ज करें",
|
"To use Wallet charge it": "वॉलेट का उपयोग करने के लिए इसे रिचार्ज करें",
|
||||||
"Today's Promos": "आज के प्रोमो",
|
"Today's Promos": "आज के प्रोमो",
|
||||||
"Top up Balance": "Top up Balance",
|
"Top up Balance": "Top up Balance",
|
||||||
@@ -1283,7 +1283,7 @@ final Map<String, String> hi = {
|
|||||||
"View your past transactions": "अपने पिछले लेनदेन देखें",
|
"View your past transactions": "अपने पिछले लेनदेन देखें",
|
||||||
"Visit Website/Contact Support": "वेबसाइट पर जाएँ / समर्थन से संपर्क करें",
|
"Visit Website/Contact Support": "वेबसाइट पर जाएँ / समर्थन से संपर्क करें",
|
||||||
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "ड्राइवर पंजीकरण और आवश्यकताओं के बारे में जानकारी के लिए हमारी वेबसाइट पर जाएँ या समर्थन से संपर्क करें।",
|
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "ड्राइवर पंजीकरण और आवश्यकताओं के बारे में जानकारी के लिए हमारी वेबसाइट पर जाएँ या समर्थन से संपर्क करें।",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Call": "वॉइस कॉल",
|
"Voice Call": "वॉइस कॉल",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for the trip to start first": "Wait for the trip to start first",
|
"Wait for the trip to start first": "Wait for the trip to start first",
|
||||||
@@ -1298,7 +1298,7 @@ final Map<String, String> hi = {
|
|||||||
"Wallet!": "वॉलेट!",
|
"Wallet!": "वॉलेट!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Intaleqing detected!": "चेतावनी: तेज गति का पता चला!",
|
"Warning: Intaleqing detected!": "चेतावनी: तेज गति का पता चला!",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "चेतावनी: तेज गति का पता चला!",
|
"Warning: Speeding detected!": "चेतावनी: तेज गति का पता चला!",
|
||||||
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "हम क्षमा चाहते हैं कि हमारे पास आपकी लोकेशन में कारें नहीं हैं!",
|
"We Are Sorry That we dont have cars in your Location!": "हम क्षमा चाहते हैं कि हमारे पास आपकी लोकेशन में कारें नहीं हैं!",
|
||||||
@@ -1316,7 +1316,7 @@ final Map<String, String> hi = {
|
|||||||
"We need your phone number to contact you and to help you receive orders.": "हमें आपसे संपर्क करने और ऑर्डर प्राप्त करने में आपकी सहायता करने के लिए आपके फ़ोन नंबर की आवश्यकता है।",
|
"We need your phone number to contact you and to help you receive orders.": "हमें आपसे संपर्क करने और ऑर्डर प्राप्त करने में आपकी सहायता करने के लिए आपके फ़ोन नंबर की आवश्यकता है।",
|
||||||
"We need your phone number to contact you and to help you.": "हमें आपसे संपर्क करने और आपकी मदद करने के लिए आपके फ़ोन नंबर की आवश्यकता है।",
|
"We need your phone number to contact you and to help you.": "हमें आपसे संपर्क करने और आपकी मदद करने के लिए आपके फ़ोन नंबर की आवश्यकता है।",
|
||||||
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "हमने देखा कि Intaleq 100 किमी/घंटा से अधिक हो रहा है। कृपया अपनी सुरक्षा के लिए धीमा करें।",
|
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "हमने देखा कि Intaleq 100 किमी/घंटा से अधिक हो रहा है। कृपया अपनी सुरक्षा के लिए धीमा करें।",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
||||||
"We regret to inform you that another driver has accepted this order.": "हमें खेद है कि किसी अन्य ड्राइवर ने यह ऑर्डर स्वीकार कर लिया है।",
|
"We regret to inform you that another driver has accepted this order.": "हमें खेद है कि किसी अन्य ड्राइवर ने यह ऑर्डर स्वीकार कर लिया है।",
|
||||||
@@ -1331,10 +1331,10 @@ final Map<String, String> hi = {
|
|||||||
"Welcome Back": "Welcome Back",
|
"Welcome Back": "Welcome Back",
|
||||||
"Welcome Back!": "वापसी पर स्वागत है!",
|
"Welcome Back!": "वापसी पर स्वागत है!",
|
||||||
"Welcome to Intaleq!": "Intaleq में आपका स्वागत है!",
|
"Welcome to Intaleq!": "Intaleq में आपका स्वागत है!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the requirements to become a driver?": "ड्राइवर बनने के लिए क्या आवश्यकताएं हैं?",
|
"What are the requirements to become a driver?": "ड्राइवर बनने के लिए क्या आवश्यकताएं हैं?",
|
||||||
"What safety measures does Intaleq offer?": "Intaleq कौन से सुरक्षा उपाय प्रदान करता है?",
|
"What safety measures does Intaleq offer?": "Intaleq कौन से सुरक्षा उपाय प्रदान करता है?",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "किस प्रकार के वाहन उपलब्ध हैं?",
|
"What types of vehicles are available?": "किस प्रकार के वाहन उपलब्ध हैं?",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "व्हाट्सएप लोकेशन एक्सट्रैक्टर",
|
"WhatsApp Location Extractor": "व्हाट्सएप लोकेशन एक्सट्रैक्टर",
|
||||||
@@ -1344,10 +1344,10 @@ final Map<String, String> hi = {
|
|||||||
"Where to": "कहाँ जाना है?",
|
"Where to": "कहाँ जाना है?",
|
||||||
"Where you want go ": "आप कहाँ जाना चाहते हैं ",
|
"Where you want go ": "आप कहाँ जाना चाहते हैं ",
|
||||||
"Why Choose Intaleq?": "Intaleq क्यों चुनें?",
|
"Why Choose Intaleq?": "Intaleq क्यों चुनें?",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel?": "Why do you want to cancel?",
|
"Why do you want to cancel?": "Why do you want to cancel?",
|
||||||
"With Intaleq, you can get a ride to your destination in minutes.": "Intaleq के साथ, आप मिनटों में अपनी मंजिल तक सवारी प्राप्त कर सकते हैं।",
|
"With Intaleq, you can get a ride to your destination in minutes.": "Intaleq के साथ, आप मिनटों में अपनी मंजिल तक सवारी प्राप्त कर सकते हैं।",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Work": "काम",
|
"Work": "काम",
|
||||||
"Work & Contact": "काम और संपर्क",
|
"Work & Contact": "काम और संपर्क",
|
||||||
"Work Saved": "Work Saved",
|
"Work Saved": "Work Saved",
|
||||||
@@ -1361,7 +1361,7 @@ final Map<String, String> hi = {
|
|||||||
"Year is": "वर्ष है:",
|
"Year is": "वर्ष है:",
|
||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "हाँ, आप कुछ शर्तों के तहत अपनी सवारी रद्द कर सकते हैं (जैसे, ड्राइवर सौंपे जाने से पहले)। विवरण के लिए Intaleq रद्दीकरण नीति देखें।",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "हाँ, आप कुछ शर्तों के तहत अपनी सवारी रद्द कर सकते हैं (जैसे, ड्राइवर सौंपे जाने से पहले)। विवरण के लिए Intaleq रद्दीकरण नीति देखें।",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "हाँ, आप अपनी राइड रद्द कर सकते हैं, लेकिन रद्दीकरण शुल्क लागू हो सकता है।",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "हाँ, आप अपनी राइड रद्द कर सकते हैं, लेकिन रद्दीकरण शुल्क लागू हो सकता है।",
|
||||||
"You Are Stopped For this Day !": "आप इस दिन के लिए रोक दिए गए हैं!",
|
"You Are Stopped For this Day !": "आप इस दिन के लिए रोक दिए गए हैं!",
|
||||||
"You Can Cancel Trip And get Cost of Trip From": "आप ट्रिप रद्द कर सकते हैं और ट्रिप की कीमत प्राप्त कर सकते हैं से",
|
"You Can Cancel Trip And get Cost of Trip From": "आप ट्रिप रद्द कर सकते हैं और ट्रिप की कीमत प्राप्त कर सकते हैं से",
|
||||||
@@ -1397,7 +1397,7 @@ final Map<String, String> hi = {
|
|||||||
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "आप नकद या कार्ड का उपयोग करके भुगतान कर सकते हैं।",
|
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "आप नकद या कार्ड का उपयोग करके भुगतान कर सकते हैं।",
|
||||||
"You can resend in": "पुनः भेज सकते हैं",
|
"You can resend in": "पुनः भेज सकते हैं",
|
||||||
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "आप Intaleq ऐप को अपने दोस्तों के साथ साझा कर सकते हैं और पुरस्कार अर्जित कर सकते हैं",
|
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "आप Intaleq ऐप को अपने दोस्तों के साथ साझा कर सकते हैं और पुरस्कार अर्जित कर सकते हैं",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
||||||
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
||||||
"You can't continue with us .\nYou should renew Driver license": "आप हमारे साथ जारी नहीं रख सकते।\nआपको ड्राइवर लाइसेंस का नवीनीकरण करना चाहिए",
|
"You can't continue with us .\nYou should renew Driver license": "आप हमारे साथ जारी नहीं रख सकते।\nआपको ड्राइवर लाइसेंस का नवीनीकरण करना चाहिए",
|
||||||
@@ -1684,7 +1684,7 @@ final Map<String, String> hi = {
|
|||||||
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
||||||
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
||||||
"welcome to intaleq": "Intaleq में आपका स्वागत है",
|
"welcome to intaleq": "Intaleq में आपका स्वागत है",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "स्वागत है, @firstName!",
|
"welcome user": "स्वागत है, @firstName!",
|
||||||
"welcome_message": "Intaleq में आपका स्वागत है!",
|
"welcome_message": "Intaleq में आपका स्वागत है!",
|
||||||
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
||||||
@@ -1704,7 +1704,7 @@ final Map<String, String> hi = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you will pay to Driver": "आप ड्राइवर को भुगतान करेंगे",
|
"you will pay to Driver": "आप ड्राइवर को भुगतान करेंगे",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "आप ड्राइवर के समय की कीमत चुकाएंगे, अपना Intaleq वॉलेट देखें",
|
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "आप ड्राइवर के समय की कीमत चुकाएंगे, अपना Intaleq वॉलेट देखें",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"your ride is Accepted": "आपकी राइड स्वीकार कर ली गई है",
|
"your ride is Accepted": "आपकी राइड स्वीकार कर ली गई है",
|
||||||
"your ride is applied": "आपकी राइड लागू हो गई है",
|
"your ride is applied": "आपकी राइड लागू हो गई है",
|
||||||
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ final Map<String, String> it = {
|
|||||||
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "Viaggio con prenotazione, scegli i migliori autisti e auto.",
|
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "Viaggio con prenotazione, scegli i migliori autisti e auto.",
|
||||||
"AI Page": "Pagina AI",
|
"AI Page": "Pagina AI",
|
||||||
"About Intaleq": "Informazioni su Intaleq",
|
"About Intaleq": "Informazioni su Intaleq",
|
||||||
"About Siro": "About Siro",
|
"About Siro": "About Intaleq",
|
||||||
"About Us": "Chi siamo",
|
"About Us": "Chi siamo",
|
||||||
"Accept": "Accept",
|
"Accept": "Accept",
|
||||||
"Accept Order": "Accetta Ordine",
|
"Accept Order": "Accetta Ordine",
|
||||||
@@ -304,7 +304,7 @@ final Map<String, String> it = {
|
|||||||
"Date of Birth is": "Data Nascita:",
|
"Date of Birth is": "Data Nascita:",
|
||||||
"Date of Birth: ": "Data di Nascita: ",
|
"Date of Birth: ": "Data di Nascita: ",
|
||||||
"Days": "Giorni",
|
"Days": "Giorni",
|
||||||
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,",
|
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Intaleq ,",
|
||||||
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
||||||
"Decline": "Decline",
|
"Decline": "Decline",
|
||||||
"Delete": "Delete",
|
"Delete": "Delete",
|
||||||
@@ -345,8 +345,8 @@ final Map<String, String> it = {
|
|||||||
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
||||||
"Download the Intaleq Driver app now and earn rewards!": "Scarica l'app Intaleq Driver e guadagna premi!",
|
"Download the Intaleq Driver app now and earn rewards!": "Scarica l'app Intaleq Driver e guadagna premi!",
|
||||||
"Download the Intaleq app now and enjoy your ride!": "Scarica l'app Intaleq e goditi il viaggio!",
|
"Download the Intaleq app now and enjoy your ride!": "Scarica l'app Intaleq e goditi il viaggio!",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "Scarica l'app ora:",
|
"Download the app now:": "Scarica l'app ora:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "Autista",
|
"Driver": "Autista",
|
||||||
@@ -433,7 +433,7 @@ final Map<String, String> it = {
|
|||||||
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
||||||
"Evening": "Sera",
|
"Evening": "Sera",
|
||||||
"Exclusive offers and discounts always with the Intaleq app": "Offerte esclusive",
|
"Exclusive offers and discounts always with the Intaleq app": "Offerte esclusive",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Expiration Date": "Data scadenza",
|
"Expiration Date": "Data scadenza",
|
||||||
"Expiration Date ": "Scadenza: ",
|
"Expiration Date ": "Scadenza: ",
|
||||||
"Expiry Date": "Data scadenza",
|
"Expiry Date": "Data scadenza",
|
||||||
@@ -468,8 +468,8 @@ final Map<String, String> it = {
|
|||||||
"For Drivers": "Per Autisti",
|
"For Drivers": "Per Autisti",
|
||||||
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Prezzo dinamico o tempo/distanza.",
|
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Prezzo dinamico o tempo/distanza.",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For official inquiries": "Per richieste ufficiali",
|
"For official inquiries": "Per richieste ufficiali",
|
||||||
"Found another transport": "Ho trovato un altro mezzo",
|
"Found another transport": "Ho trovato un altro mezzo",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
@@ -510,9 +510,9 @@ final Map<String, String> it = {
|
|||||||
"Hello this is Captain": "Ciao, sono il conducente",
|
"Hello this is Captain": "Ciao, sono il conducente",
|
||||||
"Hello this is Driver": "Ciao sono l'Autista",
|
"Hello this is Driver": "Ciao sono l'Autista",
|
||||||
"Hello! I'm inviting you to try Intaleq.": "Ciao! Ti invito a provare Intaleq.",
|
"Hello! I'm inviting you to try Intaleq.": "Ciao! Ti invito a provare Intaleq.",
|
||||||
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Siro.",
|
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Intaleq.",
|
||||||
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
||||||
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Siro.",
|
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Intaleq.",
|
||||||
"Hello, I'm at the agreed-upon location": "Hello, I'm at the agreed-upon location",
|
"Hello, I'm at the agreed-upon location": "Hello, I'm at the agreed-upon location",
|
||||||
"Help Details": "Dettagli aiuto",
|
"Help Details": "Dettagli aiuto",
|
||||||
"Helping Center": "Centro assistenza",
|
"Helping Center": "Centro assistenza",
|
||||||
@@ -610,7 +610,7 @@ final Map<String, String> it = {
|
|||||||
"JOD": "€",
|
"JOD": "€",
|
||||||
"Join": "Unisci",
|
"Join": "Unisci",
|
||||||
"Join Intaleq as a driver using my referral code!": "Unisciti a Intaleq come autista usando il mio codice!",
|
"Join Intaleq as a driver using my referral code!": "Unisciti a Intaleq come autista usando il mio codice!",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Join a channel": "Join a channel",
|
"Join a channel": "Join a channel",
|
||||||
"Jordan": "Giordania",
|
"Jordan": "Giordania",
|
||||||
"KM": "KM",
|
"KM": "KM",
|
||||||
@@ -769,7 +769,7 @@ final Map<String, String> it = {
|
|||||||
"Order Cancelled": "Order Cancelled",
|
"Order Cancelled": "Order Cancelled",
|
||||||
"Order Cancelled by Passenger": "Annullato dal passeggero",
|
"Order Cancelled by Passenger": "Annullato dal passeggero",
|
||||||
"Order Details Intaleq": "Dettagli Ordine",
|
"Order Details Intaleq": "Dettagli Ordine",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "Cronologia ordini",
|
"Order History": "Cronologia ordini",
|
||||||
"Order Request Page": "Pagina richiesta",
|
"Order Request Page": "Pagina richiesta",
|
||||||
"Order Under Review": "Order Under Review",
|
"Order Under Review": "Order Under Review",
|
||||||
@@ -877,7 +877,7 @@ final Map<String, String> it = {
|
|||||||
"Please help! Contact me as soon as possible.": "Aiuto! Contattami subito.",
|
"Please help! Contact me as soon as possible.": "Aiuto! Contattami subito.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "Assicurati di non lasciare effetti personali in auto.",
|
"Please make sure not to leave any personal belongings in the car.": "Assicurati di non lasciare effetti personali in auto.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Assicurati di avere tutti i tuoi effetti personali e che l'eventuale resto sia stato aggiunto al tuo portafoglio. Grazie per aver scelto Intaleq.",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Assicurati di avere tutti i tuoi effetti personali e che l'eventuale resto sia stato aggiunto al tuo portafoglio. Grazie per aver scelto Intaleq.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please put your licence in these border": "Metti la patente nel bordo",
|
"Please put your licence in these border": "Metti la patente nel bordo",
|
||||||
"Please select a reason first": "Please select a reason first",
|
"Please select a reason first": "Please select a reason first",
|
||||||
@@ -1015,7 +1015,7 @@ final Map<String, String> it = {
|
|||||||
"Send Intaleq app to him": "Invia app Intaleq a lui",
|
"Send Intaleq app to him": "Invia app Intaleq a lui",
|
||||||
"Send Invite": "Invia invito",
|
"Send Invite": "Invia invito",
|
||||||
"Send SOS": "Send SOS",
|
"Send SOS": "Send SOS",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "Invia codice verifica",
|
"Send Verfication Code": "Invia codice verifica",
|
||||||
"Send Verification Code": "Invia codice verifica",
|
"Send Verification Code": "Invia codice verifica",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1057,29 +1057,29 @@ final Map<String, String> it = {
|
|||||||
"Sign in with Apple": "Sign in with Apple",
|
"Sign in with Apple": "Sign in with Apple",
|
||||||
"Sign in with Google for easier email and name entry": "Accedi con Google per facilità",
|
"Sign in with Google for easier email and name entry": "Accedi con Google per facilità",
|
||||||
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Apri l'app, inserisci destinazione e richiedi corsa.",
|
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Apri l'app, inserisci destinazione e richiedi corsa.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Passenger": "Siro Passenger",
|
"Siro Passenger": "Intaleq Passenger",
|
||||||
"Siro Support": "Siro Support",
|
"Siro Support": "Intaleq Support",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
||||||
"Sorry 😔": "Spiacenti 😔",
|
"Sorry 😔": "Spiacenti 😔",
|
||||||
"Sorry, there are no cars available of this type right now.": "Spiacenti, non ci sono auto di questo tipo disponibili al momento.",
|
"Sorry, there are no cars available of this type right now.": "Spiacenti, non ci sono auto di questo tipo disponibili al momento.",
|
||||||
@@ -1094,7 +1094,7 @@ final Map<String, String> it = {
|
|||||||
"Statistics": "Statistiche",
|
"Statistics": "Statistiche",
|
||||||
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
||||||
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Istruzioni passo-passo per richiedere una corsa.",
|
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Istruzioni passo-passo per richiedere una corsa.",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Submit": "Submit",
|
"Submit": "Submit",
|
||||||
"Submit ": "Invia ",
|
"Submit ": "Invia ",
|
||||||
@@ -1188,13 +1188,13 @@ final Map<String, String> it = {
|
|||||||
"To Work": "To Work",
|
"To Work": "To Work",
|
||||||
"To become a passenger, you must review and agree to the ": "Per diventare passeggero, devi accettare i ",
|
"To become a passenger, you must review and agree to the ": "Per diventare passeggero, devi accettare i ",
|
||||||
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "Carica patente, documento d'identità e libretto. Verifica in 2-3 minuti.",
|
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "Carica patente, documento d'identità e libretto. Verifica in 2-3 minuti.",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To change Language the App": "To change Language the App",
|
"To change Language the App": "To change Language the App",
|
||||||
"To change some Settings": "Per cambiare impostazioni",
|
"To change some Settings": "Per cambiare impostazioni",
|
||||||
"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.": "Seleziona il paese per informazioni accurate.",
|
"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.": "Seleziona il paese per informazioni accurate.",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Per offrirti la migliore esperienza, dobbiamo sapere dove sei. La tua posizione serve per trovare autisti vicini.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Per offrirti la migliore esperienza, dobbiamo sapere dove sei. La tua posizione serve per trovare autisti vicini.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "Visita il sito per registrarti.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "Visita il sito per registrarti.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "Per usare il portafoglio, ricaricalo",
|
"To use Wallet charge it": "Per usare il portafoglio, ricaricalo",
|
||||||
"Today's Promos": "Promo di oggi",
|
"Today's Promos": "Promo di oggi",
|
||||||
"Top up Balance": "Top up Balance",
|
"Top up Balance": "Top up Balance",
|
||||||
@@ -1283,7 +1283,7 @@ final Map<String, String> it = {
|
|||||||
"View your past transactions": "Visualizza le transazioni passate",
|
"View your past transactions": "Visualizza le transazioni passate",
|
||||||
"Visit Website/Contact Support": "Sito/Supporto",
|
"Visit Website/Contact Support": "Sito/Supporto",
|
||||||
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "Visita il sito o contatta il supporto.",
|
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "Visita il sito o contatta il supporto.",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Call": "Chiamata vocale",
|
"Voice Call": "Chiamata vocale",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for the trip to start first": "Wait for the trip to start first",
|
"Wait for the trip to start first": "Wait for the trip to start first",
|
||||||
@@ -1298,7 +1298,7 @@ final Map<String, String> it = {
|
|||||||
"Wallet!": "Portafoglio!",
|
"Wallet!": "Portafoglio!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Intaleqing detected!": "Avviso: Eccesso velocità!",
|
"Warning: Intaleqing detected!": "Avviso: Eccesso velocità!",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "Attenzione: Rilevato eccesso di velocità!",
|
"Warning: Speeding detected!": "Attenzione: Rilevato eccesso di velocità!",
|
||||||
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "Spiacenti, niente auto in zona!",
|
"We Are Sorry That we dont have cars in your Location!": "Spiacenti, niente auto in zona!",
|
||||||
@@ -1316,7 +1316,7 @@ final Map<String, String> it = {
|
|||||||
"We need your phone number to contact you and to help you receive orders.": "Ci serve il tuo numero per ricevere ordini.",
|
"We need your phone number to contact you and to help you receive orders.": "Ci serve il tuo numero per ricevere ordini.",
|
||||||
"We need your phone number to contact you and to help you.": "Ci serve il tuo numero per contattarti.",
|
"We need your phone number to contact you and to help you.": "Ci serve il tuo numero per contattarti.",
|
||||||
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "Velocità > 100 km/h. Rallenta.",
|
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "Velocità > 100 km/h. Rallenta.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
||||||
"We regret to inform you that another driver has accepted this order.": "Ci dispiace informarti che un altro autista ha accettato questo ordine.",
|
"We regret to inform you that another driver has accepted this order.": "Ci dispiace informarti che un altro autista ha accettato questo ordine.",
|
||||||
@@ -1331,10 +1331,10 @@ final Map<String, String> it = {
|
|||||||
"Welcome Back": "Welcome Back",
|
"Welcome Back": "Welcome Back",
|
||||||
"Welcome Back!": "Bentornato!",
|
"Welcome Back!": "Bentornato!",
|
||||||
"Welcome to Intaleq!": "Benvenuto in Intaleq!",
|
"Welcome to Intaleq!": "Benvenuto in Intaleq!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the requirements to become a driver?": "Quali sono i requisiti?",
|
"What are the requirements to become a driver?": "Quali sono i requisiti?",
|
||||||
"What safety measures does Intaleq offer?": "Misure di sicurezza?",
|
"What safety measures does Intaleq offer?": "Misure di sicurezza?",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "Quali veicoli sono disponibili?",
|
"What types of vehicles are available?": "Quali veicoli sono disponibili?",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "Estrattore posizione WhatsApp",
|
"WhatsApp Location Extractor": "Estrattore posizione WhatsApp",
|
||||||
@@ -1344,10 +1344,10 @@ final Map<String, String> it = {
|
|||||||
"Where to": "Dove vuoi andare?",
|
"Where to": "Dove vuoi andare?",
|
||||||
"Where you want go ": "Dove vuoi andare ",
|
"Where you want go ": "Dove vuoi andare ",
|
||||||
"Why Choose Intaleq?": "Perché Intaleq?",
|
"Why Choose Intaleq?": "Perché Intaleq?",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel?": "Why do you want to cancel?",
|
"Why do you want to cancel?": "Why do you want to cancel?",
|
||||||
"With Intaleq, you can get a ride to your destination in minutes.": "Corsa in minuti.",
|
"With Intaleq, you can get a ride to your destination in minutes.": "Corsa in minuti.",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Work": "Lavoro",
|
"Work": "Lavoro",
|
||||||
"Work & Contact": "Lavoro e Contatti",
|
"Work & Contact": "Lavoro e Contatti",
|
||||||
"Work Saved": "Work Saved",
|
"Work Saved": "Work Saved",
|
||||||
@@ -1361,7 +1361,7 @@ final Map<String, String> it = {
|
|||||||
"Year is": "Anno:",
|
"Year is": "Anno:",
|
||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Sì, puoi annullare la corsa a determinate condizioni (ad es. prima dell'assegnazione dell'autista). Consulta la politica di cancellazione Intaleq per i dettagli.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Sì, puoi annullare la corsa a determinate condizioni (ad es. prima dell'assegnazione dell'autista). Consulta la politica di cancellazione Intaleq per i dettagli.",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Sì, puoi annullare, potrebbero esserci costi.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Sì, puoi annullare, potrebbero esserci costi.",
|
||||||
"You Are Stopped For this Day !": "Fermato per oggi!",
|
"You Are Stopped For this Day !": "Fermato per oggi!",
|
||||||
"You Can Cancel Trip And get Cost of Trip From": "Annulla e ottieni costo da",
|
"You Can Cancel Trip And get Cost of Trip From": "Annulla e ottieni costo da",
|
||||||
@@ -1397,7 +1397,7 @@ final Map<String, String> it = {
|
|||||||
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "Contanti o carta.",
|
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "Contanti o carta.",
|
||||||
"You can resend in": "Puoi inviare di nuovo tra",
|
"You can resend in": "Puoi inviare di nuovo tra",
|
||||||
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "Condividi l'app e guadagna premi.",
|
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "Condividi l'app e guadagna premi.",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
||||||
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
||||||
"You can't continue with us .\nYou should renew Driver license": "Devi rinnovare la patente",
|
"You can't continue with us .\nYou should renew Driver license": "Devi rinnovare la patente",
|
||||||
@@ -1684,7 +1684,7 @@ final Map<String, String> it = {
|
|||||||
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
||||||
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
||||||
"welcome to intaleq": "Benvenuto in Intaleq",
|
"welcome to intaleq": "Benvenuto in Intaleq",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "Benvenuto, @firstName!",
|
"welcome user": "Benvenuto, @firstName!",
|
||||||
"welcome_message": "Benvenuto in Intaleq!",
|
"welcome_message": "Benvenuto in Intaleq!",
|
||||||
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
||||||
@@ -1704,7 +1704,7 @@ final Map<String, String> it = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you will pay to Driver": "Pagherai all'autista",
|
"you will pay to Driver": "Pagherai all'autista",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "Pagherai il costo del tempo dell'autista, controlla il tuo portafoglio Intaleq",
|
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "Pagherai il costo del tempo dell'autista, controlla il tuo portafoglio Intaleq",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"your ride is Accepted": "Corsa accettata",
|
"your ride is Accepted": "Corsa accettata",
|
||||||
"your ride is applied": "corsa richiesta",
|
"your ride is applied": "corsa richiesta",
|
||||||
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ final Map<String, String> ru = {
|
|||||||
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "Поездка по предзаказу, выбор лучших водителей и авто.",
|
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "Поездка по предзаказу, выбор лучших водителей и авто.",
|
||||||
"AI Page": "AI Страница",
|
"AI Page": "AI Страница",
|
||||||
"About Intaleq": "Об Intaleq",
|
"About Intaleq": "Об Intaleq",
|
||||||
"About Siro": "About Siro",
|
"About Siro": "About Intaleq",
|
||||||
"About Us": "О нас",
|
"About Us": "О нас",
|
||||||
"Accept": "Accept",
|
"Accept": "Accept",
|
||||||
"Accept Order": "Принять заказ",
|
"Accept Order": "Принять заказ",
|
||||||
@@ -304,7 +304,7 @@ final Map<String, String> ru = {
|
|||||||
"Date of Birth is": "Дата рождения:",
|
"Date of Birth is": "Дата рождения:",
|
||||||
"Date of Birth: ": "Дата рождения: ",
|
"Date of Birth: ": "Дата рождения: ",
|
||||||
"Days": "Дни",
|
"Days": "Дни",
|
||||||
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,",
|
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Intaleq ,",
|
||||||
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
||||||
"Decline": "Decline",
|
"Decline": "Decline",
|
||||||
"Delete": "Delete",
|
"Delete": "Delete",
|
||||||
@@ -345,8 +345,8 @@ final Map<String, String> ru = {
|
|||||||
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
||||||
"Download the Intaleq Driver app now and earn rewards!": "Скачай Intaleq Driver и получай бонусы!",
|
"Download the Intaleq Driver app now and earn rewards!": "Скачай Intaleq Driver и получай бонусы!",
|
||||||
"Download the Intaleq app now and enjoy your ride!": "Скачай Intaleq и наслаждайся поездкой!",
|
"Download the Intaleq app now and enjoy your ride!": "Скачай Intaleq и наслаждайся поездкой!",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "Скачай приложение:",
|
"Download the app now:": "Скачай приложение:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "Водитель",
|
"Driver": "Водитель",
|
||||||
@@ -433,7 +433,7 @@ final Map<String, String> ru = {
|
|||||||
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
||||||
"Evening": "Вечер",
|
"Evening": "Вечер",
|
||||||
"Exclusive offers and discounts always with the Intaleq app": "Эксклюзивные предложения",
|
"Exclusive offers and discounts always with the Intaleq app": "Эксклюзивные предложения",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Expiration Date": "Дата окончания",
|
"Expiration Date": "Дата окончания",
|
||||||
"Expiration Date ": "Истекает: ",
|
"Expiration Date ": "Истекает: ",
|
||||||
"Expiry Date": "Действует до",
|
"Expiry Date": "Действует до",
|
||||||
@@ -468,8 +468,8 @@ final Map<String, String> ru = {
|
|||||||
"For Drivers": "Водителям",
|
"For Drivers": "Водителям",
|
||||||
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Цена динамическая или по времени/расстоянию.",
|
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Цена динамическая или по времени/расстоянию.",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For official inquiries": "Для официальных запросов",
|
"For official inquiries": "Для официальных запросов",
|
||||||
"Found another transport": "Нашел другой транспорт",
|
"Found another transport": "Нашел другой транспорт",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
@@ -510,9 +510,9 @@ final Map<String, String> ru = {
|
|||||||
"Hello this is Captain": "Привет, это водитель",
|
"Hello this is Captain": "Привет, это водитель",
|
||||||
"Hello this is Driver": "Привет, я водитель",
|
"Hello this is Driver": "Привет, я водитель",
|
||||||
"Hello! I'm inviting you to try Intaleq.": "Привет! Приглашаю попробовать Intaleq.",
|
"Hello! I'm inviting you to try Intaleq.": "Привет! Приглашаю попробовать Intaleq.",
|
||||||
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Siro.",
|
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Intaleq.",
|
||||||
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
||||||
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Siro.",
|
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Intaleq.",
|
||||||
"Hello, I'm at the agreed-upon location": "Hello, I'm at the agreed-upon location",
|
"Hello, I'm at the agreed-upon location": "Hello, I'm at the agreed-upon location",
|
||||||
"Help Details": "Помощь",
|
"Help Details": "Помощь",
|
||||||
"Helping Center": "Помощь",
|
"Helping Center": "Помощь",
|
||||||
@@ -610,7 +610,7 @@ final Map<String, String> ru = {
|
|||||||
"JOD": "₽",
|
"JOD": "₽",
|
||||||
"Join": "Войти",
|
"Join": "Войти",
|
||||||
"Join Intaleq as a driver using my referral code!": "Стань водителем Intaleq с моим кодом!",
|
"Join Intaleq as a driver using my referral code!": "Стань водителем Intaleq с моим кодом!",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Join a channel": "Join a channel",
|
"Join a channel": "Join a channel",
|
||||||
"Jordan": "Иордания",
|
"Jordan": "Иордания",
|
||||||
"KM": "КМ",
|
"KM": "КМ",
|
||||||
@@ -769,7 +769,7 @@ final Map<String, String> ru = {
|
|||||||
"Order Cancelled": "Order Cancelled",
|
"Order Cancelled": "Order Cancelled",
|
||||||
"Order Cancelled by Passenger": "Отмена пассажиром",
|
"Order Cancelled by Passenger": "Отмена пассажиром",
|
||||||
"Order Details Intaleq": "Детали заказа",
|
"Order Details Intaleq": "Детали заказа",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "История заказов",
|
"Order History": "История заказов",
|
||||||
"Order Request Page": "Страница заказа",
|
"Order Request Page": "Страница заказа",
|
||||||
"Order Under Review": "Order Under Review",
|
"Order Under Review": "Order Under Review",
|
||||||
@@ -877,7 +877,7 @@ final Map<String, String> ru = {
|
|||||||
"Please help! Contact me as soon as possible.": "Помогите! Свяжитесь со мной.",
|
"Please help! Contact me as soon as possible.": "Помогите! Свяжитесь со мной.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "Убедитесь, что не оставили вещи в машине.",
|
"Please make sure not to leave any personal belongings in the car.": "Убедитесь, что не оставили вещи в машине.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Проверьте вещи и баланс кошелька перед выходом. Спасибо за выбор Intaleq.",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Проверьте вещи и баланс кошелька перед выходом. Спасибо за выбор Intaleq.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please put your licence in these border": "Поместите права в рамку",
|
"Please put your licence in these border": "Поместите права в рамку",
|
||||||
"Please select a reason first": "Please select a reason first",
|
"Please select a reason first": "Please select a reason first",
|
||||||
@@ -1015,7 +1015,7 @@ final Map<String, String> ru = {
|
|||||||
"Send Intaleq app to him": "Отправить ему приложение Intaleq",
|
"Send Intaleq app to him": "Отправить ему приложение Intaleq",
|
||||||
"Send Invite": "Отправить",
|
"Send Invite": "Отправить",
|
||||||
"Send SOS": "Send SOS",
|
"Send SOS": "Send SOS",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "Отправить код",
|
"Send Verfication Code": "Отправить код",
|
||||||
"Send Verification Code": "Отправить код",
|
"Send Verification Code": "Отправить код",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1057,29 +1057,29 @@ final Map<String, String> ru = {
|
|||||||
"Sign in with Apple": "Sign in with Apple",
|
"Sign in with Apple": "Sign in with Apple",
|
||||||
"Sign in with Google for easier email and name entry": "Вход через Google",
|
"Sign in with Google for easier email and name entry": "Вход через Google",
|
||||||
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Откройте приложение, введите адрес и закажите.",
|
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Откройте приложение, введите адрес и закажите.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Passenger": "Siro Passenger",
|
"Siro Passenger": "Intaleq Passenger",
|
||||||
"Siro Support": "Siro Support",
|
"Siro Support": "Intaleq Support",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
||||||
"Sorry 😔": "Извините 😔",
|
"Sorry 😔": "Извините 😔",
|
||||||
"Sorry, there are no cars available of this type right now.": "Извините, сейчас нет доступных машин этого типа.",
|
"Sorry, there are no cars available of this type right now.": "Извините, сейчас нет доступных машин этого типа.",
|
||||||
@@ -1094,7 +1094,7 @@ final Map<String, String> ru = {
|
|||||||
"Statistics": "Статистика",
|
"Statistics": "Статистика",
|
||||||
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
||||||
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Инструкция по заказу поездки.",
|
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Инструкция по заказу поездки.",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Submit": "Submit",
|
"Submit": "Submit",
|
||||||
"Submit ": "Отправить ",
|
"Submit ": "Отправить ",
|
||||||
@@ -1188,13 +1188,13 @@ final Map<String, String> ru = {
|
|||||||
"To Work": "To Work",
|
"To Work": "To Work",
|
||||||
"To become a passenger, you must review and agree to the ": "Чтобы стать пассажиром, примите ",
|
"To become a passenger, you must review and agree to the ": "Чтобы стать пассажиром, примите ",
|
||||||
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "Загрузите права, паспорт и СТС. Проверка займет 2-3 минуты.",
|
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "Загрузите права, паспорт и СТС. Проверка займет 2-3 минуты.",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To change Language the App": "To change Language the App",
|
"To change Language the App": "To change Language the App",
|
||||||
"To change some Settings": "Изменить настройки",
|
"To change some Settings": "Изменить настройки",
|
||||||
"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.": "Выберите страну для корректной работы.",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Нам нужно знать ваше местоположение, чтобы найти ближайших водителей.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Нам нужно знать ваше местоположение, чтобы найти ближайших водителей.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "Посетите сайт.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "Посетите сайт.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "Пополните кошелек",
|
"To use Wallet charge it": "Пополните кошелек",
|
||||||
"Today's Promos": "Промоакции сегодня",
|
"Today's Promos": "Промоакции сегодня",
|
||||||
"Top up Balance": "Top up Balance",
|
"Top up Balance": "Top up Balance",
|
||||||
@@ -1283,7 +1283,7 @@ final Map<String, String> ru = {
|
|||||||
"View your past transactions": "Просмотр транзакций",
|
"View your past transactions": "Просмотр транзакций",
|
||||||
"Visit Website/Contact Support": "Сайт/Поддержка",
|
"Visit Website/Contact Support": "Сайт/Поддержка",
|
||||||
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "Посетите сайт или напишите в поддержку.",
|
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "Посетите сайт или напишите в поддержку.",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Call": "Голосовой звонок",
|
"Voice Call": "Голосовой звонок",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for the trip to start first": "Wait for the trip to start first",
|
"Wait for the trip to start first": "Wait for the trip to start first",
|
||||||
@@ -1298,7 +1298,7 @@ final Map<String, String> ru = {
|
|||||||
"Wallet!": "Кошелек!",
|
"Wallet!": "Кошелек!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Intaleqing detected!": "Внимание: Скорость!",
|
"Warning: Intaleqing detected!": "Внимание: Скорость!",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "Внимание: Превышение скорости!",
|
"Warning: Speeding detected!": "Внимание: Превышение скорости!",
|
||||||
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "Нет машин в вашем районе!",
|
"We Are Sorry That we dont have cars in your Location!": "Нет машин в вашем районе!",
|
||||||
@@ -1316,7 +1316,7 @@ final Map<String, String> ru = {
|
|||||||
"We need your phone number to contact you and to help you receive orders.": "Нам нужен номер для заказов.",
|
"We need your phone number to contact you and to help you receive orders.": "Нам нужен номер для заказов.",
|
||||||
"We need your phone number to contact you and to help you.": "Нам нужен ваш номер для связи.",
|
"We need your phone number to contact you and to help you.": "Нам нужен ваш номер для связи.",
|
||||||
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "Скорость > 100 км/ч. Притормозите.",
|
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "Скорость > 100 км/ч. Притормозите.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
||||||
"We regret to inform you that another driver has accepted this order.": "К сожалению, этот заказ принял другой водитель.",
|
"We regret to inform you that another driver has accepted this order.": "К сожалению, этот заказ принял другой водитель.",
|
||||||
@@ -1331,10 +1331,10 @@ final Map<String, String> ru = {
|
|||||||
"Welcome Back": "Welcome Back",
|
"Welcome Back": "Welcome Back",
|
||||||
"Welcome Back!": "С возвращением!",
|
"Welcome Back!": "С возвращением!",
|
||||||
"Welcome to Intaleq!": "Добро пожаловать в Intaleq!",
|
"Welcome to Intaleq!": "Добро пожаловать в Intaleq!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the requirements to become a driver?": "Требования к водителю?",
|
"What are the requirements to become a driver?": "Требования к водителю?",
|
||||||
"What safety measures does Intaleq offer?": "Какие меры безопасности?",
|
"What safety measures does Intaleq offer?": "Какие меры безопасности?",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "Какие авто доступны?",
|
"What types of vehicles are available?": "Какие авто доступны?",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "Локация из WhatsApp",
|
"WhatsApp Location Extractor": "Локация из WhatsApp",
|
||||||
@@ -1344,10 +1344,10 @@ final Map<String, String> ru = {
|
|||||||
"Where to": "Куда едем?",
|
"Where to": "Куда едем?",
|
||||||
"Where you want go ": "Куда едем ",
|
"Where you want go ": "Куда едем ",
|
||||||
"Why Choose Intaleq?": "Почему Intaleq?",
|
"Why Choose Intaleq?": "Почему Intaleq?",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel?": "Why do you want to cancel?",
|
"Why do you want to cancel?": "Why do you want to cancel?",
|
||||||
"With Intaleq, you can get a ride to your destination in minutes.": "Машина за минуты.",
|
"With Intaleq, you can get a ride to your destination in minutes.": "Машина за минуты.",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Work": "Работа",
|
"Work": "Работа",
|
||||||
"Work & Contact": "Работа и Контакты",
|
"Work & Contact": "Работа и Контакты",
|
||||||
"Work Saved": "Work Saved",
|
"Work Saved": "Work Saved",
|
||||||
@@ -1361,7 +1361,7 @@ final Map<String, String> ru = {
|
|||||||
"Year is": "Год:",
|
"Year is": "Год:",
|
||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Да, вы можете отменить поездку при определенных условиях (например, до назначения водителя). Подробности см. в правилах отмены Intaleq.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Да, вы можете отменить поездку при определенных условиях (например, до назначения водителя). Подробности см. в правилах отмены Intaleq.",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Да, возможна комиссия за отмену.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Да, возможна комиссия за отмену.",
|
||||||
"You Are Stopped For this Day !": "Блокировка на сегодня!",
|
"You Are Stopped For this Day !": "Блокировка на сегодня!",
|
||||||
"You Can Cancel Trip And get Cost of Trip From": "Можно отменить и получить стоимость с",
|
"You Can Cancel Trip And get Cost of Trip From": "Можно отменить и получить стоимость с",
|
||||||
@@ -1397,7 +1397,7 @@ final Map<String, String> ru = {
|
|||||||
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "Наличные или карта.",
|
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "Наличные или карта.",
|
||||||
"You can resend in": "Отправить снова через",
|
"You can resend in": "Отправить снова через",
|
||||||
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "Делись и зарабатывай.",
|
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "Делись и зарабатывай.",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
||||||
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
||||||
"You can't continue with us .\nYou should renew Driver license": "Нужно обновить права",
|
"You can't continue with us .\nYou should renew Driver license": "Нужно обновить права",
|
||||||
@@ -1684,7 +1684,7 @@ final Map<String, String> ru = {
|
|||||||
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
||||||
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
||||||
"welcome to intaleq": "Добро пожаловать в Intaleq",
|
"welcome to intaleq": "Добро пожаловать в Intaleq",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "Добро пожаловать, @firstName!",
|
"welcome user": "Добро пожаловать, @firstName!",
|
||||||
"welcome_message": "Добро пожаловать в Intaleq!",
|
"welcome_message": "Добро пожаловать в Intaleq!",
|
||||||
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
||||||
@@ -1704,7 +1704,7 @@ final Map<String, String> ru = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you will pay to Driver": "К оплате водителю",
|
"you will pay to Driver": "К оплате водителю",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "Оплата за время водителя, см. кошелек Intaleq",
|
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "Оплата за время водителя, см. кошелек Intaleq",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"your ride is Accepted": "Заказ принят",
|
"your ride is Accepted": "Заказ принят",
|
||||||
"your ride is applied": "поездка оформлена",
|
"your ride is applied": "поездка оформлена",
|
||||||
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ final Map<String, String> tr = {
|
|||||||
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "Ön rezervasyonlu yolculuk, en iyi kaptanları ve araçları seçmenize olanak tanır.",
|
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "Ön rezervasyonlu yolculuk, en iyi kaptanları ve araçları seçmenize olanak tanır.",
|
||||||
"AI Page": "YZ Sayfası",
|
"AI Page": "YZ Sayfası",
|
||||||
"About Intaleq": "Intaleq Hakkında",
|
"About Intaleq": "Intaleq Hakkında",
|
||||||
"About Siro": "About Siro",
|
"About Siro": "About Intaleq",
|
||||||
"About Us": "Hakkımızda",
|
"About Us": "Hakkımızda",
|
||||||
"Accept": "Accept",
|
"Accept": "Accept",
|
||||||
"Accept Order": "Siparişi Kabul Et",
|
"Accept Order": "Siparişi Kabul Et",
|
||||||
@@ -304,7 +304,7 @@ final Map<String, String> tr = {
|
|||||||
"Date of Birth is": "Doğum Tarihi:",
|
"Date of Birth is": "Doğum Tarihi:",
|
||||||
"Date of Birth: ": "Doğum Tarihi: ",
|
"Date of Birth: ": "Doğum Tarihi: ",
|
||||||
"Days": "Günler",
|
"Days": "Günler",
|
||||||
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,",
|
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Intaleq ,",
|
||||||
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
||||||
"Decline": "Decline",
|
"Decline": "Decline",
|
||||||
"Delete": "Delete",
|
"Delete": "Delete",
|
||||||
@@ -345,8 +345,8 @@ final Map<String, String> tr = {
|
|||||||
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
||||||
"Download the Intaleq Driver app now and earn rewards!": "Intaleq Sürücü uygulamasını indir ve kazan!",
|
"Download the Intaleq Driver app now and earn rewards!": "Intaleq Sürücü uygulamasını indir ve kazan!",
|
||||||
"Download the Intaleq app now and enjoy your ride!": "Intaleq uygulamasını indir ve yolculuğun tadını çıkar!",
|
"Download the Intaleq app now and enjoy your ride!": "Intaleq uygulamasını indir ve yolculuğun tadını çıkar!",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "Uygulamayı hemen indir:",
|
"Download the app now:": "Uygulamayı hemen indir:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "Sürücü",
|
"Driver": "Sürücü",
|
||||||
@@ -433,7 +433,7 @@ final Map<String, String> tr = {
|
|||||||
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
||||||
"Evening": "Akşam",
|
"Evening": "Akşam",
|
||||||
"Exclusive offers and discounts always with the Intaleq app": "Özel teklifler ve indirimler her zaman Intaleq uygulamasında",
|
"Exclusive offers and discounts always with the Intaleq app": "Özel teklifler ve indirimler her zaman Intaleq uygulamasında",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Expiration Date": "Son Kullanma Tarihi",
|
"Expiration Date": "Son Kullanma Tarihi",
|
||||||
"Expiration Date ": "Son Kullanma Tarihi: ",
|
"Expiration Date ": "Son Kullanma Tarihi: ",
|
||||||
"Expiry Date": "Geçerlilik Tarihi",
|
"Expiry Date": "Geçerlilik Tarihi",
|
||||||
@@ -468,8 +468,8 @@ final Map<String, String> tr = {
|
|||||||
"For Drivers": "Sürücüler İçin",
|
"For Drivers": "Sürücüler İçin",
|
||||||
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Intaleq ve scooter yolculukları için fiyat dinamiktir. Konfor için zaman ve mesafeye dayalıdır.",
|
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Intaleq ve scooter yolculukları için fiyat dinamiktir. Konfor için zaman ve mesafeye dayalıdır.",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For official inquiries": "Resmi sorular için",
|
"For official inquiries": "Resmi sorular için",
|
||||||
"Found another transport": "Başka bir ulaşım aracı buldum",
|
"Found another transport": "Başka bir ulaşım aracı buldum",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
@@ -510,9 +510,9 @@ final Map<String, String> tr = {
|
|||||||
"Hello this is Captain": "Merhaba, ben Kaptan",
|
"Hello this is Captain": "Merhaba, ben Kaptan",
|
||||||
"Hello this is Driver": "Merhaba ben Sürücü",
|
"Hello this is Driver": "Merhaba ben Sürücü",
|
||||||
"Hello! I'm inviting you to try Intaleq.": "Merhaba! Seni Intaleq'i denemeye davet ediyorum.",
|
"Hello! I'm inviting you to try Intaleq.": "Merhaba! Seni Intaleq'i denemeye davet ediyorum.",
|
||||||
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Siro.",
|
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Intaleq.",
|
||||||
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
||||||
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Siro.",
|
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Intaleq.",
|
||||||
"Hello, I'm at the agreed-upon location": "Hello, I'm at the agreed-upon location",
|
"Hello, I'm at the agreed-upon location": "Hello, I'm at the agreed-upon location",
|
||||||
"Help Details": "Yardım Detayları",
|
"Help Details": "Yardım Detayları",
|
||||||
"Helping Center": "Yardım Merkezi",
|
"Helping Center": "Yardım Merkezi",
|
||||||
@@ -610,7 +610,7 @@ final Map<String, String> tr = {
|
|||||||
"JOD": "TL",
|
"JOD": "TL",
|
||||||
"Join": "Katıl",
|
"Join": "Katıl",
|
||||||
"Join Intaleq as a driver using my referral code!": "Referans kodumla Intaleq sürücüsü ol!",
|
"Join Intaleq as a driver using my referral code!": "Referans kodumla Intaleq sürücüsü ol!",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Join a channel": "Join a channel",
|
"Join a channel": "Join a channel",
|
||||||
"Jordan": "Ürdün",
|
"Jordan": "Ürdün",
|
||||||
"KM": "KM",
|
"KM": "KM",
|
||||||
@@ -769,7 +769,7 @@ final Map<String, String> tr = {
|
|||||||
"Order Cancelled": "Order Cancelled",
|
"Order Cancelled": "Order Cancelled",
|
||||||
"Order Cancelled by Passenger": "Sipariş Yolcu Tarafından İptal Edildi",
|
"Order Cancelled by Passenger": "Sipariş Yolcu Tarafından İptal Edildi",
|
||||||
"Order Details Intaleq": "Sipariş Detayları Intaleq",
|
"Order Details Intaleq": "Sipariş Detayları Intaleq",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "Sipariş Geçmişi",
|
"Order History": "Sipariş Geçmişi",
|
||||||
"Order Request Page": "Sipariş İstek Sayfası",
|
"Order Request Page": "Sipariş İstek Sayfası",
|
||||||
"Order Under Review": "Order Under Review",
|
"Order Under Review": "Order Under Review",
|
||||||
@@ -877,7 +877,7 @@ final Map<String, String> tr = {
|
|||||||
"Please help! Contact me as soon as possible.": "Lütfen yardım edin! Bana hemen ulaşın.",
|
"Please help! Contact me as soon as possible.": "Lütfen yardım edin! Bana hemen ulaşın.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "Lütfen araçta kişisel eşya bırakmadığınızdan emin olun.",
|
"Please make sure not to leave any personal belongings in the car.": "Lütfen araçta kişisel eşya bırakmadığınızdan emin olun.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Lütfen eşyalarınızı kontrol edin ve kalan ücretin cüzdanınıza eklendiğinden emin olun. Teşekkürler.",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "Lütfen eşyalarınızı kontrol edin ve kalan ücretin cüzdanınıza eklendiğinden emin olun. Teşekkürler.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please put your licence in these border": "Lütfen ehliyetinizi bu çerçeveye yerleştirin",
|
"Please put your licence in these border": "Lütfen ehliyetinizi bu çerçeveye yerleştirin",
|
||||||
"Please select a reason first": "Please select a reason first",
|
"Please select a reason first": "Please select a reason first",
|
||||||
@@ -1015,7 +1015,7 @@ final Map<String, String> tr = {
|
|||||||
"Send Intaleq app to him": "Ona Intaleq uygulamasını gönder",
|
"Send Intaleq app to him": "Ona Intaleq uygulamasını gönder",
|
||||||
"Send Invite": "Davet Gönder",
|
"Send Invite": "Davet Gönder",
|
||||||
"Send SOS": "Send SOS",
|
"Send SOS": "Send SOS",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "Doğrulama Kodu Gönder",
|
"Send Verfication Code": "Doğrulama Kodu Gönder",
|
||||||
"Send Verification Code": "Doğrulama Kodu Gönder",
|
"Send Verification Code": "Doğrulama Kodu Gönder",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1057,29 +1057,29 @@ final Map<String, String> tr = {
|
|||||||
"Sign in with Apple": "Sign in with Apple",
|
"Sign in with Apple": "Sign in with Apple",
|
||||||
"Sign in with Google for easier email and name entry": "Daha kolay giriş için Google ile bağlanın",
|
"Sign in with Google for easier email and name entry": "Daha kolay giriş için Google ile bağlanın",
|
||||||
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Uygulamayı açın, hedefi girin ve \"Yolculuk İste\"ye dokunun.",
|
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Uygulamayı açın, hedefi girin ve \"Yolculuk İste\"ye dokunun.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Passenger": "Siro Passenger",
|
"Siro Passenger": "Intaleq Passenger",
|
||||||
"Siro Support": "Siro Support",
|
"Siro Support": "Intaleq Support",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
||||||
"Sorry 😔": "Üzgünüz 😔",
|
"Sorry 😔": "Üzgünüz 😔",
|
||||||
"Sorry, there are no cars available of this type right now.": "Üzgünüz, şu an bu tipte uygun araç yok.",
|
"Sorry, there are no cars available of this type right now.": "Üzgünüz, şu an bu tipte uygun araç yok.",
|
||||||
@@ -1094,7 +1094,7 @@ final Map<String, String> tr = {
|
|||||||
"Statistics": "İstatistikler",
|
"Statistics": "İstatistikler",
|
||||||
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
||||||
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Intaleq uygulaması üzerinden yolculuk isteme adımları.",
|
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Intaleq uygulaması üzerinden yolculuk isteme adımları.",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Submit": "Submit",
|
"Submit": "Submit",
|
||||||
"Submit ": "Gönder ",
|
"Submit ": "Gönder ",
|
||||||
@@ -1188,13 +1188,13 @@ final Map<String, String> tr = {
|
|||||||
"To Work": "To Work",
|
"To Work": "To Work",
|
||||||
"To become a passenger, you must review and agree to the ": "Yolcu olmak için şunları inceleyip kabul etmelisiniz: ",
|
"To become a passenger, you must review and agree to the ": "Yolcu olmak için şunları inceleyip kabul etmelisiniz: ",
|
||||||
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "Sürücü olmak için ehliyet, kimlik ve ruhsatınızı yüklemelisiniz. Yapay zekamız 2-3 dakikada doğrular. Sahte belge yüklemek yasal sonuçlar doğurur.",
|
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "Sürücü olmak için ehliyet, kimlik ve ruhsatınızı yüklemelisiniz. Yapay zekamız 2-3 dakikada doğrular. Sahte belge yüklemek yasal sonuçlar doğurur.",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To change Language the App": "To change Language the App",
|
"To change Language the App": "To change Language the App",
|
||||||
"To change some Settings": "Bazı Ayarları değiştirmek için",
|
"To change some Settings": "Bazı Ayarları değiştirmek için",
|
||||||
"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.": "En doğru bilgiyi almak için lütfen ülkenizi seçin.",
|
"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.": "En doğru bilgiyi almak için lütfen ülkenizi seçin.",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Size en iyi deneyimi sunmak için nerede olduğunuzu bilmemiz gerek. Konumunuz yakın sürücüleri bulmak için kullanılır.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "Size en iyi deneyimi sunmak için nerede olduğunuzu bilmemiz gerek. Konumunuz yakın sürücüleri bulmak için kullanılır.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "Sürücü olmak için web sitemizi ziyaret edin veya destekle görüşün.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "Sürücü olmak için web sitemizi ziyaret edin veya destekle görüşün.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "Cüzdanı kullanmak için yükleme yapın",
|
"To use Wallet charge it": "Cüzdanı kullanmak için yükleme yapın",
|
||||||
"Today's Promos": "Günün Fırsatları",
|
"Today's Promos": "Günün Fırsatları",
|
||||||
"Top up Balance": "Top up Balance",
|
"Top up Balance": "Top up Balance",
|
||||||
@@ -1283,7 +1283,7 @@ final Map<String, String> tr = {
|
|||||||
"View your past transactions": "Geçmiş işlemleri görüntüle",
|
"View your past transactions": "Geçmiş işlemleri görüntüle",
|
||||||
"Visit Website/Contact Support": "Web Sitesini Ziyaret Et/Desteğe Ulaş",
|
"Visit Website/Contact Support": "Web Sitesini Ziyaret Et/Desteğe Ulaş",
|
||||||
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "Bilgi için web sitemizi ziyaret edin veya destek ile iletişime geçin.",
|
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "Bilgi için web sitemizi ziyaret edin veya destek ile iletişime geçin.",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Call": "Sesli Arama",
|
"Voice Call": "Sesli Arama",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for the trip to start first": "Wait for the trip to start first",
|
"Wait for the trip to start first": "Wait for the trip to start first",
|
||||||
@@ -1298,7 +1298,7 @@ final Map<String, String> tr = {
|
|||||||
"Wallet!": "Cüzdan!",
|
"Wallet!": "Cüzdan!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Intaleqing detected!": "Uyarı: Hız tespit edildi!",
|
"Warning: Intaleqing detected!": "Uyarı: Hız tespit edildi!",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "Uyarı: Hız sınırı aşıldı!",
|
"Warning: Speeding detected!": "Uyarı: Hız sınırı aşıldı!",
|
||||||
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "Üzgünüz, konumunuzda aracımız yok!",
|
"We Are Sorry That we dont have cars in your Location!": "Üzgünüz, konumunuzda aracımız yok!",
|
||||||
@@ -1316,7 +1316,7 @@ final Map<String, String> tr = {
|
|||||||
"We need your phone number to contact you and to help you receive orders.": "Sipariş alabilmeniz ve iletişim için numaranıza ihtiyacımız var.",
|
"We need your phone number to contact you and to help you receive orders.": "Sipariş alabilmeniz ve iletişim için numaranıza ihtiyacımız var.",
|
||||||
"We need your phone number to contact you and to help you.": "Size ulaşmak ve yardım etmek için numaranıza ihtiyacımız var.",
|
"We need your phone number to contact you and to help you.": "Size ulaşmak ve yardım etmek için numaranıza ihtiyacımız var.",
|
||||||
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "Intaleq aracının 100 km/s hızını aştığını fark ettik. Lütfen yavaşlayın.",
|
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "Intaleq aracının 100 km/s hızını aştığını fark ettik. Lütfen yavaşlayın.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
||||||
"We regret to inform you that another driver has accepted this order.": "Üzgünüz, bu siparişi başka bir sürücü kabul etti.",
|
"We regret to inform you that another driver has accepted this order.": "Üzgünüz, bu siparişi başka bir sürücü kabul etti.",
|
||||||
@@ -1331,10 +1331,10 @@ final Map<String, String> tr = {
|
|||||||
"Welcome Back": "Welcome Back",
|
"Welcome Back": "Welcome Back",
|
||||||
"Welcome Back!": "Tekrar Hoş Geldiniz!",
|
"Welcome Back!": "Tekrar Hoş Geldiniz!",
|
||||||
"Welcome to Intaleq!": "Intaleq'e Hoş Geldiniz!",
|
"Welcome to Intaleq!": "Intaleq'e Hoş Geldiniz!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the requirements to become a driver?": "Sürücü olma şartları nelerdir?",
|
"What are the requirements to become a driver?": "Sürücü olma şartları nelerdir?",
|
||||||
"What safety measures does Intaleq offer?": "Intaleq hangi güvenlik önlemlerini sunuyor?",
|
"What safety measures does Intaleq offer?": "Intaleq hangi güvenlik önlemlerini sunuyor?",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "Hangi araç türleri mevcut?",
|
"What types of vehicles are available?": "Hangi araç türleri mevcut?",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "WhatsApp Konum Çıkarıcı",
|
"WhatsApp Location Extractor": "WhatsApp Konum Çıkarıcı",
|
||||||
@@ -1344,10 +1344,10 @@ final Map<String, String> tr = {
|
|||||||
"Where to": "Nereye?",
|
"Where to": "Nereye?",
|
||||||
"Where you want go ": "Nereye gitmek istiyorsunuz ",
|
"Where you want go ": "Nereye gitmek istiyorsunuz ",
|
||||||
"Why Choose Intaleq?": "Neden Intaleq?",
|
"Why Choose Intaleq?": "Neden Intaleq?",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel?": "Why do you want to cancel?",
|
"Why do you want to cancel?": "Why do you want to cancel?",
|
||||||
"With Intaleq, you can get a ride to your destination in minutes.": "Intaleq ile dakikalar içinde hedefinize araç bulabilirsiniz.",
|
"With Intaleq, you can get a ride to your destination in minutes.": "Intaleq ile dakikalar içinde hedefinize araç bulabilirsiniz.",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Work": "İş",
|
"Work": "İş",
|
||||||
"Work & Contact": "İş & İletişim",
|
"Work & Contact": "İş & İletişim",
|
||||||
"Work Saved": "Work Saved",
|
"Work Saved": "Work Saved",
|
||||||
@@ -1361,7 +1361,7 @@ final Map<String, String> tr = {
|
|||||||
"Year is": "Yıl:",
|
"Year is": "Yıl:",
|
||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Evet, belirli koşullar altında (örneğin sürücü atanmadan önce) yolculuğunuzu iptal edebilirsiniz. Ayrıntılar için Intaleq iptal politikasına bakın.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "Evet, belirli koşullar altında (örneğin sürücü atanmadan önce) yolculuğunuzu iptal edebilirsiniz. Ayrıntılar için Intaleq iptal politikasına bakın.",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Evet, iptal edebilirsiniz ancak iptal ücreti uygulanabilir.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "Evet, iptal edebilirsiniz ancak iptal ücreti uygulanabilir.",
|
||||||
"You Are Stopped For this Day !": "Bugünlük durduruldunuz!",
|
"You Are Stopped For this Day !": "Bugünlük durduruldunuz!",
|
||||||
"You Can Cancel Trip And get Cost of Trip From": "Yolculuğu İptal Edip Ücretini Şuradan Alabilirsiniz:",
|
"You Can Cancel Trip And get Cost of Trip From": "Yolculuğu İptal Edip Ücretini Şuradan Alabilirsiniz:",
|
||||||
@@ -1397,7 +1397,7 @@ final Map<String, String> tr = {
|
|||||||
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "Nakit veya kartla ödeyebilirsiniz. Onaylamadan önce yöntemi seçin.",
|
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "Nakit veya kartla ödeyebilirsiniz. Onaylamadan önce yöntemi seçin.",
|
||||||
"You can resend in": "Tekrar gönderim süresi:",
|
"You can resend in": "Tekrar gönderim süresi:",
|
||||||
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "Uygulamayı paylaşın ve kodunuzla yapılan yolculuklardan ödül kazanın.",
|
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "Uygulamayı paylaşın ve kodunuzla yapılan yolculuklardan ödül kazanın.",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
||||||
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
||||||
"You can't continue with us .\nYou should renew Driver license": "Bizimle devam edemezsiniz.\nEhliyetinizi yenilemelisiniz",
|
"You can't continue with us .\nYou should renew Driver license": "Bizimle devam edemezsiniz.\nEhliyetinizi yenilemelisiniz",
|
||||||
@@ -1684,7 +1684,7 @@ final Map<String, String> tr = {
|
|||||||
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
||||||
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
||||||
"welcome to intaleq": "Intaleq'e Hoş Geldiniz",
|
"welcome to intaleq": "Intaleq'e Hoş Geldiniz",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "Hoş geldin, @firstName!",
|
"welcome user": "Hoş geldin, @firstName!",
|
||||||
"welcome_message": "Intaleq'e Hoş Geldiniz!",
|
"welcome_message": "Intaleq'e Hoş Geldiniz!",
|
||||||
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
||||||
@@ -1704,7 +1704,7 @@ final Map<String, String> tr = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you will pay to Driver": "Sürücüye ödeyeceksiniz",
|
"you will pay to Driver": "Sürücüye ödeyeceksiniz",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "Sürücünün zaman maliyetini ödeyeceksiniz, Intaleq Cüzdanınıza bakın",
|
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "Sürücünün zaman maliyetini ödeyeceksiniz, Intaleq Cüzdanınıza bakın",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"your ride is Accepted": "yolculuğunuz Kabul Edildi",
|
"your ride is Accepted": "yolculuğunuz Kabul Edildi",
|
||||||
"your ride is applied": "yolculuğunuz başvuruldu",
|
"your ride is applied": "yolculuğunuz başvuruldu",
|
||||||
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ final Map<String, String> ur = {
|
|||||||
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "پیشگی ریزرویشن کے ساتھ سفر، جو آپ کو بہترین کپتانوں اور کاروں کا انتخاب کرنے کی اجازت دیتا ہے۔",
|
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "پیشگی ریزرویشن کے ساتھ سفر، جو آپ کو بہترین کپتانوں اور کاروں کا انتخاب کرنے کی اجازت دیتا ہے۔",
|
||||||
"AI Page": "AI صفحہ",
|
"AI Page": "AI صفحہ",
|
||||||
"About Intaleq": "انطلق کے بارے میں",
|
"About Intaleq": "انطلق کے بارے میں",
|
||||||
"About Siro": "About Siro",
|
"About Siro": "About Intaleq",
|
||||||
"About Us": "ہمارے بارے میں",
|
"About Us": "ہمارے بارے میں",
|
||||||
"Accept": "Accept",
|
"Accept": "Accept",
|
||||||
"Accept Order": "آرڈر قبول کریں",
|
"Accept Order": "آرڈر قبول کریں",
|
||||||
@@ -304,7 +304,7 @@ final Map<String, String> ur = {
|
|||||||
"Date of Birth is": "پیدائش کی تاریخ ہے:",
|
"Date of Birth is": "پیدائش کی تاریخ ہے:",
|
||||||
"Date of Birth: ": "پیدائش کی تاریخ: ",
|
"Date of Birth: ": "پیدائش کی تاریخ: ",
|
||||||
"Days": "دن",
|
"Days": "دن",
|
||||||
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,",
|
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Intaleq ,",
|
||||||
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
||||||
"Decline": "Decline",
|
"Decline": "Decline",
|
||||||
"Delete": "Delete",
|
"Delete": "Delete",
|
||||||
@@ -345,8 +345,8 @@ final Map<String, String> ur = {
|
|||||||
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
||||||
"Download the Intaleq Driver app now and earn rewards!": "ابھی Intaleq ڈرائیور ایپ ڈاؤن لوڈ کریں اور انعامات حاصل کریں!",
|
"Download the Intaleq Driver app now and earn rewards!": "ابھی Intaleq ڈرائیور ایپ ڈاؤن لوڈ کریں اور انعامات حاصل کریں!",
|
||||||
"Download the Intaleq app now and enjoy your ride!": "ابھی Intaleq ایپ ڈاؤن لوڈ کریں اور اپنی سواری کا لطف اٹھائیں!",
|
"Download the Intaleq app now and enjoy your ride!": "ابھی Intaleq ایپ ڈاؤن لوڈ کریں اور اپنی سواری کا لطف اٹھائیں!",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "ابھی ایپ ڈاؤن لوڈ کریں:",
|
"Download the app now:": "ابھی ایپ ڈاؤن لوڈ کریں:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "ڈرائیور",
|
"Driver": "ڈرائیور",
|
||||||
@@ -433,7 +433,7 @@ final Map<String, String> ur = {
|
|||||||
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
||||||
"Evening": "شام",
|
"Evening": "شام",
|
||||||
"Exclusive offers and discounts always with the Intaleq app": "Intaleq ایپ کے ساتھ ہمیشہ خصوصی پیشکشیں اور چھوٹ",
|
"Exclusive offers and discounts always with the Intaleq app": "Intaleq ایپ کے ساتھ ہمیشہ خصوصی پیشکشیں اور چھوٹ",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Expiration Date": "میعاد ختم ہونے کی تاریخ",
|
"Expiration Date": "میعاد ختم ہونے کی تاریخ",
|
||||||
"Expiration Date ": "میعاد ختم ہونے کی تاریخ: ",
|
"Expiration Date ": "میعاد ختم ہونے کی تاریخ: ",
|
||||||
"Expiry Date": "میعاد ختم ہونے کی تاریخ",
|
"Expiry Date": "میعاد ختم ہونے کی تاریخ",
|
||||||
@@ -468,8 +468,8 @@ final Map<String, String> ur = {
|
|||||||
"For Drivers": "ڈرائیوروں کے لیے",
|
"For Drivers": "ڈرائیوروں کے لیے",
|
||||||
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Intaleq اور سکوٹر کے دوروں کے لیے، قیمت کا حساب متحرک طور پر لگایا جاتا ہے۔ کمفرٹ ٹرپس کے لیے، قیمت وقت اور فاصلے پر مبنی ہوتی ہے۔",
|
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "Intaleq اور سکوٹر کے دوروں کے لیے، قیمت کا حساب متحرک طور پر لگایا جاتا ہے۔ کمفرٹ ٹرپس کے لیے، قیمت وقت اور فاصلے پر مبنی ہوتی ہے۔",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For official inquiries": "سرکاری استفسارات کے لیے",
|
"For official inquiries": "سرکاری استفسارات کے لیے",
|
||||||
"Found another transport": "دوسرا ذریعہ مل گیا",
|
"Found another transport": "دوسرا ذریعہ مل گیا",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
@@ -510,9 +510,9 @@ final Map<String, String> ur = {
|
|||||||
"Hello this is Captain": "ہیلو یہ کپتان ہے",
|
"Hello this is Captain": "ہیلو یہ کپتان ہے",
|
||||||
"Hello this is Driver": "ہیلو یہ ڈرائیور ہے",
|
"Hello this is Driver": "ہیلو یہ ڈرائیور ہے",
|
||||||
"Hello! I'm inviting you to try Intaleq.": "ہیلو! میں آپ کو Intaleq آزمانے کی دعوت دے رہا ہوں۔",
|
"Hello! I'm inviting you to try Intaleq.": "ہیلو! میں آپ کو Intaleq آزمانے کی دعوت دے رہا ہوں۔",
|
||||||
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Siro.",
|
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Intaleq.",
|
||||||
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
||||||
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Siro.",
|
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Intaleq.",
|
||||||
"Hello, I'm at the agreed-upon location": "Hello, I'm at the agreed-upon location",
|
"Hello, I'm at the agreed-upon location": "Hello, I'm at the agreed-upon location",
|
||||||
"Help Details": "مدد کی تفصیلات",
|
"Help Details": "مدد کی تفصیلات",
|
||||||
"Helping Center": "ہیلپنگ سینٹر",
|
"Helping Center": "ہیلپنگ سینٹر",
|
||||||
@@ -610,7 +610,7 @@ final Map<String, String> ur = {
|
|||||||
"JOD": "روپیہ",
|
"JOD": "روپیہ",
|
||||||
"Join": "شامل ہوں",
|
"Join": "شامل ہوں",
|
||||||
"Join Intaleq as a driver using my referral code!": "میرے ریفرل کوڈ کا استعمال کرتے ہوئے بطور ڈرائیور Intaleq میں شامل ہوں!",
|
"Join Intaleq as a driver using my referral code!": "میرے ریفرل کوڈ کا استعمال کرتے ہوئے بطور ڈرائیور Intaleq میں شامل ہوں!",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Join a channel": "Join a channel",
|
"Join a channel": "Join a channel",
|
||||||
"Jordan": "اردن",
|
"Jordan": "اردن",
|
||||||
"KM": "کلو میٹر",
|
"KM": "کلو میٹر",
|
||||||
@@ -769,7 +769,7 @@ final Map<String, String> ur = {
|
|||||||
"Order Cancelled": "Order Cancelled",
|
"Order Cancelled": "Order Cancelled",
|
||||||
"Order Cancelled by Passenger": "آرڈر مسافر کی طرف سے منسوخ کر دیا گیا",
|
"Order Cancelled by Passenger": "آرڈر مسافر کی طرف سے منسوخ کر دیا گیا",
|
||||||
"Order Details Intaleq": "آرڈر کی تفصیلات Intaleq",
|
"Order Details Intaleq": "آرڈر کی تفصیلات Intaleq",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "آرڈر ہسٹری",
|
"Order History": "آرڈر ہسٹری",
|
||||||
"Order Request Page": "آرڈر کی درخواست کا صفحہ",
|
"Order Request Page": "آرڈر کی درخواست کا صفحہ",
|
||||||
"Order Under Review": "Order Under Review",
|
"Order Under Review": "Order Under Review",
|
||||||
@@ -877,7 +877,7 @@ final Map<String, String> ur = {
|
|||||||
"Please help! Contact me as soon as possible.": "براہ کرم مدد کریں! جتنی جلدی ہو سکے مجھ سے رابطہ کریں۔",
|
"Please help! Contact me as soon as possible.": "براہ کرم مدد کریں! جتنی جلدی ہو سکے مجھ سے رابطہ کریں۔",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "براہ کرم یقینی بنائیں کہ گاڑی میں کوئی ذاتی سامان نہ چھوڑیں۔",
|
"Please make sure not to leave any personal belongings in the car.": "براہ کرم یقینی بنائیں کہ گاڑی میں کوئی ذاتی سامان نہ چھوڑیں۔",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "براہ کرم یقینی بنائیں کہ آپ کے پاس اپنا تمام سامان موجود ہے اور اگر کوئی بقایا کرایہ ہے تو وہ آپ کے والٹ میں شامل کر دیا گیا ہے۔ Intaleq ایپ منتخب کرنے کا شکریہ۔",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "براہ کرم یقینی بنائیں کہ آپ کے پاس اپنا تمام سامان موجود ہے اور اگر کوئی بقایا کرایہ ہے تو وہ آپ کے والٹ میں شامل کر دیا گیا ہے۔ Intaleq ایپ منتخب کرنے کا شکریہ۔",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please put your licence in these border": "براہ کرم اپنا لائسنس ان حدود میں رکھیں",
|
"Please put your licence in these border": "براہ کرم اپنا لائسنس ان حدود میں رکھیں",
|
||||||
"Please select a reason first": "Please select a reason first",
|
"Please select a reason first": "Please select a reason first",
|
||||||
@@ -1015,7 +1015,7 @@ final Map<String, String> ur = {
|
|||||||
"Send Intaleq app to him": "اسے Intaleq ایپ بھیجیں",
|
"Send Intaleq app to him": "اسے Intaleq ایپ بھیجیں",
|
||||||
"Send Invite": "دعوت نامہ بھیجیں",
|
"Send Invite": "دعوت نامہ بھیجیں",
|
||||||
"Send SOS": "Send SOS",
|
"Send SOS": "Send SOS",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "تصدیقی کوڈ بھیجیں",
|
"Send Verfication Code": "تصدیقی کوڈ بھیجیں",
|
||||||
"Send Verification Code": "تصدیقی کوڈ بھیجیں",
|
"Send Verification Code": "تصدیقی کوڈ بھیجیں",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1057,29 +1057,29 @@ final Map<String, String> ur = {
|
|||||||
"Sign in with Apple": "Sign in with Apple",
|
"Sign in with Apple": "Sign in with Apple",
|
||||||
"Sign in with Google for easier email and name entry": "آسان ای میل اور نام کے اندراج کے لیے گوگل کے ساتھ سائن ان کریں",
|
"Sign in with Google for easier email and name entry": "آسان ای میل اور نام کے اندراج کے لیے گوگل کے ساتھ سائن ان کریں",
|
||||||
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "بس ایپ کھولیں، منزل درج کریں اور 'سواری کی درخواست کریں' پر ٹیپ کریں۔",
|
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "بس ایپ کھولیں، منزل درج کریں اور 'سواری کی درخواست کریں' پر ٹیپ کریں۔",
|
||||||
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Passenger": "Siro Passenger",
|
"Siro Passenger": "Intaleq Passenger",
|
||||||
"Siro Support": "Siro Support",
|
"Siro Support": "Intaleq Support",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
||||||
"Sorry 😔": "معذرت 😔",
|
"Sorry 😔": "معذرت 😔",
|
||||||
"Sorry, there are no cars available of this type right now.": "معذرت، ابھی اس قسم کی کوئی گاڑی دستیاب نہیں ہے۔",
|
"Sorry, there are no cars available of this type right now.": "معذرت، ابھی اس قسم کی کوئی گاڑی دستیاب نہیں ہے۔",
|
||||||
@@ -1094,7 +1094,7 @@ final Map<String, String> ur = {
|
|||||||
"Statistics": "شماریات",
|
"Statistics": "شماریات",
|
||||||
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
||||||
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Intaleq ایپ کے ذریعے سواری کی درخواست کرنے کے طریقے پر مرحلہ وار ہدایات۔",
|
"Step-by-step instructions on how to request a ride through the Intaleq app.": "Intaleq ایپ کے ذریعے سواری کی درخواست کرنے کے طریقے پر مرحلہ وار ہدایات۔",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Submit": "Submit",
|
"Submit": "Submit",
|
||||||
"Submit ": "جمع کرائیں ",
|
"Submit ": "جمع کرائیں ",
|
||||||
@@ -1188,13 +1188,13 @@ final Map<String, String> ur = {
|
|||||||
"To Work": "To Work",
|
"To Work": "To Work",
|
||||||
"To become a passenger, you must review and agree to the ": "مسافر بننے کے لیے، آپ کو جائزہ لینا ہوگا اور اتفاق کرنا ہوگا ",
|
"To become a passenger, you must review and agree to the ": "مسافر بننے کے لیے، آپ کو جائزہ لینا ہوگا اور اتفاق کرنا ہوگا ",
|
||||||
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "ڈرائیور بننے کے لیے، آپ کو اپنا ڈرائیونگ لائسنس، شناختی دستاویز، اور گاڑی کی رجسٹریشن دستاویز اپ لوڈ کرنے کی ضرورت ہے۔",
|
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "ڈرائیور بننے کے لیے، آپ کو اپنا ڈرائیونگ لائسنس، شناختی دستاویز، اور گاڑی کی رجسٹریشن دستاویز اپ لوڈ کرنے کی ضرورت ہے۔",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To change Language the App": "To change Language the App",
|
"To change Language the App": "To change Language the App",
|
||||||
"To change some Settings": "کچھ ترتیبات تبدیل کرنے کے لیے",
|
"To change some Settings": "کچھ ترتیبات تبدیل کرنے کے لیے",
|
||||||
"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.": "یہ یقینی بنانے کے لیے کہ آپ کو اپنی لوکیشن کے لیے درست ترین معلومات ملیں، براہ کرم نیچے اپنا ملک منتخب کریں۔",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "بہترین تجربہ دینے کے لیے ہمیں آپ کی لوکیشن جاننے کی ضرورت ہے۔ آپ کی لوکیشن قریبی کپتانوں کو تلاش کرنے کے لیے استعمال ہوتی ہے۔",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "بہترین تجربہ دینے کے لیے ہمیں آپ کی لوکیشن جاننے کی ضرورت ہے۔ آپ کی لوکیشن قریبی کپتانوں کو تلاش کرنے کے لیے استعمال ہوتی ہے۔",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "رجسٹر کرنے کے لیے ویب سائٹ ملاحظہ کریں یا سپورٹ سے رابطہ کریں۔",
|
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "رجسٹر کرنے کے لیے ویب سائٹ ملاحظہ کریں یا سپورٹ سے رابطہ کریں۔",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "والٹ استعمال کرنے کے لیے اسے چارج کریں",
|
"To use Wallet charge it": "والٹ استعمال کرنے کے لیے اسے چارج کریں",
|
||||||
"Today's Promos": "آج کے پروموز",
|
"Today's Promos": "آج کے پروموز",
|
||||||
"Top up Balance": "Top up Balance",
|
"Top up Balance": "Top up Balance",
|
||||||
@@ -1283,7 +1283,7 @@ final Map<String, String> ur = {
|
|||||||
"View your past transactions": "اپنی پرانی ٹرانزیکشنز دیکھیں",
|
"View your past transactions": "اپنی پرانی ٹرانزیکشنز دیکھیں",
|
||||||
"Visit Website/Contact Support": "ویب سائٹ ملاحظہ کریں / سپورٹ سے رابطہ کریں",
|
"Visit Website/Contact Support": "ویب سائٹ ملاحظہ کریں / سپورٹ سے رابطہ کریں",
|
||||||
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "ڈرائیور رجسٹریشن اور تقاضوں کے بارے میں معلومات کے لیے ہماری ویب سائٹ ملاحظہ کریں یا سپورٹ سے رابطہ کریں۔",
|
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "ڈرائیور رجسٹریشن اور تقاضوں کے بارے میں معلومات کے لیے ہماری ویب سائٹ ملاحظہ کریں یا سپورٹ سے رابطہ کریں۔",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Call": "صوتی کال",
|
"Voice Call": "صوتی کال",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for the trip to start first": "Wait for the trip to start first",
|
"Wait for the trip to start first": "Wait for the trip to start first",
|
||||||
@@ -1298,7 +1298,7 @@ final Map<String, String> ur = {
|
|||||||
"Wallet!": "والٹ!",
|
"Wallet!": "والٹ!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Intaleqing detected!": "انتباہ: تیز رفتاری کا پتہ چلا!",
|
"Warning: Intaleqing detected!": "انتباہ: تیز رفتاری کا پتہ چلا!",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "انتباہ: تیز رفتاری کا پتہ چلا!",
|
"Warning: Speeding detected!": "انتباہ: تیز رفتاری کا پتہ چلا!",
|
||||||
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "ہم معذرت خواہ ہیں کہ ہمارے پاس آپ کی لوکیشن میں کاریں نہیں ہیں!",
|
"We Are Sorry That we dont have cars in your Location!": "ہم معذرت خواہ ہیں کہ ہمارے پاس آپ کی لوکیشن میں کاریں نہیں ہیں!",
|
||||||
@@ -1316,7 +1316,7 @@ final Map<String, String> ur = {
|
|||||||
"We need your phone number to contact you and to help you receive orders.": "ہمیں آپ سے رابطہ کرنے اور آرڈرز وصول کرنے میں آپ کی مدد کرنے کے لیے آپ کے فون نمبر کی ضرورت ہے۔",
|
"We need your phone number to contact you and to help you receive orders.": "ہمیں آپ سے رابطہ کرنے اور آرڈرز وصول کرنے میں آپ کی مدد کرنے کے لیے آپ کے فون نمبر کی ضرورت ہے۔",
|
||||||
"We need your phone number to contact you and to help you.": "ہمیں آپ سے رابطہ کرنے اور آپ کی مدد کرنے کے لیے آپ کے فون نمبر کی ضرورت ہے۔",
|
"We need your phone number to contact you and to help you.": "ہمیں آپ سے رابطہ کرنے اور آپ کی مدد کرنے کے لیے آپ کے فون نمبر کی ضرورت ہے۔",
|
||||||
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "ہم نے محسوس کیا کہ Intaleq 100 کلومیٹر فی گھنٹہ سے تجاوز کر رہا ہے۔ براہ کرم اپنی حفاظت کے لیے رفتار کم کریں۔",
|
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "ہم نے محسوس کیا کہ Intaleq 100 کلومیٹر فی گھنٹہ سے تجاوز کر رہا ہے۔ براہ کرم اپنی حفاظت کے لیے رفتار کم کریں۔",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
||||||
"We regret to inform you that another driver has accepted this order.": "ہمیں افسوس ہے کہ کسی اور ڈرائیور نے یہ آرڈر قبول کر لیا ہے۔",
|
"We regret to inform you that another driver has accepted this order.": "ہمیں افسوس ہے کہ کسی اور ڈرائیور نے یہ آرڈر قبول کر لیا ہے۔",
|
||||||
@@ -1331,10 +1331,10 @@ final Map<String, String> ur = {
|
|||||||
"Welcome Back": "Welcome Back",
|
"Welcome Back": "Welcome Back",
|
||||||
"Welcome Back!": "خوش آمدید!",
|
"Welcome Back!": "خوش آمدید!",
|
||||||
"Welcome to Intaleq!": "Intaleq میں خوش آمدید!",
|
"Welcome to Intaleq!": "Intaleq میں خوش آمدید!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the requirements to become a driver?": "ڈرائیور بننے کے لیے کیا تقاضے ہیں؟",
|
"What are the requirements to become a driver?": "ڈرائیور بننے کے لیے کیا تقاضے ہیں؟",
|
||||||
"What safety measures does Intaleq offer?": "Intaleq کون سے حفاظتی اقدامات پیش کرتا ہے؟",
|
"What safety measures does Intaleq offer?": "Intaleq کون سے حفاظتی اقدامات پیش کرتا ہے؟",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "کس قسم کی گاڑیاں دستیاب ہیں؟",
|
"What types of vehicles are available?": "کس قسم کی گاڑیاں دستیاب ہیں؟",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "واٹس ایپ لوکیشن ایکسٹریکٹر",
|
"WhatsApp Location Extractor": "واٹس ایپ لوکیشن ایکسٹریکٹر",
|
||||||
@@ -1344,10 +1344,10 @@ final Map<String, String> ur = {
|
|||||||
"Where to": "کہاں جانا ہے؟",
|
"Where to": "کہاں جانا ہے؟",
|
||||||
"Where you want go ": "آپ کہاں جانا چاہتے ہیں ",
|
"Where you want go ": "آپ کہاں جانا چاہتے ہیں ",
|
||||||
"Why Choose Intaleq?": "Intaleq کا انتخاب کیوں کریں؟",
|
"Why Choose Intaleq?": "Intaleq کا انتخاب کیوں کریں؟",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel?": "Why do you want to cancel?",
|
"Why do you want to cancel?": "Why do you want to cancel?",
|
||||||
"With Intaleq, you can get a ride to your destination in minutes.": "Intaleq کے ساتھ، آپ منٹوں میں اپنی منزل تک سواری حاصل کر سکتے ہیں۔",
|
"With Intaleq, you can get a ride to your destination in minutes.": "Intaleq کے ساتھ، آپ منٹوں میں اپنی منزل تک سواری حاصل کر سکتے ہیں۔",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Work": "کام",
|
"Work": "کام",
|
||||||
"Work & Contact": "کام اور رابطہ",
|
"Work & Contact": "کام اور رابطہ",
|
||||||
"Work Saved": "Work Saved",
|
"Work Saved": "Work Saved",
|
||||||
@@ -1361,7 +1361,7 @@ final Map<String, String> ur = {
|
|||||||
"Year is": "سال ہے:",
|
"Year is": "سال ہے:",
|
||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "جی ہاں، آپ کچھ شرائط کے تحت اپنی سواری منسوخ کر سکتے ہیں (مثلاً ڈرائیور تفویض ہونے سے پہلے)۔ تفصیلات کے لیے انطلق کی منسوخی کی پالیسی دیکھیں۔",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "جی ہاں، آپ کچھ شرائط کے تحت اپنی سواری منسوخ کر سکتے ہیں (مثلاً ڈرائیور تفویض ہونے سے پہلے)۔ تفصیلات کے لیے انطلق کی منسوخی کی پالیسی دیکھیں۔",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "جی ہاں، آپ منسوخ کر سکتے ہیں، لیکن منسوخی کی فیس لاگو ہو سکتی ہے۔",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "جی ہاں، آپ منسوخ کر سکتے ہیں، لیکن منسوخی کی فیس لاگو ہو سکتی ہے۔",
|
||||||
"You Are Stopped For this Day !": "آپ اس دن کے لیے روک دیے گئے ہیں!",
|
"You Are Stopped For this Day !": "آپ اس دن کے لیے روک دیے گئے ہیں!",
|
||||||
"You Can Cancel Trip And get Cost of Trip From": "آپ سفر منسوخ کر سکتے ہیں اور سفر کی قیمت حاصل کر سکتے ہیں سے",
|
"You Can Cancel Trip And get Cost of Trip From": "آپ سفر منسوخ کر سکتے ہیں اور سفر کی قیمت حاصل کر سکتے ہیں سے",
|
||||||
@@ -1397,7 +1397,7 @@ final Map<String, String> ur = {
|
|||||||
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "آپ نقد یا کارڈ کے ذریعے ادائیگی کر سکتے ہیں۔",
|
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "آپ نقد یا کارڈ کے ذریعے ادائیگی کر سکتے ہیں۔",
|
||||||
"You can resend in": "دوبارہ بھیج سکتے ہیں",
|
"You can resend in": "دوبارہ بھیج سکتے ہیں",
|
||||||
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "آپ Intaleq ایپ کو اپنے دوستوں کے ساتھ شیئر کر سکتے ہیں اور انعامات حاصل کر سکتے ہیں",
|
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "آپ Intaleq ایپ کو اپنے دوستوں کے ساتھ شیئر کر سکتے ہیں اور انعامات حاصل کر سکتے ہیں",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
||||||
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
||||||
"You can't continue with us .\nYou should renew Driver license": "آپ ہمارے ساتھ جاری نہیں رہ سکتے ۔\nآپ کو ڈرائیور لائسنس کی تجدید کرنی چاہیے",
|
"You can't continue with us .\nYou should renew Driver license": "آپ ہمارے ساتھ جاری نہیں رہ سکتے ۔\nآپ کو ڈرائیور لائسنس کی تجدید کرنی چاہیے",
|
||||||
@@ -1684,7 +1684,7 @@ final Map<String, String> ur = {
|
|||||||
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
||||||
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
||||||
"welcome to intaleq": "Intaleq میں خوش آمدید",
|
"welcome to intaleq": "Intaleq میں خوش آمدید",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "خوش آمدید، @firstName!",
|
"welcome user": "خوش آمدید، @firstName!",
|
||||||
"welcome_message": "Intaleq میں خوش آمدید!",
|
"welcome_message": "Intaleq میں خوش آمدید!",
|
||||||
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
||||||
@@ -1704,7 +1704,7 @@ final Map<String, String> ur = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you will pay to Driver": "آپ ڈرائیور کو ادا کریں گے",
|
"you will pay to Driver": "آپ ڈرائیور کو ادا کریں گے",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "آپ ڈرائیور کے وقت کی قیمت ادا کریں گے، اپنا Intaleq والٹ دیکھیں",
|
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "آپ ڈرائیور کے وقت کی قیمت ادا کریں گے، اپنا Intaleq والٹ دیکھیں",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"your ride is Accepted": "آپ کی سواری قبول کر لی گئی ہے",
|
"your ride is Accepted": "آپ کی سواری قبول کر لی گئی ہے",
|
||||||
"your ride is applied": "آپ کی سواری لاگو ہو گئی ہے",
|
"your ride is applied": "آپ کی سواری لاگو ہو گئی ہے",
|
||||||
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ final Map<String, String> zh = {
|
|||||||
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "مشوار بحجز مسبق، يمديك تختار أفضل الكباتن والسيارات.",
|
"A trip with a prior reservation, allowing you to choose the best captains and cars.": "مشوار بحجز مسبق، يمديك تختار أفضل الكباتن والسيارات.",
|
||||||
"AI Page": "صفحة الذكاء الاصطناعي",
|
"AI Page": "صفحة الذكاء الاصطناعي",
|
||||||
"About Intaleq": "About Intaleq",
|
"About Intaleq": "About Intaleq",
|
||||||
"About Siro": "About Siro",
|
"About Siro": "About Intaleq",
|
||||||
"About Us": "من نحن",
|
"About Us": "من نحن",
|
||||||
"Accept": "Accept",
|
"Accept": "Accept",
|
||||||
"Accept Order": "قبول الطلب",
|
"Accept Order": "قبول الطلب",
|
||||||
@@ -304,7 +304,7 @@ final Map<String, String> zh = {
|
|||||||
"Date of Birth is": "تاريخ الميلاد:",
|
"Date of Birth is": "تاريخ الميلاد:",
|
||||||
"Date of Birth: ": "تاريخ الميلاد:",
|
"Date of Birth: ": "تاريخ الميلاد:",
|
||||||
"Days": "أيام",
|
"Days": "أيام",
|
||||||
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,",
|
"Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Siro app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Siro ,": "Dear ,\\n\\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\\n\\n 👉 Download link: \\n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\\n iOS [https://getapp.cc/app/6458734951]\\n\\n I look forward to keeping you close during my adventure!\\n\\n Intaleq ,",
|
||||||
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
"Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,": "Dear ,\n\n 🚀 I have just started an exciting trip and I would like to share the details of my journey and my current location with you in real-time! Please download the Intaleq app. It will allow you to view my trip details and my latest location.\n\n 👉 Download link: \n Android [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\n iOS [https://getapp.cc/app/6458734951]\n\n I look forward to keeping you close during my adventure!\n\n Intaleq ,",
|
||||||
"Decline": "Decline",
|
"Decline": "Decline",
|
||||||
"Delete": "Delete",
|
"Delete": "Delete",
|
||||||
@@ -345,8 +345,8 @@ final Map<String, String> zh = {
|
|||||||
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
"Double tap to set or change this waypoint on the map": "Double tap to set or change this waypoint on the map",
|
||||||
"Download the Intaleq Driver app now and earn rewards!": "حمل تطبيق كابتن انطلق واكسب مكافآت!",
|
"Download the Intaleq Driver app now and earn rewards!": "حمل تطبيق كابتن انطلق واكسب مكافآت!",
|
||||||
"Download the Intaleq app now and enjoy your ride!": "حمل تطبيق انطلق واستمتع بمشوارك!",
|
"Download the Intaleq app now and enjoy your ride!": "حمل تطبيق انطلق واستمتع بمشوارك!",
|
||||||
"Download the Siro Driver app now and earn rewards!": "Download the Siro Driver app now and earn rewards!",
|
"Download the Siro Driver app now and earn rewards!": "Download the Intaleq Driver app now and earn rewards!",
|
||||||
"Download the Siro app now and enjoy your ride!": "Download the Siro app now and enjoy your ride!",
|
"Download the Siro app now and enjoy your ride!": "Download the Intaleq app now and enjoy your ride!",
|
||||||
"Download the app now:": "حمل التطبيق:",
|
"Download the app now:": "حمل التطبيق:",
|
||||||
"Drawing route on map...": "Drawing route on map...",
|
"Drawing route on map...": "Drawing route on map...",
|
||||||
"Driver": "كابتن",
|
"Driver": "كابتن",
|
||||||
@@ -433,7 +433,7 @@ final Map<String, String> zh = {
|
|||||||
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
"Error: \${snapshot.error}": "Error: \${snapshot.error}",
|
||||||
"Evening": "مساء",
|
"Evening": "مساء",
|
||||||
"Exclusive offers and discounts always with the Intaleq app": "عروض حصرية دائماً مع انطلق",
|
"Exclusive offers and discounts always with the Intaleq app": "عروض حصرية دائماً مع انطلق",
|
||||||
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Siro app",
|
"Exclusive offers and discounts always with the Siro app": "Exclusive offers and discounts always with the Intaleq app",
|
||||||
"Expiration Date": "تاريخ الانتهاء",
|
"Expiration Date": "تاريخ الانتهاء",
|
||||||
"Expiration Date ": "تاريخ الانتهاء: ",
|
"Expiration Date ": "تاريخ الانتهاء: ",
|
||||||
"Expiry Date": "تاريخ الانتهاء",
|
"Expiry Date": "تاريخ الانتهاء",
|
||||||
@@ -468,8 +468,8 @@ final Map<String, String> zh = {
|
|||||||
"For Drivers": "للكباتن",
|
"For Drivers": "للكباتن",
|
||||||
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "للانطلاق والسكوتر السعر متغير. للراحة السعر بالوقت والمسافة.",
|
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "للانطلاق والسكوتر السعر متغير. للراحة السعر بالوقت والمسافة.",
|
||||||
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
"For Siro and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance": "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance",
|
||||||
"For official inquiries": "For official inquiries",
|
"For official inquiries": "For official inquiries",
|
||||||
"Found another transport": "找到了其他交通工具",
|
"Found another transport": "找到了其他交通工具",
|
||||||
"Free Call": "Free Call",
|
"Free Call": "Free Call",
|
||||||
@@ -510,9 +510,9 @@ final Map<String, String> zh = {
|
|||||||
"Hello this is Captain": "هلا، معك الكابتن",
|
"Hello this is Captain": "هلا، معك الكابتن",
|
||||||
"Hello this is Driver": "هلا، أنا الكابتن",
|
"Hello this is Driver": "هلا، أنا الكابتن",
|
||||||
"Hello! I'm inviting you to try Intaleq.": "هلا! أدعوك تجرب تطبيق انطلق.",
|
"Hello! I'm inviting you to try Intaleq.": "هلا! أدعوك تجرب تطبيق انطلق.",
|
||||||
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Siro.",
|
"Hello! I'm inviting you to try Siro.": "Hello! I'm inviting you to try Intaleq.",
|
||||||
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
"Hello! I\'m inviting you to try Intaleq.": "Hello! I\'m inviting you to try Intaleq.",
|
||||||
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Siro.",
|
"Hello! I\\'m inviting you to try Siro.": "Hello! I\\'m inviting you to try Intaleq.",
|
||||||
"Hello, I'm at the agreed-upon location": "Hello, I'm at the agreed-upon location",
|
"Hello, I'm at the agreed-upon location": "Hello, I'm at the agreed-upon location",
|
||||||
"Help Details": "تفاصيل المساعدة",
|
"Help Details": "تفاصيل المساعدة",
|
||||||
"Helping Center": "مركز المساعدة",
|
"Helping Center": "مركز المساعدة",
|
||||||
@@ -610,7 +610,7 @@ final Map<String, String> zh = {
|
|||||||
"JOD": "ر.س",
|
"JOD": "ر.س",
|
||||||
"Join": "انضمام",
|
"Join": "انضمام",
|
||||||
"Join Intaleq as a driver using my referral code!": "سجل كابتن في انطلق بكود الدعوة حقي!",
|
"Join Intaleq as a driver using my referral code!": "سجل كابتن في انطلق بكود الدعوة حقي!",
|
||||||
"Join Siro as a driver using my referral code!": "Join Siro as a driver using my referral code!",
|
"Join Siro as a driver using my referral code!": "Join Intaleq as a driver using my referral code!",
|
||||||
"Join a channel": "Join a channel",
|
"Join a channel": "Join a channel",
|
||||||
"Jordan": "الأردن",
|
"Jordan": "الأردن",
|
||||||
"KM": "كم",
|
"KM": "كم",
|
||||||
@@ -769,7 +769,7 @@ final Map<String, String> zh = {
|
|||||||
"Order Cancelled": "Order Cancelled",
|
"Order Cancelled": "Order Cancelled",
|
||||||
"Order Cancelled by Passenger": "الطلب تكنسل من الراكب",
|
"Order Cancelled by Passenger": "الطلب تكنسل من الراكب",
|
||||||
"Order Details Intaleq": "تفاصيل الطلب",
|
"Order Details Intaleq": "تفاصيل الطلب",
|
||||||
"Order Details Siro": "Order Details Siro",
|
"Order Details Siro": "Order Details Intaleq",
|
||||||
"Order History": "سجل الطلبات",
|
"Order History": "سجل الطلبات",
|
||||||
"Order Request Page": "صفحة الطلب",
|
"Order Request Page": "صفحة الطلب",
|
||||||
"Order Under Review": "Order Under Review",
|
"Order Under Review": "Order Under Review",
|
||||||
@@ -877,7 +877,7 @@ final Map<String, String> zh = {
|
|||||||
"Please help! Contact me as soon as possible.": "فزعة! كلمني بسرعة.",
|
"Please help! Contact me as soon as possible.": "فزعة! كلمني بسرعة.",
|
||||||
"Please make sure not to leave any personal belongings in the car.": "تأكد إنك ما نسيت شي في السيارة.",
|
"Please make sure not to leave any personal belongings in the car.": "تأكد إنك ما نسيت شي في السيارة.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "تأكد إن أغراضك معك وإن الباقي رجع للمحفظة قبل تنزل. شكراً لاستخدامك انطلق.",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app": "تأكد إن أغراضك معك وإن الباقي رجع للمحفظة قبل تنزل. شكراً لاستخدامك انطلق.",
|
||||||
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app",
|
"Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Siro app": "Please make sure you have all your personal belongings and that any remaining fare, if applicable, has been added to your wallet before leaving. Thank you for choosing the Intaleq app",
|
||||||
"Please paste the transfer message": "Please paste the transfer message",
|
"Please paste the transfer message": "Please paste the transfer message",
|
||||||
"Please put your licence in these border": "حط الرخصة داخل الإطار",
|
"Please put your licence in these border": "حط الرخصة داخل الإطار",
|
||||||
"Please select a reason first": "Please select a reason first",
|
"Please select a reason first": "Please select a reason first",
|
||||||
@@ -1015,7 +1015,7 @@ final Map<String, String> zh = {
|
|||||||
"Send Intaleq app to him": "أرسل له تطبيق انطلق",
|
"Send Intaleq app to him": "أرسل له تطبيق انطلق",
|
||||||
"Send Invite": "إرسال دعوة",
|
"Send Invite": "إرسال دعوة",
|
||||||
"Send SOS": "Send SOS",
|
"Send SOS": "Send SOS",
|
||||||
"Send Siro app to him": "Send Siro app to him",
|
"Send Siro app to him": "Send Intaleq app to him",
|
||||||
"Send Verfication Code": "أرسل الرمز",
|
"Send Verfication Code": "أرسل الرمز",
|
||||||
"Send Verification Code": "أرسل كود التحقق",
|
"Send Verification Code": "أرسل كود التحقق",
|
||||||
"Send WhatsApp Message": "Send WhatsApp Message",
|
"Send WhatsApp Message": "Send WhatsApp Message",
|
||||||
@@ -1057,29 +1057,29 @@ final Map<String, String> zh = {
|
|||||||
"Sign in with Apple": "Sign in with Apple",
|
"Sign in with Apple": "Sign in with Apple",
|
||||||
"Sign in with Google for easier email and name entry": "ادخل بقوقل أسهل",
|
"Sign in with Google for easier email and name entry": "ادخل بقوقل أسهل",
|
||||||
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "افتح التطبيق، حدد وجهتك، واطلب المشوار.",
|
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "افتح التطبيق، حدد وجهتك، واطلب المشوار.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.",
|
||||||
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
"Simply open the Siro app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.": "Simply open the Intaleq app, enter your destination, and tap \\\"Request Ride\\\". The app will connect you with a nearby driver.",
|
||||||
"Siro": "Siro",
|
"Siro": "Intaleq",
|
||||||
"Siro Balance": "Siro Balance",
|
"Siro Balance": "Intaleq Balance",
|
||||||
"Siro LLC": "Siro LLC",
|
"Siro LLC": "Intaleq LLC",
|
||||||
"Siro Over": "Siro Over",
|
"Siro Over": "Intaleq Over",
|
||||||
"Siro Passenger": "Siro Passenger",
|
"Siro Passenger": "Intaleq Passenger",
|
||||||
"Siro Support": "Siro Support",
|
"Siro Support": "Intaleq Support",
|
||||||
"Siro Wallet": "Siro Wallet",
|
"Siro Wallet": "Intaleq Wallet",
|
||||||
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
"Siro is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:": "Intaleq is a ride-sharing app designed with your safety and affordability in mind. We connect you with reliable drivers in your area, ensuring a convenient and stress-free travel experience.\\n\\nHere are some of the key features that set us apart:",
|
||||||
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Siro is committed to safety, and all of our captains are carefully screened and background checked.",
|
"Siro is committed to safety, and all of our captains are carefully screened and background checked.": "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.",
|
||||||
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
"Siro is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.": "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.",
|
||||||
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Siro is the ride-hailing app that is safe, reliable, and accessible.",
|
"Siro is the ride-hailing app that is safe, reliable, and accessible.": "Intaleq is the ride-hailing app that is safe, reliable, and accessible.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.",
|
||||||
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.",
|
"Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.": "Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.",
|
||||||
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
"Siro is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.": "Intaleq is the safest ride-sharing app that introduces many features for both captains and passengers. We offer the lowest commission rate of just 8%, ensuring you get the best value for your rides. Our app includes insurance for the best captains, regular maintenance of cars with top engineers, and on-road services to ensure a respectful and high-quality experience for all users.",
|
||||||
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
"Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.": "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.",
|
||||||
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
"Siro offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.": "Intaleq offers a variety of vehicle options to suit your needs, including economy, comfort, and luxury. Choose the option that best fits your budget and passenger count.",
|
||||||
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
"Siro offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.": "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.",
|
||||||
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
"Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.": "Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.",
|
||||||
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
"Siro prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.": "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.",
|
||||||
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
"Siro provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.": "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.",
|
||||||
"Siro's Response": "Siro's Response",
|
"Siro's Response": "Intaleq's Response",
|
||||||
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
||||||
"Sorry 😔": "抱歉 😔",
|
"Sorry 😔": "抱歉 😔",
|
||||||
"Sorry, there are no cars available of this type right now.": "抱歉,目前没有此类车型。",
|
"Sorry, there are no cars available of this type right now.": "抱歉,目前没有此类车型。",
|
||||||
@@ -1094,7 +1094,7 @@ final Map<String, String> zh = {
|
|||||||
"Statistics": "الإحصائيات",
|
"Statistics": "الإحصائيات",
|
||||||
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
"Stay calm. We are here to help.": "Stay calm. We are here to help.",
|
||||||
"Step-by-step instructions on how to request a ride through the Intaleq app.": "خطوات طلب مشوار بتطبيق انطلق.",
|
"Step-by-step instructions on how to request a ride through the Intaleq app.": "خطوات طلب مشوار بتطبيق انطلق.",
|
||||||
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Siro app.",
|
"Step-by-step instructions on how to request a ride through the Siro app.": "Step-by-step instructions on how to request a ride through the Intaleq app.",
|
||||||
"Stop": "Stop",
|
"Stop": "Stop",
|
||||||
"Submit": "Submit",
|
"Submit": "Submit",
|
||||||
"Submit ": "إرسال ",
|
"Submit ": "إرسال ",
|
||||||
@@ -1188,13 +1188,13 @@ final Map<String, String> zh = {
|
|||||||
"To Work": "To Work",
|
"To Work": "To Work",
|
||||||
"To become a passenger, you must review and agree to the ": "عشان تصير راكب، لازم توافق على ",
|
"To become a passenger, you must review and agree to the ": "عشان تصير راكب، لازم توافق على ",
|
||||||
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "عشان تصير كابتن، ارفع رخصتك والهوية والاستمارة. النظام بيراجعها بسرعة.",
|
"To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "عشان تصير كابتن، ارفع رخصتك والهوية والاستمارة. النظام بيراجعها بسرعة.",
|
||||||
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
"To become a ride-sharing driver on the Siro app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Siro app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.": "To become a ride-sharing driver on the Intaleq app, you need to upload your driver's license, ID document, and car registration document. Our AI system will instantly review and verify their authenticity in just 2-3 minutes. If your documents are approved, you can start working as a driver on the Intaleq app. Please note, submitting fraudulent documents is a serious offense and may result in immediate termination and legal consequences.",
|
||||||
"To change Language the App": "To change Language the App",
|
"To change Language the App": "To change Language the App",
|
||||||
"To change some Settings": "لتغيير الإعدادات",
|
"To change some Settings": "لتغيير الإعدادات",
|
||||||
"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.": "عشان نعطيك معلومات دقيقة، اختر دولتك.",
|
||||||
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "عشان نخدمك صح، نبي نعرف موقعك. بنستخدمه عشان نلقى لك كباتن قريبين.",
|
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.": "عشان نخدمك صح، نبي نعرف موقعك. بنستخدمه عشان نلقى لك كباتن قريبين.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "للتسجيل زر موقعنا.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.": "للتسجيل زر موقعنا.",
|
||||||
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.",
|
"To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.": "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.",
|
||||||
"To use Wallet charge it": "عشان تستخدم المحفظة اشحنها",
|
"To use Wallet charge it": "عشان تستخدم المحفظة اشحنها",
|
||||||
"Today's Promos": "عروض اليوم",
|
"Today's Promos": "عروض اليوم",
|
||||||
"Top up Balance": "Top up Balance",
|
"Top up Balance": "Top up Balance",
|
||||||
@@ -1283,7 +1283,7 @@ final Map<String, String> zh = {
|
|||||||
"View your past transactions": "شوف عملياتك السابقة",
|
"View your past transactions": "شوف عملياتك السابقة",
|
||||||
"Visit Website/Contact Support": "الموقع / الدعم",
|
"Visit Website/Contact Support": "الموقع / الدعم",
|
||||||
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "زور موقعنا أو كلم الدعم.",
|
"Visit our website or contact Intaleq support for information on driver registration and requirements.": "زور موقعنا أو كلم الدعم.",
|
||||||
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Siro support for information on driver registration and requirements.",
|
"Visit our website or contact Siro support for information on driver registration and requirements.": "Visit our website or contact Intaleq support for information on driver registration and requirements.",
|
||||||
"Voice Call": "Voice Call",
|
"Voice Call": "Voice Call",
|
||||||
"Voice call over internet": "Voice call over internet",
|
"Voice call over internet": "Voice call over internet",
|
||||||
"Wait for the trip to start first": "Wait for the trip to start first",
|
"Wait for the trip to start first": "Wait for the trip to start first",
|
||||||
@@ -1298,7 +1298,7 @@ final Map<String, String> zh = {
|
|||||||
"Wallet!": "المحفظة!",
|
"Wallet!": "المحفظة!",
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Warning: Intaleqing detected!": "تحذير: سرعة عالية!",
|
"Warning: Intaleqing detected!": "تحذير: سرعة عالية!",
|
||||||
"Warning: Siroing detected!": "Warning: Siroing detected!",
|
"Warning: Siroing detected!": "Warning: Intaleqing detected!",
|
||||||
"Warning: Speeding detected!": "تنبيه: سرعة عالية!",
|
"Warning: Speeding detected!": "تنبيه: سرعة عالية!",
|
||||||
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
"Waypoint has been set successfully": "Waypoint has been set successfully",
|
||||||
"We Are Sorry That we dont have cars in your Location!": "آسفين، ما في سيارات حولك!",
|
"We Are Sorry That we dont have cars in your Location!": "آسفين، ما في سيارات حولك!",
|
||||||
@@ -1316,7 +1316,7 @@ final Map<String, String> zh = {
|
|||||||
"We need your phone number to contact you and to help you receive orders.": "نحتاج رقمك عشان تستقبل طلبات.",
|
"We need your phone number to contact you and to help you receive orders.": "نحتاج رقمك عشان تستقبل طلبات.",
|
||||||
"We need your phone number to contact you and to help you.": "نحتاج رقمك للتواصل.",
|
"We need your phone number to contact you and to help you.": "نحتاج رقمك للتواصل.",
|
||||||
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "لاحظنا السرعة زادت عن 100. هدي السرعة لسلامتك.",
|
"We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "لاحظنا السرعة زادت عن 100. هدي السرعة لسلامتك.",
|
||||||
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the Siro is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the Intaleq is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety. If you feel unsafe, you can share your trip details with a contact or call the police using the red SOS button.",
|
||||||
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
"We noticed the speed is exceeding 100 km/h. Please slow down for your safety...": "We noticed the speed is exceeding 100 km/h. Please slow down for your safety...",
|
||||||
"We regret to inform you that another driver has accepted this order.": "المعذرة، في كابتن ثاني سبقك وأخذ الطلب.",
|
"We regret to inform you that another driver has accepted this order.": "المعذرة، في كابتن ثاني سبقك وأخذ الطلب.",
|
||||||
@@ -1331,10 +1331,10 @@ final Map<String, String> zh = {
|
|||||||
"Welcome Back": "Welcome Back",
|
"Welcome Back": "Welcome Back",
|
||||||
"Welcome Back!": "هلا بك من جديد!",
|
"Welcome Back!": "هلا بك من جديد!",
|
||||||
"Welcome to Intaleq!": "حياك الله في انطلق!",
|
"Welcome to Intaleq!": "حياك الله في انطلق!",
|
||||||
"Welcome to Siro!": "Welcome to Siro!",
|
"Welcome to Siro!": "Welcome to Intaleq!",
|
||||||
"What are the requirements to become a driver?": "وش الشروط؟",
|
"What are the requirements to become a driver?": "وش الشروط؟",
|
||||||
"What safety measures does Intaleq offer?": "وش إجراءات الأمان؟",
|
"What safety measures does Intaleq offer?": "وش إجراءات الأمان؟",
|
||||||
"What safety measures does Siro offer?": "What safety measures does Siro offer?",
|
"What safety measures does Siro offer?": "What safety measures does Intaleq offer?",
|
||||||
"What types of vehicles are available?": "وش أنواع السيارات؟",
|
"What types of vehicles are available?": "وش أنواع السيارات؟",
|
||||||
"WhatsApp": "WhatsApp",
|
"WhatsApp": "WhatsApp",
|
||||||
"WhatsApp Location Extractor": "جلب الموقع من واتساب",
|
"WhatsApp Location Extractor": "جلب الموقع من واتساب",
|
||||||
@@ -1344,10 +1344,10 @@ final Map<String, String> zh = {
|
|||||||
"Where to": "وين الوجهة؟",
|
"Where to": "وين الوجهة؟",
|
||||||
"Where you want go ": "وين تبي تروح ",
|
"Where you want go ": "وين تبي تروح ",
|
||||||
"Why Choose Intaleq?": "ليش انطلق؟",
|
"Why Choose Intaleq?": "ليش انطلق؟",
|
||||||
"Why Choose Siro?": "Why Choose Siro?",
|
"Why Choose Siro?": "Why Choose Intaleq?",
|
||||||
"Why do you want to cancel?": "Why do you want to cancel?",
|
"Why do you want to cancel?": "Why do you want to cancel?",
|
||||||
"With Intaleq, you can get a ride to your destination in minutes.": "مع انطلق، توصل وجهتك بدقايق.",
|
"With Intaleq, you can get a ride to your destination in minutes.": "مع انطلق، توصل وجهتك بدقايق.",
|
||||||
"With Siro, you can get a ride to your destination in minutes.": "With Siro, you can get a ride to your destination in minutes.",
|
"With Siro, you can get a ride to your destination in minutes.": "With Intaleq, you can get a ride to your destination in minutes.",
|
||||||
"Work": "الدوام",
|
"Work": "الدوام",
|
||||||
"Work & Contact": "العمل والتواصل",
|
"Work & Contact": "العمل والتواصل",
|
||||||
"Work Saved": "Work Saved",
|
"Work Saved": "Work Saved",
|
||||||
@@ -1361,7 +1361,7 @@ final Map<String, String> zh = {
|
|||||||
"Year is": "السنة:",
|
"Year is": "السنة:",
|
||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "是的,您可以在特定条件下(例如分配司机前)取消行程。详情请参阅 Intaleq 取消政策。",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.": "是的,您可以在特定条件下(例如分配司机前)取消行程。详情请参阅 Intaleq 取消政策。",
|
||||||
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.",
|
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Siro cancellation policy for details.": "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.",
|
||||||
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "تقدر تلغي، بس يمكن فيه رسوم.",
|
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.": "تقدر تلغي، بس يمكن فيه رسوم.",
|
||||||
"You Are Stopped For this Day !": "توقفت اليوم!",
|
"You Are Stopped For this Day !": "توقفت اليوم!",
|
||||||
"You Can Cancel Trip And get Cost of Trip From": "تقدر تلغي وتأخذ حقك من",
|
"You Can Cancel Trip And get Cost of Trip From": "تقدر تلغي وتأخذ حقك من",
|
||||||
@@ -1397,7 +1397,7 @@ final Map<String, String> zh = {
|
|||||||
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "ادفع كاش أو بطاقة.",
|
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.": "ادفع كاش أو بطاقة.",
|
||||||
"You can resend in": "تقدر تعيد الإرسال بعد",
|
"You can resend in": "تقدر تعيد الإرسال بعد",
|
||||||
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "شارك التطبيق مع ربعك واكسب مكافآت.",
|
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code": "شارك التطبيق مع ربعك واكسب مكافآت.",
|
||||||
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Siro App with your friends and earn rewards for rides they take using your code",
|
"You can share the Siro App with your friends and earn rewards for rides they take using your code": "You can share the Intaleq App with your friends and earn rewards for rides they take using your code",
|
||||||
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
"You can upgrade price to may driver accept your order": "You can upgrade price to may driver accept your order",
|
||||||
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
"You can't continue with us .\\nYou should renew Driver license": "You can't continue with us .\\nYou should renew Driver license",
|
||||||
"You can't continue with us .\nYou should renew Driver license": "ما تقدر تكمل معنا.\nلازم تجدد الرخصة",
|
"You can't continue with us .\nYou should renew Driver license": "ما تقدر تكمل معنا.\nلازم تجدد الرخصة",
|
||||||
@@ -1684,7 +1684,7 @@ final Map<String, String> zh = {
|
|||||||
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
"wallet due to a previous trip.": "wallet due to a previous trip.",
|
||||||
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
"wallet', localizedTitle: 'Wallet": "wallet', localizedTitle: 'Wallet",
|
||||||
"welcome to intaleq": "حياك في انطلق",
|
"welcome to intaleq": "حياك في انطلق",
|
||||||
"welcome to siro": "welcome to siro",
|
"welcome to siro": "welcome to intaleq",
|
||||||
"welcome user": "يا هلا، @firstName!",
|
"welcome user": "يا هلا، @firstName!",
|
||||||
"welcome_message": "أهلاً بك في انطلق!",
|
"welcome_message": "أهلاً بك في انطلق!",
|
||||||
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
"whatsapp', getRandomPhone(), 'Hello": "whatsapp', getRandomPhone(), 'Hello",
|
||||||
@@ -1704,7 +1704,7 @@ final Map<String, String> zh = {
|
|||||||
"you must insert token code": "you must insert token code",
|
"you must insert token code": "you must insert token code",
|
||||||
"you will pay to Driver": "الدفع للكابتن",
|
"you will pay to Driver": "الدفع للكابتن",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "بتدفع حق وقت الكابتن، شوف محفظتك في انطلق",
|
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet": "بتدفع حق وقت الكابتن، شوف محفظتك في انطلق",
|
||||||
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet",
|
"you will pay to Driver you will be pay the cost of driver time look to your Siro Wallet": "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet",
|
||||||
"your ride is Accepted": "مشوارك انقبل",
|
"your ride is Accepted": "مشوارك انقبل",
|
||||||
"your ride is applied": "انطلب مشوارك",
|
"your ride is applied": "انطلب مشوارك",
|
||||||
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
"} \${AppInformation.appName}\${' to ride with": "} \${AppInformation.appName}\${' to ride with",
|
||||||
|
|||||||
@@ -272,7 +272,7 @@ class PaymobBillingDataWallet {
|
|||||||
(box.read(BoxName.name).toString().split(' ')[0]).toString(),
|
(box.read(BoxName.name).toString().split(' ')[0]).toString(),
|
||||||
"last_name":
|
"last_name":
|
||||||
(box.read(BoxName.name).toString().split(' ')[1]).toString() ??
|
(box.read(BoxName.name).toString().split(' ')[1]).toString() ??
|
||||||
'Siro',
|
'Intaleq',
|
||||||
"phone_number": (box.read(BoxName.phoneWallet)),
|
"phone_number": (box.read(BoxName.phoneWallet)),
|
||||||
"apartment": apartment ?? "NA",
|
"apartment": apartment ?? "NA",
|
||||||
"floor": floor ?? "NA",
|
"floor": floor ?? "NA",
|
||||||
|
|||||||
@@ -103,14 +103,14 @@ class PrimeController extends GetxController {
|
|||||||
// ── Dialogs ───────────────────────────────────────────────
|
// ── Dialogs ───────────────────────────────────────────────
|
||||||
void _showSuccessDialog(BuildContext context) {
|
void _showSuccessDialog(BuildContext context) {
|
||||||
Get.defaultDialog(
|
Get.defaultDialog(
|
||||||
title: '👑 Siro Prime!',
|
title: '👑 Intaleq Prime!',
|
||||||
content: Column(
|
content: Column(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
const Icon(Icons.verified, color: Colors.amber, size: 48),
|
const Icon(Icons.verified, color: Colors.amber, size: 48),
|
||||||
const SizedBox(height: 12),
|
const SizedBox(height: 12),
|
||||||
Text(
|
Text(
|
||||||
'You are now a Siro Prime member! Enjoy no surge pricing for 30 days.'.tr,
|
'You are now a Intaleq Prime member! Enjoy no surge pricing for 30 days.'.tr,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
),
|
),
|
||||||
if (expireAt != null) ...[
|
if (expireAt != null) ...[
|
||||||
@@ -147,7 +147,7 @@ class PrimeController extends GetxController {
|
|||||||
),
|
),
|
||||||
const SizedBox(height: 8),
|
const SizedBox(height: 8),
|
||||||
Text(
|
Text(
|
||||||
'Please top up your wallet to subscribe to Siro Prime.'.tr,
|
'Please top up your wallet to subscribe to Intaleq Prime.'.tr,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: const TextStyle(color: Colors.grey),
|
style: const TextStyle(color: Colors.grey),
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ import 'controller/local/translations.dart';
|
|||||||
import 'controller/firebase/local_notification.dart';
|
import 'controller/firebase/local_notification.dart';
|
||||||
import 'controller/themes/themes.dart';
|
import 'controller/themes/themes.dart';
|
||||||
import 'firebase_options.dart';
|
import 'firebase_options.dart';
|
||||||
|
import 'controller/functions/ssl_pinning.dart';
|
||||||
import 'models/db_sql.dart';
|
import 'models/db_sql.dart';
|
||||||
import 'print.dart';
|
import 'print.dart';
|
||||||
import 'splash_screen_page.dart';
|
import 'splash_screen_page.dart';
|
||||||
@@ -68,7 +69,7 @@ Future<void> backgroundMessageHandler(RemoteMessage message) async {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Update geofences on device silently
|
// Update geofences on device silently
|
||||||
await SiroGeofencingService.syncZonesWithServer(
|
await IntaleqGeofencingService.syncZonesWithServer(
|
||||||
position.latitude, position.longitude);
|
position.latitude, position.longitude);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
Log.print("Silent push location update failed: $e");
|
Log.print("Silent push location update failed: $e");
|
||||||
@@ -124,6 +125,7 @@ void main() {
|
|||||||
// --- Step 1: Critical initializations before runApp() ---
|
// --- Step 1: Critical initializations before runApp() ---
|
||||||
// These must complete before the UI can be built.
|
// These must complete before the UI can be built.
|
||||||
WidgetsFlutterBinding.ensureInitialized();
|
WidgetsFlutterBinding.ensureInitialized();
|
||||||
|
HttpOverrides.global = IntaleqHttpOverrides();
|
||||||
await GetStorage.init();
|
await GetStorage.init();
|
||||||
// Purge any previously stored CVV (PCI-DSS compliance)
|
// Purge any previously stored CVV (PCI-DSS compliance)
|
||||||
await storage.delete(key: BoxName.cvvCode);
|
await storage.delete(key: BoxName.cvvCode);
|
||||||
@@ -144,7 +146,7 @@ void main() {
|
|||||||
LocationPermission permission = await Geolocator.checkPermission();
|
LocationPermission permission = await Geolocator.checkPermission();
|
||||||
if (permission != LocationPermission.denied &&
|
if (permission != LocationPermission.denied &&
|
||||||
permission != LocationPermission.deniedForever) {
|
permission != LocationPermission.deniedForever) {
|
||||||
await SiroGeofencingService.initAndStart();
|
await IntaleqGeofencingService.initAndStart();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,22 +2,22 @@ import 'package:get/get.dart';
|
|||||||
|
|
||||||
List<OnBoardingModel> onBoardingList = [
|
List<OnBoardingModel> onBoardingList = [
|
||||||
OnBoardingModel(
|
OnBoardingModel(
|
||||||
title: 'Welcome to Siro!'.tr,
|
title: 'Welcome to Intaleq!'.tr,
|
||||||
image: 'assets/images/on1.png',
|
image: 'assets/images/on1.png',
|
||||||
body:
|
body:
|
||||||
'Siro is the ride-hailing app that is safe, reliable, and accessible.'
|
'Intaleq is the ride-hailing app that is safe, reliable, and accessible.'
|
||||||
.tr,
|
.tr,
|
||||||
),
|
),
|
||||||
OnBoardingModel(
|
OnBoardingModel(
|
||||||
title: 'Get to your destination quickly and easily.'.tr,
|
title: 'Get to your destination quickly and easily.'.tr,
|
||||||
image: 'assets/images/on2.png',
|
image: 'assets/images/on2.png',
|
||||||
body: 'With Siro, you can get a ride to your destination in minutes.'.tr,
|
body: 'With Intaleq, you can get a ride to your destination in minutes.'.tr,
|
||||||
),
|
),
|
||||||
OnBoardingModel(
|
OnBoardingModel(
|
||||||
title: 'Enjoy a safe and comfortable ride.'.tr,
|
title: 'Enjoy a safe and comfortable ride.'.tr,
|
||||||
image: 'assets/images/on3.png',
|
image: 'assets/images/on3.png',
|
||||||
body:
|
body:
|
||||||
'Siro is committed to safety, and all of our captains are carefully screened and background checked.'
|
'Intaleq is committed to safety, and all of our captains are carefully screened and background checked.'
|
||||||
.tr,
|
.tr,
|
||||||
),
|
),
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ Future<void> geofenceBackgroundCallback(GeofenceCallbackParams params) async {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class SiroGeofencingService {
|
class IntaleqGeofencingService {
|
||||||
static final _storage = GetStorage();
|
static final _storage = GetStorage();
|
||||||
|
|
||||||
static Future<void> initAndStart() async {
|
static Future<void> initAndStart() async {
|
||||||
|
|||||||
@@ -164,11 +164,11 @@ class SplashScreen extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
// Siro text
|
// Intaleq text
|
||||||
AnimatedTextKit(
|
AnimatedTextKit(
|
||||||
animatedTexts: [
|
animatedTexts: [
|
||||||
ColorizeAnimatedText(
|
ColorizeAnimatedText(
|
||||||
'Siro',
|
'Intaleq',
|
||||||
textStyle: const TextStyle(
|
textStyle: const TextStyle(
|
||||||
fontSize: 40,
|
fontSize: 40,
|
||||||
fontWeight: FontWeight.w800,
|
fontWeight: FontWeight.w800,
|
||||||
@@ -235,7 +235,7 @@ class SplashScreen extends StatelessWidget {
|
|||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
Text('SIRO',
|
Text('INTALEQ',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 9,
|
fontSize: 9,
|
||||||
fontWeight: FontWeight.w700,
|
fontWeight: FontWeight.w700,
|
||||||
|
|||||||
@@ -236,7 +236,7 @@ class LoginPage extends StatelessWidget {
|
|||||||
recognizer: TapGestureRecognizer()
|
recognizer: TapGestureRecognizer()
|
||||||
..onTap = () {
|
..onTap = () {
|
||||||
launchUrl(Uri.parse(
|
launchUrl(Uri.parse(
|
||||||
'https://intaleq.xyz/siro/privacy_policy.php'));
|
'https://intaleq.xyz/intaleq/privacy_policy.php'));
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
TextSpan(text: " and acknowledge our Privacy Policy.".tr),
|
TextSpan(text: " and acknowledge our Privacy Policy.".tr),
|
||||||
@@ -506,7 +506,7 @@ class LoginPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
const SizedBox(height: 14),
|
const SizedBox(height: 14),
|
||||||
Text(
|
Text(
|
||||||
'يجمع تطبيق سيرو بيانات الموقع لتفعيل ميزة التتبع الجغرافي (Geofence) ولتمكين السائق من الوصول إليك بدقة وتتبع رحلتك حتى عندما يكون التطبيق في الخلفية أو مغلقاً.'
|
'يجمع تطبيق انطلق بيانات الموقع لتفعيل ميزة التتبع الجغرافي (Geofence) ولتمكين السائق من الوصول إليك بدقة وتتبع رحلتك حتى عندما يكون التطبيق في الخلفية أو مغلقاً.'
|
||||||
.tr,
|
.tr,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: AppStyle.title.copyWith(
|
style: AppStyle.title.copyWith(
|
||||||
|
|||||||
@@ -425,7 +425,7 @@ class _PhoneNumberScreenState extends State<PhoneNumberScreen> {
|
|||||||
final isDark = Theme.of(context).brightness == Brightness.dark;
|
final isDark = Theme.of(context).brightness == Brightness.dark;
|
||||||
|
|
||||||
return AuthScreen(
|
return AuthScreen(
|
||||||
title: 'welcome to siro'.tr,
|
title: 'welcome to intaleq'.tr,
|
||||||
subtitle: 'login or register subtitle'.tr,
|
subtitle: 'login or register subtitle'.tr,
|
||||||
form: Form(
|
form: Form(
|
||||||
key: _formKey,
|
key: _formKey,
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ class AboutPage extends StatelessWidget {
|
|||||||
|
|
||||||
// Company Name and Introduction
|
// Company Name and Introduction
|
||||||
Text(
|
Text(
|
||||||
'Siro LLC',
|
'Intaleq LLC',
|
||||||
style: CupertinoTheme.of(context).textTheme.navTitleTextStyle,
|
style: CupertinoTheme.of(context).textTheme.navTitleTextStyle,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
),
|
),
|
||||||
@@ -43,7 +43,7 @@ class AboutPage extends StatelessWidget {
|
|||||||
|
|
||||||
// Key Features Section
|
// Key Features Section
|
||||||
Text(
|
Text(
|
||||||
'Why Choose Siro?'.tr,
|
'Why Choose Intaleq?'.tr,
|
||||||
style: CupertinoTheme.of(context).textTheme.navTitleTextStyle,
|
style: CupertinoTheme.of(context).textTheme.navTitleTextStyle,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ class ContactUsPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
const SizedBox(height: 16),
|
const SizedBox(height: 16),
|
||||||
Text(
|
Text(
|
||||||
"Siro Support".tr,
|
"Intaleq Support".tr,
|
||||||
style: AppStyle.headTitle2.copyWith(
|
style: AppStyle.headTitle2.copyWith(
|
||||||
fontSize: 22,
|
fontSize: 22,
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
@@ -229,7 +229,7 @@ class ContactUsPage extends StatelessWidget {
|
|||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
"About Siro".tr,
|
"About Intaleq".tr,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
fontSize: 18,
|
fontSize: 18,
|
||||||
@@ -239,7 +239,7 @@ class ContactUsPage extends StatelessWidget {
|
|||||||
IconButton(
|
IconButton(
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
Get.find<TextToSpeechController>().speakText(
|
Get.find<TextToSpeechController>().speakText(
|
||||||
'Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.'
|
'Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience.'
|
||||||
.tr,
|
.tr,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
@@ -249,7 +249,7 @@ class ContactUsPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
const SizedBox(height: 12),
|
const SizedBox(height: 12),
|
||||||
Text(
|
Text(
|
||||||
'Siro is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Siro, you enjoy quality, safety, and peace of mind—every time you ride.'
|
'Intaleq is the safest and most reliable ride-sharing app designed especially for passengers in Syria. We provide a comfortable, respectful, and affordable riding experience with features that prioritize your safety and convenience. Our trusted captains are verified, insured, and supported by regular car maintenance carried out by top engineers. We also offer on-road support services to make sure every trip is smooth and worry-free. With Intaleq, you enjoy quality, safety, and peace of mind—every time you ride.'
|
||||||
.tr,
|
.tr,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: isDark ? Colors.white70 : Colors.black54,
|
color: isDark ? Colors.white70 : Colors.black54,
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ class FrequentlyQuestionsPage extends StatelessWidget {
|
|||||||
onTap: () => _showAnswerDialog(
|
onTap: () => _showAnswerDialog(
|
||||||
context,
|
context,
|
||||||
'How do I request a ride?'.tr,
|
'How do I request a ride?'.tr,
|
||||||
'Simply open the Siro app, enter your destination, and tap "Request Ride". The app will connect you with a nearby driver.'
|
'Simply open the Intaleq app, enter your destination, and tap "Request Ride". The app will connect you with a nearby driver.'
|
||||||
.tr,
|
.tr,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
@@ -78,7 +78,7 @@ class FrequentlyQuestionsPage extends StatelessWidget {
|
|||||||
onTap: () => _showAnswerDialog(
|
onTap: () => _showAnswerDialog(
|
||||||
context,
|
context,
|
||||||
'What types of vehicles are available?'.tr,
|
'What types of vehicles are available?'.tr,
|
||||||
'Siro offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.'
|
'Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.'
|
||||||
.tr,
|
.tr,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
@@ -149,7 +149,7 @@ class FrequentlyQuestionsPage extends StatelessWidget {
|
|||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
color: Colors.indigo)),
|
color: Colors.indigo)),
|
||||||
content: Text(
|
content: Text(
|
||||||
'To register as a driver or learn about the requirements, please visit our website or contact Siro support directly.'
|
'To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.'
|
||||||
.tr),
|
.tr),
|
||||||
actions: <CupertinoDialogAction>[
|
actions: <CupertinoDialogAction>[
|
||||||
CupertinoDialogAction(
|
CupertinoDialogAction(
|
||||||
@@ -208,12 +208,12 @@ class FrequentlyQuestionsPage extends StatelessWidget {
|
|||||||
CupertinoIcons.shield_fill,
|
CupertinoIcons.shield_fill,
|
||||||
color: Colors.teal,
|
color: Colors.teal,
|
||||||
),
|
),
|
||||||
title: Text('What safety measures does Siro offer?'.tr),
|
title: Text('What safety measures does Intaleq offer?'.tr),
|
||||||
trailing: const CupertinoListTileChevron(),
|
trailing: const CupertinoListTileChevron(),
|
||||||
onTap: () => _showAnswerDialog(
|
onTap: () => _showAnswerDialog(
|
||||||
context,
|
context,
|
||||||
'What safety measures does Siro offer?'.tr,
|
'What safety measures does Intaleq offer?'.tr,
|
||||||
'Siro offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.'
|
'Intaleq offers various safety features including driver verification, in-app trip tracking, emergency contact options, and the ability to share your trip status with trusted contacts.'
|
||||||
.tr,
|
.tr,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -744,7 +744,7 @@ class ShareAppPage extends StatelessWidget {
|
|||||||
padding: const EdgeInsets.symmetric(horizontal: 24, vertical: 8),
|
padding: const EdgeInsets.symmetric(horizontal: 24, vertical: 8),
|
||||||
borderRadius: BorderRadius.circular(8),
|
borderRadius: BorderRadius.circular(8),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
final appName = 'Siro';
|
final appName = 'Intaleq';
|
||||||
final shareText = 'Get a ride with $appName! Use my referral code: ${rc.referralCode} for a discount.\nDownload: ${AppLink.inviteRedirectUrl}?code=${rc.referralCode}&app=rider\n\n💡 Note: If the link is not clickable, save this number or reply to activate links!';
|
final shareText = 'Get a ride with $appName! Use my referral code: ${rc.referralCode} for a discount.\nDownload: ${AppLink.inviteRedirectUrl}?code=${rc.referralCode}&app=rider\n\n💡 Note: If the link is not clickable, save this number or reply to activate links!';
|
||||||
Share.share(shareText);
|
Share.share(shareText);
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ class ApplyOrderWidget extends StatelessWidget {
|
|||||||
bottom: isVisible ? 0 : -400,
|
bottom: isVisible ? 0 : -400,
|
||||||
left: 0,
|
left: 0,
|
||||||
right: 0,
|
right: 0,
|
||||||
child: SiroSheetSurface(
|
child: IntaleqSheetSurface(
|
||||||
color: Theme.of(context).cardColor,
|
color: Theme.of(context).cardColor,
|
||||||
padding: const EdgeInsets.fromLTRB(
|
padding: const EdgeInsets.fromLTRB(
|
||||||
AppSpacing.lg, AppSpacing.sm, AppSpacing.lg, AppSpacing.lg),
|
AppSpacing.lg, AppSpacing.sm, AppSpacing.lg, AppSpacing.lg),
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ class CarDetailsTypeToChoose extends StatelessWidget {
|
|||||||
// ── Drag Handle ──────────────────────────────────────
|
// ── Drag Handle ──────────────────────────────────────
|
||||||
const Padding(
|
const Padding(
|
||||||
padding: EdgeInsets.only(top: AppSpacing.sm),
|
padding: EdgeInsets.only(top: AppSpacing.sm),
|
||||||
child: SiroSheetHandle(),
|
child: IntaleqSheetHandle(),
|
||||||
),
|
),
|
||||||
AppSpacing.vGapXs,
|
AppSpacing.vGapXs,
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user