diff --git a/.env b/.env
index e24b520..ec98d8a 100644
--- a/.env
+++ b/.env
@@ -112,4 +112,5 @@ V=P
W=T
X=D
Y=S
-Z=M
\ No newline at end of file
+Z=M
+mapSaasKey=intaleq_secret_2026
diff --git a/android/app/build.gradle b/android/app/build.gradle
index cd063ec..c80f03c 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -20,8 +20,8 @@ android {
ndkVersion "29.0.14033849"
compileOptions {
- sourceCompatibility = JavaVersion.VERSION_1_8
- targetCompatibility = JavaVersion.VERSION_1_8
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
coreLibraryDesugaringEnabled true
}
externalNativeBuild {
@@ -33,7 +33,7 @@ android {
kotlinOptions {
- jvmTarget = JavaVersion.VERSION_1_8
+ jvmTarget = "17"
}
sourceSets {
main {
diff --git a/android/build.gradle b/android/build.gradle
index c5fcbd0..8aca6b2 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -31,6 +31,30 @@ subprojects {
}
subprojects {
project.evaluationDependsOn(':app')
+
+ // Sync Kotlin JVM Target for ALL subprojects (works at task-config time)
+ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
+ kotlinOptions {
+ jvmTarget = "17"
+ }
+ }
+}
+
+// Force Java 17 on plugin subprojects AFTER they set their own defaults.
+// Skip :app because it's already evaluated (via evaluationDependsOn) and already configured.
+subprojects { sub ->
+ if (sub.name != 'app') {
+ sub.afterEvaluate {
+ if (sub.hasProperty('android')) {
+ sub.android {
+ compileOptions {
+ sourceCompatibility JavaVersion.VERSION_17
+ targetCompatibility JavaVersion.VERSION_17
+ }
+ }
+ }
+ }
+ }
}
tasks.register("clean", Delete) {
diff --git a/android/build/reports/problems/problems-report.html b/android/build/reports/problems/problems-report.html
index cc48c50..37ee9e0 100644
--- a/android/build/reports/problems/problems-report.html
+++ b/android/build/reports/problems/problems-report.html
@@ -650,7 +650,7 @@ code + .copy-button {
diff --git a/assets/style_dark.json b/assets/style_dark.json
new file mode 100644
index 0000000..86c6c0a
--- /dev/null
+++ b/assets/style_dark.json
@@ -0,0 +1,1804 @@
+{
+ "version": 8,
+ "name": "Intaleq Premium Map Style — Dark",
+ "metadata": {
+ "brand": "Intaleq",
+ "version": "2.1.0",
+ "description": "Dark Theme with road direction arrows"
+ },
+ "center": [
+ 36.276008,
+ 33.513685
+ ],
+ "zoom": 15,
+ "glyphs": "https://cdn.protomaps.com/fonts/pbf/{fontstack}/{range}.pbf",
+ "sprite": "https://demotiles.maplibre.org/styles/osm-bright-gl-style/sprite",
+ "sources": {
+ "local-osm-polygons": {
+ "type": "vector",
+ "tiles": [
+ "https://tiles.intaleqapp.com/planet_osm_polygon/{z}/{x}/{y}"
+ ],
+ "maxzoom": 14,
+ "attribution": "© Intaleq | © OpenStreetMap contributors"
+ },
+ "local-osm-lines": {
+ "type": "vector",
+ "tiles": [
+ "https://tiles.intaleqapp.com/planet_osm_line/{z}/{x}/{y}"
+ ],
+ "maxzoom": 14
+ },
+ "local-osm-points": {
+ "type": "vector",
+ "tiles": [
+ "https://tiles.intaleqapp.com/planet_osm_point/{z}/{x}/{y}"
+ ],
+ "maxzoom": 14
+ },
+ "places_egypt": {
+ "type": "vector",
+ "tiles": [
+ "https://tiles.intaleqapp.com/places_egypt/{z}/{x}/{y}"
+ ],
+ "maxzoom": 14
+ },
+ "places_syria": {
+ "type": "vector",
+ "tiles": [
+ "https://tiles.intaleqapp.com/places_syria/{z}/{x}/{y}"
+ ],
+ "maxzoom": 14
+ },
+ "places_jordan": {
+ "type": "vector",
+ "tiles": [
+ "https://tiles.intaleqapp.com/places_jordan/{z}/{x}/{y}"
+ ],
+ "maxzoom": 14
+ }
+ },
+ "layers": [
+ {
+ "id": "background",
+ "type": "background",
+ "paint": {
+ "background-color": "#1A1E2A"
+ }
+ },
+ {
+ "id": "landuse-residential",
+ "type": "fill",
+ "source": "local-osm-polygons",
+ "source-layer": "planet_osm_polygon",
+ "filter": [
+ "==",
+ "landuse",
+ "residential"
+ ],
+ "paint": {
+ "fill-color": "#1E2330",
+ "fill-opacity": 1
+ }
+ },
+ {
+ "id": "landuse-commercial",
+ "type": "fill",
+ "source": "local-osm-polygons",
+ "source-layer": "planet_osm_polygon",
+ "filter": [
+ "==",
+ "landuse",
+ "commercial"
+ ],
+ "paint": {
+ "fill-color": "#22202D",
+ "fill-opacity": 1
+ }
+ },
+ {
+ "id": "landuse-industrial",
+ "type": "fill",
+ "source": "local-osm-polygons",
+ "source-layer": "planet_osm_polygon",
+ "filter": [
+ "in",
+ "landuse",
+ "industrial",
+ "railway"
+ ],
+ "paint": {
+ "fill-color": "#252A35",
+ "fill-opacity": 1
+ }
+ },
+ {
+ "id": "landuse-cemetery",
+ "type": "fill",
+ "source": "local-osm-polygons",
+ "source-layer": "planet_osm_polygon",
+ "filter": [
+ "==",
+ "landuse",
+ "cemetery"
+ ],
+ "paint": {
+ "fill-color": "#1B2D1D",
+ "fill-opacity": 0.9
+ }
+ },
+ {
+ "id": "landuse-military",
+ "type": "fill",
+ "source": "local-osm-polygons",
+ "source-layer": "planet_osm_polygon",
+ "filter": [
+ "==",
+ "landuse",
+ "military"
+ ],
+ "paint": {
+ "fill-color": "#28241F",
+ "fill-opacity": 0.8
+ }
+ },
+ {
+ "id": "park-layer",
+ "type": "fill",
+ "source": "local-osm-polygons",
+ "source-layer": "planet_osm_polygon",
+ "filter": [
+ "any",
+ [
+ "in",
+ "leisure",
+ "park",
+ "garden",
+ "nature_reserve",
+ "pitch",
+ "playground"
+ ],
+ [
+ "in",
+ "landuse",
+ "grass",
+ "meadow",
+ "forest"
+ ],
+ [
+ "in",
+ "natural",
+ "wood",
+ "scrub",
+ "heath"
+ ]
+ ],
+ "paint": {
+ "fill-color": "#1C2F1E",
+ "fill-opacity": 0.85
+ }
+ },
+ {
+ "id": "park-outline",
+ "type": "line",
+ "source": "local-osm-polygons",
+ "source-layer": "planet_osm_polygon",
+ "filter": [
+ "in",
+ "leisure",
+ "park",
+ "garden",
+ "nature_reserve"
+ ],
+ "paint": {
+ "line-color": "#2D5035",
+ "line-width": 0.8,
+ "line-opacity": 0.7
+ }
+ },
+ {
+ "id": "water-polygon",
+ "type": "fill",
+ "source": "local-osm-polygons",
+ "source-layer": "planet_osm_polygon",
+ "filter": [
+ "any",
+ [
+ "in",
+ "natural",
+ "water",
+ "lake",
+ "bay"
+ ],
+ [
+ "==",
+ "waterway",
+ "riverbank"
+ ],
+ [
+ "in",
+ "landuse",
+ "basin",
+ "reservoir"
+ ],
+ [
+ "==",
+ "amenity",
+ "fountain"
+ ]
+ ],
+ "paint": {
+ "fill-color": "#0E3A5C",
+ "fill-opacity": 0.95
+ }
+ },
+ {
+ "id": "water-polygon-outline",
+ "type": "line",
+ "source": "local-osm-polygons",
+ "source-layer": "planet_osm_polygon",
+ "filter": [
+ "any",
+ [
+ "in",
+ "natural",
+ "water",
+ "lake",
+ "bay"
+ ],
+ [
+ "==",
+ "waterway",
+ "riverbank"
+ ],
+ [
+ "in",
+ "landuse",
+ "basin",
+ "reservoir"
+ ]
+ ],
+ "paint": {
+ "line-color": "#0A2D4A",
+ "line-width": 0.8,
+ "line-opacity": 0.8
+ }
+ },
+ {
+ "id": "waterway-river",
+ "type": "line",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "filter": [
+ "all",
+ [
+ "in",
+ "waterway",
+ "river",
+ "canal"
+ ],
+ [
+ "!=",
+ "intermittent",
+ "yes"
+ ],
+ [
+ "!=",
+ "seasonal",
+ "yes"
+ ],
+ [
+ "!=",
+ "tunnel",
+ "yes"
+ ]
+ ],
+ "paint": {
+ "line-color": "#104E6E",
+ "line-width": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 10,
+ 1.5,
+ 14,
+ 4,
+ 16,
+ 7
+ ],
+ "line-opacity": 0.95
+ }
+ },
+ {
+ "id": "waterway-stream-drain",
+ "type": "line",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "filter": [
+ "all",
+ [
+ "in",
+ "waterway",
+ "stream",
+ "drain",
+ "ditch"
+ ],
+ [
+ "!=",
+ "intermittent",
+ "yes"
+ ],
+ [
+ "!=",
+ "seasonal",
+ "yes"
+ ],
+ [
+ "!=",
+ "tunnel",
+ "yes"
+ ]
+ ],
+ "minzoom": 13,
+ "paint": {
+ "line-color": "#0E3850",
+ "line-width": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 13,
+ 0.8,
+ 16,
+ 2.5
+ ],
+ "line-opacity": 0.85
+ }
+ },
+ {
+ "id": "railway-area",
+ "type": "fill",
+ "source": "local-osm-polygons",
+ "source-layer": "planet_osm_polygon",
+ "filter": [
+ "==",
+ "landuse",
+ "railway"
+ ],
+ "paint": {
+ "fill-color": "#22273A",
+ "fill-opacity": 0.9
+ }
+ },
+ {
+ "id": "railway-rail-casing",
+ "type": "line",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "filter": [
+ "all",
+ [
+ "in",
+ "railway",
+ "rail",
+ "narrow_gauge",
+ "preserved"
+ ],
+ [
+ "!=",
+ "service",
+ "yard"
+ ],
+ [
+ "!=",
+ "service",
+ "siding"
+ ]
+ ],
+ "minzoom": 8,
+ "paint": {
+ "line-color": "#353C4E",
+ "line-width": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 8,
+ 2,
+ 12,
+ 4,
+ 16,
+ 8
+ ]
+ }
+ },
+ {
+ "id": "railway-rail-core",
+ "type": "line",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "filter": [
+ "all",
+ [
+ "in",
+ "railway",
+ "rail",
+ "narrow_gauge",
+ "preserved"
+ ],
+ [
+ "!=",
+ "service",
+ "yard"
+ ],
+ [
+ "!=",
+ "service",
+ "siding"
+ ]
+ ],
+ "minzoom": 8,
+ "paint": {
+ "line-color": "#505A6E",
+ "line-width": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 8,
+ 1,
+ 12,
+ 2.5,
+ 16,
+ 5
+ ],
+ "line-dasharray": [
+ 6,
+ 4
+ ]
+ }
+ },
+ {
+ "id": "railway-subway-casing",
+ "type": "line",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "filter": [
+ "in",
+ "railway",
+ "subway",
+ "light_rail",
+ "tram",
+ "monorail"
+ ],
+ "minzoom": 10,
+ "paint": {
+ "line-color": [
+ "match",
+ [
+ "get",
+ "railway"
+ ],
+ "subway",
+ "#CC2233",
+ "light_rail",
+ "#0066CC",
+ "tram",
+ "#8833BB",
+ "monorail",
+ "#008855",
+ "#BB3344"
+ ],
+ "line-width": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 10,
+ 3,
+ 14,
+ 6,
+ 16,
+ 10
+ ]
+ }
+ },
+ {
+ "id": "railway-subway-core",
+ "type": "line",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "filter": [
+ "in",
+ "railway",
+ "subway",
+ "light_rail",
+ "tram",
+ "monorail"
+ ],
+ "minzoom": 10,
+ "paint": {
+ "line-color": [
+ "match",
+ [
+ "get",
+ "railway"
+ ],
+ "subway",
+ "#FF3347",
+ "light_rail",
+ "#2288FF",
+ "tram",
+ "#AA44EE",
+ "monorail",
+ "#00BB66",
+ "#FF4455"
+ ],
+ "line-width": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 10,
+ 1.5,
+ 14,
+ 3.5,
+ 16,
+ 6
+ ]
+ }
+ },
+ {
+ "id": "road-casing-track-path",
+ "type": "line",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "filter": [
+ "in",
+ "highway",
+ "track",
+ "path",
+ "footway",
+ "cycleway",
+ "steps"
+ ],
+ "minzoom": 14,
+ "paint": {
+ "line-color": "#262B38",
+ "line-width": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 14,
+ 1,
+ 16,
+ 4
+ ],
+ "line-dasharray": [
+ 4,
+ 3
+ ]
+ }
+ },
+ {
+ "id": "road-casing-minor",
+ "type": "line",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "filter": [
+ "in",
+ "highway",
+ "residential",
+ "service",
+ "unclassified",
+ "living_street",
+ "pedestrian"
+ ],
+ "paint": {
+ "line-color": "#282D3C",
+ "line-width": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 12,
+ 1.5,
+ 16,
+ 10
+ ],
+ "line-opacity": 0.7
+ }
+ },
+ {
+ "id": "road-core-minor",
+ "type": "line",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "filter": [
+ "in",
+ "highway",
+ "residential",
+ "service",
+ "unclassified",
+ "living_street",
+ "pedestrian"
+ ],
+ "paint": {
+ "line-color": "#2F3445",
+ "line-width": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 12,
+ 0.8,
+ 16,
+ 8
+ ]
+ }
+ },
+ {
+ "id": "road-casing-tertiary",
+ "type": "line",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "filter": [
+ "in",
+ "highway",
+ "tertiary",
+ "tertiary_link"
+ ],
+ "paint": {
+ "line-color": "#2A3040",
+ "line-width": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 11,
+ 2,
+ 16,
+ 14
+ ],
+ "line-opacity": 0.75
+ }
+ },
+ {
+ "id": "road-core-tertiary",
+ "type": "line",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "filter": [
+ "in",
+ "highway",
+ "tertiary",
+ "tertiary_link"
+ ],
+ "paint": {
+ "line-color": "#384050",
+ "line-width": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 11,
+ 1.2,
+ 16,
+ 11
+ ]
+ }
+ },
+ {
+ "id": "road-casing-secondary",
+ "type": "line",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "filter": [
+ "in",
+ "highway",
+ "secondary",
+ "secondary_link"
+ ],
+ "paint": {
+ "line-color": "#2E3648",
+ "line-width": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 11,
+ 2.5,
+ 16,
+ 16
+ ],
+ "line-opacity": 0.8
+ }
+ },
+ {
+ "id": "road-core-secondary",
+ "type": "line",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "filter": [
+ "in",
+ "highway",
+ "secondary",
+ "secondary_link"
+ ],
+ "paint": {
+ "line-color": "#3A4558",
+ "line-width": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 11,
+ 1.8,
+ 16,
+ 13
+ ]
+ }
+ },
+ {
+ "id": "road-casing-primary",
+ "type": "line",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "filter": [
+ "in",
+ "highway",
+ "primary",
+ "primary_link"
+ ],
+ "paint": {
+ "line-color": "#5C4A10",
+ "line-width": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 10,
+ 3,
+ 16,
+ 18
+ ],
+ "line-opacity": 0.7
+ }
+ },
+ {
+ "id": "road-core-primary",
+ "type": "line",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "filter": [
+ "in",
+ "highway",
+ "primary",
+ "primary_link"
+ ],
+ "paint": {
+ "line-color": "#907018",
+ "line-width": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 10,
+ 2,
+ 16,
+ 14
+ ]
+ }
+ },
+ {
+ "id": "road-casing-motorway-trunk",
+ "type": "line",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "filter": [
+ "in",
+ "highway",
+ "motorway",
+ "motorway_link",
+ "trunk",
+ "trunk_link"
+ ],
+ "paint": {
+ "line-color": "#6A4E10",
+ "line-width": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 9,
+ 4,
+ 16,
+ 20
+ ],
+ "line-opacity": 0.75
+ }
+ },
+ {
+ "id": "road-core-motorway-trunk",
+ "type": "line",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "filter": [
+ "in",
+ "highway",
+ "motorway",
+ "motorway_link",
+ "trunk",
+ "trunk_link"
+ ],
+ "paint": {
+ "line-color": "#A07820",
+ "line-width": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 9,
+ 2.5,
+ 16,
+ 16
+ ]
+ }
+ },
+ {
+ "id": "building-fill-flat",
+ "type": "fill",
+ "source": "local-osm-polygons",
+ "source-layer": "planet_osm_polygon",
+ "filter": [
+ "has",
+ "building"
+ ],
+ "maxzoom": 14,
+ "paint": {
+ "fill-color": "#2A2825",
+ "fill-opacity": 0.85,
+ "fill-outline-color": "#C4BEB4"
+ }
+ },
+ {
+ "id": "building-3d",
+ "type": "fill-extrusion",
+ "source": "local-osm-polygons",
+ "source-layer": "planet_osm_polygon",
+ "minzoom": 14,
+ "filter": [
+ "has",
+ "building"
+ ],
+ "paint": {
+ "fill-extrusion-color": [
+ "match",
+ [
+ "get",
+ "building"
+ ],
+ "commercial",
+ "#2A2620",
+ "retail",
+ "#2E2418",
+ "industrial",
+ "#222A34",
+ "church",
+ "#2A2440",
+ "mosque",
+ "#1A2E20",
+ "hospital",
+ "#2E2020",
+ "school",
+ "#22281A",
+ "university",
+ "#202614",
+ "hotel",
+ "#1E2238",
+ "apartments",
+ "#262420",
+ "#242220"
+ ],
+ "fill-extrusion-height": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 14,
+ [
+ "*",
+ [
+ "coalesce",
+ [
+ "to-number",
+ [
+ "get",
+ "building:levels"
+ ],
+ null
+ ],
+ 3
+ ],
+ 2.5
+ ],
+ 17,
+ [
+ "coalesce",
+ [
+ "to-number",
+ [
+ "get",
+ "height"
+ ],
+ null
+ ],
+ [
+ "*",
+ [
+ "to-number",
+ [
+ "get",
+ "building:levels"
+ ],
+ 3
+ ],
+ 3.5
+ ],
+ 12
+ ]
+ ],
+ "fill-extrusion-base": [
+ "coalesce",
+ [
+ "to-number",
+ [
+ "get",
+ "min_height"
+ ],
+ null
+ ],
+ 0
+ ],
+ "fill-extrusion-opacity": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 14,
+ 0.6,
+ 16,
+ 0.88
+ ],
+ "fill-extrusion-vertical-gradient": true
+ }
+ },
+ {
+ "id": "railway-label",
+ "type": "symbol",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "filter": [
+ "in",
+ "railway",
+ "rail",
+ "subway",
+ "light_rail",
+ "tram"
+ ],
+ "minzoom": 13,
+ "layout": {
+ "text-field": [
+ "coalesce",
+ [
+ "get",
+ "name:ar"
+ ],
+ [
+ "get",
+ "name"
+ ],
+ ""
+ ],
+ "text-font": [
+ "Noto Sans Regular"
+ ],
+ "text-size": 10,
+ "symbol-placement": "line",
+ "text-padding": 6,
+ "text-allow-overlap": false
+ },
+ "paint": {
+ "text-color": [
+ "match",
+ [
+ "get",
+ "railway"
+ ],
+ "subway",
+ "#CC2233",
+ "light_rail",
+ "#0055BB",
+ "tram",
+ "#7722AA",
+ "#4A5568"
+ ],
+ "text-halo-color": "rgba(15,20,30,0.92)",
+ "text-halo-width": 2
+ }
+ },
+ {
+ "id": "waterway-label",
+ "type": "symbol",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "filter": [
+ "all",
+ [
+ "in",
+ "waterway",
+ "river",
+ "canal"
+ ],
+ [
+ "!=",
+ "intermittent",
+ "yes"
+ ],
+ [
+ "has",
+ "name"
+ ]
+ ],
+ "minzoom": 12,
+ "layout": {
+ "text-field": [
+ "coalesce",
+ [
+ "get",
+ "name:ar"
+ ],
+ [
+ "get",
+ "name"
+ ],
+ ""
+ ],
+ "text-font": [
+ "Noto Sans Regular"
+ ],
+ "text-size": 11,
+ "symbol-placement": "line",
+ "text-letter-spacing": 0.1
+ },
+ "paint": {
+ "text-color": "#2E86AB",
+ "text-halo-color": "rgba(15,20,30,0.92)",
+ "text-halo-width": 2
+ }
+ },
+ {
+ "id": "poi-hospital",
+ "type": "symbol",
+ "source": "local-osm-points",
+ "source-layer": "planet_osm_point",
+ "minzoom": 13,
+ "filter": [
+ "==",
+ "amenity",
+ "hospital"
+ ],
+ "layout": {
+ "icon-image": "hospital",
+ "icon-size": 1,
+ "text-field": [
+ "coalesce",
+ [
+ "get",
+ "name:ar"
+ ],
+ [
+ "get",
+ "name"
+ ],
+ ""
+ ],
+ "text-font": [
+ "Noto Sans Regular"
+ ],
+ "text-size": 11,
+ "text-offset": [
+ 0,
+ 1.2
+ ],
+ "text-anchor": "top",
+ "text-allow-overlap": false
+ },
+ "paint": {
+ "text-color": "#C0392B",
+ "text-halo-color": "white",
+ "text-halo-width": 2
+ }
+ },
+ {
+ "id": "poi-pharmacy",
+ "type": "symbol",
+ "source": "local-osm-points",
+ "source-layer": "planet_osm_point",
+ "minzoom": 15,
+ "filter": [
+ "==",
+ "amenity",
+ "pharmacy"
+ ],
+ "layout": {
+ "icon-image": "pharmacy",
+ "icon-size": 0.8,
+ "text-field": [
+ "coalesce",
+ [
+ "get",
+ "name:ar"
+ ],
+ [
+ "get",
+ "name"
+ ],
+ ""
+ ],
+ "text-font": [
+ "Noto Sans Regular"
+ ],
+ "text-size": 10,
+ "text-offset": [
+ 0,
+ 1.2
+ ],
+ "text-anchor": "top"
+ },
+ "paint": {
+ "text-color": "#1A7A3C",
+ "text-halo-color": "white",
+ "text-halo-width": 1.5
+ }
+ },
+ {
+ "id": "poi-place-of-worship",
+ "type": "symbol",
+ "source": "local-osm-points",
+ "source-layer": "planet_osm_point",
+ "minzoom": 14,
+ "filter": [
+ "==",
+ "amenity",
+ "place_of_worship"
+ ],
+ "layout": {
+ "icon-image": "tourist",
+ "icon-size": 0.8,
+ "text-field": [
+ "coalesce",
+ [
+ "get",
+ "name:ar"
+ ],
+ [
+ "get",
+ "name"
+ ],
+ ""
+ ],
+ "text-font": [
+ "Noto Sans Regular"
+ ],
+ "text-size": 11,
+ "text-offset": [
+ 0,
+ 1.2
+ ],
+ "text-anchor": "top"
+ },
+ "paint": {
+ "text-color": "#1A6B3A",
+ "text-halo-color": "white",
+ "text-halo-width": 2
+ }
+ },
+ {
+ "id": "poi-restaurant-cafe",
+ "type": "symbol",
+ "source": "local-osm-points",
+ "source-layer": "planet_osm_point",
+ "minzoom": 16,
+ "filter": [
+ "in",
+ "amenity",
+ "restaurant",
+ "cafe",
+ "fast_food"
+ ],
+ "layout": {
+ "icon-image": [
+ "match",
+ [
+ "get",
+ "amenity"
+ ],
+ "cafe",
+ "cafe",
+ "restaurant"
+ ],
+ "icon-size": 0.8,
+ "text-field": [
+ "coalesce",
+ [
+ "get",
+ "name:ar"
+ ],
+ [
+ "get",
+ "name"
+ ],
+ ""
+ ],
+ "text-font": [
+ "Noto Sans Regular"
+ ],
+ "text-size": 10,
+ "text-offset": [
+ 0,
+ 1.2
+ ],
+ "text-anchor": "top"
+ },
+ "paint": {
+ "text-color": "#3D4A5C",
+ "text-halo-color": "white",
+ "text-halo-width": 1.5
+ }
+ },
+ {
+ "id": "poi-school",
+ "type": "symbol",
+ "source": "local-osm-points",
+ "source-layer": "planet_osm_point",
+ "minzoom": 14,
+ "filter": [
+ "in",
+ "amenity",
+ "school",
+ "university",
+ "college"
+ ],
+ "layout": {
+ "icon-image": "college",
+ "icon-size": 0.8,
+ "text-field": [
+ "coalesce",
+ [
+ "get",
+ "name:ar"
+ ],
+ [
+ "get",
+ "name"
+ ],
+ ""
+ ],
+ "text-font": [
+ "Noto Sans Regular"
+ ],
+ "text-size": 11,
+ "text-offset": [
+ 0,
+ 1.2
+ ],
+ "text-anchor": "top"
+ },
+ "paint": {
+ "text-color": "#5A4A8A",
+ "text-halo-color": "white",
+ "text-halo-width": 2
+ }
+ },
+ {
+ "id": "poi-transit-station",
+ "type": "symbol",
+ "source": "local-osm-points",
+ "source-layer": "planet_osm_point",
+ "minzoom": 12,
+ "filter": [
+ "any",
+ [
+ "==",
+ "railway",
+ "station"
+ ],
+ [
+ "==",
+ "railway",
+ "halt"
+ ],
+ [
+ "==",
+ "railway",
+ "tram_stop"
+ ],
+ [
+ "==",
+ "station",
+ "subway"
+ ],
+ [
+ "==",
+ "amenity",
+ "bus_station"
+ ]
+ ],
+ "layout": {
+ "icon-image": "rail",
+ "icon-size": 1,
+ "text-field": [
+ "coalesce",
+ [
+ "get",
+ "name:ar"
+ ],
+ [
+ "get",
+ "name"
+ ],
+ ""
+ ],
+ "text-font": [
+ "Noto Sans Regular"
+ ],
+ "text-size": 11,
+ "text-offset": [
+ 0,
+ 1.4
+ ],
+ "text-anchor": "top",
+ "text-allow-overlap": false
+ },
+ "paint": {
+ "text-color": "#CC2233",
+ "text-halo-color": "rgba(15,20,30,0.92)",
+ "text-halo-width": 2
+ }
+ },
+ {
+ "id": "place-labels-area",
+ "type": "symbol",
+ "source": "local-osm-polygons",
+ "source-layer": "planet_osm_polygon",
+ "minzoom": 10,
+ "filter": [
+ "has",
+ "name"
+ ],
+ "layout": {
+ "text-field": [
+ "coalesce",
+ [
+ "get",
+ "name:ar"
+ ],
+ [
+ "get",
+ "name"
+ ],
+ ""
+ ],
+ "text-font": [
+ "Noto Sans Regular"
+ ],
+ "text-size": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 10,
+ 10,
+ 14,
+ 13
+ ],
+ "text-padding": 8,
+ "text-allow-overlap": false,
+ "text-ignore-placement": false
+ },
+ "paint": {
+ "text-color": "#34495E",
+ "text-halo-color": "rgba(15,20,30,0.92)",
+ "text-halo-width": 2
+ }
+ },
+ {
+ "id": "place-labels-point",
+ "type": "symbol",
+ "source": "local-osm-points",
+ "source-layer": "planet_osm_point",
+ "minzoom": 10,
+ "filter": [
+ "any",
+ [
+ "in",
+ "place",
+ "city",
+ "town",
+ "village",
+ "suburb",
+ "neighbourhood",
+ "hamlet",
+ "locality",
+ "quarter"
+ ],
+ [
+ "in",
+ "natural",
+ "peak",
+ "spring"
+ ]
+ ],
+ "layout": {
+ "text-field": [
+ "coalesce",
+ [
+ "get",
+ "name:ar"
+ ],
+ [
+ "get",
+ "name"
+ ],
+ ""
+ ],
+ "text-font": [
+ "Noto Sans Regular"
+ ],
+ "text-size": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 10,
+ [
+ "match",
+ [
+ "get",
+ "place"
+ ],
+ "city",
+ 16,
+ "town",
+ 14,
+ 11
+ ],
+ 14,
+ [
+ "match",
+ [
+ "get",
+ "place"
+ ],
+ "city",
+ 20,
+ "town",
+ 16,
+ 13
+ ],
+ 17,
+ 14
+ ],
+ "text-letter-spacing": [
+ "match",
+ [
+ "get",
+ "place"
+ ],
+ "city",
+ 0.08,
+ "town",
+ 0.05,
+ 0.02
+ ],
+ "text-anchor": "center",
+ "text-padding": 10,
+ "text-allow-overlap": false
+ },
+ "paint": {
+ "text-color": "#C8D8F0",
+ "text-halo-color": "rgba(15,20,30,0.92)",
+ "text-halo-width": [
+ "match",
+ [
+ "get",
+ "place"
+ ],
+ "city",
+ 3,
+ "town",
+ 2.5,
+ 2
+ ]
+ }
+ },
+ {
+ "id": "places-egypt-labels",
+ "type": "symbol",
+ "source": "places_egypt",
+ "source-layer": "places_egypt",
+ "minzoom": 12,
+ "layout": {
+ "text-field": [
+ "coalesce",
+ [
+ "get",
+ "name_ar"
+ ],
+ [
+ "get",
+ "name"
+ ],
+ ""
+ ],
+ "text-font": [
+ "Noto Sans Bold"
+ ],
+ "text-size": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 12,
+ 9,
+ 16,
+ 13
+ ],
+ "text-offset": [
+ 0,
+ 1.5
+ ],
+ "text-anchor": "top",
+ "text-padding": 8,
+ "text-allow-overlap": false
+ },
+ "paint": {
+ "text-color": "#9AAABB",
+ "text-halo-color": "rgba(15,20,30,0.92)",
+ "text-halo-width": 2
+ }
+ },
+ {
+ "id": "places-syria-labels",
+ "type": "symbol",
+ "source": "places_syria",
+ "source-layer": "places_syria",
+ "minzoom": 10,
+ "layout": {
+ "text-field": [
+ "coalesce",
+ [
+ "get",
+ "name_ar"
+ ],
+ [
+ "get",
+ "name"
+ ],
+ ""
+ ],
+ "text-font": [
+ "Noto Sans Bold"
+ ],
+ "text-size": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 12,
+ 9,
+ 16,
+ 13
+ ],
+ "text-offset": [
+ 0,
+ 1.5
+ ],
+ "text-anchor": "top",
+ "text-padding": 8,
+ "text-allow-overlap": false
+ },
+ "paint": {
+ "text-color": "#9AAABB",
+ "text-halo-color": "rgba(15,20,30,0.92)",
+ "text-halo-width": 2
+ }
+ },
+ {
+ "id": "places-jordan-labels",
+ "type": "symbol",
+ "source": "places_jordan",
+ "source-layer": "places_jordan",
+ "minzoom": 10,
+ "layout": {
+ "text-field": [
+ "coalesce",
+ [
+ "get",
+ "name_ar"
+ ],
+ [
+ "get",
+ "name"
+ ],
+ ""
+ ],
+ "text-font": [
+ "Noto Sans Bold"
+ ],
+ "text-size": [
+ "interpolate",
+ [
+ "linear"
+ ],
+ [
+ "zoom"
+ ],
+ 12,
+ 9,
+ 16,
+ 13
+ ],
+ "text-offset": [
+ 0,
+ 1.5
+ ],
+ "text-anchor": "top",
+ "text-padding": 8,
+ "text-allow-overlap": false
+ },
+ "paint": {
+ "text-color": "#9AAABB",
+ "text-halo-color": "rgba(15,20,30,0.92)",
+ "text-halo-width": 2
+ }
+ },
+ {
+ "id": "road-direction-arrows",
+ "type": "symbol",
+ "source": "local-osm-lines",
+ "source-layer": "planet_osm_line",
+ "minzoom": 14,
+ "filter": [
+ "all",
+ [
+ "has",
+ "oneway"
+ ],
+ [
+ "in",
+ "oneway",
+ "yes",
+ "-1"
+ ],
+ [
+ "in",
+ "highway",
+ "motorway",
+ "motorway_link",
+ "trunk",
+ "trunk_link",
+ "primary",
+ "primary_link",
+ "secondary",
+ "secondary_link",
+ "tertiary",
+ "tertiary_link",
+ "residential",
+ "unclassified"
+ ]
+ ],
+ "layout": {
+ "symbol-placement": "line",
+ "text-field": [
+ "match",
+ [
+ "get",
+ "oneway"
+ ],
+ "yes",
+ "→",
+ "-1",
+ "←",
+ ""
+ ],
+ "text-font": [
+ "Noto Sans Regular"
+ ],
+ "text-size": 11,
+ "text-spacing": 180,
+ "text-rotation-alignment": "map",
+ "text-allow-overlap": false,
+ "text-ignore-placement": false,
+ "text-keep-upright": false
+ },
+ "paint": {
+ "text-color": "#F0C040",
+ "text-halo-color": "rgba(15,20,30,0.85)",
+ "text-halo-width": 1.2
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/inject_missing_translations.py b/inject_missing_translations.py
new file mode 100644
index 0000000..7af18ae
--- /dev/null
+++ b/inject_missing_translations.py
@@ -0,0 +1,281 @@
+import os
+import re
+import json
+
+# Pre-defined mapping of English keys to standard Arabic translations.
+# These represent the clean keys that were accidentally removed.
+ARABIC_TRANS = {
+ "1 Passenger": "راكب واحد",
+ "2 Passengers": "راكبين",
+ "3 Passengers": "٣ ركاب",
+ "4 Passengers": "٤ ركاب",
+ "2. Attach Recorded Audio (Optional)": "٢. إرفاق تسجيل صوتي (اختياري)",
+ "Account": "الحساب",
+ "Actions": "الإجراءات",
+ "Active Users": "المستخدمين النشطين",
+ "Add a Stop": "إضافة نقطة توقف",
+ "Add a new waypoint stop": "إضافة نقطة توقف جديدة",
+ "After this period\\nYou can\\'t cancel!": "بعد هالوقت\\nما فيك تكنسل!",
+ "Age is": "العمر",
+ "Alert": "تنبيه",
+ "An OTP has been sent to your number.": "تم إرسال كود التأكيد لرقمك.",
+ "An error occurred": "حدث خطأ",
+ "Appearance": "المظهر",
+ "Are you sure you want to delete this file?": "متأكد بدك تحذف هالملف؟",
+ "Are you sure you want to logout?": "متأكد بدك تسجل خروج؟",
+ "Arrived": "وصلنا",
+ "Audio Recording": "تسجيل صوتي",
+ "Call": "اتصال",
+ "Call Support": "اتصل بالدعم",
+ "Call left": "مكالمات متبقية",
+ "Change Photo": "تغيير الصورة",
+ "Choose from Gallery": "اختر من المعرض",
+ "Choose from contact": "اختر من جهات الاتصال",
+ "Click to track the trip": "اضغط لتتبع المشوار",
+ "Close panel": "إغلاق اللوحة",
+ "Coming": "جايين",
+ "Complete Payment": "إتمام الدفع",
+ "Confirm Cancellation": "تأكيد الإلغاء",
+ "Confirm Pickup Location": "تأكيد موقع الانطلاق",
+ "Connection failed. Please try again.": "فشل الاتصال. جرب مرة تانية.",
+ "Could not create ride. Please try again.": "ما قدرنا نعمل مشوار. جرب مرة تانية.",
+ "Crop Photo": "قص الصورة",
+ "Dark Mode": "الوضع الليلي",
+ "Delete": "حذف",
+ "Delete Account": "حذف الحساب",
+ "Delete All": "حذف الكل",
+ "Delete All Recordings?": "حذف كل التسجيلات؟",
+ "Delete Recording?": "حذف التسجيل؟",
+ "Destination Set": "تم تحديد الوجهة",
+ "Distance": "المسافة",
+ "Double tap to open search or enter destination": "اضغط مرتين لتفتح البحث أو تدخل الوجهة",
+ "Double tap to set or change this waypoint on the map": "اضغط مرتين لتحديد أو تغيير هالنقطة عالخريطة",
+ "Drawing route on map...": "عم نرسم الطريق عالخريطة...",
+ "Driver Phone": "رقم الكابتن",
+ "Driver is Going To You": "الكابتن جاي لعندك",
+ "Emergency Mode Triggered": "تم تفعيل وضع الطوارئ",
+ "Emergency SOS": "طوارئ SOS",
+ "Enter the 5-digit code": "أدخل الكود المكون من ٥ أرقام",
+ "Enter your City": "أدخل مدينتك",
+ "Enter your Password": "أدخل كلمة السر",
+ "Failed to book trip: $e": "فشل حجز المشوار",
+ "Failed to get location": "فشل جلب الموقع",
+ "Failed to initiate payment. Please try again.": "فشل بدء الدفع. جرب مرة تانية.",
+ "Failed to send OTP": "فشل إرسال كود التأكيد",
+ "Failed to upload photo": "فشل رفع الصورة",
+ "Finished": "انتهى",
+ "Fixed Price": "سعر ثابت",
+ "General": "عام",
+ "Grant": "منح الإذن",
+ "Have a Promo Code?": "معك كود خصم؟",
+ "Hello! I\\'m inviting you to try Intaleq.": "أهلاً! بدعيك لتجربة تطبيق انطلق.",
+ "Hi ,I Arrive your site": "مرحباً، وصلت لموقعك",
+ "Hi, Where to": "مرحباً، لوين؟",
+ "Home": "الرئيسية",
+ "I am currently located at": "أنا حالياً موجود بـ",
+ "I'm Safe": "أنا بأمان",
+ "If you need to reach me, please contact the driver directly at": "إذا بدك تتواصل معي، حاكي الكابتن مباشرة على",
+ "Image Upload Failed": "فشل رفع الصورة",
+ "Intaleq Passenger": "راكب انطلق",
+ "Invite": "دعوة",
+ "Join a channel": "انضم للقناة",
+ "Last Name": "الاسم الأخير",
+ "Leave a detailed comment (Optional)": "اترك تعليق تفصيلي (اختياري)",
+ "Light Mode": "الوضع الفاتح",
+ "Listen": "استماع",
+ "Location": "الموقع",
+ "Location Received": "تم استلام الموقع",
+ "Logout": "تسجيل خروج",
+ "Map Error": "خطأ بالخريطة",
+ "Message": "رسالة",
+ "Move map to select destination": "حرك الخريطة لتحديد الوجهة",
+ "Move map to set start location": "حرك الخريطة لتحديد نقطة البداية",
+ "Move map to set stop": "حرك الخريطة لتحديد التوقف",
+ "Move map to your home location": "حرك الخريطة لموقع البيت",
+ "Move map to your pickup point": "حرك الخريطة لموقع الانطلاق",
+ "Move map to your work location": "حرك الخريطة لموقع الشغل",
+ "N/A": "غير متاح",
+ "No Notifications": "ما في إشعارات",
+ "No Recordings Found": "ما في تسجيلات",
+ "No Rides now!": "ما في مشاوير حالياً!",
+ "No contacts available": "ما في جهات اتصال",
+ "No i want": "لا بدي",
+ "No notification data found.": "ما في بيانات للإشعار.",
+ "No routes available for this destination.": "ما في طرق لهالوجهة.",
+ "No user found": "ما في مستخدم",
+ "No,I want": "لا، بدي",
+ "No.Iwant Cancel Trip.": "لا. بدي كنسل المشوار.",
+ "Now move the map to your pickup point": "الآن حرك الخريطة لمكان انطلاقك",
+ "Now set the pickup point for the other person": "الآن حدد مكان الانطلاق للشخص التاني",
+ "On Trip": "بالمشوار",
+ "Open": "فتح",
+ "Open destination search": "فتح بحث الوجهة",
+ "Open in Google Maps": "فتح بخرائط جوجل",
+ "Order VIP Canceld": "انلغى طلب VIP",
+ "Passenger": "الراكب",
+ "Passenger cancel order": "الراكب كنسل الطلب",
+ "Pay by MTN Wallet": "الدفع بمحفظة سيريتل كاش",
+ "Pay by Sham Cash": "الدفع بشام كاش",
+ "Pay by Syriatel Wallet": "الدفع بمحفظة سيريتل كاش",
+ "Pay with PayPal": "الدفع بـ PayPal",
+ "Phone": "الموبايل",
+ "Phone Number": "رقم الموبايل",
+ "Phone Number Check": "فحص رقم الموبايل",
+ "Phone number seems too short": "رقم الموبايل قصير كتير",
+ "Phone verified. Please complete registration.": "تأكد الرقم. يرجى إتمام التسجيل.",
+ "Pick destination on map": "اختر الوجهة عالخريطة",
+ "Pick location on map": "اختر الموقع عالخريطة",
+ "Pick on map": "اختر عالخريطة",
+ "Pick start point on map": "اختر نقطة البداية عالخريطة",
+ "Plan Your Route": "خطط مسارك",
+ "Please add contacts to your phone.": "يرجى إضافة أسماء لجوالك.",
+ "Please check your internet and try again.": "تأكد من النت وجرب مرة تانية.",
+ "Please enter a valid email.": "أدخل إيميل صحيح.",
+ "Please enter a valid phone number.": "أدخل رقم موبايل صحيح.",
+ "Please enter the number without the leading 0": "أدخل الرقم بدون 0 بالبداية",
+ "Please enter your phone number": "أدخل رقم موبايلك",
+ "Please go to Car now": "يا ريت تروح لعند السيارة هلا",
+ "Please select a reason first": "اختر السبب أول شي",
+ "Please set a valid SOS phone number.": "يا ريت تحط رقم طوارئ صح.",
+ "Please slow down": "يا ريت تخفف سرعة",
+ "Please wait while we prepare your trip.": "انتظر شوي عم نجهز المشوار.",
+ "Preferences": "التفضيلات",
+ "Profile photo updated": "تم تحديث صورة الغلاف",
+ "Quick Message": "رسالة سريعة",
+ "Rating is": "التقييم هو",
+ "Received empty route data.": "تم استلام بيانات طريق فارغة.",
+ "Record": "تسجيل",
+ "Record your trips to see them here.": "سجل مشاويرك لتشوفهم هون.",
+ "Rejected Orders Count": "عدد الطلبات المرفوضة",
+ "Remove waypoint": "حذف نقطة التوقف",
+ "Report": "الإبلاغ",
+ "Route and prices have been calculated successfully!": "تم حساب الطريق والأسعار بنجاح!",
+ "SOS": "نجدة SOS",
+ "Save": "حفظ",
+ "Save Changes": "حفظ التغييرات",
+ "Save Name": "حفظ الاسم",
+ "Search country": "البحث عن الدولة",
+ "Search for a starting point": "ابحث عن نقطة انطلاق",
+ "Select Appearance": "اختر المظهر",
+ "Select Education": "اختر مستوى التعليم",
+ "Select Gender": "اختر الجنس",
+ "Select This Ride": "اختر هالمشوار",
+ "Select betweeen types": "اختر بين الأنواع",
+ "Send Email": "إرسال إيميل",
+ "Send SOS": "إرسال نجدة",
+ "Send WhatsApp Message": "إرسال رسالة واتساب",
+ "Server Error": "خطأ بالسيرفر",
+ "Server error": "خطأ بالسيرفر",
+ "Server error. Please try again.": "خطأ بالسيرفر. جرب مرة تانية.",
+ "Set Destination": "تحديد الوجهة",
+ "Set Phone Number": "تعيين رقم الموبايل",
+ "Set as Home": "تحديد كالبيت",
+ "Set as Stop": "تحديد كنقطة توقف",
+ "Set as Work": "تحديد كالشغل",
+ "Share": "مشاركة",
+ "Share Trip": "مشاركة المشوار",
+ "Share your experience to help us improve...": "شاركنا تجربتك لنحسن خدمتنا...",
+ "Something went wrong. Please try again.": "صار غلط. جرب مرة تانية.",
+ "Speaking...": "عم يحكي...",
+ "Speed Over": "تجاوز السرعة",
+ "Start Point": "نقطة البداية",
+ "Stay calm. We are here to help.": "خليك هادي. نحن هون لمساعدتك.",
+ "Stop": "توقف",
+ "Submit Rating": "إرسال التقييم",
+ "Support & Info": "الدعم والمعلومات",
+ "System Default": "حسب النظام",
+ "Take a Photo": "التقاط صورة",
+ "Tap to apply your discount": "اضغط لتطبيق الخصم",
+ "Tap to search your destination": "اضغط للبحث عن وجهتك",
+ "The driver cancelled the trip.": "الكابتن كنسل المشوار.",
+ "This action cannot be undone.": "هالإجراء ما بيتراجع عنه.",
+ "This action is permanent and cannot be undone.": "هالإجراء دائم وما بيتراجع عنه.",
+ "This is for delivery or a motorcycle.": "هاد للتوصيل أو الدراجة النارية.",
+ "Time": "الوقت",
+ "To :": "إلى :",
+ "Top up Balance": "شحن الرصيد",
+ "Top up Balance to continue": "اشحن رصيدك لتكمل",
+ "Total Invites": "مجموع الدعوات",
+ "Total Price": "السعر الإجمالي",
+ "Trip booked successfully": "تم حجز المشوار بنجاح",
+ "Type your message...": "اكتب رسالتك...",
+ "Unknown Location": "موقع غير معروف",
+ "Update Name": "تحديث الاسم",
+ "Verified Passenger": "راكب موثق",
+ "View Map": "عرض الخريطة",
+ "Wait for the trip to start first": "استنى ليبلش المشوار أول",
+ "Waiting...": "بانتظار...",
+ "Warning": "تحذير",
+ "Waypoint has been set successfully": "تم تعيين نقطة التوقف بنجاح",
+ "We use location to get accurate and nearest driver for you": "منستخدم لوكيشنك لنلاقي أقرب كابتن إلك بدقة",
+ "WhatsApp": "واتساب",
+ "Why do you want to cancel?": "ليش بدك تكنسل؟",
+ "Yes": "إي",
+ "You should ideintify your gender for this type of trip!": "لازم تحدد جنسك لهالنوع من المشاوير!",
+ "You will choose one of above!": "لازم تختار واحد من فوق!",
+ "Your Rewards": "مكافآتك",
+ "Your complaint has been submitted.": "تم إرسال شكوتك.",
+ "and acknowledge our Privacy Policy.": "وأقر بسياسة الخصوصية الخاصة بنا.",
+ "as the driver.": "ككابتن.",
+ "cancelled": "تكنسل",
+ "due to a previous trip.": "عن مشوار قديم.",
+ "insert sos phone": "دخل رقم طوارئ",
+ "is driving a": "عم يسوق",
+ "min added to fare": "دقيقة نضافت للأجرة",
+ "phone not verified": "رقم الموبايل مو متأكد",
+ "to arrive you.": "ليوصلك.",
+ "unknown": "غير معروف",
+ "wait 1 minute to recive message": "استنى دقيقة لتستلم الرسالة",
+ "with license plate": "برقم اللوحة",
+ "witout zero": "بدون صفر",
+ "you must insert token code": "لازم تدخل الكود",
+}
+
+def inject():
+ # 1. Read the missing keys from JSON file outputted earlier
+ # We will just inject ALL these ARABIC_TRANS keys into the codebase if missing
+
+ file_path = 'lib/controller/local/translations.dart'
+ with open(file_path, 'r', encoding='utf-8') as f:
+ content = f.read()
+
+ # Find locales using regex e.g. "ar": { or "ar_SA": { or "en": {
+ # It finds the locale name
+ pattern = re.compile(r'(\n\s*)"([a-zA-Z_]+)":\s*\{')
+
+ new_content = ""
+ last_idx = 0
+
+ for match in pattern.finditer(content):
+ # We append what we had before
+ new_content += content[last_idx:match.end()]
+ last_idx = match.end()
+
+ locale = match.group(2)
+ is_arabic = locale.startswith('ar')
+
+ # Determine the insertion string for this locale
+ addons = []
+ for key, ar_val in ARABIC_TRANS.items():
+ # If the exact key doesn't exist in the file (naively checking inside the whole file,
+ # or we can just inject avoiding duplicates if it is not in the remaining text section)
+ # A safer check: if f'"{key}"' not in content and f"'{key}'" not in content:
+ addon = ""
+ if is_arabic:
+ addon = f'\n "{key}": "{ar_val}",'
+ else:
+ addon = f'\n "{key}": "{key}",'
+
+ addons.append(addon)
+
+ new_content += "".join(addons)
+
+ new_content += content[last_idx:]
+
+ with open(file_path, 'w', encoding='utf-8') as f:
+ f.write(new_content)
+
+ print(f"Successfully injected {len(ARABIC_TRANS)} missing keys into all locales.")
+
+if __name__ == "__main__":
+ inject()
diff --git a/ios/Podfile.lock b/ios/Podfile.lock
index 4e647ef..6cbe851 100644
--- a/ios/Podfile.lock
+++ b/ios/Podfile.lock
@@ -176,6 +176,8 @@ PODS:
- RecaptchaInterop (101.0.0)
- record_ios (1.2.0):
- Flutter
+ - sensors_plus (0.0.1):
+ - Flutter
- share_plus (0.0.1):
- Flutter
- sign_in_with_apple (0.0.1):
@@ -286,6 +288,7 @@ DEPENDENCIES:
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
- quick_actions_ios (from `.symlinks/plugins/quick_actions_ios/ios`)
- record_ios (from `.symlinks/plugins/record_ios/ios`)
+ - sensors_plus (from `.symlinks/plugins/sensors_plus/ios`)
- share_plus (from `.symlinks/plugins/share_plus/ios`)
- sign_in_with_apple (from `.symlinks/plugins/sign_in_with_apple/ios`)
- sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`)
@@ -389,6 +392,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/quick_actions_ios/ios"
record_ios:
:path: ".symlinks/plugins/record_ios/ios"
+ sensors_plus:
+ :path: ".symlinks/plugins/sensors_plus/ios"
share_plus:
:path: ".symlinks/plugins/share_plus/ios"
sign_in_with_apple:
@@ -460,6 +465,7 @@ SPEC CHECKSUMS:
quick_actions_ios: 500fcc11711d9f646739093395c4ae8eec25f779
RecaptchaInterop: 11e0b637842dfb48308d242afc3f448062325aba
record_ios: 412daca2350b228e698fffcd08f1f94ceb1e3844
+ sensors_plus: 3c3bac724a2128c895623e03efd82cf0e94fd8e8
share_plus: 50da8cb520a8f0f65671c6c6a99b3617ed10a58a
sign_in_with_apple: c5dcc141574c8c54d5ac99dd2163c0c72ad22418
sqflite_darwin: 20b2a3a3b70e43edae938624ce550a3cbf66a3d0
diff --git a/lib/app_bindings.dart b/lib/app_bindings.dart
index 506ee15..733fd35 100644
--- a/lib/app_bindings.dart
+++ b/lib/app_bindings.dart
@@ -4,6 +4,7 @@ import 'package:Intaleq/controller/firebase/firbase_messge.dart';
import 'package:Intaleq/controller/firebase/local_notification.dart';
import 'package:Intaleq/controller/home/deep_link_controller.dart';
import 'package:Intaleq/controller/local/local_controller.dart';
+import 'package:Intaleq/controller/functions/tts.dart';
/// This is the central dependency injection file for the app.
/// It uses GetX Bindings to make the app start faster and manage memory better.
@@ -35,5 +36,8 @@ class AppBindings extends Bindings {
// FirebaseMessagesController is also initialized on splash, but must persist its token and listeners.
Get.lazyPut(() => FirebaseMessagesController(), fenix: true);
+
+ // TextToSpeechController for global accessibility
+ Get.lazyPut(() => TextToSpeechController(), fenix: true);
}
}
diff --git a/lib/constant/api_key.dart b/lib/constant/api_key.dart
index 52c4e5e..be41de2 100644
--- a/lib/constant/api_key.dart
+++ b/lib/constant/api_key.dart
@@ -1,4 +1,4 @@
-import 'package:Intaleq/main.dart';
+// import 'package:Intaleq/main.dart';
import 'package:secure_string_operations/secure_string_operations.dart';
import '../env/env.dart';
diff --git a/lib/constant/box_name.dart b/lib/constant/box_name.dart
index a2379f0..5ab69e0 100644
--- a/lib/constant/box_name.dart
+++ b/lib/constant/box_name.dart
@@ -8,6 +8,7 @@ class BoxName {
static const String serverChosen = "serverChosen";
static const String security_check = "security_check";
static const String gender = "gender";
+ static const String themeMode = "themeMode";
static const String jwt = "jwt";
static const String lowEndMode = "lowEndMode";
static const String deviceFpEncrypted = "deviceFpEncrypted";
diff --git a/lib/constant/colors.dart b/lib/constant/colors.dart
index d10133a..fbd0c36 100644
--- a/lib/constant/colors.dart
+++ b/lib/constant/colors.dart
@@ -1,23 +1,23 @@
import 'package:flutter/material.dart';
-
+import 'package:get/get.dart';
/// A class that holds the color palette for the 'Intaleq' app.
/// The palette is professionally designed to be modern, cohesive, and culturally
/// relevant, inspired by the Syrian flag and the app's brand identity.
class AppColor {
// --- Core Brand Colors (Inspired by the Syrian Flag) ---
- /// **Primary Color:** A strong, modern green representing growth, safety, and movement.
+ /// **Primary Color:** The brand's signature Twitter Blue representing trust and modern communication.
/// Ideal for app bars, primary buttons, and major UI elements.
- static const Color primaryColor = Color(0xFF108942);
+ static const Color primaryColor = Color(0xFF1DA1F2);
/// **Text/Write Color:** A very dark, near-black color for main text.
/// It's softer on the eyes than pure black, improving readability.
/// The variable name `writeColor` is kept as requested.
- static const Color writeColor = Color(0xFF1A1A1A);
+ static Color get writeColor => Get.isDarkMode ? Colors.white : const Color(0xFF1A1A1A);
/// **Secondary Color:** Pure white, used for backgrounds to create a clean
/// and spacious look, ensuring content stands out.
- static const Color secondaryColor = Colors.white;
+ static Color get secondaryColor => Get.isDarkMode ? const Color(0xFF1E1E1E) : Colors.white;
/// **Accent Color:** A vibrant, energetic red from the Syrian flag.
/// Perfect for calls-to-action, highlights, icons, and notifications.
@@ -27,7 +27,7 @@ class AppColor {
/// **Grey Color:** A neutral grey for secondary text, borders, dividers,
/// and disabled states.
- static const Color grayColor = Color(0xFF8E8E93);
+ static Color get grayColor => Get.isDarkMode ? Colors.grey[400]! : const Color(0xFF8E8E93);
/// **Red Color (Error):** A clear, attention-grabbing red for error messages and alerts.
static const Color redColor = Color(0xFFD32F2F);
@@ -52,10 +52,15 @@ class AppColor {
/// **Twitter/X Color:** The official brand color for social login buttons.
+ /// **Twitter Blue:** The brand's signature blue color used for the drawer,
+ /// menu icons, and secondary actions (formerly Cyan Blue).
+ static Color get cyanBlue => const Color(0xFF1DA1F2);
+
+ /// **Blue Accent:** A softer, translucent version of the brand blue.
+ static Color get cyanAccent => const Color(0xFF1DA1F2).withOpacity(0.12);
+
// --- Utility Colors ---
/// **Accent Tint:** A transparent version of the red accent color.
- /// Useful for subtle backgrounds on selected items or highlighted areas.
- /// Replaces the old `deepPurpleAccent` to match the new brand palette.
- static Color deepPurpleAccent = const Color(0xFFCE1126).withOpacity(0.1);
+ static Color get deepPurpleAccent => const Color(0xFFCE1126).withOpacity(0.1);
}
diff --git a/lib/constant/credential.dart b/lib/constant/credential.dart
index 0054b50..11d647e 100644
--- a/lib/constant/credential.dart
+++ b/lib/constant/credential.dart
@@ -1,3 +1,4 @@
+import 'package:Intaleq/print.dart';
import 'dart:convert';
import 'package:crypto/crypto.dart';
@@ -12,7 +13,7 @@ class AC {
if (box.read(BoxName.apiKeyRun).toString() != 'run') {
var res = await CRUD().get(link: AppLink.getApiKey, payload: {});
var decod = jsonDecode(res);
- print(decod);
+ Log.print(decod);
Map jsonData = {};
for (var i = 0; i < decod['message'].length; i++) {
String h = decod['message'][i]['hashed_key'].toString();
@@ -29,7 +30,7 @@ class AC {
jsonData[name] = value;
}
String jsonString = json.encode(jsonData);
- print(jsonString);
+ Log.print(jsonString);
box.write(BoxName.apiKeyRun, 'run');
}
}
@@ -71,7 +72,7 @@ class AC {
f.add(i);
}
- print(f);
+ // print(f);
Map j = {};
j['birinci'] = f[4];
j['ikinci'] = f[2];
diff --git a/lib/constant/links.dart b/lib/constant/links.dart
index 9b31c27..c0d65fd 100644
--- a/lib/constant/links.dart
+++ b/lib/constant/links.dart
@@ -11,7 +11,12 @@ class AppLink {
/// هذا الرابط خاص برحلات الركاب، ويستخدمه السيرفر الجانبي للرحلات (Ride Server Side) للتعامل مع عمليات إلغاء الرحلات وتحديث حالة الرحلات وغيرها من العمليات المتعلقة بالرحلات.
/// https://routesy.intaleq.xyz for syria
/// for jordan https://routesjo.intaleq.xyz
- static String routesOsm = 'https://routesjo.intaleq.xyz';
+ static String routesOsm = 'https://routesy.intaleq.xyz';
+ static String mapSaasRoute = 'https://map-saas.intaleqapp.com/api/maps/route';
+ static String reverseGeocoding =
+ 'https://map-saas.intaleqapp.com/api/geocoding/reverse';
+ static String searchGeocoding =
+ 'https://map-saas.intaleqapp.com/api/geocoding/search';
///https://location.intaleq.xyz/intaleq/ride/location
///locationServerSide هو السيرفر الجانبي الخاص بموقع السائقين، حيث يتم إرسال تحديثات الموقع من التطبيق إلى هذا السيرفر، ومن ثم يقوم هذا السيرفر بتوزيع هذه التحديثات إلى الركاب المتصلين الذين يتابعون السائق في الوقت الحقيقي.
diff --git a/lib/constant/style.dart b/lib/constant/style.dart
index 131f5bf..12d89b2 100644
--- a/lib/constant/style.dart
+++ b/lib/constant/style.dart
@@ -5,7 +5,7 @@ import 'box_name.dart';
import 'colors.dart';
class AppStyle {
- static TextStyle headTitle = TextStyle(
+ static TextStyle get headTitle => TextStyle(
fontWeight: FontWeight.bold,
fontSize: 36,
color: AppColor.accentColor,
@@ -13,57 +13,61 @@ class AppStyle {
// ?GoogleFonts.markaziText().fontFamily
? GoogleFonts.markaziText().fontFamily
: GoogleFonts.inter().fontFamily);
- static TextStyle headTitle2 = TextStyle(
+ static TextStyle get headTitle2 => TextStyle(
fontWeight: FontWeight.bold,
fontSize: 24,
color: AppColor.writeColor,
fontFamily: box.read(BoxName.lang) == 'ar'
? GoogleFonts.markaziText().fontFamily
: GoogleFonts.inter().fontFamily);
- static TextStyle title = TextStyle(
+ static TextStyle get title => TextStyle(
fontWeight: FontWeight.normal,
fontSize: 16,
color: AppColor.writeColor,
fontFamily: box.read(BoxName.lang) == 'ar'
? GoogleFonts.markaziText().fontFamily
: GoogleFonts.inter().fontFamily);
- static TextStyle subtitle = TextStyle(
+ static TextStyle get subtitle => TextStyle(
fontWeight: FontWeight.bold,
fontSize: 12,
color: AppColor.writeColor,
fontFamily: box.read(BoxName.lang) == 'ar'
? GoogleFonts.markaziText().fontFamily
: GoogleFonts.inter().fontFamily);
- static TextStyle number = const TextStyle(
+ static TextStyle get number => TextStyle(
fontWeight: FontWeight.bold,
fontSize: 14,
color: AppColor.writeColor,
fontFamily: 'digit');
- static BoxDecoration boxDecoration = const BoxDecoration(
+ static BoxDecoration get boxDecoration => BoxDecoration(
boxShadow: [
BoxShadow(
- color: AppColor.accentColor, blurRadius: 5, offset: Offset(2, 4)),
+ color: AppColor.accentColor.withOpacity(0.3),
+ blurRadius: 5,
+ offset: const Offset(2, 4)),
BoxShadow(
- color: AppColor.accentColor, blurRadius: 5, offset: Offset(-2, -2))
+ color: AppColor.accentColor.withOpacity(0.1),
+ blurRadius: 5,
+ offset: const Offset(-2, -2))
],
color: AppColor.secondaryColor,
- borderRadius: BorderRadius.all(
+ borderRadius: const BorderRadius.all(
Radius.elliptical(15, 30),
));
- static BoxDecoration boxDecoration1 = const BoxDecoration(
+ static BoxDecoration get boxDecoration1 => BoxDecoration(
boxShadow: [
BoxShadow(
- color: Color.fromARGB(255, 237, 230, 230),
- blurRadius: 5,
- offset: Offset(2, 4)),
+ color: Colors.black.withOpacity(0.05),
+ blurRadius: 10,
+ offset: const Offset(0, 4)),
BoxShadow(
- color: Color.fromARGB(255, 242, 237, 237),
+ color: AppColor.primaryColor.withOpacity(0.02),
blurRadius: 5,
- offset: Offset(-2, -2))
+ offset: const Offset(-2, -2))
],
color: AppColor.secondaryColor,
- borderRadius: BorderRadius.all(
+ borderRadius: const BorderRadius.all(
Radius.elliptical(15, 30),
),
);
diff --git a/lib/constant/table_names.dart b/lib/constant/table_names.dart
index e7fb26b..c6c27e8 100644
--- a/lib/constant/table_names.dart
+++ b/lib/constant/table_names.dart
@@ -1,4 +1,4 @@
-import 'package:Intaleq/env/env.dart';
+// import 'package:Intaleq/env/env.dart';
class TableName {
static const String placesFavorite = "placesFavorite";
diff --git a/lib/controller/auth/certificate.dart b/lib/controller/auth/certificate.dart
index 27ba20a..2cef4cb 100644
--- a/lib/controller/auth/certificate.dart
+++ b/lib/controller/auth/certificate.dart
@@ -1,3 +1,4 @@
+import 'package:Intaleq/print.dart';
import 'dart:convert';
import 'dart:io';
import 'dart:typed_data';
@@ -11,25 +12,25 @@ Future verifyCertificateManually(
final certificate = socket.peerCertificate;
if (certificate == null) {
- print("❌ لا يوجد شهادة.");
+ Log.print("❌ لا يوجد شهادة.");
return false;
}
final der = certificate.der;
final actualPin = base64.encode(sha256.convert(der).bytes);
- print("📛 HOST: $host");
- print("📜 Subject: ${certificate.subject}");
- print("📜 Issuer: ${certificate.issuer}");
- print("📅 Valid From: ${certificate.startValidity}");
- print("📅 Valid To: ${certificate.endValidity}");
- print(
+ Log.print("📛 HOST: $host");
+ Log.print("📜 Subject: ${certificate.subject}");
+ Log.print("📜 Issuer: ${certificate.issuer}");
+ Log.print("📅 Valid From: ${certificate.startValidity}");
+ Log.print("📅 Valid To: ${certificate.endValidity}");
+ Log.print(
"🔐 Server Pin: $actualPin → ${actualPin == expectedPin ? '✅ MATCH' : '❌ MISMATCH'}");
socket.destroy();
return actualPin == expectedPin;
} catch (e) {
- print("❌ خطأ أثناء الاتصال أو الفحص: $e");
+ Log.print("❌ خطأ أثناء الاتصال أو الفحص: $e");
return false;
}
}
@@ -37,4 +38,4 @@ Future verifyCertificateManually(
/// تحويل المفتاح العام إلى بصمة SHA-256
List sha256Convert(Uint8List der) {
return sha256.convert(der).bytes;
-}
+}
\ No newline at end of file
diff --git a/lib/controller/auth/google_sign.dart b/lib/controller/auth/google_sign.dart
index 5207c27..72d058d 100644
--- a/lib/controller/auth/google_sign.dart
+++ b/lib/controller/auth/google_sign.dart
@@ -1,4 +1,3 @@
-import 'dart:io';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:get/get.dart';
@@ -8,6 +7,7 @@ import 'package:url_launcher/url_launcher.dart';
import '../../constant/box_name.dart';
import '../../constant/links.dart';
import '../../main.dart';
+import '../../print.dart';
import '../functions/crud.dart';
import '../../onbording_page.dart';
import 'login_controller.dart';
@@ -38,7 +38,9 @@ class GoogleSignInHelper {
// silent login if possible
try {
await _signIn.attemptLightweightAuthentication();
- } catch (_) {}
+ } catch (e) {
+ Log.print("Error: $e");
+ }
}
/// ✅ تسجيل دخول عادي
@@ -46,16 +48,14 @@ class GoogleSignInHelper {
try {
final user =
await _signIn.authenticate(scopeHint: const ['email', 'profile']);
- if (user != null) {
- _lastUser = user;
- await _handleSignUp(user);
+ _lastUser = user;
+ await _handleSignUp(user);
- // اطبع القيم (للتأكد)
- print("Google ID: ${user.id}");
- print("Email: ${user.email}");
- print("Name: ${user.displayName}");
- print("Photo: ${user.photoUrl}");
- }
+ // اطبع القيم (للتأكد)
+ Log.print("Google ID: ${user.id}");
+ Log.print("Email: ${user.email}");
+ Log.print("Name: ${user.displayName}");
+ Log.print("Photo: ${user.photoUrl}");
return user;
} on PlatformException catch (e) {
if (e.code == 'sign_in_required') {
diff --git a/lib/controller/auth/otp_controller.dart b/lib/controller/auth/otp_controller.dart
index 6e6b06f..d3cf572 100644
--- a/lib/controller/auth/otp_controller.dart
+++ b/lib/controller/auth/otp_controller.dart
@@ -119,11 +119,11 @@ class PhoneAuthHelper {
if (response != 'failure') {
final data = (response);
- // Log.print('data: ${data}');
+ Log.print('data: ${data}');
if (data['status'] == 'success') {
final isRegistered = data['message']['isRegistered'] ?? false;
- // Log.print('isRegistered: ${isRegistered}');
+ Log.print('isRegistered: ${isRegistered}');
if (isRegistered) {
// ✅ المستخدم موجود مسبقاً -> تسجيل دخول مباشر
@@ -148,18 +148,14 @@ class PhoneAuthHelper {
static Future _addTokens() async {
String fingerPrint = await DeviceHelper.getDeviceFingerprint();
- await CRUD()
- .post(link: "${AppLink.server}/ride/firebase/add.php", payload: {
- 'token': (box.read(BoxName.tokenFCM.toString())),
- 'passengerID': box.read(BoxName.passengerID).toString(),
- "fingerPrint": fingerPrint
- });
- await CRUD()
- .post(link: "${AppLink.paymentServer}/ride/firebase/add.php", payload: {
+ var res = await CRUD()
+ // this for register and login //
+ .post(link: "${AppLink.server}/ride/firebase/addToken.php", payload: {
'token': (box.read(BoxName.tokenFCM.toString())),
'passengerID': box.read(BoxName.passengerID).toString(),
"fingerPrint": fingerPrint
});
+ Log.print('res token: ${res}');
}
static Future registerUser({
diff --git a/lib/controller/firebase/firbase_messge.dart b/lib/controller/firebase/firbase_messge.dart
index cd276fc..e942fd1 100644
--- a/lib/controller/firebase/firbase_messge.dart
+++ b/lib/controller/firebase/firbase_messge.dart
@@ -75,7 +75,7 @@ class FirebaseMessagesController extends GetxController {
// 🔹 الاشتراك في topic
await fcmToken
.subscribeToTopic("passengers"); // أو "users" حسب نوع المستخدم
- print("Subscribed to 'passengers' topic ✅");
+ Log.print("Subscribed to 'passengers' topic ✅");
FirebaseMessaging.onMessage.listen((RemoteMessage message) {
// If the app is in the background or terminated, show a system tray message
@@ -132,7 +132,7 @@ class FirebaseMessagesController extends GetxController {
// 🔥 فك التشفير: تحويل الـ String إلى Map
driverInfoMap = jsonDecode(rawJson);
} catch (e) {
- print("❌ Error decoding FCM driver_info: $e");
+ Log.print("❌ Error decoding FCM driver_info: $e");
}
}
@@ -209,7 +209,7 @@ class FirebaseMessagesController extends GetxController {
try {
driverList = jsonDecode(rawData) as List;
} catch (e) {
- print("❌ Error decoding DriverList: $e");
+ Log.print("❌ Error decoding DriverList: $e");
}
}
@@ -485,7 +485,7 @@ class FirebaseMessagesController extends GetxController {
// // token: driverList[0].toString(),
// // remoteID: driverList[2].toString(),
// // ));
- // } catch (e) {}
+ // } catch (e) { Log.print("Error occurred: $e"); }
// } else if (message.notification!.title! == 'Call Income from Driver'.tr) {
// try {
// var myListString = message.data['DriverList'];
@@ -504,7 +504,7 @@ class FirebaseMessagesController extends GetxController {
// // token: driverList[0].toString(),
// // remoteID: driverList[2].toString(),
// // ));
- // } catch (e) {}
+ // } catch (e) { Log.print("Error occurred: $e"); }
// } else if (message.notification!.title! == 'Call End'.tr) {
// try {
// var myListString = message.data['DriverList'];
@@ -518,7 +518,7 @@ class FirebaseMessagesController extends GetxController {
// }
// // Assuming GetMaterialApp is initialized and context is valid for navigation
// // Get.off(const CallPage());
- // } catch (e) {}
+ // } catch (e) { Log.print("Error occurred: $e"); }
// } else if (message.notification!.title! == 'Driver Cancelled Your Trip') {
// // Get.snackbar(
// // 'You will be pay the cost to driver or we will get it from you on next trip'
@@ -569,13 +569,13 @@ class FirebaseMessagesController extends GetxController {
snackPosition: SnackPosition.TOP,
titleText: Text(
'Applied'.tr,
- style: const TextStyle(color: AppColor.redColor),
+ style: TextStyle(color: AppColor.redColor),
),
messageText: Text(
'Driver Applied the Ride for You'.tr,
style: AppStyle.title,
),
- icon: const Icon(Icons.approval),
+ icon: Icon(Icons.approval, color: AppColor.primaryColor),
shouldIconPulse: true,
margin: const EdgeInsets.all(16),
padding: const EdgeInsets.all(16),
@@ -659,7 +659,7 @@ class DriverTipWidget extends StatelessWidget {
Toast.show(
context,
'${'Tip is '.tr}${(controller.totalPassenger) * (double.parse(box.read(BoxName.tipPercentage.toString())))}',
- AppColor.blueColor);
+ AppColor.cyanBlue);
controller.update();
},
child: Container(
@@ -678,7 +678,7 @@ class DriverTipWidget extends StatelessWidget {
Toast.show(
context,
'${'Tip is'.tr} ${(controller.totalPassenger) * (double.parse(box.read(BoxName.tipPercentage.toString())))}',
- AppColor.blueColor);
+ AppColor.cyanBlue);
controller.update();
},
child: Container(
@@ -697,7 +697,7 @@ class DriverTipWidget extends StatelessWidget {
Toast.show(
context,
'${'Tip is'.tr} ${(controller.totalPassenger) * (double.parse(box.read(BoxName.tipPercentage.toString())))}',
- AppColor.blueColor);
+ AppColor.cyanBlue);
controller.update();
},
child: Container(
@@ -716,7 +716,7 @@ class DriverTipWidget extends StatelessWidget {
Toast.show(
context,
'${'Tip is'.tr} ${(controller.totalPassenger) * (double.parse(box.read(BoxName.tipPercentage.toString())))}',
- AppColor.blueColor);
+ AppColor.cyanBlue);
controller.update();
},
child: Container(
diff --git a/lib/controller/firebase/live_activity.dart b/lib/controller/firebase/live_activity.dart
index 2054bfc..8934c8d 100644
--- a/lib/controller/firebase/live_activity.dart
+++ b/lib/controller/firebase/live_activity.dart
@@ -1,3 +1,4 @@
+import 'package:Intaleq/print.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
@@ -13,7 +14,7 @@ class _LiveActivityScreenState extends State {
try {
await platform.invokeMethod('startLiveActivity');
} on PlatformException catch (e) {
- print("Failed to start Live Activity: '${e.message}'.");
+ Log.print("Failed to start Live Activity: '${e.message}'.");
}
}
@@ -21,7 +22,7 @@ class _LiveActivityScreenState extends State {
try {
await platform.invokeMethod('updateLiveActivity', {"progress": progress});
} on PlatformException catch (e) {
- print("Failed to update Live Activity: '${e.message}'.");
+ Log.print("Failed to update Live Activity: '${e.message}'.");
}
}
@@ -29,7 +30,7 @@ class _LiveActivityScreenState extends State {
try {
await platform.invokeMethod('endLiveActivity');
} on PlatformException catch (e) {
- print("Failed to end Live Activity: '${e.message}'.");
+ Log.print("Failed to end Live Activity: '${e.message}'.");
}
}
@@ -56,4 +57,4 @@ class _LiveActivityScreenState extends State {
),
);
}
-}
+}
\ No newline at end of file
diff --git a/lib/controller/firebase/local_notification.dart b/lib/controller/firebase/local_notification.dart
index 7fc0a8e..a715420 100644
--- a/lib/controller/firebase/local_notification.dart
+++ b/lib/controller/firebase/local_notification.dart
@@ -1,3 +1,4 @@
+import 'package:Intaleq/print.dart';
import 'dart:async';
import 'dart:io';
@@ -38,7 +39,7 @@ class NotificationController extends GetxController {
settings: initializationSettings);
tz.initializeTimeZones();
- print('Notifications initialized');
+ Log.print('Notifications initialized');
}
// Displays a notification with the given title and message
@@ -63,7 +64,7 @@ class NotificationController extends GetxController {
NotificationDetails(android: android, iOS: ios);
await _flutterLocalNotificationsPlugin.show(
id: 0, title: title, body: message, notificationDetails: details);
- print('Notification shown: $title - $message');
+ Log.print('Notification shown: $title - $message');
}
// /Users/hamzaaleghwairyeen/development/App/ride 2/lib/controller/firebase/local_notification.dart
@@ -93,9 +94,9 @@ class NotificationController extends GetxController {
// if (Platform.isAndroid) {
// if (await Permission.scheduleExactAlarm.isDenied) {
// if (await Permission.scheduleExactAlarm.request().isGranted) {
- // print('SCHEDULE_EXACT_ALARM permission granted');
+ // Log.print('SCHEDULE_EXACT_ALARM permission granted');
// } else {
- // print('SCHEDULE_EXACT_ALARM permission denied');
+ // Log.print('SCHEDULE_EXACT_ALARM permission denied');
// return;
// }
// }
@@ -116,7 +117,7 @@ class NotificationController extends GetxController {
// day, 20, 0, title, message, details, day * 1000 + 3); // Unique ID
// }
- // print('Notifications scheduled successfully for the next 7 days');
+ // Log.print('Notifications scheduled successfully for the next 7 days');
// }
void scheduleNotificationsForSevenDays(
String title, String message, String tone) async {
@@ -142,9 +143,9 @@ class NotificationController extends GetxController {
if (Platform.isAndroid) {
if (await Permission.scheduleExactAlarm.isDenied) {
if (await Permission.scheduleExactAlarm.request().isGranted) {
- print('SCHEDULE_EXACT_ALARM permission granted');
+ Log.print('SCHEDULE_EXACT_ALARM permission granted');
} else {
- print('SCHEDULE_EXACT_ALARM permission denied');
+ Log.print('SCHEDULE_EXACT_ALARM permission denied');
return;
}
}
@@ -180,12 +181,12 @@ class NotificationController extends GetxController {
// Mark this notification ID as scheduled in GetStorage
box.write('notification_$notificationId', true);
} else {
- print('Notification with ID $notificationId is already scheduled.');
+ Log.print('Notification with ID $notificationId is already scheduled.');
}
}
}
- print('Notifications scheduled successfully for the next 7 days');
+ Log.print('Notifications scheduled successfully for the next 7 days');
}
void scheduleNotificationsForTimeSelected(
@@ -212,9 +213,9 @@ class NotificationController extends GetxController {
if (Platform.isAndroid) {
if (await Permission.scheduleExactAlarm.isDenied) {
if (await Permission.scheduleExactAlarm.request().isGranted) {
- print('SCHEDULE_EXACT_ALARM permission granted');
+ Log.print('SCHEDULE_EXACT_ALARM permission granted');
} else {
- print('SCHEDULE_EXACT_ALARM permission denied');
+ Log.print('SCHEDULE_EXACT_ALARM permission denied');
return;
}
}
@@ -237,7 +238,7 @@ class NotificationController extends GetxController {
2, // Unique ID for 30-minute before notification
);
- print('Notifications scheduled successfully for the time selected');
+ Log.print('Notifications scheduled successfully for the time selected');
}
Future _scheduleNotificationForTimeVIP(
@@ -262,13 +263,13 @@ class NotificationController extends GetxController {
.subtract(const Duration(minutes: 10))
.isBefore(now)) {
// If the 10 minutes before the scheduled time is in the past, don't schedule
- print(
+ Log.print(
'Scheduled time minus 10 minutes is in the past. Skipping notification.');
return; // Skip this notification
}
- print('Current time (Cairo): $now');
- print('Scheduling notification for: $scheduledTZDateTime');
+ Log.print('Current time (Cairo): $now');
+ Log.print('Scheduling notification for: $scheduledTZDateTime');
await _flutterLocalNotificationsPlugin.zonedSchedule(
id: notificationId, // Unique ID for each notification
@@ -283,7 +284,7 @@ class NotificationController extends GetxController {
null, // Don't repeat automatically; we handle manually
);
- print('Notification scheduled successfully for: $scheduledTZDateTime');
+ Log.print('Notification scheduled successfully for: $scheduledTZDateTime');
}
Future _scheduleNotificationForTime(
@@ -314,8 +315,8 @@ class NotificationController extends GetxController {
scheduledDate = scheduledDate.add(const Duration(days: 1));
}
- print('Current time (Cairo): $now');
- print('Scheduling notification for: $scheduledDate');
+ Log.print('Current time (Cairo): $now');
+ Log.print('Scheduling notification for: $scheduledDate');
await _flutterLocalNotificationsPlugin.zonedSchedule(
id: notificationId, // Unique ID for each notification
@@ -330,6 +331,6 @@ class NotificationController extends GetxController {
null, // Don't repeat automatically; we handle 7 days manually
);
- print('Notification scheduled successfully for: $scheduledDate');
+ Log.print('Notification scheduled successfully for: $scheduledDate');
}
-}
+}
\ No newline at end of file
diff --git a/lib/controller/firebase/notification_service.dart b/lib/controller/firebase/notification_service.dart
index 9c8b340..d04b558 100644
--- a/lib/controller/firebase/notification_service.dart
+++ b/lib/controller/firebase/notification_service.dart
@@ -1,6 +1,8 @@
import 'dart:convert';
import 'package:http/http.dart' as http;
-import 'package:get/get.dart'; // للترجمة .tr
+import 'package:get/get.dart';
+
+import '../../print.dart'; // للترجمة .tr
class NotificationService {
static const String _serverUrl =
@@ -50,14 +52,15 @@ class NotificationService {
);
if (response.statusCode == 200) {
- print('✅ Notification sent successfully.');
- // print('Response: ${response.body}');
+ Log.print('✅ Notification sent successfully.');
+ // Log.print('Response: ${response.body}');
} else {
- print('❌ Failed to send notification. Code: ${response.statusCode}');
- print('Error Body: ${response.body}');
+ Log.print(
+ '❌ Failed to send notification. Code: ${response.statusCode}');
+ Log.print('Error Body: ${response.body}');
}
} catch (e) {
- print('❌ Error sending notification: $e');
+ Log.print('❌ Error sending notification: $e');
}
}
}
diff --git a/lib/controller/functions/audio_record1.dart b/lib/controller/functions/audio_record1.dart
index 3c70368..095b8c8 100644
--- a/lib/controller/functions/audio_record1.dart
+++ b/lib/controller/functions/audio_record1.dart
@@ -1,3 +1,4 @@
+import 'package:Intaleq/print.dart';
import 'dart:io';
// import 'package:flutter_sound/flutter_sound.dart';
@@ -24,7 +25,7 @@ class AudioRecorderController extends GetxController {
await audioPlayer.setAsset(sound);
audioPlayer.play();
} catch (e) {
- print("Error playing sound: $e");
+ Log.print("Error playing sound: $e");
}
}
@@ -163,4 +164,4 @@ class AudioRecorderController extends GetxController {
recorder.dispose();
super.onClose();
}
-}
+}
\ No newline at end of file
diff --git a/lib/controller/functions/crud.dart b/lib/controller/functions/crud.dart
index 8d7d378..0d8f87e 100644
--- a/lib/controller/functions/crud.dart
+++ b/lib/controller/functions/crud.dart
@@ -65,7 +65,9 @@ class CRUD {
'details': details,
},
);
- } catch (e) {}
+ } catch (e) {
+ Log.print("Error occurred: $e");
+ }
}
// ─────────────────────────────────────────────────────────────
@@ -414,7 +416,9 @@ class CRUD {
} else {
String errorBody = await response.stream.bytesToString();
}
- } catch (e) {}
+ } catch (e) {
+ Log.print("Error occurred: $e");
+ }
}
Future getAgoraToken({
@@ -558,7 +562,7 @@ class CRUD {
var request = http.Request('POST', Uri.parse(link));
request.bodyFields = payload!;
request.headers.addAll(headers);
- http.StreamedResponse response = await request.send();
+ await request.send();
}
Future postFromDialogue({
@@ -596,7 +600,7 @@ class CRUD {
final Uri verificationUri = Uri.parse(
'https://verify.twilio.com/v2/Services/$verifySid/Verifications');
- final response = await http.post(
+ await http.post(
verificationUri,
headers: {
'Authorization':
@@ -647,18 +651,26 @@ class CRUD {
}
}
- Future delete({
- required String endpoint,
- required String id,
+ Future getMapSaas({
+ required String link,
}) async {
- var url = Uri.parse('$endpoint/$id');
- var response = await http.delete(
- url,
- headers: {
- 'Authorization':
- 'Basic ${base64Encode(utf8.encode(AK.basicAuthCredentials))}',
- },
- );
- return json.decode(response.body);
+ var url = Uri.parse(link);
+ try {
+ var response = await http.get(
+ url,
+ headers: {
+ 'Content-Type': 'application/json',
+ 'x-api-key': Env.mapSaasKey,
+ },
+ );
+ if (response.statusCode == 200) {
+ return jsonDecode(response.body);
+ }
+ Log.print('MapSaas Error: ${response.statusCode} - ${response.body}');
+ return null;
+ } catch (e) {
+ Log.print('MapSaas Exception: $e');
+ return null;
+ }
}
}
diff --git a/lib/controller/functions/device_info.dart b/lib/controller/functions/device_info.dart
index 4f83fba..e624ecd 100644
--- a/lib/controller/functions/device_info.dart
+++ b/lib/controller/functions/device_info.dart
@@ -78,7 +78,7 @@ class DeviceInfoPlus {
};
deviceDataList.add(deviceData);
}
- } catch (e) {}
+ } catch (e) { Log.print("Error occurred: $e"); }
return deviceDataList;
}
diff --git a/lib/controller/functions/launch.dart b/lib/controller/functions/launch.dart
index dfd618d..b3cc845 100644
--- a/lib/controller/functions/launch.dart
+++ b/lib/controller/functions/launch.dart
@@ -1,3 +1,4 @@
+import 'package:Intaleq/print.dart';
import 'package:url_launcher/url_launcher.dart';
import 'dart:io';
@@ -41,7 +42,7 @@ Future makePhoneCall(String phoneNumber) async {
}
} catch (e) {
// طباعة الخطأ في حال الفشل التام
- print("Error launching call: $e");
+ Log.print("Error launching call: $e");
}
}
@@ -104,4 +105,4 @@ void launchCommunication(
if (await canLaunchUrl(Uri.parse(url))) {
await launchUrl(Uri.parse(url));
} else {}
-}
+}
\ No newline at end of file
diff --git a/lib/controller/functions/package_info.dart b/lib/controller/functions/package_info.dart
index ee00f41..f6d33bf 100644
--- a/lib/controller/functions/package_info.dart
+++ b/lib/controller/functions/package_info.dart
@@ -20,7 +20,7 @@ Future checkForUpdate(BuildContext context) async {
final packageInfo = await PackageInfo.fromPlatform();
final currentVersion = packageInfo.buildNumber;
final version = packageInfo.version;
- print('currentVersion is : $currentVersion');
+ Log.print('currentVersion is : $currentVersion');
// Fetch the latest version from your server
String latestVersion = box.read(BoxName.package);
box.write(BoxName.packagInfo, version);
@@ -238,11 +238,11 @@ class SecurityHelper {
debugPrint("checkForIssues: $checkForIssues");
debugPrint("isDevMode: $isDevMode");
debugPrint("isTampered: $isTampered");
- debugPrint("Bundle ID: $bundleId"); // Print the bundle ID
+ debugPrint("Bundle ID: $bundleId"); //Log.print the bundle ID
// Check for security risks and potentially show a warning
if (isJailBroken || isRealDevice == false || isTampered) {
- // print("security_warning".tr); //using easy_localization
+ // Log.print("security_warning".tr); //using easy_localization
// Use a more robust approach to show a warning, like a dialog:
_showSecurityWarning();
} else {
@@ -309,7 +309,7 @@ class SecurityHelper {
await storage.deleteAll();
await box.erase();
exit(0); // Exit the app
- print('exit');
+ Log.print('exit');
}
}
@@ -349,7 +349,7 @@ class DeviceHelper {
final String encryptedFp =
EncryptionHelper.instance.encryptData(fingerprint);
box.write(BoxName.deviceFpEncrypted, encryptedFp);
- // print(EncryptionHelper.instance.encryptData(fingerprint));
+ //Log.print(EncryptionHelper.instance.encryptData(fingerprint));
return encryptedFp;
} catch (e) {
throw Exception('Failed to generate device fingerprint');
diff --git a/lib/controller/functions/securty_check.dart b/lib/controller/functions/securty_check.dart
index 0c1ca73..0f6d45b 100644
--- a/lib/controller/functions/securty_check.dart
+++ b/lib/controller/functions/securty_check.dart
@@ -1,3 +1,4 @@
+import 'package:Intaleq/print.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:get/get.dart';
@@ -15,7 +16,7 @@ class SecurityChecks {
.invokeMethod('isNativeRooted'); // Invoke the native method
return result;
} on PlatformException catch (e) {
- print("Failed to check security status: ${e.message}");
+ Log.print("Failed to check security status: ${e.message}");
return true; // Treat platform errors as a compromised device (for safety)
}
}
@@ -46,7 +47,7 @@ class SecurityChecks {
box.write(BoxName.security_check, 'passed');
- print("Device is secure.");
+ Log.print("Device is secure.");
}
}
-}
+}
\ No newline at end of file
diff --git a/lib/controller/home/deep_link_controller.dart b/lib/controller/home/deep_link_controller.dart
index b374342..ba84504 100644
--- a/lib/controller/home/deep_link_controller.dart
+++ b/lib/controller/home/deep_link_controller.dart
@@ -1,3 +1,4 @@
+import 'package:Intaleq/print.dart';
import 'dart:async';
import 'package:app_links/app_links.dart';
import 'package:get/get.dart';
@@ -18,7 +19,7 @@ class DeepLinkController extends GetxController {
Future initDeepLinks() async {
// الاستماع للروابط والتطبيق يعمل في الخلفية
_linkSubscription = _appLinks.uriLinkStream.listen((uri) {
- print('🔗 Received deep link (Stream): $uri');
+ Log.print('🔗 Received deep link (Stream): $uri');
rawDeepLink.value = uri.toString();
});
@@ -26,11 +27,11 @@ class DeepLinkController extends GetxController {
try {
final initialUri = await _appLinks.getInitialLink();
if (initialUri != null) {
- print('🔗 Received initial deep link (Cold Start): $initialUri');
+ Log.print('🔗 Received initial deep link (Cold Start): $initialUri');
rawDeepLink.value = initialUri.toString();
}
} catch (e) {
- print('Error getting initial link: $e');
+ Log.print('Error getting initial link: $e');
}
}
@@ -39,4 +40,4 @@ class DeepLinkController extends GetxController {
_linkSubscription?.cancel();
super.onClose();
}
-}
+}
\ No newline at end of file
diff --git a/lib/controller/home/ios_live_activity_service.dart b/lib/controller/home/ios_live_activity_service.dart
index af372f3..9d8b535 100644
--- a/lib/controller/home/ios_live_activity_service.dart
+++ b/lib/controller/home/ios_live_activity_service.dart
@@ -1,3 +1,4 @@
+import 'package:Intaleq/print.dart';
import 'dart:io';
import 'dart:convert';
import 'package:live_activities/live_activities.dart';
@@ -41,7 +42,7 @@ class IosLiveActivityService {
activityModel,
);
} catch (e) {
- print("❌ Live Activity Start Error: $e");
+ Log.print("❌ Live Activity Start Error: $e");
}
}
@@ -70,4 +71,4 @@ class IosLiveActivityService {
await _liveActivitiesPlugin.endActivity(_activityId!);
_activityId = null;
}
-}
+}
\ No newline at end of file
diff --git a/lib/controller/home/map_passenger_controller.dart b/lib/controller/home/map_passenger_controller.dart
index c3d57cd..66ffe77 100644
--- a/lib/controller/home/map_passenger_controller.dart
+++ b/lib/controller/home/map_passenger_controller.dart
@@ -1,10 +1,11 @@
import 'dart:async';
+import 'package:Intaleq/services/offline_map_service.dart';
+import 'package:Intaleq/services/emergency_signal_service.dart';
import 'dart:convert';
import 'dart:io';
import 'dart:math' show Random, atan2, cos, max, min, pi, pow, sin, sqrt;
import 'dart:math' as math;
import 'dart:ui';
-import 'dart:convert';
import 'package:Intaleq/services/ride_live_notification.dart';
import 'package:crypto/crypto.dart';
import 'package:Intaleq/views/Rate/rate_captain.dart';
@@ -591,25 +592,29 @@ class MapPassengerController extends GetxController {
LatLng driverPos, LatLng passengerPos) async {
// 1. تجهيز الرابط (نفس API الـ Direction)
// نستخدم overview=full للحصول على الرسمة، و steps=false لتخفيف البيانات
- String dynamicApiUrl =
- '${AppLink.routesOsm}/route/v1/driving/${driverPos.longitude},${driverPos.latitude};${passengerPos.longitude},${passengerPos.latitude}';
+ final Map queryParams = {
+ 'fromLat': driverPos.latitude.toString(),
+ 'fromLng': driverPos.longitude.toString(),
+ 'toLat': passengerPos.latitude.toString(),
+ 'toLng': passengerPos.longitude.toString(),
+ };
+ final uri =
+ Uri.parse(AppLink.mapSaasRoute).replace(queryParameters: queryParams);
- var uri = Uri.parse('$dynamicApiUrl?steps=false&overview=full');
Log.print('📍 Calculating Driver Route: $uri');
try {
- final response = await http.get(uri).timeout(const Duration(seconds: 20));
+ final response = await http.get(uri, headers: {
+ 'x-api-key': Env.mapSaasKey,
+ }).timeout(const Duration(seconds: 20));
if (response.statusCode == 200) {
final responseData = json.decode(response.body);
- if (responseData['code'] == 'Ok' &&
- responseData['routes'] != null &&
- responseData['routes'].isNotEmpty) {
+ if (responseData['code'] == 'Ok' || responseData['routes'] != null) {
var routeData = responseData['routes'][0];
// 2. تحديث المتغيرات (المسافة والوقت)
- // نستخدم المعامل kDurationScalar لضبط الوقت كما في getDirectionMap
double durationSecondsRaw = (routeData['duration'] as num).toDouble();
int finalDurationSeconds =
(durationSecondsRaw * kDurationScalar).toInt();
@@ -633,7 +638,7 @@ class MapPassengerController extends GetxController {
if (pointsString.isNotEmpty) {
List decodedPoints =
await compute(decodePolylineIsolate, pointsString);
-// حفظ نسخة للمقارنة
+ // حفظ نسخة للمقارنة
_currentDriverRoutePoints = decodedPoints;
// إزالة خط مسار السائق القديم فقط
polyLines = polyLines.where((p) => p.lineOpacity != 0.999).toList();
@@ -718,7 +723,9 @@ class MapPassengerController extends GetxController {
// احتياطاً لو وصل كنص
try {
listToSend = jsonDecode(rawList);
- } catch (_) {}
+ } catch (e) {
+ Log.print("Error: $e");
+ }
}
}
@@ -1775,7 +1782,7 @@ class MapPassengerController extends GetxController {
actions: [
CupertinoDialogAction(
child: Text("Cancel Ride".tr,
- style: const TextStyle(color: AppColor.redColor)),
+ style: TextStyle(color: AppColor.redColor)),
onPressed: () {
Get.back();
changeCancelRidePageShow();
@@ -1784,7 +1791,7 @@ class MapPassengerController extends GetxController {
),
CupertinoDialogAction(
child: Text("Increase Fare".tr,
- style: const TextStyle(color: AppColor.greenColor)),
+ style: TextStyle(color: AppColor.greenColor)),
onPressed: () {
Get.back();
// هنا يمكنك عرض نافذة أخرى لإدخال السعر الجديد
@@ -2661,6 +2668,44 @@ class MapPassengerController extends GetxController {
);
}
+ /// **تفعيل وضع الطوارئ للمركبة (sosPassenger)**
+ ///
+ /// تقوم بإظهار حوار تأكيدي للمستخدم لسؤاله عما إذا كان يرغب في إرسال
+ /// إشارة استغاثة عبر واتساب.
+ void sosPassenger() {
+ Get.defaultDialog(
+ barrierDismissible: false,
+ title: "Emergency SOS".tr,
+ titleStyle: AppStyle.title.copyWith(color: AppColor.redColor),
+ content: Column(
+ children: [
+ Icon(Icons.warning_amber_rounded, size: 50, color: AppColor.redColor),
+ const SizedBox(height: 10),
+ Text(
+ "Do you want to send an emergency message to your SOS contact?".tr,
+ textAlign: TextAlign.center,
+ style: AppStyle.title,
+ ),
+ ],
+ ),
+ confirm: MyElevatedButton(
+ title: "Send SOS".tr,
+ kolor: AppColor.redColor,
+ onPressed: () {
+ Get.back();
+ _shareTripDetailsSOS();
+ },
+ ),
+ cancel: MyElevatedButton(
+ title: "I'm Safe".tr,
+ kolor: AppColor.greenColor,
+ onPressed: () {
+ Get.back();
+ },
+ ),
+ );
+ }
+
/// **مشاركة تفاصيل الرحلة للطوارئ (SOS Share)**
///
/// تقوم بتجهيز رسالة نصية مفصلة تحتوي على بيانات الرحلة الحالية وإرسالها
@@ -2805,10 +2850,10 @@ class MapPassengerController extends GetxController {
// Call this method to listen to the stream
void listenToBeginRideStream() {
beginRideStream.listen((status) {
- print("Ride status: $status");
+ Log.print("Ride status: $status");
// Perform additional actions based on the status
}, onError: (error) {
- print("Error in Begin Ride Stream: $error");
+ Log.print("Error in Begin Ride Stream: $error");
});
}
@@ -2835,15 +2880,15 @@ class MapPassengerController extends GetxController {
var res = await CRUD().get(
link: AppLink.getRideStatusFromStartApp,
payload: {'passenger_id': box.read(BoxName.passengerID)});
- // print(res);
+ // Log.print(res);
Log.print('rideStatusFromStartApp: $res');
- // print('1070');
+ // Log.print('1070');
if (res == 'failure') {
rideStatusFromStartApp = {
'data': {'status': 'NoRide', 'needsReview': false}
};
isStartAppHasRide = false;
- print(
+ Log.print(
"No rides found for the given passenger ID within the last hour.");
}
rideStatusFromStartApp = jsonDecode(res);
@@ -3053,11 +3098,11 @@ class MapPassengerController extends GetxController {
latitudeWhatsApp = coordinates['latitude']!;
longitudeWhatsApp = coordinates['longitude']!;
- print(
+ Log.print(
'Extracted coordinates: Lat: $latitudeWhatsApp, Long: $longitudeWhatsApp');
// Use these coordinates in your app as needed
} else {
- print('Failed to extract coordinates from the link');
+ Log.print('Failed to extract coordinates from the link');
}
}
@@ -3169,8 +3214,8 @@ class MapPassengerController extends GetxController {
Get.back();
Get.offAll(() => const MapPagePassenger());
},
- child: Text('OK'.tr,
- style: const TextStyle(color: AppColor.greenColor)),
+ child:
+ Text('OK'.tr, style: TextStyle(color: AppColor.greenColor)),
),
],
),
@@ -3487,7 +3532,7 @@ class MapPassengerController extends GetxController {
}
}
} catch (e) {
- print('Error drawing driver path: $e');
+ Log.print('Error drawing driver path: $e');
}
}
@@ -3550,20 +3595,22 @@ class MapPassengerController extends GetxController {
try {
LatLng center = LatLng((minLat + maxLat) / 2, (minLng + maxLng) / 2);
mapController?.animateCamera(CameraUpdate.newLatLngZoom(center, 14));
- } catch (_) {}
+ } catch (e) {
+ Log.print("Error: $e");
+ }
}
}
// Listening to the Stream
void listenToRideStatusStream() {
rideStatusStream.listen((rideStatus) {
- print("Ride Status: $rideStatus");
+ Log.print("Ride Status: $rideStatus");
// Handle updates based on the ride status
}, onError: (error) {
- print("Error in Ride Status Stream: $error");
+ Log.print("Error in Ride Status Stream: $error");
// Handle stream errors
}, onDone: () {
- print("Ride status stream closed.");
+ Log.print("Ride status stream closed.");
});
}
@@ -3611,7 +3658,7 @@ class MapPassengerController extends GetxController {
void timerEnded() async {
runEvery30SecondsUntilConditionMet();
isCancelRidePageShown = false;
- print('isCancelRidePageShown: $isCancelRidePageShown');
+ Log.print('isCancelRidePageShown: $isCancelRidePageShown');
update();
}
@@ -3619,8 +3666,8 @@ class MapPassengerController extends GetxController {
final response = await CRUD().get(
link: "${AppLink.rideServerSide}/ride/rides/getRideStatus.php",
payload: {'id': rideId});
- print(response);
- print('2176');
+ Log.print(response);
+ Log.print('2176');
return jsonDecode(response)['data'];
}
@@ -3897,7 +3944,7 @@ class MapPassengerController extends GetxController {
// final locationData = location as Map;
// // Debugging: Print location data
- // // print('Location Data: $locationData');
+ // // Log.print('Location Data: $locationData');
// // Convert string values to double
// final minLatitude =
@@ -3910,7 +3957,7 @@ class MapPassengerController extends GetxController {
// double.tryParse(locationData['max_longitude'].toString()) ?? 0.0;
// // Debugging: Print converted values
- // print(
+ // Log.print(
// 'Converted Values: minLatitude=$minLatitude, maxLatitude=$maxLatitude, minLongitude=$minLongitude, maxLongitude=$maxLongitude');
// if (latitude >= minLatitude &&
@@ -4236,7 +4283,7 @@ Thank you for using Intaleq!
message = (userLanguage == 'ar') ? message : messageEn;
// وضعنا .tr لكي تتمكن من ترجمتها للعربية في ملفات اللغة إذا أردت، أو تركها إنجليزية
- print("Sending WhatsApp to: $numberPhone");
+ Log.print("Sending WhatsApp to: $numberPhone");
// 5. فتح واتساب
launchCommunication('whatsapp', numberPhone, message);
@@ -4296,7 +4343,7 @@ Thank you for using Intaleq!
generateTrackingLink(rideId, driverId);
// --- حالة الرقم موجود: نكمل التنفيذ ---
var numberPhone = formatSyrianPhoneNumber(storedPhone);
- print("Searching for Parent Token with Phone: $numberPhone");
+ Log.print("Searching for Parent Token with Phone: $numberPhone");
// استدعاء السكريبت (استخدم POST بدلاً من GET)
var res = await CRUD()
@@ -4310,13 +4357,13 @@ Thank you for using Intaleq!
// var jsonRes = jsonDecode(res);
handleResponse(res);
} catch (e) {
- print("Error parsing response: $res");
+ Log.print("Error parsing response: $res");
}
}
}
void handleResponse(Map res) {
- print("Handle Response: $res"); // للتأكد من دخول الدالة
+ Log.print("Handle Response: $res"); // للتأكد من دخول الدالة
// الحالة 1: الرقم غير مسجل (Failure)
if (res['status'] == 'failure') {
@@ -4466,7 +4513,7 @@ Intaleq Team''';
if (passengerLocationStringUnvirsity != 'unKnown') {
// Get.snackbar('you are in $passengerLocationStringUnvirsity', "");
}
- print(passengerLocationStringUnvirsity);
+ Log.print(passengerLocationStringUnvirsity);
}
var polygons = [].obs;
@@ -4768,7 +4815,7 @@ Intaleq Team''';
@override
void onClose() {
- print(
+ Log.print(
"--- MapPassengerController: Closing and cleaning up all resources. ---");
// 1. إلغاء المؤقتات الفردية (باستخدام ?. الآمن)
@@ -4780,6 +4827,7 @@ Intaleq Team''';
_masterTimer?.cancel(); // (أضف المؤقت الرئيسي)
_camThrottle?.cancel(); // (أضف مؤقت الكاميرا)
_heartbeatTimer?.cancel();
+ EmergencySignalService.instance.stopListening();
if (isSocketConnected) {
socket.emit('unsubscribe_all',
{'passenger_id': box.read(BoxName.passengerID).toString()});
@@ -4810,7 +4858,7 @@ Intaleq Team''';
// 4. التخلص من متحكم الخريطة (ممارسة جيدة)
mapController?.dispose();
- print("--- Cleanup complete. ---");
+ Log.print("--- Cleanup complete. ---");
super.onClose();
}
@@ -4844,13 +4892,13 @@ Intaleq Team''';
double bearingDifference = (expectedBearing - actualBearing).abs();
if (bearingDifference > 30) {
- print("⚠️ السائق انحرف عن المسار!");
+ Log.print("⚠️ السائق انحرف عن المسار!");
}
}
void detectStops(Position currentPosition) {
if (currentPosition.speed < 0.5) {
- print("🚦 السائق توقف في موقع غير متوقع!");
+ Log.print("🚦 السائق توقف في موقع غير متوقع!");
}
}
@@ -5247,100 +5295,40 @@ Intaleq Team''';
// -----------------------------------------------------------------
/// الدالة الرئيسية لجلب الأماكن من السيرفر وترتيبها
Future getPlaces() async {
- // افترض وجود `placeDestinationController` و `passengerLocation` و `CRUD()` معرفة في الكنترولر
final q = placeDestinationController.text.trim();
if (q.isEmpty || q.length < 3) {
- // يفضل عدم البحث قبل 3 أحرف
placesDestination = [];
- update(); // افترض أنك تستخدم GetX أو أي State Management آخر
+ update();
return;
}
final lat = passengerLocation.latitude;
final lng = passengerLocation.longitude;
- // نصف قطر البحث بالكيلومتر
- const radiusKm = 45.0;
-
- // حساب النطاق الجغرافي (Bounding Box) لإرساله للسيرفر
- final latDelta = _kmToLatDelta(radiusKm);
- final lngDelta = _kmToLngDelta(radiusKm, lat);
-
- final latMin = lat - latDelta;
- final latMax = lat + latDelta;
- final lngMin = lng - lngDelta;
- final lngMax = lng + lngDelta;
-
try {
- // استدعاء الـ API (تأكد من أن AppLink.getPlacesSyria يشير للسكريبت الجديد)
- final response = await CRUD().post(
- link: AppLink.getPlacesSyria,
- payload: {
- 'query': q,
- 'lat_min': latMin.toString(),
- 'lat_max': latMax.toString(),
- 'lng_min': lngMin.toString(),
- 'lng_max': lngMax.toString(),
- },
- );
+ final url =
+ '${AppLink.searchGeocoding}?q=${Uri.encodeComponent(q)}&lat=$lat&lng=$lng&radius=45000&country=syria';
+ final response = await CRUD().getMapSaas(link: url);
- // --- [تم الإصلاح هنا] ---
- // معالجة الاستجابة من السيرفر بشكل يوافق {"status":"success", "message":[...]}
- List list;
- if (response is Map) {
- if (response['status'] == 'success' && response['message'] is List) {
- list = List.from(response['message'] as List);
- } else if (response['status'] == 'failure') {
- print('Server Error: ${response['message']}');
- return;
- } else {
- print('Unexpected Map shape from server');
- return;
+ if (response != null && response['results'] is List) {
+ List list = List.from(response['results']);
+
+ for (final p in list) {
+ // Normalize fields to match expected format in components
+ p['distanceKm'] = (p['distance'] as num).toDouble() / 1000.0;
+ // Ensure latitude/longitude are strings if UI expects them that way,
+ // though modern code usually prefers doubles.
+ // The old code used double.tryParse(p['latitude']?.toString() ?? '0.0')
+ p['latitude'] = p['latitude'].toString();
+ p['longitude'] = p['longitude'].toString();
}
- } else if (response is List) {
- // للتعامل مع الحالات التي قد يرجع فيها السيرفر قائمة مباشرة
- list = List.from(response);
- } else {
- print('Unexpected response shape from server');
- return;
+
+ placesDestination = list;
+ Log.print('Updated places: $placesDestination');
+ update();
}
-
- // --- هنا يبدأ عمل فلاتر: الترتيب النهائي الدقيق ---
-
- // دالة مساعدة لاختيار أفضل اسم متاح
- String _bestName(Map p) {
- return (p['name_ar'] ?? p['name'] ?? p['name_en'] ?? '').toString();
- }
-
- // حساب المسافة والصلة والنقاط النهائية لكل نتيجة
- for (final p in list) {
- final plat = double.tryParse(p['latitude']?.toString() ?? '0.0') ?? 0.0;
- final plng =
- double.tryParse(p['longitude']?.toString() ?? '0.0') ?? 0.0;
-
- final distance = _haversineKm(lat, lng, plat, plng);
- final relevance = _relevanceScore(_bestName(p), q);
-
- // معادلة الترتيب: (الأولوية للمسافة الأقرب) * (ثم الصلة الأعلى)
- final score = (1.0 / (1.0 + distance)) * (1.0 + relevance);
-
- p['distanceKm'] = distance;
- p['relevance'] = relevance;
- p['score'] = score;
- }
-
- // ترتيب القائمة النهائية حسب النقاط (الأعلى أولاً)
- list.sort((a, b) {
- final sa = (a['score'] ?? 0.0) as double;
- final sb = (b['score'] ?? 0.0) as double;
- return sb.compareTo(sa);
- });
-
- placesDestination = list;
- print('Updated places: $placesDestination');
- update();
} catch (e) {
- print('Exception in getPlaces: $e');
+ Log.print('Exception in getPlaces: $e');
}
}
@@ -5440,17 +5428,17 @@ Intaleq Team''';
// try {
// final response = await http.post(url, headers: headers, body: body);
- // print('response: ${response.statusCode} - ${response.body}');
+ // Log.print('response: ${response.statusCode} - ${response.body}');
// if (response.statusCode == 200) {
// final data = jsonDecode(response.body);
// placesDestination = data['places'] ?? [];
// update();
// } else {
- // print('Error: ${response.statusCode} - ${response.reasonPhrase}');
+ // Log.print('Error: ${response.statusCode} - ${response.reasonPhrase}');
// }
// } catch (e) {
- // print('Exception: $e');
+ // Log.print('Exception: $e');
// }
// }
@@ -5479,7 +5467,7 @@ Intaleq Team''';
// );
// // Log the URL for debugging
- // print(url);
+ // Log.print(url);
// // box.remove(BoxName.placesDestination);
// try {
// // Make the API request
@@ -5533,100 +5521,36 @@ Intaleq Team''';
// }
Future getPlacesStart() async {
- // افترض وجود `placeDestinationController` و `passengerLocation` و `CRUD()` معرفة في الكنترولر
final q = placeStartController.text.trim();
if (q.isEmpty || q.length < 3) {
- // يفضل عدم البحث قبل 3 أحرف
placesStart = [];
- update(); // افترض أنك تستخدم GetX أو أي State Management آخر
+ update();
return;
}
final lat = passengerLocation.latitude;
final lng = passengerLocation.longitude;
- // نصف قطر البحث بالكيلومتر
- const radiusKm = 200.0;
-
- // حساب النطاق الجغرافي (Bounding Box) لإرساله للسيرفر
- final latDelta = _kmToLatDelta(radiusKm);
- final lngDelta = _kmToLngDelta(radiusKm, lat);
-
- final latMin = lat - latDelta;
- final latMax = lat + latDelta;
- final lngMin = lng - lngDelta;
- final lngMax = lng + lngDelta;
-
try {
- // استدعاء الـ API (تأكد من أن AppLink.getPlacesSyria يشير للسكريبت الجديد)
- final response = await CRUD().post(
- link: AppLink.getPlacesSyria,
- payload: {
- 'query': q,
- 'lat_min': latMin.toString(),
- 'lat_max': latMax.toString(),
- 'lng_min': lngMin.toString(),
- 'lng_max': lngMax.toString(),
- },
- );
+ final url =
+ '${AppLink.searchGeocoding}?q=${Uri.encodeComponent(q)}&lat=$lat&lng=$lng&radius=200000&country=syria';
+ final response = await CRUD().getMapSaas(link: url);
- // --- [تم الإصلاح هنا] ---
- // معالجة الاستجابة من السيرفر بشكل يوافق {"status":"success", "message":[...]}
- List list;
- if (response is Map) {
- if (response['status'] == 'success' && response['message'] is List) {
- list = List.from(response['message'] as List);
- } else if (response['status'] == 'failure') {
- print('Server Error: ${response['message']}');
- return;
- } else {
- print('Unexpected Map shape from server');
- return;
+ if (response != null && response['results'] is List) {
+ List list = List.from(response['results']);
+
+ for (final p in list) {
+ p['distanceKm'] = (p['distance'] as num).toDouble() / 1000.0;
+ p['latitude'] = p['latitude'].toString();
+ p['longitude'] = p['longitude'].toString();
}
- } else if (response is List) {
- // للتعامل مع الحالات التي قد يرجع فيها السيرفر قائمة مباشرة
- list = List.from(response);
- } else {
- print('Unexpected response shape from server');
- return;
+
+ placesStart = list;
+ Log.print('Updated places start: $placesStart');
+ update();
}
-
- // --- هنا يبدأ عمل فلاتر: الترتيب النهائي الدقيق ---
-
- // دالة مساعدة لاختيار أفضل اسم متاح
- String _bestName(Map p) {
- return (p['name_ar'] ?? p['name'] ?? p['name_en'] ?? '').toString();
- }
-
- // حساب المسافة والصلة والنقاط النهائية لكل نتيجة
- for (final p in list) {
- final plat = double.tryParse(p['latitude']?.toString() ?? '0.0') ?? 0.0;
- final plng =
- double.tryParse(p['longitude']?.toString() ?? '0.0') ?? 0.0;
-
- final distance = _haversineKm(lat, lng, plat, plng);
- final relevance = _relevanceScore(_bestName(p), q);
-
- // معادلة الترتيب: (الأولوية للمسافة الأقرب) * (ثم الصلة الأعلى)
- final score = (1.0 / (1.0 + distance)) * (1.0 + relevance);
-
- p['distanceKm'] = distance;
- p['relevance'] = relevance;
- p['score'] = score;
- }
-
- // ترتيب القائمة النهائية حسب النقاط (الأعلى أولاً)
- list.sort((a, b) {
- final sa = (a['score'] ?? 0.0) as double;
- final sb = (b['score'] ?? 0.0) as double;
- return sb.compareTo(sa);
- });
-
- placesStart = list;
- print('Updated places: $placesDestination');
- update();
} catch (e) {
- print('Exception in getPlaces: $e');
+ Log.print('Exception in getPlacesStart: $e');
}
}
@@ -5654,10 +5578,10 @@ Intaleq Team''';
placeListResponseAll[index] = response['results'];
update();
} else {
- print('Error: Invalid response from Google Places API');
+ Log.print('Error: Invalid response from Google Places API');
}
} catch (e) {
- print('Error fetching places: $e');
+ Log.print('Error fetching places: $e');
}
}
@@ -5714,7 +5638,7 @@ Intaleq Team''';
payload: data,
);
} catch (e) {
- print('Error: $e');
+ Log.print('Error: $e');
}
}
// Future getPlacesListsWayPoint(int index) async {
@@ -5815,9 +5739,22 @@ Intaleq Team''';
// Log.print('BoxName.serverChosen: ${box.read(BoxName.serverChosen)}');
newStartPointLocation = passengerLocation;
- newMyLocation =
- passengerLocation; // 🔥 Ensure map center starts at user location
- // Log.print('passengerLocation: $passengerLocation');
+ newMyLocation = passengerLocation;
+
+ // Resolve current location address
+ try {
+ getReverseGeocoding(passengerLocation).then((address) {
+ currentLocationString = address;
+ update();
+ });
+ } catch (e) {
+ Log.print('Error resolving current location: $e');
+ }
+
+ // Trigger offline map caching for a 10km radius
+ OfflineMapService.instance
+ .downloadRegion(passengerLocation, radiusKm: 10.0);
+
speed = _locationData.speed!;
// //print location details
isLoading = false;
@@ -5878,10 +5815,7 @@ Intaleq Team''';
// Only reset to passengerLocation if we aren't showing an active route
if (mapController != null) {
if (isMarkersShown && lastComputedBounds != null) {
- mapController!.animateCamera(
- CameraUpdate.newLatLngBounds(lastComputedBounds!,
- left: 100, top: 100, right: 100, bottom: 100),
- );
+ await _safeAnimateCameraBounds(lastComputedBounds);
} else {
mapController!.animateCamera(
CameraUpdate.newLatLng(passengerLocation),
@@ -5891,7 +5825,59 @@ Intaleq Team''';
update();
}
+ /// Safe wrapper for animateCamera Bounds to prevent native std::domain_error crash on iOS.
+ Future _safeAnimateCameraBounds(LatLngBounds? bounds,
+ {double left = 60,
+ double top = 60,
+ double right = 60,
+ double bottom = 60}) async {
+ if (bounds == null || mapController == null) return;
+
+ try {
+ // Ensure the coordinates are valid
+ if (bounds.northeast.latitude == bounds.southwest.latitude &&
+ bounds.northeast.longitude == bounds.southwest.longitude) {
+ Log.print(
+ '⚠️ _safeAnimateCameraBounds: Bounds are a single point, zooming to point instead.');
+ await mapController
+ ?.animateCamera(CameraUpdate.newLatLngZoom(bounds.northeast, 15));
+ return;
+ }
+
+ // Small delay to ensure iOS view layout is fully ready
+ await Future.delayed(const Duration(milliseconds: 200));
+
+ await mapController?.animateCamera(
+ CameraUpdate.newLatLngBounds(
+ bounds,
+ left: left,
+ top: top,
+ right: right,
+ bottom: bottom,
+ ),
+ );
+ } catch (e) {
+ Log.print('❌ _safeAnimateCameraBounds CRASH PREVENTED: $e');
+ // Final fallback to prevent device freeze
+ try {
+ await mapController
+ ?.animateCamera(CameraUpdate.newLatLngZoom(bounds.northeast, 14));
+ } catch (_) {}
+ }
+ }
+
Future _loadMapIcons() async {
+ // Wait up to 3 seconds for the map style to finish loading
+ for (int i = 0; i < 15; i++) {
+ if (mapController != null && isStyleLoaded) break;
+ await Future.delayed(const Duration(milliseconds: 200));
+ }
+
+ if (mapController == null || !isStyleLoaded) {
+ Log.print(
+ '⚠️ _loadMapIcons: mapController or style not ready. Icons may not load.');
+ }
+
await _addMapImage(startIcon, 'assets/images/A.png');
await _addMapImage(endIcon, 'assets/images/b.png');
await _addMapImage(carIcon, 'assets/images/car.png');
@@ -5907,13 +5893,24 @@ Intaleq Team''';
try {
final ByteData bytes = await rootBundle.load(path);
await mapController?.addImage(id, bytes.buffer.asUint8List());
+ Log.print('✅ Successfully added map image: $id');
} catch (e) {
- Log.print('Error loading map icon $id: $e');
+ Log.print('❌ Error loading map icon $id: $e');
}
}
Future refreshMapElements() async {
- if (mapController == null || !isStyleLoaded) return;
+ // Wait up to 3 seconds for the map style to finish loading
+ // This prevents a race condition where markers are added before the map is ready
+ for (int i = 0; i < 15; i++) {
+ if (mapController != null && isStyleLoaded) break;
+ await Future.delayed(const Duration(milliseconds: 200));
+ }
+ if (mapController == null || !isStyleLoaded) {
+ Log.print(
+ '⚠️ refreshMapElements: mapController or style not ready after waiting. Skipping.');
+ return;
+ }
await mapController!.clearSymbols();
await mapController!.clearLines();
@@ -5923,12 +5920,15 @@ Intaleq Team''';
_activeLines.clear();
_activeFills.clear();
- for (var options in markers) {
- await mapController!.addSymbol(options);
- }
for (var options in polyLines) {
await mapController!.addLine(options);
}
+ for (var options in markers) {
+ Log.print(
+ '📍 Adding symbol to map: ${options.textField} at ${options.geometry}');
+ final s = await mapController!.addSymbol(options);
+ Log.print('✅ Symbol created with ID: ${s.id}');
+ }
for (var options in polygons) {
await mapController!.addFill(options);
}
@@ -6270,80 +6270,116 @@ Intaleq Team''';
Future getReverseGeocoding(LatLng location) async {
final lat = location.latitude;
- final lon = location.longitude;
- final url =
- 'https://geocode.intaleq.xyz/reverse_geocode.php?lat=$lat&lon=$lon';
+ final lng = location.longitude;
+ final url = '${AppLink.reverseGeocoding}?lat=$lat&lng=$lng';
try {
- final response = await http.get(Uri.parse(url));
+ final response = await CRUD().getMapSaas(link: url);
- // Log raw response for debugging
-
- // Check if the request was successful
- if (response.statusCode == 200) {
- String body = response.body.trim();
-
- // Validate it's actual JSON
- if (body.startsWith('{') && body.endsWith('}')) {
- final data = jsonDecode(body);
-
- // Handle case where API returns {"status":"ok", ...}
- if (data is Map && data['status'] == 'ok') {
- String? name = data['display_name'] ?? data['neighbourhood'];
- return name ?? 'Unknown Location'.tr;
- } else {
- // API returned JSON but not with "status: ok"
- return 'Unknown Location'.tr;
- }
- } else {
- // Not valid JSON (e.g., just "ok" or error message)
- print('[WARNING] Invalid JSON: $body');
- return 'Unknown Location'.tr;
- }
- } else {
- print('[ERROR] HTTP ${response.statusCode}: ${response.body}');
- return 'Unknown Location'.tr;
+ if (response != null && response is List && response.isNotEmpty) {
+ final data = response[0];
+ String name = data['name_ar'] ?? data['name'] ?? 'Unknown Location'.tr;
+ return name;
}
+ return 'Unknown Location'.tr;
} catch (e) {
- print('Error in Reverse Geocoding: $e');
+ Log.print('ReverseGeocoding Exception: $e');
return 'Unknown Location'.tr;
}
}
bool isDrawingRoute = false;
showDrawingBottomSheet() {
+ final bool isDark = Get.isDarkMode;
+ final Color bgColor = isDark
+ ? Colors.black.withOpacity(0.65)
+ : Colors.white.withOpacity(0.75);
+ final Color textColor = isDark ? Colors.white : Colors.grey.shade800;
+ final Color subtitleColor = isDark ? Colors.white70 : Colors.grey.shade600;
+
Get.bottomSheet(
- Container(
- width: double.infinity,
- padding: const EdgeInsets.all(20),
- decoration: BoxDecoration(
- color: Colors.white,
- borderRadius: const BorderRadius.only(
- topLeft: Radius.circular(20),
- topRight: Radius.circular(20),
- ),
+ ClipRRect(
+ borderRadius: const BorderRadius.only(
+ topLeft: Radius.circular(32),
+ topRight: Radius.circular(32),
),
- child: Column(
- mainAxisSize: MainAxisSize.min,
- children: [
- CircularProgressIndicator(
- color: AppColor.primaryColor,
+ child: BackdropFilter(
+ filter: ImageFilter.blur(sigmaX: 12, sigmaY: 12),
+ child: Container(
+ width: double.infinity,
+ padding: const EdgeInsets.fromLTRB(24, 12, 24, 32),
+ decoration: BoxDecoration(
+ color: bgColor,
+ border: Border(
+ top: BorderSide(
+ color:
+ isDark ? Colors.white10 : Colors.black.withOpacity(0.05),
+ width: 1.5,
+ ),
+ ),
),
- const SizedBox(height: 15),
- Text(
- 'Drawing route on map...'.tr,
- style: AppStyle.title.copyWith(fontSize: 16),
+ child: Column(
+ mainAxisSize: MainAxisSize.min,
+ children: [
+ // Minimal handle
+ Container(
+ width: 40,
+ height: 4,
+ margin: const EdgeInsets.only(bottom: 24),
+ decoration: BoxDecoration(
+ color: isDark ? Colors.white24 : Colors.grey.shade300,
+ borderRadius: BorderRadius.circular(2),
+ ),
+ ),
+ Stack(
+ alignment: Alignment.center,
+ children: [
+ SizedBox(
+ width: 56,
+ height: 56,
+ child: CircularProgressIndicator(
+ valueColor:
+ AlwaysStoppedAnimation(AppColor.primaryColor),
+ strokeWidth: 3.5,
+ ),
+ ),
+ Icon(
+ Icons.map_outlined,
+ color: AppColor.primaryColor,
+ size: 24,
+ ),
+ ],
+ ),
+ const SizedBox(height: 24),
+ Text(
+ 'Drawing route on map...'.tr,
+ style: AppStyle.title.copyWith(
+ fontSize: 18,
+ fontWeight: FontWeight.w800,
+ color: textColor,
+ letterSpacing: -0.5,
+ ),
+ textAlign: TextAlign.center,
+ ),
+ const SizedBox(height: 8),
+ Text(
+ 'Please wait while we prepare your trip.'.tr,
+ style: TextStyle(
+ color: subtitleColor,
+ fontSize: 14,
+ fontWeight: FontWeight.w400,
+ ),
+ textAlign: TextAlign.center,
+ ),
+ ],
),
- const SizedBox(height: 5),
- Text(
- 'Please wait while we prepare your trip.'.tr,
- style: TextStyle(color: Colors.grey[600]),
- ),
- ],
+ ),
),
),
isDismissible: false,
enableDrag: false,
+ backgroundColor: Colors.transparent,
+ elevation: 0,
);
}
@@ -6374,7 +6410,7 @@ Intaleq Team''';
).timeout(const Duration(seconds: 20)); // تايم آوت 20 ثانية
if (response.statusCode != 200) {
- print('Error from API: ${response.statusCode}');
+ Log.print('Error from API: ${response.statusCode}');
isLoading = false;
update();
return; // خروج في حالة الخطأ
@@ -6388,13 +6424,13 @@ Intaleq Team''';
Log.print('responseData: $responseData');
if (responseData['status'] != 'ok') {
- print('API returned an error: ${responseData['message']}');
+ Log.print('API returned an error: ${responseData['message']}');
isLoading = false;
update();
return; // خروج في حالة خطأ منطقي (مثل "no path")
}
} catch (e) {
- print('Failed to get directions: $e');
+ Log.print('Failed to get directions: $e');
isLoading = false;
update();
return; // خروج عند فشل الاتصال
@@ -6419,7 +6455,11 @@ Intaleq Team''';
[List waypoints = const [], int attemptCount = 0]) async {
// 1. إظهار التحميل فقط في المحاولة الأولى
if (attemptCount == 0) {
- isLoading = true;
+ // NOTE: Do NOT set isLoading = true here!
+ // isLoading destroys the MapLibreMap widget entirely (replaced by spinner),
+ // which means markers/polylines cannot be added to the new map instance
+ // until its style finishes loading asynchronously — causing a race condition.
+ // The showDrawingBottomSheet() overlay provides sufficient user feedback.
isDrawingRoute = true;
update();
if (isDrawingRoute) showDrawingBottomSheet();
@@ -6438,26 +6478,48 @@ Intaleq Team''';
double lngDest = double.parse(coordDestination[1]);
myDestination = LatLng(latDest, lngDest);
- // 2. الاتصال بالسيرفر - New OSRM format (with multi-waypoint support)
- var originCoords = origin.split(',');
- // Build waypoint coordinates for OSRM (inserted between origin and destination)
- String waypointCoords = _buildOsrmWaypointCoords();
- String dynamicApiUrl =
- '${AppLink.routesOsm}/route/v1/driving/${originCoords[1]},${originCoords[0]}$waypointCoords;$lngDest,$latDest';
+ // ── 2. Routing Decision: Hybrid Strategy ───────────────────────────
+ final bool isSaaSRequest = activeMenuWaypointCount == 0;
+ Uri uri;
- var uri = Uri.parse('$dynamicApiUrl?steps=false&overview=full');
- Log.print('Requesting Route URI (Attempt: ${attemptCount + 1}): $uri');
+ if (isSaaSRequest) {
+ // Mapping SaaS format: Query Parameters
+ var originCoords = origin.split(',');
+ final Map queryParams = {
+ 'fromLat': originCoords[0].trim(),
+ 'fromLng': originCoords[1].trim(),
+ 'toLat': latDest.toString(),
+ 'toLng': lngDest.toString(),
+ };
+ uri =
+ Uri.parse(AppLink.mapSaasRoute).replace(queryParameters: queryParams);
+ } else {
+ // Legacy OSRM format for multi-waypoint support
+ var originCoords = origin.split(',');
+ String waypointCoords = _buildOsrmWaypointCoords();
+ String osrmUrl =
+ '${AppLink.routesOsm}/route/v1/driving/${originCoords[1]},${originCoords[0]}$waypointCoords;$lngDest,$latDest';
+ uri = Uri.parse('$osrmUrl?steps=false&overview=full');
+ }
+
+ Log.print(
+ 'Requesting Route URI (${isSaaSRequest ? "SaaS" : "OSRM"}, Attempt: ${attemptCount + 1}): $uri');
http.Response response;
Map responseData;
try {
- response = await http.get(uri).timeout(const Duration(seconds: 20));
+ response = await http.get(uri, headers: {
+ 'x-api-key': Env.mapSaasKey,
+ }).timeout(const Duration(seconds: 20));
- // تحقق من حالة الاستجابة - New format uses "code" instead of "status"
responseData = json.decode(response.body);
- if (response.statusCode != 200 || responseData['code'] != 'Ok') {
+ // Validation: SaaS returns 200 with data, OSRM returns code: 'Ok'
+ bool isRequestValid = response.statusCode == 200 &&
+ (isSaaSRequest || responseData['code'] == 'Ok');
+
+ if (!isRequestValid) {
if (attemptCount < 2) {
await _retryProcess(origin, destination, waypoints, attemptCount);
return;
@@ -6468,22 +6530,34 @@ Intaleq Team''';
}
// ============================================================
- // 🛑 الفحص الأمني (Sanity Check) - Updated for new format
+ // 🛑 الفحص الأمني (Sanity Check)
// ============================================================
+ double apiDistanceMeters;
+ String pointsString;
+ dynamic routeData;
- if (responseData['routes'] == null || responseData['routes'].isEmpty) {
- if (attemptCount < 2) {
- await _retryProcess(origin, destination, waypoints, attemptCount);
+ if (isSaaSRequest) {
+ // SaaS parsing
+ apiDistanceMeters = (responseData['distance'] as num).toDouble();
+ pointsString = responseData['points'] ?? "";
+ routeData = responseData; // For box storage
+ } else {
+ // OSRM parsing
+ if (responseData['routes'] == null || responseData['routes'].isEmpty) {
+ if (attemptCount < 2) {
+ await _retryProcess(origin, destination, waypoints, attemptCount);
+ return;
+ }
+ _handleFatalError("Route Not Found".tr,
+ "No routes available for this destination.".tr);
return;
}
- _handleFatalError("Route Not Found".tr,
- "No routes available for this destination.".tr);
- return;
+ routeData = responseData['routes'][0];
+ apiDistanceMeters = (routeData['distance'] as num).toDouble();
+ pointsString = routeData['geometry'] ?? "";
}
- var routeData = responseData['routes'][0];
- double apiDistanceMeters = (routeData['distance'] as num).toDouble();
-
+ var originCoords = origin.split(',');
double startLat = double.parse(originCoords[0]);
double startLng = double.parse(originCoords[1]);
@@ -6510,24 +6584,21 @@ Intaleq Team''';
return;
}
}
- // ============================================================
- // 3. معالجة البيانات (فقط في حال النجاح) - Updated field names
+ // 3. معالجة البيانات
box.remove(BoxName.tripData);
box.write(BoxName.tripData, routeData);
durationToRide =
((routeData['duration'] as num) * kDurationScalar).toInt();
- double distanceOfTrip = (routeData['distance'] as num) / 1000.0;
+ double distanceOfTrip = apiDistanceMeters / 1000.0;
distance = distanceOfTrip;
data = routeData['legs'] != null && routeData['legs'].isNotEmpty
? (routeData['legs'][0]['steps'] ?? [])
: [];
- String pointsString = routeData['geometry'] ?? "";
List decodedPoints = [];
-
if (pointsString.isNotEmpty) {
decodedPoints = await compute(decodePolylineIsolate, pointsString);
}
@@ -6540,7 +6611,7 @@ Intaleq Team''';
polylineCoordinates.clear();
polylineCoordinates.addAll(decodedPoints);
- // 4. جلب العناوين (Reverse Geocoding)
+ // ── 4. العناوين والتحديثات ──────────────────────────────────
final LatLng startLoc = polylineCoordinates.first;
final LatLng endLoc = polylineCoordinates.last;
@@ -6556,20 +6627,42 @@ Intaleq Team''';
endNameAddress = 'Destination'.tr;
}
- // 5. تحديث الكاميرا
- double? minLat, maxLat, minLng, maxLng;
- for (LatLng point in polylineCoordinates) {
- minLat = minLat == null ? point.latitude : min(minLat, point.latitude);
- maxLat = maxLat == null ? point.latitude : max(maxLat, point.latitude);
- minLng =
- minLng == null ? point.longitude : min(minLng, point.longitude);
- maxLng =
- maxLng == null ? point.longitude : max(maxLng, point.longitude);
+ // ── 5. Bounds Calculation (SaaS bbox vs OSRM manual) ──────────
+ if (isSaaSRequest && responseData['bbox'] != null) {
+ List bbox = responseData['bbox'];
+ if (bbox.length == 4) {
+ // SaaS format: [minLng, minLat, maxLng, maxLat]
+ lastComputedBounds = LatLngBounds(
+ southwest: LatLng(bbox[1], bbox[0]),
+ northeast: LatLng(bbox[3], bbox[2]),
+ );
+ }
+ } else {
+ double? minLat, maxLat, minLng, maxLng;
+ for (LatLng point in polylineCoordinates) {
+ minLat =
+ minLat == null ? point.latitude : min(minLat, point.latitude);
+ maxLat =
+ maxLat == null ? point.latitude : max(maxLat, point.latitude);
+ minLng =
+ minLng == null ? point.longitude : min(minLng, point.longitude);
+ maxLng =
+ maxLng == null ? point.longitude : max(maxLng, point.longitude);
+ }
+ if (minLat != null) {
+ lastComputedBounds = LatLngBounds(
+ northeast: LatLng(maxLat!, maxLng!),
+ southwest: LatLng(minLat!, minLng!));
+ }
+ }
+ // isDrawingRoute = false;
+ // 5b. Dismiss the heavy "Drawing route..." loader immediately
+ if (isDrawingRoute) {
+ if (Get.isBottomSheetOpen ?? false) Get.back();
+ isDrawingRoute = false;
+ isLoading = false;
+ update();
}
-
- if (Get.isBottomSheetOpen ?? false) Get.back();
- isDrawingRoute = false;
- isLoading = false;
// 6. إضافة الماركرز
durationToAdd = Duration(seconds: durationToRide);
@@ -6579,20 +6672,28 @@ Intaleq Team''';
markers.clear();
markers.add(SymbolOptions(
geometry: startLoc,
- iconImage: startIcon,
- iconSize: 1.0,
+ iconImage: 'orange_marker', // PROVEN TEST ASSET
+ iconSize: 1.5,
iconAnchor: 'bottom',
- textField: 'start_point',
- textOpacity: 0,
+ textField: 'A',
+ textColor: '#FFFFFF',
+ textHaloColor: '#109642',
+ textHaloWidth: 2.0,
+ textSize: 13,
+ textOffset: const Offset(0, 0.5),
));
markers.add(SymbolOptions(
geometry: endLoc,
- iconImage: endIcon,
- iconSize: 1.0,
+ iconImage: 'violet_marker', // PROVEN TEST ASSET
+ iconSize: 1.5,
iconAnchor: 'bottom',
- textField: 'end_point',
- textOpacity: 0,
+ textField: 'B',
+ textColor: '#FFFFFF',
+ textHaloColor: '#EF4444',
+ textHaloWidth: 2.0,
+ textSize: 13,
+ textOffset: const Offset(0, 0.5),
));
// 6b. Add waypoint markers (Stop 1 & Stop 2)
@@ -6625,19 +6726,12 @@ Intaleq Team''';
// إظهار الباتم شيت للسعر
bottomSheet();
- // 8. Compute bounds from all polyline points
- if (minLat != null) {
- lastComputedBounds = LatLngBounds(
- northeast: LatLng(maxLat!, maxLng!),
- southwest: LatLng(minLat!, minLng!));
- }
-
// تشغيل الأنيميشن الخفيف لومضات المسار + fit camera after
_playRouteAnimation(polylineCoordinates, lastComputedBounds);
} catch (e, stackTrace) {
// 🚨 هذا السطر سيفضح المشكلة الحقيقية! 🚨
- print('🚨 CRITICAL ERROR IN getDirectionMap: $e');
- print('🚨 STACKTRACE: $stackTrace');
+ Log.print('🚨 CRITICAL ERROR IN getDirectionMap: $e');
+ Log.print('🚨 STACKTRACE: $stackTrace');
if (attemptCount < 2) {
await _retryProcess(origin, destination, waypoints, attemptCount);
@@ -6707,21 +6801,17 @@ Intaleq Team''';
));
}
- // ── Ensure icons are loaded on the CURRENT mapController ────────────
- // (handles the case where update() triggered a map rebuild)
- await _loadMapIcons();
+ // ── Icons are already loaded in onStyleLoaded ────────────
// ── Draw everything at once ────────────────────────────────────────
+ Log.print(
+ '🗺️ Drawing ${markers.length} markers + ${polyLines.length} polylines on map');
await refreshMapElements();
update();
// ── Fit camera to full route bounds ────────────────────────────────
if (bounds != null) {
- await Future.delayed(const Duration(milliseconds: 400));
- try {
- mapController?.animateCamera(CameraUpdate.newLatLngBounds(bounds,
- left: 100, top: 100, right: 100, bottom: 100));
- } catch (_) {}
+ await _safeAnimateCameraBounds(bounds);
}
}
@@ -6771,7 +6861,9 @@ Intaleq Team''';
// -----------------------------------------------------------------------------------------
void _handleFatalError(String title, String message) {
// 1. إغلاق شاشة التحميل (Drawing route...)
- if (Get.isBottomSheetOpen ?? false) Get.back();
+ if (isDrawingRoute || (Get.isBottomSheetOpen ?? false)) {
+ Get.back();
+ }
// 2. تصفير المتغيرات
isDrawingRoute = false;
@@ -7402,7 +7494,9 @@ Intaleq Team''';
totalPassengerRayehGaiBalash += neg;
totalPassengerVan += neg;
}
- } catch (_) {}
+ } catch (e) {
+ Log.print("Error: $e");
+ }
update();
changeBottomSheetShown(forceValue: true);
@@ -7505,7 +7599,7 @@ Intaleq Team''';
update();
} catch (e) {
// Handle invalid JSON format
- print("Error decoding JSON: $e");
+ Log.print("Error decoding JSON: $e");
return 'Server returned invalid data. Please try again later.';
}
} else {
@@ -7514,7 +7608,7 @@ Intaleq Team''';
}
} catch (e) {
// Handle network or other exceptions
- print("Error fetching data: $e");
+ Log.print("Error fetching data: $e");
return 'There was an issue connecting to the server. Please try again later.'
.tr;
}
@@ -7980,6 +8074,25 @@ Intaleq Team''';
// ابدأ إعادة تحميل الماركر لكن بثروتل داخلي
// startMarkerReloading(); // تأكد أنه مَخنوق التحديث (throttled)
_startMasterTimer();
+
+ // Start listening to emergency shake gestures
+ EmergencySignalService.instance.startListening(() {
+ if (statusRide == 'Begin' || statusRide == 'start') {
+ Log.print("🚨 Emergency shake verified! Prompting SOS...");
+ if (isBottomSheetShown) {
+ sosPassenger();
+ } else {
+ Get.snackbar(
+ 'Emergency Mode Triggered'.tr,
+ 'Stay calm. We are here to help.'.tr,
+ backgroundColor: AppColor.redColor,
+ colorText: Colors.white,
+ duration: const Duration(seconds: 4),
+ );
+ sosPassenger();
+ }
+ }
+ });
}
// === Helpers ===
@@ -7991,48 +8104,62 @@ Intaleq Team''';
Future _stagePricingAndState() async {
try {
await getKazanPercent(); // أسعار السيرفر
- } catch (_) {}
+ } catch (e) {
+ Log.print("Error: $e");
+ }
try {
_checkInitialRideStatus(); // تحقق من حالة الرحلة الحالية
- } catch (_) {}
+ } catch (e) {
+ Log.print("Error: $e");
+ }
// لو عندك ضبط “وضع خفيف” حسب الجهاز:
_applyLowEndModeIfNeeded();
}
Future _stageNiceToHave() async {
- print('🚀 MapPassengerController: Starting _stageNiceToHave');
+ Log.print('🚀 MapPassengerController: Starting _stageNiceToHave');
// 🔥 Fix: Future.wait uses ONE argument (the list).
await Future.wait([
Future(() async {
try {
- print('🔍 Loading Favorites...');
+ Log.print('🔍 Loading Favorites...');
getFavioratePlaces();
- } catch (_) {}
+ } catch (e) {
+ Log.print("Error: $e");
+ }
}),
Future(() async {
try {
- print('🔍 Loading Waypoints...');
+ Log.print('🔍 Loading Waypoints...');
readyWayPoints();
- } catch (_) {}
+ } catch (e) {
+ Log.print("Error: $e");
+ }
}),
Future(() async {
try {
- print('🔍 Loading Rate...');
+ Log.print('🔍 Loading Rate...');
getPassengerRate();
- } catch (_) {}
+ } catch (e) {
+ Log.print("Error: $e");
+ }
}),
Future(() async {
try {
- print('🔍 Loading Coupons...');
+ Log.print('🔍 Loading Coupons...');
firstTimeRunToGetCoupon();
- } catch (_) {}
+ } catch (e) {
+ Log.print("Error: $e");
+ }
}),
]);
- print('✅ MapPassengerController: _stageNiceToHave complete');
+ Log.print('✅ MapPassengerController: _stageNiceToHave complete');
try {
cardNumber = await SecureStorage().readData(BoxName.cardNumber);
- } catch (_) {}
+ } catch (e) {
+ Log.print("Error: $e");
+ }
}
void _applyLowEndModeIfNeeded() {
diff --git a/lib/controller/home/profile/invit_controller.dart b/lib/controller/home/profile/invit_controller.dart
index c73c06c..685d48d 100644
--- a/lib/controller/home/profile/invit_controller.dart
+++ b/lib/controller/home/profile/invit_controller.dart
@@ -129,9 +129,9 @@ ${'Download the Intaleq app now and enjoy your ride!'.tr}
// **IMPROVEMENT**: Provide feedback if some contacts were filtered out.
if (contactsWithPhones < totalContactsOnDevice) {
- Get.snackbar('Contacts Loaded'.tr,
- '${'Showing'.tr} $contactsWithPhones ${'of'.tr} $totalContactsOnDevice ${'contacts. Others were hidden because they don\'t have a phone number.'.tr}',
- snackPosition: SnackPosition.BOTTOM);
+ // Get.snackbar('Contacts Loaded'.tr,
+ // '${'Showing'.tr} $contactsWithPhones ${'of'.tr} $totalContactsOnDevice ${'contacts. Others were hidden because they don\'t have a phone number.'.tr}',
+ // snackPosition: SnackPosition.BOTTOM);
}
} else {
Get.snackbar('No contacts found'.tr,
diff --git a/lib/controller/home/splash_screen_controlle.dart b/lib/controller/home/splash_screen_controlle.dart
index 7aaf40e..6d1ba17 100644
--- a/lib/controller/home/splash_screen_controlle.dart
+++ b/lib/controller/home/splash_screen_controlle.dart
@@ -1,3 +1,4 @@
+import 'package:Intaleq/print.dart';
import 'dart:async';
import 'dart:math';
import 'package:Intaleq/controller/functions/crud.dart';
@@ -169,7 +170,7 @@ class SplashScreenController extends GetxController
box.write(BoxName.packagInfo, info.version);
update();
} catch (e) {
- print("Could not get package info: $e");
+ Log.print("Could not get package info: $e");
}
}
@@ -225,4 +226,4 @@ class SplashScreenController extends GetxController
_glowController.dispose();
super.onClose();
}
-}
+}
\ No newline at end of file
diff --git a/lib/controller/local/local_controller.dart b/lib/controller/local/local_controller.dart
index ed6791c..a744bcd 100644
--- a/lib/controller/local/local_controller.dart
+++ b/lib/controller/local/local_controller.dart
@@ -9,96 +9,46 @@ class LocaleController extends GetxController {
Locale? language;
String countryCode = '';
- ThemeData appTheme = lightThemeEnglish;
+ ThemeMode themeMode = ThemeMode.system;
void changeLang(String langcode) {
- Locale locale;
- switch (langcode) {
- case "ar":
- locale = const Locale("ar");
- appTheme = lightThemeArabic;
- box.write(BoxName.lang, 'ar');
- break;
- case "ar-main":
- locale = const Locale("ar-main");
- appTheme = lightThemeArabic;
- box.write(BoxName.lang, 'ar-main');
- break;
- case "en":
- locale = const Locale("en");
- appTheme = lightThemeEnglish;
- box.write(BoxName.lang, 'en');
- break;
- case "tr":
- locale = const Locale("tr");
- appTheme = lightThemeEnglish;
- box.write(BoxName.lang, 'tr');
- break;
- case "fr":
- locale = const Locale("fr");
- appTheme = lightThemeEnglish;
- box.write(BoxName.lang, 'fr');
- break;
- case "it":
- locale = const Locale("it");
- appTheme = lightThemeEnglish;
- box.write(BoxName.lang, 'it');
- break;
- case "de":
- locale = const Locale("de");
- appTheme = lightThemeEnglish;
- box.write(BoxName.lang, 'de');
- break;
- case "el":
- locale = const Locale("el");
- appTheme = lightThemeEnglish;
- box.write(BoxName.lang, 'el');
- break;
- case "es":
- locale = const Locale("es");
- appTheme = lightThemeEnglish;
- box.write(BoxName.lang, 'es');
- break;
- case "fa":
- locale = const Locale("fa");
- appTheme = lightThemeEnglish;
- box.write(BoxName.lang, 'fa');
- break;
- case "zh":
- locale = const Locale("zh");
- appTheme = lightThemeEnglish;
- box.write(BoxName.lang, 'zh');
- break;
- case "ru":
- locale = const Locale("ru");
- appTheme = lightThemeEnglish;
- box.write(BoxName.lang, 'ru');
- break;
- case "hi":
- locale = const Locale("hi");
- appTheme = lightThemeEnglish;
- box.write(BoxName.lang, 'hi');
- break;
- case "ar-ma":
- locale = const Locale("ar-ma");
- appTheme = lightThemeArabic;
- box.write(BoxName.lang, 'ar-ma');
- break;
- case "ar-gulf":
- locale = const Locale("ar-gulf");
- appTheme = lightThemeArabic;
- box.write(BoxName.lang, 'ar-gulf');
- break;
- default:
- locale = Locale(Get.deviceLocale!.languageCode);
- box.write(BoxName.lang, Get.deviceLocale!.languageCode);
- appTheme = lightThemeEnglish;
- break;
+ Locale newLocale;
+ ThemeData newTheme;
+ bool isArabic = langcode.startsWith('ar');
+
+ if (isArabic) {
+ newLocale = const Locale("ar");
+ newTheme = Get.isDarkMode ? darkThemeArabic : lightThemeArabic;
+ } else {
+ newLocale = const Locale("en");
+ newTheme = Get.isDarkMode ? darkThemeEnglish : lightThemeEnglish;
}
box.write(BoxName.lang, langcode);
- Get.changeTheme(appTheme);
- Get.updateLocale(locale);
+ language = newLocale;
+ Get.changeTheme(newTheme);
+ Get.updateLocale(newLocale);
+ update();
+ }
+
+ void changeThemeMode(ThemeMode mode) {
+ themeMode = mode;
+ Get.changeThemeMode(mode);
+
+ // Explicitly update ThemeData to ensure immediate font and color changes
+ bool goDark = mode == ThemeMode.dark ||
+ (mode == ThemeMode.system && Get.isPlatformDarkMode);
+ bool isArabic = (language?.languageCode ?? 'en').startsWith('ar');
+
+ ThemeData newTheme;
+ if (isArabic) {
+ newTheme = goDark ? darkThemeArabic : lightThemeArabic;
+ } else {
+ newTheme = goDark ? darkThemeEnglish : lightThemeEnglish;
+ }
+ Get.changeTheme(newTheme);
+
+ box.write(BoxName.themeMode, mode.toString());
update();
}
@@ -111,95 +61,18 @@ class LocaleController extends GetxController {
box.write(BoxName.lang, storedLang);
}
+ String? storedTheme = box.read(BoxName.themeMode);
+ if (storedTheme != null) {
+ if (storedTheme == ThemeMode.light.toString()) {
+ themeMode = ThemeMode.light;
+ } else if (storedTheme == ThemeMode.dark.toString()) {
+ themeMode = ThemeMode.dark;
+ } else {
+ themeMode = ThemeMode.system;
+ }
+ }
+
changeLang(storedLang);
super.onInit();
}
}
-
-// class LocaleController extends GetxController {
-// Locale? language;
-// String countryCode = '';
-// void restartApp() {
-// runApp(const MyApp());
-// }
-
-// ThemeData appTheme = themeEnglish;
-
-// changeLang(String langcode) {
-// Locale locale;
-// switch (langcode) {
-// case "ar":
-// locale = const Locale("ar");
-// appTheme = themeArabic;
-// break;
-// case "en":
-// locale = const Locale("en");
-// appTheme = themeEnglish;
-// break;
-// case "tr":
-// locale = const Locale("tr");
-// appTheme = themeEnglish;
-// break;
-// case "fr":
-// locale = const Locale("fr");
-// appTheme = themeEnglish;
-// break;
-// case "it":
-// locale = const Locale("it");
-// appTheme = themeEnglish;
-// break;
-// case "de":
-// locale = const Locale("de");
-// appTheme = themeEnglish;
-// break;
-// case "el":
-// locale = const Locale("el");
-// appTheme = themeEnglish;
-// break;
-// case "es":
-// locale = const Locale("es");
-// appTheme = themeEnglish;
-// break;
-// case "fa":
-// locale = const Locale("fa");
-// appTheme = themeArabic;
-// break;
-// case "zh":
-// locale = const Locale("zh");
-// appTheme = themeEnglish;
-// break;
-// case "ru":
-// locale = const Locale("ru");
-// appTheme = themeEnglish;
-// break;
-// case "hi":
-// locale = const Locale("hi");
-// appTheme = themeEnglish;
-// break;
-// default:
-// locale = Locale(Get.deviceLocale!.languageCode);
-// appTheme = themeEnglish;
-// break;
-// }
-
-// box.write(BoxName.lang, langcode);
-// Get.changeTheme(appTheme);
-// Get.updateLocale(locale);
-// restartApp();
-// update();
-// }
-
-// @override
-// void onInit() {
-// String? storedLang = box.read(BoxName.lang);
-// if (storedLang == null) {
-// // Use device language if no language is stored
-// storedLang = Get.deviceLocale!.languageCode;
-// box.write(BoxName.lang, storedLang);
-// }
-
-// changeLang(storedLang);
-
-// super.onInit();
-// }
-// }
diff --git a/lib/controller/local/phone_intel/intl_phone_field.dart b/lib/controller/local/phone_intel/intl_phone_field.dart
index b918bc6..213698a 100644
--- a/lib/controller/local/phone_intel/intl_phone_field.dart
+++ b/lib/controller/local/phone_intel/intl_phone_field.dart
@@ -1,5 +1,6 @@
library intl_phone_field;
+import 'package:Intaleq/print.dart';
import 'dart:async';
import 'package:flutter/foundation.dart' show kIsWeb;
import 'package:flutter/material.dart';
@@ -77,7 +78,7 @@ class IntlPhoneField extends StatefulWidget {
/// to the [focusNode]:
///
/// ```dart
- /// focusNode.addListener(() { print(myFocusNode.hasFocus); });
+ /// focusNode.addListener(() { Log.print(myFocusNode.hasFocus); });
/// ```
///
/// If null, this widget will create its own [FocusNode].
@@ -518,4 +519,4 @@ class _IntlPhoneFieldState extends State {
enum IconPosition {
leading,
trailing,
-}
+}
\ No newline at end of file
diff --git a/lib/controller/local/translations.dart b/lib/controller/local/translations.dart
index 03d8784..142e6f7 100644
--- a/lib/controller/local/translations.dart
+++ b/lib/controller/local/translations.dart
@@ -4,186 +4,387 @@ class MyTranslation extends Translations {
@override
Map> get keys => {
"ar": {
+ "1 Passenger": "راكب واحد",
+ "2 Passengers": "راكبين",
+ "3 Passengers": "٣ ركاب",
+ "4 Passengers": "٤ ركاب",
+ "2. Attach Recorded Audio (Optional)":
+ "٢. إرفاق تسجيل صوتي (اختياري)",
+ "Account": "الحساب",
+ "Actions": "الإجراءات",
+ "Active Users": "المستخدمين النشطين",
+ "Add a Stop": "إضافة نقطة توقف",
+ "Add a new waypoint stop": "إضافة نقطة توقف جديدة",
+ "After this period\nYou can\'t cancel!": "بعد هالوقت\nما فيك تكنسل!",
+ "Age is": "العمر",
+ "Alert": "تنبيه",
+ "An OTP has been sent to your number.": "تم إرسال كود التأكيد لرقمك.",
+ "An error occurred": "حدث خطأ",
+ "Appearance": "المظهر",
+ "Are you sure you want to delete this file?":
+ "متأكد بدك تحذف هالملف؟",
+ "Are you sure you want to logout?": "متأكد بدك تسجل خروج؟",
+ "Arrived": "وصلنا",
+ "Audio Recording": "تسجيل صوتي",
+ "Call": "اتصال",
+ "Call Support": "اتصل بالدعم",
+ "Call left": "مكالمات متبقية",
+ "Change Photo": "تغيير الصورة",
+ "Choose from Gallery": "اختر من المعرض",
+ "Choose from contact": "اختر من جهات الاتصال",
+ "Click to track the trip": "اضغط لتتبع المشوار",
+ "Close panel": "إغلاق اللوحة",
+ "Coming": "جايين",
+ "Complete Payment": "إتمام الدفع",
+ "Confirm Cancellation": "تأكيد الإلغاء",
+ "Confirm Pickup Location": "تأكيد موقع الانطلاق",
+ "Connection failed. Please try again.": "فشل الاتصال. جرب مرة تانية.",
+ "Could not create ride. Please try again.":
+ "ما قدرنا نعمل مشوار. جرب مرة تانية.",
+ "Crop Photo": "قص الصورة",
+ "Dark Mode": "الوضع الليلي",
+ "Delete": "حذف",
+ "Delete Account": "حذف الحساب",
+ "Delete All": "حذف الكل",
+ "Delete All Recordings?": "حذف كل التسجيلات؟",
+ "Delete Recording?": "حذف التسجيل؟",
+ "Destination Set": "تم تحديد الوجهة",
+ "Distance": "المسافة",
+ "Double tap to open search or enter destination":
+ "اضغط مرتين لتفتح البحث أو تدخل الوجهة",
+ "Double tap to set or change this waypoint on the map":
+ "اضغط مرتين لتحديد أو تغيير هالنقطة عالخريطة",
+ "Drawing route on map...": "عم نرسم الطريق عالخريطة...",
+ "Driver Phone": "رقم الكابتن",
+ "Driver is Going To You": "الكابتن جاي لعندك",
+ "Emergency Mode Triggered": "تم تفعيل وضع الطوارئ",
+ "Emergency SOS": "طوارئ SOS",
+ "Enter the 5-digit code": "أدخل الكود المكون من ٥ أرقام",
+ "Enter your City": "أدخل مدينتك",
+ "Enter your Password": "أدخل كلمة السر",
+ "Failed to book trip: \$e": "فشل حجز المشوار",
+ "Failed to get location": "فشل جلب الموقع",
+ "Failed to initiate payment. Please try again.":
+ "فشل بدء الدفع. جرب مرة تانية.",
+ "Failed to send OTP": "فشل إرسال كود التأكيد",
+ "Failed to upload photo": "فشل رفع الصورة",
+ "Finished": "انتهى",
+ "Fixed Price": "سعر ثابت",
+ "General": "عام",
+ "Grant": "منح الإذن",
+ "Have a Promo Code?": "معك كود خصم؟",
+ "Hello! I\'m inviting you to try Intaleq.":
+ "أهلاً! بدعيك لتجربة تطبيق انطلق.",
+ "Hi ,I Arrive your site": "مرحباً، وصلت لموقعك",
+ "Hi, Where to": "مرحباً، لوين؟",
+ "Home": "الرئيسية",
+ "I am currently located at": "أنا حالياً موجود بـ",
+ "I'm Safe": "أنا بأمان",
+ "If you need to reach me, please contact the driver directly at":
+ "إذا بدك تتواصل معي، حاكي الكابتن مباشرة على",
+ "Image Upload Failed": "فشل رفع الصورة",
+ "Intaleq Passenger": "راكب انطلق",
+ "Invite": "دعوة",
+ "Join a channel": "انضم للقناة",
+ "Last Name": "الاسم الأخير",
+ "Leave a detailed comment (Optional)": "اترك تعليق تفصيلي (اختياري)",
+ "Light Mode": "الوضع الفاتح",
+ "Listen": "استماع",
+ "Location": "الموقع",
+ "Location Received": "تم استلام الموقع",
+ "Logout": "تسجيل خروج",
+ "Map Error": "خطأ بالخريطة",
+ "Message": "رسالة",
+ "Move map to select destination": "حرك الخريطة لتحديد الوجهة",
+ "Move map to set start location": "حرك الخريطة لتحديد نقطة البداية",
+ "Move map to set stop": "حرك الخريطة لتحديد التوقف",
+ "Move map to your home location": "حرك الخريطة لموقع البيت",
+ "Move map to your pickup point": "حرك الخريطة لموقع الانطلاق",
+ "Move map to your work location": "حرك الخريطة لموقع الشغل",
+ "N/A": "غير متاح",
+ "No Notifications": "ما في إشعارات",
+ "No Recordings Found": "ما في تسجيلات",
+ "No Rides now!": "ما في مشاوير حالياً!",
+ "No contacts available": "ما في جهات اتصال",
+ "No i want": "لا بدي",
+ "No notification data found.": "ما في بيانات للإشعار.",
+ "No routes available for this destination.": "ما في طرق لهالوجهة.",
+ "No user found": "ما في مستخدم",
+ "No,I want": "لا، بدي",
+ "No.Iwant Cancel Trip.": "لا. بدي كنسل المشوار.",
+ "Now move the map to your pickup point":
+ "الآن حرك الخريطة لمكان انطلاقك",
+ "Now set the pickup point for the other person":
+ "الآن حدد مكان الانطلاق للشخص التاني",
+ "On Trip": "بالمشوار",
+ "Open": "فتح",
+ "Open destination search": "فتح بحث الوجهة",
+ "Open in Google Maps": "فتح بخرائط جوجل",
+ "Order VIP Canceld": "انلغى طلب VIP",
+ "Passenger": "الراكب",
+ "Passenger cancel order": "الراكب كنسل الطلب",
+ "Pay by MTN Wallet": "الدفع بمحفظة سيريتل كاش",
+ "Pay by Sham Cash": "الدفع بشام كاش",
+ "Pay by Syriatel Wallet": "الدفع بمحفظة سيريتل كاش",
+ "Pay with PayPal": "الدفع بـ PayPal",
+ "Phone": "الموبايل",
+ "Phone Number": "رقم الموبايل",
+ "Phone Number Check": "فحص رقم الموبايل",
+ "Phone number seems too short": "رقم الموبايل قصير كتير",
+ "Phone verified. Please complete registration.":
+ "تأكد الرقم. يرجى إتمام التسجيل.",
+ "Pick destination on map": "اختر الوجهة عالخريطة",
+ "Pick location on map": "اختر الموقع عالخريطة",
+ "Pick on map": "اختر عالخريطة",
+ "Pick start point on map": "اختر نقطة البداية عالخريطة",
+ "Plan Your Route": "خطط مسارك",
+ "Please add contacts to your phone.": "يرجى إضافة أسماء لجوالك.",
+ "Please check your internet and try again.":
+ "تأكد من النت وجرب مرة تانية.",
+ "Please enter a valid email.": "أدخل إيميل صحيح.",
+ "Please enter a valid phone number.": "أدخل رقم موبايل صحيح.",
+ "Please enter the number without the leading 0":
+ "أدخل الرقم بدون 0 بالبداية",
+ "Please enter your phone number": "أدخل رقم موبايلك",
+ "Please go to Car now": "يا ريت تروح لعند السيارة هلا",
+ "Please select a reason first": "اختر السبب أول شي",
+ "Please set a valid SOS phone number.": "يا ريت تحط رقم طوارئ صح.",
+ "Please slow down": "يا ريت تخفف سرعة",
+ "Please wait while we prepare your trip.":
+ "انتظر شوي عم نجهز المشوار.",
+ "Preferences": "التفضيلات",
+ "Profile photo updated": "تم تحديث صورة الغلاف",
+ "Quick Message": "رسالة سريعة",
+ "Rating is": "التقييم هو",
+ "Received empty route data.": "تم استلام بيانات طريق فارغة.",
+ "Record": "تسجيل",
+ "Record your trips to see them here.": "سجل مشاويرك لتشوفهم هون.",
+ "Rejected Orders Count": "عدد الطلبات المرفوضة",
+ "Remove waypoint": "حذف نقطة التوقف",
+ "Report": "الإبلاغ",
+ "Route and prices have been calculated successfully!":
+ "تم حساب الطريق والأسعار بنجاح!",
+ "SOS": "نجدة SOS",
+ "Save": "حفظ",
+ "Save Changes": "حفظ التغييرات",
+ "Save Name": "حفظ الاسم",
+ "Search country": "البحث عن الدولة",
+ "Search for a starting point": "ابحث عن نقطة انطلاق",
+ "Select Appearance": "اختر المظهر",
+ "Select Education": "اختر مستوى التعليم",
+ "Select Gender": "اختر الجنس",
+ "Select This Ride": "اختر هالمشوار",
+ "Select betweeen types": "اختر بين الأنواع",
+ "Send Email": "إرسال إيميل",
+ "Send SOS": "إرسال نجدة",
+ "Send WhatsApp Message": "إرسال رسالة واتساب",
+ "Server Error": "خطأ بالسيرفر",
+ "Server error": "خطأ بالسيرفر",
+ "Server error. Please try again.": "خطأ بالسيرفر. جرب مرة تانية.",
+ "Set Destination": "تحديد الوجهة",
+ "Set Phone Number": "تعيين رقم الموبايل",
+ "Set as Home": "تحديد كالبيت",
+ "Set as Stop": "تحديد كنقطة توقف",
+ "Set as Work": "تحديد كالشغل",
+ "Share": "مشاركة",
+ "Share Trip": "مشاركة المشوار",
+ "Share your experience to help us improve...":
+ "شاركنا تجربتك لنحسن خدمتنا...",
+ "Something went wrong. Please try again.": "صار غلط. جرب مرة تانية.",
+ "Speaking...": "عم يحكي...",
+ "Speed Over": "تجاوز السرعة",
+ "Start Point": "نقطة البداية",
+ "Stay calm. We are here to help.": "خليك هادي. نحن هون لمساعدتك.",
+ "Stop": "توقف",
+ "Submit Rating": "إرسال التقييم",
+ "Support & Info": "الدعم والمعلومات",
+ "System Default": "حسب النظام",
+ "Take a Photo": "التقاط صورة",
+ "Tap to apply your discount": "اضغط لتطبيق الخصم",
+ "Tap to search your destination": "اضغط للبحث عن وجهتك",
+ "The driver cancelled the trip.": "الكابتن كنسل المشوار.",
+ "This action cannot be undone.": "هالإجراء ما بيتراجع عنه.",
+ "This action is permanent and cannot be undone.":
+ "هالإجراء دائم وما بيتراجع عنه.",
+ "This is for delivery or a motorcycle.":
+ "هاد للتوصيل أو الدراجة النارية.",
+ "Time": "الوقت",
+ "To :": "إلى :",
+ "Top up Balance": "شحن الرصيد",
+ "Top up Balance to continue": "اشحن رصيدك لتكمل",
+ "Total Invites": "مجموع الدعوات",
+ "Total Price": "السعر الإجمالي",
+ "Trip booked successfully": "تم حجز المشوار بنجاح",
+ "Type your message...": "اكتب رسالتك...",
+ "Unknown Location": "موقع غير معروف",
+ "Update Name": "تحديث الاسم",
+ "Verified Passenger": "راكب موثق",
+ "View Map": "عرض الخريطة",
+ "Wait for the trip to start first": "استنى ليبلش المشوار أول",
+ "Waiting...": "بانتظار...",
+ "Warning": "تحذير",
+ "Waypoint has been set successfully": "تم تعيين نقطة التوقف بنجاح",
+ "We use location to get accurate and nearest driver for you":
+ "منستخدم لوكيشنك لنلاقي أقرب كابتن إلك بدقة",
+ "WhatsApp": "واتساب",
+ "Why do you want to cancel?": "ليش بدك تكنسل؟",
+ "Yes": "إي",
+ "You should ideintify your gender for this type of trip!":
+ "لازم تحدد جنسك لهالنوع من المشاوير!",
+ "You will choose one of above!": "لازم تختار واحد من فوق!",
+ "Your Rewards": "مكافآتك",
+ "Your complaint has been submitted.": "تم إرسال شكوتك.",
+ "and acknowledge our Privacy Policy.":
+ "وأقر بسياسة الخصوصية الخاصة بنا.",
+ "as the driver.": "ككابتن.",
+ "cancelled": "تكنسل",
+ "due to a previous trip.": "عن مشوار قديم.",
+ "insert sos phone": "دخل رقم طوارئ",
+ "is driving a": "عم يسوق",
+ "min added to fare": "دقيقة نضافت للأجرة",
+ "phone not verified": "رقم الموبايل مو متأكد",
+ "to arrive you.": "ليوصلك.",
+ "unknown": "غير معروف",
+ "wait 1 minute to recive message": "استنى دقيقة لتستلم الرسالة",
+ "with license plate": "برقم اللوحة",
+ "witout zero": "بدون صفر",
+ "you must insert token code": "لازم تدخل الكود",
"Syria": "سوريا",
"SYP": "ل.س",
"Order": "طلب",
"OrderVIP": "طلب VIP",
- "Cancel Trip": "إلغاء الرحلة",
- "Passenger Cancel Trip": "الراكب ألغى الرحلة",
+ "Cancel Trip": "إلغاء المشوار",
+ "Passenger Cancel Trip": "الراكب كنسل المشوار",
"VIP Order": "طلب VIP",
- 'Hi ,I Arrive your site': "مرحبًا، لقد وصلت إلى موقعك",
- "The driver accepted your trip": "السائق قبل رحلتك",
+ "The driver accepted your trip": "الكابتن قبل مشوارك",
"message From passenger": "رسالة من الراكب",
"Cancel": "إلغاء",
"Trip Cancelled. The cost of the trip will be added to your wallet.":
- "تم إلغاء الرحلة. سيتم إضافة تكلفة الرحلة إلى محفظتك.",
+ "المشوار تكنسل. وتكلفته رح تنزل بمحفظتك.",
"token change": "تغيير الرمز",
"Changed my mind": "غيرت رأيي",
- 'Why do you want to cancel?': 'لماذا تريد الإلغاء؟',
- "Please write the reason...": "يرجى كتابة السبب...",
- "Found another transport": "وجدت وسيلة نقل أخرى",
- "Driver is taking too long": "السائق يستغرق وقتًا طويلاً",
- "Driver asked me to cancel": "طلب مني السائق الإلغاء",
- "Wrong pickup location": "موقع الالتقاط خاطئ",
- "Other": "أخرى",
- 'Confirm Cancellation': 'تأكيد الإلغاء',
+ "Please write the reason...": "يا ريت تكتب السبب...",
+ "Found another transport": "لقيت وسيلة تانية",
+ "Driver is taking too long": "الكابتن كتير عم يتأخر",
+ "Driver asked me to cancel": "الكابتن طلب مني كنسل",
+ "Wrong pickup location": "مكان اللوكيشن غلط",
+ "Other": "آخر",
"Don't Cancel": "لا تلغي",
- "No Drivers Found": "لم يتم العثور على سائقين",
+ "No Drivers Found": "ما لقينا كباتن",
"Sorry, there are no cars available of this type right now.":
- "عذراً، لا توجد سيارات متاحة من هذا النوع حالياً.",
+ "منعتذر، ما في سيارات من هاد النوع هلا.",
"Refresh Map": "تحديث الخريطة",
- 'Attention': 'تنبيه',
- 'Please select a reason first': 'يرجى اختيار سبب أولاً',
"face detect": "كشف الوجه",
"Face Detection Result": "نتيجة كشف الوجه",
"similar": "مشابه",
"not similar": "غير مشابه",
- "Searching for nearby drivers...": "جاري البحث عن سائقين قريبين...",
- "Error": "خطأ",
+ "Searching for nearby drivers...": "عم ندورلك على كباتن قريبين...",
+ "Error": "غلط",
"Failed to search, please try again later":
- "فشل البحث، يرجى المحاولة لاحقاً",
- "Connection Error": "خطأ في الاتصال",
- "Please check your internet connection":
- "يرجى التحقق من اتصال الإنترنت",
+ "ما مشي حال البحث، جرب بعد شوي",
+ "Connection Error": "مشكلة بالاتصال",
+ "Please check your internet connection": "تأكد من النت عندك",
"Sorry 😔": "عذراً 😔",
"The driver cancelled the trip for an emergency reason.\nDo you want to search for another driver immediately?":
- "قام السائق بإلغاء الرحلة لسبب طارئ.\nهل ترغب بالبحث عن سائق آخر فوراً؟",
- "Search for another driver": "بحث عن سائق آخر",
- "We apologize 😔": "نعتذر 😔",
+ "الكابتن كنسل المشوار لسبب طارئ.\nبدك ندورلك على كابتن تاني فوراً؟",
+ "Search for another driver": "دور على كابتن تاني",
+ "We apologize 😔": "نعتذر منك 😔",
"No drivers found at the moment.\nPlease try again later.":
- "لم يتم العثور على سائقين في الوقت الحالي.\nيرجى المحاولة في وقت لاحق.",
- "Hi ,I will go now": "مرحبًا، سأذهب الآن",
- "Passenger come to you": "الراكب قادم إليك",
+ "ما لقينا كباتن حالياً.\\nيا ريت تجرب بعد شوي.",
+ "Hi ,I will go now": "مرحباً، صرت طالع",
+ "Passenger come to you": "الراكب جاي لعندك",
"Call Income": "مكالمة واردة",
- "Call Income from Passenger": "مكالمة واردة من الراكب",
- "Criminal Document Required": "مطلوب وثيقة جنائية",
- "You should have upload it .": "يجب عليك تحميلها.",
+ "Call Income from Passenger": "مكالمة من الراكب",
+ "Criminal Document Required": "بدنا ورقة (لا حکم عليه)",
+ "You should have upload it .": "لازم ترفعها.",
"Call End": "انتهاء المكالمة",
"The order has been accepted by another driver.":
- "تم قبول الطلب من قبل سائق آخر.",
- "The order Accepted by another Driver":
- "تم قبول الطلب من قبل سائق آخر",
+ "في كابتن تاني أخد الطلب.",
+ "The order Accepted by another Driver": "في كابتن تاني أخد الطلب",
"We regret to inform you that another driver has accepted this order.":
- "نأسف لإعلامك بأن سائقًا آخر قد قبل هذا الطلب.",
- "Driver Applied the Ride for You": "السائق قدم الطلب لك",
+ "منعتذر، بس في كابتن تاني سبق وأخد الطلب.",
+ "Driver Applied the Ride for You": "الكابتن قدم الطلب إلك",
"Applied": "تم التقديم",
- 'Pay by Sham Cash': 'الدفع عبر شام كاش',
- 'Pay with Debit Card': 'الدفع ببطاقة الخصم',
- "Please go to Car Driver": "يرجى الذهاب إلى سائق السيارة",
- "Ok I will go now.": "حسنًا، سأذهب الآن.",
- "Accepted Ride": "تم قبول الرحلة",
- "Driver Accepted the Ride for You": "السائق قبل الرحلة لك",
- "Promo": "عرض ترويجي",
- "Show latest promo": "عرض أحدث عرض ترويجي",
- "Trip Monitoring": "مراقبة الرحلة",
- "Driver Is Going To Passenger": "السائق في طريقه إليك",
- "Please stay on the picked point.":
- "يرجى البقاء في نقطة الالتقاط المحددة.",
- "message From Driver": "رسالة من السائق",
- "Trip is Begin": "بدأت الرحلة",
- "Cancel Trip from driver": "إلغاء الرحلة من السائق",
+ "Please go to Car Driver": "يا ريت تروح لعند الكابتن",
+ "Ok I will go now.": "تمام، صرت طالع.",
+ "Accepted Ride": "المشوار انقبل",
+ "Driver Accepted the Ride for You": "الكابتن قبل مشوارك",
+ "Promo": "عرض",
+ "Show latest promo": "فرجينا أحدث العروض",
+ "Trip Monitoring": "مراقبة المشوار",
+ "Driver Is Going To Passenger": "الكابتن جاي لعندك",
+ "Please stay on the picked point.": "يا ريت تضل بمكانك.",
+ "message From Driver": "رسالة من الكابتن",
+ "Trip is Begin": "بدأ المشوار",
+ "Cancel Trip from driver": "الكابتن كنسل المشوار",
"We will look for a new driver.\nPlease wait.":
- "هنبحث عن سائق جديد.\nمن فضلك انتظر.",
- "The driver canceled your ride.": "السائق ألغى رحلتك.",
- "Driver Finish Trip": "السائق أنهى الرحلة",
- "you will pay to Driver": "هتدفع للسائق",
- "Don’t forget your personal belongings.": "متنساش حاجاتك الشخصية.",
+ "عم ندور على كابتن جديد.\\nيا ريت تنطر شوي.",
+ "The driver canceled your ride.": "الكابتن كنسل مشوارك.",
+ "Driver Finish Trip": "الكابتن خلص المشوار",
+ "you will pay to Driver": "رح تدفع للكابتن",
+ "Don’t forget your personal belongings.": "لا تنسَ أغراضك الشخصية.",
"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":
- "من فضلك تأكد إن معاك كل حاجاتك الشخصية وإن أي مبلغ متبقي، لو موجود، تم إضافته لمحفظتك قبل ما تمشي. شكرًا لاستخدامك تطبيق انطلق",
+ "يا ريت تتأكد من أغراضك، وإنك أخدت الباقي بمحفظتك قبل ما تنزل. شكراً لثقتك بـ انطلق.",
"Finish Monitor": "إنهاء المراقبة",
- "Trip finished": "الرحلة انتهت",
- "Call Income from Driver": "مكالمة واردة من السائق",
- "Driver Cancelled Your Trip": "السائق ألغى رحلتك",
+ "Trip finished": "خلص المشوار",
+ "Call Income from Driver": "مكالمة من الكابتن",
+ "Driver Cancelled Your Trip": "الكابتن كنسل مشوارك",
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "هتدفع للسائق هتدفع تكلفة وقت السائق شوف محفظة Intaleq بتاعتك",
- "Order Applied": "تم تطبيق الطلب",
+ "رح تدفع للكابتن حق وقته، شوف محفظتك بـ انطلق",
+ "Order Applied": "تم تقديم الطلب",
"welcome to intaleq": "أهلاً بك في انطلق",
"login or register subtitle":
- "أدخل رقم موبايلك لتسجيل الدخول أو لإنشاء حساب جديد",
- 'An application error occurred.': 'حدث خطأ في التطبيق.',
- 'Submission Failed': 'فشل الإرسال',
- 'Your complaint has been submitted.': 'تم تقديم شكواك.',
- 'Failed to connect to the server. Please try again.':
- 'فشل الاتصال بالخادم. الرجاء المحاولة مرة أخرى.',
- 'Ride information not found. Please refresh the page.':
- 'لم يتم العثور على معلومات الرحلة. الرجاء تحديث الصفحة.',
- 'Please describe your issue before submitting.':
- 'يرجى وصف مشكلتك قبل الإرسال.',
- 'An application error occurred during upload.':
- 'حدث خطأ في التطبيق أثناء الرفع.',
- 'Failed to upload audio file.': 'فشل رفع الملف الصوتي.',
- 'Audio uploaded successfully.': 'تم رفع الصوت بنجاح.',
+ "دخل رقم موبايلك لتسجل دخول أو لتفتح حساب جديد",
"Complaint cannot be filed for this ride. It may not have been completed or started.":
- "لا يمكن تقديم شكوى لهذه الرحلة. قد لا تكون قد اكتملت أو بدأت.",
- '2. Attach Recorded Audio (Optional)':
- '٢. إرفاق تسجيل صوتي (اختياري)',
- 'Please enter a description of the issue.': 'يرجى إدخال وصف للمشكلة.',
+ "ما فيك تبعت شكوى لهاد المشوار. يمكن لسا ما خلص أو ما بلّش.",
"phone number label": "رقم الموبايل",
- "phone number required": "الرجاء إدخال رقم الموبايل",
- "send otp button": "إرسال رمز التحقق",
- "verify your number title": "التحقق من رقمك",
+ "phone number required": "يا ريت تدخل رقم الموبايل",
+ "send otp button": "إرسال كود التأكيد",
+ "verify your number title": "تأكيد رقمك",
"otp sent subtitle":
"تم إرسال رمز تحقق مؤلف من 5 أرقام إلى\n@phoneNumber",
- "verify and continue button": "تحقق ومتابعة",
- "enter otp validation": "الرجاء إدخال رمز التحقق المكون من 5 أرقام",
+ "verify and continue button": "تأكيد ومتابعة",
+ "enter otp validation": "يا ريت تدخل الكود (5 أرقام)",
"one last step title": "خطوة أخيرة",
- "complete profile subtitle": "أكمل معلوماتك الشخصية للبدء",
+ "complete profile subtitle": "كمل بياناتك لتبلش",
"first name label": "الاسم الأول",
- "first name required": "الرجاء إدخال الاسم الأول",
+ "first name required": "يا ريت تكتب الاسم الأول",
"last name label": "الاسم الأخير",
- "Verify OTP": "التحقق من الرمز",
- "Verification Code": "رمز التحقق",
+ "Verify OTP": "تأكيد الكود",
+ "Verification Code": "كود التأكيد",
"We have sent a verification code to your mobile number:":
- "لقد أرسلنا رمز التحقق إلى رقم موبايلك:",
- "Verify": "تحقق",
- "Resend Code": "إعادة إرسال الرمز",
- "You can resend in": "يمكنك إعادة الإرسال بعد",
+ "بعتنا كود التأكيد على رقم موبايلك:",
+ "Verify": "تأكيد",
+ "Resend Code": "رجّع ابعت الكود",
+ "You can resend in": "فيك ترجع تبعت بعد",
"seconds": "ثانية",
- "Error": "خطأ",
"Please enter the complete 6-digit code.":
- "الرجاء إدخال الرمز كاملاً المكون من 6 أرقام.",
- "last name required": "الرجاء إدخال الاسم الأخير",
+ "يا ريت تدخل الكود كامل (6 أرقام).",
+ "last name required": "يا ريت تكتب الكنية",
"email optional label": "البريد الإلكتروني (اختياري)",
"complete registration button": "إتمام التسجيل",
"User with this phone number or email already exists.":
- "يوجد حساب مسجل بنفس رقم الموبايل أو البريد الإلكتروني.",
- "otp sent success": "تم إرسال رمز التحقق إلى واتساب.",
+ "هاد الرقم أو الإيميل مسجل من قبل.",
+ "otp sent success": "بعتنا كود التأكيد على واتساب.",
"failed to send otp": "فشل إرسال الرمز.",
- "server error try again":
- "حدث خطأ في الخادم، الرجاء المحاولة مرة أخرى.",
- "an error occurred": "حدث خطأ غير متوقع: @error",
- "otp verification failed": "رمز التحقق غير صحيح.",
- "registration failed": "فشلت عملية التسجيل.",
+ "server error try again": "صار غلط بالسيرفر، جرب مرة تانية.",
+ "an error occurred": "صار غلط مو متوقع: @error",
+ "otp verification failed": "كود التأكيد غلط.",
+ "registration failed": "ما مشي حال التسجيل.",
"welcome user": "أهلاً بك، @firstName!",
- "Cancel Trip from driver": "إلغاء الرحلة من قبل الكابتن",
- "We will look for a new driver.\nPlease wait.":
- "جاري البحث عن كابتن جديد.\nالرجاء الانتظار.",
- "The driver canceled your ride.": "الكابتن ألغى رحلتك.",
- "Driver Finish Trip": "الكابتن أنهى الرحلة",
- "you will pay to Driver": "ستدفع للكابتن",
- "Don't forget your personal belongings.": "لا تنسَ أغراضك الشخصية.",
- "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":
- "يرجى التأكد من أخذ جميع أغراضك الشخصية، وأن أي مبلغ متبقٍ قد أُضيف إلى محفظتك قبل المغادرة. شكراً لاختيارك تطبيق انطلق.",
- "Finish Monitor": "إنهاء المراقبة",
- "Trip finished": "انتهت الرحلة",
- "Call Income from Driver": "مكالمة واردة من الكابتن",
- "Driver Cancelled Your Trip": "الكابتن ألغى رحلتك",
- "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "ستقوم بدفع تكلفة وقت الكابتن، راجع محفظتك في انطلق",
- "Order Applied": "تم تقديم الطلب",
+ "Don't forget your personal belongings.": "لا تنسى أغراضك.",
"Share App": "مشاركة التطبيق",
"Wallet": "المحفظة",
"Balance": "الرصيد",
- "Don’t forget your personal belongings.": "لا تنسَ أغراضك الشخصية.",
"Profile": "الملف الشخصي",
"Contact Support": "التواصل مع الدعم",
"Session expired. Please log in again.":
- "انتهت صلاحية الجلسة. الرجاء تسجيل الدخول مرة أخرى.",
+ "خلصت الجلسة. يا ريت ترجع تسجل دخول.",
"Security Warning": "⚠️ تحذير أمني",
"Potential security risks detected. The application may not function correctly.":
- "تم كشف مخاطر أمنية محتملة. قد لا يعمل التطبيق بشكل صحيح.",
- "please order now": "اطلب الآن",
- "Where to": "إلى أين؟",
+ "في مخاطر أمنية. يمكن التطبيق ما يشتغل صح.",
+ "please order now": "اطلب هلا",
+ "Where to": "لوين؟",
"Where are you going?": "لوين رايح؟",
"Quick Actions": "إجراءات سريعة",
"My Balance": "رصيدي",
@@ -191,491 +392,430 @@ class MyTranslation extends Translations {
"Contact Us": "تواصل معنا",
"Driver": "كابتن",
"Complaint": "شكوى",
- "Promos": "العروض",
- "Recent Places": "الأماكن الأخيرة",
+ "Promos": "عروض",
+ "Recent Places": "آخر الأماكن",
"From": "من",
- "WhatsApp Location Extractor": "استخراج الموقع من واتساب",
+ "WhatsApp Location Extractor": "جلب الموقع من الواتساب",
"Location Link": "رابط الموقع",
- "Paste location link here": "الصق رابط الموقع هنا",
- "Go to this location": "اذهب إلى هذا الموقع",
- "Paste WhatsApp location link": "الصق رابط موقع واتساب",
- "Select Order Type": "اختر نوع الطلب",
- "Choose who this order is for": "اختر لمن هذا الطلب",
- "I want to order for myself": "أريد أن أطلب لنفسي",
- "I want to order for someone else": "أريد أن أطلب لشخص آخر",
- "Order for someone else": "اطلب لشخص آخر",
- "Order for myself": "اطلب لنفسي",
- "Are you want to go this site": "هل تريد الذهاب إلى هذا الموقع؟",
+ "Paste location link here": "لزق رابط الموقع هون",
+ "Go to this location": "روح لهاد اللوكيشن",
+ "Paste WhatsApp location link": "لزق رابط لوكيشن الواتساب",
+ "Select Order Type": "نقي نوع الطلب",
+ "Choose who this order is for": "هاد الطلب لمين؟",
+ "I want to order for myself": "بدي اطلب لإلي",
+ "I want to order for someone else": "بدي اطلب لغيري",
+ "Order for someone else": "اطلب لغيرك",
+ "Order for myself": "اطلب لنفسك",
+ "Are you want to go this site": "بدك تروح لهاد اللوكيشن؟",
"No": "لا",
- 'Pay by Sham Cash': 'الدفع عبر شام كاش',
"Intaleq Wallet": "محفظة انطلق",
- "Have a promo code?": "هل لديك رمز خصم؟",
+ "Have a promo code?": "معك كود خصم؟",
"Your Wallet balance is ": "رصيد محفظتك هو ",
"Cash": "كاش",
- 'Phone Number': 'رقم الموبايل',
- 'Search country': 'ابحث عن دولة',
- 'Payment Successful!': 'تم الدفع بنجاح!',
- 'Your payment was successful.': 'تم الدفع بنجاح.',
- "Pay directly to the captain": "ادفع للكابتن مباشرة",
- "Top up Wallet to continue": "اشحن المحفظة للمتابعة",
- "Or pay with Cash instead": "أو ادفع كاش بدلاً من ذلك",
- "Confirm & Find a Ride": "تأكيد وإيجاد رحلة",
+ "Pay directly to the captain": "ادفع للكابتن دغري",
+ "Top up Wallet to continue": "اشحن محفظتك لتكمل",
+ "Or pay with Cash instead": "أو فيك تدفع كاش بدالها",
+ "Confirm & Find a Ride": "تأكيد وتدوير على مشوار",
"Balance:": "الرصيد:",
"Alerts": "الإشعارات",
- "Welcome Back!": "أهلاً بعودتك!",
+ "Welcome Back!": "يا مية أهلاً!",
"Current Balance": "الرصيد الحالي",
- "Set Wallet Phone Number": "تعيين رقم هاتف للمحفظة",
- "Link a phone number for transfers": "اربط رقم هاتف لإجراء التحويلات",
+ "Set Wallet Phone Number": "تعيين رقم المحفظة",
+ "Link a phone number for transfers": "اربط رقم الجوال للتحويلات",
"Payment History": "سجل الدفعات",
- "View your past transactions": "عرض معاملاتك السابقة",
- "Top up Wallet": "تعبئة المحفظة",
- "Add funds using our secure methods":
- "أضف رصيداً باستخدام طرقنا الآمنة",
- 'Driver is waiting': 'الكابتن في انتظارك',
- 'Type your message...': 'اكتب رسالتك...',
- 'Driver Accepted Request': 'الكابتن قبل الطلب',
- 'Message': 'رسالة',
- 'Call': 'اتصال',
- 'Set Phone Number': 'تعيين رقم الهاتف',
- 'Select This Ride': 'اختر هذه الرحلة',
- 'Call Driver': 'اتصل بالكابتن',
- "Increase Fare": "زيادة الأجرة",
- 'Stop': 'إيقاف',
- 'Record': 'تسجيل',
- 'Share': 'مشاركة',
- 'WhatsApp': 'واتساب',
- 'SOS': 'الطوارئ',
- "No drivers accepted your request yet": "لم يقبل أي كابتن طلبك بعد",
+ "View your past transactions": "شوف الدفعات اللي صارت",
+ "Top up Wallet": "شحن المحفظة",
+ "Add funds using our secure methods": "عبي رصيد بطرقنا المضمونة",
+ "Increase Fare": "رفع الأجرة",
+ "No drivers accepted your request yet":
+ "لسا ما حدا من الكباتن قبل طلبك",
"Increasing the fare might attract more drivers. Would you like to increase the price?":
- "زيادة الأجرة قد تجذب المزيد من الكباتن. هل ترغب في زيادة السعر؟",
+ "إذا زدت الأجرة ممكن الكباتن يقبلوا أسرع. بدك ترفع السعر؟",
"Please make sure not to leave any personal belongings in the car.":
- "يرجى التأكد من عدم ترك أي أغراض شخصية في السيارة.",
- "Cancel Ride": "إلغاء الرحلة",
- "Route Not Found": "المسار غير موجود",
+ "يا ريت تنتبه ما تنسى غراضك بالسيارة.",
+ "Cancel Ride": "إلغاء المشوار",
+ "Route Not Found": "الطريق مو موجود",
"We couldn't find a valid route to this destination. Please try selecting a different point.":
- "لم نتمكن من العثور على مسار صالح إلى هذا الوجهة. يرجى محاولة اختيار نقطة مختلفة.",
- // "Increase Fare": "زيادة الأجرة",
- 'alert': 'تنبيه',
+ "ما لقينا طريق لهون. جرب تختار مكان تاني.",
"You can call or record audio during this trip.":
- "يمكنك الاتصال أو تسجيل صوت أثناء هذه الرحلة.",
- "Warning: Speeding detected!": "تحذير: تم الكشف عن تجاوز السرعة!",
- 'Fixed Price': 'سعر ثابت',
- 'Report': 'إبلاغ',
- "Comfort": "مريحة",
+ "فيك تدق أو تسجل صوت بهاد المشوار.",
+ "Warning: Speeding detected!": "انتبه: عم تسرع كتير!",
+ "Comfort": "مريحة",
"Intaleq Balance": "رصيد انطلق",
- 'Search for a starting point': 'ابحث عن نقطة انطلاق',
- 'Top up Balance to continue': 'اشحن الرصيد للمتابعة',
"Electric": "كهربائية",
"Lady": "سيدة",
"Van": "عائلية",
"Rayeh Gai": "رايح جاي",
"Join Intaleq as a driver using my referral code!":
- "انضم إلى 'انطلق' ككابتن باستخدام رمز دعوتي!",
- "Use code:": "استخدم الرمز:",
+ "انضم لـ انطلق ككابتن بكود دعوتي!",
+ "Use code:": "استخدم الكود:",
"Download the Intaleq Driver app now and earn rewards!":
- "حمّل تطبيق 'انطلق' للكباتن الآن واحصل على مكافآت!",
+ "نزل تطبيق انطلق للكباتن هلا واربح مكافآت!",
"Get a discount on your first Intaleq ride!":
- "احصل على خصم على رحلتك الأولى مع 'انطلق'!",
- "Use my referral code:": "استخدم رمز دعوتي:",
+ "خد خصم على أول مشوار إلك مع انطلق!",
+ "Use my referral code:": "استخدم كود دعوتي:",
"Download the Intaleq app now and enjoy your ride!":
- "حمّل تطبيق 'انطلق' الآن واستمتع برحلتك!",
- "Contacts Loaded": "تم تحميل جهات الاتصال",
- "Showing": "يتم عرض",
+ "نزل تطبيق انطلق هلا واستمتع بمشوارك!",
+ "Contacts Loaded": "تحملت الأسماء",
+ "Showing": "عم نعرض",
"of": "من",
- 'Pay by MTN Wallet': 'الدفع عبر محفظة MTN',
- 'Pay by Syriatel Wallet': 'الدفع عبر محفظة سيريتل',
- "Customer not found": "العميل غير موجود",
+ "Customer not found": "الزبون مو موجود",
"Wallet is blocked": "المحفظة محظورة",
- "Customer phone is not active": "هاتف العميل غير نشط",
- "Balance not enough": "الرصيد غير كافٍ",
- "Balance limit exceeded": "تم تجاوز حد الرصيد",
+ "Customer phone is not active": "جوال الزبون مو شغال",
+ "Balance not enough": "الرصيد مو كافي",
+ "Balance limit exceeded": "تخطيت حد الرصيد",
"Incorrect sms code":
- "⚠️ رمز التحقق الذي أدخلته غير صحيح. يرجى المحاولة مرة أخرى.",
+ "⚠️ الكود اللي دخلته غلط. يا ريت تحاول مرة تانية.",
"contacts. Others were hidden because they don't have a phone number.":
- "جهة اتصال. تم إخفاء البقية لعدم وجود أرقام هواتف لديهم.",
- "No contacts found": "لم يتم العثور على جهات اتصال",
+ "اسم. البقية مخفيين لانو ما عندن أرقام.",
+ "No contacts found": "ما لقينا أسماء",
"No contacts with phone numbers were found on your device.":
- "لم يتم العثور على جهات اتصال لديها أرقام هواتف في جهازك.",
- "Permission denied": "تم رفض الإذن",
+ "ما في أسماء عندن أرقام جوال بموبايلك.",
+ "Permission denied": "الطلب مرفوض",
"Contact permission is required to pick contacts":
- "مطلوب إذن الوصول لجهات الاتصال لاختيار الأسماء.",
+ "لازم تعطي إذن الوصول للأسماء لتختارن.",
"An error occurred while picking contacts:":
- "حدث خطأ أثناء اختيار جهات الاتصال:",
- "Please enter a correct phone": "الرجاء إدخال رقم هاتف صحيح",
- "Success": "نجاح",
- "Invite sent successfully": "تم إرسال الدعوة بنجاح",
+ "صار غلط وقت عم ننقي الأسماء:",
+ "Please enter a correct phone": "يا ريت تدخل رقم صح",
+ "Success": "تمام",
+ "Invite sent successfully": "انبعتت الدعوة تمام",
"Hello! I'm inviting you to try Intaleq.":
- "مرحباً! أدعوك لتجربة تطبيق 'انطلق'.",
+ "أهلاً! عم ادعيك تجرب تطبيق 'انطلق'.",
"Use my invitation code to get a special gift on your first ride!":
- "استخدم رمز دعوتي لتحصل على هدية خاصة في رحلتك الأولى!",
- "Your personal invitation code is:": "رمز دعوتك الشخصي هو:",
+ "استخدم كود دعوتي لتاخد هدية مميزة بأول مشوار إلك!",
+ "Your personal invitation code is:": "كود دعوتك الشخصي هو:",
"Be sure to use it quickly! This code expires at":
- "لا تتأخر! صلاحية هذا الرمز تنتهي في",
- "Download the app now:": "حمّل التطبيق الآن:",
- "See you on the road!": "نلتقي على الطريق!",
+ "استخدمه بسرعة! هاد الكود بيخلص بـ",
+ "Download the app now:": "نزل التطبيق هلا:",
+ "See you on the road!": "نشوفك ع الطريق!",
"This phone number has already been invited.":
- "لقد تم إرسال دعوة لهذا الرقم مسبقاً.",
+ "هاد الرقم انبعتله دعوة من قبل.",
"An unexpected error occurred. Please try again.":
- "حدث خطأ غير متوقع. الرجاء المحاولة مرة أخرى.",
- "You deserve the gift": "أنت تستحق الهدية",
- "Claim your 20 LE gift for inviting":
- "اطلب هديتك بقيمة 20 جنيه لدعوة",
- "You have got a gift for invitation": "لقد حصلت على هدية لدعوتك",
- "You have earned 20": "لقد ربحت 20",
+ "صار غلط مو متوقع. جرب مرة تانية.",
+ "You deserve the gift": "بتستاهل الهدية",
+ "Claim your 20 LE gift for inviting": "خد هديتك الـ ٢٠ ل.س دعوتك لـ",
+ "You have got a gift for invitation": "طلعتلك هدية مشان دعوتك",
+ "You have earned 20": "ربحت ٢٠",
"LE": "ل.س",
"Vibration feedback for all buttons": "تفعيل الاهتزاز لجميع الأزرار",
"Share with friends and earn rewards":
"شارك التطبيق مع أصدقائك واحصل على مكافآت",
- "Gift Already Claimed": "تم استلام الهدية مسبقاً",
+ "Gift Already Claimed": "أخدت الهدية من قبل",
"You have already received your gift for inviting":
- "لقد استلمت هديتك بالفعل مقابل هذه الدعوة",
- "Keep it up!": "استمر!",
- "has completed": "أكمل",
- "trips": "رحلات",
+ "أنت أخدت الهدية خلاص على هي الدعوة",
+ "Keep it up!": "خليك هيك!",
+ "has completed": "خلص",
+ "trips": "مشاوير",
"Personal Information": "المعلومات الشخصية",
"Name": "الاسم",
- "Not set": "غير محدد",
+ "Not set": "مو محدد",
"Gender": "الجنس",
- "Education": "التحصيل العلمي",
- "Work & Contact": "العمل والاتصال",
- "Employment Type": "نوع العمل",
+ "Education": "الدراسة",
+ "Work & Contact": "الشغل والاتصال",
+ "Employment Type": "نوع الشغل",
"Marital Status": "الحالة الاجتماعية",
"SOS Phone": "رقم الطوارئ",
- "Sign Out": "تسجيل الخروج",
+ "Sign Out": "تسجيل خروج",
"Delete My Account": "حذف حسابي",
- "Update Gender": "تحديث الجنس",
+ "Update Gender": "تعديل الجنس",
"Update": "تحديث",
- "Update Education": "تحديث التحصيل العلمي",
+ "Update Education": "تعديل الدراسة",
"Are you sure? This action cannot be undone.":
- "هل أنت متأكد؟ لا يمكن التراجع عن هذا الإجراء.",
- "Confirm your Email": "تأكيد بريدك الإلكتروني",
- "Type your Email": "اكتب بريدك الإلكتروني",
+ "متأكد؟ هاد الإجراء ما فيه تراجع.",
+ "Confirm your Email": "تأكد من إيميلك",
+ "Type your Email": "دخل إيميلك",
"Delete Permanently": "حذف نهائي",
"Male": "ذكر",
"Female": "أنثى",
- "Other": "آخر",
"High School Diploma": "شهادة ثانوية",
"Associate Degree": "دبلوم",
"Bachelor's Degree": "إجازة جامعية",
"Master's Degree": "ماجستير",
"Doctoral Degree": "دكتوراه",
"Select your preferred language for the app interface.":
- "اختر لغتك المفضلة لواجهة التطبيق.",
+ "نقي اللغة اللي بتفضلها لواجهة التطبيق.",
"Language Options": "خيارات اللغة",
"You can claim your gift once they complete 2 trips.":
- "يمكنك طلب هديتك بعد إتمامه لرحلتين.",
+ "فيك تطلب هديتك بعد ما يخلص مشوارين.",
"Closest & Cheapest": "الأقرب والأرخص",
"Comfort choice": "خيار الراحة",
"Travel in a modern, silent electric car. A premium, eco-friendly choice for a smooth ride.":
- "تنقّل في سيارة كهربائية حديثة وصامتة. خيار مميز وصديق للبيئة لرحلة هادئة.",
+ "تنقّل بسيارة كهربائية حديثة وصامتة. خيار مميز ونظيف لرحلة مريحة.",
"Spacious van service ideal for families and groups. Comfortable, safe, and cost-effective travel together.":
- "خدمة فان واسعة ومثالية للعائلات والمجموعات. سفر مريح، آمن، واقتصادي.",
- "Quiet & Eco-Friendly": "هادئة وصديقة للبيئة",
+ "خدمة فان واسعة ومثالية للعائلات والمجموعات. سفر مريح، آمن، وموفر للكل.",
+ "Quiet & Eco-Friendly": "هادية ونظيفة",
"Lady Captain for girls": "كابتن سيدة للبنات",
- "Van for familly": "سيارة فان للعائلة",
- "Are you sure to delete this location?":
- "هل أنت متأكد من حذف هذا الموقع؟",
- 'Change Work location?': 'تغيير موقع العمل؟',
- 'Change Home location?': 'تغيير موقع البيت؟',
- "Submit a Complaint": "تقديم شكوى",
+ "Van for familly": "سيارة فان لعيلة",
+ "Are you sure to delete this location?": "متأكد بدك تمسح هاد المكان؟",
+ "Submit a Complaint": "بعت شكوى",
"Submit Complaint": "إرسال الشكوى",
- "No trip history found": "لا يوجد سجل للرحلات",
- "Your past trips will appear here.": "ستظهر رحلاتك السابقة هنا.",
- "1. Describe Your Issue": "١. اشرح مشكلتك",
- "Enter your complaint here...": "اكتب شكواك هنا...",
+ "No trip history found": "ما في سجل مشاوير",
+ "Your past trips will appear here.": "مشاويرك القديمة رح تطلع هون.",
+ "1. Describe Your Issue": "١. اشرح شو صار معك",
+ "Enter your complaint here...": "اكتب شكوتك هون...",
"2. Attach Recorded Audio": "٢. إرفاق تسجيل صوتي",
- "No audio files found.": "لم يتم العثور على ملفات صوتية.",
+ "No audio files found.": "ما لقينا تسجيلات صوتية.",
"Confirm Attachment": "تأكيد الإرفاق",
- "Attach this audio file?": "هل تريد إرفاق هذا الملف الصوتي؟",
- "Uploaded": "تم الرفع بنجاح",
+ "Attach this audio file?": "بدك ترفق هاد التسجيل؟",
+ "Uploaded": "ترفع بنجاح",
"3. Review Details & Response": "٣. مراجعة التفاصيل والرد",
"Date": "التاريخ",
"Today's Promos": "عروض اليوم",
- "No promos available right now.": "لا توجد عروض متاحة حالياً.",
- "Check back later for new offers!": "تحقق لاحقاً من وجود عروض جديدة!",
- "Valid Until:": "صالح حتى:",
- "CODE": "الرمز",
- "Login": "تسجيل الدخول",
- "Sign in for a seamless experience": "سجل دخولك لتجربة سلسلة",
- "Sign In with Google": "الدخول عبر جوجل",
- "Sign in with Apple": "الدخول عبر آبل",
- "User not found": "المستخدم غير موجود",
- "Need assistance? Contact us": "هل تحتاج مساعدة؟ تواصل معنا",
- "Email": "البريد الإلكتروني",
- "Your email address": "بريدك الإلكتروني",
- "Enter a valid email": "أدخل بريداً إلكترونياً صالحاً",
- "Password": "كلمة المرور",
- "Your password": "كلمة مرورك",
- "Enter your password": "أدخل كلمة المرور",
+ "No promos available right now.": "ما في عروض هلا.",
+ "Check back later for new offers!":
+ "ارجع شيك بعدين لتشوف عروض جديدة!",
+ "Valid Until:": "صالح لغاية:",
+ "CODE": "الكود",
+ "Login": "تسجيل دخول",
+ "Sign in for a seamless experience": "سجل دخول لتاخد أحسن تجربة",
+ "Sign In with Google": "سجل دخول بجوجل",
+ "Sign in with Apple": "سجل دخول بآبل",
+ "User not found": "المستخدم مو موجود",
+ "Need assistance? Contact us": "بدك مساعدة؟ حاكينا",
+ "Email": "الإيميل",
+ "Your email address": "إيميلك",
+ "Enter a valid email": "دخل إيميل صح",
+ "Password": "كلمة السر",
+ "Your password": "كلمة سرك",
+ "Enter your password": "دخل كلمة السر",
"Submit": "إرسال",
- "Terms of Use & Privacy Notice": "شروط الاستخدام وبيان الخصوصية",
+ "Terms of Use & Privacy Notice": "شروط الاستخدام وسياسة الخصوصية",
"By selecting \"I Agree\" below, I confirm that I have read and agree to the ":
"باختيار \"أوافق\" أدناه، أؤكد أنني قرأت ووافقت على ",
"Terms of Use": "شروط الاستخدام",
- " and acknowledge the ": " وأقر بـ ",
- "Privacy Notice": "بيان الخصوصية",
- ". I am at least 18 years old.": ". عمري 18 عاماً على الأقل.",
+ " and acknowledge the ": " وبتقر بـ ",
+ "Privacy Notice": "سياسة الخصوصية",
+ ". I am at least 18 years old.": ". وعمرك أكيد فوق الـ ١٨ سنة.",
"I Agree": "أوافق على الشروط والأحكام",
"Continue": "متابعة",
- "Enable Location": "تفعيل الموقع",
+ "Enable Location": "شغل اللوكيشن",
"To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.":
- "لنمنحك أفضل تجربة، نحتاج لمعرفة موقعك. يتم استخدام موقعك للعثور على الكباتن القريبين ولتحديد نقاط الانطلاق.",
- "Allow Location Access": "السماح بالوصول للموقع",
- "Welcome to Intaleq!": "أهلاً بك في انطلق!",
+ "لنقدر نخدمك أحسن شي، لازم نعرف وينك. لوكيشنك بيلزمنا لنلاقي أقرب الكباتن ليك والمكان اللي رح تطلع منه.",
+ "Allow Location Access": "اسمح لنا نوصل للوكيشن",
+ "Welcome to Intaleq!": "يا مية أهلاً فيك بـ انطلق!",
"Before we start, please review our terms.":
- "قبل أن نبدأ، يرجى مراجعة شروطنا.",
- "Your journey starts here": "رحلتك تبدأ هنا",
+ "قبل ما نبلش، يا ريت تشوف شروطنا.",
+ "Your journey starts here": "مشوارك ببلش من هون",
"Cancel Search": "إلغاء البحث",
- "Set pickup location": "تحديد موقع الانطلاق",
- "Move the map to adjust the pin": "حرّك الخريطة لتحديد الموقع",
- "Searching for the nearest captain...": "جاري البحث عن أقرب كابتن...",
+ "Set pickup location": "تحديد مكان البداية",
+ "Move the map to adjust the pin": "حرك الخريطة لتزبط اللوكيشن",
+ "Searching for the nearest captain...": "عم ندورلك على أقرب كابتن...",
"No one accepted? Try increasing the fare.":
- "لم يقبل أحد؟ حاول زيادة الأجرة.",
- "Increase Your Trip Fee (Optional)": "زيادة أجرة رحلتك (اختياري)",
+ "ما حدا قبل؟ جرب ترفع الأجرة شوي.",
+ "Increase Your Trip Fee (Optional)": "ارفع أجرة مشوارك (اختياري)",
"We haven't found any drivers yet. Consider increasing your trip fee to make your offer more attractive to drivers.":
- "لم نعثر على أي كابتن حتى الآن. يمكنك زيادة أجرة الرحلة لجعل عرضك أكثر جاذبية.",
+ "لسا ما لقينا كباتن. فيك ترفع الأجرة شوي لتشجع الكباتن يقبلوا طلبك.",
"No, thanks": "لا، شكراً",
"Increase Fee": "زيادة الأجرة",
"Copy": "نسخ",
- "Promo Copied!": "تم نسخ العرض!",
- "Code": "الرمز",
- "copied to clipboard": "تم نسخه إلى الحافظة",
+ "Promo Copied!": "انتسخ الكود!",
+ "Code": "الكود",
+ "copied to clipboard": "انتسخ الكود",
"Price": "السعر",
"Intaleq's Response": "رد فريق انطلق",
- "Awaiting response...": "بانتظار الرد...",
- "Audio file not attached": "الملف الصوتي غير مرفق",
+ "Awaiting response...": "ناطرين الرد...",
+ "Audio file not attached": "التسجيل مو مرفق",
"The audio file is not uploaded yet.\\nDo you want to submit without it?":
"لم يتم رفع الملف الصوتي بعد.\\nهل تريد الإرسال بدونه؟",
- "deleted": "تم الحذف",
- "To Work": "إلى العمل",
+ "deleted": "انمسح",
+ "To Work": "ع الشغل",
"Work Saved": "تم حفظ موقع العمل",
"To Home": "إلى البيت",
"Home Saved": "تم حفظ موقع البيت",
- "Destination selected": "تم اختيار الوجهة",
+ "Destination selected": "تحددت الوجهة",
"Now select start pick": "الآن حدد نقطة الانطلاق",
"OK": "موافق",
"Confirm Pick-up Location": "تأكيد موقع الانطلاق",
"Set Location on Map": "حدد الموقع على الخريطة",
- 'Leave a detailed comment (Optional)':
- 'اترك تعليقاً مفصلاً (اختياري)',
- 'Share your experience to help us improve...':
- 'شارك تجربتك لمساعدتنا على التحسن...',
- 'Your valuable feedback helps us improve our service quality.':
- 'ملاحظاتك القيمة تساعدنا في تحسين جودة خدماتنا.',
- 'witout zero': 'بدون صفر',
- 'Top up Balance': 'اشحن الرصيد',
- 'An error occurred': 'حدث خطأ',
- 'Send WhatsApp Message': 'إرسال رسالة واتساب',
- 'How was your trip with': 'كيف كانت رحلتك مع',
- 'Drawing route on map...': 'جارٍ رسم المسار على الخريطة...',
- 'Please wait while we prepare your trip.':
- 'يرجى الانتظار بينما نحضر رحلتك.',
- 'Submit Rating': 'إرسال التقييم',
- 'Call Support': 'الاتصال بالدعم',
"You can contact us during working hours from 10:00 - 16:00.":
- "يمكنك التواصل معنا خلال ساعات العمل من 10:00 إلى 16:00.",
+ "فيك تحاكينا بأوقات الشغل من ١٠ للـ ٤.",
"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.":
- """إنطلِق هو التطبيق الأكثر أماناً وموثوقية لمشاركة الركوب والمصمم خصيصاً للركّاب في سوريا. نوفر لك تجربة تنقّل مريحة، محترمة، وبأسعار مناسبة، مع ميزات تضع سلامتك وراحتك في المقام الأول.
-
-جميع الكباتن لدينا موثوقون، مُؤمَّنون، وتخضع سياراتهم لصيانة دورية يقوم بها مهندسون مختصون لضمان أفضل جودة. كما نقدّم خدمات دعم على الطريق لضمان أن تكون كل رحلة سلسة وخالية من القلق.
-
-مع إنطلِق، ستستمتع دائماً بالأمان، والجودة، وراحة البال في كل رحلة تقوم بها.""",
- 'Work time is from 10:00 AM to 16:00 PM.\nYou can send a WhatsApp message or email.':
- 'وقت العمل من 10:00 صباحاً إلى 16:00 مساءً.\nيمكنك إرسال رسالة واتساب أو بريد إلكتروني.',
- 'Sorry': 'عذراً',
+ """إنطلِق هو التطبيق الأكثر أماناً وموثوقية لمشاركة الركوب والمصمم خصيصاً للركّاب في سوريا. نوفر لك تجربة تنقّل مريحة، محترمة، وبأسعار مناسبة، مع ميزات تضع سلامتك وراحتك في المقام الأول""",
"Customer MSISDN doesn’t have customer wallet":
- "رقم هاتف العميل لا يحتوي على محفظة عميل",
- 'Please enter the number without the leading 0':
- 'يرجى إدخال الرقم بدون الصفر الأولي',
- 'Please enter your phone number': 'يرجى إدخال رقم هاتفك',
- 'Phone number seems too short': 'يبدو أن رقم الهاتف قصير جدًا',
- 'No cars are available at the moment. Please try again later.':
- 'لا توجد سيارات متاحة حالياً. الرجاء المحاولة مرة أخرى لاحقاً.',
+ "رقم الزبون ما عنده محفظة",
"Nearest Car: ~": "أقرب سيارة: ~",
"Nearest Car": "أقرب سيارة",
- "No cars nearby": "لا توجد سيارات قريبة",
+ "No cars nearby": "ما في سيارات قريبة",
"Favorite Places": "الأماكن المفضلة",
- "No favorite places yet!": "لا توجد أماكن مفضلة بعد!",
+ "No favorite places yet!": "لسا ما عندك أماكن مفضلة!",
"from your favorites": "من مفضلتك",
"Back": "رجوع",
"Enter your code below to apply the discount.":
- "أدخل الرمز أدناه لتطبيق الخصم",
+ "دخل الكود تحت لتاخد الخصم",
"By selecting \"I Agree\" below, I confirm that I have read and agree to the":
"باختياري \"أوافق\" أدناه، أؤكد أنني قرأت ووافقت على",
- "and acknowledge the": "وأقر بـ",
- "Enable Location Access": "تفعيل الوصول إلى الموقع",
+ "and acknowledge the": "وبتقر بـ",
+ "Enable Location Access": "تفعيل الوصول للموقع",
"We need your location to find nearby drivers for pickups and drop-offs.":
- "نحتاج موقعك للعثور على كباتن قريبين لنقاط الانطلاق والوصول.",
+ "بدنا اللوكيشن تبعك لنلاقي أقرب كباتن ليك.",
"You should restart app to change language":
- "يجب إعادة تشغيل التطبيق لتغيير اللغة",
+ "لازم تسكر التطبيق وترجع تفتحه لتتغير اللغة",
"Home Page": "الصفحة الرئيسية",
"To change Language the App": "لتغيير لغة التطبيق",
"Learn more about our app and mission":
- "تعرف أكثر على تطبيقنا ورؤيتنا",
+ "تعرف أكتر على تطبيقنا وأهدافنا",
"Promos For Today": "عروض اليوم",
- "Choose your ride": "اختر رحلتك",
- "Your Journey Begins Here": "رحلتك تبدأ من هنا",
+ "Choose your ride": "نقي مشوارك",
+ "Your Journey Begins Here": "مشوارك ببلش من هون",
"Bonus gift": "هدية إضافية",
"Pay": "ادفع",
- "Get": "احصل على",
- "Send to Driver Again": "أرسل للكابتن مرة أخرى",
+ "Get": "خد",
+ "Send to Driver Again": "بعت للكابتن مرة تانية",
"Driver Name:": "اسم الكابتن:",
- "No trip data available": "لا تتوفر بيانات للرحلة",
- "Car Plate:": "رقم لوحة السيارة:",
- "remaining": "متبقٍ",
+ "No trip data available": "ما في بيانات للمشوار",
+ "Car Plate:": "رقم اللوحة:",
+ "remaining": "بقيان",
"Order Cancelled": "تم إلغاء الطلب",
- "You canceled VIP trip": "لقد ألغيت رحلة الـ VIP",
- "Passenger cancelled order": "الراكب ألغى الطلب",
- "Your trip is scheduled": "رحلتك مجدولة",
- "Don't forget your ride!": "لا تنسَ رحلتك!",
- "Trip updated successfully": "تم تحديث الرحلة بنجاح",
- "Car Make:": "نوع السيارة:",
- "Car Model:": "موديل السيارة:",
- "Car Color:": "لون السيارة:",
- "Driver Phone:": "رقم الكابتن:",
+ "You canceled VIP trip": "كنسلت مشوار VIP",
+ "Passenger cancelled order": "الراكب كنسل الطلب",
+ "Your trip is scheduled": "مشوارك تجدول",
+ "Don't forget your ride!": "لا تنسى مشوارك!",
+ "Trip updated successfully": "تحدث المشوار تمام",
+ "Car Make:": "الماركة:",
+ "Car Model:": "الموديل:",
+ "Car Color:": "اللون:",
+ "Driver Phone:": "جوال الكابتن:",
"Pre-booking": "حجز مسبق",
"Waiting VIP": "بانتظار VIP",
"Driver List": "قائمة الكباتن",
- "Confirm Trip": "تأكيد الرحلة",
- "Select date and time of trip": "اختر تاريخ ووقت الرحلة",
+ "Confirm Trip": "تأكيد المشوار",
+ "Select date and time of trip": "نقي تاريخ ووقت المشوار",
"Date and Time Picker": "اختيار التاريخ والوقت",
- "Trip Status:": "حالة الرحلة:",
- "pending": "قيد الانتظار",
+ "Trip Status:": "حالة المشوار:",
+ "pending": "عم نستنى",
"accepted": "مقبولة",
"rejected": "مرفوضة",
"Apply": "تطبيق",
- "Enter your promo code": "أدخل رمز العرض",
- "Apply Promo Code": "تطبيق رمز العرض",
+ "Enter your promo code": "دخل كود الخصم",
+ "Apply Promo Code": "تفعيل الكود",
"Scheduled Time:": "الوقت المجدول:",
- "No drivers available": "لا يوجد كباتن متاحون",
+ "No drivers available": "ما في كباتن",
"No drivers available at the moment. Please try again later.":
- "لا يوجد كباتن متاحون حالياً. الرجاء المحاولة مرة أخرى.",
- "you have a negative balance of": "لديك رصيد سالب بقيمة",
- "Please try again in a few moments":
- "الرجاء المحاولة بعد لحظات قليلة",
- "Unknown Driver": "كابتن غير معروف",
- "in your": "في محفظتك",
- "The driver accepted your order for": "الكابتن قبل طلبك مقابل",
- "wallet due to a previous trip.": "بسبب رحلة سابقة.",
- "rides": "رحلات",
- "Add Work": "إضافة العمل",
+ "ما في كباتن متاحين هلا. يا ريت تجرب بعد شوي.",
+ "you have a negative balance of": "رصيدك ناقص بقيمته",
+ "Please try again in a few moments": "جرب مرة تانية بعد شوي",
+ "Unknown Driver": "كابتن مو معروف",
+ "in your": "بمحفظتك",
+ "The driver accepted your order for": "الكابتن قبل طلبك بـ",
+ "wallet due to a previous trip.": "بالمحفظة بسبب مشوار قديم.",
+ "rides": "مشاوير",
+ "Add Work": "إضافة الشغل",
"The reason is": "السبب هو",
"User does not have a wallet #1652": "المستخدم ليس لديه محفظة #1652",
- "Price of trip": "سعر الرحلة",
+ "Price of trip": "سعر المشوار",
"From:": "من:",
"For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
- "لرحلات انطلق والتوصيل، يتم حساب السعر بشكل متغير. أما لرحلات الراحة، فيعتمد السعر على الوقت والمسافة.",
- "Phone Wallet Saved Successfully": "تم حفظ رقم هاتف المحفظة بنجاح",
- "Add wallet phone you use": "أضف رقم هاتف المحفظة الذي تستخدمه",
- "Update Available": "يتوفر تحديث",
+ "لمشاوير انطلق والتوصيل، السعر بيتغير. وبمشاوير الراحة، السعر بيعتمد على الوقت والمسافة.",
+ "Phone Wallet Saved Successfully": "انحفظ رقم المحفظة تمام",
+ "Add wallet phone you use": "ضيف رقم المحفظة اللي بتستخدمها",
+ "Update Available": "في تحديث للتطبيق",
"Phone number must be exactly 11 digits long":
- "يجب أن يتكون رقم الهاتف من 11 رقماً بالضبط",
- "Insert Wallet phone number": "أدخل رقم هاتف المحفظة",
- "Phone number isn't an Egyptian phone number":
- "رقم الهاتف ليس رقماً مصرياً",
+ "رقم الجوال لازم يكون ١١ رقم",
+ "Insert Wallet phone number": "دخل رقم المحفظة",
+ "Phone number isn't an Egyptian phone number": "رقم الجوال مو صح",
"A new version of the app is available. Please update to the latest version.":
- "يتوفر إصدار جديد من التطبيق. الرجاء التحديث إلى آخر إصدار.",
+ "في نسخة جديدة من التطبيق. يا ريت تحدثها.",
"We use location to get accurate and nearest passengers for you":
- "نستخدم الموقع لنجد لك الركاب الأقرب وبدقة",
+ "منستخدم لوكيشنك لنطلعلك أقرب الركاب إلك.",
"This ride is already applied by another driver.":
- "هذه الرحلة تم قبولها من قبل كابتن آخر.",
+ "هاد المشوار أخده كابتن تاني خلاص.",
"We use your precise location to find the nearest available driver and provide accurate pickup and dropoff information. You can manage this in Settings.":
- "نستخدم موقعك الدقيق للعثور على أقرب كابتن متاح وتوفير معلومات دقيقة عن نقاط الانطلاق والوصول. يمكنك إدارة ذلك في الإعدادات.",
- "Where are you, sir?": "أين أنت يا سيدي؟",
+ "منستخدم لوكيشنك الدقيق لنلاقي أقرب كابتن ونحدد مكان الطلب والوصول. فيك تتحكم بهاد الشي من الإعدادات.",
+ "Where are you, sir?": "وين صرت يا غالي؟",
"I've been trying to reach you but your phone is off.":
- "كنت أحاول الاتصال بك لكن هاتفك مغلق.",
- "Please don't be late": "من فضلك لا تتأخر",
+ "عم حاول حاكيك بس موبايلك مسكر.",
+ "Please don't be late": "يا ريت ما تتأخر",
"Please don't be late, I'm waiting for you at the specified location.":
- "من فضلك لا تتأخر، أنا بانتظارك في الموقع المحدد.",
+ "يا ريت ما تتأخر، أنا ناطرك بالمكان اللي حددته.",
"My location is correct. You can search for me using the navigation app":
- "موقعي صحيح. يمكنك إيجادي باستخدام تطبيق الخرائط",
+ "موقعي صح. فيك تلاقيني من برنامج الخرائط",
"Hello, I'm at the agreed-upon location":
- "مرحباً، أنا في الموقع المتفق عليه",
- "How much longer will you be?": "كم من الوقت تحتاج بعد؟",
- "Phone number is verified before": "تم التحقق من رقم الهاتف مسبقاً",
- "Change Ride": "تغيير الرحلة",
+ "مرحباً، أنا صرت بالمكان المتفق عليه",
+ "How much longer will you be?": "قديش بدك لتوصل؟",
+ "Phone number is verified before": "رقم الجوال مأكد من قبل",
+ "Change Ride": "تغيير المشوار",
"You can change the destination by long-pressing any point on the map":
- "يمكنك تغيير الوجهة بالضغط المطول على أي نقطة على الخريطة",
- "Pick from map destination": "اختر الوجهة من الخريطة",
- "Pick or Tap to confirm": "اختر أو اضغط للتأكيد",
- "Accepted your order": "تم قبول طلبك",
+ "فيك تغير الوجهة بضغطة طويلة على أي نقطة ع الخريطة",
+ "Pick from map destination": "نقي الوجهة من الخريطة",
+ "Pick or Tap to confirm": "نقي أو اضغط للتأكيد",
+ "Accepted your order": "انقبل طلبك",
"Order Accepted": "تم قبول الطلب",
"with type": "من نوع",
"accepted your order at price": "وافق على طلبك بسعر",
"you canceled order": "لقد ألغيت الطلب",
"If you want order to another person": "إذا كنت تريد الطلب لشخص آخر",
- "upgrade price": "رفع السعر",
+ "upgrade price": "زيادة السعر",
"airport": "مطار",
"Best choice for a comfortable car with a flexible route and stop points. This airport offers visa entry at this price.":
"الخيار الأفضل لسيارة مريحة مع مسار مرن ونقاط توقف. هذا المطار يوفر تأشيرة دخول بهذا السعر.",
"You can upgrade price to may driver accept your order":
- "يمكنك رفع السعر ليقبل الكابتن طلبك",
- "Change Route": "تغيير المسار",
- "No Captain Accepted Your Order": "لم يقبل أي كابتن طلبك",
+ "فيك تزيد السعر ليقبل الكابتن طلبك",
+ "Change Route": "تغيير الطريق",
+ "No Captain Accepted Your Order": "ما حدا من الكباتن قبل طلبك",
"We are looking for a captain but the price may increase to let a captain accept":
- "نبحث عن كابتن ولكن قد يرتفع السعر ليوافق أحدهم",
- "No, I want to cancel this trip": "لا، أريد إلغاء هذه الرحلة",
+ "عم ندور على كابتن بس ممكن يزيد السعر ليقبل حدا",
+ "No, I want to cancel this trip": "لا، بدي كانسل هي الرحلة",
"Attention": "انتباه",
"Trip Cancelled. The cost of the trip will be deducted from your wallet.":
- "تم إلغاء الرحلة. سيتم خصم تكلفتها من محفظتك.",
+ "تكنسل المشوار. ورح تنخصم تكلفته من محفظتك.",
"You will be charged for the cost of the driver coming to your location.":
- "سيتم تحميلك تكلفة قدوم الكابتن إلى موقعك.",
+ "رح تنحسب عليك تكلفة جية الكابتن لعندك.",
"reject your order.": "رفض طلبك.",
- "Order Under Review": "الطلب قيد المراجعة",
+ "Order Under Review": "الطلب عم يتراجع",
"is reviewing your order. They may need more information or a higher price.":
"يقوم بمراجعة طلبك. قد يحتاج لمعلومات إضافية أو سعر أعلى.",
"Vibration": "اهتزاز",
- "Resend code": "إعادة إرسال الرمز",
+ "Resend code": "رجع ابعت الكود",
"change device": "تغيير الجهاز",
- "Device Change Detected": "تم اكتشاف تغيير في الجهاز",
+ "Device Change Detected": "تم اكتشاف تغيير بالجهاز",
"You can only use one device at a time. This device will now be set as your active device.":
"يمكنك استخدام جهاز واحد فقط في كل مرة. سيتم الآن تعيين هذا الجهاز كجهازك النشط.",
- "Click here point": "اضغط هنا",
- "Are you want to change": "هل تريد التغيير؟",
+ "Click here point": "اضغط هون",
+ "Are you want to change": "بدك تغير؟",
"by": "بواسطة",
"Enter your complaint here": "أدخل شكواك هنا",
- "Please enter your complaint.": "الرجاء إدخال شكواك.",
- "Complaint data saved successfully": "تم حفظ بيانات الشكوى بنجاح",
+ "Please enter your complaint.": "يا ريت تكتب شكوتك.",
+ "Complaint data saved successfully": "بيانات الشكوى انحفظت تمام",
"Trip Monitor": "مراقبة الرحلة",
- "Insert SOS Phone": "إدخال رقم الطوارئ",
- "Add SOS Phone": "إضافة رقم الطوارئ",
+ "Insert SOS Phone": "دخل رقم الطوارئ",
+ "Add SOS Phone": "ضيف رقم الطوارئ",
"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 ,":
"عزيزي،\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انطلق،",
- "Send Intaleq app to him": "أرسل له تطبيق انطلق",
+ "Send Intaleq app to him": "بعتله تطبيق انطلق",
"No passenger found for the given phone number":
- "لم يتم العثور على راكب بهذا الرقم",
+ "ما لقينا راكب بهاد الرقم",
"No user found for the given phone number":
- "لم يتم العثور على مستخدم بهذا الرقم",
+ "ما لقينا مستخدم بهاد الرقم",
"This price is": "هذا السعر هو",
"Work": "العمل",
- "Add Home": "إضافة المنزل",
+ "Add Home": "إضافة البيت",
"Notifications": "الإشعارات",
"💳 Pay with Credit Card": "💳 الدفع بالبطاقة الائتمانية",
- "⚠️ You need to choose an amount!": "⚠️ يجب اختيار مبلغ!",
+ "⚠️ You need to choose an amount!": "⚠️ لازم تختار مبلغ!",
"💰 Pay with Wallet": "💰 الدفع بالمحفظة",
"You must restart the app to change the language.":
- "يجب إعادة تشغيل التطبيق لتغيير اللغة.",
+ "لازم ترجع تشغل التطبيق لتتغير اللغة.",
"joined": "انضم",
"Driver joined the channel": "الكابتن انضم إلى القناة",
"Driver left the channel": "الكابتن غادر القناة",
"Call Page": "صفحة الاتصال",
"Call Left": "مكالمات متبقية",
- " Next as Cash !": " التالي كاش!",
- "To use Wallet charge it": "لاستخدام المحفظة، قم بشحنها",
+ " Next as Cash !": " المشوار التاني كاش!",
+ "To use Wallet charge it": "لتستخدم المحفظة، لازم تشحنها",
"We are searching for the nearest driver to you":
- "نبحث لك عن أقرب كابتن",
+ "عم ندورلك على أقرب كابتن",
"Best choice for cities": "الخيار الأفضل للمدن",
"Rayeh Gai: Round trip service for convenient travel between cities, easy and reliable.":
"رايح جاي: خدمة ذهاب وإياب مريحة بين المدن، سهلة وموثوقة.",
- "This trip is for women only": "هذه الرحلة للنساء فقط",
+ "This trip is for women only": "هاد المشوار للبنات بس",
"Total budgets on month": "إجمالي الميزانية الشهرية",
- "You have call from driver": "لديك مكالمة من الكابتن",
+ "You have call from driver": "عندك مكالمة من الكابتن",
"Intaleq": "انطلق",
"passenger agreement": "اتفاقية الراكب",
"To become a passenger, you must review and agree to the ":
- "لتصبح راكباً، يجب عليك مراجعة والموافقة على",
+ "لتصير راكب معنا، لازم تشوف وتوافق على",
"agreement subtitle":
- "للمتابعة، يجب مراجعة شروط الاستخدام وسياسة الخصوصية والموافقة عليها.",
+ "لتقدر تكمل، لازم تشوف شروط الاستخدام وسياسة الخصوصية وتوافق عليهن.",
"terms of use": "شروط الاستخدام",
" and acknowledge our Privacy Policy.":
"والإقرار بسياسة الخصوصية الخاصة بنا.",
@@ -684,17 +824,17 @@ class MyTranslation extends Translations {
"i agree": "أوافق على الشروط والأحكام",
"Driver already has 2 trips within the specified period.":
"لدى الكابتن رحلتان بالفعل خلال الفترة المحددة.",
- "The invitation was sent successfully": "تم إرسال الدعوة بنجاح",
- "You should select your country": "يجب عليك اختيار بلدك",
+ "The invitation was sent successfully": "انبعتت الدعوة تمام",
+ "You should select your country": "لازم تنقي بلدك",
"Scooter": "سكوتر",
"A trip with a prior reservation, allowing you to choose the best captains and cars.":
- "رحلة بحجز مسبق، تتيح لك اختيار أفضل الكباتن والسيارات.",
+ "مشوار بحجز مسبق، بيخليك تنقي أحسن الكباتن والسيارات.",
"Mishwar Vip": "مشوار VIP",
"The driver waiting you in picked location .":
- "الكابتن بانتظارك في موقع الانطلاق.",
+ "الكابتن ناطرك بمكان الانطلاق.",
"About Us": "من نحن",
"You can change the vibration feedback for all buttons":
- "يمكنك تغيير استجابة الاهتزاز لجميع الأزرار",
+ "فيك تغير اهتزاز الأزرار من هون",
"Most Secure Methods": "أكثر الطرق أماناً",
"In-App VOIP Calls": "مكالمات صوتية داخل التطبيق",
"Recorded Trips for Safety": "رحلات مسجلة للأمان",
@@ -706,109 +846,76 @@ class MyTranslation extends Translations {
"Sign In by Google": "الدخول عبر Google",
"How do I request a ride?": "كيف أطلب رحلة؟",
"Step-by-step instructions on how to request a ride through the Intaleq app.":
- "تعليمات مفصلة خطوة بخطوة حول كيفية طلب رحلة عبر تطبيق انطلق.",
- "What types of vehicles are available?":
- "ما هي أنواع السيارات المتاحة؟",
+ "شرح خطوة بخطوة كيف تطلب مشوار من تطبيق انطلق.",
+ "What types of vehicles are available?": "شو أنواع السيارات المتاحة؟",
"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.":
- "يوفر انطلق مجموعة متنوعة من خيارات السيارات لتناسب احتياجاتك، بما في ذلك الاقتصادية، والمريحة، والفاخرة. اختر الخيار الذي يناسب ميزانيتك وعدد الركاب.",
- "How can I pay for my ride?": "كيف يمكنني الدفع لرحلتي؟",
+ "انطلق بيوفرلك أنواع سيارات بتناسبك، منها التوفير والراحة والـ VIP. نقي الخيار اللي بيناسب جيبتك وعددكم.",
+ "How can I pay for my ride?": "كيف فيني ادفع حق المشوار؟",
"Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.":
- "يوفر انطلق طرق دفع متعددة لراحتك. اختر بين الدفع نقداً أو ببطاقة الائتمان/الخصم عند تأكيد الرحلة.",
- "Can I cancel my ride?": "هل يمكنني إلغاء رحلتي؟",
+ "انطلق بيوفرلك كذا طريقة دفع لتريحك. نقي بين الكاش أو كرت البنك وقت تأكيد المشوار.",
+ "Can I cancel my ride?": "فيني كنسل مشواري؟",
"Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.":
- "نعم، يمكنك إلغاء رحلتك بشروط معينة (مثلاً، قبل تعيين الكابتن). راجع سياسة الإلغاء في انطلق لمعرفة التفاصيل.",
+ "إي فيك، بس بشروط معينة (مثلاً قبل ما يوافق الكابتن). شوف سياسة الإلغاء لتعرف التفاصيل.",
"Driver Registration & Requirements": "تسجيل الكباتن والمتطلبات",
- "How can I register as a driver?": "كيف يمكنني التسجيل ككابتن؟",
+ "How can I register as a driver?": "كيف فيني سجل ككابتن؟",
"What are the requirements to become a driver?":
- "ما هي متطلبات الانضمام ككابتن؟",
+ "شو الطلبات لتصير كابتن؟",
"Visit our website or contact Intaleq support for information on driver registration and requirements.":
- "لمعلومات حول التسجيل والمتطلبات، تفضل بزيارة موقعنا الإلكتروني أو تواصل مع دعم انطلق.",
+ "زور موقعنا أو حاكي الدعم لتعرف أكتر عن تسجيل الكباتن.",
"Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.":
- "يوفر انطلق ميزة الدردشة داخل التطبيق للتواصل مع الكابتن أو الراكب أثناء الرحلة.",
+ "انطلق فيه شات بقلب التطبيق لتدردش مع الكابتن أو الراكب بأي وقت.",
"Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.":
- "سلامتك أولويتنا في انطلق. نوفر ميزات مثل التحقق من الكابتن، تتبع الرحلة داخل التطبيق، وخيارات الاتصال بالطوارئ.",
+ "سلامتك هي الأهم عنا. بنوفرلك ميزات مثل التأكد من الكابتن، تتبع المشوار، وأرقام الطوارئ.",
"Frequently Questions": "الأسئلة الشائعة",
- "User does not exist.": "المستخدم غير موجود.",
+ "User does not exist.": "المستخدم مو موجود.",
"We need your phone number to contact you and to help you.":
- "نحتاج رقم هاتفك لنتواصل معك ونساعدك.",
- "You will recieve code in sms message": "ستتلقى رمزاً في رسالة نصية",
- "Please enter": "الرجاء إدخال",
+ "بدنا رقم موبايلك لنحاكيك ونساعدك.",
+ "You will recieve code in sms message": "رح يوصلك كود برسالة SMS",
+ "Please enter": "يا ريت تدخل",
"We need your phone number to contact you and to help you receive orders.":
- "نحتاج رقم هاتفك لنتواصل معك ولمساعدتك في استقبال الطلبات.",
+ "بدنا رقم موبايلك لنحاكيك ونساعدك باستلام الطلبات.",
"The full name on your criminal record does not match the one on your driver's license. Please verify and provide the correct documents.":
- "الاسم الكامل في وثيقة لا حكم عليه لا يطابق الاسم في رخصة القيادة. الرجاء التحقق وتقديم المستندات الصحيحة.",
+ "الاسم بـ 'لا حكم عليه' مو نفس اللي بالرخصة. تأكد وبعتلنا الوراق الصح.",
"The national number on your driver's license does not match the one on your ID document. Please verify and provide the correct documents.":
- "الرقم الوطني في رخصة القيادة لا يطابق الرقم في هويتك. الرجاء التحقق وتقديم المستندات الصحيحة.",
+ "الرقم الوطني بالرخصة مو نفسه اللي بالهوية. تأكد وبعتلنا الوراق الصح.",
"Capture an Image of Your Criminal Record":
- "التقط صورة لوثيقة لا حكم عليه",
+ "صور ورقة الـ 'لا حكم عليه'",
"IssueDate": "تاريخ الإصدار",
- "Capture an Image of Your car license front":
- "التقط صورة للوجه الأمامي لرخصة سيارتك",
- "Capture an Image of Your ID Document front":
- "التقط صورة للوجه الأمامي لهويتك",
+ "Capture an Image of Your car license front": "صور وش رخصة السيارة",
+ "Capture an Image of Your ID Document front": "صور وش هويتك",
"NationalID": "الرقم الوطني",
"You can share the Intaleq App with your friends and earn rewards for rides they take using your code":
- "يمكنك مشاركة تطبيق انطلق مع أصدقائك وكسب مكافآت على الرحلات التي يقومون بها باستخدام رمزك.",
+ "فيك تشارك تطبيق انطلق مع رفقاتك وتربح مكافآت ع المشارير اللي بيعملوها بكودك.",
"FullName": "الاسم الكامل",
- "No invitation found yet!": "لم يتم العثور على دعوات بعد!",
+ "No invitation found yet!": "لسا ما في دعوات!",
"InspectionResult": "نتيجة الفحص",
"Criminal Record": "لا حكم عليه",
"The email or phone number is already registered.":
- "البريد الإلكتروني أو رقم الهاتف مسجل مسبقاً.",
+ "الإيميل أو رقم الموبايل مسجل من قبل.",
"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 دقائق. في حال الموافقة، يمكنك البدء بالعمل مباشرة. يرجى العلم أن تقديم وثائق مزورة يعتبر مخالفة خطيرة وقد يؤدي إلى إنهاء حسابك وملاحقات قانونية.",
- "Documents check": "فحص الوثائق",
+ "لتصير كابتن بـ انطلق، لازم ترفع رخصتك، وهويتك، ودفتر السيارة. الذكاء الاصطناعي عنا رح يشيك عليهن بخلال دقايق. إذا الوراق تمام، فيك تبلش شغل دغري. بس انتبه، تزوير الوراق مشكلة كبيرة وممكن تسكر حسابك وتلاحقك قانونياً.",
+ "Documents check": "تشييك الوراق",
"Driver's License": "رخصة القيادة",
"for your first registration!": "لتسجيلك الأول!",
"Get it Now!": "احصل عليه الآن!",
"before": "قبل",
- "Code not approved": "الرمز غير مقبول",
+ "Code not approved": "الكود مو مقبول",
"3000 LE": "3000 ل.س",
"Do you have an invitation code from another driver?":
- "هل لديك رمز دعوة من كابتن آخر؟",
- "Paste the code here": "الصق الرمز هنا",
- "No, I don't have a code": "لا، ليس لدي رمز",
- "Code approved": "تم قبول الرمز",
- "Install our app:": "حمّل تطبيقنا:",
- "Invite another driver and both get a gift after he completes 100 trips!":
- "ادعُ كابتن آخر واحصلوا على هدية بعد إكماله 100 رحلة!",
- "Invite": "دعوة",
- "Are you sure?": "هل أنت متأكد؟",
- "This will delete all recorded files from your device.":
- "سيؤدي هذا إلى حذف جميع الملفات المسجلة من جهازك.",
- "Select a file": "اختر ملفاً",
- "Select a File": "اختر ملفاً",
- "Delete": "حذف",
- "attach audio of complain": "إرفاق تسجيل صوتي للشكوى",
- "Phone Number Check": "التحقق من رقم الهاتف",
- "Drivers received orders": "الكباتن استلموا الطلبات",
- "No audio files recorded.": "لا توجد ملفات صوتية مسجلة.",
- "This is for delivery or a motorcycle.":
- "هذا لطلبات التوصيل أو الدراجات النارية.",
- "Intaleq Reminder": "تذكير من انطلق",
- "It's time to check the Intaleq app!": "حان وقت تفقد تطبيق انطلق!",
- "you must insert token code": "يجب إدخال الرمز",
- "Something went wrong. Please try again.":
- "حدث خطأ ما. الرجاء المحاولة مرة أخرى.",
- "Trip Details": "تفاصيل الرحلة",
- "The context does not provide any complaint details, so I cannot provide a solution to this issue. Please provide the necessary information, and I will be happy to assist you.":
- "لا توجد تفاصيل كافية عن الشكوى لتقديم حل. يرجى تزويدنا بالمعلومات اللازمة، وسنسعد بمساعدتك.",
- "Submit Your Complaint": "قدّم شكواك",
- "Status": "الحالة",
- "Choose from contact": "اختر من جهات الاتصال",
- "attach correct audio": "إرفاق الصوت الصحيح",
- "be sure": "تأكد",
- "Audio uploaded successfully.": "تم رفع الملف الصوتي بنجاح.",
+ "معك كود دعوة من كابتن تاني؟",
+ "Paste the code here": "لزق الكود هون",
+ "No, I don't have a code": "لا، ما معي كود",
+ "Audio uploaded successfully.": "ترفع الصوت تمام.",
"Perfect for passengers seeking the latest car models with the freedom to choose any route they desire":
- "مثالي للركاب الذين يبحثون عن أحدث موديلات السيارات مع حرية اختيار أي مسار يرغبون به",
+ "مثالي للركاب اللي عم يدوروا على أحدث موديلات السيارات مع حرية نقي أي طريق بدهن ياه",
"Share this code with your friends and earn rewards when they use it!":
- "شارك هذا الرمز مع أصدقائك واحصل على مكافآت عند استخدامه!",
- "Enter phone": "أدخل الرقم",
- "complete, you can claim your gift": "اكتمل، يمكنك طلب هديتك",
+ "شارك هاد الكود مع رفقاتك واربح مكافآت بس يستخدموه!",
+ "Enter phone": "دخل الرقم",
+ "complete, you can claim your gift": "اكتمل، فيك تطلب هديتك هلا",
"When": "عندما",
- "Enter driver's phone": "أدخل رقم الكابتن",
- "Send Invite": "إرسال دعوة",
- "Show Invitations": "عرض الدعوات",
+ "Enter driver's phone": "دخل رقم الكابتن",
+ "Send Invite": "بعت دعوة",
+ "Show Invitations": "فرجينا الدعوات",
"License Type": "نوع الرخصة",
"National Number": "الرقم الوطني",
"Name (Arabic)": "الاسم (بالعربية)",
@@ -830,10 +937,10 @@ class MyTranslation extends Translations {
"ID Documents Front": "الوجه الأمامي للهوية",
"First Name": "الاسم الأول",
"CardID": "رقم البطاقة",
- "Vehicle Details Front": "تفاصيل المركبة (الأمام)",
+ "Vehicle Details Front": "تفاصيل السيارة (من قدام)",
"Plate Number": "رقم اللوحة",
"Owner Name": "اسم المالك",
- "Vehicle Details Back": "تفاصيل المركبة (الخلف)",
+ "Vehicle Details Back": "تفاصيل السيارة (من ورا)",
"Make": "الشركة المصنعة",
"Model": "الموديل",
"Year": "سنة الصنع",
@@ -848,42 +955,42 @@ class MyTranslation extends Translations {
"Capture an Image of Your Driver's License":
"التقط صورة لرخصة قيادتك",
"Sign in with Google for easier email and name entry":
- "سجل الدخول عبر جوجل لتسهيل إدخال الاسم والبريد الإلكتروني",
+ "سجل بجوجل لتسهل ع حالك كتابة الاسم والإيميل",
"You will choose allow all the time to be ready receive orders":
- "اختر 'السماح طوال الوقت' لتكون جاهزاً لاستقبال الطلبات",
+ "نقي 'السماح طول الوقت' لتكون جاهز تستلم طلبات دغري",
"Get to your destination quickly and easily.":
- "صل إلى وجهتك بسرعة وسهولة.",
- "Enjoy a safe and comfortable ride.": "استمتع برحلة آمنة ومريحة.",
- "Choose Language": "اختر اللغة",
+ "وصل لوجهتك بسرعة وسهولة.",
+ "Enjoy a safe and comfortable ride.": "استمتع بمشوار آمن ومريح.",
+ "Choose Language": "نقي اللغة",
"Pay with Wallet": "الدفع بالمحفظة",
- "Invalid MPIN": "رمز MPIN غير صالح",
- "Invalid OTP": "رمز التحقق غير صالح",
- "Enter your email address": "أدخل بريدك الإلكتروني",
- "Please enter Your Email.": "الرجاء إدخال بريدك الإلكتروني.",
- "Enter your phone number": "أدخل رقم هاتفك",
- "Please enter your phone number.": "الرجاء إدخال رقم هاتفك.",
- "Please enter Your Password.": "الرجاء إدخال كلمة المرور.",
- "if you dont have account": "إذا لم يكن لديك حساب",
+ "Invalid MPIN": "كود MPIN مو صح",
+ "Invalid OTP": "كود التأكيد مو صح",
+ "Enter your email address": "دخل إيميلك",
+ "Please enter Your Email.": "يا ريت تدخل إيميلك.",
+ "Enter your phone number": "دخل رقم موبايلك",
+ "Please enter your phone number.": "يا ريت تدخل رقم موبايلك.",
+ "Please enter Your Password.": "يا ريت تدخل كلمة السر.",
+ "if you dont have account": "إذا ما عندك حساب",
"Register": "تسجيل",
"Accept Ride's Terms & Review Privacy Notice":
"قبول شروط الرحلة ومراجعة بيان الخصوصية",
"By selecting 'I Agree' below, I have reviewed and agree to the Terms of Use and acknowledge the Privacy Notice. I am at least 18 years of age.":
- "باختياري 'أوافق' أدناه، أكون قد راجعت ووافقت على شروط الاستخدام وأقررت ببيان الخصوصية. وعمري لا يقل عن 18 عاماً.",
+ "باختياري 'أوافق' تحت، بكون شفت ووافقت على شروط الاستخدام وسياسة الخصوصية. وعمري فوق الـ ١٨ سنة.",
"First name": "الاسم الأول",
- "Enter your first name": "أدخل اسمك الأول",
- "Please enter your first name.": "الرجاء إدخال اسمك الأول.",
+ "Enter your first name": "دخل اسمك الأول",
+ "Please enter your first name.": "يا ريت تدخل اسمك الأول.",
"Last name": "الاسم الأخير",
- "Enter your last name": "أدخل اسمك الأخير",
- "Please enter your last name.": "الرجاء إدخال اسمك الأخير.",
+ "Enter your last name": "دخل اسمك الأخير",
+ "Please enter your last name.": "يا ريت تدخل كنيتك.",
"City": "المدينة",
- "Please enter your City.": "الرجاء إدخال مدينتك.",
+ "Please enter your City.": "يا ريت تدخل مدينتك.",
"Verify Email": "التحقق من البريد الإلكتروني",
"We sent 5 digit to your Email provided":
- "أرسلنا رمزاً من 5 أرقام إلى بريدك الإلكتروني",
+ "بعتنا كود من ٥ أرقام لإيميلك",
"5 digit": "5 أرقام",
- "Send Verification Code": "إرسال رمز التحقق",
+ "Send Verification Code": "بعت كود التأكيد",
"Your Ride Duration is ": "مدة رحلتك هي ",
- "You will be thier in": "ستصل خلال",
+ "You will be thier in": "رح توصل بخلال",
"You trip distance is": "مسافة رحلتك هي",
"Fee is": "الأجرة هي",
"From : ": "من: ",
@@ -894,80 +1001,78 @@ class MyTranslation extends Translations {
"Privacy Policy": "سياسة الخصوصية",
"Intaleq LLC": "شركة انطلق",
"Syria'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.":
- "خدمة مشاركة الرحلات الرائدة في سوريا، تم تطويرها بفخر من قبل ملاك عرب ومحليين. أولويتنا هي أن نكون بالقرب منك - ركابنا الكرام وكباتننا المتفانين.",
+ "خدمة مشاركة المشاوير الأولى بسوريا، تفيدنا إنه نكون معك قريبين، سواء كنت راكب أو كابتن من كباتننا الغاليين.",
"Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.":
- "انطلق هو أول تطبيق لمشاركة الرحلات في سوريا، مصمم ليوصلك بأقرب الكباتن لتجربة تنقل سريعة ومريحة.",
- "Why Choose Intaleq?": "لماذا تختار انطلق؟",
- "Closest to You": "الأقرب إليك",
+ "انطلق هو أول تطبيق لمشاركة المشاوير بسوريا، مصمم ليوصلك بأقرب كابتن مشان توصل بسرعة وراحة.",
+ "Why Choose Intaleq?": "ليش تنقي انطلق؟",
+ "Closest to You": "أقرب شي إلك",
"We connect you with the nearest drivers for faster pickups and quicker journeys.":
- "نوصلك بأقرب الكباتن لوصول أسرع ورحلات أسرع.",
- "Uncompromising Security": "أمان لا هوادة فيه",
- "Lady Captains Available": "كباتن سيدات متاحات",
+ "منوصلك بأقرب كابتن لتصل أسرع ومشاريرك تكون أسرع.",
+ "Uncompromising Security": "أمان تام",
+ "Lady Captains Available": "في كباتن بنات كمان",
"Recorded Trips (Voice & AI Analysis)":
"رحلات مسجلة (تحليل صوتي وذكاء اصطناعي)",
"Fastest Complaint Response": "أسرع استجابة للشكاوى",
"Our dedicated customer service team ensures swift resolution of any issues.":
- "فريق خدمة العملاء لدينا يضمن حلاً سريعاً لأي مشكلة.",
+ "فريقنا بخدمة الزباين بضمنلك حل سريع لأي مشكلة بتواجهك.",
"Affordable for Everyone": "أسعار مناسبة للجميع",
- "Frequently Asked Questions": "الأسئلة المتكررة",
+ "Frequently Asked Questions": "الأسئلة الشائعة",
"Getting Started": "البداية",
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.":
- "ببساطة افتح تطبيق انطلق، أدخل وجهتك، واضغط \"اطلب رحلة\". سيقوم التطبيق بتوصيلك بكابتن قريب.",
+ "بس افتح تطبيق انطلق، دخل لوين بدك تروح، واضغط \"اطلب مشوار\". التطبيق دغري رح يوصلك بكابتن قريب.",
"Vehicle Options": "خيارات المركبات",
"Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.":
- "يقدم انطلق خيارات متنوعة تشمل الاقتصادية، والمريحة، والفاخرة لتناسب احتياجاتك وميزانيتك.",
+ "انطلق بيقدم كذا خيار مثل التوفير والراحة والـ VIP لتنقي اللي بيناسب جيبتك.",
"Payments": "الدفع",
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.":
- "يمكنك الدفع لرحلتك نقداً أو ببطاقة الائتمان/الخصم. اختر طريقة الدفع المفضلة لديك قبل تأكيد الرحلة.",
+ "فيك تدفع حق المشوار كاش أو بكرت البنك. نقي الطريقة اللي بتريحك قبل ما تأكد المشوار.",
"Ride Management": "إدارة الرحلات",
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.":
- "نعم، يمكنك إلغاء رحلتك، ولكن قد يتم تطبيق رسوم إلغاء حسب توقيت الإلغاء.",
+ "إي فيك تكنسل المشوار، بس يمكن تنحسب عليك رسوم إلغاء حسب إيمتى كنسلت.",
"For Drivers": "للكباتن",
"Driver Registration": "تسجيل الكابتن",
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.":
- "للتسجيل ككابتن أو لمعرفة المتطلبات، يرجى زيارة موقعنا أو التواصل مع دعم انطلق مباشرة.",
+ "لتسجل ككابتن أو لتعرف الشروط، يا ريت تزور موقعنا أو تحاكي الدعم عنا دغري.",
"Visit Website/Contact Support": "زيارة الموقع / التواصل مع الدعم",
"Close": "إغلاق",
- "We are searching for the nearest driver": "نبحث عن أقرب كابتن",
+ "We are searching for the nearest driver": "عم ندور على أقرب كابتن",
"Communication": "التواصل",
"How do I communicate with the other party (passenger/driver)?":
- "كيف أتواصل مع الطرف الآخر (الراكب/الكابتن)؟",
+ "كيف فيني أحاكي الراكب أو الكابتن؟",
"You can communicate with your driver or passenger through the in-app chat feature once a ride is confirmed.":
- "يمكنك التواصل مع الكابتن أو الراكب عبر ميزة الدردشة داخل التطبيق بعد تأكيد الرحلة.",
+ "فيك تحاكي الكابتن أو الراكب من الشات اللي بقلب التطبيق بس يتأكد المشوار.",
"Safety & Security": "السلامة والأمان",
"What safety measures does Intaleq offer?":
- "ما هي إجراءات السلامة التي يوفرها انطلق؟",
+ "شو ميزات الأمان اللي بيقدمها انطلق؟",
"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.":
- "يوفر انطلق ميزات أمان متنوعة تشمل التحقق من الكابتن، تتبع الرحلة داخل التطبيق، خيارات الاتصال بالطوارئ، وإمكانية مشاركة حالة رحلتك مع جهات اتصال موثوقة.",
+ "انطلق بيوفرلك ميزات أمان كتير، مثل التأكد من الكابتن، تتبع المشوار، أرقام الطوارئ، وفيك تشارك مشوارك مع رفقاتك ليتطمنوا عليك.",
"Enjoy competitive prices across all trip options, making travel accessible.":
"استمتع بأسعار تنافسية لجميع خيارات الرحلات، مما يجعل التنقل في متناول الجميع.",
"Variety of Trip Choices": "تنوع خيارات الرحلات",
"Choose the trip option that perfectly suits your needs and preferences.":
- "اختر خيار الرحلة الذي يناسب احتياجاتك ورغباتك تماماً.",
+ "نقي نوع المشوار اللي بيناسبك وبيريحك.",
"Your Choice, Our Priority": "اختيارك أولويتنا",
"Because we are near, you have the flexibility to choose the ride that works best for you.":
- "لأننا قريبون، لديك المرونة لاختيار الرحلة الأنسب لك.",
+ "لأننا موجودين هون وقريبين منك، فيك تنقي المشوار اللي بريحك.",
"duration is": "المدة هي",
"Setting": "الإعدادات",
"Find answers to common questions": "ابحث عن إجابات للأسئلة الشائعة",
- "I don't need a ride anymore": "لم أعد بحاجة لرحلة",
- "I was just trying the application": "كنت أجرب التطبيق فقط",
- "No driver accepted my request": "لم يوافق أي كابتن على طلبي",
- "I added the wrong pick-up/drop-off location":
- "أضفت موقع انطلاق/وصول خاطئ",
- "I don't have a reason": "ليس لدي سبب",
+ "I don't need a ride anymore": "ما بقا بدي مشوار",
+ "I was just trying the application": "عم جرب التطبيق بس",
+ "No driver accepted my request": "ما حدا من الكباتن وافق على طلبي",
+ "I added the wrong pick-up/drop-off location": "دخلت لوكيشن غلط",
+ "I don't have a reason": "ما في سبب معين",
"Can we know why you want to cancel Ride ?":
- "هل يمكننا معرفة سبب رغبتك في إلغاء الرحلة؟",
- "Cancel Ride": "إلغاء الرحلة",
+ "فيك تقلنا ليش بدك تكنسل المشوار؟",
"Add Payment Method": "إضافة طريقة دفع",
"Ride Wallet": "محفظة الرحلة",
"Payment Method": "طريقة الدفع",
- "Type here Place": "اكتب المكان هنا",
- "Are You sure to ride to": "هل أنت متأكد من الذهاب إلى",
+ "Type here Place": "اكتب المكان هون",
+ "Are You sure to ride to": "متأكد بدك تروح لـ",
"Confirm": "تأكيد",
"You are Delete": "أنت تحذف",
"Deleted": "تم الحذف",
- "You Dont Have Any places yet !": "ليس لديك أي أماكن بعد!",
+ "You Dont Have Any places yet !": "لسا ما عندك أماكن!",
"From : Current Location": "من: الموقع الحالي",
"My Cared": "بطاقاتي",
"Add Card": "إضافة بطاقة",
@@ -978,25 +1083,25 @@ class MyTranslation extends Translations {
"Go To Favorite Places": "الذهاب إلى الأماكن المفضلة",
"Go to this Target": "اذهب إلى هذه الوجهة",
"My Profile": "ملفي الشخصي",
- "Are you want to go to this site": "هل تريد الذهاب إلى هذا الموقع؟",
+ "Are you want to go to this site": "بدك تروح لهاد اللوكيشن؟",
"MyLocation": "موقعي",
"my location": "موقعي",
"Target": "الوجهة",
- "You Should choose rate figure": "يجب عليك اختيار تقييم",
+ "You Should choose rate figure": "لازم تنقي تقييم",
"Login Captin": "تسجيل دخول الكابتن",
"Register Captin": "تسجيل كابتن",
- "Send Verfication Code": "إرسال رمز التحقق",
+ "Send Verfication Code": "بعت كود التأكيد",
"KM": "كم",
- "End Ride": "إنهاء الرحلة",
+ "End Ride": "إنهاء المشوار",
"Minute": "دقيقة",
- "Go to passenger Location now": "اذهب إلى موقع الراكب الآن",
- "Duration of the Ride is ": "مدة الرحلة ",
- "Distance of the Ride is ": "مسافة الرحلة ",
+ "Go to passenger Location now": "روح لعند الراكب هلا",
+ "Duration of the Ride is ": "مدة المشوار ",
+ "Distance of the Ride is ": "مسافة المشوار ",
"Name of the Passenger is ": "اسم الراكب ",
- "Hello this is Captain": "مرحباً، معك الكابتن",
- "Start the Ride": "ابدأ الرحلة",
+ "Hello this is Captain": "أهلاً، معك الكابتن",
+ "Start the Ride": "بلش المشوار",
"Please Wait If passenger want To Cancel!":
- "الرجاء الانتظار في حال أراد الراكب الإلغاء!",
+ "يا ريت تنطر شوي لبين ما نشوف إذا الراكب رح يكنسل!",
"Total Duration:": "المدة الإجمالية:",
"Active Duration:": "المدة النشطة:",
"Waiting for Captin ...": "بانتظار الكابتن...",
@@ -1007,17 +1112,17 @@ class MyTranslation extends Translations {
"Settings": "الإعدادات",
"Feed Back": "التقييمات",
"Please enter a valid 16-digit card number":
- "الرجاء إدخال رقم بطاقة صالح مكون من 16 رقماً",
+ "يا ريت تدخل رقم كرت صح من ١٦ رقم",
"Add Phone": "إضافة رقم",
- "Please enter a phone number": "الرجاء إدخال رقم هاتف",
- "You dont Add Emergency Phone Yet!": "لم تقم بإضافة رقم طوارئ بعد!",
- "You will arrive to your destination after ": "ستصل إلى وجهتك بعد ",
- "You can cancel Ride now": "يمكنك إلغاء الرحلة الآن",
+ "Please enter a phone number": "يا ريت تدخل رقم موبايل",
+ "You dont Add Emergency Phone Yet!": "لسا ما ضفت رقم طوارئ!",
+ "You will arrive to your destination after ": "رح تصل لوجهتك بعد ",
+ "You can cancel Ride now": "فيك تكنسل المشوار هلا",
"You Can cancel Ride After Captain did not come in the time":
- "يمكنك إلغاء الرحلة إذا لم يأتِ الكابتن في الوقت المحدد",
+ "فيك تكنسل المشوار إذا ما وصل الكابتن ع الوقت",
"If you in Car Now. Press Start The Ride":
- "إذا كنت في السيارة الآن، اضغط على 'ابدأ الرحلة'",
- "You Dont Have Any amount in": "ليس لديك أي رصيد في",
+ "إذا صرت بالسيارة هلا، اضغط على 'بلش المشوار'",
+ "You Dont Have Any amount in": "ما عندك رصيد بـ",
"Wallet!": "المحفظة!",
"You Have": "لديك",
"Save Credit Card": "حفظ البطاقة الائتمانية",
@@ -1030,7 +1135,7 @@ class MyTranslation extends Translations {
"You will choose one of above !": "اختر أحد الخيارات أعلاه!",
"Edit Profile": "تعديل الملف الشخصي",
"Copy this Promo to use it in your Ride!":
- "انسخ هذا العرض واستخدمه في رحلتك!",
+ "انسخ هاد العرض واستخدمه بمشوارك!",
"To change some Settings": "لتغيير بعض الإعدادات",
"Order Request Page": "صفحة طلب الرحلة",
"Rouats of Trip": "مسارات الرحلة",
@@ -1048,99 +1153,99 @@ class MyTranslation extends Translations {
"Rate Captain": "تقييم الكابتن",
"Enter your Note": "أدخل ملاحظتك",
"Type something...": "اكتب شيئاً...",
- "Submit rating": "إرسال التقييم",
+ "Submit rating": "بعت التقييم",
"Rate Passenger": "تقييم الراكب",
"Ride Summary": "ملخص الرحلة",
- "welcome_message": "أهلاً بك في انطلق!",
+ "welcome_message": "يا مية أهلاً بك بـ انطلق!",
"app_description":
- "انطلق هو تطبيق لمشاركة الرحلات، موثوق، آمن، وفي متناول اليد.",
- "get_to_destination": "صل إلى وجهتك بسرعة وسهولة.",
- "get_a_ride": "مع انطلق، يمكنك الحصول على توصيلة لوجهتك في دقائق.",
+ "انطلق هو تطبيق لمشاركة المشاوير، موثوق، آمن، وجيبتك بتتحمله.",
+ "get_to_destination": "وصل لوجهتك بسرعة وسهولة.",
+ "get_a_ride": "مع انطلق، رح تلاقي حدا يوصلك لوجهتك بدقايق.",
"safe_and_comfortable": "استمتع برحلة آمنة ومريحة.",
"committed_to_safety":
- "تلتزم انطلق بالسلامة، وجميع كباتننا يتم فحصهم بعناية والتحقق من سجلاتهم.",
- "your ride is Accepted": "تم قبول رحلتك",
- "Driver is waiting at pickup.": "الكابتن بانتظارك في نقطة الانطلاق.",
- "Driver is on the way": "الكابتن في الطريق",
+ "انطلق بيهمها سلامتك، وكل كباتننا منشيك عليهن وبالفحص الدقيق.",
+ "your ride is Accepted": "انقبل مشوارك",
+ "Driver is waiting at pickup.": "الكابتن ناطرك بمكان الانطلاق.",
+ "Driver is on the way": "الكابتن ع الطريق",
"Contact Options": "خيارات التواصل",
"Send a custom message": "إرسال رسالة مخصصة",
"Type your message": "اكتب رسالتك",
- "I will go now": "أنا ذاهب الآن",
+ "I will go now": "صرت طالع",
"You Have Tips": "لديك إكرامية",
" tips\nTotal is": " إكرامية\nالإجمالي هو",
"Your fee is ": "أجرتك هي ",
"Do you want to pay Tips for this Driver":
- "هل تريد دفع إكرامية لهذا الكابتن؟",
+ "بدك تدفع إكرامية لهاد الكابتن؟",
"Tip is ": "الإكرامية: ",
"Are you want to wait drivers to accept your order":
- "هل تريد انتظار الكباتن ليقبلوا طلبك؟",
+ "بدك تنطر الكباتن لبين ما حدا يقبل طلبك؟",
"This price is fixed even if the route changes for the driver.":
"هذا السعر ثابت حتى لو تغير مسار الكابتن.",
"The price may increase if the route changes.":
"قد يرتفع السعر إذا تغير المسار.",
"The captain is responsible for the route.":
"الكابتن هو المسؤول عن المسار.",
- "We are search for nearst driver": "نبحث عن أقرب كابتن",
- "Your order is being prepared": "طلبك قيد التحضير",
- "The drivers are reviewing your request": "يقوم الكباتن بمراجعة طلبك",
- "Your order sent to drivers": "تم إرسال طلبك للكباتن",
+ "We are search for nearst driver": "عم ندور على أقرب كابتن",
+ "Your order is being prepared": "طلبك عم يجهز",
+ "The drivers are reviewing your request": "الكباتن عم يشوفوا طلبك",
+ "Your order sent to drivers": "انبعت طلبك للكباتن",
"You can call or record audio of this trip":
- "يمكنك الاتصال أو تسجيل صوت لهذه الرحلة",
+ "فيك تدق أو تسجل صوت بهاد المشوار",
"The trip has started! Feel free to contact emergency numbers, share your trip, or activate voice recording for the journey":
- "بدأت الرحلة! يمكنك الآن الاتصال بأرقام الطوارئ، مشاركة رحلتك، أو تفعيل التسجيل الصوتي.",
- "Camera Access Denied.": "تم رفض الوصول إلى الكاميرا.",
+ "بلش المشوار! فيك هلا تدق للطوارئ، أو تشارك مشوارك، أو تشغل تسجيل الصوت.",
+ "Camera Access Denied.": "الكاميرا انرفضت.",
"Open Settings": "فتح الإعدادات",
- "GPS Required Allow !.": "مطلوب تفعيل GPS!",
- "Your Account is Deleted": "تم حذف حسابك",
- "Are you sure to delete your account?": "هل أنت متأكد من حذف حسابك؟",
+ "GPS Required Allow !.": "لازم تشغل الـ GPS!",
+ "Your Account is Deleted": "انمسح حسابك",
+ "Are you sure to delete your account?": "متأكد بدك تمسح حسابك؟",
"Your data will be erased after 2 weeks\nAnd you will can't return to use app after 1 month ":
- "سيتم حذف بياناتك بعد أسبوعين\nولن تتمكن من استخدام التطبيق مرة أخرى بعد شهر واحد.",
- "Enter Your First Name": "أدخل اسمك الأول",
- "Are you Sure to LogOut?": "هل أنت متأكد من تسجيل الخروج؟",
+ "رح نمسح بياناتك بعد أسبوعين\nوما رح فيك ترجع تستخدم التطبيق بعد شهر واحد.",
+ "Enter Your First Name": "دخل اسمك الأول",
+ "Are you Sure to LogOut?": "متأكد بدك تسجل خروج؟",
"Email Wrong": "البريد الإلكتروني خاطئ",
- "Email you inserted is Wrong.": "البريد الإلكتروني الذي أدخلته خاطئ.",
- "You have finished all times ": "لقد استنفدت كل المحاولات",
+ "Email you inserted is Wrong.": "الإيميل اللي دخلته غلط.",
+ "You have finished all times ": "خلصت كل المحاولات اللي إلك",
"if you want help you can email us here":
- "إذا كنت بحاجة للمساعدة، يمكنك مراسلتنا هنا",
+ "إذا بدك مساعدة فيك تراسلنا من هون",
"Thanks": "شكراً",
"Email Us": "راسلنا عبر البريد الإلكتروني",
"I cant register in your app in face detection ":
- "لا أستطيع التسجيل في تطبيقكم بسبب مشكلة في التحقق من الوجه",
+ "ما عم بقدر سجل بالتطبيق مشان مشكلة بصورة الوش",
"Hi": "مرحباً",
"No face detected": "لم يتم التعرف على أي وجه",
- "Image detecting result is ": "نتيجة التعرف على الصورة هي ",
+ "Image detecting result is ": "نتيجة فحص الصورة هي ",
"from 3 times Take Attention": "من 3 محاولات، انتبه",
"Be sure for take accurate images please\nYou have":
- "الرجاء التأكد من التقاط صور دقيقة\nلديك",
+ "يا ريت تتأكد من ووضوح الصورة\nعندك",
"image verified": "تم التحقق من الصورة",
"Next": "التالي",
- "There is no help Question here": "لا يوجد سؤال مساعدة هنا",
- "You dont have Points": "ليس لديك نقاط",
- "You Are Stopped For this Day !": "لقد تم إيقافك لهذا اليوم!",
+ "There is no help Question here": "ما في سؤال مساعدة هون",
+ "You dont have Points": "ما عندك نقاط",
+ "You Are Stopped For this Day !": "وقفت لليوم!",
"You must be charge your Account": "يجب عليك شحن حسابك",
"You Refused 3 Rides this Day that is the reason \nSee you Tomorrow!":
- "لقد رفضت 3 رحلات اليوم، ولهذا السبب تم إيقافك.\nنراك غداً!",
- "Recharge my Account": "إعادة شحن حسابي",
+ "رفضت ٣ مشارير اليوم، مشان هيك توقفت.\nمنشوفك بكرا!",
+ "Recharge my Account": "عبي رصيد حسابي",
"Ok , See you Tomorrow": "حسناً، أراك غداً",
"You are Stopped": "أنت موقوف",
"Connected": "متصل",
"Not Connected": "غير متصل",
"Your are far from passenger location": "أنت بعيد عن موقع الراكب",
"go to your passenger location before\nPassenger cancel trip":
- "اذهب إلى موقع الراكب قبل أن يلغي الرحلة",
+ "روح لعند الراكب قبل ما يكنسل المشوار",
"You will get cost of your work for this trip":
- "ستحصل على تكلفة عملك لهذه الرحلة",
+ "رح تاخد حق تعبك بهاد المشوار",
" in your wallet": "في محفظتك",
"you gain": "لقد ربحت",
- "Order Cancelled by Passenger": "تم إلغاء الطلب من قبل الراكب",
+ "Order Cancelled by Passenger": "الراكب كنسل الطلب",
"Feedback data saved successfully": "تم حفظ التقييم بنجاح",
- "No Promo for today .": "لا يوجد عرض لليوم.",
- "Select your destination": "اختر وجهتك",
- "Search for your Start point": "ابحث عن نقطة انطلاقك",
- "Search for waypoint": "ابحث عن نقطة توقف",
+ "No Promo for today .": "ما في عرض لليوم.",
+ "Select your destination": "نقي وجهتك",
+ "Search for your Start point": "دور على من وين بدك تطلع",
+ "Search for waypoint": "دور على نقطة توقف",
"Current Location": "الموقع الحالي",
"Add Location 1": "إضافة موقع 1",
- "You must Verify email !.": "يجب عليك التحقق من البريد الإلكتروني!",
+ "You must Verify email !.": "لازم تتأكد من الإيميل!",
"Cropper": "قص الصورة",
"Saved Sucssefully": "تم الحفظ بنجاح",
"Select Date": "اختر التاريخ",
@@ -1154,7 +1259,7 @@ class MyTranslation extends Translations {
"Add Location 3": "إضافة موقع 3",
"Add Location 4": "إضافة موقع 4",
"Waiting for your location": "بانتظار موقعك",
- "Search for your destination": "ابحث عن وجهتك",
+ "Search for your destination": "دور لوين بدك تروح",
"Hi! This is": "مرحباً! هذا",
" I am using": " أنا أستخدم",
" to ride with": " للتنقل مع",
@@ -1162,35 +1267,34 @@ class MyTranslation extends Translations {
"is driving a ": "يقود سيارة ",
" with license plate ": " رقم لوحتها ",
" I am currently located at ": " أنا حالياً في ",
- "Please go to Car now ": "الرجاء التوجه إلى السيارة الآن",
+ "Please go to Car now ": "يا ريت تروح ع السيارة هلا",
"You will receive a code in WhatsApp Messenger":
- "سوف تستلم الرمز عبر واتساب",
- "If you need assistance, contact us":
- "إذا احتجت للمساعدة، تواصل معنا",
+ "رح يوصلك الكود ع الواتساب",
+ "If you need assistance, contact us": "إذا بدك مساعدة، حاكينا",
"Promo Ended": "انتهى العرض",
- "Enter the promo code and get": "أدخل رمز العرض واحصل على",
+ "Enter the promo code and get": "دخل كود الخصم وخد",
"DISCOUNT": "خصم",
"No wallet record found": "لم يتم العثور على سجل للمحفظة",
"for": "لـ",
"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.":
"انطلق هو تطبيق مشاركة الرحلات الأكثر أماناً، ويقدم ميزات عديدة للكباتن والركاب. نقدم أقل نسبة عمولة، 8% فقط، لنضمن لك أفضل قيمة لرحلاتك. يشمل تطبيقنا تأميناً لأفضل الكباتن، صيانة دورية للسيارات مع أفضل المهندسين، وخدمات على الطريق لتجربة محترمة وعالية الجودة لجميع المستخدمين.",
"You can contact us during working hours from 12:00 - 19:00.":
- "يمكنك التواصل معنا خلال ساعات العمل من 12:00 ظهراً حتى 7:00 مساءً.",
- "Choose a contact option": "اختر طريقة التواصل",
+ "فيك تحاكينا بأوقات الشغل من ١٠ للـ ٤.",
+ "Choose a contact option": "نقي كيف بدك تحاكينا",
"Work time is from 12:00 - 19:00.\nYou can send a WhatsApp message or email.":
- "أوقات العمل من 12:00 ظهراً حتى 7:00 مساءً.\nيمكنك إرسال رسالة واتساب أو بريد إلكتروني.",
+ "أوقات الشغل من ١٠ الصبح للـ ٤ المسا.\nفيك تبعت واتساب أو إيميل.",
"Promo code copied to clipboard!": "تم نسخ رمز العرض إلى الحافظة!",
"Copy Code": "نسخ الرمز",
"Your invite code was successfully applied!":
"تم تطبيق رمز دعوتك بنجاح!",
"Payment Options": "خيارات الدفع",
"wait 1 minute to receive message":
- "انتظر دقيقة واحدة لاستلام الرسالة",
+ "انطر دقيقة لبين ما توصلك الرسالة",
"You have copied the promo code.": "لقد نسخت رمز العرض.",
- "Select Payment Amount": "اختر مبلغ الدفع",
+ "Select Payment Amount": "نقي شقد بدك تدفع",
"The promotion period has ended.": "لقد انتهت فترة العرض.",
"Promo Code Accepted": "تم قبول رمز العرض",
- "Tap on the promo code to copy it!": "اضغط على رمز العرض لنسخه!",
+ "Tap on the promo code to copy it!": "اضغط ع الكود لتنسخه!",
"Lowest Price Achieved": "تم الوصول لأقل سعر",
"Cannot apply further discounts.":
"لا يمكن تطبيق المزيد من الخصومات.",
@@ -1199,41 +1303,40 @@ class MyTranslation extends Translations {
"You have already used this promo code.":
"لقد استخدمت هذا العرض مسبقاً.",
"Insert Your Promo Code": "أدخل رمز العرض الخاص بك",
- "Enter promo code here": "أدخل رمز العرض هنا",
- "Please enter a valid promo code": "الرجاء إدخال رمز عرض صالح",
+ "Enter promo code here": "دخل كود الخصم هون",
+ "Please enter a valid promo code": "يا ريت تدخل كود صح",
"Awfar Car": "سيارة أوفر",
"Old and affordable, perfect for budget rides.":
- "قديمة واقتصادية، مثالية للرحلات الموفّرة.",
+ "قديمة وجيبتك بتتحملها، ممتازة لتوفير المصاري.",
" If you need to reach me, please contact the driver directly at":
- "إذا احتجت للتواصل معي، يرجى الاتصال بالكابتن مباشرة على",
+ "إذا بدك تحاكيني، دق للكابتن دغري على",
"No Car or Driver Found in your area.":
- "لم يتم العثور على سيارة أو كابتن في منطقتك.",
- "Please Try anther time ": "الرجاء المحاولة في وقت آخر",
+ "ما لقينا سيارات أو كباتن بمنطقتك.",
+ "Please Try anther time ": "جرب مرة تانية بعد شوي ",
"There no Driver Aplly your order sorry for that ":
- "لم يتقدم أي كابتن لطلبك، نعتذر عن ذلك",
- "Trip Cancelled": "تم إلغاء الرحلة",
+ "ما حدا من الكباتن قدم ع طلبك، منعتذر منك",
+ "Trip Cancelled": "تكنسل المشوار",
"The Driver Will be in your location soon .":
- "سيصل الكابتن إلى موقعك قريباً.",
- "The distance less than 500 meter.": "المسافة أقل من 500 متر.",
- "Promo End !": "انتهى العرض!",
- "There is no notification yet": "لا توجد إشعارات بعد",
+ "الكابتن رح يوصل لعندك بعد شوي.",
+ "The distance less than 500 meter.": "المسافة أقل من ٥٠٠ متر.",
+ "Promo End !": "خلص العرض!",
+ "There is no notification yet": "لسا ما في إشعارات",
"Use Touch ID or Face ID to confirm payment":
- "استخدم بصمة الإصبع أو الوجه لتأكيد الدفع",
+ "استخدم البصمة أو الوش لتأكد الدفع",
"Contact us for any questions on your order.":
- "تواصل معنا لأي استفسار حول طلبك.",
- "Pyament Cancelled .": "تم إلغاء الدفع.",
- "type here": "اكتب هنا",
+ "حاكينا لأي سؤال مشان طلبك.",
+ "Pyament Cancelled .": "تكنسل الدفع.",
+ "type here": "اكتب هون",
"Scan Driver License": "مسح رخصة القيادة",
"Please put your licence in these border":
- "الرجاء وضع رخصتك ضمن هذه الحدود",
- "Camera not initialized yet": "لم يتم تفعيل الكاميرا بعد",
- "Take Image": "التقط صورة",
+ "يا ريت تحط رخصتك بقلب هاد المربع",
+ "Camera not initialized yet": "الكاميرا لسا ما اشتغلت",
+ "Take Image": "صور",
"AI Page": "صفحة الذكاء الاصطناعي",
- "Take Picture Of ID Card": "التقط صورة للهوية",
- "Take Picture Of Driver License Card": "التقط صورة لرخصة القيادة",
- "We are process picture please wait ":
- "جاري معالجة الصورة، يرجى الانتظار",
- "There is no data yet.": "لا توجد بيانات بعد.",
+ "Take Picture Of ID Card": "صور الهوية",
+ "Take Picture Of Driver License Card": "صور رخصة القيادة",
+ "We are process picture please wait ": "عم نشيك ع الصورة، انطر شوي",
+ "There is no data yet.": "لسا ما في بيانات.",
"Name :": "الاسم:",
"Drivers License Class: ": "فئة الرخصة:",
"Document Number: ": "رقم الوثيقة:",
@@ -1242,24 +1345,24 @@ class MyTranslation extends Translations {
"Expiry Date: ": "تاريخ الانتهاء:",
"Date of Birth: ": "تاريخ الميلاد:",
"You can't continue with us .\nYou should renew Driver license":
- "لا يمكنك المتابعة معنا.\nيجب عليك تجديد رخصة القيادة",
+ "ما فيك تكمل معنا.\nلازم تجدد الرخصة",
"Detect Your Face ": "التحقق من وجهك",
"Go to next step\nscan Car License.":
- "انتقل للخطوة التالية\nمسح رخصة السيارة.",
+ "روح ع الخطوة اللي بعدها\nصور رخصة السيارة.",
"Name in arabic": "الاسم بالعربية",
"Drivers License Class": "فئة رخصة القيادة",
"Selected Date": "التاريخ المحدد",
- "Select Time": "اختر الوقت",
+ "Select Time": "نقي الوقت",
"Selected Time": "الوقت المحدد",
"Selected Date and Time": "التاريخ والوقت المحددان",
- "Lets check Car license ": "لنتحقق من رخصة السيارة",
+ "Lets check Car license ": "خلونا نشيك ع رخصة السيارة",
"Car": "سيارة",
"Plate": "لوحة",
- "Rides": "رحلات",
+ "Rides": "مشارير",
"Selected driver": "الكابتن المختار",
- "Lets check License Back Face": "لنتحقق من الوجه الخلفي للرخصة",
+ "Lets check License Back Face": "خلونا نشيك ع قفا الرخصة",
"Car License Card": "رخصة السيارة",
- "No image selected yet": "لم يتم اختيار صورة بعد",
+ "No image selected yet": "لسا ما نقيت صورة",
"Made :": "الصنع:",
"model :": "الموديل:",
"VIN :": "رقم الهيكل:",
@@ -1267,187 +1370,161 @@ class MyTranslation extends Translations {
"ُExpire Date": "تاريخ الانتهاء",
"Login Driver": "دخول الكابتن",
"Password must br at least 6 character.":
- "يجب أن تتكون كلمة المرور من 6 أحرف على الأقل.",
- "if you don't have account": "إذا لم يكن لديك حساب",
- "Here recorded trips audio": "هنا التسجيلات الصوتية للرحلات",
+ "كلمة السر لازم تكون ٦ أحرف ع الأقل.",
+ "if you don't have account": "إذا ما عندك حساب",
+ "Here recorded trips audio": "هون تسجيلات الصوت للمشارير",
"Register as Driver": "التسجيل ككابتن",
"By selecting \"I Agree\" below, I have reviewed and agree to the Terms of Use and acknowledge the ":
- "باختياري \"أوافق\" أدناه، أكون قد راجعت ووافقت على شروط الاستخدام وأقر بـ",
+ "بضغطة ع \"أوافق\" تحت، بكون شفت ووافقت على شروط الاستخدام وبقر بـ",
"Log Out Page": "صفحة تسجيل الخروج",
"Log Off": "تسجيل الخروج",
"Register Driver": "تسجيل كابتن",
- "Verify Email For Driver": "التحقق من بريد الكابتن الإلكتروني",
+ "Verify Email For Driver": "تأكيد إيميل الكابتن",
"Admin DashBoard": "لوحة تحكم المشرف",
"Your name": "اسمك",
- "your ride is applied": "تم قبول رحلتك",
+ "your ride is applied": "تم قبول مشوارك",
"H and": "س و",
"JOD": "دينار",
"m": "د",
- "We search nearst Driver to you": "نبحث لك عن أقرب كابتن",
+ "We search nearst Driver to you": "عم ندورلك ع أقرب كابتن",
"please wait till driver accept your order":
- "الرجاء الانتظار حتى يقبل الكابتن طلبك",
+ "انطر شوي لبين ما كابتن يقبل طلبك",
"No accepted orders? Try raising your trip fee to attract riders.":
- "لا يوجد قبول للطلبات؟ حاول رفع أجرة رحلتك لجذب الكباتن.",
- "You should select one": "يجب عليك اختيار واحد",
+ "ما حدا قبل؟ جرب ترفع الأجرة شوي لتشجع الكباتن.",
+ "You should select one": "لازم تنقي واحد",
"The driver accept your order for": "الكابتن قبل طلبك مقابل",
- "The driver on your way": "الكابتن في طريقه إليك",
+ "The driver on your way": "الكابتن جاي لعندك",
"Total price from ": "السعر الإجمالي من ",
"Order Details Intaleq": "تفاصيل طلب انطلق",
"Selected file:": "الملف المختار:",
- "Your trip cost is": "تكلفة رحلتك هي",
+ "Your trip cost is": "تكلفة مشوارك هي",
"this will delete all files from your device":
- "سيؤدي هذا إلى حذف جميع الملفات من جهازك",
+ "هاد رح يمسح كل الملفات من موبايلك",
"Exclusive offers and discounts always with the Intaleq app":
- "عروض وخصومات حصرية دائماً مع تطبيق انطلق",
- "Submit Question": "إرسال سؤال",
- "Please enter your Question.": "الرجاء إدخال سؤالك.",
+ "عروض وخصومات حصرية دايماً مع انطلق",
+ "Submit Question": "بعت السؤال",
+ "Please enter your Question.": "يا ريت تدخل سؤالك.",
"Help Details": "تفاصيل المساعدة",
- "No trip yet found": "لم يتم العثور على رحلة بعد",
- "No Response yet.": "لا يوجد رد بعد.",
+ "No trip yet found": "ما في مشوار لسا",
+ "No Response yet.": "لسا ما في رد.",
" You Earn today is ": "أرباحك اليوم هي ",
- " You Have in": " لديك في",
+ " You Have in": " عندك بـ",
"Total points is ": "إجمالي النقاط: ",
"Total Connection Duration:": "إجمالي مدة الاتصال:",
"Passenger name : ": "اسم الراكب: ",
- "Cost Of Trip IS ": "تكلفة الرحلة: ",
+ "Cost Of Trip IS ": "تكلفة المشوار: ",
"Arrival time": "وقت الوصول",
- "arrival time to reach your point": "وقت الوصول إلى وجهتك",
+ "arrival time to reach your point": "وقت الوصول لوجهتك",
"For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
- "لرحلات انطلق والسكوتر، يتم حساب السعر بشكل متغير. أما لرحلات الراحة، فيعتمد السعر على الوقت والمسافة.",
- "Hello this is Driver": "مرحباً، معك الكابتن",
- "Is the Passenger in your Car ?": "هل الراكب في سيارتك؟",
+ "لمشارير انطلق والسكوتر، السعر بيتغير. وبمشارير الراحة، السعر بيعتمد ع الوقت والمسافة.",
+ "Hello this is Driver": "أهلاً، معك الكابتن",
+ "Is the Passenger in your Car ?": "الراكب صر بقلب سيارتك؟",
"Please wait for the passenger to enter the car before starting the trip.":
- "الرجاء انتظار دخول الراكب إلى السيارة قبل بدء الرحلة.",
- "No ,still Waiting.": "لا، ما زلت أنتظر.",
- "I arrive you": "أنا وصلتك",
- "I Arrive your site": "أنا وصلت لموقعك",
+ "يا ريت تنطر الراكب ليركب بالسيارة قبل ما تبلش المشوار.",
+ "No ,still Waiting.": "لا، لسا عم انطر.",
+ "I arrive you": "صرت عندك",
+ "I Arrive your site": "أنا وصلت لعندك",
"You are not in near to passenger location":
- "أنت لست قريباً من موقع الراكب",
+ "أنت مو قريب من مكان الراكب",
"please go to picker location exactly":
- "الرجاء الذهاب إلى موقع الانطلاق بدقة",
+ "يا ريت تروح ع اللوكيشن بالظبط",
"You Can Cancel Trip And get Cost of Trip From":
- "يمكنك إلغاء الرحلة والحصول على تكلفتها من",
- "Are you sure to cancel?": "هل أنت متأكد من الإلغاء؟",
- "Insert Emergincy Number": "إدخال رقم الطوارئ",
+ "فيك تكنسل المشوار وتاخد حقه من",
+ "Are you sure to cancel?": "متأكد بدك تكنسل؟",
+ "Insert Emergincy Number": "دخل رقم الطوارئ",
"Best choice for comfort car and flexible route and stops point":
- "الخيار الأفضل لسيارة مريحة ومسار مرن ونقاط توقف",
+ "أحسن خيار لسيارة مريحة وطريق مرن ونقاط توقف",
"Insert": "إدخال",
- "This is for scooter or a motorcycle.":
- "هذا للسكوتر أو الدراجة النارية.",
+ "This is for scooter or a motorcycle.": "هاد للسكوتر أو الموتور.",
"This trip goes directly from your starting point to your destination for a fixed price. The driver must follow the planned route":
- "هذه الرحلة مباشرة من نقطة انطلاقك إلى وجهتك بسعر ثابت. يجب على الكابتن اتباع المسار المحدد.",
+ "هاد المشوار دغري من مكانك للوجهة بسعر ثابت. والكابتن لازم يلحق الطريق المحدد.",
"You can decline a request without any cost":
- "يمكنك رفض الطلب دون أي تكلفة",
+ "فيك ترفض الطلب بلا ما تخسر شي",
"Perfect for adventure seekers who want to experience something new and exciting":
- "مثالي لمحبي المغامرات الذين يرغبون في تجربة شيء جديد ومثير",
+ "ممتاز للي بيحبوا المغامرة وبدهن يجربوا شي جديد بياخد العقل",
"My current location is:": "موقعي الحالي هو:",
- "and I have a trip on": "ولدي رحلة على",
+ "and I have a trip on": "وعندي مشوار ع",
"App with Passenger": "التطبيق مع الراكب",
"You will be pay the cost to driver or we will get it from you on next trip":
- "ستدفع التكلفة للكابتن أو سنحصل عليها منك في الرحلة القادمة",
- "Trip has Steps": "الرحلة لها عدة وجهات",
+ "رح تدفع التكلفة للكابتن أو بناخدها منك المشوار الجاي",
+ "Trip has Steps": "المشوار إله كذا وجهة",
"Distance from Passenger to destination is ":
"المسافة من الراكب للوجهة: ",
"price is": "السعر هو",
"This ride type does not allow changes to the destination or additional stops":
- "هذا النوع من الرحلات لا يسمح بتغيير الوجهة أو إضافة نقاط توقف",
- "This price may be changed": "قد يتغير هذا السعر",
+ "هاد النوع من المشارير ما فيه تغيير للوجهة أو نقاط توقف زيادة",
+ "This price may be changed": "ممكن يتغير هاد السعر",
"No SIM card, no problem! Call your driver directly through our app. We use advanced technology to ensure your privacy.":
- "لا حاجة لبطاقة SIM! اتصل بالكابتن مباشرة عبر تطبيقنا. نستخدم تقنية متقدمة لضمان خصوصيتك.",
+ "ما بدك سيم! حاكي الكابتن دغري من التطبيق. منستخدم تكنولوجيا متطورة لنحمي خصوصيتك.",
"This ride type allows changes, but the price may increase":
- "هذا النوع من الرحلات يسمح بالتغييرات، ولكن قد يرتفع السعر",
- "Select one message": "اختر رسالة واحدة",
- "I'm waiting for you": "أنا بانتظارك",
+ "هاد النوع فيه تغيير، بس ممكن يزيد السعر",
+ "Select one message": "نقي رسالة وحدة",
+ "I'm waiting for 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 كم/ساعة. الرجاء تخفيف السرعة من أجل سلامتك. إذا شعرت بعدم الأمان، يمكنك مشاركة تفاصيل رحلتك مع جهة اتصال أو الاتصال بالشرطة باستخدام زر الطوارئ الأحمر.",
- "Warning: Intaleqing detected!": "تحذير: تم كشف سرعة زائدة!",
+ "السرعة زادت عن الميّة. يا ريت تمهل مشان سلامتك. إذا خفت، فيك تشارك مشوارك مع حدا أو تدق للشرطة من زر الطوارئ الأحمر.",
+ "Warning: Intaleqing detected!": "تحذير: تم كشف سرعة زيادة!",
"Please help! Contact me as soon as possible.":
- "الرجاء المساعدة! تواصل معي بأسرع وقت ممكن.",
- "Share Trip Details": "مشاركة تفاصيل الرحلة",
+ "ساعدوني! حاكوني بأسرع وقت.",
+ "Share Trip Details": "مشاركة تفاصيل المشوار",
"Car Plate is ": "رقم لوحة السيارة: ",
"the 300 points equal 300 L.E for you \nSo go and gain your money":
- "300 نقطة تساوي 300 ليرة لك\nاذهب الآن واكسب أموالك",
- "the 300 points equal 300 L.E": "300 نقطة تساوي 300 ليرة",
+ "٣٠٠ نقطة بيسووا ٣٠٠ ليرة إلك\nروح هلا وطلع مصاري",
+ "the 300 points equal 300 L.E": "٣٠٠ نقطة بيسووا ٣٠٠ ليرة",
"The payment was not approved. Please try again.":
- "لم تتم الموافقة على الدفع. الرجاء المحاولة مرة أخرى.",
+ "ما انقبل الدفع. جرب مرة تانية.",
"Payment Failed": "فشل الدفع",
- "This is a scheduled notification.": "هذا إشعار مجدول.",
- "An error occurred during the payment process.":
- "حدث خطأ أثناء عملية الدفع.",
- "The payment was approved.": "تمت الموافقة على الدفع.",
+ "This is a scheduled notification.": "هاد إشعار مجدول.",
+ "An error occurred during the payment process.": "صار غلط وقت الدفع.",
+ "The payment was approved.": "انقبل الدفع تمام.",
"Payment Successful": "تم الدفع بنجاح",
- "No ride found yet": "لم يتم العثور على رحلة بعد",
+ "No ride found yet": "لسا ما في مشارير",
"Accept Order": "قبول الطلب",
- "Bottom Bar Example": "مثال للشريط السفلي",
+ "Bottom Bar Example": "مثال الشريط السفلي",
"Driver phone": "رقم الكابتن",
"Statistics": "الإحصائيات",
"Origin": "نقطة الانطلاق",
"Destination": "الوجهة",
"Driver Name": "اسم الكابتن",
- "Driver Car Plate": "رقم لوحة سيارة الكابتن",
- "Available for rides": "متاح للرحلات",
+ "Driver Car Plate": "رقم لوحة الكابتن",
+ "Available for rides": "متاح للمشارير",
"Scan Id": "مسح الهوية",
- "Camera not initilaized yet": "لم يتم تفعيل الكاميرا بعد",
- "Scan ID MklGoogle": "مسح هوية MklGoogle",
+ "Camera not initilaized yet": "الكاميرا لسا ما اشتغلت",
+ "Scan ID MklGoogle": "مسح الهوية MklGoogle",
"Language": "اللغة",
"Jordan": "الأردن",
- "USA": "الولايات المتحدة الأمريكية",
+ "USA": "أمريكا",
"Egypt": "مصر",
"Turkey": "تركيا",
- "Saudi Arabia": "المملكة العربية السعودية",
+ "Saudi Arabia": "السعودية",
"Qatar": "قطر",
"Bahrain": "البحرين",
"Kuwait": "الكويت",
- "But you have a negative salary of": "لكن لديك رصيد سالب بقيمة",
- "Promo Code": "رمز العرض",
- "Your trip distance is": "مسافة رحلتك هي",
- "Enter promo code": "أدخل رمز العرض",
- "You have promo!": "لديك عرض!",
+ "But you have a negative salary of": "بس عندك رصيد سالب بـ",
+ "Promo Code": "كود الخصم",
+ "Your trip distance is": "مسافة مشوارك هي",
+ "Enter promo code": "دخل كود الخصم",
+ "You have promo!": "عندك عرض!",
"Cost Duration": "تكلفة المدة",
"Duration is": "المدة هي",
"Leave": "مغادرة",
"Join": "انضمام",
"Heading your way now. Please be ready.":
- "أنا في طريقي إليك الآن. يرجى الاستعداد.",
+ "أنا ع الطريق لعندك هلا. خليك جاهز.",
"Approaching your area. Should be there in 3 minutes.":
- "أقترب من منطقتك. سأكون هناك خلال 3 دقائق.",
+ "قربت لصل لعندك. بعد ٣ دقايق بكون عندك.",
"There's heavy traffic here. Can you suggest an alternate pickup point?":
- "هناك ازدحام مروري شديد. هل يمكنك اقتراح نقطة انطلاق بديلة؟",
+ "في عجقة سير قوية. فيك تقلي نطلع من مكان تاني؟",
"This ride is already taken by another driver.":
- "هذه الرحلة قد أخذها كابتن آخر.",
- "You Should be select reason.": "يجب عليك اختيار السبب.",
+ "هاد المشوار أخده كابتن تاني.",
+ "You Should be select reason.": "لازم تنقي السبب.",
"Waiting for Driver ...": "بانتظار الكابتن...",
- "Latest Recent Trip": "آخر رحلة حديثة",
+ "Latest Recent Trip": "آخر مشوار",
"from your list": "من قائمتك",
"Do you want to change Work location": "هل تريد تغيير موقع العمل؟",
"Do you want to change Home location": "هل تريد تغيير موقع المنزل؟",
"We Are Sorry That we dont have cars in your Location!":
"نأسف لعدم توفر سيارات في موقعك!",
"Choose from Map": "اختر من الخريطة",
- 'Destination Set': "تم تعيين الوجهة",
- 'Now move the map to your pickup point':
- "الآن حرك الخريطة إلى نقطة الانطلاق الخاصة بك",
- 'Move map to your pickup point':
- "حرك الخريطة إلى نقطة الانطلاق الخاصة بك",
- 'You have a balance of': "لديك رصيد بقيمة",
- 'Negative Balance:': "رصيد سلبي:",
- 'You have a negative balance of': "لديك رصيد سلبي بقيمة",
- 'Have a Promo Code?': "هل لديك رمز عرض؟",
- 'Tap to apply your discount': "اضغط لتطبيق خصمك",
- 'Plan Your Route': "خطط طريقك",
- 'Add a Stop': "إضافة نقطة توقف",
- 'stop(s)': "نقطة توقف",
- 'min added to fare': "دقيقة مضافة للأجرة",
- 'Set as Stop': "تعيين كنقطة توقف",
- 'Move map to set stop': "حرك الخريطة لتعيين نقطة التوقف",
- 'Move map to set start location': "حرك الخريطة لتعيين موقع الانطلاق",
- 'Move map to your work location': "حرك الخريطة إلى موقع عملك",
- 'Move map to your home location': "حرك الخريطة إلى موقع منزلك",
- 'Move map to select destination': "حرك الخريطة لاختيار الوجهة",
- 'Confirm Pickup Location': "تأكيد موقع الانطلاق",
- 'Open': "فتح",
- 'Set Destination': "تعيين الوجهة",
- 'Tap to search your destination': "اضغط للبحث عن وجهتك",
"Pick your ride location on the map - Tap to confirm":
"اختر موقع رحلتك على الخريطة - اضغط للتأكيد",
"Intaleq is the ride-hailing app that is safe, reliable, and accessible.":
@@ -1468,1604 +1545,126 @@ class MyTranslation extends Translations {
"Start Record": "بدء التسجيل",
"History of Trip": "سجل الرحلات",
"Helping Center": "مركز المساعدة",
- "Record saved": "تم حفظ التسجيل",
- "Trips recorded": "الرحلات المسجلة",
- "Select Your Country": "اختر بلدك",
+ "Record saved": "انحفظ التسجيل",
+ "Trips recorded": "المشارير المسجلة",
+ "Select Your Country": "نقي بلدك",
"To ensure you receive the most accurate information for your location, please select your country below. This will help tailor the app experience and content to your country.":
- "لضمان حصولك على أدق المعلومات لموقعك، يرجى اختيار بلدك أدناه. سيساعد هذا في تخصيص تجربة التطبيق ومحتواه لبلدك.",
- "Are you sure to delete recorded files":
- "هل أنت متأكد من حذف الملفات المسجلة؟",
- "Select recorded trip": "اختر رحلة مسجلة",
+ "مشان توصلك أدق المعلومات لمكانك، يا ريت تنقي بلدك من تحت. هاد بيساعدنا نضبطلك تجربة التطبيق والمحتوى ع كفّك.",
+ "Are you sure to delete recorded files": "متأكد بدك تمسح التسجيلات؟",
+ "Select recorded trip": "نقي مشوار مسجل",
"Card Number": "رقم البطاقة",
- "Hi, Where to ": "مرحباً، إلى أين؟",
- "Pick your destination from Map": "اختر وجهتك من الخريطة",
+ "Hi, Where to ": "أهلاً، لوين حابب تروح؟",
+ "Pick your destination from Map": "نقي وجهتك من الخريطة",
"Add Stops": "إضافة نقاط توقف",
- "Get Direction": "الحصول على الاتجاهات",
+ "Get Direction": "خد الاتجاهات",
"Add Location": "إضافة موقع",
"Switch Rider": "تبديل الراكب",
"You will arrive to your destination after timer end.":
- "ستصل إلى وجهتك بعد انتهاء المؤقت.",
- "You can cancel trip": "يمكنك إلغاء الرحلة",
+ "رح توصل لوجهتك بس يخلص الوقت.",
+ "You can cancel trip": "فيك تكنسل المشوار",
"The driver waitting you in picked location .":
- "الكابتن بانتظارك في موقع الانطلاق.",
- "Pay with Your": "ادفع باستخدام",
- "Pay with Credit Card": "الدفع بالبطاقة الائتمانية",
- "Show Promos to Charge": "عرض العروض للشحن",
+ "الكابتن ناطرك بمكان الانطلاق.",
+ "Pay with Your": "ادفع بـ",
+ "Pay with Credit Card": "الدفع بالكريدت كارد",
+ "Show Promos to Charge": "عرض العروض لتشحن",
"Point": "نقطة",
- "How many hours would you like to wait?": "كم ساعة تود الانتظار؟",
+ "How many hours would you like to wait?": "كم ساعة حابب تنطر؟",
"Driver Wallet": "محفظة الكابتن",
- "Choose between those Type Cars": "اختر بين أنواع السيارات هذه",
+ "Choose between those Type Cars": "نقي بين أنواع السيارات هاي",
"hour": "ساعة",
- "Select Waiting Hours": "اختر ساعات الانتظار",
- "Total Points is": "إجمالي النقاط",
- "You will receive a code in SMS message":
- "ستستلم رمزاً في رسالة نصية",
- "Done": "تم",
- "Total Budget from trips is ": "إجمالي الميزانية من الرحلات: ",
+ "Select Waiting Hours": "نقي ساعات الانتظار",
+ "Total Points is": "مجموع النقاط",
+ "You will receive a code in SMS message": "رح يوصلك كود برسالة نصية",
+ "Done": "تمام",
+ "Total Budget from trips is ": "إجمالي الميزانية من المشارير: ",
"Total Amount:": "المبلغ الإجمالي:",
"Total Budget from trips by\nCredit card is ":
- "إجمالي الميزانية من الرحلات بالبطاقة الائتمانية: ",
+ "إجمالي الميزانية من المشارير بالكريدت كارد: ",
"This amount for all trip I get from Passengers":
- "هذا المبلغ هو لكل الرحلات التي أحصل عليها من الركاب",
+ "هاد المبلغ لكل المشارير اللي عم آخدها من الركاب",
"Pay from my budget": "ادفع من ميزانيتي",
"This amount for all trip I get from Passengers and Collected For me in":
- "هذا المبلغ هو لكل الرحلات التي أحصل عليها من الركاب والمجمعة لي في",
- "You can buy points from your budget": "يمكنك شراء نقاط من ميزانيتك",
- "insert amount": "أدخل المبلغ",
+ "هاد المبلغ لكل المشارير اللي عم آخدها من الركاب والمجمعة عندي بـ",
+ "You can buy points from your budget": "فيك تشتري نقاط من ميزانيتك",
+ "insert amount": "حط المبلغ",
"You can buy Points to let you online\nby this list below":
- "يمكنك شراء نقاط لتكون متصلاً\nمن القائمة أدناه",
- "Create Wallet to receive your money": "أنشئ محفظة لاستلام أموالك",
- "Enter your feedback here": "أدخل تقييمك هنا",
- "Please enter your feedback.": "الرجاء إدخال تقييمك.",
+ "فيك تشتري نقاط لتكون أونلاين\nمن القائمة اللي تحت",
+ "Create Wallet to receive your money": "اعمل محفظة لتاخد مصاريك",
+ "Enter your feedback here": "حط تقييمك هون",
+ "Please enter your feedback.": "يا ريت تحط تقييمك.",
"Feedback": "تقييم",
- "Submit ": "إرسال ",
- "Click here to Show it in Map": "اضغط هنا لعرضه على الخريطة",
- "Canceled": "تم الإلغاء",
- "No I want": "لا أريد",
- "Email is": "البريد الإلكتروني:",
- "Phone Number is": "رقم الهاتف:",
+ "Submit ": "بعت ",
+ "Click here to Show it in Map": "اضغط هون لتبين ع الخريطة",
+ "Canceled": "تكنسل",
+ "No I want": "لا بدي",
+ "Email is": "الإيميل:",
+ "Phone Number is": "رقم التلفون:",
"Date of Birth is": "تاريخ الميلاد:",
"Sex is ": "الجنس: ",
"Car Details": "تفاصيل السيارة",
"VIN is": "رقم الهيكل:",
"Color is ": "اللون: ",
- "Make is ": "الشركة المصنعة: ",
- "Model is": "الموديل:",
- "Year is": "السنة:",
- "Expiration Date ": "تاريخ الانتهاء: ",
- "Edit Your data": "تعديل بياناتك",
- "write vin for your car": "اكتب رقم هيكل سيارتك",
- "VIN": "رقم الهيكل",
- "Device Change Detected": "تم اكتشاف تغيير في الجهاز",
- "Please verify your identity": "يرجى التحقق من هويتك",
- "write Color for your car": "اكتب لون سيارتك",
- "write Make for your car": "اكتب الشركة المصنعة لسيارتك",
- "write Model for your car": "اكتب موديل سيارتك",
- "write Year for your car": "اكتب سنة صنع سيارتك",
- "write Expiration Date for your car":
- "اكتب تاريخ انتهاء صلاحية سيارتك",
- "Tariffs": "التعرفات",
- "Minimum fare": "الحد الأدنى للأجرة",
- "Maximum fare": "الحد الأقصى للأجرة",
- "Flag-down fee": "رسوم بدء الرحلة",
- "Including Tax": "شامل الضريبة",
- "BookingFee": "رسوم الحجز",
- "Morning": "صباحاً",
- "from 07:30 till 10:30 (Thursday, Friday, Saturday, Monday)":
- "من 7:30 صباحاً حتى 10:30 صباحاً (الخميس، الجمعة، السبت، الاثنين)",
- "Evening": "مساءً",
- "from 12:00 till 15:00 (Thursday, Friday, Saturday, Monday)":
- "من 12:00 ظهراً حتى 3:00 عصراً (الخميس، الجمعة، السبت، الاثنين)",
- "Night": "ليلاً",
- "You have in account": "لديك في الحساب",
- "Select Country": "اختر البلد",
- "Ride Today : ": "رحلة اليوم: ",
- "After this period\nYou can't cancel!":
- "بعد هذه الفترة\nلا يمكنك الإلغاء!",
- "from 23:59 till 05:30": "من 11:59 مساءً حتى 5:30 صباحاً",
- "Rate Driver": "تقييم الكابتن",
- "Total Cost is ": "التكلفة الإجمالية: ",
- "Write note": "اكتب ملاحظة",
- "Time to arrive": "وقت الوصول",
- "Ride Summaries": "ملخصات الرحلات",
- "Total Cost": "التكلفة الإجمالية",
- "Average of Hours of": "متوسط ساعات",
- " is ON for this month": " متصل لهذا الشهر",
- "Days": "أيام",
- "Total Hours on month": "إجمالي الساعات في الشهر",
- "Counts of Hours on days": "عدد الساعات في الأيام",
- "OrderId": "رقم الطلب",
- "created time": "وقت الإنشاء",
- "Intaleq Over": "انتهت رحلة انطلق",
- "I will slow down": "سأخفف السرعة",
- "Map Passenger": "خريطة الراكب",
- "Be Slowly": "تمهل",
- "If you want to make Google Map App run directly when you apply order":
- "إذا أردت تشغيل خرائط جوجل مباشرة عند قبول الطلب",
- "You can change the language of the app": "يمكنك تغيير لغة التطبيق",
- "Your Budget less than needed": "رصيدك أقل من المطلوب",
- "You can change the Country to get all features":
- "يمكنك تغيير البلد للحصول على كل الميزات",
- "Change Country": "تغيير البلد"
- },
- "ar-eg": {
- "EGP": "ج.م",
- "Order": "طلب",
- "OrderVIP": "طلب VIP",
- "Cancel Trip": "إلغاء الرحلة",
- "Passenger Cancel Trip": "الراكب لغى الرحلة",
- "VIP Order": "طلب VIP",
- "Hi ,I Arrive your site": "أهلاً، أنا وصلت مكانك",
- "The driver accepted your trip": "الكابتن قبل رحلتك",
- "message From passenger": "رسالة من الراكب",
- "Cancel": "إلغاء",
- "Trip Cancelled. The cost of the trip will be added to your wallet.":
- "الرحلة اتلغت. تكلفة الرحلة هتضاف لمحفظتك.",
- "token change": "تغيير التوكن",
- "face detect": "كشف الوجه",
- "Face Detection Result": "نتيجة كشف الوجه",
- "similar": "مطابق",
- "not similar": "غير مطابق",
- "Hi ,I will go now": "أهلاً، أنا هتحرك دلوقتي",
- "Passenger come to you": "الراكب جايلك",
- "Call Income": "مكالمة واردة",
- "Call Income from Passenger": "مكالمة واردة من الراكب",
- "Criminal Document Required": "مطلوب الفيش والتشبيه",
- "You should have upload it .": "لازم ترفع الملف ده.",
- "Call End": "إنهاء المكالمة",
- "The order has been accepted by another driver.":
- "كابتن تاني قبل الطلب.",
- "The order Accepted by another Driver": "الطلب اتقبل من كابتن تاني",
- "We regret to inform you that another driver has accepted this order.":
- "للأسف، كابتن تاني قبل الطلب ده.",
- "Driver Applied the Ride for You": "الكابتن قدم الطلب ليك",
- "Applied": "تم التقديم",
- "Pay by Sham Cash": "دفع بـ كاش",
- "Pay with Debit Card": "دفع ببطاقة الخصم",
- "Please go to Car Driver": "يا ريت تروح للكابتن",
- "Ok I will go now.": "تمام، أنا رايح دلوقتي.",
- "Accepted Ride": "الرحلة اتقبلت",
- "Driver Accepted the Ride for You": "الكابتن قبل الرحلة عشانك",
- "Promo": "برومو كود",
- "Show latest promo": "اظهر آخر العروض",
- "Trip Monitoring": "متابعة الرحلة",
- "Driver Is Going To Passenger": "الكابتن في الطريق ليك",
- "Please stay on the picked point.":
- "خليك واقف في النقطة اللي حددتها.",
- "message From Driver": "رسالة من الكابتن",
- "Trip is Begin": "الرحلة بدأت",
- "Cancel Trip from driver": "إلغاء الرحلة من الكابتن",
- "We will look for a new driver.\nPlease wait.":
- "هنشوفلك كابتن تاني.\nثواني من فضلك.",
- "The driver canceled your ride.": "الكابتن لغى رحلتك.",
- "Driver Finish Trip": "الكابتن أنهى الرحلة",
- "you will pay to Driver": "هتدفع للكابتن",
- "Don’t forget your personal belongings.":
- "اوعى تنسى متعلقاتك الشخصية.",
- "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":
- "يا ريت تتأكد إن كل حاجتك معاك وإن أي باقي ليك اتضاف للمحفظة قبل ما تنزل. شكراً لاستخدامك انطلق.",
- "Finish Monitor": "إنهاء المتابعة",
- "Trip finished": "الرحلة خلصت",
- "Call Income from Driver": "مكالمة من الكابتن",
- "Driver Cancelled Your Trip": "الكابتن لغى رحلتك",
- "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "هتدفع للكابتن تكلفة وقته، راجع محفظة انطلق بتاعتك",
- "Order Applied": "تم تقديم الطلب",
- "welcome to intaleq": "أهلاً بيك في انطلق",
- "login or register subtitle":
- "دخل رقم موبايلك للدخول أو لإنشاء حساب جديد",
- "An application error occurred.": "حصل خطأ في التطبيق.",
- "Submission Failed": "فشل الإرسال",
- "Your complaint has been submitted.": "شكوتك وصلتنا.",
- "Failed to connect to the server. Please try again.":
- "في مشكلة في الاتصال بالسيرفر. جرب تاني.",
- "Ride information not found. Please refresh the page.":
- "معلومات الرحلة مش موجودة. اعمل تحديث للصفحة.",
- "Please describe your issue before submitting.":
- "يا ريت توصف المشكلة قبل ما تبعت.",
- "An application error occurred during upload.":
- "حصل خطأ أثناء الرفع.",
- "Failed to upload audio file.": "فشل رفع الملف الصوتي.",
- "Audio uploaded successfully.": "تم رفع الصوت بنجاح.",
- "Complaint cannot be filed for this ride. It may not have been completed or started.":
- "مينفعش تقدم شكوى للرحلة دي. ممكن تكون لسه مخلصتش أو مابدأتش.",
- "2. Attach Recorded Audio (Optional)": "٢. ضيف تسجيل صوتي (اختياري)",
- "Please enter a description of the issue.": "اكتب وصف للمشكلة.",
- "phone number label": "رقم الموبايل",
- "phone number required": "دخل رقم الموبايل",
- "send otp button": "ابعت كود التحقق",
- "verify your number title": "تأكيد رقمك",
- "otp sent subtitle": "بعتنا كود من 5 أرقام لـ\n@phoneNumber",
- "verify and continue button": "تأكيد ومتابعة",
- "enter otp validation": "دخل كود التحقق المكون من 5 أرقام",
- "one last step title": "آخر خطوة",
- "complete profile subtitle": "كمل بياناتك عشان تبدأ",
- "first name label": "الاسم الأول",
- "first name required": "دخل الاسم الأول",
- "last name label": "الاسم الأخير",
- "Verify OTP": "تأكيد الكود",
- "Verification Code": "كود التحقق",
- "We have sent a verification code to your mobile number:":
- "بعتنا كود التحقق على رقم موبايلك:",
- "Verify": "تأكيد",
- "Resend Code": "إعادة إرسال الكود",
- "You can resend in": "ممكن تبعته تاني بعد",
- "seconds": "ثانية",
- "Error": "خطأ",
- "Please enter the complete 6-digit code.":
- "دخل الكود كامل (6 أرقام).",
- "last name required": "دخل الاسم الأخير",
- "email optional label": "الإيميل (اختياري)",
- "complete registration button": "تمام التسجيل",
- "User with this phone number or email already exists.":
- "في حساب مسجل بنفس الرقم أو الإيميل ده.",
- "otp sent success": "تم إرسال الكود على الواتساب.",
- "failed to send otp": "فشل إرسال الكود.",
- "server error try again": "خطأ في السيرفر، جرب تاني.",
- "an error occurred": "حصل خطأ غير متوقع: @error",
- "otp verification failed": "كود التحقق غلط.",
- "registration failed": "التسجيل فشل.",
- "welcome user": "أهلاً، @firstName!",
- "Cancel Trip from driver": "إلغاء الرحلة من الكابتن",
- "We will look for a new driver.\nPlease wait.":
- "بنشوفلك كابتن تاني.\nثواني.",
- "The driver canceled your ride.": "الكابتن لغى الرحلة.",
- "Driver Finish Trip": "الكابتن خلص الرحلة",
- "you will pay to Driver": "هتدفع للكابتن",
- "Don't forget your personal belongings.": "متنساش متعلقاتك الشخصية.",
- "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":
- "اتأكد إن كل حاجتك معاك وإن أي باقي اتضاف للمحفظة. شكراً لاختيارك انطلق.",
- "Finish Monitor": "إنهاء المتابعة",
- "Trip finished": "الرحلة انتهت",
- "Call Income from Driver": "مكالمة من الكابتن",
- "Driver Cancelled Your Trip": "الكابتن لغى رحلتك",
- "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "هتدفع للكابتن تمن وقته، راجع محفظتك في انطلق",
- "Order Applied": "تم تقديم الطلب",
- "Share App": "شارك التطبيق",
- "Wallet": "المحفظة",
- "Balance": "الرصيد",
- "Don’t forget your personal belongings.": "اوعى تنسى متعلقاتك.",
- "Profile": "الملف الشخصي",
- "Contact Support": "كلم الدعم",
- "Session expired. Please log in again.":
- "الجلسة انتهت. سجل دخول تاني.",
- "Security Warning": "⚠️ تحذير أمني",
- "Potential security risks detected. The application may not function correctly.":
- "اكتشفنا مخاطر أمنية. التطبيق ممكن ميعملش صح.",
- "please order now": "اطلب دلوقتي",
- "Where to": "رايح فين؟",
- "Where are you going?": "رايح فين؟",
- "Quick Actions": "إجراءات سريعة",
- "My Balance": "رصيدي",
- "Order History": "سجل الطلبات",
- "Contact Us": "تواصل معنا",
- "Driver": "كابتن",
- "Complaint": "شكوى",
- "Promos": "العروض",
- "Recent Places": "الأماكن الأخيرة",
- "From": "من",
- "WhatsApp Location Extractor": "استخراج الموقع من واتساب",
- "Location Link": "رابط الموقع",
- "Paste location link here": "حط رابط الموقع هنا",
- "Go to this location": "روح للمكان ده",
- "Paste WhatsApp location link": "الصق لوكيشن الواتساب",
- "Select Order Type": "اختار نوع الطلب",
- "Choose who this order is for": "الطلب ده لمين؟",
- "I want to order for myself": "هطلب لنفسي",
- "I want to order for someone else": "هطلب لحد تاني",
- "Order for someone else": "اطلب لحد تاني",
- "Order for myself": "اطلب لنفسي",
- "Are you want to go this site": "عايز تروح المكان ده؟",
- "No": "لأ",
- "Pay by Sham Cash": "دفع كاش",
- "Intaleq Wallet": "محفظة انطلق",
- "Have a promo code?": "معاك برومو كود؟",
- "Your Wallet balance is ": "رصيد محفظتك: ",
- "Cash": "كاش",
- "Phone Number": "رقم الموبايل",
- "Search country": "دور على الدولة",
- "Payment Successful!": "تم الدفع!",
- "Your payment was successful.": "تم الدفع بنجاح.",
- "Pay directly to the captain": "ادفع للكابتن علطول",
- "Top up Wallet to continue": "اشحن المحفظة عشان تكمل",
- "Or pay with Cash instead": "أو ادفع كاش بدل كده",
- "Confirm & Find a Ride": "تأكيد وشوف رحلة",
- "Balance:": "الرصيد:",
- "Alerts": "تنبيهات",
- "Welcome Back!": "نورتنا تاني!",
- "Current Balance": "الرصيد الحالي",
- "Set Wallet Phone Number": "حط رقم للمحفظة",
- "Link a phone number for transfers": "اربط رقم موبايل للتحويلات",
- "Payment History": "سجل المدفوعات",
- "View your past transactions": "شوف معاملاتك اللي فاتت",
- "Top up Wallet": "شحن المحفظة",
- "Add funds using our secure methods": "ضيف رصيد بطرق آمنة",
- "Driver is waiting": "الكابتن مستنيك",
- "Type your message...": "اكتب رسالتك...",
- "Driver Accepted Request": "الكابتن قبل الطلب",
- "Message": "رسالة",
- "Call": "اتصال",
- "Set Phone Number": "حط رقم الموبايل",
- "Select This Ride": "اختار الرحلة دي",
- "Call Driver": "كلم الكابتن",
- "Increase Fare": "زود الأجرة",
- "Stop": "قف",
- "Record": "سجل",
- "Share": "شارك",
- "WhatsApp": "واتساب",
- "SOS": "طوارئ",
- "No drivers accepted your request yet": "مفيش كباتن قبلوا طلبك لسه",
- "Increasing the fare might attract more drivers. Would you like to increase the price?":
- "لو زودت الأجرة ممكن تشجع الكباتن. تحب تزود السعر؟",
- "Please make sure not to leave any personal belongings in the car.":
- "اتأكد إنك منستش أي حاجة في العربية.",
- "Cancel Ride": "إلغاء الرحلة",
- "Route Not Found": "المسار مش موجود",
- "We couldn't find a valid route to this destination. Please try selecting a different point.":
- "مش لاقيين طريق للوجهة دي. جرب تختار نقطة تانية.",
- "alert": "تنبيه",
- "You can call or record audio during this trip.":
- "تقدر تتصل أو تسجل صوت خلال الرحلة.",
- "Warning: Speeding detected!": "تحذير: سرعة عالية!",
- "Fixed Price": "سعر ثابت",
- "Report": "إبلاغ",
- "Comfort": "مريحة",
- "Intaleq Balance": "رصيد انطلق",
- "Search for a starting point": "دور على نقطة الانطلاق",
- "Top up Balance to continue": "اشحن الرصيد عشان تكمل",
- "Electric": "كهرباء",
- "Lady": "للسيدات",
- "Van": "عائلية (فان)",
- "Rayeh Gai": "رايح جاي",
- "Join Intaleq as a driver using my referral code!":
- "انضم لـ 'انطلق' ككابتن واستخدم كود الدعوة بتاعي!",
- "Use code:": "استخدم الكود:",
- "Download the Intaleq Driver app now and earn rewards!":
- "نزل تطبيق 'انطلق' للكباتن واكسب مكافآت!",
- "Get a discount on your first Intaleq ride!":
- "خد خصم على أول رحلة ليك مع انطلق!",
- "Use my referral code:": "استخدم كود الدعوة بتاعي:",
- "Download the Intaleq app now and enjoy your ride!":
- "نزل أبلكيشن انطلق واستمتع بمشوارك!",
- "Contacts Loaded": "تم تحميل الأسماء",
- "Showing": "بيظهر",
- "of": "من",
- "Pay by MTN Wallet": "دفع بمحفظة كاش",
- "Pay by Syriatel Wallet": "دفع بمحفظة كاش",
- "Customer not found": "العميل مش موجود",
- "Wallet is blocked": "المحفظة موقوفة",
- "Customer phone is not active": "موبايل العميل مش شغال",
- "Balance not enough": "الرصيد مش كفاية",
- "Balance limit exceeded": "عديت حد الرصيد",
- "Incorrect sms code": "⚠️ كود التحقق غلط. جرب تاني.",
- "contacts. Others were hidden because they don't have a phone number.":
- "اسم. الباقي مخفي عشان ملهوش أرقام.",
- "No contacts found": "مفيش أسماء",
- "No contacts with phone numbers were found on your device.":
- "ملقيناش أسماء ليها أرقام على جهازك.",
- "Permission denied": "مفيش إذن",
- "Contact permission is required to pick contacts":
- "محتاجين إذن الوصول للأسماء.",
- "An error occurred while picking contacts:":
- "حصل خطأ وإحنا بنختار الأسماء:",
- "Please enter a correct phone": "دخل رقم موبايل صح",
- "Success": "تمام",
- "Invite sent successfully": "الدعوة اتبعتت بنجاح",
- "Hello! I'm inviting you to try Intaleq.":
- "أهلاً! بدعوك تجرب تطبيق انطلق.",
- "Use my invitation code to get a special gift on your first ride!":
- "استخدم كود الدعوة بتاعي عشان تاخد هدية في أول رحلة!",
- "Your personal invitation code is:": "كود دعوتك هو:",
- "Be sure to use it quickly! This code expires at":
- "استخدمه بسرعة! الكود هينتهي في",
- "Download the app now:": "نزل التطبيق دلوقتي:",
- "See you on the road!": "نشوفك في المشوار!",
- "This phone number has already been invited.":
- "الرقم ده اتبعتتله دعوة قبل كده.",
- "An unexpected error occurred. Please try again.":
- "حصل خطأ غير متوقع. جرب تاني.",
- "You deserve the gift": "تستاهل الهدية",
- "Claim your 20 LE gift for inviting":
- "اطلب هديتك (20 جنيه) عشان دعيت",
- "You have got a gift for invitation": "جيلك هدية عشان الدعوة",
- "You have earned 20": "كسبت 20",
- "LE": "جنيه",
- "Vibration feedback for all buttons": "هزة مع كل الأزرار",
- "Share with friends and earn rewards": "شارك مع صحابك واكسب مكافآت",
- "Gift Already Claimed": "خدت الهدية دي قبل كده",
- "You have already received your gift for inviting":
- "انت استلمت هدية الدعوة دي خلاص",
- "Keep it up!": "كمل!",
- "has completed": "كمّل",
- "trips": "رحلات",
- "Personal Information": "البيانات الشخصية",
- "Name": "الاسم",
- "Not set": "مش متحدد",
- "Gender": "النوع",
- "Education": "التعليم",
- "Work & Contact": "العمل والتواصل",
- "Employment Type": "نوع الشغل",
- "Marital Status": "الحالة الاجتماعية",
- "SOS Phone": "رقم الطوارئ",
- "Sign Out": "خروج",
- "Delete My Account": "امسح حسابي",
- "Update Gender": "تحديث النوع",
- "Update": "تحديث",
- "Update Education": "تحديث التعليم",
- "Are you sure? This action cannot be undone.":
- "متأكد؟ مينفعش ترجع في الخطوة دي.",
- "Confirm your Email": "أكد إيميلك",
- "Type your Email": "اكتب إيميلك",
- "Delete Permanently": "حذف نهائي",
- "Male": "ذكر",
- "Female": "أنثى",
- "Other": "آخر",
- "High School Diploma": "ثانوية عامة",
- "Associate Degree": "دبلوم",
- "Bachelor's Degree": "بكالوريوس / ليسانس",
- "Master's Degree": "ماجستير",
- "Doctoral Degree": "دكتوراه",
- "Select your preferred language for the app interface.":
- "اختار لغة التطبيق.",
- "Language Options": "خيارات اللغة",
- "You can claim your gift once they complete 2 trips.":
- "تقدر تاخد هديتك لما يخلصوا رحلتين.",
- "Closest & Cheapest": "الأقرب والأوفر",
- "Comfort choice": "خيار الراحة",
- "Travel in a modern, silent electric car. A premium, eco-friendly choice for a smooth ride.":
- "سافر بعربية كهرباء حديثة وهادية. خيار مميز وصديق للبيئة لمشوار رايق.",
- "Spacious van service ideal for families and groups. Comfortable, safe, and cost-effective travel together.":
- "عربية فان واسعة للعيلات والمجموعات. سفر مريح وآمن وموفر.",
- "Quiet & Eco-Friendly": "هادية وصديقة للبيئة",
- "Lady Captain for girls": "كابتن سيدة للبنات",
- "Van for familly": "فان للعيلة",
- "Are you sure to delete this location?":
- "متأكد إنك عايز تمسح المكان ده؟",
- "Change Work location?": "تغيير مكان الشغل؟",
- "Change Home location?": "تغيير مكان البيت؟",
- "Submit a Complaint": "قدم شكوى",
- "Submit Complaint": "إرسال الشكوى",
- "No trip history found": "مفيش رحلات سابقة",
- "Your past trips will appear here.": "رحلاتك اللي فاتت هتظهر هنا.",
- "1. Describe Your Issue": "١. اوصف المشكلة",
- "Enter your complaint here...": "اكتب شكوتك هنا...",
- "2. Attach Recorded Audio": "٢. ضيف تسجيل صوتي",
- "No audio files found.": "مفيش ملفات صوتية.",
- "Confirm Attachment": "تأكيد الإرفاق",
- "Attach this audio file?": "تبعت الملف الصوتي ده؟",
- "Uploaded": "تم الرفع",
- "3. Review Details & Response": "٣. مراجعة التفاصيل والرد",
- "Date": "التاريخ",
- "Today's Promos": "عروض النهاردة",
- "No promos available right now.": "مفيش عروض دلوقتي.",
- "Check back later for new offers!":
- "شوف تاني بعدين عشان العروض الجديدة!",
- "Valid Until:": "صالح لحد:",
- "CODE": "الكود",
- "Login": "دخول",
- "Sign in for a seamless experience": "سجل دخولك لتجربة أسهل",
- "Sign In with Google": "دخول بـ جوجل",
- "Sign in with Apple": "دخول بـ أبل",
- "User not found": "المستخدم مش موجود",
- "Need assistance? Contact us": "محتاج مساعدة؟ كلمنا",
- "Email": "الإيميل",
- "Your email address": "عنوان بريدك الإلكتروني",
- "Enter a valid email": "دخل إيميل صح",
- "Password": "الباسورد",
- "Your password": "كلمة السر بتاعتك",
- "Enter your password": "دخل الباسورد",
- "Submit": "إرسال",
- "Terms of Use & Privacy Notice": "شروط الاستخدام والخصوصية",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the ":
- "لما تختار \"أوافق\"، بتأكد إنك قريت ووافقت على ",
- "Terms of Use": "شروط الاستخدام",
- " and acknowledge the ": " وبتقر بـ ",
- "Privacy Notice": "سياسة الخصوصية",
- " . I am at least 18 years old.": " . وعمري 18 سنة على الأقل.",
- "I Agree": "أوافق",
- "Continue": "متابعة",
- "Enable Location": "شغل اللوكيشن",
- "To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.":
- "عشان نخدمك أحسن، محتاجين نعرف مكانك. اللوكيشن بيستخدم عشان نلاقي كباتن قريبين ليك.",
- "Allow Location Access": "السماح بالوصول للموقع",
- "Welcome to Intaleq!": "أهلاً بيك في انطلق!",
- "Before we start, please review our terms.":
- "قبل ما نبدأ، يا ريت تراجع شروطنا.",
- "Your journey starts here": "مشوارك بيبدأ من هنا",
- "Cancel Search": "إلغاء البحث",
- "Set pickup location": "حدد مكان الركوب",
- "Move the map to adjust the pin": "حرك الخريطة عشان تظبط الدبوس",
- "Searching for the nearest captain...": "بندور على أقرب كابتن...",
- "No one accepted? Try increasing the fare.":
- "محدش قبل؟ جرب تزود الأجرة.",
- "Increase Your Trip Fee (Optional)": "زود أجرة المشوار (اختياري)",
- "We haven't found any drivers yet. Consider increasing your trip fee to make your offer more attractive to drivers.":
- "مش لاقيين كباتن لسه. جرب تزود الأجرة عشان تشجع الكباتن يقبلوا.",
- "No, thanks": "لأ، شكراً",
- "Increase Fee": "زود الأجرة",
- "Copy": "نسخ",
- "Promo Copied!": "نسخت البرومو!",
- "Code": "الكود",
- "copied to clipboard": "تم النسخ",
- "Price": "السعر",
- "Intaleq's Response": "رد انطلق",
- "Awaiting response...": "مستنيين الرد...",
- "Audio file not attached": "الملف الصوتي ماترفقش",
- "The audio file is not uploaded yet.\\nDo you want to submit without it?":
- "الملف الصوتي لسه ماترفعش.\\nعايز تبعت من غيره؟",
- "deleted": "اتمسح",
- "To Work": "للشغل",
- "Work Saved": "حفظنا مكان الشغل",
- "To Home": "للبيت",
- "Home Saved": "حفظنا مكان البيت",
- "Destination selected": "اخترت الوجهة",
- "Now select start pick": "دلوقتي حدد مكان الركوب",
- "OK": "تمام",
- "Confirm Pick-up Location": "أكد مكان الركوب",
- "Set Location on Map": "حدد المكان على الخريطة",
- "Leave a detailed comment (Optional)": "سيب تعليق بالتفصيل (اختياري)",
- "Share your experience to help us improve...":
- "شارك تجربتك عشان نتحسن...",
- "Your valuable feedback helps us improve our service quality.":
- "رأيك مهم عشان نحسن خدماتنا.",
- "witout zero": "من غير صفر",
- "Top up Balance": "شحن الرصيد",
- "An error occurred": "حصل خطأ",
- "Send WhatsApp Message": "ابعت رسالة واتساب",
- "How was your trip with": "إيه أخبار رحلتك مع",
- "Drawing route on map...": "بنرسم الطريق على الخريطة...",
- "Please wait while we prepare your trip.": "لحظة بنجهزلك الرحلة.",
- "Submit Rating": "ابعت التقييم",
- "Call Support": "كلم الدعم",
- "You can contact us during working hours from 10:00 - 16:00.":
- "تقدر تكلمنا في مواعيد العمل من ١٠ ص لـ ٤ م.",
- "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.":
- "انطلق هو أأمن تطبيق مشاوير مصمم مخصوص عشانك في مصر. بنوفرلك تجربة مريحة، محترمة، وبسعر على قد الإيد، مع مميزات بتهتم بسلامتك وراحتك. كل الكباتن عندنا متراجع ورقهم، وعربياتهم بتتصين بانتظام عشان نضمن الجودة. وكمان عندنا دعم على الطريق عشان نضمن إن كل مشوار يكون سلس ومن غير قلق. مع انطلق، هتستمتع بالجودة والأمان وراحة البال في كل مشوار.",
- "Work time is from 10:00 AM to 16:00 PM.\nYou can send a WhatsApp message or email.":
- "مواعيد العمل من ١٠ ص لـ ٤ م.\nممكن تبعت واتساب أو إيميل.",
- "Sorry": "معلش",
- "Customer MSISDN doesn’t have customer wallet":
- "رقم العميل ملهوش محفظة",
- "Please enter the number without the leading 0":
- "دخل الرقم من غير الصفر اللي في الأول",
- "Please enter your phone number": "دخل رقم موبايلك",
- "Phone number seems too short": "رقم الموبايل شكله قصير",
- "No cars are available at the moment. Please try again later.":
- "مفيش عربيات متاحة دلوقتي. جرب تاني بعد شوية.",
- "Nearest Car: ~": "أقرب عربية: ~",
- "Nearest Car": "أقرب عربية",
- "No cars nearby": "مفيش عربيات قريبة",
- "Favorite Places": "الأماكن المفضلة",
- "No favorite places yet!": "مفيش أماكن مفضلة لسه!",
- "from your favorites": "من المفضلة",
- "Back": "رجوع",
- "Enter your code below to apply the discount.":
- "دخل الكود تحت عشان تاخد الخصم.",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the":
- "لما تختار \"أوافق\"، بتأكد إنك قريت ووافقت على",
- "and acknowledge the": "وبتقر بـ",
- "Enable Location Access": "شغل الوصول للموقع",
- "We need your location to find nearby drivers for pickups and drop-offs.":
- "محتاجين نعرف مكانك عشان نلاقي كباتن قريبين.",
- "You should restart app to change language":
- "لازم تعيد تشغيل التطبيق عشان اللغة تتغير",
- "Home Page": "الرئيسية",
- "To change Language the App": "عشان تغير لغة التطبيق",
- "Learn more about our app and mission": "اعرف أكتر عننا",
- "Promos For Today": "عروض النهاردة",
- "Choose your ride": "اختار مشوارك",
- "Your Journey Begins Here": "مشوارك بيبدأ هنا",
- "Bonus gift": "هدية إضافية",
- "Pay": "ادفع",
- "Get": "احصل على",
- "Send to Driver Again": "ابعت للكابتن تاني",
- "Driver Name:": "اسم الكابتن:",
- "No trip data available": "مفيش بيانات للرحلة",
- "Car Plate:": "نمرة العربية:",
- "remaining": "متبقي",
- "Order Cancelled": "الطلب اتلغى",
- "You canceled VIP trip": "أنت لغيت رحلة الـ VIP",
- "Passenger cancelled order": "الراكب لغى الطلب",
- "Your trip is scheduled": "رحلتك اتجدولت",
- "Don't forget your ride!": "متنساش مشوارك!",
- "Trip updated successfully": "الرحلة اتحدثت بنجاح",
- "Car Make:": "نوع العربية:",
- "Car Model:": "موديل العربية:",
- "Car Color:": "لون العربية:",
- "Driver Phone:": "رقم الكابتن:",
- "Pre-booking": "حجز مسبق",
- "Waiting VIP": "انتظار VIP",
- "Driver List": "قائمة الكباتن",
- "Confirm Trip": "تأكيد الرحلة",
- "Select date and time of trip": "حدد تاريخ ووقت الرحلة",
- "Date and Time Picker": "اختار الوقت والتاريخ",
- "Trip Status:": "حالة الرحلة:",
- "pending": "انتظار",
- "accepted": "مقبولة",
- "rejected": "مرفوضة",
- "Apply": "تطبيق",
- "Enter your promo code": "دخل البرومو كود",
- "Apply Promo Code": "طبق الكود",
- "Scheduled Time:": "الوقت المتحدد:",
- "No drivers available": "مفيش كباتن متاحين",
- "No drivers available at the moment. Please try again later.":
- "مفيش كباتن دلوقتي. جرب تاني بعد شوية.",
- "you have a negative balance of": "عندك رصيد بالسالب بقيمة",
- "Please try again in a few moments": "جرب تاني بعد لحظات",
- "Unknown Driver": "كابتن غير معروف",
- "in your": "في محفظتك",
- "The driver accepted your order for": "الكابتن قبل طلبك بـ",
- "wallet due to a previous trip.": "من المحفظة عشان رحلة قديمة.",
- "rides": "مشاوير",
- "Add Work": "ضيف الشغل",
- "The reason is": "السبب هو",
- "User does not have a wallet #1652": "المستخدم ملهوش محفظة #1652",
- "Price of trip": "سعر الرحلة",
- "From:": "من:",
- "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
- "لرحلات انطلق والتوصيل، السعر بيتحسب أوتوماتيك. لرحلات الراحة، السعر حسب الوقت والمسافة.",
- "Phone Wallet Saved Successfully": "تم حفظ رقم المحفظة",
- "Add wallet phone you use": "ضيف رقم المحفظة اللي بتستخدمه",
- "Update Available": "في تحديث جديد",
- "Phone number must be exactly 11 digits long":
- "رقم الموبايل لازم يكون ١١ رقم",
- "Insert Wallet phone number": "دخل رقم المحفظة",
- "Phone number isn't an Egyptian phone number": "الرقم ده مش مصري",
- "A new version of the app is available. Please update to the latest version.":
- "في نسخة جديدة من التطبيق. يا ريت تحدث لآخر إصدار.",
- "We use location to get accurate and nearest passengers for you":
- "بنستخدم اللوكيشن عشان نجيبلك أقرب ركاب بدقة",
- "This ride is already applied by another driver.":
- "الرحلة دي أخدها كابتن تاني.",
- "We use your precise location to find the nearest available driver and provide accurate pickup and dropoff information. You can manage this in Settings.":
- "بنستخدم مكانك الدقيق عشان نلاقي أقرب كابتن ونحدد نقط الركوب والنزول بدقة. تقدر تظبط ده من الإعدادات.",
- "Where are you, sir?": "أنت فين يا فندم؟",
- "I've been trying to reach you but your phone is off.":
- "بحاول أكلمك بس تليفونك مقفول.",
- "Please don't be late": "من فضلك متتأخرش",
- "Please don't be late, I'm waiting for you at the specified location.":
- "يا ريت متتأخرش، أنا مستنيك في المكان المحدد.",
- "My location is correct. You can search for me using the navigation app":
- "موقعي صح. ممكن تدور عليا بالـ GPS",
- "Hello, I'm at the agreed-upon location":
- "أهلاً، أنا في المكان المتفق عليه",
- "How much longer will you be?": "قدامك وقت قد إيه؟",
- "Phone number is verified before": "الرقم ده متأكد قبل كده",
- "Change Ride": "غير الرحلة",
- "You can change the destination by long-pressing any point on the map":
- "ممكن تغير الوجهة بالضغط الطويل على أي نقطة في الخريطة",
- "Pick from map destination": "اختار الوجهة من الخريطة",
- "Pick or Tap to confirm": "اختار أو اضغط للتأكيد",
- "Accepted your order": "قبل طلبك",
- "Order Accepted": "الطلب اتقبل",
- "with type": "من نوع",
- "accepted your order at price": "وافق على طلبك بسعر",
- "you canceled order": "لغيت الطلب",
- "If you want order to another person": "لو عايز تطلب لحد تاني",
- "upgrade price": "علي السعر",
- "airport": "المطار",
- "Best choice for a comfortable car with a flexible route and stop points. This airport offers visa entry at this price.":
- "أحسن اختيار لعربية مريحة مع خط سير مرن ووقوف متكرر.",
- "You can upgrade price to may driver accept your order":
- "ممكن تعلي السعر عشان الكابتن يقبل",
- "Change Route": "غير الطريق",
- "No Captain Accepted Your Order": "محدش قبل طلبك",
- "We are looking for a captain but the price may increase to let a captain accept":
- "بندور على كابتن بس ممكن السعر يزيد عشان حد يقبل",
- "No, I want to cancel this trip": "لأ، عايز ألغي الرحلة",
- "Attention": "انتباه",
- "Trip Cancelled. The cost of the trip will be deducted from your wallet.":
- "الرحلة اتلغت. وتكلفتها هتتخصم من محفظتك.",
- "You will be charged for the cost of the driver coming to your location.":
- "هتتحاسب على تكلفة مشوار الكابتن ليك.",
- "reject your order.": "رفض طلبك.",
- "Order Under Review": "الطلب بيتراجع",
- "is reviewing your order. They may need more information or a higher price.":
- "بيراجع طلبك. ممكن يحتاج معلومات أكتر أو سعر أعلى.",
- "Vibration": "اهتزاز",
- "Resend code": "ابعت الكود تاني",
- "change device": "تغيير الجهاز",
- "Device Change Detected": "تم تغيير الجهاز",
- "You can only use one device at a time. This device will now be set as your active device.":
- "ممكن تستخدم جهاز واحد بس. الجهاز ده بقى هو الأساسي دلوقتي.",
- "Click here point": "دوس هنا",
- "Are you want to change": "عايز تغير؟",
- "by": "بواسطة",
- "Enter your complaint here": "اكتب شكوتك هنا",
- "Please enter your complaint.": "اكتب الشكوى من فضلك.",
- "Complaint data saved successfully": "الشكوى اتحفظت",
- "Trip Monitor": "مراقبة الرحلة",
- "Insert SOS Phone": "دخل رقم الطوارئ",
- "Add SOS Phone": "ضيف رقم الطوارئ",
- "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 ,":
- "عزيزي،\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انطلق،",
- "Send Intaleq app to him": "ابعتله تطبيق انطلق",
- "No passenger found for the given phone number":
- "مفيش راكب بالرقم ده",
- "No user found for the given phone number": "مفيش مستخدم بالرقم ده",
- "This price is": "السعر ده",
- "Work": "الشغل",
- "Add Home": "ضيف البيت",
- "Notifications": "الإشعارات",
- "💳 Pay with Credit Card": "💳 دفع بالفيزا",
- "⚠️ You need to choose an amount!": "⚠️ لازم تختار مبلغ!",
- "💰 Pay with Wallet": "💰 دفع بالمحفظة",
- "You must restart the app to change the language.":
- "لازم تعيد تشغيل التطبيق لتغيير اللغة.",
- "joined": "انضم",
- "Driver joined the channel": "الكابتن دخل الشات",
- "Driver left the channel": "الكابتن خرج من الشات",
- "Call Page": "صفحة الاتصال",
- "Call Left": "مكالمات باقية",
- " Next as Cash !": " اللي جاي كاش!",
- "To use Wallet charge it": "عشان تستخدم المحفظة اشحنها",
- "We are searching for the nearest driver to you":
- "بندورلك على أقرب كابتن",
- "Best choice for cities": "أحسن اختيار للمدن",
- "Rayeh Gai: Round trip service for convenient travel between cities, easy and reliable.":
- "رايح جاي: خدمة سفر مريحة بين المحافظات.",
- "This trip is for women only": "الرحلة دي للسيدات فقط",
- "Total budgets on month": "إجمالي ميزانية الشهر",
- "You have call from driver": "مكالمة من الكابتن",
- "Intaleq": "انطلق",
- "passenger agreement": "اتفاقية الراكب",
- "To become a passenger, you must review and agree to the ":
- "عشان تبقى راكب، لازم تراجع وتوافق على ",
- "agreement subtitle": "للمتابعة، لازم توافق على الشروط والخصوصية.",
- "terms of use": "شروط الاستخدام",
- " and acknowledge our Privacy Policy.": " وتقر بسياسة الخصوصية.",
- "and acknowledge our": "وتقر بـ",
- "privacy policy": "سياسة الخصوصية.",
- "i agree": "موافق",
- "Driver already has 2 trips within the specified period.":
- "الكابتن عنده رحلتين في الوقت ده.",
- "The invitation was sent successfully": "الدعوة اتبعتت",
- "You should select your country": "اختار بلدك",
- "Scooter": "سكوتر",
- "A trip with a prior reservation, allowing you to choose the best captains and cars.":
- "رحلة بحجز مسبق، اختار أحسن الكباتن والعربيات.",
- "Mishwar Vip": "مشوار VIP",
- "The driver waiting you in picked location .":
- "الكابتن مستنيك في مكان الركوب.",
- "About Us": "عننا",
- "You can change the vibration feedback for all buttons":
- "ممكن تغير الهزاز للأزرار",
- "Most Secure Methods": "أأمن الطرق",
- "In-App VOIP Calls": "مكالمات صوتية جوا التطبيق",
- "Recorded Trips for Safety": "رحلات مسجلة للأمان",
- "\nWe also prioritize affordability, offering competitive pricing to make your rides accessible.":
- "\nوكمان بنهتم بالأسعار، بنقدم أسعار تنافسية عشان تناسب الكل.",
- "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:":
- "انطلق تطبيق مشاوير مصمم عشان أمانك وميزانيتك. بنوصلك بكباتن موثوقين في منطقتك، لتجربة مريحة.\n\nدي شوية مميزات بتميزنا:",
- "Sign In by Apple": "دخول بـ أبل",
- "Sign In by Google": "دخول بـ جوجل",
- "How do I request a ride?": "ازاي أطلب رحلة؟",
- "Step-by-step instructions on how to request a ride through the Intaleq app.":
- "خطوات طلب رحلة عن طريق أبلكيشن انطلق.",
- "What types of vehicles are available?":
- "إيه أنواع العربيات المتاحة؟",
- "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.":
- "انطلق بيوفر عربيات كتير تناسبك، زي الاقتصادية والمريحة والفاخرة. اختار اللي يناسب ميزانيتك.",
- "How can I pay for my ride?": "ادفع ازاي؟",
- "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.":
- "انطلق بيوفر طرق دفع كتير. اختار بين الكاش أو الفيزا وأنت بتأكد الرحلة.",
- "Can I cancel my ride?": "ممكن ألغي الرحلة؟",
- "Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.":
- "أيوه، ممكن تلغي، بس خد بالك ممكن يكون في رسوم إلغاء حسب التوقيت.",
- "Driver Registration & Requirements": "تسجيل الكباتن والشروط",
- "How can I register as a driver?": "ازاي أسجل كابتن؟",
- "What are the requirements to become a driver?":
- "إيه شروط الانضمام ككابتن؟",
- "Visit our website or contact Intaleq support for information on driver registration and requirements.":
- "زور موقعنا أو كلم دعم انطلق عشان تعرف تفاصيل التسجيل.",
- "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.":
- "انطلق بيوفر شات جوا التطبيق عشان تتكلم مع الكابتن أو الراكب.",
- "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.":
- "أمانك أهم حاجة عندنا. بنقدم مميزات زي التحقق من الكابتن، وتتبع الرحلة، وأرقام الطوارئ.",
- "Frequently Questions": "أسئلة شائعة",
- "User does not exist.": "المستخدم مش موجود.",
- "We need your phone number to contact you and to help you.":
- "محتاجين رقمك عشان نتواصل معاك ونساعدك.",
- "You will recieve code in sms message": "هيجيلك كود في رسالة",
- "Please enter": "من فضلك دخل",
- "We need your phone number to contact you and to help you receive orders.":
- "محتاجين رقمك عشان نساعدك تستقبل طلبات.",
- "The full name on your criminal record does not match the one on your driver's license. Please verify and provide the correct documents.":
- "الاسم في الفيش مش مطابق للاسم في الرخصة. راجع الورق تاني.",
- "The national number on your driver's license does not match the one on your ID document. Please verify and provide the correct documents.":
- "الرقم القومي في الرخصة مش زي اللي في البطاقة. راجع الورق تاني.",
- "Capture an Image of Your Criminal Record": "صور الفيش والتشبيه",
- "IssueDate": "تاريخ الإصدار",
- "Capture an Image of Your car license front": "صور وش رخصة العربية",
- "Capture an Image of Your ID Document front": "صور وش البطاقة",
- "NationalID": "الرقم القومي",
- "You can share the Intaleq App with your friends and earn rewards for rides they take using your code":
- "شارك انطلق مع صحابك واكسب مكافآت لما يستخدموا الكود بتاعك.",
- "FullName": "الاسم بالكامل",
- "No invitation found yet!": "مفيش دعوات لسه!",
- "InspectionResult": "نتيجة الفحص",
- "Criminal Record": "الفيش والتشبيه",
- "The email or phone number is already registered.":
- "الإيميل أو الرقم ده متسجل قبل كده.",
- "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.":
- "عشان تشتغل كابتن في انطلق، لازم ترفع رخصتك، وبطاقتك، ورخصة العربية. السيستم هيراجعهم في دقيقتين تلاتة. لو اتقبلوا، تقدر تبدأ شغل علطول. تزوير الورق هيعرضك للمساءلة القانونية وقفل الحساب.",
- "Documents check": "فحص الورق",
- "Driver's License": "رخصة القيادة",
- "for your first registration!": "عشان أول تسجيل ليك!",
- "Get it Now!": "خدها دلوقتي!",
- "before": "قبل",
- "Code not approved": "الكود مش مقبول",
- "3000 LE": "3000 جنيه",
- "Do you have an invitation code from another driver?":
- "معاك كود دعوة من كابتن تاني؟",
- "Paste the code here": "حط الكود هنا",
- "No, I don't have a code": "لأ، معيش كود",
- "Code approved": "الكود اتقبل",
- "Install our app:": "نزل تطبيقنا:",
- "Invite another driver and both get a gift after he completes 100 trips!":
- "ادعي كابتن تاني وانتوا الاتنين تكسبوا هدية لما يخلص 100 رحلة!",
- "Invite": "دعوة",
- "Are you sure?": "أنت متأكد؟",
- "This will delete all recorded files from your device.":
- "ده هيمسح كل الملفات المتسجلة من جهازك.",
- "Select a file": "اختار ملف",
- "Select a File": "اختار ملف",
- "Delete": "حذف",
- "attach audio of complain": "ارفق صوت للشكوى",
- "Phone Number Check": "فحص رقم الموبايل",
- "Drivers received orders": "الكباتن استلموا الطلبات",
- "No audio files recorded.": "مفيش تسجيلات.",
- "This is for delivery or a motorcycle.": "ده للتوصيل أو الموتوسيكل.",
- "Intaleq Reminder": "تذكير انطلق",
- "It's time to check the Intaleq app!": "وقت تفقد تطبيق انطلق!",
- "you must insert token code": "لازم تدخل الكود",
- "Something went wrong. Please try again.": "حصلت مشكلة. جرب تاني.",
- "Trip Details": "تفاصيل الرحلة",
- "The context does not provide any complaint details, so I cannot provide a solution to this issue. Please provide the necessary information, and I will be happy to assist you.":
- "مفيش تفاصيل كفاية عن الشكوى. يا ريت توضح أكتر عشان نقدر نساعدك.",
- "Submit Your Complaint": "قدم شكوتك",
- "Status": "الحالة",
- "Choose from contact": "اختار من الأسماء",
- "attach correct audio": "ارفق صوت صح",
- "be sure": "اتأكد",
- "Perfect for passengers seeking the latest car models with the freedom to choose any route they desire":
- "مثالي للي بيدور على أحدث عربيات مع حرية اختيار الطريق",
- "Share this code with your friends and earn rewards when they use it!":
- "شارك الكود مع صحابك واكسب لما يستخدموه!",
- "Enter phone": "دخل الرقم",
- "complete, you can claim your gift": "اكتمل، تقدر تاخد هديتك",
- "When": "لما",
- "Enter driver's phone": "دخل رقم الكابتن",
- "Send Invite": "ابعت دعوة",
- "Show Invitations": "اظهر الدعوات",
- "License Type": "نوع الرخصة",
- "National Number": "الرقم القومي",
- "Name (Arabic)": "الاسم (عربي)",
- "Name (English)": "الاسم (إنجليزي)",
- "Address": "العنوان",
- "Issue Date": "تاريخ الإصدار",
- "Expiry Date": "تاريخ الانتهاء",
- "License Categories": "فئات الرخصة",
- "driver_license": "رخصة القيادة",
- "Capture an Image of Your Driver License": "صور رخصتك",
- "ID Documents Back": "ظهر البطاقة",
- "National ID": "الرقم القومي",
- "Occupation": "الوظيفة",
- "Religion": "الديانة",
- "Full Name (Marital)": "الاسم بالكامل",
- "Expiration Date": "تاريخ الانتهاء",
- "Capture an Image of Your ID Document Back": "صور ظهر البطاقة",
- "ID Documents Front": "وش البطاقة",
- "First Name": "الاسم الأول",
- "CardID": "رقم البطاقة",
- "Vehicle Details Front": "تفاصيل العربية (أمام)",
- "Plate Number": "رقم اللوحة",
- "Owner Name": "اسم المالك",
- "Vehicle Details Back": "تفاصيل العربية (خلف)",
- "Make": "الماركة",
- "Model": "الموديل",
- "Year": "السنة",
- "Chassis": "رقم الشاسيه",
- "Color": "اللون",
- "Displacement": "السعة اللترية",
- "Fuel": "بنزين/غاز",
- "Tax Expiry Date": "انتهاء الضريبة",
- "Inspection Date": "تاريخ الفحص",
- "Capture an Image of Your car license back": "صور ظهر رخصة العربية",
- "Capture an Image of Your Driver's License": "صور رخصة القيادة",
- "Sign in with Google for easier email and name entry":
- "ادخل بجوجل عشان أسهل",
- "You will choose allow all the time to be ready receive orders":
- "اختار 'السماح طوال الوقت' عشان تستقبل طلبات",
- "Get to your destination quickly and easily.":
- "وصل لوجهتك بسرعة وسهولة.",
- "Enjoy a safe and comfortable ride.": "استمتع بمشوار آمن ومريح.",
- "Choose Language": "اختار اللغة",
- "Pay with Wallet": "دفع بالمحفظة",
- "Invalid MPIN": "رمز MPIN غلط",
- "Invalid OTP": "كود التحقق غلط",
- "Enter your email address": "دخل إيميلك",
- "Please enter Your Email.": "من فضلك دخل الإيميل.",
- "Enter your phone number": "دخل رقمك",
- "Please enter your phone number.": "دخل رقم موبايلك.",
- "Please enter Your Password.": "دخل الباسورد.",
- "if you dont have account": "لو معندكش حساب",
- "Register": "تسجيل",
- "Accept Ride's Terms & Review Privacy Notice":
- "قبول الشروط والخصوصية",
- "By selecting 'I Agree' below, I have reviewed and agree to the Terms of Use and acknowledge the Privacy Notice. I am at least 18 years of age.":
- "لما تختار 'أوافق'، بتأكد إنك وافقت على الشروط والخصوصية، وإن سنك ١٨ سنة أو أكتر.",
- "First name": "الاسم الأول",
- "Enter your first name": "دخل اسمك الأول",
- "Please enter your first name.": "الاسم الأول مطلوب.",
- "Last name": "الاسم الأخير",
- "Enter your last name": "دخل اسمك الأخير",
- "Please enter your last name.": "الاسم الأخير مطلوب.",
- "City": "المدينة",
- "Please enter your City.": "دخل مدينتك.",
- "Verify Email": "تأكيد الإيميل",
- "We sent 5 digit to your Email provided": "بعتنا ٥ أرقام لإيميلك",
- "5 digit": "٥ أرقام",
- "Send Verification Code": "ابعت كود التحقق",
- "Your Ride Duration is ": "مدة المشوار: ",
- "You will be thier in": "هتوصل خلال",
- "You trip distance is": "مسافة المشوار:",
- "Fee is": "الأجرة:",
- "From : ": "من: ",
- "To : ": "إلى: ",
- "Add Promo": "ضيف برومو",
- "Confirm Selection": "تأكيد الاختيار",
- "distance is": "المسافة:",
- "Privacy Policy": "سياسة الخصوصية",
- "Intaleq LLC": "شركة انطلق",
- "Syria'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.":
- "خدمة مشاركة الرحلات الرائدة في مصر، اتطورت بأيادي عربية ومحلية. أولويتنا نكون جنبك، ركابنا وكباتننا.",
- "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.":
- "انطلق هو تطبيق المشاوير اللي بيوصلك بأقرب كباتن لتجربة سريعة ومريحة.",
- "Why Choose Intaleq?": "ليه تختار انطلق؟",
- "Closest to You": "الأقرب ليك",
- "We connect you with the nearest drivers for faster pickups and quicker journeys.":
- "بنوصلك بأقرب كباتن عشان منضيعش وقتك.",
- "Uncompromising Security": "أمان تام",
- "Lady Captains Available": "كباتن سيدات",
- "Recorded Trips (Voice & AI Analysis)":
- "رحلات مسجلة (تحليل صوتي وذكاء اصطناعي)",
- "Fastest Complaint Response": "أسرع استجابة للشكاوى",
- "Our dedicated customer service team ensures swift resolution of any issues.":
- "فريق خدمة العملاء جاهز يحل أي مشكلة بسرعة.",
- "Affordable for Everyone": "أسعار تناسب الكل",
- "Frequently Asked Questions": "الأسئلة المتكررة",
- "Getting Started": "ابدأ",
- "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.":
- "افتح انطلق، حط واجهتك، ودوس \"اطلب رحلة\". التطبيق هيوصلك بأقرب كابتن.",
- "Vehicle Options": "خيارات العربيات",
- "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.":
- "انطلق بيقدملك خيارات كتير (اقتصادي، مريح، فاخر) عشان تناسبك.",
- "Payments": "الدفع",
- "You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.":
- "تقدر تدفع كاش أو فيزا. اختار الطريقة اللي تريحك قبل ما تأكد الطلب.",
- "Ride Management": "إدارة الرحلات",
- "Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.":
- "ممكن تلغي الرحلة، بس ممكن يتخصم رسوم لو لغيت متأخر.",
- "For Drivers": "للكباتن",
- "Driver Registration": "تسجيل الكابتن",
- "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.":
- "للتسجيل ككابتن أو معرفة الشروط، زور موقعنا أو كلم الدعم.",
- "Visit Website/Contact Support": "زور الموقع / كلم الدعم",
- "Close": "قفل",
- "We are searching for the nearest driver": "بندور على أقرب كابتن",
- "Communication": "التواصل",
- "How do I communicate with the other party (passenger/driver)?":
- "ازاي أتواصل مع الطرف التاني؟",
- "You can communicate with your driver or passenger through the in-app chat feature once a ride is confirmed.":
- "تقدر تتكلم شات مع الكابتن أو الراكب بعد تأكيد الرحلة.",
- "Safety & Security": "الأمان",
- "What safety measures does Intaleq offer?":
- "إيه إجراءات الأمان في انطلق؟",
- "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.":
- "انطلق بيقدم مميزات أمان زي التحقق من الكابتن، تتبع الرحلة، أرقام الطوارئ، ومشاركة تفاصيل الرحلة.",
- "Enjoy competitive prices across all trip options, making travel accessible.":
- "استمتع بأسعار تنافسية لكل الرحلات.",
- "Variety of Trip Choices": "خيارات كتير للرحلة",
- "Choose the trip option that perfectly suits your needs and preferences.":
- "اختار الرحلة اللي تريحك.",
- "Your Choice, Our Priority": "اختيارك يهمنا",
- "Because we are near, you have the flexibility to choose the ride that works best for you.":
- "عشان إحنا قريبين، عندك مرونة تختار اللي يناسبك.",
- "duration is": "المدة:",
- "Setting": "الإعدادات",
- "Find answers to common questions": "لاقي إجابات لأسئلتك",
- "I don't need a ride anymore": "مش محتاج رحلة خلاص",
- "I was just trying the application": "بجرب التطبيق بس",
- "No driver accepted my request": "مفيش كابتن قبل طلبي",
- "I added the wrong pick-up/drop-off location": "حطيت مكان غلط",
- "I don't have a reason": "مفيش سبب",
- "Can we know why you want to cancel Ride ?":
- "ممكن نعرف ليه عايز تلغي؟",
- "Add Payment Method": "ضيف طريقة دفع",
- "Ride Wallet": "محفظة الرحلة",
- "Payment Method": "طريقة الدفع",
- "Type here Place": "اكتب المكان هنا",
- "Are You sure to ride to": "متأكد إنك رايح لـ",
- "Confirm": "تأكيد",
- "You are Delete": "أنت بتمسح",
- "Deleted": "اتمسح",
- "You Dont Have Any places yet !": "معندكش أماكن لسه!",
- "From : Current Location": "من: مكاني الحالي",
- "My Cared": "كروتي",
- "Add Card": "ضيف كارت",
- "Add Credit Card": "ضيف فيزا",
- "Please enter the cardholder name": "دخل اسم صاحب الكارت",
- "Please enter the expiry date": "دخل تاريخ الانتهاء",
- "Please enter the CVV code": "دخل كود الـ CVV",
- "Go To Favorite Places": "روح للأماكن المفضلة",
- "Go to this Target": "روح للوجهة دي",
- "My Profile": "بروفايلي",
- "Are you want to go to this site": "عايز تروح المكان ده؟",
- "MyLocation": "موقعي",
- "my location": "موقعي",
- "Target": "الهدف",
- "You Should choose rate figure": "لازم تختار تقييم",
- "Login Captin": "دخول الكابتن",
- "Register Captin": "تسجيل كابتن",
- "Send Verfication Code": "ابعت كود التحقق",
- "KM": "كم",
- "End Ride": "إنهاء الرحلة",
- "Minute": "دقيقة",
- "Go to passenger Location now": "روح لمكان الراكب دلوقتي",
- "Duration of the Ride is ": "مدة الرحلة ",
- "Distance of the Ride is ": "مسافة الرحلة ",
- "Name of the Passenger is ": "اسم الراكب ",
- "Hello this is Captain": "أهلاً، أنا الكابتن",
- "Start the Ride": "ابدأ الرحلة",
- "Please Wait If passenger want To Cancel!":
- "استنى لو الراكب عايز يلغي!",
- "Total Duration:": "المدة الكلية:",
- "Active Duration:": "المدة الفعلية:",
- "Waiting for Captin ...": "مستني الكابتن...",
- "Age is ": "السن: ",
- "Rating is ": "التقييم: ",
- " to arrive you.": "عشان يوصلك.",
- "Tariff": "التعريفة",
- "Settings": "الإعدادات",
- "Feed Back": "رأيك",
- "Please enter a valid 16-digit card number":
- "دخل رقم الكارت (١٦ رقم)",
- "Add Phone": "ضيف رقم",
- "You dont Add Emergency Phone Yet!": "مضفتش رقم طوارئ لسه!",
- "You will arrive to your destination after ": "هتوصل بعد ",
- "You can cancel Ride now": "تقدر تلغي الرحلة دلوقتي",
- "You Can cancel Ride After Captain did not come in the time":
- "تقدر تلغي لو الكابتن مجاش في ميعاده",
- "If you in Car Now. Press Start The Ride":
- "لو أنت في العربية، دوس ابدأ الرحلة",
- "You Dont Have Any amount in": "معندكش رصيد في",
- "Wallet!": "المحفظة!",
- "You Have": "معاك",
- "Save Credit Card": "حفظ الفيزا",
- "Show Promos": "اظهر العروض",
- "10 and get 4% discount": "١٠ وخد خصم ٤٪",
- "20 and get 6% discount": "٢٠ وخد خصم ٦٪",
- "40 and get 8% discount": "٤٠ وخد خصم ٨٪",
- "100 and get 11% discount": "١٠٠ وخد خصم ١١٪",
- "Pay with Your PayPal": "ادفع بـ PayPal",
- "You will choose one of above !": "اختار واحد من اللي فوق!",
- "Edit Profile": "تعديل الملف",
- "Copy this Promo to use it in your Ride!": "انسخ البرومو واستخدمه!",
- "To change some Settings": "لتغيير الإعدادات",
- "Order Request Page": "صفحة الطلب",
- "Rouats of Trip": "مسارات الرحلة",
- "Passenger Name is ": "اسم الراكب: ",
- "Total From Passenger is ": "المطلوب من الراكب: ",
- "Duration To Passenger is ": "الوقت للوصول للراكب: ",
- "Distance To Passenger is ": "المسافة للوصول للراكب: ",
- "Total For You is ": "الإجمالي ليك: ",
- "Distance is ": "المسافة: ",
- " KM": " كم",
- "Duration of Trip is ": "مدة الرحلة: ",
- " Minutes": " دقائق",
- "Apply Order": "اقبل الطلب",
- "Refuse Order": "ارفض الطلب",
- "Rate Captain": "قيم الكابتن",
- "Enter your Note": "اكتب ملاحظة",
- "Type something...": "اكتب حاجة...",
- "Submit rating": "ابعت التقييم",
- "Rate Passenger": "قيم الراكب",
- "Ride Summary": "ملخص الرحلة",
- "welcome_message": "أهلاً بيك في انطلق!",
- "app_description": "انطلق تطبيق مشاوير أمين وموثوق.",
- "get_to_destination": "وصل لوجهتك بسرعة.",
- "get_a_ride": "مع انطلق، هتوصل في دقايق.",
- "safe_and_comfortable": "استمتع برحلة آمنة ومريحة.",
- "committed_to_safety": "بنهتم بسلامتك، وكل الكباتن متراجعين كويس.",
- "your ride is Accepted": "رحلتك اتقبلت",
- "Driver is waiting at pickup.": "الكابتن مستنيك.",
- "Driver is on the way": "الكابتن في الطريق",
- "Contact Options": "خيارات التواصل",
- "Send a custom message": "ابعت رسالة",
- "Type your message": "اكتب رسالتك",
- "I will go now": "أنا هتحرك دلوقتي",
- "You Have Tips": "عندك بقشيش",
- " tips\nTotal is": " بقشيش\nالإجمالي",
- "Your fee is ": "أجرتك: ",
- "Do you want to pay Tips for this Driver":
- "تحب تدفع بقشيش للكابتن ده؟",
- "Tip is ": "البقشيش: ",
- "Are you want to wait drivers to accept your order":
- "عايز تستنى كباتن يقبلوا طلبك؟",
- "This price is fixed even if the route changes for the driver.":
- "السعر ده ثابت حتى لو الطريق اتغير.",
- "The price may increase if the route changes.":
- "السعر ممكن يزيد لو الطريق اتغير.",
- "The captain is responsible for the route.":
- "الكابتن مسؤول عن الطريق.",
- "We are search for nearst driver": "بندور على أقرب كابتن",
- "Your order is being prepared": "طلبك بيتجهز",
- "The drivers are reviewing your request": "الكباتن بيشوفوا طلبك",
- "Your order sent to drivers": "طلبك اتبعت للكباتن",
- "You can call or record audio of this trip": "تقدر تتصل أو تسجل صوت",
- "The trip has started! Feel free to contact emergency numbers, share your trip, or activate voice recording for the journey":
- "الرحلة بدأت! تقدر تكلم الطوارئ، تشارك رحلتك، أو تشغل التسجيل الصوتي.",
- "Camera Access Denied.": "مفيش وصول للكاميرا.",
- "Open Settings": "افتح الإعدادات",
- "GPS Required Allow !.": "لازم تشغل الـ GPS!",
- "Your Account is Deleted": "حسابك اتمسح",
- "Are you sure to delete your account?": "متأكد إنك عايز تمسح حسابك؟",
- "Your data will be erased after 2 weeks\nAnd you will can't return to use app after 1 month ":
- "بياناتك هتتمسح بعد أسبوعين\nومش هتقدر تستخدم التطبيق تاني بعد شهر",
- "Enter Your First Name": "دخل اسمك الأول",
- "Are you Sure to LogOut?": "متأكد إنك عايز تخرج؟",
- "Email Wrong": "الإيميل غلط",
- "Email you inserted is Wrong.": "الإيميل اللي دخلته غلط.",
- "You have finished all times ": "خلصت كل المحاولات",
- "if you want help you can email us here":
- "لو محتاج مساعدة ابعتلنا إيميل هنا",
- "Thanks": "شكراً",
- "Email Us": "راسلنا",
- "I cant register in your app in face detection ":
- "مش عارف أسجل بسبب مشكلة كشف الوجه",
- "Hi": "أهلاً",
- "No face detected": "مش لاقيين وجه",
- "Image detecting result is ": "نتيجة فحص الصورة: ",
- "from 3 times Take Attention": "من ٣ محاولات، خد بالك",
- "Be sure for take accurate images please\nYou have":
- "اتأكد إنك بتاخد صور واضحة\nفاضلك",
- "image verified": "الصورة تمام",
- "Next": "التالي",
- "There is no help Question here": "مفيش أسئلة مساعدة هنا",
- "You dont have Points": "معندكش نقاط",
- "You Are Stopped For this Day !": "اتوقفت النهاردة!",
- "You must be charge your Account": "لازم تشحن حسابك",
- "You Refused 3 Rides this Day that is the reason \nSee you Tomorrow!":
- "رفضت ٣ رحلات النهاردة، وده السبب.\nنشوفك بكرة!",
- "Recharge my Account": "شحن حسابي",
- "Ok , See you Tomorrow": "تمام، أشوفك بكرة",
- "You are Stopped": "أنت موقوف",
- "Connected": "متصل",
- "Not Connected": "غير متصل",
- "Your are far from passenger location": "أنت بعيد عن الراكب",
- "go to your passenger location before\nPassenger cancel trip":
- "روح لمكان الراكب قبل ما يلغي",
- "You will get cost of your work for this trip": "هتاخد حق مشوارك ده",
- " in your wallet": "في محفظتك",
- "you gain": "كسبت",
- "Order Cancelled by Passenger": "الطلب اتلغى من الراكب",
- "Feedback data saved successfully": "التقييم اتحفظ",
- "No Promo for today .": "مفيش برومو النهاردة.",
- "Select your destination": "اختار وجهتك",
- "Search for your Start point": "ابحث عن نقطة البداية",
- "Search for waypoint": "ابحث عن نقطة وقوف",
- "Current Location": "الموقع الحالي",
- "Add Location 1": "ضيف موقع ١",
- "You must Verify email !.": "لازم تأكد الإيميل!",
- "Cropper": "قص الصورة",
- "Saved Sucssefully": "اتحفظ بنجاح",
- "Select Date": "اختار التاريخ",
- "Birth Date": "تاريخ الميلاد",
- "Ok": "تمام",
- "the 500 points equal 30 JOD": "الـ 500 نقطة بـ 30 جنيه",
- "the 500 points equal 30 JOD for you \nSo go and gain your money":
- "الـ 500 نقطة بـ 30 جنيه ليك\nيلا اكسب فلوسك",
- "token updated": "التوكن اتحدث",
- "Add Location 2": "ضيف موقع ٢",
- "Add Location 3": "ضيف موقع ٣",
- "Add Location 4": "ضيف موقع ٤",
- "Waiting for your location": "مستنيين موقعك",
- "Search for your destination": "ابحث عن وجهتك",
- "Hi! This is": "أهلاً! ده",
- " I am using": " أنا بستخدم",
- " to ride with": " عشان أركب مع",
- " as the driver.": " ككابتن.",
- "is driving a ": "سايق ",
- " with license plate ": " نمرتها ",
- " I am currently located at ": " مكاني دلوقتي في ",
- "Please go to Car now ": "روح للعربية دلوقتي",
- "You will receive a code in WhatsApp Messenger":
- "هيجيلك كود على الواتساب",
- "If you need assistance, contact us": "لو محتاج مساعدة، كلمنا",
- "Promo Ended": "العرض انتهى",
- "Enter the promo code and get": "دخل الكود واحصل على",
- "DISCOUNT": "خصم",
- "No wallet record found": "مفيش سجل للمحفظة",
- "for": "لـ",
- "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.":
- "انطلق أأمن تطبيق مشاوير بمميزات كتير للكباتن والركاب. بنقدم أقل عمولة، ٨٪ بس. عندنا تأمين لأحسن الكباتن، وصيانة دورية، وخدمات على الطريق.",
- "You can contact us during working hours from 12:00 - 19:00.":
- "كلمنا من ١٢ لـ ٧.",
- "Choose a contact option": "اختار طريقة تواصل",
- "Work time is from 12:00 - 19:00.\nYou can send a WhatsApp message or email.":
- "مواعيد العمل من ١٢ لـ ٧.\nابعت واتساب أو إيميل.",
- "Promo code copied to clipboard!": "الكود اتنسخ!",
- "Copy Code": "نسخ الكود",
- "Your invite code was successfully applied!": "كود الدعوة اشتغل!",
- "Payment Options": "خيارات الدفع",
- "wait 1 minute to receive message": "استنى دقيقة عشان الرسالة توصل",
- "You have copied the promo code.": "نسخت الكود.",
- "Select Payment Amount": "اختار المبلغ",
- "The promotion period has ended.": "فترة العرض خلصت.",
- "Promo Code Accepted": "الكود اتقبل",
- "Tap on the promo code to copy it!": "دوس على الكود عشان تنسخه!",
- "Lowest Price Achieved": "أقل سعر",
- "Cannot apply further discounts.": "مينفعش خصم أكتر من كده.",
- "Promo Already Used": "الكود استخدمته قبل كده",
- "Invitation Used": "الدعوة مستخدمة",
- "You have already used this promo code.": "استخدمت الكود ده قبل كده.",
- "Insert Your Promo Code": "دخل الكود بتاعك",
- "Enter promo code here": "حط الكود هنا",
- "Please enter a valid promo code": "دخل كود صالح",
- "Awfar Car": "عربية أوفر",
- "Old and affordable, perfect for budget rides.":
- "قديمة وموفرة، مناسبة للمشاوير الاقتصادية.",
- " If you need to reach me, please contact the driver directly at":
- " لو محتاج تكلمني، اتصل بالكابتن على",
- "No Car or Driver Found in your area.":
- "مفيش عربيات أو كباتن في منطقتك.",
- "Please Try anther time ": "جرب وقت تاني",
- "There no Driver Aplly your order sorry for that ":
- "مفيش كابتن قبل طلبك، بنعتذرلك",
- "Trip Cancelled": "الرحلة اتلغت",
- "The Driver Will be in your location soon .": "الكابتن هيوصلك قريب.",
- "The distance less than 500 meter.": "المسافة أقل من ٥٠٠ متر.",
- "Promo End !": "العرض انتهى!",
- "There is no notification yet": "مفيش إشعارات",
- "Use Touch ID or Face ID to confirm payment":
- "استخدم البصمة لتأكيد الدفع",
- "Contact us for any questions on your order.":
- "كلمنا لو عندك سؤال عن طلبك.",
- "Pyament Cancelled .": "الدفع اتلغى.",
- "type here": "اكتب هنا",
- "Scan Driver License": "امسح الرخصة",
- "Please put your licence in these border": "حط الرخصة جوا الإطار",
- "Camera not initialized yet": "الكاميرا لسه مجهزتش",
- "Take Image": "خد صورة",
- "AI Page": "صفحة الذكاء الاصطناعي",
- "Take Picture Of ID Card": "صور البطاقة",
- "Take Picture Of Driver License Card": "صور رخصة القيادة",
- "We are process picture please wait ": "بنحمل الصورة، استنى...",
- "There is no data yet.": "مفيش بيانات لسه.",
- "Name :": "الاسم:",
- "Drivers License Class: ": "درجة الرخصة:",
- "Document Number: ": "رقم الوثيقة:",
- "Address: ": "العنوان:",
- "Height: ": "الطول:",
- "Expiry Date: ": "تاريخ الانتهاء:",
- "Date of Birth: ": "تاريخ الميلاد:",
- "You can't continue with us .\nYou should renew Driver license":
- "مش هينفع تكمل معانا.\nلازم تجدد الرخصة",
- "Detect Your Face ": "افحص وجهك",
- "Go to next step\nscan Car License.":
- "الخطوة الجاية\nصور رخصة العربية.",
- "Name in arabic": "الاسم بالعربي",
- "Drivers License Class": "درجة الرخصة",
- "Selected Date": "التاريخ المختار",
- "Select Time": "اختار الوقت",
- "Selected Time": "الوقت المختار",
- "Selected Date and Time": "التاريخ والوقت المختارين",
- "Lets check Car license ": "يلا نفحص رخصة العربية",
- "Car": "عربية",
- "Plate": "نمرة",
- "Rides": "مشاوير",
- "Selected driver": "الكابتن المختار",
- "Lets check License Back Face": "يلا نفحص ظهر الرخصة",
- "Car License Card": "رخصة العربية",
- "No image selected yet": "مخترتش صورة لسه",
- "Made :": "الصنع:",
- "model :": "الموديل:",
- "VIN :": "الشاسيه:",
- "year :": "السنة:",
- "ُExpire Date": "تاريخ الانتهاء",
- "Login Driver": "دخول الكابتن",
- "Password must br at least 6 character.":
- "الباسورد لازم يكون ٦ حروف على الأقل.",
- "if you don't have account": "لو معندكش حساب",
- "Here recorded trips audio": "هنا تسجيلات الرحلات",
- "Register as Driver": "سجل كابتن",
- "By selecting \"I Agree\" below, I have reviewed and agree to the Terms of Use and acknowledge the ":
- "لما تختار \"أوافق\"، بتأكد موافقتك على الشروط وإقرارك بـ ",
- "Log Out Page": "صفحة الخروج",
- "Log Off": "خروج",
- "Register Driver": "تسجيل كابتن",
- "Verify Email For Driver": "تأكيد إيميل الكابتن",
- "Admin DashBoard": "لوحة الأدمن",
- "Your name": "اسمك",
- "your ride is applied": "رحلتك اتقدمت",
- "H and": "س و",
- "JOD": "جنيه",
- "m": "د",
- "We search nearst Driver to you": "بندورلك على أقرب كابتن",
- "please wait till driver accept your order":
- "استنى لحد ما الكابتن يقبل",
- "No accepted orders? Try raising your trip fee to attract riders.":
- "محدش قبل؟ جرب تعلي السعر.",
- "You should select one": "لازم تختار واحد",
- "The driver accept your order for": "الكابتن قبل طلبك بـ",
- "The driver on your way": "الكابتن جاي",
- "Total price from ": "السعر الكلي من ",
- "Order Details Intaleq": "تفاصيل الطلب",
- "Selected file:": "الملف المختار:",
- "Your trip cost is": "تكلفة رحلتك:",
- "this will delete all files from your device":
- "ده هيمسح كل الملفات من جهازك",
- "Exclusive offers and discounts always with the Intaleq app":
- "عروض وخصومات حصرية دايماً مع انطلق",
- "Submit Question": "ابعت سؤال",
- "Please enter your Question.": "اكتب سؤالك.",
- "Help Details": "تفاصيل المساعدة",
- "No trip yet found": "ملقيناش رحلة",
- "No Response yet.": "مفيش رد لسه.",
- " You Earn today is ": " كسبت النهاردة ",
- " You Have in": " معاك في",
- "Total points is ": "مجموع النقاط ",
- "Total Connection Duration:": "مدة الاتصال الكلية:",
- "Passenger name : ": "اسم الراكب: ",
- "Cost Of Trip IS ": "تكلفة الرحلة: ",
- "Arrival time": "وقت الوصول",
- "arrival time to reach your point": "وقت الوصول لنقطتك",
- "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
- "لرحلات انطلق والسكوتر السعر متغير. للراحة السعر بالوقت والمسافة.",
- "Hello this is Driver": "أهلاً، أنا الكابتن",
- "Is the Passenger in your Car ?": "الراكب ركب معاك؟",
- "Please wait for the passenger to enter the car before starting the trip.":
- "استنى لما الراكب يركب قبل ما تبدأ.",
- "No ,still Waiting.": "لأ، لسه مستني.",
- "I arrive you": "وصلتلك",
- "I Arrive your site": "أنا في موقعك",
- "You are not in near to passenger location": "أنت مش قريب من الراكب",
- "please go to picker location exactly": "روح لمكان الركوب بالضبط",
- "You Can Cancel Trip And get Cost of Trip From":
- "تقدر تلغي وتاخد تمن الرحلة من",
- "Are you sure to cancel?": "متأكد إنك عايز تلغي؟",
- "Insert Emergincy Number": "دخل رقم الطوارئ",
- "Best choice for comfort car and flexible route and stops point":
- "أحسن خيار لرحلة مريحة ومسار مرن",
- "Insert": "إدخال",
- "This is for scooter or a motorcycle.": "ده للسكوتر أو الموتوسيكل.",
- "This trip goes directly from your starting point to your destination for a fixed price. The driver must follow the planned route":
- "رحلة مباشرة بسعر ثابت. الكابتن لازم يمشي على الطريق المحدد.",
- "You can decline a request without any cost": "تقدر ترفض الطلب ببلاش",
- "Perfect for adventure seekers who want to experience something new and exciting":
- "مثالي للي بيحب يجرب حاجة جديدة",
- "My current location is:": "مكاني دلوقتي:",
- "and I have a trip on": "وعندي رحلة على",
- "App with Passenger": "التطبيق مع الراكب",
- "You will be pay the cost to driver or we will get it from you on next trip":
- "هتدفع للكابتن أو هناخدها منك المرة الجاية",
- "Trip has Steps": "الرحلة فيها وقفات",
- "Distance from Passenger to destination is ":
- "المسافة من الراكب للوجهة: ",
- "price is": "السعر:",
- "This ride type does not allow changes to the destination or additional stops":
- "النوع ده مبيسمحش بتغيير الوجهة أو الوقفات",
- "This price may be changed": "السعر ده ممكن يتغير",
- "No SIM card, no problem! Call your driver directly through our app. We use advanced technology to ensure your privacy.":
- "مفيش شريحة؟ مفيش مشكلة! كلم الكابتن من التطبيق.",
- "This ride type allows changes, but the price may increase":
- "النوع ده بيسمح بالتغيير بس السعر ممكن يزيد",
- "Select one message": "اختار رسالة",
- "I'm waiting for 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.":
- "لاحظنا السرعة عدت ١٠٠ كم/س. هدي السرعة عشان سلامتك. لو قلقان شارك رحلتك أو كلم الشرطة من زرار الطوارئ.",
- "Warning: Intaleqing detected!": "تحذير: سرعة زايدة!",
- "Please help! Contact me as soon as possible.":
- "إلحقوني! كلموني بسرعة.",
- "Share Trip Details": "شارك تفاصيل الرحلة",
- "Car Plate is ": "نمرة العربية: ",
- "the 300 points equal 300 L.E for you \nSo go and gain your money":
- "الـ 300 نقطة بـ 300 جنيه ليك\nيلا اكسب فلوسك",
- "the 300 points equal 300 L.E": "الـ 300 نقطة بـ 300 جنيه",
- "The payment was not approved. Please try again.":
- "الدفع ماتقبلش. جرب تاني.",
- "Payment Failed": "فشل الدفع",
- "This is a scheduled notification.": "ده إشعار مجدول.",
- "An error occurred during the payment process.": "حصل خطأ وقت الدفع.",
- "The payment was approved.": "تم الدفع.",
- "Payment Successful": "تم الدفع بنجاح",
- "No ride found yet": "ملقيناش رحلة لسه",
- "Accept Order": "اقبل الطلب",
- "Bottom Bar Example": "مثال الشريط السفلي",
- "Driver phone": "رقم الكابتن",
- "Statistics": "الإحصائيات",
- "Origin": "الانطلاق",
- "Destination": "الوصول",
- "Driver Name": "اسم الكابتن",
- "Driver Car Plate": "نمرة الكابتن",
- "Available for rides": "متاح للرحلات",
- "Scan Id": "امسح البطاقة",
- "Camera not initilaized yet": "الكاميرا لسه",
- "Scan ID MklGoogle": "مسح هوية MklGoogle",
- "Language": "اللغة",
- "Jordan": "الأردن",
- "USA": "أمريكا",
- "Egypt": "مصر",
- "Turkey": "تركيا",
- "Saudi Arabia": "السعودية",
- "Qatar": "قطر",
- "Bahrain": "البحرين",
- "Kuwait": "الكويت",
- "But you have a negative salary of": "بس عندك عجز بقيمة",
- "Promo Code": "برومو كود",
- "Your trip distance is": "مسافة رحلتك:",
- "Enter promo code": "دخل الكود",
- "You have promo!": "عندك برومو!",
- "Cost Duration": "تكلفة الوقت",
- "Duration is": "الوقت:",
- "Leave": "مغادرة",
- "Join": "انضمام",
- "Heading your way now. Please be ready.":
- "جايلك في السكة. خليك جاهز.",
- "Approaching your area. Should be there in 3 minutes.":
- "قربت من منطقتك. ٣ دقايق وأكون عندك.",
- "There's heavy traffic here. Can you suggest an alternate pickup point?":
- "الدنيا زحمة هنا. ممكن نقف في حتة تانية؟",
- "This ride is already taken by another driver.":
- "الرحلة دي راحت لكابتن تاني.",
- "You Should be select reason.": "لازم تختار سبب.",
- "Waiting for Driver ...": "مستني الكابتن...",
- "Latest Recent Trip": "آخر رحلة",
- "from your list": "من قائمتك",
- "Do you want to change Work location": "تغير مكان الشغل؟",
- "Do you want to change Home location": "تغير مكان البيت؟",
- "We Are Sorry That we dont have cars in your Location!":
- "آسفين، مفيش عربيات في مكانك!",
- "Choose from Map": "اختار من الخريطة",
- "Pick your ride location on the map - Tap to confirm":
- "حدد مكانك على الخريطة - دوس للتأكيد",
- "Intaleq is the ride-hailing app that is safe, reliable, and accessible.":
- "انطلق هو تطبيق المشاوير الآمن والموثوق.",
- "With Intaleq, you can get a ride to your destination in minutes.":
- "مع انطلق، هتوصل في دقايق.",
- "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.":
- "بنهتم بسلامتك، وكل كباتننا متراجعين.",
- "Pick from map": "اختار من الخريطة",
- "No Car in your site. Sorry!": "مفيش عربية عندك. آسفين!",
- "Nearest Car for you about ": "أقرب عربية ليك على بعد ",
- "From :": "من:",
- "Get Details of Trip": "تفاصيل الرحلة",
- "If you want add stop click here": "لو عايز تضيف وقفة دوس هنا",
- "Where you want go ": "رايح فين؟",
- "My Card": "كارتي",
- "Start Record": "ابدأ التسجيل",
- "History of Trip": "سجل الرحلات",
- "Helping Center": "مركز المساعدة",
- "Record saved": "التسجيل اتحفظ",
- "Trips recorded": "رحلات مسجلة",
- "Select Your Country": "اختار بلدك",
- "To ensure you receive the most accurate information for your location, please select your country below. This will help tailor the app experience and content to your country.":
- "عشان نجبلك معلومات دقيقة، اختار بلدك تحت.",
- "Are you sure to delete recorded files": "متأكد تمسح الملفات؟",
- "Select recorded trip": "اختار رحلة مسجلة",
- "Card Number": "رقم الكارت",
- "Hi, Where to ": "أهلاً، رايح فين؟",
- "Pick your destination from Map": "حدد وجهتك من الخريطة",
- "Add Stops": "ضيف وقفات",
- "Get Direction": "اعرف الطريق",
- "Add Location": "ضيف مكان",
- "Switch Rider": "بدل الراكب",
- "You will arrive to your destination after timer end.":
- "هتوصل لما الوقت يخلص.",
- "You can cancel trip": "تقدر تلغي الرحلة",
- "The driver waitting you in picked location .": "الكابتن مستنيك.",
- "Pay with Your": "ادفع بـ",
- "Pay with Credit Card": "ادفع بالفيزا",
- "Show Promos to Charge": "اظهر عروض الشحن",
- "Point": "نقطة",
- "How many hours would you like to wait?": "عايز تستنى كام ساعة؟",
- "Driver Wallet": "محفظة الكابتن",
- "Choose between those Type Cars": "اختار نوع العربية",
- "hour": "ساعة",
- "Select Waiting Hours": "اختار ساعات الانتظار",
- "Total Points is": "مجموع النقاط",
- "You will receive a code in SMS message": "هيجيلك كود في رسالة",
- "Done": "تمام",
- "Total Budget from trips is ": "إجمالي الدخل من الرحلات: ",
- "Total Amount:": "المبلغ الكلي:",
- "Total Budget from trips by\nCredit card is ":
- "إجمالي الدخل بالفيزا: ",
- "This amount for all trip I get from Passengers":
- "ده المبلغ من كل الركاب",
- "Pay from my budget": "ادفع من رصيدي",
- "This amount for all trip I get from Passengers and Collected For me in":
- "ده المبلغ اللي جمعته وبيتحوشلي في",
- "You can buy points from your budget": "ممكن تشتري نقاط من رصيدك",
- "insert amount": "دخل المبلغ",
- "You can buy Points to let you online\nby this list below":
- "اشتري نقاط عشان تفضل أونلاين\nمن القائمة دي",
- "Create Wallet to receive your money": "اعمل محفظة عشان تستلم فلوسك",
- "Enter your feedback here": "اكتب رأيك هنا",
- "Please enter your feedback.": "اكتب رأيك.",
- "Feedback": "رأيك",
- "Submit ": "إرسال ",
- "Click here to Show it in Map": "دوس هنا عشان تشوفه في الخريطة",
- "Canceled": "ملغي",
- "No I want": "لأ أنا عايز",
- "Email is": "الإيميل:",
- "Phone Number is": "الموبايل:",
- "Date of Birth is": "تاريخ الميلاد:",
- "Sex is ": "النوع: ",
- "Car Details": "تفاصيل العربية",
- "VIN is": "الشاسيه:",
- "Color is ": "اللون: ",
"Make is ": "الماركة: ",
"Model is": "الموديل:",
"Year is": "السنة:",
- "Expiration Date ": "الانتهاء: ",
- "Edit Your data": "تعديل بياناتك",
- "write vin for your car": "اكتب الشاسيه",
- "VIN": "الشاسيه",
- "Device Change Detected": "الجهاز اتغير",
- "Please verify your identity": "أكد هويتك",
- "write Color for your car": "اكتب لون العربية",
- "write Make for your car": "اكتب ماركة العربية",
- "write Model for your car": "اكتب موديل العربية",
- "write Year for your car": "اكتب سنة الصنع",
- "write Expiration Date for your car": "اكتب تاريخ الانتهاء",
- "Tariffs": "التعريفة",
+ "Expiration Date ": "تاريخ الانتهاء: ",
+ "Edit Your data": "عدل بياناتك",
+ "write vin for your car": "اكتب رقم هيكل سيارتك",
+ "VIN": "رقم الهيكل",
+ "Please verify your identity": "يا ريت تأكد هويتك",
+ "write Color for your car": "اكتب لون سيارتك",
+ "write Make for your car": "اكتب ماركة سيارتك",
+ "write Model for your car": "اكتب موديل سيارتك",
+ "write Year for your car": "اكتب سنة سيارتك",
+ "write Expiration Date for your car": "اكتب تاريخ انتهاء سيارتك",
+ "Tariffs": "التعرفات",
"Minimum fare": "أقل أجرة",
- "Maximum fare": "أقصى أجرة",
- "Flag-down fee": "فتحة العداد",
+ "Maximum fare": "أكثر أجرة",
+ "Flag-down fee": "فيتة العداد (البداية)",
"Including Tax": "شامل الضريبة",
"BookingFee": "رسوم الحجز",
"Morning": "صبح",
"from 07:30 till 10:30 (Thursday, Friday, Saturday, Monday)":
"من ٧:٣٠ لـ ١٠:٣٠ (خميس، جمعة، سبت، اثنين)",
- "Evening": "ليل",
+ "Evening": "مسا",
"from 12:00 till 15:00 (Thursday, Friday, Saturday, Monday)":
- "من ١٢ لـ ٣ (خميس، جمعة، سبت، اثنين)",
- "Night": "سهرة",
- "You have in account": "معاك في الحساب",
- "Select Country": "اختار الدولة",
- "Ride Today : ": "رحلة اليوم: ",
- "After this period\nYou can't cancel!":
- "بعد الوقت ده\nمش هتعرف تلغي!",
- "from 23:59 till 05:30": "من ١١:٥٩ م لـ ٥:٣٠ ص",
+ "من ١٢:٠٠ لـ ٣:٠٠ (خميس، جمعة، سبت، اثنين)",
+ "Night": "ليل",
+ "You have in account": "عندك بالحساب",
+ "Select Country": "نقي البلد",
+ "Ride Today : ": "مشوار اليوم: ",
+ "After this period\nYou can't cancel!": "بعد هالفترة\nما فيك تكنسل!",
+ "from 23:59 till 05:30": "من ١١:٥٩ لـ ٥:٣٠",
"Rate Driver": "قيم الكابتن",
- "Total Cost is ": "التكلفة: ",
+ "Total Cost is ": "التكلفة الكلية: ",
"Write note": "اكتب ملاحظة",
"Time to arrive": "وقت الوصول",
- "Ride Summaries": "ملخص الرحلات",
+ "Ride Summaries": "ملخصات المشارير",
"Total Cost": "التكلفة الكلية",
"Average of Hours of": "متوسط ساعات",
- " is ON for this month": " متصل الشهر ده",
+ " is ON for this month": " شغال هاد الشهر",
"Days": "أيام",
- "Total Hours on month": "إجمالي ساعات الشهر",
- "Counts of Hours on days": "عدد الساعات في الأيام",
+ "Total Hours on month": "إجمالي الساعات بالشهر",
+ "Counts of Hours on days": "عدد الساعات بالأيام",
"OrderId": "رقم الطلب",
"created time": "وقت الإنشاء",
- "Intaleq Over": "انتهت رحلة انطلق",
- "I will slow down": "هدي السرعة",
+ "Intaleq Over": "خلص مشوار انطلق",
+ "I will slow down": "رح خفف السرعة",
"Map Passenger": "خريطة الراكب",
- "Be Slowly": "على مهلك",
+ "Be Slowly": "تمهل",
"If you want to make Google Map App run directly when you apply order":
- "لو عايز جوجل ماب يفتح علطول لما تقبل الطلب",
- "You can change the language of the app": "تقدر تغير لغة التطبيق",
- "Your Budget less than needed": "رصيدك أقل من المطلوب",
+ "إذا بدك تفتح خرائط جوجل دغري بس تقبل الطلب",
+ "You can change the language of the app": "فيك تغير لغة التطبيق",
+ "Your Budget less than needed": "رصيدك ما بيكفي",
"You can change the Country to get all features":
- "غير الدولة عشان كل المميزات تظهر",
- "Change Country": "تغيير الدولة"
+ "فيك تغير البلد لتاخد كل الميزات",
+ "There is no Car or Driver in your area.":
+ "ما في سيارات أو كباتن بمنطقتك.",
+ "Change Country": "تغيير البلد",
},
"ar-main": {
"Syria": "سوريا",
+ "SYP": "ل.س",
"Order": "طلب",
"OrderVIP": "طلب VIP",
"Cancel Trip": "إلغاء الرحلة",
@@ -3077,10 +1676,35 @@ class MyTranslation extends Translations {
"Trip Cancelled. The cost of the trip will be added to your wallet.":
"تم إلغاء الرحلة. سيتم إضافة تكلفة الرحلة إلى محفظتك.",
"token change": "تغيير الرمز",
+ "Changed my mind": "غيرت رأيي",
+ "Please write the reason...": "يا ريت تكتب السبب...",
+ "Found another transport": "لقيت وسيلة تانية",
+ "Driver is taking too long": "الكابتن كتير عم يتأخر",
+ "Driver asked me to cancel": "الكابتن طلب مني كنسل",
+ "Wrong pickup location": "مكان اللوكيشن غلط",
+ "Other": "أخرى",
+ "Don't Cancel": "لا تلغي",
+ "No Drivers Found": "ما لقينا كباتن",
+ "Sorry, there are no cars available of this type right now.":
+ "منعتذر، ما في سيارات من هاد النوع هلا.",
+ "Refresh Map": "تحديث الخريطة",
"face detect": "كشف الوجه",
"Face Detection Result": "نتيجة كشف الوجه",
"similar": "مشابه",
"not similar": "غير مشابه",
+ "Searching for nearby drivers...": "عم ندورلك على كباتن قريبين...",
+ "Error": "خطأ",
+ "Failed to search, please try again later":
+ "ما مشي حال البحث، جرب بعد شوي",
+ "Connection Error": "مشكلة بالاتصال",
+ "Please check your internet connection": "تأكد من النت عندك",
+ "Sorry 😔": "عذراً 😔",
+ "The driver cancelled the trip for an emergency reason.\nDo you want to search for another driver immediately?":
+ "الكابتن كنسل المشوار لسبب طارئ.\nبدك ندورلك على كابتن تاني فوراً؟",
+ "Search for another driver": "دور على كابتن تاني",
+ "We apologize 😔": "نعتذر منك 😔",
+ "No drivers found at the moment.\nPlease try again later.":
+ "ما لقينا كباتن حالياً.\\nيا ريت تجرب بعد شوي.",
"Hi ,I will go now": "مرحبًا، سأذهب الآن",
"Passenger come to you": "الراكب قادم إليك",
"Call Income": "مكالمة واردة",
@@ -3096,7 +1720,6 @@ class MyTranslation extends Translations {
"نأسف لإعلامك بأن سائقًا آخر قد قبل هذا الطلب.",
"Driver Applied the Ride for You": "السائق قدم الطلب لك",
"Applied": "تم التقديم",
- "Hi ,I Arrive your site": "مرحبًا، لقد وصلت إلى موقعك",
"Please go to Car Driver": "يرجى الذهاب إلى سائق السيارة",
"Ok I will go now.": "حسنًا، سأذهب الآن.",
"Accepted Ride": "تم قبول الرحلة",
@@ -3109,19 +1732,6 @@ class MyTranslation extends Translations {
"يرجى البقاء في نقطة الالتقاط المحددة.",
"message From Driver": "رسالة من السائق",
"Trip is Begin": "بدأت الرحلة",
- "Verify OTP": "التحقق من الرمز",
- "Customer not found": "العميل غير موجود",
- "Wallet is blocked": "المحفظة محظورة",
- "Customer phone is not active": "هاتف العميل غير نشط",
- "Balance not enough": "الرصيد غير كافٍ",
- "Balance limit exceeded": "تم تجاوز حد الرصيد",
- "Verification Code": "رمز التحقق",
- "We have sent a verification code to your mobile number:":
- "لقد أرسلنا رمز التحقق إلى رقم هاتفك المحمول:",
- "Verify": "تحقق",
- "Resend Code": "إعادة إرسال الرمز",
- "You can resend in": "يمكنك إعادة الإرسال خلال",
- "seconds": "ثوانٍ",
"Cancel Trip from driver": "إلغاء الرحلة من السائق",
"We will look for a new driver.\nPlease wait.":
"هنبحث عن سائق جديد.\nمن فضلك انتظر.",
@@ -3138,24 +1748,62 @@ class MyTranslation extends Translations {
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
"هتدفع للسائق هتدفع تكلفة وقت السائق شوف محفظة Intaleq بتاعتك",
"Order Applied": "تم تطبيق الطلب",
-
- //firebase above
-
-//
- 'Share App': "مشاركة التطبيق",
+ "welcome to intaleq": "أهلاً بك في انطلق",
+ "login or register subtitle":
+ "دخل رقم موبايلك لتسجل دخول أو لتفتح حساب جديد",
+ "Complaint cannot be filed for this ride. It may not have been completed or started.":
+ "ما فيك تبعت شكوى لهاد المشوار. يمكن لسا ما خلص أو ما بلّش.",
+ "phone number label": "رقم الموبايل",
+ "phone number required": "يا ريت تدخل رقم الموبايل",
+ "send otp button": "إرسال كود التأكيد",
+ "verify your number title": "تأكيد رقمك",
+ "otp sent subtitle":
+ "تم إرسال رمز تحقق مؤلف من 5 أرقام إلى\n@phoneNumber",
+ "verify and continue button": "تأكيد ومتابعة",
+ "enter otp validation": "يا ريت تدخل الكود (5 أرقام)",
+ "one last step title": "خطوة أخيرة",
+ "complete profile subtitle": "كمل بياناتك لتبلش",
+ "first name label": "الاسم الأول",
+ "first name required": "يا ريت تكتب الاسم الأول",
+ "last name label": "الاسم الأخير",
+ "Verify OTP": "التحقق من الرمز",
+ "Verification Code": "رمز التحقق",
+ "We have sent a verification code to your mobile number:":
+ "لقد أرسلنا رمز التحقق إلى رقم هاتفك المحمول:",
+ "Verify": "تحقق",
+ "Resend Code": "إعادة إرسال الرمز",
+ "You can resend in": "يمكنك إعادة الإرسال خلال",
+ "seconds": "ثوانٍ",
+ "Please enter the complete 6-digit code.":
+ "يا ريت تدخل الكود كامل (6 أرقام).",
+ "last name required": "يا ريت تكتب الكنية",
+ "email optional label": "البريد الإلكتروني (اختياري)",
+ "complete registration button": "إتمام التسجيل",
+ "User with this phone number or email already exists.":
+ "هاد الرقم أو الإيميل مسجل من قبل.",
+ "otp sent success": "بعتنا كود التأكيد على واتساب.",
+ "failed to send otp": "فشل إرسال الرمز.",
+ "server error try again": "صار غلط بالسيرفر، جرب مرة تانية.",
+ "an error occurred": "صار غلط مو متوقع: @error",
+ "otp verification failed": "كود التأكيد غلط.",
+ "registration failed": "ما مشي حال التسجيل.",
+ "welcome user": "أهلاً بك، @firstName!",
+ "Don't forget your personal belongings.": "لا تنسى أغراضك.",
+ "Share App": "شارك التطبيق",
"Wallet": "المحفظة",
+ "Balance": "الرصيد",
"Profile": "الملف الشخصي",
"Contact Support": "اتصل بالدعم",
- 'Session expired. Please log in again.':
- 'انتهت الجلسة. يرجى تسجيل الدخول مرة أخرى.',
+ "Session expired. Please log in again.":
+ "خلصت الجلسة. يا ريت ترجع تسجل دخول.",
"Security Warning": "⚠️ تحذير أمني",
- "Potential security risks detected. The application may not function correctly.":
- "تم اكتشاف ثغرات أمنية على هذا الجهاز. للحفاظ على أمان بياناتك، سيتم حذف جميع البيانات وإغلاق التطبيق.",
- 'please order now': " الرجاء الطلب مرة أخرى",
+ "Potential security risks detected. The application may not function correctly.":
+ "في مخاطر أمنية. يمكن التطبيق ما يشتغل صح.",
+ "please order now": "اطلب هلا",
"Where to": "على فين؟",
"Where are you going?": "رايح فين؟",
"Quick Actions": "إجراءات سريعة",
- "My Wallet": "محفظتي",
+ "My Balance": "رصيدي",
"Order History": "سجل الطلبات",
"Contact Us": "اتصل بنا",
"Driver": "السائق",
@@ -3172,14 +1820,220 @@ class MyTranslation extends Translations {
"Choose who this order is for": "اختر الطلب ده لمين؟",
"I want to order for myself": "أطلب لنفسي",
"I want to order for someone else": "أطلب لحد تاني",
- // "Cancel": "إلغاء",
"Order for someone else": "اطلب لشخص آخر",
"Order for myself": "اطلب لنفسي",
"Are you want to go this site": "عايز تروح المكان ده؟",
- // "Yes": "أيوة",
"No": "لأ",
+ "Intaleq Wallet": "محفظة انطلق",
+ "Have a promo code?": "معك كود خصم؟",
+ "Your Wallet balance is ": "رصيد محفظتك هو ",
+ "Cash": "كاش",
+ "Pay directly to the captain": "ادفع للكابتن مباشرةً",
+ "Top up Wallet to continue": "اشحن المحفظة للمتابعة",
+ "Or pay with Cash instead": "أو ادفع بالكاش بدلاً من ذلك",
+ "Confirm & Find a Ride": "تأكيد والبحث عن مشوار",
+ "Balance:": "الرصيد:",
+ "Alerts": "الإشعارات",
+ "Welcome Back!": "يا مية أهلاً!",
+ "Current Balance": "الرصيد الحالي",
+ "Set Wallet Phone Number": "تعيين رقم المحفظة",
+ "Link a phone number for transfers": "اربط رقم الجوال للتحويلات",
+ "Payment History": "سجل المدفوعات",
+ "View your past transactions": "شوف الدفعات اللي صارت",
+ "Top up Wallet": "شحن المحفظة",
+ "Add funds using our secure methods": "عبي رصيد بطرقنا المضمونة",
+ "Increase Fare": "رفع الأجرة",
+ "No drivers accepted your request yet":
+ "لسا ما حدا من الكباتن قبل طلبك",
+ "Increasing the fare might attract more drivers. Would you like to increase the price?":
+ "إذا زدت الأجرة ممكن الكباتن يقبلوا أسرع. بدك ترفع السعر؟",
+ "Please make sure not to leave any personal belongings in the car.":
+ "يا ريت تنتبه ما تنسى غراضك بالسيارة.",
+ "Cancel Ride": "إلغاء المشوار",
+ "Route Not Found": "الطريق مو موجود",
+ "We couldn't find a valid route to this destination. Please try selecting a different point.":
+ "ما لقينا طريق لهون. جرب تختار مكان تاني.",
+ "You can call or record audio during this trip.":
+ "فيك تدق أو تسجل صوت بهاد المشوار.",
+ "Warning: Speeding detected!": "انتبه: عم تسرع كتير!",
+ "Comfort": "كمفورت",
+ "Intaleq Balance": "رصيد انطلق",
+ "Electric": "سيارة كهربائية",
+ "Lady": "ليدي",
+ "Van": "فان للعائلات",
+ "Rayeh Gai": "رايح جاي",
+ "Join Intaleq as a driver using my referral code!":
+ "انضم لـ انطلق ككابتن بكود دعوتي!",
+ "Use code:": "استخدم الكود:",
+ "Download the Intaleq Driver app now and earn rewards!":
+ "نزل تطبيق انطلق للكباتن هلا واربح مكافآت!",
+ "Get a discount on your first Intaleq ride!":
+ "خد خصم على أول مشوار إلك مع انطلق!",
+ "Use my referral code:": "استخدم كود دعوتي:",
+ "Download the Intaleq app now and enjoy your ride!":
+ "نزل تطبيق انطلق هلا واستمتع بمشوارك!",
+ "Contacts Loaded": "تحملت الأسماء",
+ "Showing": "عم نعرض",
+ "of": "من",
+ "Customer not found": "العميل غير موجود",
+ "Wallet is blocked": "المحفظة محظورة",
+ "Customer phone is not active": "هاتف العميل غير نشط",
+ "Balance not enough": "الرصيد غير كافٍ",
+ "Balance limit exceeded": "تم تجاوز حد الرصيد",
+ "Incorrect sms code":
+ "⚠️ الكود اللي دخلته غلط. يا ريت تحاول مرة تانية.",
+ "contacts. Others were hidden because they don't have a phone number.":
+ "اسم. البقية مخفيين لانو ما عندن أرقام.",
+ "No contacts found": "ما لقينا أسماء",
+ "No contacts with phone numbers were found on your device.":
+ "ما في أسماء عندن أرقام جوال بموبايلك.",
+ "Permission denied": "الطلب مرفوض",
+ "Contact permission is required to pick contacts":
+ "لازم تعطي إذن الوصول للأسماء لتختارن.",
+ "An error occurred while picking contacts:":
+ "صار غلط وقت عم ننقي الأسماء:",
+ "Please enter a correct phone": "يرجى إدخال رقم هاتف صحيح",
+ "Success": "نجاح",
+ "Invite sent successfully": "انبعتت الدعوة تمام",
+ "Hello! I'm inviting you to try Intaleq.":
+ "أهلاً! عم ادعيك تجرب تطبيق 'انطلق'.",
+ "Use my invitation code to get a special gift on your first ride!":
+ "استخدم كود دعوتي لتاخد هدية مميزة بأول مشوار إلك!",
+ "Your personal invitation code is:": "كود دعوتك الشخصي هو:",
+ "Be sure to use it quickly! This code expires at":
+ "استخدمه بسرعة! هاد الكود بيخلص بـ",
+ "Download the app now:": "نزل التطبيق هلا:",
+ "See you on the road!": "نشوفك ع الطريق!",
+ "This phone number has already been invited.":
+ "هاد الرقم انبعتله دعوة من قبل.",
+ "An unexpected error occurred. Please try again.":
+ "صار غلط مو متوقع. جرب مرة تانية.",
+ "You deserve the gift": "أنت تستحق الهدية",
+ "Claim your 20 LE gift for inviting": "خد هديتك الـ ٢٠ ل.س دعوتك لـ",
+ "You have got a gift for invitation": "طلعتلك هدية مشان دعوتك",
+ "You have earned 20": "ربحت ٢٠",
+ "LE": "جنيه",
+ "Vibration feedback for all buttons": "تفعيل الاهتزاز لجميع الأزرار",
+ "Share with friends and earn rewards":
+ "شارك التطبيق مع أصدقائك واحصل على مكافآت",
+ "Gift Already Claimed": "أخدت الهدية من قبل",
+ "You have already received your gift for inviting":
+ "أنت أخدت الهدية خلاص على هي الدعوة",
+ "Keep it up!": "خليك هيك!",
+ "has completed": "خلص",
+ "trips": "مشاوير",
+ "Personal Information": "المعلومات الشخصية",
+ "Name": "الاسم",
+ "Not set": "مو محدد",
+ "Gender": "الجنس",
+ "Education": "التعليم",
+ "Work & Contact": "الشغل والاتصال",
+ "Employment Type": "نوع التوظيف",
+ "Marital Status": "الحالة الاجتماعية",
+ "SOS Phone": "هاتف الطوارئ",
+ "Sign Out": "تسجيل الخروج",
+ "Delete My Account": "حذف حسابي",
+ "Update Gender": "تحديث الجنس",
+ "Update": "تحديث",
+ "Update Education": "تحديث التعليم",
+ "Are you sure? This action cannot be undone.":
+ "متأكد؟ هاد الإجراء ما فيه تراجع.",
+ "Confirm your Email": "تأكد من إيميلك",
+ "Type your Email": "اكتب بريدك الإلكتروني",
+ "Delete Permanently": "حذف نهائي",
+ "Male": "ذكر",
+ "Female": "أنثى",
+ "High School Diploma": "شهادة الثانوية العامة",
+ "Associate Degree": "درجة الدبلوم",
+ "Bachelor's Degree": "بكالوريوس",
+ "Master's Degree": "ماجستير",
+ "Doctoral Degree": "دكتوراه",
+ "Select your preferred language for the app interface.":
+ "نقي اللغة اللي بتفضلها لواجهة التطبيق.",
+ "Language Options": "خيارات اللغة",
+ "You can claim your gift once they complete 2 trips.":
+ "فيك تطلب هديتك بعد ما يخلص مشوارين.",
+ "Closest & Cheapest": "الأقرب والأرخص",
+ "Comfort choice": "خيار الراحة",
+ "Travel in a modern, silent electric car. A premium, eco-friendly choice for a smooth ride.":
+ "سافر في سيارة كهربائية حديثة وهادئة. خيار مميز وصديق للبيئة لرحلة مريحة وسلسة.",
+ "Spacious van service ideal for families and groups. Comfortable, safe, and cost-effective travel together.":
+ "خدمة فان واسعة مثالية للعائلات والمجموعات. رحلة مريحة وآمنة واقتصادية للتنقل معًا.",
+ "Quiet & Eco-Friendly": "هادئة وصديقة للبيئة",
+ "Lady Captain for girls": "سائقة خاصة للسيدات",
+ "Van for familly": "سيارة فان لعيلة",
"Are you sure to delete this location?":
"متأكد إنك عايز تحذف الموقع ده؟",
+ "Submit a Complaint": "بعت شكوى",
+ "Submit Complaint": "إرسال الشكوى",
+ "No trip history found": "ما في سجل مشاوير",
+ "Your past trips will appear here.": "مشاويرك القديمة رح تطلع هون.",
+ "1. Describe Your Issue": "١. اشرح شو صار معك",
+ "Enter your complaint here...": "اكتب شكوتك هون...",
+ "2. Attach Recorded Audio": "٢. إرفاق تسجيل صوتي",
+ "No audio files found.": "ما لقينا تسجيلات صوتية.",
+ "Confirm Attachment": "تأكيد الإرفاق",
+ "Attach this audio file?": "بدك ترفق هاد التسجيل؟",
+ "Uploaded": "ترفع بنجاح",
+ "3. Review Details & Response": "٣. مراجعة التفاصيل والرد",
+ "Date": "التاريخ",
+ "Today's Promos": "عروض اليوم",
+ "No promos available right now.": "ما في عروض هلا.",
+ "Check back later for new offers!":
+ "ارجع شيك بعدين لتشوف عروض جديدة!",
+ "Valid Until:": "صالح حتى:",
+ "CODE": "الكود",
+ "Login": "تسجيل الدخول",
+ "Sign in for a seamless experience": "سجل الدخول لتجربة أفضل",
+ "Sign In with Google": "تسجيل الدخول باستخدام جوجل",
+ "Sign in with Apple": "تسجيل الدخول باستخدام آبل",
+ "User not found": "المستخدم مش موجود",
+ "Need assistance? Contact us": "محتاج مساعدة؟ كلمنا",
+ "Email": "البريد الإلكتروني",
+ "Your email address": "عنوان بريدك الإلكتروني",
+ "Enter a valid email": "أدخل بريد إلكتروني صحيح",
+ "Password": "كلمة المرور",
+ "Your password": "كلمة المرور بتاعتك",
+ "Enter your password": "أدخل كلمة المرور",
+ "Submit": "إرسال",
+ "Terms of Use & Privacy Notice": "شروط الاستخدام وإشعار الخصوصية",
+ "By selecting \"I Agree\" below, I confirm that I have read and agree to the ":
+ "باختيار \"أوافق\" أدناه، أؤكد أنني قرأت ووافقت على ",
+ "Terms of Use": "شروط الاستخدام",
+ " and acknowledge the ": " وبتقر بـ ",
+ "Privacy Notice": "سياسة الخصوصية",
+ ". I am at least 18 years old.": ". أنا عندي 18 سنة على الأقل.",
+ "I Agree": "أوافق",
+ "Continue": "متابعة",
+ "Enable Location": "شغل اللوكيشن",
+ "To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.":
+ "لنقدر نخدمك أحسن شي، لازم نعرف وينك. لوكيشنك بيلزمنا لنلاقي أقرب الكباتن ليك والمكان اللي رح تطلع منه.",
+ "Allow Location Access": "السماح بالوصول للموقع",
+ "Welcome to Intaleq!": "مرحبا بكم في Intaleq!",
+ "Before we start, please review our terms.":
+ "قبل ما نبلش، يا ريت تشوف شروطنا.",
+ "Your journey starts here": "مشوارك ببلش من هون",
+ "Cancel Search": "إلغاء البحث",
+ "Set pickup location": "تحديد مكان البداية",
+ "Move the map to adjust the pin": "حرك الخريطة لتزبط اللوكيشن",
+ "Searching for the nearest captain...": "عم ندورلك على أقرب كابتن...",
+ "No one accepted? Try increasing the fare.":
+ "ما حدا قبل؟ جرب ترفع الأجرة شوي.",
+ "Increase Your Trip Fee (Optional)": "زود سعر مشوارك (اختياري)",
+ "We haven't found any drivers yet. Consider increasing your trip fee to make your offer more attractive to drivers.":
+ "ملقيناش أي سواقين لسه. فكر تزود سعر المشوار عشان عرضك يكون جذاب أكتر للسواقين.",
+ "No, thanks": "لا، شكرًا",
+ "Increase Fee": "زود الأجرة",
+ "Copy": "نسخ",
+ "Promo Copied!": "تم نسخ العرض!",
+ "Code": "الكود",
+ "copied to clipboard": "انتسخ الكود",
+ "Price": "السعر",
+ "Intaleq's Response": "رد فريق انطلق",
+ "Awaiting response...": "ناطرين الرد...",
+ "Audio file not attached": "التسجيل مو مرفق",
+ "The audio file is not uploaded yet.\\nDo you want to submit without it?":
+ "لم يتم رفع الملف الصوتي بعد.\\nهل تريد الإرسال بدونه؟",
"deleted": "تم الحذف",
"To Work": "الشغل",
"Work Saved": "تم حفظ مكان العمل",
@@ -3190,6 +2044,12 @@ class MyTranslation extends Translations {
"OK": "تمام",
"Confirm Pick-up Location": "تأكيد موقع الالتقاء",
"Set Location on Map": "حدد الموقع على الخريطة",
+ "You can contact us during working hours from 10:00 - 16:00.":
+ "فيك تحاكينا بأوقات الشغل من ١٠ للـ ٤.",
+ "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.":
+ """إنطلِق هو التطبيق الأكثر أماناً وموثوقية لمشاركة الركوب والمصمم خصيصاً للركّاب في سوريا. نوفر لك تجربة تنقّل مريحة، محترمة، وبأسعار مناسبة، مع ميزات تضع سلامتك وراحتك في المقام الأول""",
+ "Customer MSISDN doesn’t have customer wallet":
+ "رقم الزبون ما عنده محفظة",
"Nearest Car: ~": "أقرب عربية: ~",
"Nearest Car": "أقرب عربية",
"No cars nearby": "مفيش عربيات قريبة",
@@ -3197,31 +2057,14 @@ class MyTranslation extends Translations {
"No favorite places yet!": "مفيش أماكن مفضلة لسه!",
"from your favorites": "من مفضلتك",
"Back": "رجوع",
- "Sign in for a seamless experience": "سجل الدخول لتجربة أفضل",
- "Sign In with Google": "تسجيل الدخول باستخدام جوجل",
- "Sign in with Apple": "تسجيل الدخول باستخدام آبل",
- "Need assistance? Contact us": "محتاج مساعدة؟ كلمنا",
- "User not found": "المستخدم مش موجود",
- "Email": "البريد الإلكتروني",
- "Your email address": "عنوان بريدك الإلكتروني",
- "Enter a valid email": "أدخل بريد إلكتروني صحيح",
- "Password": "كلمة المرور",
- // "Your password": "كلمة مرورك",
- "Enter your password": "أدخل كلمة المرور",
- "Submit": "إرسال",
- "Terms of Use & Privacy Notice": "شروط الاستخدام وإشعار الخصوصية",
- "Terms of Use": "شروط الاستخدام",
- "Privacy Notice": "سياسة الخصوصية",
+ "Enter your code below to apply the discount.":
+ "دخل الكود تحت لتاخد الخصم",
"By selecting \"I Agree\" below, I confirm that I have read and agree to the":
"بالنقر على \"أوافق\" أدناه، أؤكد أنني قرأت ووافقت على",
"and acknowledge the": "وأقر بـ",
- ". I am at least 18 years old.": ". أنا عندي 18 سنة على الأقل.",
-
- "Continue": "متابعة",
"Enable Location Access": "تفعيل الوصول للموقع",
"We need your location to find nearby drivers for pickups and drop-offs.":
"محتاجين موقعك عشان نلاقي سواقين قريبين للاستلام والتوصيل.",
- "Allow Location Access": "السماح بالوصول للموقع",
"You should restart app to change language":
"لازم تقفل التطبيق وتفتحه تاني عشان اللغة تتغير",
"Home Page": "الرئيسية",
@@ -3283,25 +2126,9 @@ class MyTranslation extends Translations {
"Phone Wallet Saved Successfully": "تم حفظ محفظة الهاتف بنجاح",
"Add wallet phone you use": "ضيف رقم محفظة هاتفك اللي بتستخدمها",
"Update Available": "تحديث متاح",
- 'Intaleq Balance': "رصيد Intaleq",
- 'Van for familly': "فان للعائلات",
- "Electric": "سيارة كهربائية",
- "Van": "فان للعائلات",
- "Closest & Cheapest": "الأقرب والأرخص",
- "Comfort choice": "خيار الراحة",
- "Lady Captain for girls": "سائقة خاصة للسيدات",
- "Best choice for cities": "أفضل خيار بين المدن",
- "Quiet & Eco-Friendly": "هادئة وصديقة للبيئة",
- "Travel in a modern, silent electric car. A premium, eco-friendly choice for a smooth ride.":
- "سافر في سيارة كهربائية حديثة وهادئة. خيار مميز وصديق للبيئة لرحلة مريحة وسلسة.",
- "Spacious van service ideal for families and groups. Comfortable, safe, and cost-effective travel together.":
- "خدمة فان واسعة مثالية للعائلات والمجموعات. رحلة مريحة وآمنة واقتصادية للتنقل معًا.",
"Phone number must be exactly 11 digits long":
"رقم التليفون لازم يكون 11 رقم بالظبط",
- 'Set Phone Number': "تعيين رقم الهاتف",
- 'Top up Balance to continue': "اشحن الرصيد للمتابعة",
"Insert Wallet phone number": "أدخل رقم محفظة الهاتف",
- 'Set Wallet Phone Number': 'تعيين رقم الهاتف',
"Phone number isn't an Egyptian phone number":
"رقم التليفون ده مش رقم مصري",
"A new version of the app is available. Please update to the latest version.":
@@ -3312,7 +2139,6 @@ class MyTranslation extends Translations {
"المشوار ده اتقبل من سواق تاني خلاص.",
"We use your precise location to find the nearest available driver and provide accurate pickup and dropoff information. You can manage this in Settings.":
"بنستخدم موقعك بالتحديد عشان نلاقي أقرب سواق متاح ونديك معلومات دقيقة عن مكان الاستلام والوصول. ممكن تتحكم في ده من الإعدادات.",
-
"Where are you, sir?": "أنا وصلت حضرتك فين.",
"I've been trying to reach you but your phone is off.":
"بحاول أكلمك والتليفون مقفول.",
@@ -3334,13 +2160,9 @@ class MyTranslation extends Translations {
"Order Accepted": "تم قبول الطلب",
"with type": "مع نوع",
"accepted your order at price": "تم قبول طلبك بسعر",
-
"you canceled order": "أنت ألغيت الطلب",
"If you want order to another person": "لو عايز تطلب لشخص تاني",
- // "Ok I will go now.": "تمام، أنا ماشي دلوقتي.",
- // "Hi, I will go now": "أهلاً، أنا ماشي دلوقتي",
"upgrade price": "رفع السعر",
- "Please enter a correct phone": "يرجى إدخال رقم هاتف صحيح",
"airport": "مطار",
"Best choice for a comfortable car with a flexible route and stop points. This airport offers visa entry at this price.":
"أفضل اختيار لعربية مريحة بمسار مرن ونقاط توقف. المطار ده بيقدم دخول فيزا بالسعر ده.",
@@ -3351,8 +2173,6 @@ class MyTranslation extends Translations {
"We are looking for a captain but the price may increase to let a captain accept":
"بندور على كابتن بس ممكن السعر يزيد عشان كابتن يقبل",
"No, I want to cancel this trip": "لأ، أنا عايز ألغي المشوار ده",
- // "Trip Cancelled. The cost of the trip will be added to your wallet.":
- // "تم إلغاء الرحلة. هيتم إضافة تكلفة الرحلة لمحفظتك.",
"Attention": "تنبيه",
"Trip Cancelled. The cost of the trip will be deducted from your wallet.":
"تم إلغاء الرحلة. هيتخصم تكلفة الرحلة من محفظتك.",
@@ -3362,13 +2182,8 @@ class MyTranslation extends Translations {
"Order Under Review": "الطلب قيد المراجعة",
"is reviewing your order. They may need more information or a higher price.":
"بيراجع طلبك. ممكن يحتاجوا معلومات أكتر أو سعر أعلى.",
- // "The driver canceled your ride.": "السواق ألغى مشوارك.",
- "We haven't found any drivers yet. Consider increasing your trip fee to make your offer more attractive to drivers.":
- "ملقيناش أي سواقين لسه. فكر تزود سعر المشوار عشان عرضك يكون جذاب أكتر للسواقين.",
- "Increase Your Trip Fee (Optional)": "زود سعر مشوارك (اختياري)",
"Vibration": "اهتزاز",
"Resend code": "إعادة إرسال الرمز",
- // "token change": "تغيير الرمز",
"change device": "تغيير الجهاز",
"Device Change Detected": "تم اكتشاف تغيير الجهاز",
"You can only use one device at a time. This device will now be set as your active device.":
@@ -3382,7 +2197,6 @@ class MyTranslation extends Translations {
"Trip Monitor": "مراقبة الرحلة",
"Insert SOS Phone": "أدخل رقم طوارئ",
"Add SOS Phone": "أضف رقم طوارئ",
- // "Trip Monitoring": "مراقبة الرحلة",
"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 ,":
"عزيزي،\n\n🚀 بدأت للتو رحلة مثيرة وأود مشاركة تفاصيل رحلتي وموقعي الحالي معك في الوقت الفعلي! يرجى تنزيل تطبيق Intaleq. سيسمح لك بعرض تفاصيل رحلتي وموقعي الأخير.\n\n👈 رابط التحميل:\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\niOS [https://getapp.cc/app/6458734951]\n\nأتطلع إلى إبقائك على اطلاع دائم بمغامرتي!\n\nIntaleq،",
"Send Intaleq app to him": "ابعتله تطبيق Intaleq",
@@ -3402,25 +2216,32 @@ class MyTranslation extends Translations {
"Driver joined the channel": "السائق انضم للقناة",
"Driver left the channel": "السائق غادر القناة",
"Call Page": "صفحة الاتصال",
- // "Call End": "إنهاء المكالمة",
"Call Left": "مكالمات متبقية",
- r"$ Next as Cash $!": " نقداً !",
+ " Next as Cash !": " المشوار التاني كاش!",
"To use Wallet charge it": "عشان تستخدم المحفظة اشحنها",
"We are searching for the nearest driver to you":
"بندورلك على أقرب سواق ليك",
"Best choice for cities": "أفضل اختيار للمدن",
"Rayeh Gai: Round trip service for convenient travel between cities, easy and reliable.":
"رايح جاي: خدمة للذهاب والعودة لIntaleq مريح بين المدن، سهلة وموثوقة.",
- "Rayeh Gai": "رايح جاي",
"This trip is for women only": "المشوار ده للسيدات فقط",
"Total budgets on month": "إجمالي الميزانية الشهرية",
"You have call from driver": "عندك مكالمة من السواق",
- "Comfort": "كمفورت",
"Intaleq": "Intaleq",
+ "passenger agreement": "اتفاقية الراكب",
+ "To become a passenger, you must review and agree to the ":
+ "لتصير راكب معنا، لازم تشوف وتوافق على",
+ "agreement subtitle":
+ "لتقدر تكمل، لازم تشوف شروط الاستخدام وسياسة الخصوصية وتوافق عليهن.",
+ "terms of use": "شروط الاستخدام",
+ " and acknowledge our Privacy Policy.":
+ "والإقرار بسياسة الخصوصية الخاصة بنا.",
+ "and acknowledge our": "والإقرار بـ",
+ "privacy policy": "سياسة الخصوصية.",
+ "i agree": "أوافق على الشروط والأحكام",
"Driver already has 2 trips within the specified period.":
"السائق عنده بالفعل مشوارين خلال الفترة المحددة.",
"The invitation was sent successfully": "تم إرسال الدعوة بنجاح",
- "Lady": "ليدي",
"You should select your country": "يجب عليك اختيار بلدك",
"Scooter": "سكوتر",
"A trip with a prior reservation, allowing you to choose the best captains and cars.":
@@ -3459,10 +2280,8 @@ class MyTranslation extends Translations {
"ما هي المتطلبات للعمل كسائق؟",
"Visit our website or contact Intaleq support for information on driver registration and requirements.":
"تفضل بزيارة موقعنا الإلكتروني أو اتصل بدعم Intaleq للحصول على معلومات حول تسجيل السائقين والمتطلبات.",
-
"Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.":
"توفر Intaleq ميزة الدردشة داخل التطبيق لتتيح لك التواصل مع سائقك أو راكبك أثناء الرحلة.",
-
"Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.":
"تُولي Intaleq أهمية كبيرة لسلامتك. نحن نقدم ميزات مثل التحقق من هوية السائق ، وتتبع الرحلات داخل التطبيق ، وخيارات الاتصال في حالات الطوارئ.",
"Frequently Questions": "الأسئلة الشائعة",
@@ -3473,15 +2292,14 @@ class MyTranslation extends Translations {
"Please enter": "يرجى إدخال",
"We need your phone number to contact you and to help you receive orders.":
"نحتاج إلى رقم هاتفك للتواصل معك ولمساعدتك في تلقي الطلبات.",
- "The full name on your criminal record does not match the one on your driver’s license. Please verify and provide the correct documents.":
- "الاسم الكامل في سجلك الجنائي لا يتطابق مع الاسم الموجود في رخصة القيادة الخاصة بك. يرجى التحقق وتقديم الوثائق الصحيحة.",
- "The national number on your driver’s license does not match the one on your ID document. Please verify and provide the correct documents.":
- "الرقم الوطني على رخصة القيادة الخاصة بك لا يتطابق مع الرقم الموجود على وثيقة الهوية الخاصة بك. يرجى التحقق وتقديم الوثائق الصحيحة.",
+ "The full name on your criminal record does not match the one on your driver's license. Please verify and provide the correct documents.":
+ "الاسم بـ 'لا حكم عليه' مو نفس اللي بالرخصة. تأكد وبعتلنا الوراق الصح.",
+ "The national number on your driver's license does not match the one on your ID document. Please verify and provide the correct documents.":
+ "الرقم الوطني بالرخصة مو نفسه اللي بالهوية. تأكد وبعتلنا الوراق الصح.",
"Capture an Image of Your Criminal Record":
"التقط صورة لسجلك الجنائي",
"IssueDate": "تاريخ الإصدار",
- "Capture an Image of Your car license front ":
- "التقط صورة للواجهة الأمامية لرخصة سيارتك",
+ "Capture an Image of Your car license front": "صور وش رخصة السيارة",
"Capture an Image of Your ID Document front":
"التقط صورة للواجهة الأمامية لوثيقة هويتك",
"NationalID": "الرقم القومي",
@@ -3491,7 +2309,6 @@ class MyTranslation extends Translations {
"No invitation found yet!": "لم يتم العثور على دعوات حتى الآن!",
"InspectionResult": "نتيجة الفحص",
"Criminal Record": "السجل الجنائي",
- "Share App": "شارك التطبيق",
"The email or phone number is already registered.":
"البريد الإلكتروني أو رقم الهاتف مسجل بالفعل.",
"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.":
@@ -3507,48 +2324,12 @@ class MyTranslation extends Translations {
"هل لديك كود دعوة من سائق آخر؟",
"Paste the code here": "الصق الكود هنا",
"No, I don't have a code": "لا، لا أملك كودا",
- "Code approved": "تمت الموافقة على الكود",
- "Install our app:": "قم بتثبيت تطبيقنا:",
- "Invite another driver and both get a gift after he completes 100 trips!":
- "ادع صديقًا ليكون سائقًا واحصلا على هدية بعد إكماله 100 مشوار!",
- "Invite": "دعوة",
- "Are you sure?": "هل أنت متأكد؟",
- "This will delete all recorded files from your device.":
- "سيؤدي هذا إلى حذف جميع الملفات المسجلة من جهازك.",
- "Select a file": "اختر ملفاً",
- "Select a File": "اختر ملفاً",
- "Delete": "حذف",
- "attach audio of complain": "إرفاق صوت للشكوى",
- "Phone Number Check": "فحص رقم الهاتف",
- "Drivers received orders": "السائقون استقبلوا الطلبات",
- "No audio files recorded.": "لا توجد ملفات صوتية مسجلة.",
- "This is for delivery or a motorcycle.":
- "هذا للتوصيل أو للدراجة النارية.",
- // "We will look for a new driver.\nPlease wait.":
- // "سوف نبحث عن سائق جديد.\nيرجى الانتظار",
- "Intaleq Reminder": "تطبيق Intaleq",
- "It's time to check the Intaleq app!":
- "حان وقت استخدام تطبيق Intaleq",
- "you must insert token code": "يجب إدخال رمز التحقق.",
- "Something went wrong. Please try again.":
- "حدث خطأ ما. يرجى المحاولة مرة أخرى.",
- "Trip Details": "تفاصيل الرحلة",
- "The context does not provide any complaint details, so I cannot provide a solution to this issue. Please provide the necessary information, and I will be happy to assist you.":
- "لا تتوفر تفاصيل الشكوى في السياق، لذا لا أستطيع تقديم حل لهذه المشكلة. يرجى تقديم المعلومات اللازمة، وسأكون سعيدًا بمساعدتك",
- "Submit Your Complaint": "أرسل شكواك",
- "Date": "التاريخ",
- "Price": "السعر",
- "Status": "الحالة",
- "Choose from contact": "اختر من جهات الاتصال",
- "attach correct audio": "إرفاق صوت للشكوى",
- "be sure": "كن متأكدًا",
"Audio uploaded successfully.": "تم رفع الصوت بنجاح",
"Perfect for passengers seeking the latest car models with the freedom to choose any route they desire":
"مثالي للركاب الذين يبحثون عن أحدث موديلات السيارات مع حرية اختيار أي طريق يرغبون به",
"Share this code with your friends and earn rewards when they use it!":
"شارك هذا الرمز مع أصدقائك واحصل على مكافآت عند استخدامهم له!",
"Enter phone": "أدخل رقم الهاتف",
- "You deserve the gift": "أنت تستحق الهدية",
"complete, you can claim your gift": " يمكنك المطالبة بهديتك",
"When": "عندما يكمل",
"Enter driver's phone": "أدخل رقم هاتف السائق",
@@ -3567,9 +2348,7 @@ class MyTranslation extends Translations {
"ID Documents Back": "الوجه الخلفي لوثائق الهوية",
"National ID": "البطاقة الوطنية",
"Occupation": "المهنة",
- "Gender": "الجنس",
"Religion": "الديانة",
- "Marital Status": "الحالة الاجتماعية",
"Full Name (Marital)": "الاسم الكامل (حسب الحالة الاجتماعية)",
"Expiration Date": "تاريخ الانتهاء",
"Capture an Image of Your ID Document Back":
@@ -3592,22 +2371,19 @@ class MyTranslation extends Translations {
"Inspection Date": "تاريخ الفحص",
"Capture an Image of Your car license back":
"التقط صورة للوجه الخلفي لرخصة سيارتك",
- "Capture an Image of Your Driver’s License":
+ "Capture an Image of Your Driver's License":
"التقط صورة لرخصة قيادتك",
"Sign in with Google for easier email and name entry":
"سجل دخولك باستخدام جوجل لتسجيل بريدك الإلكتروني واسمك بسهولة",
"You will choose allow all the time to be ready receive orders":
"ستختار السماح طوال الوقت لتكون جاهزًا لاستقبال الطلبات",
- "Welcome to Intaleq!": "مرحبا بكم في Intaleq!",
"Get to your destination quickly and easily.":
"وصول إلى وجهتك بسرعة وسهولة.",
"Enjoy a safe and comfortable ride.": "استمتع برحلة آمنة ومريحة.",
"Choose Language": "اختر اللغة",
- "Login": "تسجيل الدخول",
"Pay with Wallet": "ادفع باستخدام المحفظة",
"Invalid MPIN": "رمز PIN غير صحيح",
"Invalid OTP": "كود التحقق خاطئ",
- // "Driver Accepted the Ride for You": "السائق قبل الرحلة لك",
"Enter your email address": "أدخل عنوان بريدك الإلكتروني",
"Please enter Your Email.": "يرجى إدخال بريدك الإلكتروني.",
"Enter your phone number": "أدخل رقم هاتفك",
@@ -3619,8 +2395,6 @@ class MyTranslation extends Translations {
"قبول شروط الاستخدام ومراجعة إشعار الخصوصية",
"By selecting 'I Agree' below, I have reviewed and agree to the Terms of Use and acknowledge the Privacy Notice. I am at least 18 years of age.":
"من خلال اختيار 'أوافق' أدناه، قمت بمراجعة وقبول شروط الاستخدام وأقر بإشعار الخصوصية. أنا على الأقل 18 عامًا.",
- "I Agree": "أوافق",
- // "Finish Monitor": " إنهاء مراقبة الرحلة ",
"First name": "الاسم الأول",
"Enter your first name": "أدخل اسمك الأول",
"Please enter your first name.": "يرجى إدخال اسمك الأول.",
@@ -3629,8 +2403,6 @@ class MyTranslation extends Translations {
"Please enter your last name.": "يرجى إدخال اسمك الأخير.",
"City": "المدينة",
"Please enter your City.": "يرجى إدخال اسم مدينتك.",
- "Male": "ذكر",
- "Female": "أنثى",
"Verify Email": "تحقق من البريد الإلكتروني",
"We sent 5 digit to your Email provided":
"لقد أرسلنا رمزًا مؤلفًا من 5 أرقام إلى بريدك الإلكتروني المدخل",
@@ -3645,10 +2417,12 @@ class MyTranslation extends Translations {
"Add Promo": "إضَافَة بَرُومُو",
"Confirm Selection": "تَأْكِيد الاخْتِيَار",
"distance is": "المَسَافَة",
-
+ "Privacy Policy": "سياسة الخصوصية",
"Intaleq LLC": "شركة Intaleq",
- "Egypt'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.":
- "أول خدمة مشاركة ركوب في مصر، تم تطويرها بفخر من قبل مالكين عرب ومحليين. نحن نركز على أن نكون قريبين منك - سواء كنت راكبًا قيمًا أو قائدًا مخلصًا.",
+ "Syria'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.":
+ "خدمة مشاركة المشاوير الأولى بسوريا، تفيدنا إنه نكون معك قريبين، سواء كنت راكب أو كابتن من كباتننا الغاليين.",
+ "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.":
+ "انطلق هو أول تطبيق لمشاركة المشاوير بسوريا، مصمم ليوصلك بأقرب كابتن مشان توصل بسرعة وراحة.",
"Why Choose Intaleq?": "لماذا تختار Intaleq؟",
"Closest to You": "الأقرب إليك",
"We connect you with the nearest drivers for faster pickups and quicker journeys.":
@@ -3663,23 +2437,18 @@ class MyTranslation extends Translations {
"Affordable for Everyone": "في متناول الجميع",
"Frequently Asked Questions": "الأسئلة الشائعة",
"Getting Started": "البدء",
-
"Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.":
"افتح تطبيق Intaleq، وأدخل وجهتك، واضغط على \"طلب رحلة\". سيقوم التطبيق بتوصيلك بأقرب سائق.",
"Vehicle Options": "خيارات المركبات",
-
"Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.":
"يوفر Intaleq مجموعة متنوعة من الخيارات بما في ذلك الاقتصادية، المريحة، والفاخرة لتلبية احتياجاتك وميزانيتك.",
"Payments": "المدفوعات",
-
"You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.":
"ممكن تدفع تمن مشوارك كاش أو ببطاقة الائتمان/الخصم. تقدر تختار طريقة الدفع اللي تفضلها قبل ما تأكد المشوار.",
"Ride Management": "إدارة الرحلات",
-
"Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.":
"أيوة، ممكن تلغي مشوارك، بس يرجى ملاحظة إن فيه رسوم إلغاء ممكن تتطبق حسب الوقت اللي بتلغي فيه قبلها قد إيه.",
"For Drivers": "للسواقين",
- // "Driver Registration & Requirements": "تسجيل ومتطلبات السواقين",
"Driver Registration": "تسجيل السواق",
"To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.":
"علشان تسجل كسواق أو تعرف المتطلبات، يرجى زيارة موقعنا الإلكتروني أو الاتصال بدعم Intaleq مباشرةً.",
@@ -3713,26 +2482,18 @@ class MyTranslation extends Translations {
"I added the wrong pick-up/drop-off location":
"أنا ضفت مكان استلام/توصيل غلط",
"I don't have a reason": "ماليش سبب",
- "Other": "أخرى",
"Can we know why you want to cancel Ride ?":
"ممكن نعرف ليه عايز تلغي المشوار؟",
- "Cancel Ride": "إلغاء المشوار",
"Add Payment Method": "إضافة طريقة الدفع",
- "Your Wallet balance is ": "رصيد محفظتك هو ",
"Ride Wallet": "محفظة الرحلة",
"Payment Method": "طريقة الدفع",
"Type here Place": "اكتب هنا المكان",
"Are You sure to ride to": "أنت متأكد إنك عايز تروح",
"Confirm": "تأكيد",
- // "Back": "رجوع",
"You are Delete": "أنت على وشك الحذف",
"Deleted": "تم الحذف",
"You Dont Have Any places yet !": "لسا معندكش أي أماكن!",
- // "Favorite Places": "الأماكن المفضلة",
"From : Current Location": "من: الموقع الحالي",
- // "Where to": "إلى أين",
- "Profile": "الملف الشخصي",
- "Home": "الصفحة الرئيسية",
"My Cared": "بطاقاتي",
"Add Card": "إضافة بطاقة",
"Add Credit Card": "إضافة بطاقة ائتمان",
@@ -3742,12 +2503,10 @@ class MyTranslation extends Translations {
"Go To Favorite Places": "الذهاب إلى الأماكن المفضلة",
"Go to this Target": "الذهاب إلى هذا الهدف",
"My Profile": "ملفي الشخصي",
- "Sign Out": "تسجيل الخروج",
"Are you want to go to this site": "هل ترغب في الذهاب إلى هذا الموقع",
"MyLocation": "موقعي",
"my location": "موقعي",
"Target": "هدف",
- "Update": "تحديث",
"You Should choose rate figure": "يجب عليك اختيار تقييم",
"Login Captin": "تسجيل دخول الكابتن",
"Register Captin": "تسجيل كابتن جديد",
@@ -3769,11 +2528,9 @@ class MyTranslation extends Translations {
"Age is ": "العمر هو",
"Rating is ": "التقييم هو",
" to arrive you.": "للوصول إليك.",
-
"Tariff": "تعريفة",
"Settings": "الإعدادات",
"Feed Back": "اقتراحات",
-
"Please enter a valid 16-digit card number":
"يرجى إدخال رقم بطاقة صالح مكون من 16 رقم",
"Add Phone": "إضافة هاتف",
@@ -3796,19 +2553,7 @@ class MyTranslation extends Translations {
"100 and get 11% discount": "100 واحصل على خصم 11%",
"Pay with Your PayPal": "ادفع باستخدام PayPal",
"You will choose one of above !": "هتختار واحدة من اللي فوق!",
- "Delete My Account": "حذف حسابي",
"Edit Profile": "تعديل الملف الشخصي",
- "Name": "الاسم",
- "Update Gender": "تحديث الجنس",
- "Education": "التعليم",
- "Update Education": "تحديث التعليم",
- "Employment Type": "نوع التوظيف",
- "SOS Phone": "هاتف الطوارئ",
- "High School Diploma": "شهادة الثانوية العامة",
- "Associate Degree": "درجة الدبلوم",
- "Bachelor's Degree": "بكالوريوس",
- "Master's Degree": "ماجستير",
- "Doctoral Degree": "دكتوراه",
"Copy this Promo to use it in your Ride!":
"انسخ العرض ده علشان تستخدمه في مشوارك!",
"To change some Settings": "لتغيير بعض الإعدادات",
@@ -3821,14 +2566,6 @@ class MyTranslation extends Translations {
"Total For You is ": "المبلغ الإجمالي ليك هو ",
"Distance is ": "المسافة هي ",
" KM": " كيلومتر",
- "Intaleq Wallet": "محفظة انطلق",
- "Cash": "كاش",
- "Pay directly to the captain": "ادفع للكابتن مباشرةً",
- "Top up Wallet to continue": "اشحن المحفظة للمتابعة",
- "Or pay with Cash instead": "أو ادفع بالكاش بدلاً من ذلك",
- "Confirm & Find a Ride": "تأكيد والبحث عن مشوار",
- "Balance:": "الرصيد:",
- 'Have a promo code?': "هل لديك كود ترويجي؟",
"Duration of Trip is ": "مدة الرحلة هي ",
" Minutes": " دقائق",
"Apply Order": "قبول الطلب",
@@ -3847,40 +2584,22 @@ class MyTranslation extends Translations {
"safe_and_comfortable": "استمتع برحلة آمنة ومريحة.",
"committed_to_safety":
"Intaleq ملتزمة بالسلامة، وكل الكباتن عندنا بيتفحصوا كويس ويتعملهم فحص خلفية.",
- // "Driver Applied the Ride for You": "السواق طلب المشوار ليك",
- // "Show latest promo": "أظهر آخر عرض ترويجي",
- // "Cancel Trip": "إلغاء الرحلة",
- // "Passenger Cancel Trip": "الراكب ألغى الرحلة",
- // "Accepted Ride": "تم قبول الرحلة",
"your ride is Accepted": "تم قبول رحلتك",
-
- // "Trip is Begin": "بدأت الرحلة",
"Driver is waiting at pickup.":
"السائق في انتظارك عند نقطة الاستلام.",
"Driver is on the way": "السائق في الطريق",
"Contact Options": "خيارات الاتصال",
"Send a custom message": "أرسل رسالة مخصصة",
"Type your message": "اكتب رسالتك",
- // "Hi ,I will go now": "مرحباً، أنا هتحرك دلوقتي",
- // "Passenger come to you": "الراكب جاي لك",
- // "Hi ,I Arrive your site": "مرحباً، وصلت مكانك",
- // "Driver Finish Trip": "السواق أنهى الرحلة",
- // "you will pay to Driver": "هتدفع للسواق",
- // "Driver Cancel Your Trip": "السواق ألغى رحلتك",
- // "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- // "هتدفع للسواق تكلفة وقته، بص على محفظتك في Intaleq",
- // "I will go now": "أنا هتحرك دلوقتي",
+ "I will go now": "صرت طالع",
"You Have Tips": "عندك زيادة فلوس",
" tips\nTotal is": " زيادة مال\nالمجموع هو",
- // "No,I want": "لأ، أنا عايز",
"Your fee is ": "الأجرة بتاعتك هي ",
- // "Do you want to pay Tips for this Driver":
- // "هل تريد دفع بقشيش للسواق ده؟",
+ "Do you want to pay Tips for this Driver":
+ "بدك تدفع إكرامية لهاد الكابتن؟",
"Tip is ": " مبلغ البقشيش هو",
-
"Are you want to wait drivers to accept your order":
"هل عايز تستنى لحد ما السواقين يقبلوا طلبك؟",
-
"This price is fixed even if the route changes for the driver.":
"السعر ده ثابت حتى لو المسار اتغير للسواق.",
"The price may increase if the route changes.":
@@ -3895,9 +2614,6 @@ class MyTranslation extends Translations {
"ممكن تتصل أو تسجل صوت للرحلة دي",
"The trip has started! Feel free to contact emergency numbers, share your trip, or activate voice recording for the journey":
"بدأت الرحلة! براحتك تتصل بأرقام الطوارئ، تشارك رحلتك، أو تفعل التسجيل الصوتي للرحلة",
- // "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",
- // "Don’t forget your personal belongings.": "متنساش متعلقاتك الشخصية.",
"Camera Access Denied.": "تم رفض الوصول للكاميرا.",
"Open Settings": "افتح الإعدادات",
"GPS Required Allow !.": "تفعيل GPS مطلوب!",
@@ -3926,7 +2642,6 @@ class MyTranslation extends Translations {
"image verified": "الصورة موثقة",
"Next": "التالي",
"There is no help Question here": "مفيش أسئلة مساعدة هنا",
-
"You dont have Points": "معندكش نقاط",
"You Are Stopped For this Day !": "تم توقيفك لهذا اليوم!",
"You must be charge your Account": "يجب إعادة شحن رصيد النقاط",
@@ -3944,9 +2659,7 @@ class MyTranslation extends Translations {
"هتحصل على تكاليف عملك لهذه الرحلة",
" in your wallet": "في محفظتك",
"you gain": "ربحت",
-
"Order Cancelled by Passenger": "تم إلغاء الطلب من قبل الراكب",
- "Success": "نجاح",
"Feedback data saved successfully": "تم حفظ بيانات التعليقات بنجاح",
"No Promo for today .": "مفيش عروض ترويجية النهاردة.",
"Select your destination": "اختار وجهتك",
@@ -3990,7 +2703,6 @@ class MyTranslation extends Translations {
"Intaleq هو أكتر تطبيق آمن لمشاركة الركوب وبيقدّم مميزات كتير للكباتن والركاب. إحنا بنقدّم أقل نسبة عمولة وهي 8% بس، وده بيضمن إنك تاخد أحسن قيمة لمشاويرك. تطبيقنا فيه تأمين لأحسن الكباتن، صيانة دورية للعربيات مع أحسن المهندسين، وخدمات على الطريق لضمان تجربة محترمة وعالية الجودة لكل المستخدمين.",
"You can contact us during working hours from 12:00 - 19:00.":
"ممكن تتصل بينا في مواعيد العمل من الساعة 12:00 للساعة 7:00 مساءً.",
-
"Choose a contact option": "اختر طريقة الاتصال",
"Work time is from 12:00 - 19:00.\nYou can send a WhatsApp message or email.":
"مواعيد العمل من الساعة 12:00 للساعة 7:00 مساءً.\nممكن تبعت رسالة واتساب أو إيميل.",
@@ -4001,9 +2713,7 @@ class MyTranslation extends Translations {
"Payment Options": "خيارات الدفع",
"wait 1 minute to receive message":
"استنى دقيقة واحدة لاستلام الرسالة",
- "Promo Copied!": "تم نسخ العرض!",
"You have copied the promo code.": "تم نسخ رمز العرض.",
- "Valid Until:": "صالح حتى:",
"Select Payment Amount": "اختر مبلغ الدفع",
"The promotion period has ended.": "انتهت فترة العرض.",
"Promo Code Accepted": "تم قبول كود العرض",
@@ -4059,31 +2769,21 @@ class MyTranslation extends Translations {
"Height: ": "الطول:",
"Expiry Date: ": "تاريخ الانتهاء:",
"Date of Birth: ": "تاريخ الميلاد:",
- "You can\'t continue with us .\nYou should renew Driver license":
- "لا يمكنك الاستمرار معانا. يجب تجديد رخصة القيادة",
+ "You can't continue with us .\nYou should renew Driver license":
+ "ما فيك تكمل معنا.\nلازم تجدد الرخصة",
"Detect Your Face ": "التعرف على وجهك",
"Go to next step\nscan Car License.":
"اذهب للخطوة اللي بعدها\nوامسح رخصة العربية.",
"Name in arabic": "الاسم باللغة العربية",
"Drivers License Class": "فئة رخصة القيادة",
- "Date of Birth": "تاريخ الميلاد",
- // "Select date and time of trip": "اختر تاريخ ووقت الرحلة",
"Selected Date": "التاريخ المحدد",
"Select Time": "اختر الوقت",
"Selected Time": "الوقت المحدد",
- // "OK": "موافق",
- // "Cancel": "إلغاء",
"Selected Date and Time": "التاريخ والوقت المحددين",
"Lets check Car license ": "يلا نفحص رخصة العربية",
"Car": "السيارة",
"Plate": "لوحة السيارة",
- "N/A": "غير متوفر",
"Rides": "الرحلات",
- "Age": "العمر",
- // "Education": "التعليم",
- // "Color": "اللون",
- // "Displacement": "السعة",
- // "Fuel": "الوقود",
"Selected driver": "السواق اللي اخترته",
"Lets check License Back Face": "يلا نفحص الوجه الخلفي للرخصة",
"Car License Card": "بطاقة رخصة السيارة",
@@ -4096,13 +2796,11 @@ class MyTranslation extends Translations {
"Login Driver": "تسجيل دخول السائق",
"Password must br at least 6 character.":
"كلمة المرور لازم تكون 6 حروف على الأقل.",
- "if you don\'t have account": "لو معندكش حساب",
+ "if you don't have account": "إذا ما عندك حساب",
"Here recorded trips audio": "هنا تسجيلات صوتية للرحلات",
"Register as Driver": "التسجيل كسائق",
- // "Privacy Notice": "إخطار الخصوصية",
"By selecting \"I Agree\" below, I have reviewed and agree to the Terms of Use and acknowledge the ":
"باختياري 'أوافق' أدناه، قمت بمراجعة والموافقة على شروط الاستخدام والإقرار بـ",
- ". I am at least 18 years of age.": ". أنا عمري 18 سنة على الأقل.",
"Log Out Page": "صفحة تسجيل الخروج",
"Log Off": "تسجيل الخروج",
"Register Driver": "تسجيل سائق جديد",
@@ -4110,9 +2808,7 @@ class MyTranslation extends Translations {
"Admin DashBoard": "لوحة تحكم المدير",
"Your name": "اسمك",
"your ride is applied": "تم قبول الطلب بتاعك",
- "Your password": "كلمة المرور بتاعتك",
"H and": "ساعة و",
- "LE": "جنيه",
"JOD": "دينار",
"m": "دقيقة",
"We search nearst Driver to you": "بندور على أقرب سواق ليك",
@@ -4122,24 +2818,15 @@ class MyTranslation extends Translations {
"مفيش طلبات مقبولة؟ حاول تزود أجرة المشوار لجذب الركاب.",
"You should select one": "لازم تختار واحد",
"The driver accept your order for": "السواق قبل طلبك بمبلغ",
- "Increase Fee": "زود الأجرة",
- "No, thanks": "لا، شكرًا",
"The driver on your way": "الكابتن في طريقه إليك",
"Total price from ": "السعر الإجمالي من ",
"Order Details Intaleq": "طلب سريع",
- // "Order Applied": "تم قبول الطلب",
- "accepted your order": "قبل طلبك",
- // "We regret to inform you that another driver has accepted this order.":
- // "نأسف لإبلاغك بأن سائق آخر قد قبل هذا الطلب",
"Selected file:": "الملف المختار:",
"Your trip cost is": "تكلفة رحلتك هي",
"this will delete all files from your device":
"حذف هذا سيمسح كل الملفات من جهازك",
- " in your": "في محفظتك",
"Exclusive offers and discounts always with the Intaleq app":
"عروض وخصومات حصرية دائمًا مع تطبيق Intaleq",
- // "Please go to Car Driver": "الرجاء التوجه إلى سائق السيارة",
- " wallet due to a previous trip.": "بسبب رحلة سابقة.",
"Submit Question": "اطرح سؤال",
"Please enter your Question.": "الرجاء إدخال سؤالك.",
"Help Details": "تفاصيل المساعدة",
@@ -4149,7 +2836,6 @@ class MyTranslation extends Translations {
" You Have in": "عندك في",
"Total points is ": "إجمالي النقاط هو",
"Total Connection Duration:": "إجمالي مدة الاتصال:",
- " H and": "ساعة و",
"Passenger name : ": "اسم الراكب",
"Cost Of Trip IS ": "تكلفة الرحلة هي",
"Arrival time": "وقت الوصول",
@@ -4170,7 +2856,6 @@ class MyTranslation extends Translations {
"You Can Cancel Trip And get Cost of Trip From":
"ممكن تلغي المشوار وتاخد التكلفة من",
"Are you sure to cancel?": "أنت متأكد إنك عايز تلغي؟",
- // "Yes": "نعم",
"Insert Emergincy Number": "أدخل رقم الطوارئ",
"Best choice for comfort car and flexible route and stops point":
"أفضل اختيار لعربية مريحة ومسار مرن ونقط وقوف",
@@ -4199,7 +2884,6 @@ class MyTranslation extends Translations {
"This ride type allows changes, but the price may increase":
"نوع المشوار ده بيسمح بالتغييرات، بس السعر ممكن يزيد",
"Select one message": "اختار رسالة",
-
"I'm waiting for 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 كم/ساعة. يرجى التباطؤ حفاظًا على سلامتك. لو حسيت بعدم الأمان، ممكن تشارك تفاصيل رحلتك مع حد تثق فيه أو تتصل بالشرطة عن طريق زر الطوارئ الأحمر.",
@@ -4208,14 +2892,12 @@ class MyTranslation extends Translations {
"الرجاء المساعدة! اتصل بي في أقرب وقت ممكن",
"Share Trip Details": "مشاركة تفاصيل الرحلة",
"Car Plate is ": "رقم اللوحة",
- "VIP Order": "طلب VIP",
"the 300 points equal 300 L.E for you \nSo go and gain your money":
"اكسب 300 جنيه! كل 300 نقطة تساوي 300 جنيه. يلا استغل نقاطك!",
"the 300 points equal 300 L.E": "الـ 300 نقطة تساوي 300 جنيه ليك",
"The payment was not approved. Please try again.":
"لم يتم الموافقة على الدفع. يرجى المحاولة مرة أخرى.",
"Payment Failed": "فشل الدفع",
- "Error": "خطأ",
"This is a scheduled notification.": "هذا إشعار مجدول.",
"An error occurred during the payment process.":
"حدث خطأ أثناء عملية الدفع.",
@@ -4223,7 +2905,6 @@ class MyTranslation extends Translations {
"Payment Successful": "نجح الدفع",
"No ride found yet": "مفيش طلبات متاحة حاليًا",
"Accept Order": "اقبل الطلب",
- // "reject your order.": "رفض طلبك.",
"Bottom Bar Example": "مثال لشريط التنقل السفلي",
"Driver phone": "رقم السواق",
"Statistics": "الإحصائيات",
@@ -4262,7 +2943,6 @@ class MyTranslation extends Translations {
"This ride is already taken by another driver.":
"المشوار ده أخده سواق تاني خلاص.",
"You Should be select reason.": "يجب أن تختار سبب.",
-
"Waiting for Driver ...": "في انتظار السواق...",
"Latest Recent Trip": "آخر مشوار عملته",
"from your list": "من قائمتك",
@@ -4273,33 +2953,21 @@ class MyTranslation extends Translations {
"Choose from Map": "اختر من الخريطة",
"Pick your ride location on the map - Tap to confirm":
"حدد مكان الالتقاء على الخريطة - اضغط للتأكيد",
- // "To Work": "إلى العمل",
- // "Are you want to go this site": "عايز تروح المكان ده؟",
- "Closest & Cheapest": "الأقرب والأرخص",
- // "Work Saved": "تم حفظ مكان العمل",
"Intaleq is the ride-hailing app that is safe, reliable, and accessible.":
"Intaleq هو تطبيق توصيل آمن وموثوق وسهل الاستخدام.",
"With Intaleq, you can get a ride to your destination in minutes.":
"مع Intaleq، تقدر توصل لوجهتك في دقايق.",
"Intaleq is committed to safety, and all of our captains are carefully screened and background checked.":
"Intaleq ملتزمة بالأمان، وكل الكباتن بيتم فحصهم بدقة والتحقق من خلفيتهم.",
- // "To Home": "إلى المنزل",
- // "Home Saved": "تم حفظ مكان المنزل",
- // "Destination selected": "تم اختيار الوجهة:",
- // "Now select start pick": "اختار مكان الانطلاق دلوقتي:",
"Pick from map": "اختيار من الخريطة",
- // "Click here point": "حدد هذه النقطة",
"No Car in your site. Sorry!": "مفيش عربية في موقعك. آسف!",
"Nearest Car for you about ": "أقرب عربية ليك على بعد حوالي ",
- // "N/A": "غير متوفر",
"From :": "من:",
"Get Details of Trip": "عرض تفاصيل الرحلة",
"If you want add stop click here": "لو عايز تضيف وقفة اضغط هنا",
- // "Driver": "السائق",
"Where you want go ": "رايح فين؟",
"My Card": "بطاقتي",
"Start Record": "بدء التسجيل",
- "Wallet": "المحفظة",
"History of Trip": "سجل الرحلات",
"Helping Center": "مركز المساعدة",
"Record saved": "تم حفظ التسجيل",
@@ -4322,10 +2990,8 @@ class MyTranslation extends Translations {
"You can cancel trip": "تقدر تلغي الرحلة",
"The driver waitting you in picked location .":
"السواق منتظرك في المكان اللي اخترته.",
-
"Pay with Your": "ادفع بـ",
"Pay with Credit Card": "ادفع ببطاقة الائتمان",
- "Payment History": "سجل المدفوعات",
"Show Promos to Charge": "عرض العروض للشحن",
"Point": "نقطة",
"How many hours would you like to wait?": "كم ساعة تحب تنتظر؟",
@@ -4357,7 +3023,6 @@ class MyTranslation extends Translations {
"Submit ": "إرسال",
"Click here to Show it in Map": "اضغط هنا لعرضه على الخريطة",
"Canceled": "تم الإلغاء",
- "Type your Email": "اكتب بريدك الإلكتروني",
"No I want": "لا أريد",
"Email is": "البريد الإلكتروني هو",
"Phone Number is": "رقم الهاتف هو",
@@ -4373,13 +3038,11 @@ class MyTranslation extends Translations {
"Edit Your data": "تعديل بياناتك",
"write vin for your car": "اكتب رقم الشاسيه لعربيتك",
"VIN": "رقم الشاسيه",
+ "Please verify your identity": "يا ريت تأكد هويتك",
"write Color for your car": "اكتب لون عربيتك",
"write Make for your car": "اكتب الشركة المصنعة لعربيتك",
- // "Make": "الشركة المصنعة",
"write Model for your car": "اكتب موديل عربيتك",
- // "Model": "الموديل",
"write Year for your car": "اكتب سنة صنع عربيتك",
- // "Expiration Date": "تاريخ الانتهاء",
"write Expiration Date for your car": "اكتب تاريخ انتهاء رخصة عربيتك",
"Tariffs": "التعريفات",
"Minimum fare": "الحد الأدنى للأجرة",
@@ -4397,8 +3060,7 @@ class MyTranslation extends Translations {
"You have in account": "عندك في الحساب",
"Select Country": "اختر الدولة",
"Ride Today : ": "عدد رحلات اليوم: ",
- "After this period\nYou can\'t cancel!":
- "بعد الفترة دي\nمش هتقدر تلغي!",
+ "After this period\nYou can't cancel!": "بعد هالفترة\nما فيك تكنسل!",
"from 23:59 till 05:30": "من 23:59 حتى 05:30",
"Rate Driver": "تقييم السائق",
"Total Cost is ": "صافي الربح",
@@ -4423,26 +3085,4486 @@ class MyTranslation extends Translations {
"Your Budget less than needed": "القيمة المدخلة أقل من رصيدك",
"You can change the Country to get all features":
"تقدر تغير البلد عشان تحصل على كل المميزات",
- "Change Country": "تغيير الدولة"
+ "There is no Car or Driver in your area.":
+ "ما في سيارات أو كباتن بمنطقتك.",
+ "Change Country": "تغيير الدولة",
+ },
+ "ar-eg": {
+ "Syria": "سوريا",
+ "SYP": "ل.س",
+ "Order": "طلب",
+ "OrderVIP": "طلب VIP",
+ "Cancel Trip": "إلغاء المشوار",
+ "Passenger Cancel Trip": "الراكب كنسل المشوار",
+ "VIP Order": "طلب VIP",
+ "The driver accepted your trip": "الكابتن قبل مشوارك",
+ "message From passenger": "رسالة من الراكب",
+ "Cancel": "إلغاء",
+ "Trip Cancelled. The cost of the trip will be added to your wallet.":
+ "المشوار تكنسل. وتكلفته رح تنزل بمحفظتك.",
+ "token change": "تغيير الرمز",
+ "Changed my mind": "غيرت رأيي",
+ "Please write the reason...": "يا ريت تكتب السبب...",
+ "Found another transport": "لقيت وسيلة تانية",
+ "Driver is taking too long": "الكابتن كتير عم يتأخر",
+ "Driver asked me to cancel": "الكابتن طلب مني كنسل",
+ "Wrong pickup location": "مكان اللوكيشن غلط",
+ "Other": "آخر",
+ "Don't Cancel": "لا تلغي",
+ "No Drivers Found": "ما لقينا كباتن",
+ "Sorry, there are no cars available of this type right now.":
+ "منعتذر، ما في سيارات من هاد النوع هلا.",
+ "Refresh Map": "تحديث الخريطة",
+ "face detect": "كشف الوجه",
+ "Face Detection Result": "نتيجة كشف الوجه",
+ "similar": "مشابه",
+ "not similar": "غير مشابه",
+ "Searching for nearby drivers...": "عم ندورلك على كباتن قريبين...",
+ "Error": "غلط",
+ "Failed to search, please try again later":
+ "ما مشي حال البحث، جرب بعد شوي",
+ "Connection Error": "مشكلة بالاتصال",
+ "Please check your internet connection": "تأكد من النت عندك",
+ "Sorry 😔": "عذراً 😔",
+ "The driver cancelled the trip for an emergency reason.\nDo you want to search for another driver immediately?":
+ "الكابتن كنسل المشوار لسبب طارئ.\nبدك ندورلك على كابتن تاني فوراً؟",
+ "Search for another driver": "دور على كابتن تاني",
+ "We apologize 😔": "نعتذر منك 😔",
+ "No drivers found at the moment.\nPlease try again later.":
+ "ما لقينا كباتن حالياً.\\nيا ريت تجرب بعد شوي.",
+ "Hi ,I will go now": "مرحباً، صرت طالع",
+ "Passenger come to you": "الراكب جاي لعندك",
+ "Call Income": "مكالمة واردة",
+ "Call Income from Passenger": "مكالمة من الراكب",
+ "Criminal Document Required": "بدنا ورقة (لا حکم عليه)",
+ "You should have upload it .": "لازم ترفعها.",
+ "Call End": "انتهاء المكالمة",
+ "The order has been accepted by another driver.":
+ "في كابتن تاني أخد الطلب.",
+ "The order Accepted by another Driver": "في كابتن تاني أخد الطلب",
+ "We regret to inform you that another driver has accepted this order.":
+ "منعتذر، بس في كابتن تاني سبق وأخد الطلب.",
+ "Driver Applied the Ride for You": "الكابتن قدم الطلب إلك",
+ "Applied": "تم التقديم",
+ "Please go to Car Driver": "يا ريت تروح لعند الكابتن",
+ "Ok I will go now.": "تمام، صرت طالع.",
+ "Accepted Ride": "المشوار انقبل",
+ "Driver Accepted the Ride for You": "الكابتن قبل مشوارك",
+ "Promo": "عرض",
+ "Show latest promo": "فرجينا أحدث العروض",
+ "Trip Monitoring": "مراقبة المشوار",
+ "Driver Is Going To Passenger": "الكابتن جاي لعندك",
+ "Please stay on the picked point.": "يا ريت تضل بمكانك.",
+ "message From Driver": "رسالة من الكابتن",
+ "Trip is Begin": "بدأ المشوار",
+ "Cancel Trip from driver": "الكابتن كنسل المشوار",
+ "We will look for a new driver.\nPlease wait.":
+ "عم ندور على كابتن جديد.\\nيا ريت تنطر شوي.",
+ "The driver canceled your ride.": "الكابتن كنسل مشوارك.",
+ "Driver Finish Trip": "الكابتن خلص المشوار",
+ "you will pay to Driver": "رح تدفع للكابتن",
+ "Don’t forget your personal belongings.": "لا تنسَ أغراضك الشخصية.",
+ "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":
+ "يا ريت تتأكد من أغراضك، وإنك أخدت الباقي بمحفظتك قبل ما تنزل. شكراً لثقتك بـ انطلق.",
+ "Finish Monitor": "إنهاء المراقبة",
+ "Trip finished": "خلص المشوار",
+ "Call Income from Driver": "مكالمة من الكابتن",
+ "Driver Cancelled Your Trip": "الكابتن كنسل مشوارك",
+ "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
+ "رح تدفع للكابتن حق وقته، شوف محفظتك بـ انطلق",
+ "Order Applied": "تم تقديم الطلب",
+ "welcome to intaleq": "أهلاً بك في انطلق",
+ "login or register subtitle":
+ "دخل رقم موبايلك لتسجل دخول أو لتفتح حساب جديد",
+ "Complaint cannot be filed for this ride. It may not have been completed or started.":
+ "ما فيك تبعت شكوى لهاد المشوار. يمكن لسا ما خلص أو ما بلّش.",
+ "phone number label": "رقم الموبايل",
+ "phone number required": "يا ريت تدخل رقم الموبايل",
+ "send otp button": "إرسال كود التأكيد",
+ "verify your number title": "تأكيد رقمك",
+ "otp sent subtitle":
+ "تم إرسال رمز تحقق مؤلف من 5 أرقام إلى\n@phoneNumber",
+ "verify and continue button": "تأكيد ومتابعة",
+ "enter otp validation": "يا ريت تدخل الكود (5 أرقام)",
+ "one last step title": "خطوة أخيرة",
+ "complete profile subtitle": "كمل بياناتك لتبلش",
+ "first name label": "الاسم الأول",
+ "first name required": "يا ريت تكتب الاسم الأول",
+ "last name label": "الاسم الأخير",
+ "Verify OTP": "تأكيد الكود",
+ "Verification Code": "كود التأكيد",
+ "We have sent a verification code to your mobile number:":
+ "بعتنا كود التأكيد على رقم موبايلك:",
+ "Verify": "تأكيد",
+ "Resend Code": "رجّع ابعت الكود",
+ "You can resend in": "فيك ترجع تبعت بعد",
+ "seconds": "ثانية",
+ "Please enter the complete 6-digit code.":
+ "يا ريت تدخل الكود كامل (6 أرقام).",
+ "last name required": "يا ريت تكتب الكنية",
+ "email optional label": "البريد الإلكتروني (اختياري)",
+ "complete registration button": "إتمام التسجيل",
+ "User with this phone number or email already exists.":
+ "هاد الرقم أو الإيميل مسجل من قبل.",
+ "otp sent success": "بعتنا كود التأكيد على واتساب.",
+ "failed to send otp": "فشل إرسال الرمز.",
+ "server error try again": "صار غلط بالسيرفر، جرب مرة تانية.",
+ "an error occurred": "صار غلط مو متوقع: @error",
+ "otp verification failed": "كود التأكيد غلط.",
+ "registration failed": "ما مشي حال التسجيل.",
+ "welcome user": "أهلاً بك، @firstName!",
+ "Don't forget your personal belongings.": "لا تنسى أغراضك.",
+ "Share App": "مشاركة التطبيق",
+ "Wallet": "المحفظة",
+ "Balance": "الرصيد",
+ "Profile": "الملف الشخصي",
+ "Contact Support": "التواصل مع الدعم",
+ "Session expired. Please log in again.":
+ "خلصت الجلسة. يا ريت ترجع تسجل دخول.",
+ "Security Warning": "⚠️ تحذير أمني",
+ "Potential security risks detected. The application may not function correctly.":
+ "في مخاطر أمنية. يمكن التطبيق ما يشتغل صح.",
+ "please order now": "اطلب هلا",
+ "Where to": "لوين؟",
+ "Where are you going?": "لوين رايح؟",
+ "Quick Actions": "إجراءات سريعة",
+ "My Balance": "رصيدي",
+ "Order History": "سجل الطلبات",
+ "Contact Us": "تواصل معنا",
+ "Driver": "كابتن",
+ "Complaint": "شكوى",
+ "Promos": "عروض",
+ "Recent Places": "آخر الأماكن",
+ "From": "من",
+ "WhatsApp Location Extractor": "جلب الموقع من الواتساب",
+ "Location Link": "رابط الموقع",
+ "Paste location link here": "لزق رابط الموقع هوني",
+ "Go to this location": "روح لهاد اللوكيشن",
+ "Paste WhatsApp location link": "لزق رابط لوكيشن الواتساب",
+ "Select Order Type": "نقي نوع الطلب",
+ "Choose who this order is for": "هاد الطلب لمين؟",
+ "I want to order for myself": "بدي اطلب لإلي",
+ "I want to order for someone else": "بدي اطلب لغيري",
+ "Order for someone else": "اطلب لغيرك",
+ "Order for myself": "اطلب لنفسك",
+ "Are you want to go this site": "بدك تروح لهاد اللوكيشن؟",
+ "No": "لا",
+ "Intaleq Wallet": "محفظة انطلق",
+ "Have a promo code?": "معك كود خصم؟",
+ "Your Wallet balance is ": "رصيد محفظتك هو ",
+ "Cash": "كاش",
+ "Pay directly to the captain": "ادفع للكابتن دغري",
+ "Top up Wallet to continue": "اشحن محفظتك لتكمل",
+ "Or pay with Cash instead": "أو فيك تدفع كاش بدالها",
+ "Confirm & Find a Ride": "تأكيد وتدوير على مشوار",
+ "Balance:": "الرصيد:",
+ "Alerts": "الإشعارات",
+ "Welcome Back!": "يا مية أهلاً!",
+ "Current Balance": "الرصيد الحالي",
+ "Set Wallet Phone Number": "تعيين رقم المحفظة",
+ "Link a phone number for transfers": "اربط رقم الجوال للتحويلات",
+ "Payment History": "سجل الدفعات",
+ "View your past transactions": "شوف الدفعات اللي صارت",
+ "Top up Wallet": "شحن المحفظة",
+ "Add funds using our secure methods": "عبي رصيد بطرقنا المضمونة",
+ "Increase Fare": "رفع الأجرة",
+ "No drivers accepted your request yet":
+ "لسا ما حدا من الكباتن قبل طلبك",
+ "Increasing the fare might attract more drivers. Would you like to increase the price?":
+ "إذا زدت الأجرة ممكن الكباتن يقبلوا أسرع. بدك ترفع السعر؟",
+ "Please make sure not to leave any personal belongings in the car.":
+ "يا ريت تنتبه ما تنسى غراضك بالسيارة.",
+ "Cancel Ride": "إلغاء المشوار",
+ "Route Not Found": "الطريق مو موجود",
+ "We couldn't find a valid route to this destination. Please try selecting a different point.":
+ "ما لقينا طريق لهوني. جرب تختار مكان تاني.",
+ "You can call or record audio during this trip.":
+ "فيك تدق أو تسجل صوت بهاد المشوار.",
+ "Warning: Speeding detected!": "انتبه: عم تسرع كتير!",
+ "Comfort": "مريحة",
+ "Intaleq Balance": "رصيد انطلق",
+ "Electric": "كهربائية",
+ "Lady": "سيدة",
+ "Van": "عائلية",
+ "Rayeh Gai": "رايح جاي",
+ "Join Intaleq as a driver using my referral code!":
+ "انضم لـ انطلق ككابتن بكود دعوتي!",
+ "Use code:": "استخدم الكود:",
+ "Download the Intaleq Driver app now and earn rewards!":
+ "نزل تطبيق انطلق للكباتن هلا واربح مكافآت!",
+ "Get a discount on your first Intaleq ride!":
+ "خد خصم على أول مشوار إلك مع انطلق!",
+ "Use my referral code:": "استخدم كود دعوتي:",
+ "Download the Intaleq app now and enjoy your ride!":
+ "نزل تطبيق انطلق هلا واستمتع بمشوارك!",
+ "Contacts Loaded": "تحملت الأسماء",
+ "Showing": "عم نعرض",
+ "of": "من",
+ "Customer not found": "الزبون مو موجود",
+ "Wallet is blocked": "المحفظة محظورة",
+ "Customer phone is not active": "جوال الزبون مو شغال",
+ "Balance not enough": "الرصيد مو كافي",
+ "Balance limit exceeded": "تخطيت حد الرصيد",
+ "Incorrect sms code":
+ "⚠️ الكود اللي دخلته غلط. يا ريت تحاول مرة تانية.",
+ "contacts. Others were hidden because they don't have a phone number.":
+ "اسم. البقية مخفيين لانو ما عندن أرقام.",
+ "No contacts found": "ما لقينا أسماء",
+ "No contacts with phone numbers were found on your device.":
+ "ما في أسماء عندن أرقام جوال بموبايلك.",
+ "Permission denied": "الطلب مرفوض",
+ "Contact permission is required to pick contacts":
+ "لازم تعطي إذن الوصول للأسماء لتختارن.",
+ "An error occurred while picking contacts:":
+ "صار غلط وقت عم ننقي الأسماء:",
+ "Please enter a correct phone": "يا ريت تدخل رقم صح",
+ "Success": "تمام",
+ "Invite sent successfully": "انبعتت الدعوة تمام",
+ "Hello! I'm inviting you to try Intaleq.":
+ "أهلاً! عم ادعيك تجرب تطبيق 'انطلق'.",
+ "Use my invitation code to get a special gift on your first ride!":
+ "استخدم كود دعوتي لتاخد هدية مميزة بأول مشوار إلك!",
+ "Your personal invitation code is:": "كود دعوتك الشخصي هو:",
+ "Be sure to use it quickly! This code expires at":
+ "استخدمه بسرعة! هاد الكود بيخلص بـ",
+ "Download the app now:": "نزل التطبيق هلا:",
+ "See you on the road!": "نشوفك ع الطريق!",
+ "This phone number has already been invited.":
+ "هاد الرقم انبعتله دعوة من قبل.",
+ "An unexpected error occurred. Please try again.":
+ "صار غلط مو متوقع. جرب مرة تانية.",
+ "You deserve the gift": "بتستاهل الهدية",
+ "Claim your 20 LE gift for inviting": "خد هديتك الـ ٢٠ ل.س دعوتك لـ",
+ "You have got a gift for invitation": "طلعتلك هدية مشان دعوتك",
+ "You have earned 20": "ربحت ٢٠",
+ "LE": "ل.س",
+ "Vibration feedback for all buttons": "تفعيل الاهتزاز لجميع الأزرار",
+ "Share with friends and earn rewards":
+ "شارك التطبيق مع أصدقائك واحصل على مكافآت",
+ "Gift Already Claimed": "أخدت الهدية من قبل",
+ "You have already received your gift for inviting":
+ "أنت أخدت الهدية خلاص على هي الدعوة",
+ "Keep it up!": "خليك هيكه!",
+ "has completed": "خلص",
+ "trips": "مشاوير",
+ "Personal Information": "المعلومات الشخصية",
+ "Name": "الاسم",
+ "Not set": "مو محدد",
+ "Gender": "الجنس",
+ "Education": "الدراسة",
+ "Work & Contact": "الشغل والاتصال",
+ "Employment Type": "نوع الشغل",
+ "Marital Status": "الحالة الاجتماعية",
+ "SOS Phone": "رقم الطوارئ",
+ "Sign Out": "تسجيل خروج",
+ "Delete My Account": "حذف حسابي",
+ "Update Gender": "تعديل الجنس",
+ "Update": "تحديث",
+ "Update Education": "تعديل الدراسة",
+ "Are you sure? This action cannot be undone.":
+ "متأكد؟ هاد الإجراء ما فيه تراجع.",
+ "Confirm your Email": "تأكد من إيميلك",
+ "Type your Email": "دخل إيميلك",
+ "Delete Permanently": "حذف نهائي",
+ "Male": "ذكر",
+ "Female": "أنثى",
+ "High School Diploma": "شهادة ثانوية",
+ "Associate Degree": "دبلوم",
+ "Bachelor's Degree": "إجازة جامعية",
+ "Master's Degree": "ماجستير",
+ "Doctoral Degree": "دكتوراه",
+ "Select your preferred language for the app interface.":
+ "نقي اللغة اللي بتفضلها لواجهة التطبيق.",
+ "Language Options": "خيارات اللغة",
+ "You can claim your gift once they complete 2 trips.":
+ "فيك تطلب هديتك بعد ما يخلص مشوارين.",
+ "Closest & Cheapest": "الأقرب والأرخص",
+ "Comfort choice": "خيار الراحة",
+ "Travel in a modern, silent electric car. A premium, eco-friendly choice for a smooth ride.":
+ "تنقّل بسيارة كهربائية حديثة وصامتة. خيار مميز ونظيف لرحلة مريحة.",
+ "Spacious van service ideal for families and groups. Comfortable, safe, and cost-effective travel together.":
+ "خدمة فان واسعة ومثالية للعائلات والمجموعات. سفر مريح، آمن، وموفر للكل.",
+ "Quiet & Eco-Friendly": "هادية ونظيفة",
+ "Lady Captain for girls": "كابتن سيدة للبنات",
+ "Van for familly": "سيارة فان لعيلة",
+ "Are you sure to delete this location?": "متأكد بدك تمسح هاد المكان؟",
+ "Submit a Complaint": "بعت شكوى",
+ "Submit Complaint": "إرسال الشكوى",
+ "No trip history found": "ما في سجل مشاوير",
+ "Your past trips will appear here.": "مشاويرك القديمة رح تطلع هوني.",
+ "1. Describe Your Issue": "١. اشرح شوه صار معك",
+ "Enter your complaint here...": "اكتب شكوتك هوني...",
+ "2. Attach Recorded Audio": "٢. إرفاق تسجيل صوتي",
+ "No audio files found.": "ما لقينا تسجيلات صوتية.",
+ "Confirm Attachment": "تأكيد الإرفاق",
+ "Attach this audio file?": "بدك ترفق هاد التسجيل؟",
+ "Uploaded": "ترفع بنجاح",
+ "3. Review Details & Response": "٣. مراجعة التفاصيل والرد",
+ "Date": "التاريخ",
+ "Today's Promos": "عروض اليوم",
+ "No promos available right now.": "ما في عروض هلا.",
+ "Check back later for new offers!":
+ "ارجع شيك بعدين لتشوف عروض جديدة!",
+ "Valid Until:": "صالح لغاية:",
+ "CODE": "الكود",
+ "Login": "تسجيل دخول",
+ "Sign in for a seamless experience": "سجل دخول لتاخد أحسن تجربة",
+ "Sign In with Google": "سجل دخول بجوجل",
+ "Sign in with Apple": "سجل دخول بآبل",
+ "User not found": "المستخدم مو موجود",
+ "Need assistance? Contact us": "بدك مساعدة؟ حاكينا",
+ "Email": "الإيميل",
+ "Your email address": "إيميلك",
+ "Enter a valid email": "دخل إيميل صح",
+ "Password": "كلمة السر",
+ "Your password": "كلمة سرك",
+ "Enter your password": "دخل كلمة السر",
+ "Submit": "إرسال",
+ "Terms of Use & Privacy Notice": "شروط الاستخدام وسياسة الخصوصية",
+ "By selecting \"I Agree\" below, I confirm that I have read and agree to the ":
+ "باختيار \"أوافق\" أدناه، أؤكد أنني قرأت ووافقت على ",
+ "Terms of Use": "شروط الاستخدام",
+ " and acknowledge the ": " وبتقر بـ ",
+ "Privacy Notice": "سياسة الخصوصية",
+ ". I am at least 18 years old.": ". وعمرك أكيد فوق الـ ١٨ سنة.",
+ "I Agree": "أوافق على الشروط والأحكام",
+ "Continue": "متابعة",
+ "Enable Location": "شغل اللوكيشن",
+ "To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.":
+ "لنقدر نخدمك أحسن شي، لازم نعرف وينك. لوكيشنك بيلزمنا لنلاقي أقرب الكباتن ليك والمكان اللي رح تطلع منه.",
+ "Allow Location Access": "اسمح لنا نوصل للوكيشن",
+ "Welcome to Intaleq!": "يا مية أهلاً فيك بـ انطلق!",
+ "Before we start, please review our terms.":
+ "قبل ما نبلش، يا ريت تشوف شروطنا.",
+ "Your journey starts here": "مشوارك ببلش من هوني",
+ "Cancel Search": "إلغاء البحث",
+ "Set pickup location": "تحديد مكان البداية",
+ "Move the map to adjust the pin": "حرك الخريطة لتزبط اللوكيشن",
+ "Searching for the nearest captain...": "عم ندورلك على أقرب كابتن...",
+ "No one accepted? Try increasing the fare.":
+ "ما حدا قبل؟ جرب ترفع الأجرة شوي.",
+ "Increase Your Trip Fee (Optional)": "ارفع أجرة مشوارك (اختياري)",
+ "We haven't found any drivers yet. Consider increasing your trip fee to make your offer more attractive to drivers.":
+ "لسا ما لقينا كباتن. فيك ترفع الأجرة شوي لتشجع الكباتن يقبلوا طلبك.",
+ "No, thanks": "لا، شكراً",
+ "Increase Fee": "زيادة الأجرة",
+ "Copy": "نسخ",
+ "Promo Copied!": "انتسخ الكود!",
+ "Code": "الكود",
+ "copied to clipboard": "انتسخ الكود",
+ "Price": "السعر",
+ "Intaleq's Response": "رد فريق انطلق",
+ "Awaiting response...": "ناطرين الرد...",
+ "Audio file not attached": "التسجيل مو مرفق",
+ "The audio file is not uploaded yet.\\nDo you want to submit without it?":
+ "لم يتم رفع الملف الصوتي بعد.\\nهل تريد الإرسال بدونه؟",
+ "deleted": "انمسح",
+ "To Work": "ع الشغل",
+ "Work Saved": "تم حفظ موقع العمل",
+ "To Home": "إلى البيت",
+ "Home Saved": "تم حفظ موقع البيت",
+ "Destination selected": "تحددت الوجهة",
+ "Now select start pick": "الآن حدد نقطة الانطلاق",
+ "OK": "موافق",
+ "Confirm Pick-up Location": "تأكيد موقع الانطلاق",
+ "Set Location on Map": "حدد الموقع على الخريطة",
+ "You can contact us during working hours from 10:00 - 16:00.":
+ "فيك تحاكينا بأوقات الشغل من ١٠ للـ ٤.",
+ "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.":
+ """إنطلِق هو التطبيق الأكثر أماناً وموثوقية لمشاركة الركوب والمصمم خصيصاً للركّاب في سوريا. نوفر لك تجربة تنقّل مريحة، محترمة، وبأسعار مناسبة، مع ميزات تضع سلامتك وراحتك في المقام الأول""",
+ "Customer MSISDN doesn’t have customer wallet":
+ "رقم الزبون ما عنده محفظة",
+ "Nearest Car: ~": "أقرب سيارة: ~",
+ "Nearest Car": "أقرب سيارة",
+ "No cars nearby": "ما في سيارات قريبة",
+ "Favorite Places": "الأماكن المفضلة",
+ "No favorite places yet!": "لسا ما عندك أماكن مفضلة!",
+ "from your favorites": "من مفضلتك",
+ "Back": "رجوع",
+ "Enter your code below to apply the discount.":
+ "دخل الكود تحت لتاخد الخصم",
+ "By selecting \"I Agree\" below, I confirm that I have read and agree to the":
+ "باختياري \"أوافق\" أدناه، أؤكد أنني قرأت ووافقت على",
+ "and acknowledge the": "وبتقر بـ",
+ "Enable Location Access": "تفعيل الوصول للموقع",
+ "We need your location to find nearby drivers for pickups and drop-offs.":
+ "بدنا اللوكيشن تبعك لنلاقي أقرب كباتن ليك.",
+ "You should restart app to change language":
+ "لازم تسكر التطبيق وترجع تفتحه لتتغير اللغة",
+ "Home Page": "الصفحة الرئيسية",
+ "To change Language the App": "لتغيير لغة التطبيق",
+ "Learn more about our app and mission":
+ "تعرف أكتر على تطبيقنا وأهدافنا",
+ "Promos For Today": "عروض اليوم",
+ "Choose your ride": "نقي مشوارك",
+ "Your Journey Begins Here": "مشوارك ببلش من هوني",
+ "Bonus gift": "هدية إضافية",
+ "Pay": "ادفع",
+ "Get": "خد",
+ "Send to Driver Again": "بعت للكابتن مرة تانية",
+ "Driver Name:": "اسم الكابتن:",
+ "No trip data available": "ما في بيانات للمشوار",
+ "Car Plate:": "رقم اللوحة:",
+ "remaining": "بقيان",
+ "Order Cancelled": "تم إلغاء الطلب",
+ "You canceled VIP trip": "كنسلت مشوار VIP",
+ "Passenger cancelled order": "الراكب كنسل الطلب",
+ "Your trip is scheduled": "مشوارك تجدول",
+ "Don't forget your ride!": "لا تنسى مشوارك!",
+ "Trip updated successfully": "تحدث المشوار تمام",
+ "Car Make:": "الماركة:",
+ "Car Model:": "الموديل:",
+ "Car Color:": "اللون:",
+ "Driver Phone:": "جوال الكابتن:",
+ "Pre-booking": "حجز مسبق",
+ "Waiting VIP": "بانتظار VIP",
+ "Driver List": "قائمة الكباتن",
+ "Confirm Trip": "تأكيد المشوار",
+ "Select date and time of trip": "نقي تاريخ ووقت المشوار",
+ "Date and Time Picker": "اختيار التاريخ والوقت",
+ "Trip Status:": "حالة المشوار:",
+ "pending": "عم نستنى",
+ "accepted": "مقبولة",
+ "rejected": "مرفوضة",
+ "Apply": "تطبيق",
+ "Enter your promo code": "دخل كود الخصم",
+ "Apply Promo Code": "تفعيل الكود",
+ "Scheduled Time:": "الوقت المجدول:",
+ "No drivers available": "ما في كباتن",
+ "No drivers available at the moment. Please try again later.":
+ "ما في كباتن متاحين هلا. يا ريت تجرب بعد شوي.",
+ "you have a negative balance of": "رصيدك ناقص بقيمته",
+ "Please try again in a few moments": "جرب مرة تانية بعد شوي",
+ "Unknown Driver": "كابتن مو معروف",
+ "in your": "بمحفظتك",
+ "The driver accepted your order for": "الكابتن قبل طلبك بـ",
+ "wallet due to a previous trip.": "بالمحفظة بسبب مشوار قديم.",
+ "rides": "مشاوير",
+ "Add Work": "إضافة الشغل",
+ "The reason is": "السبب هو",
+ "User does not have a wallet #1652": "المستخدم ليس لديه محفظة #1652",
+ "Price of trip": "سعر المشوار",
+ "From:": "من:",
+ "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
+ "لمشاوير انطلق والتوصيل، السعر بيتغير. وبمشاوير الراحة، السعر بيعتمد على الوقت والمسافة.",
+ "Phone Wallet Saved Successfully": "انحفظ رقم المحفظة تمام",
+ "Add wallet phone you use": "ضيف رقم المحفظة اللي بتستخدمها",
+ "Update Available": "في تحديث للتطبيق",
+ "Phone number must be exactly 11 digits long":
+ "رقم الجوال لازم يكون ١١ رقم",
+ "Insert Wallet phone number": "دخل رقم المحفظة",
+ "Phone number isn't an Egyptian phone number": "رقم الجوال مو صح",
+ "A new version of the app is available. Please update to the latest version.":
+ "في نسخة جديدة من التطبيق. يا ريت تحدثها.",
+ "We use location to get accurate and nearest passengers for you":
+ "منستخدم لوكيشنك لنطلعلك أقرب الركاب إلك.",
+ "This ride is already applied by another driver.":
+ "هاد المشوار أخده كابتن تاني خلاص.",
+ "We use your precise location to find the nearest available driver and provide accurate pickup and dropoff information. You can manage this in Settings.":
+ "منستخدم لوكيشنك الدقيق لنلاقي أقرب كابتن ونحدد مكان الطلب والوصول. فيك تتحكم بهاد الشي من الإعدادات.",
+ "Where are you, sir?": "وين صرت يا غالي؟",
+ "I've been trying to reach you but your phone is off.":
+ "عم حاول حاكيك بس موبايلك مسكر.",
+ "Please don't be late": "يا ريت ما تتأخر",
+ "Please don't be late, I'm waiting for you at the specified location.":
+ "يا ريت ما تتأخر، أنا ناطرك بالمكان اللي حددته.",
+ "My location is correct. You can search for me using the navigation app":
+ "موقعي صح. فيك تلاقيني من برنامج الخرائط",
+ "Hello, I'm at the agreed-upon location":
+ "مرحباً، أنا صرت بالمكان المتفق عليه",
+ "How much longer will you be?": "قديش بدك لتوصل؟",
+ "Phone number is verified before": "رقم الجوال مأكد من قبل",
+ "Change Ride": "تغيير المشوار",
+ "You can change the destination by long-pressing any point on the map":
+ "فيك تغير الوجهة بضغطة طويلة على أي نقطة ع الخريطة",
+ "Pick from map destination": "نقي الوجهة من الخريطة",
+ "Pick or Tap to confirm": "نقي أو اضغط للتأكيد",
+ "Accepted your order": "انقبل طلبك",
+ "Order Accepted": "تم قبول الطلب",
+ "with type": "من نوع",
+ "accepted your order at price": "وافق على طلبك بسعر",
+ "you canceled order": "لقد ألغيت الطلب",
+ "If you want order to another person": "إذا كنت تريد الطلب لشخص آخر",
+ "upgrade price": "زيادة السعر",
+ "airport": "مطار",
+ "Best choice for a comfortable car with a flexible route and stop points. This airport offers visa entry at this price.":
+ "الخيار الأفضل لسيارة مريحة مع مسار مرن ونقاط توقف. هذا المطار يوفر تأشيرة دخول بهذا السعر.",
+ "You can upgrade price to may driver accept your order":
+ "فيك تزيد السعر ليقبل الكابتن طلبك",
+ "Change Route": "تغيير الطريق",
+ "No Captain Accepted Your Order": "ما حدا من الكباتن قبل طلبك",
+ "We are looking for a captain but the price may increase to let a captain accept":
+ "عم ندور على كابتن بس ممكن يزيد السعر ليقبل حدا",
+ "No, I want to cancel this trip": "لا، بدي كانسل هي الرحلة",
+ "Attention": "انتباه",
+ "Trip Cancelled. The cost of the trip will be deducted from your wallet.":
+ "تكنسل المشوار. ورح تنخصم تكلفته من محفظتك.",
+ "You will be charged for the cost of the driver coming to your location.":
+ "رح تنحسب عليك تكلفة جية الكابتن لعندك.",
+ "reject your order.": "رفض طلبك.",
+ "Order Under Review": "الطلب عم يتراجع",
+ "is reviewing your order. They may need more information or a higher price.":
+ "يقوم بمراجعة طلبك. قد يحتاج لمعلومات إضافية أو سعر أعلى.",
+ "Vibration": "اهتزاز",
+ "Resend code": "رجع ابعت الكود",
+ "change device": "تغيير الجهاز",
+ "Device Change Detected": "تم اكتشاف تغيير بالجهاز",
+ "You can only use one device at a time. This device will now be set as your active device.":
+ "يمكنك استخدام جهاز واحد فقط في كل مرة. سيتم الآن تعيين هذا الجهاز كجهازك النشط.",
+ "Click here point": "اضغط هوني",
+ "Are you want to change": "بدك تغير؟",
+ "by": "بواسطة",
+ "Enter your complaint here": "أدخل شكواك هنا",
+ "Please enter your complaint.": "يا ريت تكتب شكوتك.",
+ "Complaint data saved successfully": "بيانات الشكوى انحفظت تمام",
+ "Trip Monitor": "مراقبة الرحلة",
+ "Insert SOS Phone": "دخل رقم الطوارئ",
+ "Add SOS Phone": "ضيف رقم الطوارئ",
+ "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 ,":
+ "عزيزي،\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انطلق،",
+ "Send Intaleq app to him": "بعتله تطبيق انطلق",
+ "No passenger found for the given phone number":
+ "ما لقينا راكب بهاد الرقم",
+ "No user found for the given phone number":
+ "ما لقينا مستخدم بهاد الرقم",
+ "This price is": "هذا السعر هو",
+ "Work": "العمل",
+ "Add Home": "إضافة البيت",
+ "Notifications": "الإشعارات",
+ "💳 Pay with Credit Card": "💳 الدفع بالبطاقة الائتمانية",
+ "⚠️ You need to choose an amount!": "⚠️ لازم تختار مبلغ!",
+ "💰 Pay with Wallet": "💰 الدفع بالمحفظة",
+ "You must restart the app to change the language.":
+ "لازم ترجع تشغل التطبيق لتتغير اللغة.",
+ "joined": "انضم",
+ "Driver joined the channel": "الكابتن انضم إلى القناة",
+ "Driver left the channel": "الكابتن غادر القناة",
+ "Call Page": "صفحة الاتصال",
+ "Call Left": "مكالمات متبقية",
+ " Next as Cash !": " المشوار التاني كاش!",
+ "To use Wallet charge it": "لتستخدم المحفظة، لازم تشحنها",
+ "We are searching for the nearest driver to you":
+ "عم ندورلك على أقرب كابتن",
+ "Best choice for cities": "الخيار الأفضل للمدن",
+ "Rayeh Gai: Round trip service for convenient travel between cities, easy and reliable.":
+ "رايح جاي: خدمة ذهاب وإياب مريحة بين المدن، سهلة وموثوقة.",
+ "This trip is for women only": "هاد المشوار للبنات بس",
+ "Total budgets on month": "إجمالي الميزانية الشهرية",
+ "You have call from driver": "عندك مكالمة من الكابتن",
+ "Intaleq": "انطلق",
+ "passenger agreement": "اتفاقية الراكب",
+ "To become a passenger, you must review and agree to the ":
+ "لتصير راكب معنا، لازم تشوف وتوافق على",
+ "agreement subtitle":
+ "لتقدر تكمل، لازم تشوف شروط الاستخدام وسياسة الخصوصية وتوافق عليهن.",
+ "terms of use": "شروط الاستخدام",
+ " and acknowledge our Privacy Policy.":
+ "والإقرار بسياسة الخصوصية الخاصة بنا.",
+ "and acknowledge our": "والإقرار بـ",
+ "privacy policy": "سياسة الخصوصية.",
+ "i agree": "أوافق على الشروط والأحكام",
+ "Driver already has 2 trips within the specified period.":
+ "لدى الكابتن رحلتان بالفعل خلال الفترة المحددة.",
+ "The invitation was sent successfully": "انبعتت الدعوة تمام",
+ "You should select your country": "لازم تنقي بلدك",
+ "Scooter": "سكوتر",
+ "A trip with a prior reservation, allowing you to choose the best captains and cars.":
+ "مشوار بحجز مسبق، بيخليك تنقي أحسن الكباتن والسيارات.",
+ "Mishwar Vip": "مشوار VIP",
+ "The driver waiting you in picked location .":
+ "الكابتن ناطرك بمكان الانطلاق.",
+ "About Us": "من نحن",
+ "You can change the vibration feedback for all buttons":
+ "فيك تغير اهتزاز الأزرار من هوني",
+ "Most Secure Methods": "أكثر الطرق أماناً",
+ "In-App VOIP Calls": "مكالمات صوتية داخل التطبيق",
+ "Recorded Trips for Safety": "رحلات مسجلة للأمان",
+ "\nWe also prioritize affordability, offering competitive pricing to make your rides accessible.":
+ "\nنهتم أيضاً بأن تكون الأسعار مناسبة للجميع، حيث نقدم أسعاراً تنافسية لجعل رحلاتك في متناول اليد.",
+ "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:":
+ "انطلق هو تطبيق لمشاركة الرحلات مصمم مع الأخذ بعين الاعتبار سلامتك وميزانيتك. نصلك بكباتن موثوقين في منطقتك، لنضمن لك تجربة تنقل مريحة وخالية من التوتر.\n\nإليك بعض الميزات الرئيسية التي تميزنا:",
+ "Sign In by Apple": "الدخول عبر Apple",
+ "Sign In by Google": "الدخول عبر Google",
+ "How do I request a ride?": "كيف أطلب رحلة؟",
+ "Step-by-step instructions on how to request a ride through the Intaleq app.":
+ "شرح خطوة بخطوة كيف تطلب مشوار من تطبيق انطلق.",
+ "What types of vehicles are available?":
+ "شوه أنواع السيارات المتاحة؟",
+ "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.":
+ "انطلق بيوفرلك أنواع سيارات بتناسبك، منها التوفير والراحة والـ VIP. نقي الخيار اللي بيناسب جيبتك وعددكم.",
+ "How can I pay for my ride?": "كيف فيني ادفع حق المشوار؟",
+ "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.":
+ "انطلق بيوفرلك كذا طريقة دفع لتريحك. نقي بين الكاش أو كرت البنك وقت تأكيد المشوار.",
+ "Can I cancel my ride?": "فيني كنسل مشواري؟",
+ "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.":
+ "إي فيك، بس بشروط معينة (مثلاً قبل ما يوافق الكابتن). شوف سياسة الإلغاء لتعرف التفاصيل.",
+ "Driver Registration & Requirements": "تسجيل الكباتن والمتطلبات",
+ "How can I register as a driver?": "كيف فيني سجل ككابتن؟",
+ "What are the requirements to become a driver?":
+ "شوه الطلبات لتصير كابتن؟",
+ "Visit our website or contact Intaleq support for information on driver registration and requirements.":
+ "زور موقعنا أو حاكي الدعم لتعرف أكتر عن تسجيل الكباتن.",
+ "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.":
+ "انطلق فيه شات بقلب التطبيق لتدردش مع الكابتن أو الراكب بأي وقت.",
+ "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.":
+ "سلامتك هي الأهم عنا. بنوفرلك ميزات مثل التأكد من الكابتن، تتبع المشوار، وأرقام الطوارئ.",
+ "Frequently Questions": "الأسئلة الشائعة",
+ "User does not exist.": "المستخدم مو موجود.",
+ "We need your phone number to contact you and to help you.":
+ "بدنا رقم موبايلك لنحاكيك ونساعدك.",
+ "You will recieve code in sms message": "رح يوصلك كود برسالة SMS",
+ "Please enter": "يا ريت تدخل",
+ "We need your phone number to contact you and to help you receive orders.":
+ "بدنا رقم موبايلك لنحاكيك ونساعدك باستلام الطلبات.",
+ "The full name on your criminal record does not match the one on your driver's license. Please verify and provide the correct documents.":
+ "الاسم بـ 'لا حكم عليه' مو نفس اللي بالرخصة. تأكد وبعتلنا الوراق الصح.",
+ "The national number on your driver's license does not match the one on your ID document. Please verify and provide the correct documents.":
+ "الرقم الوطني بالرخصة مو نفسه اللي بالهوية. تأكد وبعتلنا الوراق الصح.",
+ "Capture an Image of Your Criminal Record":
+ "صور ورقة الـ 'لا حكم عليه'",
+ "IssueDate": "تاريخ الإصدار",
+ "Capture an Image of Your car license front": "صور وش رخصة السيارة",
+ "Capture an Image of Your ID Document front": "صور وش هويتك",
+ "NationalID": "الرقم الوطني",
+ "You can share the Intaleq App with your friends and earn rewards for rides they take using your code":
+ "فيك تشارك تطبيق انطلق مع رفقاتك وتربح مكافآت ع المشارير اللي بيعملوها بكودك.",
+ "FullName": "الاسم الكامل",
+ "No invitation found yet!": "لسا ما في دعوات!",
+ "InspectionResult": "نتيجة الفحص",
+ "Criminal Record": "لا حكم عليه",
+ "The email or phone number is already registered.":
+ "الإيميل أو رقم الموبايل مسجل من قبل.",
+ "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.":
+ "لتصير كابتن بـ انطلق، لازم ترفع رخصتك، وهويتك، ودفتر السيارة. الذكاء الاصطناعي عنا رح يشيك عليهن بخلال دقايق. إذا الوراق تمام، فيك تبلش شغل دغري. بس انتبه، تزوير الوراق مشكلة كبيرة وممكن تسكر حسابك وتلاحقك قانونياً.",
+ "Documents check": "تشييك الوراق",
+ "Driver's License": "رخصة القيادة",
+ "for your first registration!": "لتسجيلك الأول!",
+ "Get it Now!": "احصل عليه الآن!",
+ "before": "قبل",
+ "Code not approved": "الكود مو مقبول",
+ "3000 LE": "3000 ل.س",
+ "Do you have an invitation code from another driver?":
+ "معك كود دعوة من كابتن تاني؟",
+ "Paste the code here": "لزق الكود هوني",
+ "No, I don't have a code": "لا، ما معي كود",
+ "Audio uploaded successfully.": "ترفع الصوت تمام.",
+ "Perfect for passengers seeking the latest car models with the freedom to choose any route they desire":
+ "مثالي للركاب اللي عم يدوروا على أحدث موديلات السيارات مع حرية نقي أي طريق بدهن ياه",
+ "Share this code with your friends and earn rewards when they use it!":
+ "شارك هاد الكود مع رفقاتك واربح مكافآت بس يستخدموه!",
+ "Enter phone": "دخل الرقم",
+ "complete, you can claim your gift": "اكتمل، فيك تطلب هديتك هلا",
+ "When": "عندما",
+ "Enter driver's phone": "دخل رقم الكابتن",
+ "Send Invite": "بعت دعوة",
+ "Show Invitations": "فرجينا الدعوات",
+ "License Type": "نوع الرخصة",
+ "National Number": "الرقم الوطني",
+ "Name (Arabic)": "الاسم (بالعربية)",
+ "Name (English)": "الاسم (بالإنكليزية)",
+ "Address": "العنوان",
+ "Issue Date": "تاريخ الإصدار",
+ "Expiry Date": "تاريخ الانتهاء",
+ "License Categories": "فئات الرخصة",
+ "driver_license": "رخصة القيادة",
+ "Capture an Image of Your Driver License": "التقط صورة لرخصة قيادتك",
+ "ID Documents Back": "الوجه الخلفي للهوية",
+ "National ID": "الرقم الوطني",
+ "Occupation": "المهنة",
+ "Religion": "الدين",
+ "Full Name (Marital)": "الاسم الكامل (حسب الحالة الاجتماعية)",
+ "Expiration Date": "تاريخ الانتهاء",
+ "Capture an Image of Your ID Document Back":
+ "التقط صورة للوجه الخلفي لهويتك",
+ "ID Documents Front": "الوجه الأمامي للهوية",
+ "First Name": "الاسم الأول",
+ "CardID": "رقم البطاقة",
+ "Vehicle Details Front": "تفاصيل السيارة (من قدام)",
+ "Plate Number": "رقم اللوحة",
+ "Owner Name": "اسم المالك",
+ "Vehicle Details Back": "تفاصيل السيارة (من ورا)",
+ "Make": "الشركة المصنعة",
+ "Model": "الموديل",
+ "Year": "سنة الصنع",
+ "Chassis": "رقم الشاسيه",
+ "Color": "اللون",
+ "Displacement": "سعة المحرك",
+ "Fuel": "نوع الوقود",
+ "Tax Expiry Date": "تاريخ انتهاء الضريبة",
+ "Inspection Date": "تاريخ الفحص",
+ "Capture an Image of Your car license back":
+ "التقط صورة للوجه الخلفي لرخصة سيارتك",
+ "Capture an Image of Your Driver's License":
+ "التقط صورة لرخصة قيادتك",
+ "Sign in with Google for easier email and name entry":
+ "سجل بجوجل لتسهل ع حالك كتابة الاسم والإيميل",
+ "You will choose allow all the time to be ready receive orders":
+ "نقي 'السماح طول الوقت' لتكون جاهز تستلم طلبات دغري",
+ "Get to your destination quickly and easily.":
+ "وصل لوجهتك بسرعة وسهولة.",
+ "Enjoy a safe and comfortable ride.": "استمتع بمشوار آمن ومريح.",
+ "Choose Language": "نقي اللغة",
+ "Pay with Wallet": "الدفع بالمحفظة",
+ "Invalid MPIN": "كود MPIN مو صح",
+ "Invalid OTP": "كود التأكيد مو صح",
+ "Enter your email address": "دخل إيميلك",
+ "Please enter Your Email.": "يا ريت تدخل إيميلك.",
+ "Enter your phone number": "دخل رقم موبايلك",
+ "Please enter your phone number.": "يا ريت تدخل رقم موبايلك.",
+ "Please enter Your Password.": "يا ريت تدخل كلمة السر.",
+ "if you dont have account": "إذا ما عندك حساب",
+ "Register": "تسجيل",
+ "Accept Ride's Terms & Review Privacy Notice":
+ "قبول شروط الرحلة ومراجعة بيان الخصوصية",
+ "By selecting 'I Agree' below, I have reviewed and agree to the Terms of Use and acknowledge the Privacy Notice. I am at least 18 years of age.":
+ "باختياري 'أوافق' تحت، بكون شفت ووافقت على شروط الاستخدام وسياسة الخصوصية. وعمري فوق الـ ١٨ سنة.",
+ "First name": "الاسم الأول",
+ "Enter your first name": "دخل اسمك الأول",
+ "Please enter your first name.": "يا ريت تدخل اسمك الأول.",
+ "Last name": "الاسم الأخير",
+ "Enter your last name": "دخل اسمك الأخير",
+ "Please enter your last name.": "يا ريت تدخل كنيتك.",
+ "City": "المدينة",
+ "Please enter your City.": "يا ريت تدخل مدينتك.",
+ "Verify Email": "التحقق من البريد الإلكتروني",
+ "We sent 5 digit to your Email provided":
+ "بعتنا كود من ٥ أرقام لإيميلك",
+ "5 digit": "5 أرقام",
+ "Send Verification Code": "بعت كود التأكيد",
+ "Your Ride Duration is ": "مدة رحلتك هي ",
+ "You will be thier in": "رح توصل بخلال",
+ "You trip distance is": "مسافة رحلتك هي",
+ "Fee is": "الأجرة هي",
+ "From : ": "من: ",
+ "To : ": "إلى: ",
+ "Add Promo": "إضافة عرض",
+ "Confirm Selection": "تأكيد الاختيار",
+ "distance is": "المسافة هي",
+ "Privacy Policy": "سياسة الخصوصية",
+ "Intaleq LLC": "شركة انطلق",
+ "Syria'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.":
+ "خدمة مشاركة المشاوير الأولى بسوريا، تفيدنا إنه نكون معك قريبين، سواء كنت راكب أو كابتن من كباتننا الغاليين.",
+ "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.":
+ "انطلق هو أول تطبيق لمشاركة المشاوير بسوريا، مصمم ليوصلك بأقرب كابتن مشان توصل بسرعة وراحة.",
+ "Why Choose Intaleq?": "ليش تنقي انطلق؟",
+ "Closest to You": "أقرب شي إلك",
+ "We connect you with the nearest drivers for faster pickups and quicker journeys.":
+ "منوصلك بأقرب كابتن لتصل أسرع ومشاريرك تكون أسرع.",
+ "Uncompromising Security": "أمان تام",
+ "Lady Captains Available": "في كباتن بنات كمان",
+ "Recorded Trips (Voice & AI Analysis)":
+ "رحلات مسجلة (تحليل صوتي وذكاء اصطناعي)",
+ "Fastest Complaint Response": "أسرع استجابة للشكاوى",
+ "Our dedicated customer service team ensures swift resolution of any issues.":
+ "فريقنا بخدمة الزباين بضمنلك حل سريع لأي مشكلة بتواجهك.",
+ "Affordable for Everyone": "أسعار مناسبة للجميع",
+ "Frequently Asked Questions": "الأسئلة الشائعة",
+ "Getting Started": "البداية",
+ "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.":
+ "بس افتح تطبيق انطلق، دخل لوين بدك تروح، واضغط \"اطلب مشوار\". التطبيق دغري رح يوصلك بكابتن قريب.",
+ "Vehicle Options": "خيارات المركبات",
+ "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.":
+ "انطلق بيقدم كذا خيار مثل التوفير والراحة والـ VIP لتنقي اللي بيناسب جيبتك.",
+ "Payments": "الدفع",
+ "You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.":
+ "فيك تدفع حق المشوار كاش أو بكرت البنك. نقي الطريقة اللي بتريحك قبل ما تأكد المشوار.",
+ "Ride Management": "إدارة الرحلات",
+ "Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.":
+ "إي فيك تكنسل المشوار، بس يمكن تنحسب عليك رسوم إلغاء حسب إيمتى كنسلت.",
+ "For Drivers": "للكباتن",
+ "Driver Registration": "تسجيل الكابتن",
+ "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.":
+ "لتسجل ككابتن أو لتعرف الشروط، يا ريت تزور موقعنا أو تحاكي الدعم عنا دغري.",
+ "Visit Website/Contact Support": "زيارة الموقع / التواصل مع الدعم",
+ "Close": "إغلاق",
+ "We are searching for the nearest driver": "عم ندور على أقرب كابتن",
+ "Communication": "التواصل",
+ "How do I communicate with the other party (passenger/driver)?":
+ "كيف فيني أحاكي الراكب أو الكابتن؟",
+ "You can communicate with your driver or passenger through the in-app chat feature once a ride is confirmed.":
+ "فيك تحاكي الكابتن أو الراكب من الشات اللي بقلب التطبيق بس يتأكد المشوار.",
+ "Safety & Security": "السلامة والأمان",
+ "What safety measures does Intaleq offer?":
+ "شوه ميزات الأمان اللي بيقدمها انطلق؟",
+ "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.":
+ "انطلق بيوفرلك ميزات أمان كتير، مثل التأكد من الكابتن، تتبع المشوار، أرقام الطوارئ، وفيك تشارك مشوارك مع رفقاتك ليتطمنوا عليك.",
+ "Enjoy competitive prices across all trip options, making travel accessible.":
+ "استمتع بأسعار تنافسية لجميع خيارات الرحلات، مما يجعل التنقل في متناول الجميع.",
+ "Variety of Trip Choices": "تنوع خيارات الرحلات",
+ "Choose the trip option that perfectly suits your needs and preferences.":
+ "نقي نوع المشوار اللي بيناسبك وبيريحك.",
+ "Your Choice, Our Priority": "اختيارك أولويتنا",
+ "Because we are near, you have the flexibility to choose the ride that works best for you.":
+ "لأننا موجودين هوني وقريبين منك، فيك تنقي المشوار اللي بريحك.",
+ "duration is": "المدة هي",
+ "Setting": "الإعدادات",
+ "Find answers to common questions": "ابحث عن إجابات للأسئلة الشائعة",
+ "I don't need a ride anymore": "ما بقا بدي مشوار",
+ "I was just trying the application": "عم جرب التطبيق بس",
+ "No driver accepted my request": "ما حدا من الكباتن وافق على طلبي",
+ "I added the wrong pick-up/drop-off location": "دخلت لوكيشن غلط",
+ "I don't have a reason": "ما في سبب معين",
+ "Can we know why you want to cancel Ride ?":
+ "فيك تقلنا ليش بدك تكنسل المشوار؟",
+ "Add Payment Method": "إضافة طريقة دفع",
+ "Ride Wallet": "محفظة الرحلة",
+ "Payment Method": "طريقة الدفع",
+ "Type here Place": "اكتب المكان هوني",
+ "Are You sure to ride to": "متأكد بدك تروح لـ",
+ "Confirm": "تأكيد",
+ "You are Delete": "أنت تحذف",
+ "Deleted": "تم الحذف",
+ "You Dont Have Any places yet !": "لسا ما عندك أماكن!",
+ "From : Current Location": "من: الموقع الحالي",
+ "My Cared": "بطاقاتي",
+ "Add Card": "إضافة بطاقة",
+ "Add Credit Card": "إضافة بطاقة ائتمانية",
+ "Please enter the cardholder name": "الرجاء إدخال اسم صاحب البطاقة",
+ "Please enter the expiry date": "الرجاء إدخال تاريخ انتهاء الصلاحية",
+ "Please enter the CVV code": "الرجاء إدخال رمز CVV",
+ "Go To Favorite Places": "الذهاب إلى الأماكن المفضلة",
+ "Go to this Target": "اذهب إلى هذه الوجهة",
+ "My Profile": "ملفي الشخصي",
+ "Are you want to go to this site": "بدك تروح لهاد اللوكيشن؟",
+ "MyLocation": "موقعي",
+ "my location": "موقعي",
+ "Target": "الوجهة",
+ "You Should choose rate figure": "لازم تنقي تقييم",
+ "Login Captin": "تسجيل دخول الكابتن",
+ "Register Captin": "تسجيل كابتن",
+ "Send Verfication Code": "بعت كود التأكيد",
+ "KM": "كم",
+ "End Ride": "إنهاء المشوار",
+ "Minute": "دقيقة",
+ "Go to passenger Location now": "روح لعند الراكب هلا",
+ "Duration of the Ride is ": "مدة المشوار ",
+ "Distance of the Ride is ": "مسافة المشوار ",
+ "Name of the Passenger is ": "اسم الراكب ",
+ "Hello this is Captain": "أهلاً، معك الكابتن",
+ "Start the Ride": "بلش المشوار",
+ "Please Wait If passenger want To Cancel!":
+ "يا ريت تنطر شوي لبين ما نشوف إذا الراكب رح يكنسل!",
+ "Total Duration:": "المدة الإجمالية:",
+ "Active Duration:": "المدة النشطة:",
+ "Waiting for Captin ...": "بانتظار الكابتن...",
+ "Age is ": "العمر: ",
+ "Rating is ": "التقييم: ",
+ " to arrive you.": "للوصول إليك.",
+ "Tariff": "التعرفة",
+ "Settings": "الإعدادات",
+ "Feed Back": "التقييمات",
+ "Please enter a valid 16-digit card number":
+ "يا ريت تدخل رقم كرت صح من ١٦ رقم",
+ "Add Phone": "إضافة رقم",
+ "Please enter a phone number": "يا ريت تدخل رقم موبايل",
+ "You dont Add Emergency Phone Yet!": "لسا ما ضفت رقم طوارئ!",
+ "You will arrive to your destination after ": "رح تصل لوجهتك بعد ",
+ "You can cancel Ride now": "فيك تكنسل المشوار هلا",
+ "You Can cancel Ride After Captain did not come in the time":
+ "فيك تكنسل المشوار إذا ما وصل الكابتن ع الوقت",
+ "If you in Car Now. Press Start The Ride":
+ "إذا صرت بالسيارة هلا، اضغط على 'بلش المشوار'",
+ "You Dont Have Any amount in": "ما عندك رصيد بـ",
+ "Wallet!": "المحفظة!",
+ "You Have": "لديك",
+ "Save Credit Card": "حفظ البطاقة الائتمانية",
+ "Show Promos": "عرض العروض",
+ "10 and get 4% discount": "10 واحصل على خصم 4%",
+ "20 and get 6% discount": "20 واحصل على خصم 6%",
+ "40 and get 8% discount": "40 واحصل على خصم 8%",
+ "100 and get 11% discount": "100 واحصل على خصم 11%",
+ "Pay with Your PayPal": "ادفع عبر PayPal",
+ "You will choose one of above !": "اختر أحد الخيارات أعلاه!",
+ "Edit Profile": "تعديل الملف الشخصي",
+ "Copy this Promo to use it in your Ride!":
+ "انسخ هاد العرض واستخدمه بمشوارك!",
+ "To change some Settings": "لتغيير بعض الإعدادات",
+ "Order Request Page": "صفحة طلب الرحلة",
+ "Rouats of Trip": "مسارات الرحلة",
+ "Passenger Name is ": "اسم الراكب: ",
+ "Total From Passenger is ": "الإجمالي من الراكب: ",
+ "Duration To Passenger is ": "المدة للوصول للراكب: ",
+ "Distance To Passenger is ": "المسافة للوصول للراكب: ",
+ "Total For You is ": "الإجمالي لك: ",
+ "Distance is ": "المسافة: ",
+ " KM": " كم",
+ "Duration of Trip is ": "مدة الرحلة: ",
+ " Minutes": " دقائق",
+ "Apply Order": "قبول الطلب",
+ "Refuse Order": "رفض الطلب",
+ "Rate Captain": "تقييم الكابتن",
+ "Enter your Note": "أدخل ملاحظتك",
+ "Type something...": "اكتب شيئاً...",
+ "Submit rating": "بعت التقييم",
+ "Rate Passenger": "تقييم الراكب",
+ "Ride Summary": "ملخص الرحلة",
+ "welcome_message": "يا مية أهلاً بك بـ انطلق!",
+ "app_description":
+ "انطلق هو تطبيق لمشاركة المشاوير، موثوق، آمن، وجيبتك بتتحمله.",
+ "get_to_destination": "وصل لوجهتك بسرعة وسهولة.",
+ "get_a_ride": "مع انطلق، رح تلاقي حدا يوصلك لوجهتك بدقايق.",
+ "safe_and_comfortable": "استمتع برحلة آمنة ومريحة.",
+ "committed_to_safety":
+ "انطلق بيهمها سلامتك، وكل كباتننا منشيك عليهن وبالفحص الدقيق.",
+ "your ride is Accepted": "انقبل مشوارك",
+ "Driver is waiting at pickup.": "الكابتن ناطرك بمكان الانطلاق.",
+ "Driver is on the way": "الكابتن ع الطريق",
+ "Contact Options": "خيارات التواصل",
+ "Send a custom message": "إرسال رسالة مخصصة",
+ "Type your message": "اكتب رسالتك",
+ "I will go now": "صرت طالع",
+ "You Have Tips": "لديك إكرامية",
+ " tips\nTotal is": " إكرامية\nالإجمالي هو",
+ "Your fee is ": "أجرتك هي ",
+ "Do you want to pay Tips for this Driver":
+ "بدك تدفع إكرامية لهاد الكابتن؟",
+ "Tip is ": "الإكرامية: ",
+ "Are you want to wait drivers to accept your order":
+ "بدك تنطر الكباتن لبين ما حدا يقبل طلبك؟",
+ "This price is fixed even if the route changes for the driver.":
+ "هذا السعر ثابت حتى لو تغير مسار الكابتن.",
+ "The price may increase if the route changes.":
+ "قد يرتفع السعر إذا تغير المسار.",
+ "The captain is responsible for the route.":
+ "الكابتن هو المسؤول عن المسار.",
+ "We are search for nearst driver": "عم ندور على أقرب كابتن",
+ "Your order is being prepared": "طلبك عم يجهز",
+ "The drivers are reviewing your request": "الكباتن عم يشوفوا طلبك",
+ "Your order sent to drivers": "انبعت طلبك للكباتن",
+ "You can call or record audio of this trip":
+ "فيك تدق أو تسجل صوت بهاد المشوار",
+ "The trip has started! Feel free to contact emergency numbers, share your trip, or activate voice recording for the journey":
+ "بلش المشوار! فيك هلا تدق للطوارئ، أو تشارك مشوارك، أو تشغل تسجيل الصوت.",
+ "Camera Access Denied.": "الكاميرا انرفضت.",
+ "Open Settings": "فتح الإعدادات",
+ "GPS Required Allow !.": "لازم تشغل الـ GPS!",
+ "Your Account is Deleted": "انمسح حسابك",
+ "Are you sure to delete your account?": "متأكد بدك تمسح حسابك؟",
+ "Your data will be erased after 2 weeks\nAnd you will can't return to use app after 1 month ":
+ "رح نمسح بياناتك بعد أسبوعين\nوما رح فيك ترجع تستخدم التطبيق بعد شهر واحد.",
+ "Enter Your First Name": "دخل اسمك الأول",
+ "Are you Sure to LogOut?": "متأكد بدك تسجل خروج؟",
+ "Email Wrong": "البريد الإلكتروني خاطئ",
+ "Email you inserted is Wrong.": "الإيميل اللي دخلته غلط.",
+ "You have finished all times ": "خلصت كل المحاولات اللي إلك",
+ "if you want help you can email us here":
+ "إذا بدك مساعدة فيك تراسلنا من هوني",
+ "Thanks": "شكراً",
+ "Email Us": "راسلنا عبر البريد الإلكتروني",
+ "I cant register in your app in face detection ":
+ "ما عم بقدر سجل بالتطبيق مشان مشكلة بصورة الوش",
+ "Hi": "مرحباً",
+ "No face detected": "لم يتم التعرف على أي وجه",
+ "Image detecting result is ": "نتيجة فحص الصورة هي ",
+ "from 3 times Take Attention": "من 3 محاولات، انتبه",
+ "Be sure for take accurate images please\nYou have":
+ "يا ريت تتأكد من ووضوح الصورة\nعندك",
+ "image verified": "تم التحقق من الصورة",
+ "Next": "التالي",
+ "There is no help Question here": "ما في سؤال مساعدة هوني",
+ "You dont have Points": "ما عندك نقاط",
+ "You Are Stopped For this Day !": "وقفت لليوم!",
+ "You must be charge your Account": "يجب عليك شحن حسابك",
+ "You Refused 3 Rides this Day that is the reason \nSee you Tomorrow!":
+ "رفضت ٣ مشارير اليوم، مشان هيكه توقفت.\nمنشوفك بكرا!",
+ "Recharge my Account": "عبي رصيد حسابي",
+ "Ok , See you Tomorrow": "حسناً، أراك غداً",
+ "You are Stopped": "أنت موقوف",
+ "Connected": "متصل",
+ "Not Connected": "غير متصل",
+ "Your are far from passenger location": "أنت بعيد عن موقع الراكب",
+ "go to your passenger location before\nPassenger cancel trip":
+ "روح لعند الراكب قبل ما يكنسل المشوار",
+ "You will get cost of your work for this trip":
+ "رح تاخد حق تعبك بهاد المشوار",
+ " in your wallet": "في محفظتك",
+ "you gain": "لقد ربحت",
+ "Order Cancelled by Passenger": "الراكب كنسل الطلب",
+ "Feedback data saved successfully": "تم حفظ التقييم بنجاح",
+ "No Promo for today .": "ما في عرض لليوم.",
+ "Select your destination": "نقي وجهتك",
+ "Search for your Start point": "دور على من وين بدك تطلع",
+ "Search for waypoint": "دور على نقطة توقف",
+ "Current Location": "الموقع الحالي",
+ "Add Location 1": "إضافة موقع 1",
+ "You must Verify email !.": "لازم تتأكد من الإيميل!",
+ "Cropper": "قص الصورة",
+ "Saved Sucssefully": "تم الحفظ بنجاح",
+ "Select Date": "اختر التاريخ",
+ "Birth Date": "تاريخ الميلاد",
+ "Ok": "حسناً",
+ "the 500 points equal 30 JOD": "500 نقطة تساوي 30 ديناراً أردنياً",
+ "the 500 points equal 30 JOD for you \nSo go and gain your money":
+ "500 نقطة تساوي 30 ديناراً أردنياً لك\nاذهب الآن واكسب أموالك",
+ "token updated": "تم تحديث الرمز",
+ "Add Location 2": "إضافة موقع 2",
+ "Add Location 3": "إضافة موقع 3",
+ "Add Location 4": "إضافة موقع 4",
+ "Waiting for your location": "بانتظار موقعك",
+ "Search for your destination": "دور لوين بدك تروح",
+ "Hi! This is": "مرحباً! هذا",
+ " I am using": " أنا أستخدم",
+ " to ride with": " للتنقل مع",
+ " as the driver.": " ككابتن.",
+ "is driving a ": "يقود سيارة ",
+ " with license plate ": " رقم لوحتها ",
+ " I am currently located at ": " أنا حالياً في ",
+ "Please go to Car now ": "يا ريت تروح ع السيارة هلا",
+ "You will receive a code in WhatsApp Messenger":
+ "رح يوصلك الكود ع الواتساب",
+ "If you need assistance, contact us": "إذا بدك مساعدة، حاكينا",
+ "Promo Ended": "انتهى العرض",
+ "Enter the promo code and get": "دخل كود الخصم وخد",
+ "DISCOUNT": "خصم",
+ "No wallet record found": "لم يتم العثور على سجل للمحفظة",
+ "for": "لـ",
+ "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.":
+ "انطلق هو تطبيق مشاركة الرحلات الأكثر أماناً، ويقدم ميزات عديدة للكباتن والركاب. نقدم أقل نسبة عمولة، 8% فقط، لنضمن لك أفضل قيمة لرحلاتك. يشمل تطبيقنا تأميناً لأفضل الكباتن، صيانة دورية للسيارات مع أفضل المهندسين، وخدمات على الطريق لتجربة محترمة وعالية الجودة لجميع المستخدمين.",
+ "You can contact us during working hours from 12:00 - 19:00.":
+ "فيك تحاكينا بأوقات الشغل من ١٠ للـ ٤.",
+ "Choose a contact option": "نقي كيف بدك تحاكينا",
+ "Work time is from 12:00 - 19:00.\nYou can send a WhatsApp message or email.":
+ "أوقات الشغل من ١٠ الصبح للـ ٤ المسا.\nفيك تبعت واتساب أو إيميل.",
+ "Promo code copied to clipboard!": "تم نسخ رمز العرض إلى الحافظة!",
+ "Copy Code": "نسخ الرمز",
+ "Your invite code was successfully applied!":
+ "تم تطبيق رمز دعوتك بنجاح!",
+ "Payment Options": "خيارات الدفع",
+ "wait 1 minute to receive message":
+ "انطر دقيقة لبين ما توصلك الرسالة",
+ "You have copied the promo code.": "لقد نسخت رمز العرض.",
+ "Select Payment Amount": "نقي شقد بدك تدفع",
+ "The promotion period has ended.": "لقد انتهت فترة العرض.",
+ "Promo Code Accepted": "تم قبول رمز العرض",
+ "Tap on the promo code to copy it!": "اضغط ع الكود لتنسخه!",
+ "Lowest Price Achieved": "تم الوصول لأقل سعر",
+ "Cannot apply further discounts.":
+ "لا يمكن تطبيق المزيد من الخصومات.",
+ "Promo Already Used": "تم استخدام العرض مسبقاً",
+ "Invitation Used": "تم استخدام الدعوة",
+ "You have already used this promo code.":
+ "لقد استخدمت هذا العرض مسبقاً.",
+ "Insert Your Promo Code": "أدخل رمز العرض الخاص بك",
+ "Enter promo code here": "دخل كود الخصم هوني",
+ "Please enter a valid promo code": "يا ريت تدخل كود صح",
+ "Awfar Car": "سيارة أوفر",
+ "Old and affordable, perfect for budget rides.":
+ "قديمة وجيبتك بتتحملها، ممتازة لتوفير المصاري.",
+ " If you need to reach me, please contact the driver directly at":
+ "إذا بدك تحاكيني، دق للكابتن دغري على",
+ "No Car or Driver Found in your area.":
+ "ما لقينا سيارات أو كباتن بمنطقتك.",
+ "Please Try anther time ": "جرب مرة تانية بعد شوي ",
+ "There no Driver Aplly your order sorry for that ":
+ "ما حدا من الكباتن قدم ع طلبك، منعتذر منك",
+ "Trip Cancelled": "تكنسل المشوار",
+ "The Driver Will be in your location soon .":
+ "الكابتن رح يوصل لعندك بعد شوي.",
+ "The distance less than 500 meter.": "المسافة أقل من ٥٠٠ متر.",
+ "Promo End !": "خلص العرض!",
+ "There is no notification yet": "لسا ما في إشعارات",
+ "Use Touch ID or Face ID to confirm payment":
+ "استخدم البصمة أو الوش لتأكد الدفع",
+ "Contact us for any questions on your order.":
+ "حاكينا لأي سؤال مشان طلبك.",
+ "Pyament Cancelled .": "تكنسل الدفع.",
+ "type here": "اكتب هوني",
+ "Scan Driver License": "مسح رخصة القيادة",
+ "Please put your licence in these border":
+ "يا ريت تحط رخصتك بقلب هاد المربع",
+ "Camera not initialized yet": "الكاميرا لسا ما اشتغلت",
+ "Take Image": "صور",
+ "AI Page": "صفحة الذكاء الاصطناعي",
+ "Take Picture Of ID Card": "صور الهوية",
+ "Take Picture Of Driver License Card": "صور رخصة القيادة",
+ "We are process picture please wait ": "عم نشيك ع الصورة، انطر شوي",
+ "There is no data yet.": "لسا ما في بيانات.",
+ "Name :": "الاسم:",
+ "Drivers License Class: ": "فئة الرخصة:",
+ "Document Number: ": "رقم الوثيقة:",
+ "Address: ": "العنوان:",
+ "Height: ": "الطول:",
+ "Expiry Date: ": "تاريخ الانتهاء:",
+ "Date of Birth: ": "تاريخ الميلاد:",
+ "You can't continue with us .\nYou should renew Driver license":
+ "ما فيك تكمل معنا.\nلازم تجدد الرخصة",
+ "Detect Your Face ": "التحقق من وجهك",
+ "Go to next step\nscan Car License.":
+ "روح ع الخطوة اللي بعدها\nصور رخصة السيارة.",
+ "Name in arabic": "الاسم بالعربية",
+ "Drivers License Class": "فئة رخصة القيادة",
+ "Selected Date": "التاريخ المحدد",
+ "Select Time": "نقي الوقت",
+ "Selected Time": "الوقت المحدد",
+ "Selected Date and Time": "التاريخ والوقت المحددان",
+ "Lets check Car license ": "خلونا نشيك ع رخصة السيارة",
+ "Car": "سيارة",
+ "Plate": "لوحة",
+ "Rides": "مشارير",
+ "Selected driver": "الكابتن المختار",
+ "Lets check License Back Face": "خلونا نشيك ع قفا الرخصة",
+ "Car License Card": "رخصة السيارة",
+ "No image selected yet": "لسا ما نقيت صورة",
+ "Made :": "الصنع:",
+ "model :": "الموديل:",
+ "VIN :": "رقم الهيكهل:",
+ "year :": "السنة:",
+ "ُExpire Date": "تاريخ الانتهاء",
+ "Login Driver": "دخول الكابتن",
+ "Password must br at least 6 character.":
+ "كلمة السر لازم تكون ٦ أحرف ع الأقل.",
+ "if you don't have account": "إذا ما عندك حساب",
+ "Here recorded trips audio": "هوني تسجيلات الصوت للمشارير",
+ "Register as Driver": "التسجيل ككابتن",
+ "By selecting \"I Agree\" below, I have reviewed and agree to the Terms of Use and acknowledge the ":
+ "بضغطة ع \"أوافق\" تحت، بكون شفت ووافقت على شروط الاستخدام وبقر بـ",
+ "Log Out Page": "صفحة تسجيل الخروج",
+ "Log Off": "تسجيل الخروج",
+ "Register Driver": "تسجيل كابتن",
+ "Verify Email For Driver": "تأكيد إيميل الكابتن",
+ "Admin DashBoard": "لوحة تحكم المشرف",
+ "Your name": "اسمك",
+ "your ride is applied": "تم قبول مشوارك",
+ "H and": "س و",
+ "JOD": "دينار",
+ "m": "د",
+ "We search nearst Driver to you": "عم ندورلك ع أقرب كابتن",
+ "please wait till driver accept your order":
+ "انطر شوي لبين ما كابتن يقبل طلبك",
+ "No accepted orders? Try raising your trip fee to attract riders.":
+ "ما حدا قبل؟ جرب ترفع الأجرة شوي لتشجع الكباتن.",
+ "You should select one": "لازم تنقي واحد",
+ "The driver accept your order for": "الكابتن قبل طلبك مقابل",
+ "The driver on your way": "الكابتن جاي لعندك",
+ "Total price from ": "السعر الإجمالي من ",
+ "Order Details Intaleq": "تفاصيل طلب انطلق",
+ "Selected file:": "الملف المختار:",
+ "Your trip cost is": "تكلفة مشوارك هي",
+ "this will delete all files from your device":
+ "هاد رح يمسح كل الملفات من موبايلك",
+ "Exclusive offers and discounts always with the Intaleq app":
+ "عروض وخصومات حصرية دايماً مع انطلق",
+ "Submit Question": "بعت السؤال",
+ "Please enter your Question.": "يا ريت تدخل سؤالك.",
+ "Help Details": "تفاصيل المساعدة",
+ "No trip yet found": "ما في مشوار لسا",
+ "No Response yet.": "لسا ما في رد.",
+ " You Earn today is ": "أرباحك اليوم هي ",
+ " You Have in": " عندك بـ",
+ "Total points is ": "إجمالي النقاط: ",
+ "Total Connection Duration:": "إجمالي مدة الاتصال:",
+ "Passenger name : ": "اسم الراكب: ",
+ "Cost Of Trip IS ": "تكلفة المشوار: ",
+ "Arrival time": "وقت الوصول",
+ "arrival time to reach your point": "وقت الوصول لوجهتك",
+ "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
+ "لمشارير انطلق والسكوتر، السعر بيتغير. وبمشارير الراحة، السعر بيعتمد ع الوقت والمسافة.",
+ "Hello this is Driver": "أهلاً، معك الكابتن",
+ "Is the Passenger in your Car ?": "الراكب صر بقلب سيارتك؟",
+ "Please wait for the passenger to enter the car before starting the trip.":
+ "يا ريت تنطر الراكب ليركب بالسيارة قبل ما تبلش المشوار.",
+ "No ,still Waiting.": "لا، لسا عم انطر.",
+ "I arrive you": "صرت عندك",
+ "I Arrive your site": "أنا وصلت لعندك",
+ "You are not in near to passenger location":
+ "أنت مو قريب من مكان الراكب",
+ "please go to picker location exactly":
+ "يا ريت تروح ع اللوكيشن بالظبط",
+ "You Can Cancel Trip And get Cost of Trip From":
+ "فيك تكنسل المشوار وتاخد حقه من",
+ "Are you sure to cancel?": "متأكد بدك تكنسل؟",
+ "Insert Emergincy Number": "دخل رقم الطوارئ",
+ "Best choice for comfort car and flexible route and stops point":
+ "أحسن خيار لسيارة مريحة وطريق مرن ونقاط توقف",
+ "Insert": "إدخال",
+ "This is for scooter or a motorcycle.": "هاد للسكوتر أو الموتور.",
+ "This trip goes directly from your starting point to your destination for a fixed price. The driver must follow the planned route":
+ "هاد المشوار دغري من مكانك للوجهة بسعر ثابت. والكابتن لازم يلحق الطريق المحدد.",
+ "You can decline a request without any cost":
+ "فيك ترفض الطلب بلا ما تخسر شي",
+ "Perfect for adventure seekers who want to experience something new and exciting":
+ "ممتاز للي بيحبوا المغامرة وبدهن يجربوا شي جديد بياخد العقل",
+ "My current location is:": "موقعي الحالي هو:",
+ "and I have a trip on": "وعندي مشوار ع",
+ "App with Passenger": "التطبيق مع الراكب",
+ "You will be pay the cost to driver or we will get it from you on next trip":
+ "رح تدفع التكلفة للكابتن أو بناخدها منك المشوار الجاي",
+ "Trip has Steps": "المشوار إله كذا وجهة",
+ "Distance from Passenger to destination is ":
+ "المسافة من الراكب للوجهة: ",
+ "price is": "السعر هو",
+ "This ride type does not allow changes to the destination or additional stops":
+ "هاد النوع من المشارير ما فيه تغيير للوجهة أو نقاط توقف زيادة",
+ "This price may be changed": "ممكن يتغير هاد السعر",
+ "No SIM card, no problem! Call your driver directly through our app. We use advanced technology to ensure your privacy.":
+ "ما بدك سيم! حاكي الكابتن دغري من التطبيق. منستخدم تكنولوجيا متطورة لنحمي خصوصيتك.",
+ "This ride type allows changes, but the price may increase":
+ "هاد النوع فيه تغيير، بس ممكن يزيد السعر",
+ "Select one message": "نقي رسالة وحدة",
+ "I'm waiting for 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.":
+ "السرعة زادت عن الميّة. يا ريت تمهل مشان سلامتك. إذا خفت، فيك تشارك مشوارك مع حدا أو تدق للشرطة من زر الطوارئ الأحمر.",
+ "Warning: Intaleqing detected!": "تحذير: تم كشف سرعة زيادة!",
+ "Please help! Contact me as soon as possible.":
+ "ساعدوني! حاكوني بأسرع وقت.",
+ "Share Trip Details": "مشاركة تفاصيل المشوار",
+ "Car Plate is ": "رقم لوحة السيارة: ",
+ "the 300 points equal 300 L.E for you \nSo go and gain your money":
+ "٣٠٠ نقطة بيسووا ٣٠٠ ليرة إلك\nروح هلا وطلع مصاري",
+ "the 300 points equal 300 L.E": "٣٠٠ نقطة بيسووا ٣٠٠ ليرة",
+ "The payment was not approved. Please try again.":
+ "ما انقبل الدفع. جرب مرة تانية.",
+ "Payment Failed": "فشل الدفع",
+ "This is a scheduled notification.": "هاد إشعار مجدول.",
+ "An error occurred during the payment process.": "صار غلط وقت الدفع.",
+ "The payment was approved.": "انقبل الدفع تمام.",
+ "Payment Successful": "تم الدفع بنجاح",
+ "No ride found yet": "لسا ما في مشارير",
+ "Accept Order": "قبول الطلب",
+ "Bottom Bar Example": "مثال الشريط السفلي",
+ "Driver phone": "رقم الكابتن",
+ "Statistics": "الإحصائيات",
+ "Origin": "نقطة الانطلاق",
+ "Destination": "الوجهة",
+ "Driver Name": "اسم الكابتن",
+ "Driver Car Plate": "رقم لوحة الكابتن",
+ "Available for rides": "متاح للمشارير",
+ "Scan Id": "مسح الهوية",
+ "Camera not initilaized yet": "الكاميرا لسا ما اشتغلت",
+ "Scan ID MklGoogle": "مسح الهوية MklGoogle",
+ "Language": "اللغة",
+ "Jordan": "الأردن",
+ "USA": "أمريكا",
+ "Egypt": "مصر",
+ "Turkey": "تركيا",
+ "Saudi Arabia": "السعودية",
+ "Qatar": "قطر",
+ "Bahrain": "البحرين",
+ "Kuwait": "الكويت",
+ "But you have a negative salary of": "بس عندك رصيد سالب بـ",
+ "Promo Code": "كود الخصم",
+ "Your trip distance is": "مسافة مشوارك هي",
+ "Enter promo code": "دخل كود الخصم",
+ "You have promo!": "عندك عرض!",
+ "Cost Duration": "تكلفة المدة",
+ "Duration is": "المدة هي",
+ "Leave": "مغادرة",
+ "Join": "انضمام",
+ "Heading your way now. Please be ready.":
+ "أنا ع الطريق لعندك هلا. خليك جاهز.",
+ "Approaching your area. Should be there in 3 minutes.":
+ "قربت لصل لعندك. بعد ٣ دقايق بكون عندك.",
+ "There's heavy traffic here. Can you suggest an alternate pickup point?":
+ "في عجقة سير قوية. فيك تقلي نطلع من مكان تاني؟",
+ "This ride is already taken by another driver.":
+ "هاد المشوار أخده كابتن تاني.",
+ "You Should be select reason.": "لازم تنقي السبب.",
+ "Waiting for Driver ...": "بانتظار الكابتن...",
+ "Latest Recent Trip": "آخر مشوار",
+ "from your list": "من قائمتك",
+ "Do you want to change Work location": "هل تريد تغيير موقع العمل؟",
+ "Do you want to change Home location": "هل تريد تغيير موقع المنزل؟",
+ "We Are Sorry That we dont have cars in your Location!":
+ "نأسف لعدم توفر سيارات في موقعك!",
+ "Choose from Map": "اختر من الخريطة",
+ "Pick your ride location on the map - Tap to confirm":
+ "اختر موقع رحلتك على الخريطة - اضغط للتأكيد",
+ "Intaleq is the ride-hailing app that is safe, reliable, and accessible.":
+ "انطلق هو تطبيق طلب السيارات الآمن، الموثوق، وفي متناول اليد.",
+ "With Intaleq, you can get a ride to your destination in minutes.":
+ "مع انطلق، يمكنك الوصول إلى وجهتك في دقائق.",
+ "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.":
+ "تلتزم انطلق بالسلامة، وجميع كباتننا يتم فحصهم بعناية والتحقق من سجلاتهم.",
+ "Pick from map": "اختر من الخريطة",
+ "No Car in your site. Sorry!": "لا توجد سيارة في موقعك. نعتذر!",
+ "Nearest Car for you about ": "أقرب سيارة لك على بعد ",
+ "From :": "من:",
+ "Get Details of Trip": "الحصول على تفاصيل الرحلة",
+ "If you want add stop click here":
+ "إذا أردت إضافة نقطة توقف، اضغط هنا",
+ "Where you want go ": "إلى أين تريد الذهاب؟",
+ "My Card": "بطاقتي",
+ "Start Record": "بدء التسجيل",
+ "History of Trip": "سجل الرحلات",
+ "Helping Center": "مركز المساعدة",
+ "Record saved": "انحفظ التسجيل",
+ "Trips recorded": "المشارير المسجلة",
+ "Select Your Country": "نقي بلدك",
+ "To ensure you receive the most accurate information for your location, please select your country below. This will help tailor the app experience and content to your country.":
+ "مشان توصلك أدق المعلومات لمكانك، يا ريت تنقي بلدك من تحت. هاد بيساعدنا نضبطلك تجربة التطبيق والمحتوى ع كفّك.",
+ "Are you sure to delete recorded files": "متأكد بدك تمسح التسجيلات؟",
+ "Select recorded trip": "نقي مشوار مسجل",
+ "Card Number": "رقم البطاقة",
+ "Hi, Where to ": "أهلاً، لوين حابب تروح؟",
+ "Pick your destination from Map": "نقي وجهتك من الخريطة",
+ "Add Stops": "إضافة نقاط توقف",
+ "Get Direction": "خد الاتجاهات",
+ "Add Location": "إضافة موقع",
+ "Switch Rider": "تبديل الراكب",
+ "You will arrive to your destination after timer end.":
+ "رح توصل لوجهتك بس يخلص الوقت.",
+ "You can cancel trip": "فيك تكنسل المشوار",
+ "The driver waitting you in picked location .":
+ "الكابتن ناطرك بمكان الانطلاق.",
+ "Pay with Your": "ادفع بـ",
+ "Pay with Credit Card": "الدفع بالكريدت كارد",
+ "Show Promos to Charge": "عرض العروض لتشحن",
+ "Point": "نقطة",
+ "How many hours would you like to wait?": "كم ساعة حابب تنطر؟",
+ "Driver Wallet": "محفظة الكابتن",
+ "Choose between those Type Cars": "نقي بين أنواع السيارات هاي",
+ "hour": "ساعة",
+ "Select Waiting Hours": "نقي ساعات الانتظار",
+ "Total Points is": "مجموع النقاط",
+ "You will receive a code in SMS message": "رح يوصلك كود برسالة نصية",
+ "Done": "تمام",
+ "Total Budget from trips is ": "إجمالي الميزانية من المشارير: ",
+ "Total Amount:": "المبلغ الإجمالي:",
+ "Total Budget from trips by\nCredit card is ":
+ "إجمالي الميزانية من المشارير بالكريدت كارد: ",
+ "This amount for all trip I get from Passengers":
+ "هاد المبلغ لكل المشارير اللي عم آخدها من الركاب",
+ "Pay from my budget": "ادفع من ميزانيتي",
+ "This amount for all trip I get from Passengers and Collected For me in":
+ "هاد المبلغ لكل المشارير اللي عم آخدها من الركاب والمجمعة عندي بـ",
+ "You can buy points from your budget": "فيك تشتري نقاط من ميزانيتك",
+ "insert amount": "حط المبلغ",
+ "You can buy Points to let you online\nby this list below":
+ "فيك تشتري نقاط لتكون أونلاين\nمن القائمة اللي تحت",
+ "Create Wallet to receive your money": "اعمل محفظة لتاخد مصاريك",
+ "Enter your feedback here": "حط تقييمك هوني",
+ "Please enter your feedback.": "يا ريت تحط تقييمك.",
+ "Feedback": "تقييم",
+ "Submit ": "بعت ",
+ "Click here to Show it in Map": "اضغط هوني لتبين ع الخريطة",
+ "Canceled": "تكنسل",
+ "No I want": "لا بدي",
+ "Email is": "الإيميل:",
+ "Phone Number is": "رقم التلفون:",
+ "Date of Birth is": "تاريخ الميلاد:",
+ "Sex is ": "الجنس: ",
+ "Car Details": "تفاصيل السيارة",
+ "VIN is": "رقم الهيكهل:",
+ "Color is ": "اللون: ",
+ "Make is ": "الماركة: ",
+ "Model is": "الموديل:",
+ "Year is": "السنة:",
+ "Expiration Date ": "تاريخ الانتهاء: ",
+ "Edit Your data": "عدل بياناتك",
+ "write vin for your car": "اكتب رقم هيكهل سيارتك",
+ "VIN": "رقم الهيكهل",
+ "Please verify your identity": "يا ريت تأكد هويتك",
+ "write Color for your car": "اكتب لون سيارتك",
+ "write Make for your car": "اكتب ماركة سيارتك",
+ "write Model for your car": "اكتب موديل سيارتك",
+ "write Year for your car": "اكتب سنة سيارتك",
+ "write Expiration Date for your car": "اكتب تاريخ انتهاء سيارتك",
+ "Tariffs": "التعرفات",
+ "Minimum fare": "أقل أجرة",
+ "Maximum fare": "أكثر أجرة",
+ "Flag-down fee": "فيتة العداد (البداية)",
+ "Including Tax": "شامل الضريبة",
+ "BookingFee": "رسوم الحجز",
+ "Morning": "صبح",
+ "from 07:30 till 10:30 (Thursday, Friday, Saturday, Monday)":
+ "من ٧:٣٠ لـ ١٠:٣٠ (خميس، جمعة، سبت، اثنين)",
+ "Evening": "مسا",
+ "from 12:00 till 15:00 (Thursday, Friday, Saturday, Monday)":
+ "من ١٢:٠٠ لـ ٣:٠٠ (خميس، جمعة، سبت، اثنين)",
+ "Night": "ليل",
+ "You have in account": "عندك بالحساب",
+ "Select Country": "نقي البلد",
+ "Ride Today : ": "مشوار اليوم: ",
+ "After this period\nYou can't cancel!": "بعد هالفترة\nما فيك تكنسل!",
+ "from 23:59 till 05:30": "من ١١:٥٩ لـ ٥:٣٠",
+ "Rate Driver": "قيم الكابتن",
+ "Total Cost is ": "التكلفة الكلية: ",
+ "Write note": "اكتب ملاحظة",
+ "Time to arrive": "وقت الوصول",
+ "Ride Summaries": "ملخصات المشارير",
+ "Total Cost": "التكلفة الكلية",
+ "Average of Hours of": "متوسط ساعات",
+ " is ON for this month": " شغال هاد الشهر",
+ "Days": "أيام",
+ "Total Hours on month": "إجمالي الساعات بالشهر",
+ "Counts of Hours on days": "عدد الساعات بالأيام",
+ "OrderId": "رقم الطلب",
+ "created time": "وقت الإنشاء",
+ "Intaleq Over": "خلص مشوار انطلق",
+ "I will slow down": "رح خفف السرعة",
+ "Map Passenger": "خريطة الراكب",
+ "Be Slowly": "تمهل",
+ "If you want to make Google Map App run directly when you apply order":
+ "إذا بدك تفتح خرائط جوجل دغري بس تقبل الطلب",
+ "You can change the language of the app": "فيك تغير لغة التطبيق",
+ "Your Budget less than needed": "رصيدك ما بيكفي",
+ "You can change the Country to get all features":
+ "فيك تغير البلد لتاخد كل الميزات",
+ "There is no Car or Driver in your area.":
+ "ما في سيارات أو كباتن بمنطقتك.",
+ "Change Country": "تغيير البلد",
+ },
+ "AR-Gulf": {
+ "Syria": "سوريا",
+ "SYP": "ل.س",
+ "Order": "طلب",
+ "OrderVIP": "طلب VIP",
+ "Cancel Trip": "إلغاء الرحلة",
+ "Passenger Cancel Trip": "الراكب ألغى الرحلة",
+ "VIP Order": "طلب VIP",
+ "The driver accepted your trip": "الكابتن قبل مشوارك",
+ "message From passenger": "رسالة من الراكب",
+ "Cancel": "إلغاء",
+ "Trip Cancelled. The cost of the trip will be added to your wallet.":
+ "تم إلغاء الرحلة. رح تضاف التكلفة لمحفظتك.",
+ "token change": "تغيير الرمز",
+ "Changed my mind": "غيرت رأيي",
+ "Please write the reason...": "الرجاء كتابة السبب...",
+ "Found another transport": "لقيت وسيلة ثانية",
+ "Driver is taking too long": "الكابتن متأخر كثير",
+ "Driver asked me to cancel": "الكابتن طلب مني إلغاء",
+ "Wrong pickup location": "مكان الانطلاق خطأ",
+ "Other": "شي ثاني",
+ "Don't Cancel": "لا تلغي",
+ "No Drivers Found": "ما لقينا كباتن",
+ "Sorry, there are no cars available of this type right now.":
+ "نعتذر، ما فيه سيارات من هذا النوع الحين.",
+ "Refresh Map": "تحديث الخريطة",
+ "face detect": "التعرف على الوجه",
+ "Face Detection Result": "نتيجة التعرف على الوجه",
+ "similar": "مشابه",
+ "not similar": "غير مشابه",
+ "Searching for nearby drivers...": "نبحث عن كباتن قريبين...",
+ "Error": "خطأ",
+ "Failed to search, please try again later":
+ "فشل البحث، حاول مرة ثانية",
+ "Connection Error": "مشكلة في الاتصال",
+ "Please check your internet connection": "تأكد من اتصال الإنترنت",
+ "Sorry 😔": "عذراً 😔",
+ "The driver cancelled the trip for an emergency reason.\nDo you want to search for another driver immediately?":
+ "الكابتن ألغى الرحلة لسبب طارئ.\nتبي نبحث عن كابتن ثاني فوراً؟",
+ "Search for another driver": "ابحث عن كابتن ثاني",
+ "We apologize 😔": "نعتذر 😔",
+ "No drivers found at the moment.\nPlease try again later.":
+ "ما لقينا كباتن حالياً.\nحاول مرة ثانية بعد شوي.",
+ "Hi ,I will go now": "مرحباً، أنا طالع الحين",
+ "Passenger come to you": "الراكب جاي عندك",
+ "Call Income": "مكالمة واردة",
+ "Call Income from Passenger": "مكالمة من الراكب",
+ "Criminal Document Required": "مطلوب وثيقة (لا حكم عليه)",
+ "You should have upload it .": "لازم ترفعها.",
+ "Call End": "انتهت المكالمة",
+ "The order has been accepted by another driver.":
+ "الطلب أخذه كابتن ثاني.",
+ "The order Accepted by another Driver": "الطلب مقبول من كابتن ثاني",
+ "We regret to inform you that another driver has accepted this order.":
+ "نأسف، كابتن ثاني سبق وأخذ الطلب.",
+ "Driver Applied the Ride for You": "الكابتن قدم الطلب لك",
+ "Applied": "تم التقديم",
+ "Please go to Car Driver": "روح للكابتن",
+ "Ok I will go now.": "تمام، أنا طالع الحين.",
+ "Accepted Ride": "تم قبول الرحلة",
+ "Driver Accepted the Ride for You": "الكابتن قبل مشوارك",
+ "Promo": "عرض",
+ "Show latest promo": "اعرض أحدث العروض",
+ "Trip Monitoring": "مراقبة الرحلة",
+ "Driver Is Going To Passenger": "الكابتن جاي عندك",
+ "Please stay on the picked point.": "لا تتحرك من مكانك.",
+ "message From Driver": "رسالة من الكابتن",
+ "Trip is Begin": "بدأت الرحلة",
+ "Cancel Trip from driver": "الكابتن ألغى الرحلة",
+ "We will look for a new driver.\nPlease wait.":
+ "نبحث عن كابتن جديد.\nانتظر شوي.",
+ "The driver canceled your ride.": "الكابتن ألغى مشوارك.",
+ "Driver Finish Trip": "الكابتن خلص الرحلة",
+ "you will pay to Driver": "رح تدفع للكابتن",
+ "Don’t forget your personal belongings.": "لا تنسى أغراضك الشخصية.",
+ "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":
+ "تأكد من أغراضك، وأن الرصيد المتبقي تمت إضافته لمحفظتك قبل النزول. شكراً لثقتك في انطلق.",
+ "Finish Monitor": "إنهاء المراقبة",
+ "Trip finished": "خلصت الرحلة",
+ "Call Income from Driver": "مكالمة من الكابتن",
+ "Driver Cancelled Your Trip": "الكابتن ألغى مشوارك",
+ "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
+ "رح تدفع للكابتن قيمة وقته، شوف محفظتك في انطلق",
+ "Order Applied": "تم تقديم الطلب",
+ "welcome to intaleq": "أهلاً بك في انطلق",
+ "login or register subtitle":
+ "أدخل رقم جوالك لتسجيل الدخول أو فتح حساب جديد",
+ "Complaint cannot be filed for this ride. It may not have been completed or started.":
+ "ما تقدر ترفع شكوى لهذه الرحلة. يمكن ما بدأت أو خلصت.",
+ "phone number label": "رقم الجوال",
+ "phone number required": "الرجاء إدخال رقم الجوال",
+ "send otp button": "إرسال رمز التأكيد",
+ "verify your number title": "تأكيد رقمك",
+ "otp sent subtitle": "تم إرسال رمز مكون من 5 أرقام إلى\n@phoneNumber",
+ "verify and continue button": "تأكيد ومتابعة",
+ "enter otp validation": "الرجاء إدخال الرمز (5 أرقام)",
+ "one last step title": "خطوة أخيرة",
+ "complete profile subtitle": "أكمل بياناتك عشان تبدأ",
+ "first name label": "الاسم الأول",
+ "first name required": "الرجاء كتابة الاسم الأول",
+ "last name label": "الاسم الأخير",
+ "Verify OTP": "تأكيد الرمز",
+ "Verification Code": "رمز التأكيد",
+ "We have sent a verification code to your mobile number:":
+ "أرسلنا رمز التأكيد إلى رقم جوالك:",
+ "Verify": "تأكيد",
+ "Resend Code": "إعادة إرسال الرمز",
+ "You can resend in": "تقدر ترسل مرة ثانية بعد",
+ "seconds": "ثواني",
+ "Please enter the complete 6-digit code.":
+ "الرجاء إدخال الرمز كاملاً (6 أرقام).",
+ "last name required": "الرجاء كتابة الكنية",
+ "email optional label": "البريد الإلكتروني (اختياري)",
+ "complete registration button": "إتمام التسجيل",
+ "User with this phone number or email already exists.":
+ "هذا الرقم أو البريد الإلكتروني مسجل مسبقاً.",
+ "otp sent success": "تم إرسال رمز التأكيد على واتساب.",
+ "failed to send otp": "فشل إرسال الرمز.",
+ "server error try again": "خطأ في الخادم، حاول مرة ثانية.",
+ "an error occurred": "حدث خطأ غير متوقع: @error",
+ "otp verification failed": "رمز التأكيد خطأ.",
+ "registration failed": "فشل التسجيل.",
+ "welcome user": "أهلاً بك، @firstName!",
+ "Don't forget your personal belongings.": "لا تنسى أغراضك.",
+ "Share App": "مشاركة التطبيق",
+ "Wallet": "المحفظة",
+ "Balance": "الرصيد",
+ "Profile": "الملف الشخصي",
+ "Contact Support": "التواصل مع الدعم",
+ "Session expired. Please log in again.":
+ "انتهت الجلسة. الرجاء تسجيل الدخول مرة ثانية.",
+ "Security Warning": "⚠️ تحذير أمني",
+ "Potential security risks detected. The application may not function correctly.":
+ "تم اكتشاف مخاطر أمنية. قد لا يعمل التطبيق بشكل صحيح.",
+ "please order now": "اطلب الحين",
+ "Where to": "إلى وين؟",
+ "Where are you going?": "إلى وين رايح؟",
+ "Quick Actions": "إجراءات سريعة",
+ "My Balance": "رصيدي",
+ "Order History": "سجل الطلبات",
+ "Contact Us": "اتصل بنا",
+ "Driver": "كابتن",
+ "Complaint": "شكوى",
+ "Promos": "عروض",
+ "Recent Places": "الأماكن الأخيرة",
+ "From": "من",
+ "WhatsApp Location Extractor": "جلب الموقع من واتساب",
+ "Location Link": "رابط الموقع",
+ "Paste location link here": "الصق رابط الموقع هنا",
+ "Go to this location": "اذهب إلى هذا الموقع",
+ "Paste WhatsApp location link": "الصق رابط موقع الواتساب",
+ "Select Order Type": "اختر نوع الطلب",
+ "Choose who this order is for": "هذا الطلب لمين؟",
+ "I want to order for myself": "أبي أطلب لنفسي",
+ "I want to order for someone else": "أبي أطلب لشخص ثاني",
+ "Order for someone else": "طلب لشخص ثاني",
+ "Order for myself": "طلب لنفسي",
+ "Are you want to go this site": "تبي تروح لهذا الموقع؟",
+ "No": "لا",
+ "Intaleq Wallet": "محفظة انطلق",
+ "Have a promo code?": "معك كود خصم؟",
+ "Your Wallet balance is ": "رصيد محفظتك هو ",
+ "Cash": "كاش",
+ "Pay directly to the captain": "ادفع للكابتن مباشرة",
+ "Top up Wallet to continue": "اشحن محفظتك عشان تكمل",
+ "Or pay with Cash instead": "أو تقدر تدفع كاش بدلاً عنها",
+ "Confirm & Find a Ride": "تأكيد والبحث عن رحلة",
+ "Balance:": "الرصيد:",
+ "Alerts": "التنبيهات",
+ "Welcome Back!": "أهلاً وسهلاً!",
+ "Current Balance": "الرصيد الحالي",
+ "Set Wallet Phone Number": "تعيين رقم المحفظة",
+ "Link a phone number for transfers": "اربط رقم الجوال للتحويلات",
+ "Payment History": "سجل الدفعات",
+ "View your past transactions": "شوف دفعاتك السابقة",
+ "Top up Wallet": "شحن المحفظة",
+ "Add funds using our secure methods": "ضيف رصيد عبر طرقنا الآمنة",
+ "Increase Fare": "زيادة الأجرة",
+ "No drivers accepted your request yet": "لسه ما قبل طلبك أي كابتن",
+ "Increasing the fare might attract more drivers. Would you like to increase the price?":
+ "زيادة الأجرة ممكن تشجع الكباتن. تبغى ترفع السعر؟",
+ "Please make sure not to leave any personal belongings in the car.":
+ "انتبه لا تنسى أغراضك بالسيارة.",
+ "Cancel Ride": "إلغاء الرحلة",
+ "Route Not Found": "الطريق غير موجود",
+ "We couldn't find a valid route to this destination. Please try selecting a different point.":
+ "ما لقينا طريق صالح لهذه الوجهة. اختر نقطة ثانية.",
+ "You can call or record audio during this trip.":
+ "تقدر تتصل أو تسجل صوت خلال هذه الرحلة.",
+ "Warning: Speeding detected!": "انتبه: السرعة زايدة!",
+ "Comfort": "مريحة",
+ "Intaleq Balance": "رصيد انطلق",
+ "Electric": "كهربائية",
+ "Lady": "سيدة",
+ "Van": "عائلية",
+ "Rayeh Gai": "رايح جاي",
+ "Join Intaleq as a driver using my referral code!":
+ "انضم لانطلق ككابتن بكود دعوتي!",
+ "Use code:": "استخدم الكود:",
+ "Download the Intaleq Driver app now and earn rewards!":
+ "حمّل تطبيق انطلق للكباتن الحين واكسب مكافآت!",
+ "Get a discount on your first Intaleq ride!":
+ "احصل على خصم لأول مشوار لك مع انطلق!",
+ "Use my referral code:": "استخدم كود دعوتي:",
+ "Download the Intaleq app now and enjoy your ride!":
+ "حمّل تطبيق انطلق الحين واستمتع برحلتك!",
+ "Contacts Loaded": "تم تحميل جهات الاتصال",
+ "Showing": "نعرض",
+ "of": "من",
+ "Customer not found": "العميل غير موجود",
+ "Wallet is blocked": "المحفظة محظورة",
+ "Customer phone is not active": "جوال العميل غير نشط",
+ "Balance not enough": "الرصيد غير كافٍ",
+ "Balance limit exceeded": "تجاوزت حد الرصيد",
+ "Incorrect sms code": "⚠️ الكود الذي أدخلته خطأ. حاول مرة ثانية.",
+ "contacts. Others were hidden because they don't have a phone number.":
+ "جهة اتصال. البقية تم إخفاؤها لأنه ما عندها رقم.",
+ "No contacts found": "ما لقينا جهات اتصال",
+ "No contacts with phone numbers were found on your device.":
+ "ما فيه جهات اتصال بها أرقام على جهازك.",
+ "Permission denied": "تم رفض الإذن",
+ "Contact permission is required to pick contacts":
+ "مطلوب إذن الوصول لجهات الاتصال عشان تختارها.",
+ "An error occurred while picking contacts:":
+ "حدث خطأ أثناء اختيار جهات الاتصال:",
+ "Please enter a correct phone": "أدخل رقم صحيح",
+ "Success": "نجاح",
+ "Invite sent successfully": "تم إرسال الدعوة بنجاح",
+ "Hello! I'm inviting you to try Intaleq.":
+ "أهلاً! أدعوك لتجربة تطبيق 'انطلق'.",
+ "Use my invitation code to get a special gift on your first ride!":
+ "استخدم كود دعوتي عشان تحصل على هدية خاصة في أول مشوار لك!",
+ "Your personal invitation code is:": "كود دعوتك الشخصي هو:",
+ "Be sure to use it quickly! This code expires at":
+ "استخدمه بسرعة! هذا الكود ينتهي في",
+ "Download the app now:": "حمّل التطبيق الحين:",
+ "See you on the road!": "نشوفك على الطريق!",
+ "This phone number has already been invited.":
+ "هذا الرقم تمت دعوته مسبقاً.",
+ "An unexpected error occurred. Please try again.":
+ "حدث خطأ غير متوقع. حاول مرة ثانية.",
+ "You deserve the gift": "تستحق الهدية",
+ "Claim your 20 LE gift for inviting":
+ "استلم هديتك 20 ل.س مقابل دعوتك لـ",
+ "You have got a gift for invitation": "حصلت على هدية بسبب دعوتك",
+ "You have earned 20": "ربحت 20",
+ "LE": "ل.س",
+ "Vibration feedback for all buttons": "تفعيل الاهتزاز لجميع الأزرار",
+ "Share with friends and earn rewards":
+ "شارك التطبيق مع أصدقائك واحصل على مكافآت",
+ "Gift Already Claimed": "الهدية مطلوبة مسبقاً",
+ "You have already received your gift for inviting":
+ "لقد استلمت هديتك بالفعل لهذه الدعوة",
+ "Keep it up!": "استمر!",
+ "has completed": "أكمل",
+ "trips": "مشاوير",
+ "Personal Information": "المعلومات الشخصية",
+ "Name": "الاسم",
+ "Not set": "غير محدد",
+ "Gender": "الجنس",
+ "Education": "التعليم",
+ "Work & Contact": "العمل والتواصل",
+ "Employment Type": "نوع الوظيفة",
+ "Marital Status": "الحالة الاجتماعية",
+ "SOS Phone": "رقم الطوارئ",
+ "Sign Out": "تسجيل خروج",
+ "Delete My Account": "حذف حسابي",
+ "Update Gender": "تعديل الجنس",
+ "Update": "تحديث",
+ "Update Education": "تعديل التعليم",
+ "Are you sure? This action cannot be undone.":
+ "متأكد؟ هذا الإجراء لا يمكن التراجع عنه.",
+ "Confirm your Email": "تأكيد بريدك الإلكتروني",
+ "Type your Email": "اكتب بريدك الإلكتروني",
+ "Delete Permanently": "حذف نهائي",
+ "Male": "ذكر",
+ "Female": "أنثى",
+ "High School Diploma": "شهادة ثانوية",
+ "Associate Degree": "دبلوم",
+ "Bachelor's Degree": "بكالوريوس",
+ "Master's Degree": "ماجستير",
+ "Doctoral Degree": "دكتوراه",
+ "Select your preferred language for the app interface.":
+ "اختر اللغة المفضلة لواجهة التطبيق.",
+ "Language Options": "خيارات اللغة",
+ "You can claim your gift once they complete 2 trips.":
+ "تقدر تطالب بالهدية بعد ما يكمل مشوارين.",
+ "Closest & Cheapest": "الأقرب والأرخص",
+ "Comfort choice": "خيار الراحة",
+ "Travel in a modern, silent electric car. A premium, eco-friendly choice for a smooth ride.":
+ "تنقل بسيارة كهربائية حديثة وهادية. خيار مميز وصديق للبيئة لرحلة مريحة.",
+ "Spacious van service ideal for families and groups. Comfortable, safe, and cost-effective travel together.":
+ "خدمة فان واسعة مثالية للعائلات والمجموعات. سفر مريح وآمن واقتصادي.",
+ "Quiet & Eco-Friendly": "هادية ونظيفة",
+ "Lady Captain for girls": "كابتن سيدة للبنات",
+ "Van for familly": "سيارة فان للعائلة",
+ "Are you sure to delete this location?": "متأكد تريد حذف هذا الموقع؟",
+ "Submit a Complaint": "إرسال شكوى",
+ "Submit Complaint": "إرسال الشكوى",
+ "No trip history found": "لا يوجد سجل مشاوير",
+ "Your past trips will appear here.": "مشاويرك السابقة راح تظهر هنا.",
+ "1. Describe Your Issue": "١. اشرح مشكلتك",
+ "Enter your complaint here...": "اكتب شكواك هنا...",
+ "2. Attach Recorded Audio": "٢. إرفاق تسجيل صوتي",
+ "No audio files found.": "ما لقينا ملفات صوتية.",
+ "Confirm Attachment": "تأكيد الإرفاق",
+ "Attach this audio file?": "ترغب في إرفاق هذا التسجيل؟",
+ "Uploaded": "تم الرفع بنجاح",
+ "3. Review Details & Response": "٣. مراجعة التفاصيل والرد",
+ "Date": "التاريخ",
+ "Today's Promos": "عروض اليوم",
+ "No promos available right now.": "لا توجد عروض حالياً.",
+ "Check back later for new offers!": "ارجع بعدين عروض جديدة!",
+ "Valid Until:": "صالح حتى:",
+ "CODE": "الكود",
+ "Login": "تسجيل دخول",
+ "Sign in for a seamless experience": "سجل دخول لتجربة سلسة",
+ "Sign In with Google": "تسجيل الدخول عبر Google",
+ "Sign in with Apple": "تسجيل الدخول عبر Apple",
+ "User not found": "المستخدم غير موجود",
+ "Need assistance? Contact us": "تحتاج مساعدة؟ اتصل بنا",
+ "Email": "البريد الإلكتروني",
+ "Your email address": "بريدك الإلكتروني",
+ "Enter a valid email": "أدخل بريداً صحيحاً",
+ "Password": "كلمة المرور",
+ "Your password": "كلمة مرورك",
+ "Enter your password": "أدخل كلمة المرور",
+ "Submit": "إرسال",
+ "Terms of Use & Privacy Notice": "شروط الاستخدام وسياسة الخصوصية",
+ "By selecting \"I Agree\" below, I confirm that I have read and agree to the ":
+ "باختيار \"أوافق\" أدناه، أؤكد أنني قرأت ووافقت على ",
+ "Terms of Use": "شروط الاستخدام",
+ " and acknowledge the ": " وأقر بـ ",
+ "Privacy Notice": "سياسة الخصوصية",
+ ". I am at least 18 years old.": ". وعمري 18 سنة أو أكثر.",
+ "I Agree": "أوافق على الشروط والأحكام",
+ "Continue": "متابعة",
+ "Enable Location": "تفعيل الموقع",
+ "To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.":
+ "عشان نقدم لك أفضل تجربة، نحتاج نعرف موقعك. موقعك يستخدم للعثور على كباتن قريبين ولتحديد نقطة الانطلاق.",
+ "Allow Location Access": "السماح بالوصول إلى الموقع",
+ "Welcome to Intaleq!": "أهلاً بك في انطلق!",
+ "Before we start, please review our terms.":
+ "قبل ما نبدأ، راجع شروطنا.",
+ "Your journey starts here": "رحلتك تبدأ من هنا",
+ "Cancel Search": "إلغاء البحث",
+ "Set pickup location": "تحديد نقطة الانطلاق",
+ "Move the map to adjust the pin": "حرك الخريطة لضبط الموقع",
+ "Searching for the nearest captain...": "نبحث عن أقرب كابتن...",
+ "No one accepted? Try increasing the fare.":
+ "ما حد قبل؟ جرب ترفع الأجرة شوي.",
+ "Increase Your Trip Fee (Optional)": "ارفع أجرة رحلتك (اختياري)",
+ "We haven't found any drivers yet. Consider increasing your trip fee to make your offer more attractive to drivers.":
+ "لسه ما لقينا كباتن. فكر ترفع الأجرة عشان طلبك يصير مغري أكثر للكباتن.",
+ "No, thanks": "لا، شكراً",
+ "Increase Fee": "زيادة الأجرة",
+ "Copy": "نسخ",
+ "Promo Copied!": "تم نسخ الكود!",
+ "Code": "الكود",
+ "copied to clipboard": "تم نسخ الكود إلى الحافظة",
+ "Price": "السعر",
+ "Intaleq's Response": "رد فريق انطلق",
+ "Awaiting response...": "بانتظار الرد...",
+ "Audio file not attached": "الملف الصوتي غير مرفق",
+ "The audio file is not uploaded yet.\\nDo you want to submit without it?":
+ "الملف الصوتي لم يتم رفعه بعد.\\nهل تريد الإرسال بدونه؟",
+ "deleted": "تم الحذف",
+ "To Work": "إلى العمل",
+ "Work Saved": "تم حفظ موقع العمل",
+ "To Home": "إلى المنزل",
+ "Home Saved": "تم حفظ موقع المنزل",
+ "Destination selected": "تم اختيار الوجهة",
+ "Now select start pick": "الآن حدد نقطة الانطلاق",
+ "OK": "موافق",
+ "Confirm Pick-up Location": "تأكيد موقع الانطلاق",
+ "Set Location on Map": "حدد الموقع على الخريطة",
+ "You can contact us during working hours from 10:00 - 16:00.":
+ "تقدر تتواصل معنا خلال ساعات العمل من 10 صباحاً إلى 4 مساءً.",
+ "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.":
+ "انطلق هو التطبيق الأكثر أماناً وموثوقية لمشاركة الركوب والمصمم خصيصاً للركاب في سوريا. نوفر لك تجربة تنقل مريحة، محترمة، وبأسعار مناسبة، مع ميزات تضع سلامتك وراحتك في المقام الأول.",
+ "Customer MSISDN doesn’t have customer wallet":
+ "رقم العميل ليس لديه محفظة",
+ "Nearest Car: ~": "أقرب سيارة: ~",
+ "Nearest Car": "أقرب سيارة",
+ "No cars nearby": "لا توجد سيارات قريبة",
+ "Favorite Places": "الأماكن المفضلة",
+ "No favorite places yet!": "لسه ما عندك أماكن مفضلة!",
+ "from your favorites": "من مفضلتك",
+ "Back": "رجوع",
+ "Enter your code below to apply the discount.":
+ "أدخل كودك بالأسفل عشان تحصل على الخصم.",
+ "By selecting \"I Agree\" below, I confirm that I have read and agree to the":
+ "باختيار \"أوافق\" أدناه، أؤكد أنني قرأت ووافقت على",
+ "and acknowledge the": "وأقر بـ",
+ "Enable Location Access": "تفعيل الوصول للموقع",
+ "We need your location to find nearby drivers for pickups and drop-offs.":
+ "نحتاج موقعك عشان نلاقي كباتن قريبين لنقطة الانطلاق والوصول.",
+ "You should restart app to change language":
+ "لازم تقفل التطبيق وتفتحه عشان يتغير اللغة",
+ "Home Page": "الصفحة الرئيسية",
+ "To change Language the App": "لتغيير لغة التطبيق",
+ "Learn more about our app and mission":
+ "اعرف أكثر عن تطبيقنا ورسالتنا",
+ "Promos For Today": "عروض اليوم",
+ "Choose your ride": "اختر رحلتك",
+ "Your Journey Begins Here": "رحلتك تبدأ من هنا",
+ "Bonus gift": "هدية إضافية",
+ "Pay": "ادفع",
+ "Get": "احصل",
+ "Send to Driver Again": "أرسل للكابتن مرة ثانية",
+ "Driver Name:": "اسم الكابتن:",
+ "No trip data available": "لا توجد بيانات للرحلة",
+ "Car Plate:": "رقم اللوحة:",
+ "remaining": "متبقي",
+ "Order Cancelled": "تم إلغاء الطلب",
+ "You canceled VIP trip": "لقد ألغيت رحلة VIP",
+ "Passenger cancelled order": "الراكب ألغى الطلب",
+ "Your trip is scheduled": "رحلتك مجدولة",
+ "Don't forget your ride!": "لا تنسى رحلتك!",
+ "Trip updated successfully": "تم تحديث الرحلة بنجاح",
+ "Car Make:": "الماركة:",
+ "Car Model:": "الموديل:",
+ "Car Color:": "اللون:",
+ "Driver Phone:": "جوال الكابتن:",
+ "Pre-booking": "حجز مسبق",
+ "Waiting VIP": "بانتظار VIP",
+ "Driver List": "قائمة الكباتن",
+ "Confirm Trip": "تأكيد الرحلة",
+ "Select date and time of trip": "اختر تاريخ ووقت الرحلة",
+ "Date and Time Picker": "اختيار التاريخ والوقت",
+ "Trip Status:": "حالة الرحلة:",
+ "pending": "قيد الانتظار",
+ "accepted": "مقبولة",
+ "rejected": "مرفوضة",
+ "Apply": "تطبيق",
+ "Enter your promo code": "أدخل كود الخصم",
+ "Apply Promo Code": "تفعيل الكود",
+ "Scheduled Time:": "الوقت المجدول:",
+ "No drivers available": "لا يتوفر كباتن",
+ "No drivers available at the moment. Please try again later.":
+ "لا يتوفر كباتن حالياً. حاول مرة ثانية بعد شوي.",
+ "you have a negative balance of": "عليك رصيد سالب بقيمة",
+ "Please try again in a few moments": "حاول مرة ثانية بعد لحظات",
+ "Unknown Driver": "كابتن غير معروف",
+ "in your": "في محفظتك",
+ "The driver accepted your order for": "الكابتن قبل طلبك بـ",
+ "wallet due to a previous trip.": "بسبب رحلة سابقة.",
+ "rides": "مشاوير",
+ "Add Work": "إضافة العمل",
+ "The reason is": "السبب هو",
+ "User does not have a wallet #1652": "المستخدم ليس لديه محفظة #1652",
+ "Price of trip": "سعر الرحلة",
+ "From:": "من:",
+ "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
+ "لمشاوير انطلق والتوصيل، السعر يتغير. أما مشاوير الراحة فالسعر يعتمد على الوقت والمسافة.",
+ "Phone Wallet Saved Successfully": "تم حفظ رقم المحفظة بنجاح",
+ "Add wallet phone you use": "أضف رقم المحفظة الذي تستخدمه",
+ "Update Available": "يوجد تحديث جديد",
+ "Phone number must be exactly 11 digits long":
+ "رقم الجوال يجب أن يكون 11 رقمًا بالضبط",
+ "Insert Wallet phone number": "أدخل رقم المحفظة",
+ "Phone number isn't an Egyptian phone number":
+ "رقم الجوال ليس رقمًا مصريًا",
+ "A new version of the app is available. Please update to the latest version.":
+ "توجد نسخة جديدة من التطبيق. يرجى التحديث.",
+ "We use location to get accurate and nearest passengers for you":
+ "نستخدم الموقع لإظهار أقرب الركاب لك بدقة.",
+ "This ride is already applied by another driver.":
+ "هذه الرحلة مأخوذة من كابتن آخر.",
+ "We use your precise location to find the nearest available driver and provide accurate pickup and dropoff information. You can manage this in Settings.":
+ "نستخدم موقعك الدقيق للعثور على أقرب كابتن متاح وتقديم معلومات دقيقة للانطلاق والوصول. يمكنك التحكم في هذا من الإعدادات.",
+ "Where are you, sir?": "وينك يا غالي؟",
+ "I've been trying to reach you but your phone is off.":
+ "أحاول الاتصال بك لكن جوالك مقفل.",
+ "Please don't be late": "لا تتأخر",
+ "Please don't be late, I'm waiting for you at the specified location.":
+ "لا تتأخر، أنا ناطرك في المكان المحدد.",
+ "My location is correct. You can search for me using the navigation app":
+ "موقعي صحيح. تقدر تلاقيني عبر تطبيق الخرائط",
+ "Hello, I'm at the agreed-upon location":
+ "مرحباً، أنا في المكان المتفق عليه",
+ "How much longer will you be?": "قديش باقي وتوصل؟",
+ "Phone number is verified before": "رقم الجوال مؤكد مسبقاً",
+ "Change Ride": "تغيير الرحلة",
+ "You can change the destination by long-pressing any point on the map":
+ "تقدر تغير الوجهة بالضغط المطول على أي نقطة في الخريطة",
+ "Pick from map destination": "اختر الوجهة من الخريطة",
+ "Pick or Tap to confirm": "اختر أو اضغط للتأكيد",
+ "Accepted your order": "تم قبول طلبك",
+ "Order Accepted": "الطلب مقبول",
+ "with type": "من نوع",
+ "accepted your order at price": "قبل طلبك بسعر",
+ "you canceled order": "لقد ألغيت الطلب",
+ "If you want order to another person": "إذا تريد الطلب لشخص آخر",
+ "upgrade price": "زيادة السعر",
+ "airport": "مطار",
+ "Best choice for a comfortable car with a flexible route and stop points. This airport offers visa entry at this price.":
+ "الخيار الأفضل لسيارة مريحة مع مسار مرن ونقاط توقف. هذا المطار يوفر تأشيرة دخول بهذا السعر.",
+ "You can upgrade price to may driver accept your order":
+ "تقدر تزيد السعر عشان الكابتن يقبل طلبك",
+ "Change Route": "تغيير الطريق",
+ "No Captain Accepted Your Order": "ما حد من الكباتن قبل طلبك",
+ "We are looking for a captain but the price may increase to let a captain accept":
+ "ندور على كابتن لكن السعر ممكن يزيد عشان واحد يقبل",
+ "No, I want to cancel this trip": "لا، أبي ألغي هذه الرحلة",
+ "Attention": "تنبيه",
+ "Trip Cancelled. The cost of the trip will be deducted from your wallet.":
+ "تم إلغاء الرحلة. رح تخصم التكلفة من محفظتك.",
+ "You will be charged for the cost of the driver coming to your location.":
+ "رح تتحمل تكلفة مجيء الكابتن إلى موقعك.",
+ "reject your order.": "رفض طلبك.",
+ "Order Under Review": "الطلب قيد المراجعة",
+ "is reviewing your order. They may need more information or a higher price.":
+ "يقوم بمراجعة طلبك. قد يحتاج معلومات إضافية أو سعر أعلى.",
+ "Vibration": "اهتزاز",
+ "Resend code": "إعادة إرسال الكود",
+ "change device": "تغيير الجهاز",
+ "Device Change Detected": "تم اكتشاف تغيير في الجهاز",
+ "You can only use one device at a time. This device will now be set as your active device.":
+ "يمكنك استخدام جهاز واحد فقط في كل مرة. سيتم تعيين هذا الجهاز كجهازك النشط الآن.",
+ "Click here point": "اضغط هنا",
+ "Are you want to change": "تبغى تغير؟",
+ "by": "بواسطة",
+ "Enter your complaint here": "أدخل شكواك هنا",
+ "Please enter your complaint.": "الرجاء كتابة شكواك.",
+ "Complaint data saved successfully": "تم حفظ بيانات الشكوى بنجاح",
+ "Trip Monitor": "مراقبة الرحلة",
+ "Insert SOS Phone": "أدخل رقم الطوارئ",
+ "Add SOS Phone": "أضف رقم الطوارئ",
+ "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 ,":
+ "عزيزي،\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انطلق",
+ "Send Intaleq app to him": "أرسل له تطبيق انطلق",
+ "No passenger found for the given phone number":
+ "لا يوجد راكب بهذا الرقم",
+ "No user found for the given phone number":
+ "لا يوجد مستخدم بهذا الرقم",
+ "This price is": "هذا السعر هو",
+ "Work": "العمل",
+ "Add Home": "إضافة المنزل",
+ "Notifications": "الإشعارات",
+ "💳 Pay with Credit Card": "💳 الدفع بالبطاقة الائتمانية",
+ "⚠️ You need to choose an amount!": "⚠️ لازم تختار مبلغ!",
+ "💰 Pay with Wallet": "💰 الدفع بالمحفظة",
+ "You must restart the app to change the language.":
+ "لازم تقفل التطبيق وتفتحه عشان يتغير اللغة.",
+ "joined": "انضم",
+ "Driver joined the channel": "الكابتن انضم للقناة",
+ "Driver left the channel": "الكابتن غادر القناة",
+ "Call Page": "صفحة الاتصال",
+ "Call Left": "مكالمات متبقية",
+ " Next as Cash !": "المشوار الجاي كاش!",
+ "To use Wallet charge it": "عشان تستخدم المحفظة، اشحنها",
+ "We are searching for the nearest driver to you":
+ "نبحث عن أقرب كابتن لك",
+ "Best choice for cities": "الخيار الأفضل للمدن",
+ "Rayeh Gai: Round trip service for convenient travel between cities, easy and reliable.":
+ "رايح جاي: خدمة ذهاب وإياب مريحة بين المدن، سهلة وموثوقة.",
+ "This trip is for women only": "هذه الرحلة للنساء فقط",
+ "Total budgets on month": "إجمالي الميزانية الشهرية",
+ "You have call from driver": "لديك مكالمة من الكابتن",
+ "Intaleq": "انطلق",
+ "passenger agreement": "اتفاقية الراكب",
+ "To become a passenger, you must review and agree to the ":
+ "عشان تصير راكب، لازم تشوف وتوافق على",
+ "agreement subtitle":
+ "عشان تكمل، لازم تشوف شروط الاستخدام وسياسة الخصوصية وتوافق عليهم.",
+ "terms of use": "شروط الاستخدام",
+ " and acknowledge our Privacy Policy.":
+ " وتقر بسياسة الخصوصية الخاصة بنا.",
+ "and acknowledge our": "وتقر بـ",
+ "privacy policy": "سياسة الخصوصية.",
+ "i agree": "أوافق على الشروط والأحكام",
+ "Driver already has 2 trips within the specified period.":
+ "الكابتن لديه رحلتان بالفعل خلال الفترة المحددة.",
+ "The invitation was sent successfully": "تم إرسال الدعوة بنجاح",
+ "You should select your country": "يجب اختيار بلدك",
+ "Scooter": "سكوتر",
+ "A trip with a prior reservation, allowing you to choose the best captains and cars.":
+ "رحلة بحجز مسبق، تخليك تختار أفضل الكباتن والسيارات.",
+ "Mishwar Vip": "مشوار VIP",
+ "The driver waiting you in picked location .":
+ "الكابتن ناطرك في نقطة الانطلاق.",
+ "About Us": "من نحن",
+ "You can change the vibration feedback for all buttons":
+ "تقدر تغير اهتزاز الأزرار من هنا",
+ "Most Secure Methods": "أكثر الطرق أماناً",
+ "In-App VOIP Calls": "مكالمات صوتية داخل التطبيق",
+ "Recorded Trips for Safety": "رحلات مسجلة للأمان",
+ "\nWe also prioritize affordability, offering competitive pricing to make your rides accessible.":
+ "\nنحرص أيضاً على أن تكون الأسعار مناسبة للجميع، نقدم أسعاراً تنافسية عشان رحلاتك تكون في متناول اليد.",
+ "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:":
+ "انطلق هو تطبيق لمشاركة الرحلات مصمم مع أخذ سلامتك وميزانيتك في الاعتبار. نوصلك بكباتن موثوقين في منطقتك، عشان نضمن لك تجربة تنقل مريحة وخالية من التوتر.\n\nإليك بعض الميزات الرئيسية اللي تميزنا:",
+ "Sign In by Apple": "الدخول عبر Apple",
+ "Sign In by Google": "الدخول عبر Google",
+ "How do I request a ride?": "كيف أطلب رحلة؟",
+ "Step-by-step instructions on how to request a ride through the Intaleq app.":
+ "شرح خطوة بخطوة لكيفية طلب رحلة عبر تطبيق انطلق.",
+ "What types of vehicles are available?":
+ "شنو أنواع السيارات المتاحة؟",
+ "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.":
+ "انطلق يقدم لك عدة خيارات سيارات تناسب احتياجاتك، منها الاقتصادي والراحة والفاخر. اختر الخيار اللي يناسب ميزانيتك وعدد الركاب.",
+ "How can I pay for my ride?": "كيف أدفع حق الرحلة؟",
+ "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.":
+ "انطلق يقدم عدة طرق دفع لراحتك. اختر بين الدفع كاش أو ببطاقة الائتمان/الخصم المباشر عند تأكيد الرحلة.",
+ "Can I cancel my ride?": "هل أقدر ألغي رحلتي؟",
+ "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.":
+ "نعم، تقدر تلغي رحلتك بشروط معينة (مثلاً قبل ما يتم تعيين كابتن). راجع سياسة الإلغاء في انطلق للمزيد.",
+ "Driver Registration & Requirements": "تسجيل الكباتن والمتطلبات",
+ "How can I register as a driver?": "كيف أسجل ككابتن؟",
+ "What are the requirements to become a driver?":
+ "شنو متطلبات أن تصبح كابتن؟",
+ "Visit our website or contact Intaleq support for information on driver registration and requirements.":
+ "زر موقعنا الإلكتروني أو اتصل بدعم انطلق للحصول على معلومات عن تسجيل الكباتن ومتطلباته.",
+ "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.":
+ "انطلق يوفر خاصية الدردشة داخل التطبيق عشان تتواصل مع الكابتن أو الراكب أثناء الرحلة.",
+ "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.":
+ "انطلق يضع سلامتك أولاً. نوفر ميزات مثل التحقق من الكابتن، تتبع الرحلة داخل التطبيق، وخيارات الاتصال بالطوارئ.",
+ "Frequently Questions": "الأسئلة الشائعة",
+ "User does not exist.": "المستخدم غير موجود.",
+ "We need your phone number to contact you and to help you.":
+ "نحتاج رقم جوالك عشان نتواصل معك ونساعدك.",
+ "You will recieve code in sms message": "رح يصلك الكود عبر رسالة SMS",
+ "Please enter": "الرجاء إدخال",
+ "We need your phone number to contact you and to help you receive orders.":
+ "نحتاج رقم جوالك للتواصل معك ومساعدتك في استلام الطلبات.",
+ "The full name on your criminal record does not match the one on your driver's license. Please verify and provide the correct documents.":
+ "الاسم في وثيقة 'لا حكم عليه' لا يطابق الاسم في رخصة القيادة. تأكد وأرسل المستندات الصحيحة.",
+ "The national number on your driver's license does not match the one on your ID document. Please verify and provide the correct documents.":
+ "الرقم الوطني في رخصة القيادة لا يطابق الرقم في هويتك. تأكد وأرسل المستندات الصحيحة.",
+ "Capture an Image of Your Criminal Record":
+ "التقط صورة لوثيقة 'لا حكم عليه'",
+ "IssueDate": "تاريخ الإصدار",
+ "Capture an Image of Your car license front":
+ "التقط صورة للوجه الأمامي لرخصة السيارة",
+ "Capture an Image of Your ID Document front":
+ "التقط صورة للوجه الأمامي لهويتك",
+ "NationalID": "الرقم الوطني",
+ "You can share the Intaleq App with your friends and earn rewards for rides they take using your code":
+ "تقدر تشارك تطبيق انطلق مع أصدقائك وتربح مكافآت عن المشاوير اللي يسوونها باستخدام كودك.",
+ "FullName": "الاسم الكامل",
+ "No invitation found yet!": "لسه ما فيه دعوات!",
+ "InspectionResult": "نتيجة الفحص",
+ "Criminal Record": "لا حكم عليه",
+ "The email or phone number is already registered.":
+ "البريد الإلكتروني أو رقم الجوال مسجل مسبقاً.",
+ "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 دقائق. إذا تمت الموافقة على مستنداتك، تقدر تبدأ العمل ككابتن في انطلق. تنبيه: تقديم مستندات مزورة مخالفة خطيرة وقد تؤدي إلى الإيقاف الفوري وعقوبات قانونية.",
+ "Documents check": "التحقق من المستندات",
+ "Driver's License": "رخصة القيادة",
+ "for your first registration!": "لتسجيلك الأول!",
+ "Get it Now!": "احصل عليه الآن!",
+ "before": "قبل",
+ "Code not approved": "الكود غير مقبول",
+ "3000 LE": "3000 ل.س",
+ "Do you have an invitation code from another driver?":
+ "عندك كود دعوة من كابتن آخر؟",
+ "Paste the code here": "الصق الكود هنا",
+ "No, I don't have a code": "لا، ما عندي كود",
+ "Audio uploaded successfully.": "تم رفع الصوت بنجاح.",
+ "Perfect for passengers seeking the latest car models with the freedom to choose any route they desire":
+ "مثالي للركاب اللي يبحثون عن أحدث موديلات السيارات مع حرية اختيار أي طريق يريدونه",
+ "Share this code with your friends and earn rewards when they use it!":
+ "شارك هذا الكود مع أصدقائك واكسب مكافآت عندما يستخدمونه!",
+ "Enter phone": "أدخل الرقم",
+ "complete, you can claim your gift": "اكتمل، تقدر تطالب بهديتك الحين",
+ "When": "متى",
+ "Enter driver's phone": "أدخل رقم الكابتن",
+ "Send Invite": "إرسال دعوة",
+ "Show Invitations": "عرض الدعوات",
+ "License Type": "نوع الرخصة",
+ "National Number": "الرقم الوطني",
+ "Name (Arabic)": "الاسم (بالعربية)",
+ "Name (English)": "الاسم (بالإنجليزية)",
+ "Address": "العنوان",
+ "Issue Date": "تاريخ الإصدار",
+ "Expiry Date": "تاريخ الانتهاء",
+ "License Categories": "فئات الرخصة",
+ "driver_license": "رخصة القيادة",
+ "Capture an Image of Your Driver License": "التقط صورة لرخصة قيادتك",
+ "ID Documents Back": "الوجه الخلفي للهوية",
+ "National ID": "الرقم الوطني",
+ "Occupation": "المهنة",
+ "Religion": "الدين",
+ "Full Name (Marital)": "الاسم الكامل (حسب الحالة الاجتماعية)",
+ "Expiration Date": "تاريخ الانتهاء",
+ "Capture an Image of Your ID Document Back":
+ "التقط صورة للوجه الخلفي لهويتك",
+ "ID Documents Front": "الوجه الأمامي للهوية",
+ "First Name": "الاسم الأول",
+ "CardID": "رقم البطاقة",
+ "Vehicle Details Front": "تفاصيل السيارة (الأمامية)",
+ "Plate Number": "رقم اللوحة",
+ "Owner Name": "اسم المالك",
+ "Vehicle Details Back": "تفاصيل السيارة (الخلفية)",
+ "Make": "الصانع",
+ "Model": "الموديل",
+ "Year": "سنة الصنع",
+ "Chassis": "رقم الشاصي",
+ "Color": "اللون",
+ "Displacement": "سعة المحرك",
+ "Fuel": "نوع الوقود",
+ "Tax Expiry Date": "تاريخ انتهاء الضريبة",
+ "Inspection Date": "تاريخ الفحص",
+ "Capture an Image of Your car license back":
+ "التقط صورة للوجه الخلفي لرخصة سيارتك",
+ "Capture an Image of Your Driver's License":
+ "التقط صورة لرخصة قيادتك",
+ "Sign in with Google for easier email and name entry":
+ "سجل دخول عبر Google عشان تسهل كتابة البريد والاسم",
+ "You will choose allow all the time to be ready receive orders":
+ "اختر 'السماح طوال الوقت' عشان تكون جاهزاً لاستلام الطلبات فوراً",
+ "Get to your destination quickly and easily.":
+ "وصل لوجهتك بسرعة وسهولة.",
+ "Enjoy a safe and comfortable ride.": "استمتع برحلة آمنة ومريحة.",
+ "Choose Language": "اختر اللغة",
+ "Pay with Wallet": "الدفع بالمحفظة",
+ "Invalid MPIN": "MPIN غير صحيح",
+ "Invalid OTP": "رمز التحقق غير صحيح",
+ "Enter your email address": "أدخل بريدك الإلكتروني",
+ "Please enter Your Email.": "الرجاء إدخال بريدك الإلكتروني.",
+ "Enter your phone number": "أدخل رقم جوالك",
+ "Please enter your phone number.": "الرجاء إدخال رقم جوالك.",
+ "Please enter Your Password.": "الرجاء إدخال كلمة المرور.",
+ "if you dont have account": "إذا ليس لديك حساب",
+ "Register": "تسجيل",
+ "Accept Ride's Terms & Review Privacy Notice":
+ "قبول شروط الرحلة ومراجعة بيان الخصوصية",
+ "By selecting 'I Agree' below, I have reviewed and agree to the Terms of Use and acknowledge the Privacy Notice. I am at least 18 years of age.":
+ "باختياري 'أوافق' أدناه، أكون قد اطلعت على شروط الاستخدام ووافقت عليها، وأقر ببيان الخصوصية. عمري 18 سنة أو أكثر.",
+ "First name": "الاسم الأول",
+ "Enter your first name": "أدخل اسمك الأول",
+ "Please enter your first name.": "الرجاء إدخال اسمك الأول.",
+ "Last name": "الاسم الأخير",
+ "Enter your last name": "أدخل اسمك الأخير",
+ "Please enter your last name.": "الرجاء إدخال كنيتك.",
+ "City": "المدينة",
+ "Please enter your City.": "الرجاء إدخال مدينتك.",
+ "Verify Email": "التحقق من البريد الإلكتروني",
+ "We sent 5 digit to your Email provided":
+ "أرسلنا رمزاً من 5 أرقام إلى بريدك الإلكتروني",
+ "5 digit": "5 أرقام",
+ "Send Verification Code": "إرسال رمز التحقق",
+ "Your Ride Duration is ": "مدة رحلتك ",
+ "You will be thier in": "ستصل خلال",
+ "You trip distance is": "مسافة رحلتك",
+ "Fee is": "الأجرة",
+ "From : ": "من: ",
+ "To : ": "إلى: ",
+ "Add Promo": "إضافة عرض",
+ "Confirm Selection": "تأكيد الاختيار",
+ "distance is": "المسافة",
+ "Privacy Policy": "سياسة الخصوصية",
+ "Intaleq LLC": "شركة انطلق",
+ "Syria'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.":
+ "خدمة مشاركة المشاوير الرائدة في سوريا، تم تطويرها بفخر من قبل ملاك عرب ومحليين. أولويتنا أن نكون قريبين منك – سواء كنت راكباً عزيزاً أو كابتن مخلصاً.",
+ "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.":
+ "انطلق هو أول تطبيق لمشاركة المشاوير في سوريا، صمم ليوصلك بأقرب كابتن عشان توصل بسرعة وراحة.",
+ "Why Choose Intaleq?": "ليش تختار انطلق؟",
+ "Closest to You": "الأقرب لك",
+ "We connect you with the nearest drivers for faster pickups and quicker journeys.":
+ "نوصلك بأقرب كابتن عشان تطلع أسرع وتوصل أسرع.",
+ "Uncompromising Security": "أمان لا مساومة فيه",
+ "Lady Captains Available": "كباتن سيدات متاحات",
+ "Recorded Trips (Voice & AI Analysis)":
+ "رحلات مسجلة (تحليل صوتي وذكاء اصطناعي)",
+ "Fastest Complaint Response": "أسرع استجابة للشكاوى",
+ "Our dedicated customer service team ensures swift resolution of any issues.":
+ "فريق خدمة العملاء المخصص لدينا يضمن حلاً سريعاً لأي مشكلة.",
+ "Affordable for Everyone": "أسعار تناسب الجميع",
+ "Frequently Asked Questions": "الأسئلة الشائعة",
+ "Getting Started": "بدء الاستخدام",
+ "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.":
+ "ببساطة افتح تطبيق انطلق، أدخل وجهتك، واضغط 'اطلب رحلة'. التطبيق رح يوصلك بكابتن قريب.",
+ "Vehicle Options": "خيارات المركبات",
+ "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.":
+ "انطلق يقدم عدة خيارات مثل الاقتصادي والراحة والفاخر لتناسب احتياجاتك وميزانيتك.",
+ "Payments": "طرق الدفع",
+ "You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.":
+ "تقدر تدفع حق رحلتك كاش أو ببطاقة ائتمان/خصم. اختر طريقة الدفع اللي تفضلها قبل تأكيد الرحلة.",
+ "Ride Management": "إدارة الرحلات",
+ "Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.":
+ "نعم، يمكنك إلغاء رحلتك، لكن انتبه قد تطبق رسوم إلغاء حسب المدة المتبقية قبل الإلغاء.",
+ "For Drivers": "للكباتن",
+ "Driver Registration": "تسجيل الكابتن",
+ "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.":
+ "للتسجيل ككابتن أو للتعرف على المتطلبات، يرجى زيارة موقعنا الإلكتروني أو الاتصال بدعم انطلق مباشرة.",
+ "Visit Website/Contact Support": "زيارة الموقع / الاتصال بالدعم",
+ "Close": "إغلاق",
+ "We are searching for the nearest driver": "نبحث عن أقرب كابتن",
+ "Communication": "التواصل",
+ "How do I communicate with the other party (passenger/driver)?":
+ "كيف أتواصل مع الطرف الآخر (راكب/كابتن)؟",
+ "You can communicate with your driver or passenger through the in-app chat feature once a ride is confirmed.":
+ "يمكنك التواصل مع الكابتن أو الراكب عبر خاصية الدردشة داخل التطبيق بعد تأكيد الرحلة.",
+ "Safety & Security": "السلامة والأمان",
+ "What safety measures does Intaleq offer?":
+ "ما إجراءات الأمان التي يوفرها انطلق؟",
+ "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.":
+ "انطلق يوفر ميزات أمان متعددة تشمل التحقق من الكابتن، تتبع الرحلة داخل التطبيق، خيارات الاتصال بالطوارئ، وإمكانية مشاركة حالة رحلتك مع جهات موثوقة.",
+ "Enjoy competitive prices across all trip options, making travel accessible.":
+ "استمتع بأسعار تنافسية لجميع خيارات الرحلات، مما يجعل التنقل في متناول الجميع.",
+ "Variety of Trip Choices": "تنوع خيارات الرحلات",
+ "Choose the trip option that perfectly suits your needs and preferences.":
+ "اختر نوع الرحلة اللي يناسب احتياجاتك وتفضيلاتك.",
+ "Your Choice, Our Priority": "اختيارك هو أولويتنا",
+ "Because we are near, you have the flexibility to choose the ride that works best for you.":
+ "لأننا قريبين منك، عندك المرونة لتختار الرحلة المناسبة لك.",
+ "duration is": "المدة",
+ "Setting": "الإعدادات",
+ "Find answers to common questions": "ابحث عن إجابات للأسئلة الشائعة",
+ "I don't need a ride anymore": "ما عاد أبغى رحلة",
+ "I was just trying the application": "كنت أجرب التطبيق فقط",
+ "No driver accepted my request": "ما حد قبل طلبي",
+ "I added the wrong pick-up/drop-off location":
+ "أضفت موقع انطلاق أو وصول خطأ",
+ "I don't have a reason": "ما عندي سبب",
+ "Can we know why you want to cancel Ride ?":
+ "تقدر تقولنا ليش تبي تلغي الرحلة؟",
+ "Add Payment Method": "إضافة طريقة دفع",
+ "Ride Wallet": "محفظة الرحلة",
+ "Payment Method": "طريقة الدفع",
+ "Type here Place": "اكتب المكان هنا",
+ "Are You sure to ride to": "متأكد تبي تروح إلى",
+ "Confirm": "تأكيد",
+ "You are Delete": "أنت تحذف",
+ "Deleted": "تم الحذف",
+ "You Dont Have Any places yet !": "ما عندك أي أماكن مسجلة بعد!",
+ "From : Current Location": "من: الموقع الحالي",
+ "My Cared": "بطاقاتي",
+ "Add Card": "إضافة بطاقة",
+ "Add Credit Card": "إضافة بطاقة ائتمانية",
+ "Please enter the cardholder name": "الرجاء إدخال اسم صاحب البطاقة",
+ "Please enter the expiry date": "الرجاء إدخال تاريخ انتهاء الصلاحية",
+ "Please enter the CVV code": "الرجاء إدخال رمز CVV",
+ "Go To Favorite Places": "الذهاب إلى الأماكن المفضلة",
+ "Go to this Target": "اذهب إلى هذه الوجهة",
+ "My Profile": "ملفي الشخصي",
+ "Are you want to go to this site": "هل تريد الذهاب إلى هذا الموقع؟",
+ "MyLocation": "موقعي",
+ "my location": "موقعي",
+ "Target": "الوجهة",
+ "You Should choose rate figure": "يجب اختيار التقييم",
+ "Login Captin": "تسجيل دخول الكابتن",
+ "Register Captin": "تسجيل كابتن",
+ "Send Verfication Code": "إرسال رمز التحقق",
+ "KM": "كم",
+ "End Ride": "إنهاء الرحلة",
+ "Minute": "دقيقة",
+ "Go to passenger Location now": "اذهب إلى موقع الراكب الآن",
+ "Duration of the Ride is ": "مدة الرحلة ",
+ "Distance of the Ride is ": "مسافة الرحلة ",
+ "Name of the Passenger is ": "اسم الراكب ",
+ "Hello this is Captain": "مرحباً، هذا الكابتن",
+ "Start the Ride": "ابدأ الرحلة",
+ "Please Wait If passenger want To Cancel!":
+ "انتظر إذا أراد الراكب الإلغاء!",
+ "Total Duration:": "المدة الإجمالية:",
+ "Active Duration:": "المدة النشطة:",
+ "Waiting for Captin ...": "بانتظار الكابتن...",
+ "Age is ": "العمر: ",
+ "Rating is ": "التقييم: ",
+ " to arrive you.": " للوصول إليك.",
+ "Tariff": "التعرفة",
+ "Settings": "الإعدادات",
+ "Feed Back": "التقييمات",
+ "Please enter a valid 16-digit card number":
+ "الرجاء إدخال رقم بطاقة صحيح مكون من 16 رقماً",
+ "Add Phone": "إضافة رقم",
+ "Please enter a phone number": "الرجاء إدخال رقم جوال",
+ "You dont Add Emergency Phone Yet!": "لم تقم بإضافة رقم طوارئ بعد!",
+ "You will arrive to your destination after ": "ستصل إلى وجهتك بعد ",
+ "You can cancel Ride now": "يمكنك إلغاء الرحلة الآن",
+ "You Can cancel Ride After Captain did not come in the time":
+ "يمكنك إلغاء الرحلة إذا لم يأتِ الكابتن في الوقت المحدد",
+ "If you in Car Now. Press Start The Ride":
+ "إذا كنت في السيارة الآن، اضغط 'ابدأ الرحلة'",
+ "You Dont Have Any amount in": "ليس لديك رصيد في",
+ "Wallet!": "المحفظة!",
+ "You Have": "لديك",
+ "Save Credit Card": "حفظ البطاقة الائتمانية",
+ "Show Promos": "عرض العروض",
+ "10 and get 4% discount": "10 واحصل على خصم 4%",
+ "20 and get 6% discount": "20 واحصل على خصم 6%",
+ "40 and get 8% discount": "40 واحصل على خصم 8%",
+ "100 and get 11% discount": "100 واحصل على خصم 11%",
+ "Pay with Your PayPal": "ادفع عبر PayPal",
+ "You will choose one of above !": "اختر أحد الخيارات أعلاه!",
+ "Edit Profile": "تعديل الملف الشخصي",
+ "Copy this Promo to use it in your Ride!":
+ "انسخ هذا العرض واستخدمه في رحلتك!",
+ "To change some Settings": "لتغيير بعض الإعدادات",
+ "Order Request Page": "صفحة طلب الرحلة",
+ "Rouats of Trip": "مسارات الرحلة",
+ "Passenger Name is ": "اسم الراكب: ",
+ "Total From Passenger is ": "الإجمالي من الراكب: ",
+ "Duration To Passenger is ": "المدة للوصول إلى الراكب: ",
+ "Distance To Passenger is ": "المسافة للوصول إلى الراكب: ",
+ "Total For You is ": "الإجمالي لك: ",
+ "Distance is ": "المسافة: ",
+ " KM": " كم",
+ "Duration of Trip is ": "مدة الرحلة: ",
+ " Minutes": " دقائق",
+ "Apply Order": "قبول الطلب",
+ "Refuse Order": "رفض الطلب",
+ "Rate Captain": "تقييم الكابتن",
+ "Enter your Note": "أدخل ملاحظتك",
+ "Type something...": "اكتب شيئاً...",
+ "Submit rating": "إرسال التقييم",
+ "Rate Passenger": "تقييم الراكب",
+ "Ride Summary": "ملخص الرحلة",
+ "welcome_message": "أهلاً بك في انطلق!",
+ "app_description":
+ "انطلق هو تطبيق مشاركة مشاوير موثوق وآمن وبأسعار مناسبة.",
+ "get_to_destination": "وصل إلى وجهتك بسرعة وسهولة.",
+ "get_a_ride": "مع انطلق، راح تلاقي من يوصلك لوجهتك خلال دقائق.",
+ "safe_and_comfortable": "استمتع برحلة آمنة ومريحة.",
+ "committed_to_safety":
+ "انطلق يهتم بسلامتك، وكل كباتننا يتم فحصهم بدقة.",
+ "your ride is Accepted": "تم قبول رحلتك",
+ "Driver is waiting at pickup.": "الكابتن ينتظرك في نقطة الانطلاق.",
+ "Driver is on the way": "الكابتن في الطريق",
+ "Contact Options": "خيارات التواصل",
+ "Send a custom message": "إرسال رسالة مخصصة",
+ "Type your message": "اكتب رسالتك",
+ "I will go now": "سأذهب الآن",
+ "You Have Tips": "لديك بقشيش",
+ " tips\nTotal is": " بقشيش\nالإجمالي",
+ "Your fee is ": "أجرتك ",
+ "Do you want to pay Tips for this Driver":
+ "هل تريد دفع بقشيش لهذا الكابتن؟",
+ "Tip is ": "البقشيش: ",
+ "Are you want to wait drivers to accept your order":
+ "هل تريد الانتظار حتى يقبل كابتن طلبك؟",
+ "This price is fixed even if the route changes for the driver.":
+ "هذا السعر ثابت حتى لو تغير مسار الكابتن.",
+ "The price may increase if the route changes.":
+ "قد يزيد السعر إذا تغير المسار.",
+ "The captain is responsible for the route.":
+ "الكابتن مسؤول عن المسار.",
+ "We are search for nearst driver": "نبحث عن أقرب كابتن",
+ "Your order is being prepared": "طلبك قيد التجهيز",
+ "The drivers are reviewing your request": "الكباتن يطلعون على طلبك",
+ "Your order sent to drivers": "تم إرسال طلبك إلى الكباتن",
+ "You can call or record audio of this trip":
+ "يمكنك الاتصال أو تسجيل صوت لهذه الرحلة",
+ "The trip has started! Feel free to contact emergency numbers, share your trip, or activate voice recording for the journey":
+ "بدأت الرحلة! يمكنك الاتصال بأرقام الطوارئ، أو مشاركة رحلتك، أو تفعيل تسجيل الصوت.",
+ "Camera Access Denied.": "تم رفض الوصول إلى الكاميرا.",
+ "Open Settings": "فتح الإعدادات",
+ "GPS Required Allow !.": "مطلوب تفعيل GPS!",
+ "Your Account is Deleted": "تم حذف حسابك",
+ "Are you sure to delete your account?": "متأكد من حذف حسابك؟",
+ "Your data will be erased after 2 weeks\nAnd you will can't return to use app after 1 month ":
+ "سيتم مسح بياناتك بعد أسبوعين\nولن تتمكن من العودة لاستخدام التطبيق بعد شهر واحد.",
+ "Enter Your First Name": "أدخل اسمك الأول",
+ "Are you Sure to LogOut?": "متأكد من تسجيل الخروج؟",
+ "Email Wrong": "البريد الإلكتروني خاطئ",
+ "Email you inserted is Wrong.": "البريد الإلكتروني الذي أدخلته خاطئ.",
+ "You have finished all times ": "لقد استنفدت كل المحاولات",
+ "if you want help you can email us here":
+ "إذا كنت بحاجة لمساعدة يمكنك مراسلتنا هنا",
+ "Thanks": "شكراً",
+ "Email Us": "راسلنا عبر البريد",
+ "I cant register in your app in face detection ":
+ "لا أستطيع التسجيل في التطبيق بسبب مشكلة في التعرف على الوجه",
+ "Hi": "مرحباً",
+ "No face detected": "لم يتم التعرف على وجه",
+ "Image detecting result is ": "نتيجة فحص الصورة ",
+ "from 3 times Take Attention": "من 3 محاولات، انتبه",
+ "Be sure for take accurate images please\nYou have":
+ "تأكد من التقاط صور واضحة\nلديك",
+ "image verified": "تم التحقق من الصورة",
+ "Next": "التالي",
+ "There is no help Question here": "لا يوجد سؤال مساعدة هنا",
+ "You dont have Points": "ليس لديك نقاط",
+ "You Are Stopped For this Day !": "تم إيقافك لهذا اليوم!",
+ "You must be charge your Account": "يجب عليك شحن حسابك",
+ "You Refused 3 Rides this Day that is the reason \nSee you Tomorrow!":
+ "لقد رفضت 3 مشاوير اليوم، لهذا السبب تم إيقافك.\nأراك غداً!",
+ "Recharge my Account": "شحن حسابي",
+ "Ok , See you Tomorrow": "حسناً، أراك غداً",
+ "You are Stopped": "أنت موقوف",
+ "Connected": "متصل",
+ "Not Connected": "غير متصل",
+ "Your are far from passenger location": "أنت بعيد عن موقع الراكب",
+ "go to your passenger location before\nPassenger cancel trip":
+ "اذهب إلى موقع الراكب قبل أن يلغي الرحلة",
+ "You will get cost of your work for this trip":
+ "ستحصل على مقابل تعبك في هذه الرحلة",
+ " in your wallet": " في محفظتك",
+ "you gain": "لقد ربحت",
+ "Order Cancelled by Passenger": "الراكب ألغى الطلب",
+ "Feedback data saved successfully": "تم حفظ التقييم بنجاح",
+ "No Promo for today .": "لا يوجد عرض لليوم.",
+ "Select your destination": "اختر وجهتك",
+ "Search for your Start point": "ابحث عن نقطة انطلاقك",
+ "Search for waypoint": "ابحث عن نقطة توقف",
+ "Current Location": "الموقع الحالي",
+ "Add Location 1": "إضافة موقع 1",
+ "You must Verify email !.": "يجب التحقق من البريد الإلكتروني!",
+ "Cropper": "قص الصورة",
+ "Saved Sucssefully": "تم الحفظ بنجاح",
+ "Select Date": "اختر التاريخ",
+ "Birth Date": "تاريخ الميلاد",
+ "Ok": "حسناً",
+ "the 500 points equal 30 JOD": "500 نقطة تساوي 30 ديناراً أردنياً",
+ "the 500 points equal 30 JOD for you \nSo go and gain your money":
+ "500 نقطة تساوي 30 ديناراً أردنياً لك\nاذهب الآن واكسب أموالك",
+ "token updated": "تم تحديث الرمز",
+ "Add Location 2": "إضافة موقع 2",
+ "Add Location 3": "إضافة موقع 3",
+ "Add Location 4": "إضافة موقع 4",
+ "Waiting for your location": "بانتظار موقعك",
+ "Search for your destination": "ابحث عن وجهتك",
+ "Hi! This is": "مرحباً! هذا",
+ " I am using": " أنا أستخدم",
+ " to ride with": " للتنقل مع",
+ " as the driver.": " ككابتن.",
+ "is driving a ": "يقود سيارة ",
+ " with license plate ": " رقم لوحتها ",
+ " I am currently located at ": " أنا حالياً في ",
+ "Please go to Car now ": "اذهب إلى السيارة الآن",
+ "You will receive a code in WhatsApp Messenger":
+ "سوف يصلك الكود عبر واتساب",
+ "If you need assistance, contact us": "إذا احتجت مساعدة، اتصل بنا",
+ "Promo Ended": "انتهى العرض",
+ "Enter the promo code and get": "أدخل كود الخصم واحصل على",
+ "DISCOUNT": "خصم",
+ "No wallet record found": "لم يتم العثور على سجل للمحفظة",
+ "for": "لـ",
+ "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.":
+ "انطلق هو تطبيق مشاركة الرحلات الأكثر أماناً، ويقدم ميزات عديدة للكباتن والركاب. نقدم أقل نسبة عمولة 8% فقط، لنضمن لك أفضل قيمة لرحلاتك. تطبيقنا يشمل تأميناً لأفضل الكباتن، صيانة دورية للسيارات مع أفضل المهندسين، وخدمات على الطريق لضمان تجربة محترمة وعالية الجودة لجميع المستخدمين.",
+ "You can contact us during working hours from 12:00 - 19:00.":
+ "يمكنك الاتصال بنا خلال ساعات العمل من 12 ظهراً إلى 7 مساءً.",
+ "Choose a contact option": "اختر طريقة التواصل",
+ "Work time is from 12:00 - 19:00.\nYou can send a WhatsApp message or email.":
+ "أوقات العمل من 12 ظهراً إلى 7 مساءً.\nيمكنك إرسال رسالة واتساب أو بريد إلكتروني.",
+ "Promo code copied to clipboard!": "تم نسخ كود العرض إلى الحافظة!",
+ "Copy Code": "نسخ الكود",
+ "Your invite code was successfully applied!":
+ "تم تطبيق كود الدعوة الخاص بك بنجاح!",
+ "Payment Options": "خيارات الدفع",
+ "wait 1 minute to receive message": "انتظر دقيقة لاستلام الرسالة",
+ "You have copied the promo code.": "لقد قمت بنسخ كود العرض.",
+ "Select Payment Amount": "اختر المبلغ",
+ "The promotion period has ended.": "انتهت فترة العرض.",
+ "Promo Code Accepted": "تم قبول كود العرض",
+ "Tap on the promo code to copy it!": "اضغط على كود العرض لنسخه!",
+ "Lowest Price Achieved": "تم تحقيق أقل سعر",
+ "Cannot apply further discounts.": "لا يمكن تطبيق خصومات إضافية.",
+ "Promo Already Used": "تم استخدام العرض مسبقاً",
+ "Invitation Used": "تم استخدام الدعوة",
+ "You have already used this promo code.":
+ "لقد استخدمت كود العرض هذا مسبقاً.",
+ "Insert Your Promo Code": "أدخل كود العرض الخاص بك",
+ "Enter promo code here": "أدخل كود الخصم هنا",
+ "Please enter a valid promo code": "الرجاء إدخال كود صحيح",
+ "Awfar Car": "سيارة أوفر",
+ "Old and affordable, perfect for budget rides.":
+ "سيارة قديمة وبسعر مناسب، مثالية للميزانية المحدودة.",
+ " If you need to reach me, please contact the driver directly at":
+ "إذا كنت تريد الوصول إلي، اتصل بالكابتن مباشرة على",
+ "No Car or Driver Found in your area.":
+ "لم يتم العثور على سيارة أو كابتن في منطقتك.",
+ "Please Try anther time ": "حاول مرة ثانية ",
+ "There no Driver Aplly your order sorry for that ":
+ "لا يوجد كابتن تقدم لطلبك، نعتذر",
+ "Trip Cancelled": "تم إلغاء الرحلة",
+ "The Driver Will be in your location soon .":
+ "الكابتن سيكون عندك قريباً.",
+ "The distance less than 500 meter.": "المسافة أقل من 500 متر.",
+ "Promo End !": "انتهى العرض!",
+ "There is no notification yet": "لا توجد إشعارات بعد",
+ "Use Touch ID or Face ID to confirm payment":
+ "استخدم بصمة الإصبع أو التعرف على الوجه لتأكيد الدفع",
+ "Contact us for any questions on your order.":
+ "اتصل بنا لأي استفسار حول طلبك.",
+ "Pyament Cancelled .": "تم إلغاء الدفع.",
+ "type here": "اكتب هنا",
+ "Scan Driver License": "مسح رخصة القيادة",
+ "Please put your licence in these border": "ضع رخصتك داخل هذا الإطار",
+ "Camera not initialized yet": "الكاميرا لم تتم تهيئتها بعد",
+ "Take Image": "التقاط صورة",
+ "AI Page": "صفحة الذكاء الاصطناعي",
+ "Take Picture Of ID Card": "التقط صورة للهوية",
+ "Take Picture Of Driver License Card": "التقط صورة لرخصة القيادة",
+ "We are process picture please wait ": "نقوم بمعالجة الصورة، انتظر",
+ "There is no data yet.": "لا توجد بيانات بعد.",
+ "Name :": "الاسم:",
+ "Drivers License Class: ": "فئة الرخصة:",
+ "Document Number: ": "رقم الوثيقة:",
+ "Address: ": "العنوان:",
+ "Height: ": "الطول:",
+ "Expiry Date: ": "تاريخ الانتهاء:",
+ "Date of Birth: ": "تاريخ الميلاد:",
+ "You can't continue with us .\nYou should renew Driver license":
+ "لا يمكنك الاستمرار معنا.\nيجب تجديد رخصة القيادة",
+ "Detect Your Face ": "التعرف على وجهك",
+ "Go to next step\nscan Car License.":
+ "انتقل للخطوة التالية\nامسح رخصة السيارة.",
+ "Name in arabic": "الاسم بالعربية",
+ "Drivers License Class": "فئة رخصة القيادة",
+ "Selected Date": "التاريخ المحدد",
+ "Select Time": "اختر الوقت",
+ "Selected Time": "الوقت المحدد",
+ "Selected Date and Time": "التاريخ والوقت المحددان",
+ "Lets check Car license ": "دعنا نتحقق من رخصة السيارة",
+ "Car": "سيارة",
+ "Plate": "لوحة",
+ "Rides": "مشاوير",
+ "Selected driver": "الكابتن المختار",
+ "Lets check License Back Face": "دعنا نتحقق من الوجه الخلفي للرخصة",
+ "Car License Card": "رخصة السيارة",
+ "No image selected yet": "لم يتم اختيار صورة بعد",
+ "Made :": "الصنع:",
+ "model :": "الموديل:",
+ "VIN :": "رقم الهيكل:",
+ "year :": "السنة:",
+ "ُExpire Date": "تاريخ الانتهاء",
+ "Login Driver": "دخول الكابتن",
+ "Password must br at least 6 character.":
+ "كلمة المرور يجب أن تكون 6 أحرف على الأقل.",
+ "if you don't have account": "إذا لم يكن لديك حساب",
+ "Here recorded trips audio": "هنا تسجيلات الصوت للرحلات",
+ "Register as Driver": "التسجيل ككابتن",
+ "By selecting \"I Agree\" below, I have reviewed and agree to the Terms of Use and acknowledge the ":
+ "بالضغط على 'أوافق' أدناه، أكون قد اطلعت على شروط الاستخدام ووافقت عليها، وأقر بـ",
+ "Log Out Page": "صفحة تسجيل الخروج",
+ "Log Off": "تسجيل الخروج",
+ "Register Driver": "تسجيل كابتن",
+ "Verify Email For Driver": "تأكيد البريد الإلكتروني للكابتن",
+ "Admin DashBoard": "لوحة تحكم المشرف",
+ "Your name": "اسمك",
+ "your ride is applied": "تم قبول رحلتك",
+ "H and": "س و",
+ "JOD": "دينار",
+ "m": "د",
+ "We search nearst Driver to you": "نبحث عن أقرب كابتن لك",
+ "please wait till driver accept your order":
+ "انتظر حتى يقبل الكابتن طلبك",
+ "No accepted orders? Try raising your trip fee to attract riders.":
+ "ما حد قبل؟ جرب ترفع الأجرة عشان تجذب الكباتن.",
+ "You should select one": "يجب اختيار واحد",
+ "The driver accept your order for": "الكابتن قبل طلبك بـ",
+ "The driver on your way": "الكابتن في طريقه إليك",
+ "Total price from ": "السعر الإجمالي من ",
+ "Order Details Intaleq": "تفاصيل طلب انطلق",
+ "Selected file:": "الملف المختار:",
+ "Your trip cost is": "تكلفة رحلتك",
+ "this will delete all files from your device":
+ "هذا سيحذف جميع الملفات من جهازك",
+ "Exclusive offers and discounts always with the Intaleq app":
+ "عروض وخصومات حصرية دائماً مع تطبيق انطلق",
+ "Submit Question": "إرسال السؤال",
+ "Please enter your Question.": "الرجاء إدخال سؤالك.",
+ "Help Details": "تفاصيل المساعدة",
+ "No trip yet found": "لم يتم العثور على رحلة بعد",
+ "No Response yet.": "لا يوجد رد بعد.",
+ " You Earn today is ": "أرباحك اليوم ",
+ " You Have in": " لديك في",
+ "Total points is ": "إجمالي النقاط ",
+ "Total Connection Duration:": "إجمالي مدة الاتصال:",
+ "Passenger name : ": "اسم الراكب: ",
+ "Cost Of Trip IS ": "تكلفة الرحلة ",
+ "Arrival time": "وقت الوصول",
+ "arrival time to reach your point": "وقت الوصول إلى نقطتك",
+ "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
+ "لمشاوير انطلق والسكوتر، السعر يتغير. أما مشاوير الراحة فالسعر يعتمد على الوقت والمسافة.",
+ "Hello this is Driver": "مرحباً، هذا الكابتن",
+ "Is the Passenger in your Car ?": "هل الراكب في سيارتك؟",
+ "Please wait for the passenger to enter the car before starting the trip.":
+ "انتظر حتى يركب الراكب قبل بدء الرحلة.",
+ "No ,still Waiting.": "لا، لا يزال ينتظر.",
+ "I arrive you": "وصلت إليك",
+ "I Arrive your site": "وصلت إلى موقعك",
+ "You are not in near to passenger location":
+ "أنت لست قريباً من موقع الراكب",
+ "please go to picker location exactly":
+ "اذهب إلى موقع الانطلاق بالضبط",
+ "You Can Cancel Trip And get Cost of Trip From":
+ "يمكنك إلغاء الرحلة وأخذ تكلفتها من",
+ "Are you sure to cancel?": "متأكد من الإلغاء؟",
+ "Insert Emergincy Number": "أدخل رقم الطوارئ",
+ "Best choice for comfort car and flexible route and stops point":
+ "أفضل خيار لسيارة مريحة ومسار مرن ونقاط توقف",
+ "Insert": "إدخال",
+ "This is for scooter or a motorcycle.":
+ "هذا للسكوتر أو الدراجة النارية.",
+ "This trip goes directly from your starting point to your destination for a fixed price. The driver must follow the planned route":
+ "هذه الرحلة تذهب مباشرة من نقطة انطلاقك إلى وجهتك بسعر ثابت. يجب على الكابتن اتباع المسار المخطط.",
+ "You can decline a request without any cost":
+ "يمكنك رفض الطلب دون أي تكلفة",
+ "Perfect for adventure seekers who want to experience something new and exciting":
+ "مثالي لمحبي المغامرة الذين يريدون تجربة شيء جديد ومثير",
+ "My current location is:": "موقعي الحالي هو:",
+ "and I have a trip on": "ولدي رحلة على",
+ "App with Passenger": "التطبيق مع الراكب",
+ "You will be pay the cost to driver or we will get it from you on next trip":
+ "ستدفع التكلفة للكابتن أو سنخصمها منك في الرحلة القادمة",
+ "Trip has Steps": "الرحلة لها نقاط متعددة",
+ "Distance from Passenger to destination is ":
+ "المسافة من الراكب إلى الوجهة ",
+ "price is": "السعر",
+ "This ride type does not allow changes to the destination or additional stops":
+ "نوع الرحلة هذا لا يسمح بتغيير الوجهة أو إضافة نقاط توقف",
+ "This price may be changed": "هذا السعر قد يتغير",
+ "No SIM card, no problem! Call your driver directly through our app. We use advanced technology to ensure your privacy.":
+ "ما تحتاج شريحة! اتصل بكابتنك مباشرة عبر تطبيقنا. نستخدم تقنية متقدمة لضمان خصوصيتك.",
+ "This ride type allows changes, but the price may increase":
+ "نوع الرحلة هذا يسمح بالتغيير، لكن السعر قد يزيد",
+ "Select one message": "اختر رسالة واحدة",
+ "I'm waiting for 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 كم/س. يرجى التهدئة لسلامتك. إذا شعرت بعدم الأمان، يمكنك مشاركة تفاصيل رحلتك مع أحد جهات الاتصال أو الاتصال بالشرطة عبر زر SOS الأحمر.",
+ "Warning: Intaleqing detected!": "تحذير: تم اكتشاف سرعة زائدة!",
+ "Please help! Contact me as soon as possible.":
+ "الرجاء المساعدة! اتصل بي في أسرع وقت.",
+ "Share Trip Details": "مشاركة تفاصيل الرحلة",
+ "Car Plate is ": "رقم لوحة السيارة: ",
+ "the 300 points equal 300 L.E for you \nSo go and gain your money":
+ "300 نقطة تساوي 300 ليرة لك\nاذهب الآن واكسب أموالك",
+ "the 300 points equal 300 L.E": "300 نقطة تساوي 300 ليرة",
+ "The payment was not approved. Please try again.":
+ "لم يتم قبول الدفع. حاول مرة ثانية.",
+ "Payment Failed": "فشل الدفع",
+ "This is a scheduled notification.": "هذا إشعار مجدول.",
+ "An error occurred during the payment process.":
+ "حدث خطأ أثناء عملية الدفع.",
+ "The payment was approved.": "تم قبول الدفع.",
+ "Payment Successful": "تم الدفع بنجاح",
+ "No ride found yet": "لم يتم العثور على رحلة بعد",
+ "Accept Order": "قبول الطلب",
+ "Bottom Bar Example": "مثال الشريط السفلي",
+ "Driver phone": "رقم الكابتن",
+ "Statistics": "الإحصائيات",
+ "Origin": "نقطة الانطلاق",
+ "Destination": "الوجهة",
+ "Driver Name": "اسم الكابتن",
+ "Driver Car Plate": "رقم لوحة الكابتن",
+ "Available for rides": "متاح للرحلات",
+ "Scan Id": "مسح الهوية",
+ "Camera not initilaized yet": "الكاميرا لم تتم تهيئتها بعد",
+ "Scan ID MklGoogle": "مسح الهوية MklGoogle",
+ "Language": "اللغة",
+ "Jordan": "الأردن",
+ "USA": "أمريكا",
+ "Egypt": "مصر",
+ "Turkey": "تركيا",
+ "Saudi Arabia": "السعودية",
+ "Qatar": "قطر",
+ "Bahrain": "البحرين",
+ "Kuwait": "الكويت",
+ "But you have a negative salary of": "ولكن لديك رصيد سالب بـ",
+ "Promo Code": "كود الخصم",
+ "Your trip distance is": "مسافة رحلتك",
+ "Enter promo code": "أدخل كود الخصم",
+ "You have promo!": "لديك عرض!",
+ "Cost Duration": "تكلفة المدة",
+ "Duration is": "المدة",
+ "Leave": "مغادرة",
+ "Join": "انضمام",
+ "Heading your way now. Please be ready.":
+ "أتجه إليك الآن. كن مستعداً.",
+ "Approaching your area. Should be there in 3 minutes.":
+ "أقترب من منطقتك. سأكون هناك خلال 3 دقائق.",
+ "There's heavy traffic here. Can you suggest an alternate pickup point?":
+ "هناك زحمة مرور شديدة. هل تقترح نقطة انطلاق بديلة؟",
+ "This ride is already taken by another driver.":
+ "هذه الرحلة أخذها كابتن آخر.",
+ "You Should be select reason.": "يجب عليك اختيار سبب.",
+ "Waiting for Driver ...": "بانتظار الكابتن...",
+ "Latest Recent Trip": "آخر رحلة",
+ "from your list": "من قائمتك",
+ "Do you want to change Work location": "هل تريد تغيير موقع العمل؟",
+ "Do you want to change Home location": "هل تريد تغيير موقع المنزل؟",
+ "We Are Sorry That we dont have cars in your Location!":
+ "نأسف لعدم وجود سيارات في موقعك!",
+ "Choose from Map": "اختر من الخريطة",
+ "Pick your ride location on the map - Tap to confirm":
+ "اختر موقع رحلتك على الخريطة - اضغط للتأكيد",
+ "Intaleq is the ride-hailing app that is safe, reliable, and accessible.":
+ "انطلق هو تطبيق طلب سيارات آمن وموثوق ومتاح للجميع.",
+ "With Intaleq, you can get a ride to your destination in minutes.":
+ "مع انطلق، يمكنك الوصول إلى وجهتك في دقائق.",
+ "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.":
+ "انطلق ملتزم بالسلامة، وجميع كباتننا يتم فحصهم بدقة والتحقق من خلفياتهم.",
+ "Pick from map": "اختر من الخريطة",
+ "No Car in your site. Sorry!": "لا توجد سيارة في موقعك. نأسف!",
+ "Nearest Car for you about ": "أقرب سيارة لك على بعد ",
+ "From :": "من:",
+ "Get Details of Trip": "الحصول على تفاصيل الرحلة",
+ "If you want add stop click here":
+ "إذا أردت إضافة نقطة توقف اضغط هنا",
+ "Where you want go ": "أين تريد الذهاب؟",
+ "My Card": "بطاقتي",
+ "Start Record": "بدء التسجيل",
+ "History of Trip": "سجل الرحلات",
+ "Helping Center": "مركز المساعدة",
+ "Record saved": "تم حفظ التسجيل",
+ "Trips recorded": "الرحلات المسجلة",
+ "Select Your Country": "اختر بلدك",
+ "To ensure you receive the most accurate information for your location, please select your country below. This will help tailor the app experience and content to your country.":
+ "للتأكد من حصولك على أدق المعلومات الخاصة بموقعك، يرجى اختيار بلدك أدناه. هذا سيساعد في تخصيص تجربة التطبيق والمحتوى حسب بلدك.",
+ "Are you sure to delete recorded files":
+ "هل أنت متأكد من حذف الملفات المسجلة؟",
+ "Select recorded trip": "اختر رحلة مسجلة",
+ "Card Number": "رقم البطاقة",
+ "Hi, Where to ": "مرحباً، إلى أين؟",
+ "Pick your destination from Map": "اختر وجهتك من الخريطة",
+ "Add Stops": "إضافة نقاط توقف",
+ "Get Direction": "احصل على الاتجاهات",
+ "Add Location": "إضافة موقع",
+ "Switch Rider": "تبديل الراكب",
+ "You will arrive to your destination after timer end.":
+ "ستصل إلى وجهتك بعد انتهاء المؤقت.",
+ "You can cancel trip": "يمكنك إلغاء الرحلة",
+ "The driver waitting you in picked location .":
+ "الكابتن ينتظرك في نقطة الانطلاق.",
+ "Pay with Your": "ادفع بـ",
+ "Pay with Credit Card": "الدفع بالبطاقة الائتمانية",
+ "Show Promos to Charge": "عرض العروض للشحن",
+ "Point": "نقطة",
+ "How many hours would you like to wait?": "كم ساعة تريد الانتظار؟",
+ "Driver Wallet": "محفظة الكابتن",
+ "Choose between those Type Cars": "اختر من بين أنواع السيارات هذه",
+ "hour": "ساعة",
+ "Select Waiting Hours": "اختر ساعات الانتظار",
+ "Total Points is": "مجموع النقاط",
+ "You will receive a code in SMS message":
+ "سوف يصلك رمز عبر رسالة نصية",
+ "Done": "تم",
+ "Total Budget from trips is ": "إجمالي الميزانية من الرحلات ",
+ "Total Amount:": "المبلغ الإجمالي:",
+ "Total Budget from trips by\nCredit card is ":
+ "إجمالي الميزانية من الرحلات عبر\nالبطاقة الائتمانية ",
+ "This amount for all trip I get from Passengers":
+ "هذا المبلغ لجميع الرحلات التي أحصل عليها من الركاب",
+ "Pay from my budget": "ادفع من ميزانيتي",
+ "This amount for all trip I get from Passengers and Collected For me in":
+ "هذا المبلغ لجميع الرحلات التي أحصل عليها من الركاب والمجمعة لدي في",
+ "You can buy points from your budget": "يمكنك شراء نقاط من ميزانيتك",
+ "insert amount": "أدخل المبلغ",
+ "You can buy Points to let you online\nby this list below":
+ "يمكنك شراء نقاط لتكون متاحاً عبر القائمة أدناه",
+ "Create Wallet to receive your money": "أنشئ محفظة لاستلام أموالك",
+ "Enter your feedback here": "أدخل تقييمك هنا",
+ "Please enter your feedback.": "الرجاء إدخال تقييمك.",
+ "Feedback": "تقييم",
+ "Submit ": "إرسال ",
+ "Click here to Show it in Map": "اضغط هنا لعرضه على الخريطة",
+ "Canceled": "ملغي",
+ "No I want": "لا، أريد",
+ "Email is": "البريد الإلكتروني:",
+ "Phone Number is": "رقم الجوال:",
+ "Date of Birth is": "تاريخ الميلاد:",
+ "Sex is ": "الجنس: ",
+ "Car Details": "تفاصيل السيارة",
+ "VIN is": "رقم الهيكل:",
+ "Color is ": "اللون: ",
+ "Make is ": "الصانع: ",
+ "Model is": "الموديل:",
+ "Year is": "السنة:",
+ "Expiration Date ": "تاريخ الانتهاء: ",
+ "Edit Your data": "تعديل بياناتك",
+ "write vin for your car": "اكتب رقم هيكل سيارتك",
+ "VIN": "رقم الهيكل",
+ "Please verify your identity": "يرجى التحقق من هويتك",
+ "write Color for your car": "اكتب لون سيارتك",
+ "write Make for your car": "اكتب ماركة سيارتك",
+ "write Model for your car": "اكتب موديل سيارتك",
+ "write Year for your car": "اكتب سنة سيارتك",
+ "write Expiration Date for your car": "اكتب تاريخ انتهاء سيارتك",
+ "Tariffs": "التعرفات",
+ "Minimum fare": "الحد الأدنى للأجرة",
+ "Maximum fare": "الحد الأقصى للأجرة",
+ "Flag-down fee": "رسوم بدء الرحلة",
+ "Including Tax": "شامل الضريبة",
+ "BookingFee": "رسوم الحجز",
+ "Morning": "صباح",
+ "from 07:30 till 10:30 (Thursday, Friday, Saturday, Monday)":
+ "من 7:30 إلى 10:30 (الخميس، الجمعة، السبت، الاثنين)",
+ "Evening": "مساء",
+ "from 12:00 till 15:00 (Thursday, Friday, Saturday, Monday)":
+ "من 12:00 إلى 15:00 (الخميس، الجمعة، السبت، الاثنين)",
+ "Night": "ليل",
+ "You have in account": "لديك في الحساب",
+ "Select Country": "اختر البلد",
+ "Ride Today : ": "رحلة اليوم: ",
+ "After this period\nYou can't cancel!":
+ "بعد هذه الفترة\nلا يمكنك الإلغاء!",
+ "from 23:59 till 05:30": "من 23:59 إلى 5:30",
+ "Rate Driver": "قيم الكابتن",
+ "Total Cost is ": "التكلفة الإجمالية ",
+ "Write note": "اكتب ملاحظة",
+ "Time to arrive": "وقت الوصول",
+ "Ride Summaries": "ملخصات الرحلات",
+ "Total Cost": "التكلفة الإجمالية",
+ "Average of Hours of": "متوسط الساعات",
+ " is ON for this month": " نشط هذا الشهر",
+ "Days": "أيام",
+ "Total Hours on month": "إجمالي الساعات في الشهر",
+ "Counts of Hours on days": "عدد الساعات في الأيام",
+ "OrderId": "رقم الطلب",
+ "created time": "وقت الإنشاء",
+ "Intaleq Over": "انتهت رحلة انطلق",
+ "I will slow down": "سأخفف السرعة",
+ "Map Passenger": "خريطة الراكب",
+ "Be Slowly": "تمهل",
+ "If you want to make Google Map App run directly when you apply order":
+ "إذا أردت تشغيل خرائط Google مباشرة عند قبول الطلب",
+ "You can change the language of the app": "يمكنك تغيير لغة التطبيق",
+ "Your Budget less than needed": "رصيدك أقل من المطلوب",
+ "You can change the Country to get all features":
+ "يمكنك تغيير البلد للحصول على جميع الميزات",
+ "There is no Car or Driver in your area.":
+ "لا توجد سيارة أو كابتن في منطقتك.",
+ "Change Country": "تغيير البلد"
+ },
+ "ar-ma": {
+ "Syria": "سوريا",
+ "SYP": "ل.س",
+ "Order": "طلب",
+ "OrderVIP": "طلب VIP",
+ "Cancel Trip": "إلغي الرحلة",
+ "Passenger Cancel Trip": "الزبون ألغى الرحلة",
+ "VIP Order": "طلب VIP",
+ "The driver accepted your trip": "السائق قبل الرحلة ديالك",
+ "message From passenger": "رسالة من الزبون",
+ "Cancel": "إلغاء",
+ "Trip Cancelled. The cost of the trip will be added to your wallet.":
+ "الرحلة ملغية. الفلوس ديال الرحلة غادي تزاد في الجيب ديالك.",
+ "token change": "تبديل الرمز",
+ "Changed my mind": "بدلت رأيي",
+ "Please write the reason...": "عافاك اكتب السبب...",
+ "Found another transport": "لقيت طرسبور آخر",
+ "Driver is taking too long": "الشيفور تعطل بزاف",
+ "Driver asked me to cancel": "الشيفور طلب مني نلغي",
+ "Wrong pickup location": "لبلاصة ديال ركوب غلطة",
+ "Other": "آخر",
+ "Don't Cancel": "متلغيش",
+ "No Drivers Found": "مالقينا حتى شيفور",
+ "Sorry, there are no cars available of this type right now.":
+ "سمحلنا، ماكاينينش طوموبيلات من هاد النوع دابا",
+ "Refresh Map": "حدث الخريطة",
+ "face detect": "كشف الوجه",
+ "Face Detection Result": "نتيجة كشف الوجه",
+ "similar": "مشابه",
+ "not similar": "ماشي مشابه",
+ "Searching for nearby drivers...": "كنقلبو على شيفورات قراب...",
+ "Error": "خطأ",
+ "Failed to search, please try again later":
+ "ماتمكنناش من البحث، عاود جرب من بعد",
+ "Connection Error": "مشكل فالكونيكسيو",
+ "Please check your internet connection":
+ "عافاك تأكد من الكونيكسيو ديالك",
+ "Sorry 😔": "سمح لينا 😔",
+ "The driver cancelled the trip for an emergency reason.\nDo you want to search for another driver immediately?":
+ "الشيفور لغى الطلب لسبب مستعجل.\nتبغي نقلبو على واحد آخر دابا؟",
+ "Search for another driver": "قلب على شيفور آخر",
+ "We apologize 😔": "كنعتذرو 😔",
+ "No drivers found at the moment.\nPlease try again later.":
+ "مالقينا حتى شيفور دابا.\nعاود جرب من بعد.",
+ "Hi ,I will go now": "مرحبا، أنا غادي نمشي دابا",
+ "Passenger come to you": "الزبون جاي عندك",
+ "Call Income": "مكالمة واردة",
+ "Call Income from Passenger": "مكالمة واردة من الزبون",
+ "Criminal Document Required": "السجل العدلي ضروري",
+ "Verify": "أكد",
+ "Resend Code": "عاود صيفط الكود",
+ "You can resend in": "تقدر تعاود تصيفط من بعد",
+ "seconds": "ثواني",
+ "Please enter the complete 6-digit code.":
+ "عافاك دخل الكود كامل (6 د الأرقام).",
+ "last name required": "الكنية ضرورية",
+ "email optional label": "الإيميل (اختياري)",
+ "complete registration button": "كمل التسجيل",
+ "User with this phone number or email already exists.":
+ "كاين ديجا مستخدم بهاد النمرة ولا الإيميل.",
+ "otp sent success": "تصيفط الكود بنجاح",
+ "failed to send otp": "ماتمكنناش نصيفطو الكود",
+ "server error try again": "مشكل فالسيرفر، عاود جرب",
+ "an error occurred": "وقع مشكل",
+ "otp verification failed": "فشل تأكيد الكود",
+ "registration failed": "فشل التسجيل",
+ "welcome user": "مرحبا بك",
+ "Don't forget your personal belongings.": "متنساش حوايجك الشخصية.",
+ "Share App": "شارك التطبيق",
+ "Wallet": "الجيب",
+ "Balance": "الرصيد",
+ "Profile": "الملف الشخصي",
+ "Contact Support": "تواصل مع الدعم",
+ "Session expired. Please log in again.":
+ "سالات الدورة. عاود دخل من جديد عافاك.",
+ "Security Warning": "تحذير أمني",
+ "Potential security risks detected. The application may not function correctly.":
+ "تم رصد مخاطر أمنية محتملة. التطبيق يقدر مايخدمش مزيان.",
+ "please order now": "طلب دابا عافاك",
+ "Where to": "فين غادي؟",
+ "Where are you going?": "فين غادي؟",
+ "Quick Actions": "إجراءات سريعة",
+ "My Balance": "الرصيد ديالي",
+ "Order History": "تاريخ الطلبات",
+ "Contact Us": "اتصل بنا",
+ "Driver": "السائق",
+ "Complaint": "شكاية",
+ "Promos": "العروض",
+ "Recent Places": "الأماكن الأخيرة",
+ "From": "من",
+ "WhatsApp Location Extractor": "مستخرج موقع واتساب",
+ "Location Link": "رابط الموقع",
+ "Paste location link here": "لصق رابط الموقع هنا",
+ "Go to this location": "سير لهذا الموقع",
+ "Paste WhatsApp location link": "لصق رابط موقع واتساب",
+ "Select Order Type": "اختار نوع الطلب",
+ "Choose who this order is for": "اختار الطلب هذا ديال من؟",
+ "I want to order for myself": "بغيت نطلب ليا",
+ "I want to order for someone else": "بغيت نطلب لواحد آخر",
+ "Order for someone else": "طلب لشخص آخر",
+ "Order for myself": "طلب ليا",
+ "Are you want to go this site": "واش باغي تمشي لهذا المكان؟",
+ "No": "لا",
+ "Intaleq Wallet": "محفظة انطلق",
+ "Have a promo code?": "عندك كود برومو؟",
+ "Your Wallet balance is ": "الرصيد ديال الجيب ديالك هو ",
+ "Cash": "كاش",
+ "Pay directly to the captain": "خلص الكابتن نيشان",
+ "Top up Wallet to continue": "شارجي المحفظة باش تكمل",
+ "Or pay with Cash instead": "ولا خلص كاش فبلاصتها",
+ "Confirm & Find a Ride": "أكد وقلب على مشوار",
+ "Balance:": "الرصيد:",
+ "Alerts": "تنبيهات",
+ "Welcome Back!": "على سلامتك!",
+ "No contacts found": "مالقينا حتى كونطاكط",
+ "No contacts with phone numbers were found on your device.":
+ "مالقينا حتى كونطاكط برقم التيليفون فجهازك.",
+ "Permission denied": "الإذن ترفض",
+ "Contact permission is required to pick contacts":
+ "إذن الاتصالات ضروري باش تختار نمر",
+ "An error occurred while picking contacts:":
+ "وقع مشكل وحنا كنختارو ليكونطاكط:",
+ "Please enter a correct phone":
+ "الله يرحم الوالدين دخل نمرة تيليفون صحيحة",
+ "Success": "نجاح",
+ "Invite sent successfully": "تصيفط الدعوة بنجاح",
+ "Hello! I'm inviting you to try Intaleq.":
+ "أهلاً! كنستدعيك تجرب انطلق.",
+ "Use my invitation code to get a special gift on your first ride!":
+ "استعمل كود الدعوة ديالي باش تاخد هدية زوينة فالمشوار اللول ديالك!",
+ "Your personal invitation code is:": "كود الدعوة ديالك هو:",
+ "Be sure to use it quickly! This code expires at":
+ "استعملو دغيا عافاك! هاد الكود كيسالي فـ",
+ "Download the app now:": "نزل التطبيق دابا:",
+ "See you on the road!": "نشوفوك فالطريق!",
+ "This phone number has already been invited.":
+ "هاد النمرة راها مديوعة ديجا.",
+ "An unexpected error occurred. Please try again.":
+ "وقع مشكل غير متوقع. عاود جرب عافاك.",
+ "You deserve the gift": "أنت كتستحق الهدية",
+ "Claim your 20 LE gift for inviting":
+ "خد الهدية ديالك ديال 20 جنيه حيت استدعيتي صديق",
+ "You have got a gift for invitation": "جابت ليك الدعوة واحد الهدية",
+ "You have earned 20": "ربحتي 20",
+ "LE": "جنيه",
+ "Vibration feedback for all buttons": "تفاعل الاهتزاز لكل الأزرار",
+ "Share with friends and earn rewards": "بارطاجي مع صحابك وربح جوائز",
+ "Gift Already Claimed": "الهدية تخدات ديجا",
+ "You have already received your gift for inviting":
+ "خدتي ديجا الهدية ديالك حيت استدعيتي صديق",
+ "Keep it up!": "تبارك الله عليك كمل هاكا!",
+ "has completed": "اكتمل",
+ "trips": "مشاوير",
+ "Personal Information": "معلومات شخصية",
+ "Name": "الاسم",
+ "Not set": "مازال ماداروش",
+ "Gender": "الجنس",
+ "Education": "التعليم",
+ "Work & Contact": "الخدمة والتواصل",
+ "Employment Type": "نوع التوظيف",
+ "Marital Status": "الحالة الاجتماعية",
+ "SOS Phone": "تيليفون الطوارئ",
+ "Sign Out": "تسجيل الخروج",
+ "Delete My Account": "مسح الحساب ديالي",
+ "Update Gender": "تحديث الجنس",
+ "Update": "تحديث",
+ "Update Education": "تحديث التعليم",
+ "Are you sure? This action cannot be undone.":
+ "واش نتا متأكد؟ هاد الخطوة مايمكنش ترجع فيها.",
+ "Confirm your Email": "أكد الإيميل ديالك",
+ "Type your Email": "كتب البريد الإلكتروني ديالك",
+ "Delete Permanently": "مسح نهائيا",
+ "Male": "ذكر",
+ "Female": "أنثى",
+ "High School Diploma": "شهادة الباكالوريا",
+ "Associate Degree": "دبلوم جامعي",
+ "Bachelor's Degree": "إجازة جامعية",
+ "Master's Degree": "ماستر",
+ "Doctoral Degree": "دكتوراه",
+ "Select your preferred language for the app interface.":
+ "ختار اللغة اللي بغيتي للتطبيق.",
+ "Language Options": "خيارات اللغة",
+ "You can claim your gift once they complete 2 trips.":
+ "تقدر تاخد الهدية ديالك فاش يكملو 2 د المشاور.",
+ "Closest & Cheapest": "الأقرب والأرخص",
+ "Comfort choice": "اختيار مريح",
+ "Travel in a modern, silent electric car. A premium, eco-friendly choice for a smooth ride.":
+ "سافر فطوموبيل إلكتريك عصرية وساكتة. اختيار ممتاز وصديق للبيئة لمشوار مريح.",
+ "Spacious van service ideal for families and groups. Comfortable, safe, and cost-effective travel together.":
+ "خدمة فان واسعة مثالية للعائلات والمجموعات. سفر مريح، آمن واقتصادي مجموعين.",
+ "Quiet & Eco-Friendly": "هادئ وصديق للبيئة",
+ "Lady Captain for girls": "كابتن مرا للبنات",
+ "Van for familly": "فان للعائلات",
+ "Are you sure to delete this location?":
+ "متأكد باللي باغي تمسح هذا الموقع؟",
+ "Submit a Complaint": "قدم شكوى",
+ "Submit Complaint": "صيفط الشكوى",
+ "No trip history found": "مالقينا حتى تاريخ للمشاوير",
+ "Your past trips will appear here.":
+ "المشاور القديمة ديالك غتبان هنا.",
+ "1. Describe Your Issue": "1. اشرح المشكل ديالك",
+ "Enter your complaint here...": "دخل الشكوى ديالك هنا...",
+ "2. Attach Recorded Audio": "2. أرفق التسجيل الصوتي",
+ "No audio files found.": "مالقينا حتى أوديو.",
+ "Confirm Attachment": "أكد الرفق",
+ "Attach this audio file?": "واش نرفق هاد الأوديو؟",
+ "Uploaded": "تم الرفع",
+ "3. Review Details & Response": "3. راجع التفاصيل والرد",
+ "Date": "التاريخ",
+ "Today's Promos": "عروض اليوم",
+ "No promos available right now.": "ماكاين حتى عرض دابا.",
+ "Check back later for new offers!":
+ "عاود شوف من بعد باش تلقى عروض جديدة!",
+ "Valid Until:": "صالح حتى:",
+ "CODE": "كود",
+ "Login": "تسجيل الدخول",
+ "Sign in for a seamless experience":
+ "تسجل الدخول باش تكون تجربة أحسن",
+ "Sign In with Google": "تسجيل الدخول بجوجل",
+ "Sign in with Apple": "تسجيل الدخول بآبل",
+ "User not found": "المستخدم مالقيناهش",
+ "Need assistance? Contact us": "محتاج مساعدة؟ عيط لينا",
+ "Email": "البريد الإلكتروني",
+ "Your email address": "عنوان البريد الإلكتروني ديالك",
+ "Enter a valid email": "دخل بريد إلكتروني صحيح",
+ "Password": "كلمة السر",
+ "Your password": "كلمة السر ديالك",
+ "Enter your password": "دخل كلمة السر ديالك",
+ "Submit": "إرسال",
+ "Terms of Use & Privacy Notice": "شروط الاستخدام وإشعار الخصوصية",
+ "By selecting \"I Agree\" below, I confirm that I have read and agree to the ":
+ "بختياري لـ \"أنا موافق\" لتحت، كنأكد بلي قريت ووافقت على ",
+ "Terms of Use": "شروط الاستخدام",
+ " and acknowledge the ": " وكنوافق على ",
+ "Privacy Notice": "سياسة الخصوصية",
+ ". I am at least 18 years old.": ". أنا عندي 18 عام ولا كثر.",
+ "I Agree": "موافق",
+ "Continue": "كمل",
+ "Enable Location": "فعل اللوكيشن",
+ "To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.":
+ "باش نعطيوك أحسن تجربة، خصنا نعرفو فين نتا كاين. اللوكيشن ديالك كيستعمل باش تلقى كباتن قراب وباش ركبوك.",
+ "Allow Location Access": "السماح بالوصول للموقع",
+ "Welcome to Intaleq!": "مرحبا بك في Intaleq!",
+ "Before we start, please review our terms.":
+ "قبل ما نبداو، عافاك طلع على الشروط ديالنا.",
+ "Your journey starts here": "المشوار ديالك كيبدا من هنا",
+ "Cancel Search": "حيد البحث",
+ "Set pickup location": "حدد بلاصة الركوب",
+ "Move the map to adjust the pin": "حرك الخريطة باش تقاد لبوينت",
+ "Searching for the nearest captain...": "كنقلبو على أقرب كابتن...",
+ "No one accepted? Try increasing the fare.":
+ "حتى واحد ماقبل؟ جرب تزيد فالثمن.",
+ "Increase Your Trip Fee (Optional)":
+ "زيد في ثمن المشوار ديالك (اختياري)",
+ "We haven't found any drivers yet. Consider increasing your trip fee to make your offer more attractive to drivers.":
+ "مالقيناش أي سواقين حتى دابا. فكر تزيد في ثمن المشوار باش العرض ديالك يكون جذاب كثر للسواقين.",
+ "No, thanks": "لا، شكرا",
+ "Increase Fee": "زيد في الأجرة",
+ "Copy": "نسخ",
+ "Promo Copied!": "العرض تنساخ!",
+ "Code": "كود",
+ "copied to clipboard": "تم النسخ",
+ "Price": "الثمن",
+ "Intaleq's Response": "جواب انطلق",
+ "Awaiting response...": "فانتظار الرد...",
+ "Audio file not attached": "الأوديو مارافقش",
+ "The audio file is not uploaded yet.\nDo you want to submit without it?":
+ "الأوديو مازال ماتشارجاش.\nواش تبغي تصيفط بلاه؟",
+ "deleted": "تمسح",
+ "To Work": "للخدمة",
+ "Work Saved": "مكان الخدمة تسجل",
+ "To Home": "للدار",
+ "Home Saved": "مكان الدار تسجل",
+ "Destination selected": "الوجهة مختارة",
+ "Now select start pick": "دابا اختار نقطة البداية",
+ "OK": "واخا",
+ "Confirm Pick-up Location": "تأكيد موقع الالتقاء",
+ "Set Location on Map": "حدد الموقع على الخريطة",
+ "You can contact us during working hours from 10:00 - 16:00.":
+ "تقدر تواصل معانا فوقت الخدمة من 10 للـ 4.",
+ "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.":
+ "انطلق هو التطبيق الأكثر أماناً وموثوقية للنقل التشاركي، مصمم خصيصاً للمسافرين فسوريا. كنوفرو تجربة ركوب مريحة، محترمة وبثمن مناسب، مع ميزات كتعطي الأولوية لسلامتك وراحتك. الكباتن ديالنا الموثوق بهم تم التحقق منهم، مأمنين، وكيستافدو من صيانة دورية للطوموبيلات من طرف مهندسين متمكنين. كنقدمو أيضاً خدمات الدعم على الطريق باش نضمنو أن كل رحلة دوز بيخير وبلا مشاكل. مع انطلق، كتمتع بالجودة، السلامة وراحة البال - فكل مرة كتركب معانا.",
+ "Customer MSISDN doesn’t have customer wallet":
+ "رقم الكليان ماعندوش محفظة",
+ "Nearest Car: ~": "أقرب طوموبيل: ~",
+ "Nearest Car": "أقرب طوموبيل",
+ "No cars nearby": "ماكاينش طوموبيلات قريبة",
+ "Favorite Places": "الأماكن المفضلة",
+ "No favorite places yet!": "مازال ماكاينش أماكن مفضلة!",
+ "from your favorites": "من المفضلة ديالك",
+ "Back": "رجوع",
+ "Enter your code below to apply the discount.":
+ "دخل الكود ديالك لتحت باش تطبق التخفيض.",
+ "By selecting \"I Agree\" below, I confirm that I have read and agree to the":
+ "بالضغط على \"موافق\" لتحت، كنأكد باللي قريت ووافقت على",
+ "and acknowledge the": "وكنقر بـ",
+ "Enable Location Access": "فعل الوصول للموقع",
+ "We need your location to find nearby drivers for pickups and drop-offs.":
+ "محتاجين الموقع ديالك باش نلقاو سواقين قرابين للاستلام والتوصيل.",
+ "You should restart app to change language":
+ "خاصك تسد التطبيق وتعاود تفتحو باش اللغة تبدل",
+ "Home Page": "الصفحة الرئيسية",
+ "To change Language the App": "باش تبدل لغة التطبيق",
+ "Learn more about our app and mission":
+ "عرف كثر على التطبيق ديالنا والمهمة ديالنا",
+ "Promos For Today": "عروض اليوم",
+ "Choose your ride": "اختار مشوارك",
+ "Your Journey Begins Here": "الرحلة ديالك كتبدا هنا",
+ "Bonus gift": "هدية إضافية",
+ "Pay": "خلص",
+ "Get": "حصل على",
+ "Send to Driver Again": "عاود صيفط للسائق",
+ "Driver Name:": "اسم السائق:",
+ "No trip data available": "ماكاينش بيانات للرحلة متوفرة",
+ "Car Plate:": "نمرة الطوموبيل:",
+ "remaining": "باقي",
+ "Order Cancelled": "الطلب ملغي",
+ "You canceled VIP trip": "لغيتي مشوار VIP",
+ "Passenger cancelled order": "الزبون ألغى الطلب",
+ "Your trip is scheduled": "الرحلة ديالك مجدولة",
+ "Don't forget your ride!": "متنساش مشوارك!",
+ "Trip updated successfully": "الرحلة تحدتات بنجاح",
+ "Car Make:": "ماركة الطوموبيل:",
+ "Car Model:": "موديل الطوموبيل:",
+ "Car Color:": "لون الطوموبيل:",
+ "Driver Phone:": "نمرة تيليفون السائق:",
+ "Pre-booking": "حجز مسبق",
+ "Waiting VIP": "انتظار VIP",
+ "Driver List": "قائمة السائقين",
+ "Confirm Trip": "أكد المشوار",
+ "Select date and time of trip": "حدد التاريخ والوقت ديال المشوار",
+ "Date and Time Picker": "اختيار التاريخ والوقت",
+ "Trip Status:": "حالة المشوار:",
+ "pending": "قيد الانتظار",
+ "accepted": "مقبول",
+ "rejected": "مرفوض",
+ "Apply": "تطبيق",
+ "Enter your promo code": "دخل رمز الترويج الخاص بك",
+ "Apply Promo Code": "تطبيق رمز الترويج",
+ "Scheduled Time:": "الوقت المحدد:",
+ "No drivers available": "ماكاينش سواقين متوفرين",
+ "No drivers available at the moment. Please try again later.":
+ "ماكاينش سواقين متوفرين دابا. حاول مرة أخرى من بعد.",
+ "you have a negative balance of": "عندك رصيد ناقص ديال",
+ "Please try again in a few moments": "حاول مرة أخرى بعد لحظات قليلة",
+ "Unknown Driver": "سائق غير معروف",
+ "in your": "في الجيب ديالك",
+ "The driver accepted your order for": "السائق قبل الطلب ديالك بـ",
+ "wallet due to a previous trip.": "في الجيب ديالك بسبب رحلة سابقة.",
+ "rides": "مشاوير",
+ "Add Work": "زيد مكان الخدمة",
+ "The reason is": "السبب هو",
+ "User does not have a wallet #1652": "المستخدم معندوش جيب #1652",
+ "Price of trip": "ثمن المشوار",
+ "From:": "من:",
+ "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
+ "بالنسبة لمشاوير السرعة والتوصيل، الثمن كيتحسب تلقائيا. أما مشاوير الكمفورت، الثمن كيكون على حساب الوقت والمسافة",
+ "Phone Wallet Saved Successfully": "جيب التيليفون تسجل بنجاح",
+ "Add wallet phone you use": "زيد نمرة جيب التيليفون اللي كتستعمل",
+ "Update Available": "تحديث متوفر",
+ "Phone number must be exactly 11 digits long":
+ "نمرة التيليفون خاصها تكون 11 رقم بالضبط",
+ "Insert Wallet phone number": "دخل نمرة جيب التيليفون ديالك",
+ "Phone number isn't an Egyptian phone number":
+ "نمرة التيليفون هادي ماشي نمرة مصرية",
+ "A new version of the app is available. Please update to the latest version.":
+ "كاين نسخة جديدة من التطبيق متوفرة. الله يرحم الوالدين دير التحديث لآخر نسخة.",
+ "We use location to get accurate and nearest passengers for you":
+ "كنستعملو الموقع باش نوصلوك بأقرب ركاب وأدقهم ليك",
+ "This ride is already applied by another driver.":
+ "المشوار هذا تقبل من عند سائق آخر خلاص.",
+ "We use your precise location to find the nearest available driver and provide accurate pickup and dropoff information. You can manage this in Settings.":
+ "كنستعملو الموقع ديالك بالضبط باش نلقاو أقرب سائق متوفر ونديوك معلومات دقيقة على مكان الاستلام والوصول. ممكن تتحكم في هذا من الإعدادات.",
+ "Where are you, sir?": "فين وصلتي أسي؟",
+ "I've been trying to reach you but your phone is off.":
+ "كنحاول نعيط ليك والتيليفون مسدود.",
+ "Please don't be late": "الله يرحم الوالدين متأخرش",
+ "Please don't be late, I'm waiting for you at the specified location.":
+ "الله يرحم الوالدين متأخرش، أنا كنتسناك في المكان اللي محدد.",
+ "My location is correct. You can search for me using the navigation app":
+ "الموقع ديالي مزيان. ممكن تقلب عليا باستعمال تطبيق الملاحة",
+ "Hello, I'm at the agreed-upon location":
+ "أهلا، أنا في المكان المتفق عليه",
+ "How much longer will you be?": "شحال باقي ليك باش توصل؟",
+ "Phone number is verified before": "نمرة التيليفون مأكدة من قبل",
+ "Change Ride": "بدل المشوار",
+ "You can change the destination by long-pressing any point on the map":
+ "ممكن تبدل الوجهة بالضغط مطولاً على أي نقطة في الخريطة",
+ "Pick from map destination": "اختار الوجهة ديالك من الخريطة",
+ "Pick or Tap to confirm": "اختار أو ضغط باش تأكد",
+ "Accepted your order": "الطلب ديالك تقبل",
+ "Order Accepted": "الطلب مقبول",
+ "with type": "مع نوع",
+ "accepted your order at price": "الطلب ديالك تقبل بثمن",
+ "you canceled order": "أنت لغيتي الطلب",
+ "If you want order to another person": "إلا بغيتي تطلب لشخص آخر",
+ "upgrade price": "طلع الثمن",
+ "airport": "مطار",
+ "Best choice for a comfortable car with a flexible route and stop points. This airport offers visa entry at this price.":
+ "أحسن اختيار لطوموبيل مريحة بمسار مرن ونقط توقف. المطار هذا كيقدم دخول فيزا بهذا الثمن.",
+ "You can upgrade price to may driver accept your order":
+ "ممكن تزيد في الثمن باش السائق يقبل الطلب ديالك",
+ "Change Route": "بدل المسار",
+ "No Captain Accepted Your Order": "ماكاينش كابيتان قبل الطلب ديالك",
+ "We are looking for a captain but the price may increase to let a captain accept":
+ "كنقلبوا على كابيتان ولكن ممكن الثمن يزيد باش كابيتان يقبل",
+ "No, I want to cancel this trip": "لا، بغيت نلغي المشوار هذا",
+ "Attention": "تنبيه",
+ "Trip Cancelled. The cost of the trip will be deducted from your wallet.":
+ "الرحلة ملغية. هيتخصم الثمن ديال الرحلة من الجيب ديالك.",
+ "You will be charged for the cost of the driver coming to your location.":
+ "غادي تتحسب عليك تكلفة مجيئ السائق للموقع ديالك.",
+ "reject your order.": "رفض الطلب ديالك.",
+ "Order Under Review": "الطلب قيد المراجعة",
+ "is reviewing your order. They may need more information or a higher price.":
+ "كيراجع الطلب ديالك. ممكن يحتاجو معلومات كثر أو ثمن أعلى.",
+ "Vibration": "اهتزاز",
+ "Resend code": "عاود صيفط الرمز",
+ "change device": "بدل الجهاز",
+ "Device Change Detected": "تغير الجهاز تم الكشف عليه",
+ "You can only use one device at a time. This device will now be set as your active device.":
+ "ممكن تستعمل جهاز واحد فقط في المرة الوحدة. الجهاز هذا غادي يتعين دابا كجهازك النشط.",
+ "Click here point": "ضغط هنا",
+ "Are you want to change": "واش باغي تبدل؟",
+ "by": "بواسطة",
+ "Enter your complaint here": "كتب الشكاية ديالك هنا",
+ "Please enter your complaint.":
+ "الله يرحم الوالدين دخل الشكاية ديالك.",
+ "Complaint data saved successfully": "بيانات الشكاية تسجلات بنجاح",
+ "Trip Monitor": "مراقبة الرحلة",
+ "Insert SOS Phone": "دخل نمرة طوارئ",
+ "Add SOS Phone": "زيد نمرة طوارئ",
+ "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 ,":
+ "عزيزي،\n\n🚀 يلاه بديت رحلة مشوقة وبغيت نشارك معاك تفاصيل الرحلة ديالي والموقع الحالي ديالي في الوقت الفعلي! الله يرحم الوالدين نزل تطبيق Intaleq. غادي يسمح ليك تشوف تفاصيل الرحلة ديالي والموقع الأخير ديالي.\n\n👈 رابط التحميل:\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\niOS [https://getapp.cc/app/6458734951]\n\nكنتسنى نبقيك قريب مني خلال المغامرة ديالي!\n\nIntaleq،",
+ "Send Intaleq app to him": "صيفط ليه تطبيق Intaleq",
+ "No passenger found for the given phone number":
+ "مالقيناش زبون بالنمرة التيليفون هادي",
+ "No user found for the given phone number":
+ "مالقيناش مستخدم بالنمرة التيليفون هادي",
+ "This price is": "الثمن هذا",
+ "Work": "خدمة",
+ "Add Home": "زيد دار",
+ "Notifications": "الإشعارات",
+ "💳 Pay with Credit Card": "خلص بالبطاقة الائتمانية 💳",
+ "⚠️ You need to choose an amount!": "⚠️ خاصك تختار مبلغ!",
+ "💰 Pay with Wallet": "خلص من الجيب",
+ "You must restart the app to change the language.":
+ "خاصك تسد التطبيق وتعاود تفتحو باش اللغة تبدل.",
+ "joined": "انضم",
+ "Driver joined the channel": "السائق انضم للقناة",
+ "Driver left the channel": "السائق غادر القناة",
+ "Call Page": "صفحة الاتصال",
+ "Call Left": "مكالمات باقية",
+ " Next as Cash !": " المرة جاية كاش!",
+ "To use Wallet charge it": "باش تستعمل الجيب شحنو",
+ "We are searching for the nearest driver to you":
+ "كنقلبوا ليك على أقرب سائق ليك",
+ "Best choice for cities": "أحسن اختيار للمدن",
+ "Rayeh Gai: Round trip service for convenient travel between cities, easy and reliable.":
+ "رايح جاي: خدمة للذهاب والعودة لـ Intaleq مريح بين المدن، ساهلة وموثوقة.",
+ "This trip is for women only": "المشوار هذا خاص بالعيالات فقط",
+ "Total budgets on month": "إجمالي الميزانية الشهرية",
+ "You have call from driver": "عندك مكالمة من السائق",
+ "Intaleq": "Intaleq",
+ "passenger agreement": "اتفاقية الركاب",
+ "To become a passenger, you must review and agree to the ":
+ "باش تولي راكب، خصك تراجع وتوافق على ",
+ "agreement subtitle": "وافق على الشروط",
+ "terms of use": "شروط الاستخدام",
+ " and acknowledge our Privacy Policy.":
+ " ووافق على سياسة الخصوصية ديالنا.",
+ "and acknowledge our": "ووافق على",
+ "privacy policy": "سياسة الخصوصية",
+ "i agree": "أنا موافق",
+ "Driver already has 2 trips within the specified period.":
+ "السائق عندو ديجا جوج مشاوير خلال الفترة المحددة.",
+ "The invitation was sent successfully": "الدعوة تصيفطات بنجاح",
+ "You should select your country": "خاصك تختار البلد ديالك",
+ "Scooter": "سكوتر",
+ "A trip with a prior reservation, allowing you to choose the best captains and cars.":
+ "مشوار بحجز مسبق، تقدر تختار فيه أحسن الكباتن والطوموبيلات.",
+ "Mishwar Vip": "مشوار VIP",
+ "The driver waiting you in picked location .":
+ "السائق كيتسناك في مكان الالتقاء اللي اختاريتي.",
+ "About Us": "على التطبيق",
+ "You can change the vibration feedback for all buttons":
+ "ممكن تبدل اهتزاز الأزرار",
+ "Most Secure Methods": "أكثر طرق الأمان",
+ "In-App VOIP Calls": "مكالمات صوتية داخل التطبيق",
+ "Recorded Trips for Safety": "تسجيل الرحلات للأمان",
+ "\nWe also prioritize affordability, offering competitive pricing to make your rides accessible.":
+ "\nكما أننا كنعطيو الأولوية للأسعار المناسبة، وكنقدمو أسعار تنافسية باش المشاوير ديالك تكون في المتناول.",
+ "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:":
+ "Intaleq هو تطبيق لمشاركة المشاوير مصمم مع وضع السلامة ديالك وتكلفة المشوار في الاعتبار. كنوصلوك بسواقين موثوقين في المنطقة ديالك، وكنضمنو ليك تجربة Intaleq مريحة وبلا ستريس.\n\nها بعض المميزات الأساسية اللي كتميزنا:",
+ "Sign In by Apple": "تسجيل الدخول بـ Apple",
+ "Sign In by Google": "تسجيل الدخول بـ Google",
+ "How do I request a ride?": "كيفاش نطلب مشوار؟",
+ "Step-by-step instructions on how to request a ride through the Intaleq app.":
+ "تعليمات خطوة بخطوة على كيفية طلب مشوار من خلال تطبيق Intaleq.",
+ "What types of vehicles are available?":
+ "شنو أنواع الطوموبيلات اللي متوفرة؟",
+ "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.":
+ "Intaleq كتقدم ليك اختيارات متنوعة ديال الطوموبيلات تناسب الاحتياجات ديالك، منها اقتصادي ومريح وفاخر. اختار اللي كيناسب الميزانية ديالك وعدد الركاب.",
+ "How can I pay for my ride?": "كيفاش نخلص ثمن المشوار ديالي؟",
+ "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.":
+ "Intaleq كتقدم ليك طرق دفع متعددة للراحة ديالك. اختار بين الدفع كاش ولا ببطاقة الائتمان/الخصم وأنت كتأكد المشوار.",
+ "Can I cancel my ride?": "واش ممكن نلغي المشوار ديالي؟",
+ "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.":
+ "أه، ممكن تلغي الرحلة ديالك في ظروف معينة (بحال قبل ما يتعين السائق). شوف سياسة الإلغاء في Intaleq باش تعرف التفاصيل.",
+ "Driver Registration & Requirements": "تسجيل السائقين والمتطلبات",
+ "How can I register as a driver?": "كيفاش ممكن نسجل كسائق؟",
+ "What are the requirements to become a driver?":
+ "شنو هما المتطلبات باش نخدم كسائق؟",
+ "Visit our website or contact Intaleq support for information on driver registration and requirements.":
+ "الله يرحم الوالدين زور الموقع الإلكتروني ديالنا ولا عيط لدعم Intaleq باش تعرف معلومات على تسجيل السائقين والمتطلبات.",
+ "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.":
+ "Intaleq كتوفر ميزة الدردشة داخل التطبيق باش تسمح ليك تتواصل مع السائق ديالك أو الراكب ديالك أثناء الرحلة.",
+ "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.":
+ "Intaleq كتعطي الأولوية للسلامة ديالك. كنقدمو مميزات بحال التحقق من هوية السائق، وتتبع الرحلات داخل التطبيق، وخيارات الاتصال في حالات الطوارئ.",
+ "Frequently Questions": "الأسئلة الشائعة",
+ "User does not exist.": "المستخدم ما كاينش.",
+ "We need your phone number to contact you and to help you.":
+ "محتاجين نمرة التيليفون ديالك باش نتصلو بيك ونعاونوك",
+ "You will recieve code in sms message": "غادي توصلك رمز في رسالة SMS",
+ "Please enter": "الله يرحم الوالدين دخل",
+ "We need your phone number to contact you and to help you receive orders.":
+ "محتاجين نمرة التيليفون ديالك باش نتصلو بيك ونعاونوك تستقبل الطلبات.",
+ "The full name on your criminal record does not match the one on your driver's license. Please verify and provide the correct documents.":
+ "السمية اللي فالسجل العدلي ماشي هي اللي فالبيرمي. عافاك تأكد وصيفط لوريقات الصحيحة.",
+ "The national number on your driver's license does not match the one on your ID document. Please verify and provide the correct documents.":
+ "الرقم الوطني اللي فالبيرمي ماشي هو اللي فالبطاقة الوطنية. تأكد عافاك وصيفط لوريقات الصحيحة.",
+ "Capture an Image of Your Criminal Record": "صور السجل الجنائي ديالك",
+ "IssueDate": "تاريخ الإصدار",
+ "Capture an Image of Your car license front":
+ "صور الوجة ديال لاكارط كريز",
+ "Capture an Image of Your ID Document front":
+ "صور الواجهة الأمامية لوثيقة الهوية ديالك",
+ "NationalID": "الرقم القومي",
+ "You can share the Intaleq App with your friends and earn rewards for rides they take using your code":
+ "ممكن تشارك تطبيق Intaleq مع صحابك وتربح مكافآت على المشاوير اللي كيديرو باستعمال الكود ديالك.",
+ "FullName": "الاسم الكامل",
+ "No invitation found yet!": "مازال مالقيناش دعوات!",
+ "InspectionResult": "نتيجة الفحص",
+ "Criminal Record": "السجل الجنائي",
+ "The email or phone number is already registered.":
+ "البريد الإلكتروني أو نمرة التيليفون مسجلين ديجا.",
+ "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.":
+ "باش تولي سائق ديال الركوب المشترك في تطبيق Intaleq، خاصك تحمل رخصة السياقة ديالك، وثيقة الهوية، ووثيقة تسجيل الطوموبيل. النظام ديال الذكاء الاصطناعي ديالنا غادي يراجع ويتحقق من صحة الوثائق ديالك في غضون 2-3 دقائق فقط. إلا الوثائق ديالك تقبلو، ممكن تبدا تخدم كسائق في تطبيق Intaleq. الله يرحم الوالدين لاحظ، تقديم وثائق مزورة كيتعتبر جريمة خطيرة وممكن يترتب عليها إنهاء الحساب فورا وعواقب قانونية.",
+ "Documents check": "فحص الوثائق",
+ "Driver's License": "رخصة السياقة",
+ "for your first registration!": "للتسجيل الأول ديالك!",
+ "Get it Now!": "حصل عليه دابا!",
+ "before": "قبل",
+ "Code not approved": "الرمز ما مقبولش",
+ "3000 LE": "3000 جنيه مصري",
+ "Do you have an invitation code from another driver?":
+ "واش عندك كود دعوة من سائق آخر؟",
+ "Paste the code here": "لصق الكود هنا",
+ "No, I don't have a code": "لا، معنديش كود",
+ "Audio uploaded successfully.": "الصوت ترفع بنجاح",
+ "Perfect for passengers seeking the latest car models with the freedom to choose any route they desire":
+ "مثالي للركاب اللي كيقلبوا على أحدث موديلات الطوموبيلات مع حرية اختيار أي طريق بغاو",
+ "Share this code with your friends and earn rewards when they use it!":
+ "شارك الكود هذا مع صحابك وربح مكافآت فاش كيستعملوه!",
+ "Enter phone": "دخل نمرة التيليفون",
+ "complete, you can claim your gift": " ممكن تطلب الهدية ديالك",
+ "When": "فاش يسالي",
+ "Enter driver's phone": "دخل نمرة تيليفون السائق",
+ "Send Invite": "صيفط الدعوة",
+ "Show Invitations": "عرض الدعوات",
+ "License Type": "نوع الرخصة",
+ "National Number": "الرقم الوطني",
+ "Name (Arabic)": "الاسم بالعربية",
+ "Name (English)": "الاسم بالإنجليزية",
+ "Address": "العنوان",
+ "Issue Date": "تاريخ الإصدار",
+ "Expiry Date": "تاريخ الانتهاء",
+ "License Categories": "فئات الرخصة",
+ "driver_license": "رخصة السياقة",
+ "Capture an Image of Your Driver License": "صور رخصة السياقة ديالك",
+ "ID Documents Back": "الوجه الخلفي لوثائق الهوية",
+ "National ID": "البطاقة الوطنية",
+ "Occupation": "المهنة",
+ "Religion": "الدين",
+ "Full Name (Marital)": "الاسم الكامل (حسب الحالة الاجتماعية)",
+ "Expiration Date": "تاريخ الانتهاء",
+ "Capture an Image of Your ID Document Back":
+ "صور الوجه الخلفي لوثيقة الهوية ديالك",
+ "ID Documents Front": "الوجه الأمامي لوثائق الهوية",
+ "First Name": "الاسم الأول",
+ "CardID": "رقم البطاقة",
+ "Vehicle Details Front": "تفاصيل المركبة الوجه الأمامي",
+ "Plate Number": "نمرة اللوحة",
+ "Owner Name": "اسم المالك",
+ "Vehicle Details Back": "تفاصيل المركبة الوجه الخلفي",
+ "Make": "المصنع",
+ "Model": "الطراز",
+ "Year": "السنة",
+ "Chassis": "الشاسي",
+ "Color": "اللون",
+ "Displacement": "السعة",
+ "Fuel": "الوقود",
+ "Tax Expiry Date": "تاريخ انتهاء الضريبة",
+ "Inspection Date": "تاريخ الفحص",
+ "Capture an Image of Your car license back":
+ "صور الوجه الخلفي لرخصة الطوموبيل ديالك",
+ "Capture an Image of Your Driver's License": "صور البيرمي ديالك",
+ "Sign in with Google for easier email and name entry":
+ "تسجل الدخول بجوجل باش تسجل البريد الإلكتروني والاسم ديالك بسهولة",
+ "You will choose allow all the time to be ready receive orders":
+ "غادي تختار السماح ديما باش تكون مستعد تستقبل الطلبات",
+ "Get to your destination quickly and easily.":
+ "وصل للوجهة ديالك بسرعة وسهولة.",
+ "Enjoy a safe and comfortable ride.": "استمتع برحلة آمنة ومريحة.",
+ "Choose Language": "اختار اللغة",
+ "Pay with Wallet": "خلص بالجيب",
+ "Invalid MPIN": "رمز PIN غير صحيح",
+ "Invalid OTP": "كود التحقق خاطئ",
+ "Enter your email address": "دخل عنوان البريد الإلكتروني ديالك",
+ "Please enter Your Email.":
+ "الله يرحم الوالدين دخل البريد الإلكتروني ديالك.",
+ "Enter your phone number": "دخل نمرة التيليفون ديالك",
+ "Please enter your phone number.":
+ "الله يرحم الوالدين دخل نمرة التيليفون ديالك.",
+ "Please enter Your Password.":
+ "الله يرحم الوالدين دخل كلمة السر ديالك.",
+ "if you dont have account": "إلا ماكانش عندك حساب",
+ "Register": "تسجيل",
+ "Accept Ride's Terms & Review Privacy Notice":
+ "قبل شروط الاستخدام وراجع إشعار الخصوصية",
+ "By selecting 'I Agree' below, I have reviewed and agree to the Terms of Use and acknowledge the Privacy Notice. I am at least 18 years of age.":
+ "بالاختيار ديال 'موافق' لتحت، راجعت ووافقت على شروط الاستخدام وكنقر بإشعار الخصوصية. عندي على الأقل 18 عام.",
+ "First name": "الاسم الشخصي",
+ "Enter your first name": "دخل اسمك الشخصي",
+ "Please enter your first name.":
+ "الله يرحم الوالدين دخل اسمك الشخصي.",
+ "Last name": "الاسم العائلي",
+ "Enter your last name": "دخل اسمك العائلي",
+ "Please enter your last name.":
+ "الله يرحم الوالدين دخل اسمك العائلي.",
+ "City": "المدينة",
+ "Please enter your City.":
+ "الله يرحم الوالدين دخل اسم المدينة ديالك.",
+ "Verify Email": "تأكيد البريد الإلكتروني",
+ "We sent 5 digit to your Email provided":
+ "صيفطنا رمز من 5 أرقام للبريد الإلكتروني اللي عطيتي",
+ "5 digit": "5 أرقام",
+ "Send Verification Code": "صيفط رمز التحقق",
+ "Your Ride Duration is ": "المدة ديال الرحلة ديالك هي ",
+ "You will be thier in": "غادي تكون تما في",
+ "You trip distance is": "المسافة ديال الرحلة ديالك هي",
+ "Fee is": "الرسوم هي",
+ "From : ": "من: ",
+ "To : ": "إلى: ",
+ "Add Promo": "زيد برومو",
+ "Confirm Selection": "أكد الاختيار",
+ "distance is": "المسافة هي",
+ "Privacy Policy": "سياسة الخصوصية",
+ "Intaleq LLC": "شركة Intaleq",
+ "Syria'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.":
+ "خدمة النقل التشاركي الرائدة فسوريا، تطورات بفخر من طرف ملاك عرب ومحليين. الأولوية ديالنا هي نكونو قراب منكم - ركابنا الأعزاء وكباتننا المخلصين.",
+ "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.":
+ "انطلق هو أول تطبيق للنقل التشاركي فسوريا، مصمم باش يربطك بأقرب شيفورات لتجربة سفر سريعة ومريحة.",
+ "Why Choose Intaleq?": "علاش تختار Intaleq؟",
+ "Closest to You": "الأقرب ليك",
+ "We connect you with the nearest drivers for faster pickups and quicker journeys.":
+ "كنربطوك بأقرب السائقين باش يكون الاستلام أسرع والرحلات أقصر.",
+ "Uncompromising Security": "أعلى مستويات الأمان",
+ "Lady Captains Available": "كابتانات متوفرات",
+ "Recorded Trips (Voice & AI Analysis)":
+ "الرحلات المسجلة (تحليل صوتي بالذكاء الاصطناعي)",
+ "Fastest Complaint Response": "أسرع استجابة للشكايات",
+ "Our dedicated customer service team ensures swift resolution of any issues.":
+ "فريق خدمة العملاء ديالنا مكلف كيضمن حل سريع لأي مشكل.",
+ "Affordable for Everyone": "في المتناول ديال كلشي",
+ "Frequently Asked Questions": "الأسئلة الشائعة",
+ "Getting Started": "البدء",
+ "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.":
+ "حل تطبيق Intaleq، دخل الوجهة ديالك، وضغط على \"طلب رحلة\". التطبيق غادي يوصلك بأقرب سائق.",
+ "Vehicle Options": "خيارات المركبات",
+ "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.":
+ "Intaleq كتوفر مجموعة متنوعة من الخيارات منها اقتصادي، مريح، وفاخر باش تناسب الاحتياجات والميزانية ديالك.",
+ "Payments": "المدفوعات",
+ "You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.":
+ "ممكن تخلص ثمن المشوار ديالك كاش ولا ببطاقة الائتمان/الخصم. ممكن تختار طريقة الدفع اللي كتفضل قبل ما تأكد المشوار ديالك.",
+ "Ride Management": "إدارة الرحلات",
+ "Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.":
+ "أه، ممكن تلغي المشوار ديالك، ولكن الله يرحم الوالدين لاحظ باللي رسوم الإلغاء ممكن تطبق على حساب شحال قبل لغيتي المشوار.",
+ "For Drivers": "للسواقين",
+ "Driver Registration": "تسجيل السائق",
+ "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.":
+ "باش تسجل كسائق ولا تعرف المتطلبات، الله يرحم الوالدين زور الموقع الإلكتروني ديالنا ولا اتصل بدعم Intaleq مباشرةً.",
+ "Visit Website/Contact Support": "زور الموقع/اتصل بالدعم",
+ "Close": "سد",
+ "We are searching for the nearest driver": "كنقلبوا على أقرب سائق",
+ "Communication": "التواصل",
+ "How do I communicate with the other party (passenger/driver)?":
+ "كيفاش نتواصل مع الطرف الآخر (الزبون/السائق)؟",
+ "You can communicate with your driver or passenger through the in-app chat feature once a ride is confirmed.":
+ "ممكن تتواصل مع السائق ديالك ولا الراكب ديالك من خلال ميزة الشات داخل التطبيق فاش كيتأكد المشوار.",
+ "Safety & Security": "الأمان والحماية",
+ "What safety measures does Intaleq offer?":
+ "شنو هما إجراءات الأمان اللي كيقدم Intaleq؟",
+ "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.":
+ "Intaleq كيقدم مميزات أمان متنوعة منها التحقق من السائق، تتبع الرحلة داخل التطبيق، خيارات الاتصال في حالات الطوارئ، وإمكانية مشاركة حالة الرحلة ديالك مع جهات اتصال موثوقة.",
+ "Enjoy competitive prices across all trip options, making travel accessible.":
+ "استمتع بأسعار تنافسية على كل خيارات الرحلات، وهذا كيخلي Intaleq سهل الوصول ليه.",
+ "Variety of Trip Choices": "خيارات رحلات متنوعة",
+ "Choose the trip option that perfectly suits your needs and preferences.":
+ "اختار خيار الرحلة اللي كيناسب الاحتياجات والتفضيلات ديالك بالضبط.",
+ "Your Choice, Our Priority": "الاختيار ديالك هو الأولوية ديالنا",
+ "Because we are near, you have the flexibility to choose the ride that works best for you.":
+ "حيت احنا قراب، عندك المرونة تختار المشوار اللي كيناسبك.",
+ "duration is": "المدة هي",
+ "Setting": "الإعدادات",
+ "Find answers to common questions": "لقا أجوبة للأسئلة الشائعة",
+ "I don't need a ride anymore": "مابغيتش مشوار آخر",
+ "I was just trying the application": "كنت غير كنجرب التطبيق",
+ "No driver accepted my request": "ماكاينش سائق قبل الطلب ديالي",
+ "I added the wrong pick-up/drop-off location":
+ "زديت موقع الالتقاء/الوصول غالط",
+ "I don't have a reason": "ما عندي حتى سبب",
+ "Can we know why you want to cancel Ride ?":
+ "واش ممكن نعرفو علاش باغي تلغي المشوار؟",
+ "Add Payment Method": "زيد طريقة الدفع",
+ "Ride Wallet": "جيب الرحلة",
+ "Payment Method": "طريقة الدفع",
+ "Type here Place": "كتب هنا المكان",
+ "Are You sure to ride to": "متأكد باللي باغي تمشي لـ",
+ "Confirm": "أكد",
+ "You are Delete": "أنت غادي تمسح",
+ "Deleted": "تمسح",
+ "You Dont Have Any places yet !": "مازال ماعندك حتى أماكن!",
+ "From : Current Location": "من: الموقع الحالي",
+ "My Cared": "البطاقات ديالي",
+ "Add Card": "زيد بطاقة",
+ "Add Credit Card": "زيد بطاقة ائتمان",
+ "Please enter the cardholder name":
+ "الله يرحم الوالدين دخل اسم صاحب البطاقة",
+ "Please enter the expiry date":
+ "الله يرحم الوالدين دخل تاريخ الانتهاء",
+ "Please enter the CVV code": "الله يرحم الوالدين دخل رمز CVV",
+ "Go To Favorite Places": "سير للأماكن المفضلة",
+ "Go to this Target": "سير لهذا الهدف",
+ "My Profile": "الملف الشخصي ديالي",
+ "Are you want to go to this site": "واش باغي تمشي لهذا الموقع",
+ "MyLocation": "الموقع ديالي",
+ "my location": "الموقع ديالي",
+ "Target": "هدف",
+ "You Should choose rate figure": "خاصك تختار تقييم",
+ "Login Captin": "تسجيل دخول الكابتن",
+ "Register Captin": "تسجيل كابتن جديد",
+ "Send Verfication Code": "صيفط رمز التحقق",
+ "KM": "كم",
+ "End Ride": "سالي الرحلة",
+ "Minute": "دقيقة",
+ "Go to passenger Location now": "سير لموقع الزبون دابا",
+ "Duration of the Ride is ": "المدة ديال الرحلة هي ",
+ "Distance of the Ride is ": "المسافة ديال الرحلة هي",
+ "Name of the Passenger is ": "اسم الزبون هو",
+ "Hello this is Captain": "مرحبا هذا الكابتن",
+ "Start the Ride": "بدا الرحلة",
+ "Please Wait If passenger want To Cancel!":
+ "الله يرحم الوالدين تسنى إلا الزبون بغا يلغي!",
+ "Total Duration:": "المدة الإجمالية:",
+ "Active Duration:": "المدة الفعلية:",
+ "Waiting for Captin ...": "كنتسناو الكابتن...",
+ "Age is ": "العمر هو",
+ "Rating is ": "التقييم هو",
+ " to arrive you.": "باش يوصل عندك.",
+ "Tariff": "تعريفة",
+ "Settings": "الإعدادات",
+ "Feed Back": "اقتراحات",
+ "Please enter a valid 16-digit card number":
+ "الله يرحم الوالدين دخل رقم بطاقة صحيح مكون من 16 رقم",
+ "Add Phone": "زيد تيليفون",
+ "Please enter a phone number": "الله يرحم الوالدين دخل نمرة تيليفون",
+ "You dont Add Emergency Phone Yet!":
+ "مازال مازتي نمرة تيليفون طوارئ!",
+ "You will arrive to your destination after ":
+ "غادي توصل للوجهة ديالك من بعد",
+ "You can cancel Ride now": "ممكن تلغي المشوار دابا",
+ "You Can cancel Ride After Captain did not come in the time":
+ "ممكن تلغي المشوار من بعد ما الكابتن ما يوصلش في الوقت المحدد",
+ "If you in Car Now. Press Start The Ride":
+ "إلا كنتي في الطوموبيل دابا. ضغط على بدا الرحلة",
+ "You Dont Have Any amount in": "ماعندك حتى مبلغ في",
+ "Wallet!": "الجيب!",
+ "You Have": "عندك",
+ "Save Credit Card": "حفظ بطاقة الائتمان",
+ "Show Promos": "عرض العروض الترويجية",
+ "10 and get 4% discount": "10 وربح خصم 4%",
+ "20 and get 6% discount": "20 وربح خصم 6%",
+ "40 and get 8% discount": "40 وربح خصم 8%",
+ "100 and get 11% discount": "100 وربح خصم 11%",
+ "Pay with Your PayPal": "خلص بـ PayPal ديالك",
+ "You will choose one of above !": "غادي تختار وحدة من هادو لفوق!",
+ "Edit Profile": "تعديل الملف الشخصي",
+ "Copy this Promo to use it in your Ride!":
+ "نسخ العرض هذا باش تستعملو في المشوار ديالك!",
+ "To change some Settings": "باش تبدل شي إعدادات",
+ "Order Request Page": "صفحة طلب الطلب",
+ "Rouats of Trip": "طرق الرحلة",
+ "Passenger Name is ": "اسم الراكب هو ",
+ "Total From Passenger is ": "المبلغ الإجمالي من الراكب هو ",
+ "Duration To Passenger is ": "المدة باش توصل للراكب هي ",
+ "Distance To Passenger is ": "المسافة باش توصل للراكب هي ",
+ "Total For You is ": "المبلغ الإجمالي ليك هو ",
+ "Distance is ": "المسافة هي ",
+ " KM": " كيلومتر",
+ "Duration of Trip is ": "المدة ديال الرحلة هي ",
+ " Minutes": " دقائق",
+ "Apply Order": "قبل الطلب",
+ "Refuse Order": "رفض الطلب",
+ "Rate Captain": "قيم الكابتن",
+ "Enter your Note": "دخل الملاحظة ديالك",
+ "Type something...": "كتب شي حاجة...",
+ "Submit rating": "صيفط التقييم",
+ "Rate Passenger": "قيم الراكب",
+ "Ride Summary": "ملخص الرحلة",
+ "welcome_message": "مرحبا بك في Intaleq!",
+ "app_description":
+ "Intaleq هو تطبيق موثوق وآمن وسهل الوصول ليه لمشاركة الركوب.",
+ "get_to_destination": "سير للوجهة ديالك بسرعة وسهولة.",
+ "get_a_ride": "مع Intaleq، ممكن تحصل على رحلة للوجهة ديالك في دقائق.",
+ "safe_and_comfortable": "استمتع برحلة آمنة ومريحة.",
+ "committed_to_safety":
+ "Intaleq ملتزمة بالسلامة، وكل الكباتن عندنا كيتفحصو مزيان وكيديرو ليهم فحص الخلفية.",
+ "your ride is Accepted": "الرحلة ديالك مقبولة",
+ "Driver is waiting at pickup.": "السائق كيتسناك في نقطة الاستلام.",
+ "Driver is on the way": "السائق في الطريق",
+ "Contact Options": "خيارات الاتصال",
+ "Send a custom message": "صيفط رسالة مخصصة",
+ "Type your message": "كتب الرسالة ديالك",
+ "I will go now": "أنا غادي دابا",
+ "You Have Tips": "عندك زيادة فلوس",
+ " tips\nTotal is": " زيادة مال\nالمجموع هو",
+ "Your fee is ": "الأجرة ديالك هي ",
+ "Do you want to pay Tips for this Driver":
+ "واش تبغي تعطي تدويرة لهاد الشيفور؟",
+ "Tip is ": " مبلغ البقشيش هو",
+ "Are you want to wait drivers to accept your order":
+ "واش باغي تسنى حتى السائقين يقبلو الطلب ديالك؟",
+ "This price is fixed even if the route changes for the driver.":
+ "الثمن هذا ثابت حتى إلا المسار تبدل للسائق.",
+ "The price may increase if the route changes.":
+ "احتمالية زيادة الثمن إلى المسار تبدل.",
+ "The captain is responsible for the route.":
+ "الكابتن مسؤول على المسار",
+ "We are search for nearst driver": "كنقلبو على أقرب سائق",
+ "Your order is being prepared": "جاري تجهيز الطلب ديالك",
+ "The drivers are reviewing your request":
+ "السائقين كيدرسو الطلب ديالك",
+ "Your order sent to drivers": "الطلب ديالك تصيفط للسائقين",
+ "You can call or record audio of this trip":
+ "ممكن تعيط ولا تسجل صوت للرحلة هادي",
+ "The trip has started! Feel free to contact emergency numbers, share your trip, or activate voice recording for the journey":
+ "الرحلة بدات! براحتك تعيط لأرقام الطوارئ، شارك الرحلة ديالك، ولا فعل التسجيل الصوتي للرحلة",
+ "Camera Access Denied.": "الوصول للكاميرا مرفوض.",
+ "Open Settings": "فتح الإعدادات",
+ "GPS Required Allow !.": "تفعيل GPS مطلوب!",
+ "Your Account is Deleted": "الحساب ديالك تمسح",
+ "Are you sure to delete your account?":
+ "متأكد باللي باغي تمسح الحساب ديالك؟",
+ "Your data will be erased after 2 weeks\nAnd you will can't return to use app after 1 month ":
+ "البيانات ديالك غادي يتمسحو من بعد أسبوعين\nومغاديش تقدر ترجع تستعمل التطبيق من بعد شهر",
+ "Enter Your First Name": "دخل اسمك الشخصي",
+ "Are you Sure to LogOut?": "متأكد باللي باغي تسجل الخروج؟",
+ "Email Wrong": "البريد الإلكتروني غالط",
+ "Email you inserted is Wrong.": "البريد الإلكتروني اللي دخلتي غالط.",
+ "You have finished all times ": "ساليتي كل المحاولات",
+ "if you want help you can email us here":
+ "إلا بغيتي مساعدة ممكن تصيفط لينا إيميل هنا",
+ "Thanks": "شكرا",
+ "Email Us": "صيفط لينا إيميل",
+ "I cant register in your app in face detection ":
+ "ماعرفتش نسجل في التطبيق ديالكم بسبب كشف الوجه",
+ "Hi": "مرحبا",
+ "No face detected": "ماكاينش وجه مكشوف",
+ "Image detecting result is ": "النتيجة ديال كشف الصورة هي",
+ "from 3 times Take Attention": "من 3 مرات رد البال",
+ "Be sure for take accurate images please\nYou have":
+ "الله يرحم الوالدين تأكد تلتقط صور دقيقة\nعندك",
+ "image verified": "الصورة مأكدة",
+ "Next": "التالي",
+ "There is no help Question here": "ماكاينش أسئلة مساعدة هنا",
+ "You dont have Points": "ماعندكش نقاط",
+ "You Are Stopped For this Day !": "توقفتي هذا النهار!",
+ "You must be charge your Account": "خاصك تعاود تشحن رصيد النقاط",
+ "You Refused 3 Rides this Day that is the reason \nSee you Tomorrow!":
+ "رفضتي 3 رحلات اليوم هذا هو السبب\nنتلاقاو غدا!",
+ "Recharge my Account": "خلص رسوم من الحساب ديالي",
+ "Ok , See you Tomorrow": "واخا، نتلاقاو غدا",
+ "You are Stopped": "توقفتي",
+ "Connected": "متصل",
+ "Not Connected": "غير متصل",
+ "Your are far from passenger location": "أنت بعيد على مكان الراكب",
+ "go to your passenger location before\nPassenger cancel trip":
+ "سير لمكان الراكب قبل ما\nالراكب يلغي الرحلة",
+ "You will get cost of your work for this trip":
+ "غادي تاخد تكاليف الخدمة ديالك على الرحلة هادي",
+ " in your wallet": "في الجيب ديالك",
+ "you gain": "ربحتي",
+ "Order Cancelled by Passenger": "الطلب تلغى من عند الراكب",
+ "Feedback data saved successfully": "بيانات التعليقات تسجلات بنجاح",
+ "No Promo for today .": "ماكاينش عروض ترويجية اليوم.",
+ "Select your destination": "اختار الوجهة ديالك",
+ "Search for your Start point": "قلب على نقطة الانطلاق ديالك",
+ "Search for waypoint": "قلب على النقطة الآلية",
+ "Current Location": "الموقع الحالي",
+ "Add Location 1": "زيد الموقع 1",
+ "You must Verify email !.": "خاصك تأكد البريد الإلكتروني!",
+ "Cropper": "القاصة",
+ "Saved Sucssefully": "تسجل بنجاح",
+ "Select Date": "اختار التاريخ",
+ "Birth Date": "تاريخ الميلاد",
+ "Ok": "موافق",
+ "the 500 points equal 30 JOD": "500 نقطة كتساوي 30 دينار أردني",
+ "the 500 points equal 30 JOD for you \nSo go and gain your money":
+ "500 نقطة كتساوي 30 دينار أردني ليك\nفستاهل فلوسك وربح النقاط",
+ "token updated": "الرمز تحدت",
+ "Add Location 2": "زيد الموقع 2",
+ "Add Location 3": "زيد الموقع 3",
+ "Add Location 4": "زيد الموقع 4",
+ "Waiting for your location": "كنتسناو الموقع ديالك",
+ "Search for your destination": "قلب على الوجهة ديالك",
+ "Hi! This is": "مرحبا! أنا",
+ " I am using": " أنا كنستعمل",
+ " to ride with": " باش نركب مع",
+ " as the driver.": " كسائق.",
+ "is driving a ": "كيسوق",
+ " with license plate ": "بلوحة ترخيص",
+ " I am currently located at ": "أنا دابا كاين في",
+ "Please go to Car now ": "الله يرحم الوالدين سير للطوموبيل دابا",
+ "You will receive a code in WhatsApp Messenger":
+ "غادي توصل برمز في واتساب ماسنجر",
+ "If you need assistance, contact us": "إلا محتاج مساعدة، تواصل معنا",
+ "Promo Ended": "العرض سالا",
+ "Enter the promo code and get": "دخل رمز الترويج وربح",
+ "DISCOUNT": "خصم",
+ "No wallet record found": "ماكاينش سجل الجيب",
+ "for": "لمدة",
+ "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.":
+ "Intaleq هو أكثر تطبيق آمن لمشاركة الركوب وكيدخل مميزات بزاف للكباتن والركاب بجوج. كنقدمو أقل نسبة عمولة وهي 8% فقط، وهذا كيضمن ليك تاخد أحسن قيمة للمشاوير ديالك. التطبيق ديالنا فيه تأمين لأحسن الكباتن، صيانة دورية للطوموبيلات مع أحسن المهندسين، وخدمات على الطريق لضمان تجربة محترمة وعالية الجودة لكل المستخدمين.",
+ "You can contact us during working hours from 12:00 - 19:00.":
+ "ممكن تعيط لينا في مواعيد العمل من 12:00 - 19:00.",
+ "Choose a contact option": "اختار طريقة الاتصال",
+ "Work time is from 12:00 - 19:00.\nYou can send a WhatsApp message or email.":
+ "مواعيد العمل من 12:00 - 19:00.\nممكن تصيفط رسالة واتساب ولا إيميل.",
+ "Promo code copied to clipboard!": "رمز العرض تنساخ للحافظة!",
+ "Copy Code": "نسخ الرمز",
+ "Your invite code was successfully applied!":
+ "رمز الدعوة ديالك طبق بنجاح!",
+ "Payment Options": "خيارات الدفع",
+ "wait 1 minute to receive message":
+ "تسنى دقيقة واحدة باش توصلك الرسالة",
+ "You have copied the promo code.": "نسختي رمز العرض.",
+ "Select Payment Amount": "اختار مبلغ الدفع",
+ "The promotion period has ended.": "فترة العرض سالات.",
+ "Promo Code Accepted": "كود العرض مقبول",
+ "Tap on the promo code to copy it!": "ضغط على رمز العرض باش تنسخو!",
+ "Lowest Price Achieved": "أقل ثمن تحقق",
+ "Cannot apply further discounts.": "مايمكنش نطبقو تخفيضات أخرى.",
+ "Promo Already Used": "كود العرض مستعمل ديجا",
+ "Invitation Used": "الدعوة مستعملة",
+ "You have already used this promo code.": "استعملتي الكود هذا ديجا.",
+ "Insert Your Promo Code": "دخل كود العرض ديالك",
+ "Enter promo code here": "دخل كود العرض هنا",
+ "Please enter a valid promo code":
+ "الله يرحم الوالدين دخل كود عرض صحيح",
+ "Awfar Car": "أوفر كار",
+ "Old and affordable, perfect for budget rides.":
+ "طوموبيل قديمة وبثمن معقول، مثالية للمشاوير الاقتصادية.",
+ " If you need to reach me, please contact the driver directly at":
+ "إلا كنتي محتاج توصل ليا، الله يرحم الوالدين تواصل مع السائق مباشرة على",
+ "No Car or Driver Found in your area.":
+ "مالقيناش لا طوموبيل لا سائق في المنطقة ديالك.",
+ "Please Try anther time ": "الله يرحم الوالدين حاول وقت آخر",
+ "There no Driver Aplly your order sorry for that ":
+ "ماكاينش سائق قبل الطلب ديالك كنتأسفوا على هذا",
+ "Trip Cancelled": "الرحلة ملغية",
+ "The Driver Will be in your location soon .":
+ "السائق غادي يكون في الموقع ديالك قريبًا.",
+ "The distance less than 500 meter.": "المسافة قل من 500 متر.",
+ "Promo End !": "العرض سالا!",
+ "There is no notification yet": "ماكاينش إشعارات حتى دابا",
+ "Use Touch ID or Face ID to confirm payment":
+ "استعمل Touch ID ولا Face ID باش تأكد الدفع",
+ "Contact us for any questions on your order.":
+ "تواصل معنا إلا عندك أي استفسارات بخصوص الطلب ديالك.",
+ "Pyament Cancelled .": "الدفع ملغي.",
+ "type here": "كتب هنا",
+ "Scan Driver License": "مسح رخصة السياقة",
+ "Please put your licence in these border":
+ "الله يرحم الوالدين حط الرخصة ديالك في هذا الإطار",
+ "Camera not initialized yet": "الكاميرا مازال ماخدماتش",
+ "Take Image": "صور",
+ "AI Page": "صفحة الذكاء الاصطناعي",
+ "Take Picture Of ID Card": "صور بطاقة الهوية",
+ "Take Picture Of Driver License Card": "صور بطاقة رخصة السياقة",
+ "We are process picture please wait ":
+ "كنعالج الصورة الله يرحم الوالدين تسنى",
+ "There is no data yet.": "ماكاينش بيانات حتى دابا.",
+ "Name :": "الاسم:",
+ "Drivers License Class: ": "فئة رخصة السياقة:",
+ "Document Number: ": "رقم الوثيقة:",
+ "Address: ": "العنوان:",
+ "Height: ": "الطول:",
+ "Expiry Date: ": "تاريخ الانتهاء:",
+ "Date of Birth: ": "تاريخ الميلاد:",
+ "You can't continue with us .\nYou should renew Driver license":
+ "مايمكنلكش تكمل معانا.\nخصك تجدد البيرمي ديالك",
+ "Detect Your Face ": "كشف الوجه ديالك",
+ "Go to next step\nscan Car License.":
+ "سير للخطوة اللي جاية\nومسح رخصة الطوموبيل.",
+ "Name in arabic": "الاسم بالعربية",
+ "Drivers License Class": "فئة رخصة السياقة",
+ "Selected Date": "التاريخ المحدد",
+ "Select Time": "اختار الوقت",
+ "Selected Time": "الوقت المحدد",
+ "Selected Date and Time": "التاريخ والوقت المحددين",
+ "Lets check Car license ": "يلا نفحصو رخصة الطوموبيل",
+ "Car": "الطوموبيل",
+ "Plate": "اللوحة ديال الطوموبيل",
+ "Rides": "الرحلات",
+ "Selected driver": "السائق اللي اختاريتي",
+ "Lets check License Back Face": "يلا نفحصو الوجه الخلفي للرخصة",
+ "Car License Card": "بطاقة رخصة الطوموبيل",
+ "No image selected yet": "مازال ما اختاريتي صورة",
+ "Made :": "الصنع:",
+ "model :": "الموديل:",
+ "VIN :": "رقم الشاسي:",
+ "year :": "السنة:",
+ "ُExpire Date": "تاريخ الانتهاء",
+ "Login Driver": "تسجيل دخول السائق",
+ "Password must br at least 6 character.":
+ "كلمة السر خاصها تكون 6 حروف على الأقل.",
+ "if you don't have account": "إلى ماعندكش حساب",
+ "Here recorded trips audio": "هنا تسجيلات صوتية ديال الرحلات",
+ "Register as Driver": "تسجيل كسائق",
+ "By selecting \"I Agree\" below, I have reviewed and agree to the Terms of Use and acknowledge the ":
+ "بالاختيار ديال 'موافق' لتحت، راجعت ووافقت على شروط الاستخدام وكنقر بـ",
+ "Log Out Page": "صفحة تسجيل الخروج",
+ "Log Off": "تسجيل الخروج",
+ "Register Driver": "تسجيل سائق جديد",
+ "Verify Email For Driver": "تأكيد البريد الإلكتروني للسائق",
+ "Admin DashBoard": "لوحة تحكم المدير",
+ "Your name": "الاسم ديالك",
+ "your ride is applied": "الطلب ديالك تقبل",
+ "H and": "ساعة و",
+ "JOD": "دينار",
+ "m": "دقيقة",
+ "We search nearst Driver to you": "كنقلبو على أقرب سائق ليك",
+ "please wait till driver accept your order":
+ "الله يرحم الوالدين تسنى حتى السائق يقبل الطلب ديالك",
+ "No accepted orders? Try raising your trip fee to attract riders.":
+ "ماكاينش طلبات مقبولة؟ حاول تطلع في أجرة المشوار باش تجذب الركاب.",
+ "You should select one": "خاصك تختار واحد",
+ "The driver accept your order for": "السائق قبل الطلب ديالك بـ",
+ "The driver on your way": "الكابتن في الطريق ليك",
+ "Total price from ": "الثمن الإجمالي من ",
+ "Order Details Intaleq": "طلب سريع",
+ "Selected file:": "الملف المختار:",
+ "Your trip cost is": "تكلفة الرحلة ديالك هي",
+ "this will delete all files from your device":
+ "المسح هذا غادي يمسح كل الملفات من الجهاز ديالك",
+ "Exclusive offers and discounts always with the Intaleq app":
+ "عروض وخصومات حصرية ديما مع تطبيق Intaleq",
+ "Submit Question": "طرح سؤال",
+ "Please enter your Question.": "الله يرحم الوالدين دخل السؤال ديالك.",
+ "Help Details": "تفاصيل المساعدة",
+ "No trip yet found": "مازال ما تحجزات حتى رحلة",
+ "No Response yet.": "مازال ماكاينش رد.",
+ " You Earn today is ": "اللي ربحتي اليوم هو",
+ " You Have in": "عندك في",
+ "Total points is ": "إجمالي النقاط هو",
+ "Total Connection Duration:": "إجمالي مدة الاتصال:",
+ "Passenger name : ": "اسم الراكب",
+ "Cost Of Trip IS ": "تكلفة الرحلة هي",
+ "Arrival time": "وقت الوصول",
+ "arrival time to reach your point":
+ "الوقت المتوقع للوصول للوجهة ديالك",
+ "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
+ "بالنسبة لمشاوير السرعة والسكوتر، الثمن كيتحسب تلقائيا. أما مشاوير الراحة، فالثمن كيكون على حساب الوقت والمسافة.",
+ "Hello this is Driver": "مرحبا هذا السائق",
+ "Is the Passenger in your Car ?": "واش الراكب معاك في الطوموبيل؟",
+ "Please wait for the passenger to enter the car before starting the trip.":
+ "الله يرحم الوالدين تسنى حتى الراكب يركب الطوموبيل قبل ما تبدا المشوار.",
+ "No ,still Waiting.": "لا، مازال كنتسنى.",
+ "I arrive you": "أنا وصلت عندك",
+ "I Arrive your site": "أنا وصلت للمكان ديالك",
+ "You are not in near to passenger location":
+ "أنت ماشي قريب من مكان الراكب",
+ "please go to picker location exactly":
+ "الله يرحم الوالدين سير لموقع الراكب بالضبط",
+ "You Can Cancel Trip And get Cost of Trip From":
+ "ممكن تلغي المشوار وتاخد التكلفة من",
+ "Are you sure to cancel?": "متأكد باللي باغي تلغي؟",
+ "Insert Emergincy Number": "دخل نمرة الطوارئ",
+ "Best choice for comfort car and flexible route and stops point":
+ "أحسن اختيار لطوموبيل مريحة ومسار مرن ونقط وقوف",
+ "Insert": "إدخال",
+ "This is for scooter or a motorcycle.":
+ "هذا خاص بالتوصيل ولا الموطور",
+ "This trip goes directly from your starting point to your destination for a fixed price. The driver must follow the planned route":
+ "المشوار هذا كيمشي نيشان من نقطة البداية لنقطة النهاية بثمن ثابت. والسائق خاصو يتبع المسار المحدد.",
+ "You can decline a request without any cost":
+ "تقدر ترفض الطلب بلا حتى تكلفة",
+ "Perfect for adventure seekers who want to experience something new and exciting":
+ "مثالي لعشاق المغامرة اللي باغين يجربو حوايج جديدة ومثيرة",
+ "My current location is:": "الموقع الحالي ديالي هو:",
+ "and I have a trip on": "وعندي مشوار على",
+ "App with Passenger": "التطبيق\nمع الراكب",
+ "You will be pay the cost to driver or we will get it from you on next trip":
+ "غادي تخلص التكلفة للسائق ولا غادي ناخدوها منك في المشوار اللي جاي",
+ "Trip has Steps": "الرحلة فيها خطوات",
+ "Distance from Passenger to destination is ":
+ "المسافة من الراكب للوجهة هي",
+ "price is": "التكلفة هي",
+ "This ride type does not allow changes to the destination or additional stops":
+ "نوع المشوار هذا ما كيسمحش بتغيير الوجهة ولا زيادة وقفات.",
+ "This price may be changed":
+ "الله يرحم الوالدين البال الثمن ممكن يتبدل",
+ "No SIM card, no problem! Call your driver directly through our app. We use advanced technology to ensure your privacy.":
+ "حتى إلا ماكانش خط، ماعليش! عيط للسائق ديالك مباشرة من خلال التطبيق ديالنا. كنستعملو تكنولوجيا حديثة باش نحافظو على الخصوصية ديالك.",
+ "This ride type allows changes, but the price may increase":
+ "نوع المشوار هذا كيسمح بالتغييرات، ولكن الثمن ممكن يزيد",
+ "Select one message": "اختار رسالة",
+ "I'm waiting for 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 كم/ساعة. الله يرحم الوالدين نقص السرعة حفاظًا على السلامة ديالك. إلا حسيتي براسك ماشي آمن، ممكن تشارك تفاصيل الرحلة ديالك مع شي حد كتثيق فيه ولا تعيط للبوليس بالزر الأحمر SOS.",
+ "Warning: Intaleqing detected!": "تحذير: السرعة الزائدة مرصودة!",
+ "Please help! Contact me as soon as possible.":
+ "الله يرحم الوالدين عاونوني! عيطو بيا في أقرب وقت ممكن",
+ "Share Trip Details": "شارك تفاصيل الرحلة",
+ "Car Plate is ": "نمرة الطوموبيل هي",
+ "the 300 points equal 300 L.E for you \nSo go and gain your money":
+ "ربح 300 جنيه! كل 300 نقطة كتساوي 300 جنيه. يلا استغل النقاط ديالك!",
+ "the 300 points equal 300 L.E": "300 نقطة كتساوي 300 جنيه ليك",
+ "The payment was not approved. Please try again.":
+ "الدفع ما تقبلش. الله يرحم الوالدين حاول مرة أخرى.",
+ "Payment Failed": "فشل الدفع",
+ "This is a scheduled notification.": "هذا إشعار مجدول.",
+ "An error occurred during the payment process.":
+ "وقع خطأ أثناء عملية الدفع.",
+ "The payment was approved.": "الدفع تقبل.",
+ "Payment Successful": "الدفع ناجح",
+ "No ride found yet": "ماكاينش طلبات متوفرة حاليًا",
+ "Accept Order": "قبل الطلب",
+ "Bottom Bar Example": "مثال لشريط التنقل السفلي",
+ "Driver phone": "نمرة تيليفون السائق",
+ "Statistics": "الإحصائيات",
+ "Origin": "نقطة الانطلاق",
+ "Destination": "الوجهة",
+ "Driver Name": "اسم السائق",
+ "Driver Car Plate": "لوحة الطوموبيل",
+ "Available for rides": "متوفر للمشاوير",
+ "Scan Id": "مسح الهوية",
+ "Camera not initilaized yet": "الكاميرا مازال ماخدماتش",
+ "Scan ID MklGoogle": "مسح هوية MklGoogle",
+ "Language": "اللغة",
+ "Jordan": "الأردن",
+ "USA": "الولايات المتحدة الأمريكية",
+ "Egypt": "مصر",
+ "Turkey": "تركيا",
+ "Saudi Arabia": "المملكة العربية السعودية",
+ "Qatar": "قطر",
+ "Bahrain": "البحرين",
+ "Kuwait": "الكويت",
+ "But you have a negative salary of": "ولكن عندك رصيد ناقص بقيمة",
+ "Promo Code": "كود ترويجي",
+ "Your trip distance is": "المسافة ديال الرحلة ديالك هي",
+ "Enter promo code": "دخل كود ترويجي",
+ "You have promo!": "عندك عرض ترويجي!",
+ "Cost Duration": "تكلفة المدة",
+ "Duration is": "المدة هي",
+ "Leave": "مغادرة",
+ "Join": "انضمام",
+ "Heading your way now. Please be ready.":
+ "أنا جاي في الطريق ليك دابا. الله يرحم الوالدين وجد.",
+ "Approaching your area. Should be there in 3 minutes.":
+ "كنقرب من المنطقة ديالك. خاصني نكون تما في 3 دقائق.",
+ "There's heavy traffic here. Can you suggest an alternate pickup point?":
+ "كاين زحام كثير هنا. ممكن تقترح نقطة التقاء بديلة؟",
+ "This ride is already taken by another driver.":
+ "المشوار هذا خداه سائق آخر خلاص.",
+ "You Should be select reason.": "خاصك تختار سبب.",
+ "Waiting for Driver ...": "كنتسناو السائق...",
+ "Latest Recent Trip": "آخر مشوار درت",
+ "from your list": "من اللائحة ديالك",
+ "Do you want to change Work location": "واش باغي تبدل مكان الخدمة؟",
+ "Do you want to change Home location": "واش باغي تبدل مكان الدار؟",
+ "We Are Sorry That we dont have cars in your Location!":
+ "كنتأسفوا باللي ما عندناش طوموبيلات في الموقع ديالك!",
+ "Choose from Map": "اختار من الخريطة",
+ "Pick your ride location on the map - Tap to confirm":
+ "حدد مكان الالتقاء ديال المشوار ديالك على الخريطة - ضغط باش تأكد",
+ "Intaleq is the ride-hailing app that is safe, reliable, and accessible.":
+ "Intaleq هو تطبيق التوصيل اللي آمن وموثوق وسهل الاستعمال.",
+ "With Intaleq, you can get a ride to your destination in minutes.":
+ "مع Intaleq، ممكن توصل للوجهة ديالك في دقائق.",
+ "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.":
+ "Intaleq ملتزمة بالأمان، وكل الكباتن ديالنا كيتفحصو مزيان وكيديرو ليهم فحص الخلفية.",
+ "Pick from map": "اختيار من الخريطة",
+ "No Car in your site. Sorry!":
+ "ماكاينش طوموبيل في الموقع ديالك. آسف!",
+ "Nearest Car for you about ": "أقرب طوموبيل ليك على بعد تقريبا ",
+ "From :": "من:",
+ "Get Details of Trip": "عرض تفاصيل الرحلة",
+ "If you want add stop click here": "إلا بغيتي تزيد وقفة ضغط هنا",
+ "Where you want go ": "فين باغي تمشي؟",
+ "My Card": "البطاقة ديالي",
+ "Start Record": "بدا التسجيل",
+ "History of Trip": "سجل الرحلات",
+ "Helping Center": "مركز المساعدة",
+ "Record saved": "التسجيل تسجل",
+ "Trips recorded": "الرحلات المسجلة",
+ "Select Your Country": "اختار البلد ديالك",
+ "To ensure you receive the most accurate information for your location, please select your country below. This will help tailor the app experience and content to your country.":
+ "باش تضمن توصلك أدق المعلومات للموقع ديالك، الله يرحم الوالدين اختار البلد ديالك لتحت. هذا غادي يساعد نخصو تجربة التطبيق والمحتوى للبلد ديالك.",
+ "Are you sure to delete recorded files":
+ "متأكد باللي باغي تمسح الملفات الصوتية المسجلة؟",
+ "Select recorded trip": "اختار الملف الصوتي المسجل",
+ "Card Number": "رقم البطاقة",
+ "Hi, Where to ": "مرحبا، فين غادي؟",
+ "Pick your destination from Map": "اختار الوجهة ديالك من الخريطة",
+ "Add Stops": "زيد محطات",
+ "Get Direction": "عرض الاتجاهات",
+ "Add Location": "زيد موقع",
+ "Switch Rider": "بدل الراكب",
+ "You will arrive to your destination after timer end.":
+ "غادي توصل للوجهة ديالك من بعد ما يسالي العداد.",
+ "You can cancel trip": "تقدر تلغي الرحلة",
+ "The driver waitting you in picked location .":
+ "السائق كيتسناك في المكان اللي اختاريتي.",
+ "Pay with Your": "خلص بـ",
+ "Pay with Credit Card": "خلص ببطاقة الائتمان",
+ "Show Promos to Charge": "عرض العروض باش تشحن",
+ "Point": "نقطة",
+ "How many hours would you like to wait?": "شحال من ساعة باغي تسنى؟",
+ "Driver Wallet": "جيب السائق",
+ "Choose between those Type Cars":
+ "اختار من بين أنواع الطوموبيلات هادو",
+ "hour": "ساعة",
+ "Select Waiting Hours": "اختار ساعات الانتظار",
+ "Total Points is": "إجمالي النقاط هو",
+ "You will receive a code in SMS message":
+ "غادي توصل برمز في رسالة نصية",
+ "Done": "تم",
+ "Total Budget from trips is ": "إجمالي المبلغ المستحق من الرحلات هو",
+ "Total Amount:": "المبلغ الإجمالي:",
+ "Total Budget from trips by\nCredit card is ":
+ "إجمالي المبلغ المستحق من الرحلات عن طريق\nبطاقة الائتمان هو",
+ "This amount for all trip I get from Passengers":
+ "هذا المبلغ اللي حصلت عليه من كل الرحلات من الركاب",
+ "Pay from my budget": "خلص من الرصيد ديالي",
+ "This amount for all trip I get from Passengers and Collected For me in":
+ "هذا المبلغ اللي حصلت عليه من كل الرحلات من الركاب وتجمع ليا في",
+ "You can buy points from your budget":
+ "ممكن تشري نقاط من الرصيد ديالك",
+ "insert amount": "دخل المبلغ",
+ "You can buy Points to let you online\nby this list below":
+ "ممكن تشري نقاط باش تبقى متصل\nمن اللائحة هادي لتحت",
+ "Create Wallet to receive your money":
+ "إنشاء جيب لاستقبال الفلوس ديالك",
+ "Enter your feedback here": "كتب الملاحظات ديالك هنا",
+ "Please enter your feedback.":
+ "الله يرحم الوالدين دخل الملاحظات ديالك.",
+ "Feedback": "ملاحظات",
+ "Submit ": "إرسال",
+ "Click here to Show it in Map": "ضغط هنا باش تعرضو في الخريطة",
+ "Canceled": "ملغي",
+ "No I want": "لا مابغيتش",
+ "Email is": "البريد الإلكتروني هو",
+ "Phone Number is": "نمرة التيليفون هي",
+ "Date of Birth is": "تاريخ الميلاد هو",
+ "Sex is ": "النوع هو ",
+ "Car Details": "تفاصيل الطوموبيل",
+ "VIN is": "رقم الشاسي هو",
+ "Color is ": "اللون هو ",
+ "Make is ": "الشركة المصنعة هي",
+ "Model is": "الموديل هو",
+ "Year is": "السنة هي",
+ "Expiration Date ": "تاريخ الانتهاء ",
+ "Edit Your data": "تعديل البيانات ديالك",
+ "write vin for your car": "كتب رقم الشاسي ديال الطوموبيل ديالك",
+ "VIN": "رقم الشاسي",
+ "Please verify your identity": "عافاك أكد الهوية ديالك",
+ "write Color for your car": "كتب لون الطوموبيل ديالك",
+ "write Make for your car": "كتب الشركة المصنعة ديال الطوموبيل ديالك",
+ "write Model for your car": "كتب موديل الطوموبيل ديالك",
+ "write Year for your car": "كتب سنة صنع الطوموبيل ديالك",
+ "write Expiration Date for your car":
+ "كتب تاريخ انتهاء رخصة الطوموبيل ديالك",
+ "Tariffs": "التعريفات",
+ "Minimum fare": "الحد الأدنى للأجرة",
+ "Maximum fare": "الحد الأقصى للأجرة",
+ "Flag-down fee": "رسوم فتح العداد",
+ "Including Tax": "شامل الضريبة",
+ "BookingFee": "رسوم الحجز",
+ "Morning": "الصباح",
+ "from 07:30 till 10:30 (Thursday, Friday, Saturday, Monday)":
+ "من 07:30 حتى 10:30 (الخميس، الجمعة، السبت، الاثنين)",
+ "Evening": "المساء",
+ "from 12:00 till 15:00 (Thursday, Friday, Saturday, Monday)":
+ "من 12:00 حتى 15:00 (الخميس، الجمعة، السبت، الاثنين)",
+ "Night": "الليل",
+ "You have in account": "عندك في الحساب",
+ "Select Country": "اختار الدولة",
+ "Ride Today : ": "عدد رحلات اليوم: ",
+ "After this period\nYou can't cancel!":
+ "من بعد هاد الوقت\nمايمكنش تكنسلي!",
+ "from 23:59 till 05:30": "من 23:59 حتى 05:30",
+ "Rate Driver": "قيم السائق",
+ "Total Cost is ": "صافي الربح",
+ "Write note": "كتب ملاحظة",
+ "Time to arrive": "وقت الوصول",
+ "Ride Summaries": "ملخصات الرحلات",
+ "Total Cost": "المبلغ الإجمالي",
+ "Average of Hours of": "متوسط ساعات",
+ " is ON for this month": "في هذا الشهر",
+ "Days": "أيام",
+ "Total Hours on month": "إجمالي الساعات في الشهر",
+ "Counts of Hours on days": "عدد ساعات الأيام",
+ "OrderId": "رقم الرحلة",
+ "created time": "وقت الرحلة",
+ "Intaleq Over": "سرعة عالية",
+ "I will slow down": "واخا غادي نقص السرعة",
+ "Map Passenger": "خريطة الراكب",
+ "Be Slowly": "بالمهل شوية في السرعة",
+ "If you want to make Google Map App run directly when you apply order":
+ "إلا بغيتي تطبيق خرائط جوجل يخدم تلقائي فاش كتطلب الخدمة",
+ "You can change the language of the app": "تقدر تبدل لغة التطبيق",
+ "Your Budget less than needed": "القيمة المدخلة قل من الرصيد ديالك",
+ "You can change the Country to get all features":
+ "تقدر تبدل الدولة باش تحصل على كل المميزات",
+ "There is no Car or Driver in your area.":
+ "ماكاين حتى طوموبيل ولا شيفور فمنطقتك.",
+ "Change Country": "تبديل الدولة",
},
-
"tr": {
+ "1 Passenger": "1 Passenger",
+ "2 Passengers": "2 Passengers",
+ "3 Passengers": "3 Passengers",
+ "4 Passengers": "4 Passengers",
+ "2. Attach Recorded Audio (Optional)":
+ "2. Attach Recorded Audio (Optional)",
+ "Account": "Account",
+ "Actions": "Actions",
+ "Active Users": "Active Users",
+ "Add a Stop": "Add a Stop",
+ "Add a new waypoint stop": "Add a new waypoint stop",
+ "After this period\nYou can\'t cancel!":
+ "After this period\nYou can\'t cancel!",
+ "Age is": "Age is",
+ "Alert": "Alert",
+ "An OTP has been sent to your number.":
+ "An OTP has been sent to your number.",
+ "An error occurred": "An error occurred",
+ "Appearance": "Appearance",
+ "Are you sure you want to delete this file?":
+ "Are you sure you want to delete this file?",
+ "Are you sure you want to logout?":
+ "Are you sure you want to logout?",
+ "Arrived": "Arrived",
+ "Audio Recording": "Audio Recording",
+ "Call": "Call",
+ "Call Support": "Call Support",
+ "Call left": "Call left",
+ "Change Photo": "Change Photo",
+ "Choose from Gallery": "Choose from Gallery",
+ "Choose from contact": "Choose from contact",
+ "Click to track the trip": "Click to track the trip",
+ "Close panel": "Close panel",
+ "Coming": "Coming",
+ "Complete Payment": "Complete Payment",
+ "Confirm Cancellation": "Confirm Cancellation",
+ "Confirm Pickup Location": "Confirm Pickup Location",
+ "Connection failed. Please try again.":
+ "Connection failed. Please try again.",
+ "Could not create ride. Please try again.":
+ "Could not create ride. Please try again.",
+ "Crop Photo": "Crop Photo",
+ "Dark Mode": "Dark Mode",
+ "Delete": "Delete",
+ "Delete Account": "Delete Account",
+ "Delete All": "Delete All",
+ "Delete All Recordings?": "Delete All Recordings?",
+ "Delete Recording?": "Delete Recording?",
+ "Destination Set": "Destination Set",
+ "Distance": "Distance",
+ "Double tap to open search or enter destination":
+ "Double tap to open search or enter destination",
+ "Double tap to set or change this waypoint on the map":
+ "Double tap to set or change this waypoint on the map",
+ "Drawing route on map...": "Drawing route on map...",
+ "Driver Phone": "Driver Phone",
+ "Driver is Going To You": "Driver is Going To You",
+ "Emergency Mode Triggered": "Emergency Mode Triggered",
+ "Emergency SOS": "Emergency SOS",
+ "Enter the 5-digit code": "Enter the 5-digit code",
+ "Enter your City": "Enter your City",
+ "Enter your Password": "Enter your Password",
+ "Failed to book trip: \$e": "Failed to book trip: \$e",
+ "Failed to get location": "Failed to get location",
+ "Failed to initiate payment. Please try again.":
+ "Failed to initiate payment. Please try again.",
+ "Failed to send OTP": "Failed to send OTP",
+ "Failed to upload photo": "Failed to upload photo",
+ "Finished": "Finished",
+ "Fixed Price": "Fixed Price",
+ "General": "General",
+ "Grant": "Grant",
+ "Have a Promo Code?": "Have a Promo Code?",
+ "Hello! I\'m inviting you to try Intaleq.":
+ "Hello! I\'m inviting you to try Intaleq.",
+ "Hi ,I Arrive your site": "Hi ,I Arrive your site",
+ "Hi, Where to": "Hi, Where to",
+ "Home": "Home",
+ "I am currently located at": "I am currently located at",
+ "I'm Safe": "I'm Safe",
+ "If you need to reach me, please contact the driver directly at":
+ "If you need to reach me, please contact the driver directly at",
+ "Image Upload Failed": "Image Upload Failed",
+ "Intaleq Passenger": "Intaleq Passenger",
+ "Invite": "Invite",
+ "Join a channel": "Join a channel",
+ "Last Name": "Last Name",
+ "Leave a detailed comment (Optional)":
+ "Leave a detailed comment (Optional)",
+ "Light Mode": "Light Mode",
+ "Listen": "Listen",
+ "Location": "Location",
+ "Location Received": "Location Received",
+ "Logout": "Logout",
+ "Map Error": "Map Error",
+ "Message": "Message",
+ "Move map to select destination": "Move map to select destination",
+ "Move map to set start location": "Move map to set start location",
+ "Move map to set stop": "Move map to set stop",
+ "Move map to your home location": "Move map to your home location",
+ "Move map to your pickup point": "Move map to your pickup point",
+ "Move map to your work location": "Move map to your work location",
+ "N/A": "N/A",
+ "No Notifications": "No Notifications",
+ "No Recordings Found": "No Recordings Found",
+ "No Rides now!": "No Rides now!",
+ "No contacts available": "No contacts available",
+ "No i want": "No i want",
+ "No notification data found.": "No notification data found.",
+ "No routes available for this destination.":
+ "No routes available for this destination.",
+ "No user found": "No user found",
+ "No,I want": "No,I want",
+ "No.Iwant Cancel Trip.": "No.Iwant Cancel Trip.",
+ "Now move the map to your pickup point":
+ "Now move the map to your pickup point",
+ "Now set the pickup point for the other person":
+ "Now set the pickup point for the other person",
+ "On Trip": "On Trip",
+ "Open": "Open",
+ "Open destination search": "Open destination search",
+ "Open in Google Maps": "Open in Google Maps",
+ "Order VIP Canceld": "Order VIP Canceld",
+ "Passenger": "Passenger",
+ "Passenger cancel order": "Passenger cancel order",
+ "Pay by MTN Wallet": "Pay by MTN Wallet",
+ "Pay by Sham Cash": "Pay by Sham Cash",
+ "Pay by Syriatel Wallet": "Pay by Syriatel Wallet",
+ "Pay with PayPal": "Pay with PayPal",
+ "Phone": "Phone",
+ "Phone Number": "Phone Number",
+ "Phone Number Check": "Phone Number Check",
+ "Phone number seems too short": "Phone number seems too short",
+ "Phone verified. Please complete registration.":
+ "Phone verified. Please complete registration.",
+ "Pick destination on map": "Pick destination on map",
+ "Pick location on map": "Pick location on map",
+ "Pick on map": "Pick on map",
+ "Pick start point on map": "Pick start point on map",
+ "Plan Your Route": "Plan Your Route",
+ "Please add contacts to your phone.":
+ "Please add contacts to your phone.",
+ "Please check your internet and try again.":
+ "Please check your internet and try again.",
+ "Please enter a valid email.": "Please enter a valid email.",
+ "Please enter a valid phone number.":
+ "Please enter a valid phone number.",
+ "Please enter the number without the leading 0":
+ "Please enter the number without the leading 0",
+ "Please enter your phone number": "Please enter your phone number",
+ "Please go to Car now": "Please go to Car now",
+ "Please select a reason first": "Please select a reason first",
+ "Please set a valid SOS phone number.":
+ "Please set a valid SOS phone number.",
+ "Please slow down": "Please slow down",
+ "Please wait while we prepare your trip.":
+ "Please wait while we prepare your trip.",
+ "Preferences": "Preferences",
+ "Profile photo updated": "Profile photo updated",
+ "Quick Message": "Quick Message",
+ "Rating is": "Rating is",
+ "Received empty route data.": "Received empty route data.",
+ "Record": "Record",
+ "Record your trips to see them here.":
+ "Record your trips to see them here.",
+ "Rejected Orders Count": "Rejected Orders Count",
+ "Remove waypoint": "Remove waypoint",
+ "Report": "Report",
+ "Route and prices have been calculated successfully!":
+ "Route and prices have been calculated successfully!",
+ "SOS": "SOS",
+ "Save": "Save",
+ "Save Changes": "Save Changes",
+ "Save Name": "Save Name",
+ "Search country": "Search country",
+ "Search for a starting point": "Search for a starting point",
+ "Select Appearance": "Select Appearance",
+ "Select Education": "Select Education",
+ "Select Gender": "Select Gender",
+ "Select This Ride": "Select This Ride",
+ "Select betweeen types": "Select betweeen types",
+ "Send Email": "Send Email",
+ "Send SOS": "Send SOS",
+ "Send WhatsApp Message": "Send WhatsApp Message",
+ "Server Error": "Server Error",
+ "Server error": "Server error",
+ "Server error. Please try again.": "Server error. Please try again.",
+ "Set Destination": "Set Destination",
+ "Set Phone Number": "Set Phone Number",
+ "Set as Home": "Set as Home",
+ "Set as Stop": "Set as Stop",
+ "Set as Work": "Set as Work",
+ "Share": "Share",
+ "Share Trip": "Share Trip",
+ "Share your experience to help us improve...":
+ "Share your experience to help us improve...",
+ "Something went wrong. Please try again.":
+ "Something went wrong. Please try again.",
+ "Speaking...": "Speaking...",
+ "Speed Over": "Speed Over",
+ "Start Point": "Start Point",
+ "Stay calm. We are here to help.": "Stay calm. We are here to help.",
+ "Stop": "Stop",
+ "Submit Rating": "Submit Rating",
+ "Support & Info": "Support & Info",
+ "System Default": "System Default",
+ "Take a Photo": "Take a Photo",
+ "Tap to apply your discount": "Tap to apply your discount",
+ "Tap to search your destination": "Tap to search your destination",
+ "The driver cancelled the trip.": "The driver cancelled the trip.",
+ "This action cannot be undone.": "This action cannot be undone.",
+ "This action is permanent and cannot be undone.":
+ "This action is permanent and cannot be undone.",
+ "This is for delivery or a motorcycle.":
+ "This is for delivery or a motorcycle.",
+ "Time": "Time",
+ "To :": "To :",
+ "Top up Balance": "Top up Balance",
+ "Top up Balance to continue": "Top up Balance to continue",
+ "Total Invites": "Total Invites",
+ "Total Price": "Total Price",
+ "Trip booked successfully": "Trip booked successfully",
+ "Type your message...": "Type your message...",
+ "Unknown Location": "Unknown Location",
+ "Update Name": "Update Name",
+ "Verified Passenger": "Verified Passenger",
+ "View Map": "View Map",
+ "Wait for the trip to start first":
+ "Wait for the trip to start first",
+ "Waiting...": "Waiting...",
+ "Warning": "Warning",
+ "Waypoint has been set successfully":
+ "Waypoint has been set successfully",
+ "We use location to get accurate and nearest driver for you":
+ "We use location to get accurate and nearest driver for you",
+ "WhatsApp": "WhatsApp",
+ "Why do you want to cancel?": "Why do you want to cancel?",
+ "Yes": "Yes",
+ "You should ideintify your gender for this type of trip!":
+ "You should ideintify your gender for this type of trip!",
+ "You will choose one of above!": "You will choose one of above!",
+ "Your Rewards": "Your Rewards",
+ "Your complaint has been submitted.":
+ "Your complaint has been submitted.",
+ "and acknowledge our Privacy Policy.":
+ "and acknowledge our Privacy Policy.",
+ "as the driver.": "as the driver.",
+ "cancelled": "cancelled",
+ "due to a previous trip.": "due to a previous trip.",
+ "insert sos phone": "insert sos phone",
+ "is driving a": "is driving a",
+ "min added to fare": "min added to fare",
+ "phone not verified": "phone not verified",
+ "to arrive you.": "to arrive you.",
+ "unknown": "unknown",
+ "wait 1 minute to recive message": "wait 1 minute to recive message",
+ "with license plate": "with license plate",
+ "witout zero": "witout zero",
+ "you must insert token code": "you must insert token code",
+ "Syria": "Suriye",
+ "SYP": "SYP",
"Order": "Sipariş",
"OrderVIP": "VIP Sipariş",
"Cancel Trip": "Yolculuğu İptal Et",
"Passenger Cancel Trip": "Yolcu Yolculuğu İptal Etti",
"VIP Order": "VIP Sipariş",
- "Hi ,I Arrive your site": "Selam, konumuna ulaştım",
"The driver accepted your trip": "Sürücü yolculuğunu kabul etti",
"message From passenger": "Yolcumuzdan mesaj",
"Cancel": "İptal",
"Trip Cancelled. The cost of the trip will be added to your wallet.":
"Yolculuk iptal edildi. Ücret cüzdanınıza eklenecektir.",
"token change": "Token değişikliği",
+ "Changed my mind": "Fikrimi değiştirdim",
+ "Please write the reason...": "Lütfen nedeni yazın...",
+ "Found another transport": "Başka bir ulaşım aracı buldum",
+ "Driver is taking too long": "Sürücü çok uzun sürüyor",
+ "Driver asked me to cancel": "Sürücü iptal etmemi istedi",
+ "Wrong pickup location": "Yanlış alış noktası",
+ "Other": "Diğer",
+ "Don't Cancel": "İptal Etme",
+ "No Drivers Found": "Sürücü Bulunamadı",
+ "Sorry, there are no cars available of this type right now.":
+ "Üzgünüz, şu an bu tipte uygun araç yok.",
+ "Refresh Map": "Haritayı Yenile",
"face detect": "Yüz Algılama",
"Face Detection Result": "Yüz Algılama Sonucu",
"similar": "Benzer",
"not similar": "Benzer Değil",
+ "Searching for nearby drivers...": "Yakındaki sürücüler aranıyor...",
+ "Error": "Hata",
+ "Failed to search, please try again later":
+ "Arama başarısız oldu, lütfen daha sonra tekrar deneyin",
+ "Connection Error": "Bağlantı Hatası",
+ "Please check your internet connection":
+ "Lütfen internet bağlantınızı kontrol edin",
+ "Sorry 😔": "Üzgünüz 😔",
+ "The driver cancelled the trip for an emergency reason.\nDo you want to search for another driver immediately?":
+ "Sürücü yolculuğu acil bir nedenle iptal etti.\nHemen başka bir sürücü aramak ister misiniz?",
+ "Search for another driver": "Başka sürücü ara",
+ "We apologize 😔": "Özür dileriz 😔",
+ "No drivers found at the moment.\nPlease try again later.":
+ "Şu anda sürücü bulunamadı.\nLütfen daha sonra tekrar deneyin.",
"Hi ,I will go now": "Selam, şimdi yola çıkıyorum",
"Passenger come to you": "Yolcu size geliyor",
"Call Income": "Gelen Arama",
@@ -4459,8 +7581,6 @@ class MyTranslation extends Translations {
"Driver Applied the Ride for You":
"Sürücü Sizin İçin Yolculuk Başlattı",
"Applied": "Başvuruldu",
- "Pay by Sham Cash": "Sham Cash ile Öde",
- "Pay with Debit Card": "Banka Kartı ile Öde",
"Please go to Car Driver": "Lütfen Sürücüye Gidin",
"Ok I will go now.": "Tamam, şimdi gidiyorum.",
"Accepted Ride": "Kabul Edilen Yolculuk",
@@ -4480,39 +7600,21 @@ class MyTranslation extends Translations {
"The driver canceled your ride.": "Sürücü yolculuğunuzu iptal etti.",
"Driver Finish Trip": "Sürücü Yolculuğu Bitirdi",
"you will pay to Driver": "Sürücüye ödeyeceksiniz",
- "Don’t forget your personal belongings.":
- "Kişisel eşyalarınızı unutmayın.",
+ "Don’t forget your personal belongings.": "Eşyalarınızı unutmayın.",
"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 tüm kişisel eşyalarınızı aldığınızdan ve kalan ücretin cüzdanınıza eklendiğinden emin olun. Intaleq'i seçtiğiniz için teşekkürler.",
+ "Lütfen eşyalarınızı kontrol edin ve kalan ücretin cüzdanınıza eklendiğinden emin olun. Teşekkürler.",
"Finish Monitor": "İzlemeyi Bitir",
- "Trip finished": "Yolculuk tamamlandı",
+ "Trip finished": "Yolculuk bitti",
"Call Income from Driver": "Sürücüden Gelen Arama",
"Driver Cancelled Your Trip": "Sürücü Yolculuğunuzu İptal Etti",
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "Sürücüye zaman maliyetini ödeyeceksiniz, Intaleq Cüzdanınıza bakın",
- "Order Applied": "Sipariş Uygulandı",
+ "Sürücünün zaman maliyetini ödeyeceksiniz, Intaleq Cüzdanınıza bakın",
+ "Order Applied": "Sipariş Alındı",
"welcome to intaleq": "Intaleq'e Hoş Geldiniz",
"login or register subtitle":
"Giriş yapmak veya kayıt olmak için numaranızı girin",
- "An application error occurred.": "Bir uygulama hatası oluştu.",
- "Submission Failed": "Gönderim Başarısız",
- "Your complaint has been submitted.": "Şikayetiniz gönderildi.",
- "Failed to connect to the server. Please try again.":
- "Sunucuya bağlanılamadı. Lütfen tekrar deneyin.",
- "Ride information not found. Please refresh the page.":
- "Yolculuk bilgisi bulunamadı. Lütfen sayfayı yenileyin.",
- "Please describe your issue before submitting.":
- "Lütfen göndermeden önce sorununuzu açıklayın.",
- "An application error occurred during upload.":
- "Yükleme sırasında bir hata oluştu.",
- "Failed to upload audio file.": "Ses dosyası yüklenemedi.",
- "Audio uploaded successfully.": "Ses başarıyla yüklendi.",
"Complaint cannot be filed for this ride. It may not have been completed or started.":
"Bu yolculuk için şikayet oluşturulamaz. Tamamlanmamış veya başlamamış olabilir.",
- "2. Attach Recorded Audio (Optional)":
- "2. Ses Kaydı Ekle (İsteğe Bağlı)",
- "Please enter a description of the issue.":
- "Lütfen sorunun tanımını girin.",
"phone number label": "Telefon Numarası",
"phone number required": "Telefon numarası gerekli",
"send otp button": "Doğrulama Kodu Gönder",
@@ -4533,7 +7635,6 @@ class MyTranslation extends Translations {
"Resend Code": "Kodu Tekrar Gönder",
"You can resend in": "Tekrar gönderim süresi:",
"seconds": "saniye",
- "Error": "Hata",
"Please enter the complete 6-digit code.":
"Lütfen 6 haneli kodu eksiksiz girin.",
"last name required": "Soyad gerekli",
@@ -4548,27 +7649,11 @@ class MyTranslation extends Translations {
"otp verification failed": "Kod doğrulaması başarısız.",
"registration failed": "Kayıt başarısız.",
"welcome user": "Hoş geldin, @firstName!",
- "Cancel Trip from driver": "Sürücü tarafından iptal",
- "We will look for a new driver.\nPlease wait.":
- "Yeni bir sürücü arıyoruz.\nLütfen bekleyin.",
- "The driver canceled your ride.": "Sürücü yolculuğunuzu iptal etti.",
- "Driver Finish Trip": "Sürücü Yolculuğu Bitirdi",
- "you will pay to Driver": "Sürücüye ödeyeceksiniz",
"Don't forget your personal belongings.":
"Kişisel eşyalarınızı unutmayın.",
- "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.",
- "Finish Monitor": "İzlemeyi Bitir",
- "Trip finished": "Yolculuk bitti",
- "Call Income from Driver": "Sürücüden Gelen Arama",
- "Driver Cancelled Your Trip": "Sürücü Yolculuğunuzu İptal Etti",
- "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",
- "Order Applied": "Sipariş Alındı",
"Share App": "Uygulamayı Paylaş",
"Wallet": "Cüzdan",
"Balance": "Bakiye",
- "Don’t forget your personal belongings.": "Eşyalarınızı unutmayın.",
"Profile": "Profil",
"Contact Support": "Destekle İletişime Geç",
"Session expired. Please log in again.":
@@ -4601,15 +7686,10 @@ class MyTranslation extends Translations {
"Order for myself": "Kendim için sipariş ver",
"Are you want to go this site": "Bu konuma gitmek istiyor musunuz?",
"No": "Hayır",
- "Pay by Sham Cash": "Sham Cash ile Öde",
"Intaleq Wallet": "Intaleq Cüzdan",
"Have a promo code?": "Promosyon kodunuz var mı?",
"Your Wallet balance is ": "Cüzdan bakiyeniz: ",
"Cash": "Nakit",
- "Phone Number": "Telefon Numarası",
- "Search country": "Ülke ara",
- "Payment Successful!": "Ödeme Başarılı!",
- "Your payment was successful.": "Ödemeniz başarıyla gerçekleşti.",
"Pay directly to the captain": "Doğrudan Kaptana öde",
"Top up Wallet to continue": "Devam etmek için Cüzdanı doldur",
"Or pay with Cash instead": "Veya Nakit öde",
@@ -4625,20 +7705,7 @@ class MyTranslation extends Translations {
"Top up Wallet": "Cüzdanı Doldur",
"Add funds using our secure methods":
"Güvenli yöntemlerle bakiye ekle",
- "Driver is waiting": "Sürücü bekliyor",
- "Type your message...": "Mesajınızı yazın...",
- "Driver Accepted Request": "Sürücü İsteği Kabul Etti",
- "Message": "Mesaj",
- "Call": "Ara",
- "Set Phone Number": "Telefon Numarası Ayarla",
- "Select This Ride": "Bu Yolculuğu Seç",
- "Call Driver": "Sürücüyü Ara",
"Increase Fare": "Ücreti Artır",
- "Stop": "Dur",
- "Record": "Kaydet",
- "Share": "Paylaş",
- "WhatsApp": "WhatsApp",
- "SOS": "SOS",
"No drivers accepted your request yet":
"Henüz hiçbir sürücü isteğinizi kabul etmedi",
"Increasing the fare might attract more drivers. Would you like to increase the price?":
@@ -4649,16 +7716,11 @@ class MyTranslation extends Translations {
"Route Not Found": "Rota Bulunamadı",
"We couldn't find a valid route to this destination. Please try selecting a different point.":
"Bu hedefe geçerli bir rota bulamadık. Lütfen farklı bir nokta seçin.",
- "alert": "Uyarı",
"You can call or record audio during this trip.":
"Bu yolculuk sırasında arama yapabilir veya ses kaydedebilirsiniz.",
"Warning: Speeding detected!": "Uyarı: Hız sınırı aşıldı!",
- "Fixed Price": "Sabit Fiyat",
- "Report": "Bildir",
"Comfort": "Konfor",
"Intaleq Balance": "Intaleq Bakiyesi",
- "Search for a starting point": "Başlangıç noktası ara",
- "Top up Balance to continue": "Devam etmek için Bakiye Yükle",
"Electric": "Elektrikli",
"Lady": "Kadın",
"Van": "Geniş Araç",
@@ -4676,8 +7738,6 @@ class MyTranslation extends Translations {
"Contacts Loaded": "Kişiler Yüklendi",
"Showing": "Gösteriliyor",
"of": "/",
- "Pay by MTN Wallet": "MTN Cüzdan ile Öde",
- "Pay by Syriatel Wallet": "Syriatel Cüzdan ile Öde",
"Customer not found": "Müşteri bulunamadı",
"Wallet is blocked": "Cüzdan bloke edildi",
"Customer phone is not active": "Müşteri telefonu aktif değil",
@@ -4746,7 +7806,6 @@ class MyTranslation extends Translations {
"Delete Permanently": "Kalıcı Olarak Sil",
"Male": "Erkek",
"Female": "Kadın",
- "Other": "Diğer",
"High School Diploma": "Lise Diploması",
"Associate Degree": "Önlisans",
"Bachelor's Degree": "Lisans",
@@ -4768,8 +7827,6 @@ class MyTranslation extends Translations {
"Van for familly": "Aile için Geniş Araç",
"Are you sure to delete this location?":
"Bu konumu silmek istediğinize emin misiniz?",
- "Change Work location?": "İş konumunu değiştir?",
- "Change Home location?": "Ev konumunu değiştir?",
"Submit a Complaint": "Şikayet Gönder",
"Submit Complaint": "Şikayeti Gönder",
"No trip history found": "Yolculuk geçmişi bulunamadı",
@@ -4790,28 +7847,6 @@ class MyTranslation extends Translations {
"Yeni teklifler için sonra tekrar kontrol et!",
"Valid Until:": "Son Geçerlilik:",
"CODE": "KOD",
- "Login": "Giriş Yap",
- "Sign in for a seamless experience":
- "Kusursuz bir deneyim için giriş yapın",
- "Sign In with Google": "Google ile Giriş Yap",
- "Sign in with Apple": "Apple ile Giriş Yap",
- "User not found": "Kullanıcı bulunamadı",
- "Need assistance? Contact us": "Yardım mı lazım? Bize ulaşın",
- "Email": "E-posta",
- "Your email address": "E-posta adresiniz",
- "Enter a valid email": "Geçerli bir e-posta girin",
- "Password": "Şifre",
- "Your password": "Şifreniz",
- "Enter your password": "Şifrenizi girin",
- "Submit": "Gönder",
- "Terms of Use & Privacy Notice":
- "Kullanım Şartları & Gizlilik Bildirimi",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the ":
- "Aşağıdaki \"Kabul Ediyorum\" seçeneğini seçerek, şunları okuduğumu ve kabul ettiğimi onaylıyorum: ",
- "Terms of Use": "Kullanım Şartları",
- " and acknowledge the ": " ve şunu kabul ediyorum: ",
- "Privacy Notice": "Gizlilik Bildirimi",
- " . I am at least 18 years old.": " . En az 18 yaşındayım.",
"I Agree": "Kabul Ediyorum",
"Continue": "Devam Et",
"Enable Location": "Konumu Etkinleştir",
@@ -4838,213 +7873,6 @@ class MyTranslation extends Translations {
"Copy": "Kopyala",
"Promo Copied!": "Promosyon Kopyalandı!",
"Code": "Kod",
- "copied to clipboard": "panoya kopyalandı",
- "Price": "Fiyat",
- "Intaleq's Response": "Intaleq'in Yanıtı",
- "Awaiting response...": "Yanıt bekleniyor...",
- "Audio file not attached": "Ses dosyası eklenmedi",
- "The audio file is not uploaded yet.\\nDo you want to submit without it?":
- "Ses dosyası henüz yüklenmedi.\\nOnsuz göndermek istiyor musunuz?",
- "deleted": "silindi",
- "To Work": "İşe",
- "Work Saved": "İş Kaydedildi",
- "To Home": "Eve",
- "Home Saved": "Ev Kaydedildi",
- "Destination selected": "Varış noktası seçildi",
- "Now select start pick": "Şimdi başlangıç noktasını seç",
- "OK": "TAMAM",
- "Confirm Pick-up Location": "Alım Konumunu Onayla",
- "Set Location on Map": "Konumu Haritada Belirle",
- "Leave a detailed comment (Optional)":
- "Detaylı yorum bırak (İsteğe Bağlı)",
- "Share your experience to help us improve...":
- "Gelişmemize yardımcı olmak için deneyimini paylaş...",
- "Your valuable feedback helps us improve our service quality.":
- "Değerli geri bildiriminiz hizmet kalitemizi artırmaya yardımcı olur.",
- "witout zero": "sıfır olmadan",
- "Top up Balance": "Bakiye Yükle",
- "An error occurred": "Bir hata oluştu",
- "Send WhatsApp Message": "WhatsApp Mesajı Gönder",
- "How was your trip with": "Yolculuğun nasıldı:",
- "Drawing route on map...": "Rota haritaya çiziliyor...",
- "Please wait while we prepare your trip.":
- "Lütfen yolculuğunuz hazırlanırken bekleyin.",
- "Submit Rating": "Puanı Gönder",
- "Call Support": "Desteği Ara",
- "You can contact us during working hours from 10:00 - 16:00.":
- "Çalışma saatleri (10:00 - 16:00) içinde bize ulaşabilirsiniz.",
- "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.":
- "Intaleq, Türkiye'deki yolcular için tasarlanmış en güvenli ve güvenilir araç paylaşım uygulamasıdır. Güvenliğinizi ve rahatlığınızı ön planda tutarak konforlu, saygılı ve uygun fiyatlı bir yolculuk deneyimi sunuyoruz. Güvenilir kaptanlarımız doğrulanmış, sigortalıdır. Intaleq ile her yolculukta kalitenin ve güvenin tadını çıkarın.",
- "Work time is from 10:00 AM to 16:00 PM.\nYou can send a WhatsApp message or email.":
- "Çalışma saatleri 10:00 - 16:00 arasıdır.\nWhatsApp mesajı veya e-posta gönderebilirsiniz.",
- "Sorry": "Üzgünüz",
- "Customer MSISDN doesn’t have customer wallet":
- "Müşteri numarasının cüzdanı yok",
- "Please enter the number without the leading 0":
- "Lütfen numarayı başında 0 olmadan girin",
- "Please enter your phone number": "Lütfen telefon numaranızı girin",
- "Phone number seems too short": "Telefon numarası çok kısa görünüyor",
- "No cars are available at the moment. Please try again later.":
- "Şu anda müsait araç yok. Lütfen daha sonra tekrar deneyin.",
- "Nearest Car: ~": "En Yakın Araç: ~",
- "Nearest Car": "En Yakın Araç",
- "No cars nearby": "Yakında araç yok",
- "Favorite Places": "Favori Yerler",
- "No favorite places yet!": "Henüz favori yer yok!",
- "from your favorites": "favorilerinizden",
- "Back": "Geri",
- "Enter your code below to apply the discount.":
- "İndirimi uygulamak için kodu aşağıya girin.",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the":
- "Aşağıda \"Kabul Ediyorum\"u seçerek, şunları okuduğumu ve kabul ettiğimi onaylıyorum:",
- "and acknowledge the": "ve şunu kabul ediyorum:",
- "Enable Location Access": "Konum Erişimini Etkinleştir",
- "We need your location to find nearby drivers for pickups and drop-offs.":
- "Alım ve bırakma işlemleri için yakındaki sürücüleri bulmak adına konumunuza ihtiyacımız var.",
- "You should restart app to change language":
- "Dili değiştirmek için uygulamayı yeniden başlatmalısınız",
- "Home Page": "Ana Sayfa",
- "To change Language the App": "Uygulama Dilini Değiştirmek İçin",
- "Learn more about our app and mission":
- "Uygulamamız ve misyonumuz hakkında daha fazla bilgi edinin",
- "Promos For Today": "Bugünün Fırsatları",
- "Choose your ride": "Yolculuğunu seç",
- "Your Journey Begins Here": "Yolculuğun Burada Başlıyor",
- "Bonus gift": "Bonus hediye",
- "Pay": "Öde",
- "Get": "Al",
- "Send to Driver Again": "Sürücüye Tekrar Gönder",
- "Driver Name:": "Sürücü Adı:",
- "No trip data available": "Yolculuk verisi yok",
- "Car Plate:": "Plaka:",
- "remaining": "kalan",
- "Order Cancelled": "Sipariş İptal Edildi",
- "You canceled VIP trip": "VIP yolculuğu iptal ettiniz",
- "Passenger cancelled order": "Yolcu siparişi iptal etti",
- "Your trip is scheduled": "Yolculuğunuz planlandı",
- "Don't forget your ride!": "Yolculuğunu unutma!",
- "Trip updated successfully": "Yolculuk başarıyla güncellendi",
- "Car Make:": "Marka:",
- "Car Model:": "Model:",
- "Car Color:": "Renk:",
- "Driver Phone:": "Sürücü Tel:",
- "Pre-booking": "Ön Rezervasyon",
- "Waiting VIP": "VIP Bekleniyor",
- "Driver List": "Sürücü Listesi",
- "Confirm Trip": "Yolculuğu Onayla",
- "Select date and time of trip": "Yolculuk tarihini ve saatini seç",
- "Date and Time Picker": "Tarih ve Saat Seçici",
- "Trip Status:": "Yolculuk Durumu:",
- "pending": "bekliyor",
- "accepted": "kabul edildi",
- "rejected": "reddedildi",
- "Apply": "Uygula",
- "Enter your promo code": "Promosyon kodunu gir",
- "Apply Promo Code": "Promosyon Kodunu Uygula",
- "Scheduled Time:": "Planlanan Zaman:",
- "No drivers available": "Sürücü yok",
- "No drivers available at the moment. Please try again later.":
- "Şu anda müsait sürücü yok. Lütfen daha sonra tekrar deneyin.",
- "you have a negative balance of": "negatif bakiyeniz var:",
- "Please try again in a few moments":
- "Lütfen birkaç dakika içinde tekrar deneyin",
- "Unknown Driver": "Bilinmeyen Sürücü",
- "in your": "cüzdanınızda",
- "The driver accepted your order for":
- "Sürücü siparişinizi şu tutara kabul etti:",
- "wallet due to a previous trip.":
- "önceki yolculuk nedeniyle cüzdandan.",
- "rides": "yolculuklar",
- "Add Work": "İş Ekle",
- "The reason is": "Sebep:",
- "User does not have a wallet #1652": "Kullanıcının cüzdanı yok #1652",
- "Price of trip": "Yolculuk ücreti",
- "From:": "Nereden:",
- "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
- "Intaleq ve Teslimat yolculukları için fiyat dinamik hesaplanır. Konfor yolculukları için fiyat zaman ve mesafeye dayalıdır.",
- "Phone Wallet Saved Successfully":
- "Telefon Cüzdanı Başarıyla Kaydedildi",
- "Add wallet phone you use": "Kullandığınız cüzdan telefonunu ekleyin",
- "Update Available": "Güncelleme Mevcut",
- "Phone number must be exactly 11 digits long":
- "Telefon numarası tam 11 haneli olmalıdır",
- "Insert Wallet phone number": "Cüzdan telefon numarasını girin",
- "Phone number isn't an Egyptian phone number":
- "Telefon numarası Türkiye numarası değil",
- "A new version of the app is available. Please update to the latest version.":
- "Uygulamanın yeni bir sürümü mevcut. Lütfen güncelleyin.",
- "We use location to get accurate and nearest passengers for you":
- "Size en yakın ve doğru yolcuları bulmak için konumu kullanıyoruz",
- "This ride is already applied by another driver.":
- "Bu yolculuk başka bir sürücü tarafından alınmış.",
- "We use your precise location to find the nearest available driver and provide accurate pickup and dropoff information. You can manage this in Settings.":
- "En yakın sürücüyü bulmak ve doğru konum bilgisi sağlamak için hassas konumunuzu kullanıyoruz. Ayarlardan yönetebilirsiniz.",
- "Where are you, sir?": "Neredesiniz efendim?",
- "I've been trying to reach you but your phone is off.":
- "Size ulaşmaya çalışıyorum ama telefonunuz kapalı.",
- "Please don't be late": "Lütfen gecikmeyin",
- "Please don't be late, I'm waiting for you at the specified location.":
- "Lütfen gecikmeyin, belirtilen konumda sizi bekliyorum.",
- "My location is correct. You can search for me using the navigation app":
- "Konumum doğru. Navigasyon uygulamasıyla beni arayabilirsiniz.",
- "Hello, I'm at the agreed-upon location":
- "Merhaba, anlaşılan konumdayım",
- "How much longer will you be?": "Ne kadar sürer?",
- "Phone number is verified before":
- "Telefon numarası daha önce doğrulanmış",
- "Change Ride": "Yolculuğu Değiştir",
- "You can change the destination by long-pressing any point on the map":
- "Haritada herhangi bir noktaya uzun basarak varış yerini değiştirebilirsiniz",
- "Pick from map destination": "Haritadan varış yeri seç",
- "Pick or Tap to confirm": "Seç veya Onaylamak için Dokun",
- "Accepted your order": "Siparişinizi kabul etti",
- "Order Accepted": "Sipariş Kabul Edildi",
- "with type": "türü ile",
- "accepted your order at price":
- "siparişinizi şu fiyattan kabul etti:",
- "you canceled order": "siparişi iptal ettiniz",
- "If you want order to another person":
- "Başka birine sipariş vermek isterseniz",
- "upgrade price": "fiyatı yükselt",
- "airport": "havalimanı",
- "Best choice for a comfortable car with a flexible route and stop points. This airport offers visa entry at this price.":
- "Esnek rota ve durak noktaları ile konforlu bir araç için en iyi seçim.",
- "You can upgrade price to may driver accept your order":
- "Sürücünün kabul etmesi için fiyatı yükseltebilirsiniz",
- "Change Route": "Rotayı Değiştir",
- "No Captain Accepted Your Order":
- "Hiçbir Kaptan Siparişinizi Kabul Etmedi",
- "We are looking for a captain but the price may increase to let a captain accept":
- "Kaptan arıyoruz ancak kabul edilmesi için fiyat artabilir",
- "No, I want to cancel this trip":
- "Hayır, bu yolculuğu iptal etmek istiyorum",
- "Attention": "Dikkat",
- "Trip Cancelled. The cost of the trip will be deducted from your wallet.":
- "Yolculuk İptal Edildi. Yolculuk ücreti cüzdanınızdan düşülecektir.",
- "You will be charged for the cost of the driver coming to your location.":
- "Sürücünün konumunuza gelme maliyeti tahsil edilecektir.",
- "reject your order.": "siparişinizi reddetti.",
- "Order Under Review": "Sipariş İnceleniyor",
- "is reviewing your order. They may need more information or a higher price.":
- "siparişinizi inceliyor. Daha fazla bilgi veya yüksek fiyat gerekebilir.",
- "Vibration": "Titreşim",
- "Resend code": "Kodu tekrar gönder",
- "change device": "cihaz değiştir",
- "Device Change Detected": "Cihaz Değişikliği Algılandı",
- "You can only use one device at a time. This device will now be set as your active device.":
- "Aynı anda sadece bir cihaz kullanabilirsiniz. Bu cihaz şimdi aktif cihazınız olarak ayarlanacak.",
- "Click here point": "Buraya tıkla",
- "Are you want to change": "Değiştirmek istiyor musunuz?",
- "by": "tarafından",
- "Enter your complaint here": "Şikayetinizi buraya girin",
- "Please enter your complaint.": "Lütfen şikayetinizi girin.",
- "Complaint data saved successfully":
- "Şikayet verisi başarıyla kaydedildi",
- "Trip Monitor": "Yolculuk İzleme",
- "Insert SOS Phone": "Acil Durum Telefonu Gir",
- "Add SOS Phone": "Acil Durum Telefonu Ekle",
- "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 ,":
- "Sevgili ,\n\n🚀 Heyecanlı bir yolculuğa başladım ve detayları ile anlık konumumu seninle paylaşmak istiyorum! Lütfen Intaleq uygulamasını indir. Böylece yolculuk detaylarımı ve son konumumu görebilirsin.\n\n👉 İndirme linki: \nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\niOS [https://getapp.cc/app/6458734951]\n\nMaceram boyunca seni yakınımda hissetmek istiyorum!\n\nIntaleq ,",
"Send Intaleq app to him": "Ona Intaleq uygulamasını gönder",
"No passenger found for the given phone number":
"Verilen numara için yolcu bulunamadı",
@@ -5118,8 +7946,8 @@ class MyTranslation extends Translations {
"Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.":
"Intaleq nakit veya kredi/banka kartı ile ödeme seçenekleri sunar.",
"Can I cancel my ride?": "Yolculuğumu iptal edebilir miyim?",
- "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 zamanlamasına göre ücret uygulanabilir.",
+ "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.",
"Driver Registration & Requirements": "Sürücü Kaydı & Gereksinimler",
"How can I register as a driver?":
"Sürücü olarak nasıl kayıt olurum?",
@@ -5172,37 +8000,6 @@ class MyTranslation extends Translations {
"Başka bir sürücüden davet kodunuz var mı?",
"Paste the code here": "Kodu buraya yapıştır",
"No, I don't have a code": "Hayır, kodum yok",
- "Code approved": "Kod onaylandı",
- "Install our app:": "Uygulamamızı yükle:",
- "Invite another driver and both get a gift after he completes 100 trips!":
- "Başka bir sürücüyü davet et, 100 yolculuk tamamlayınca ikiniz de kazanın!",
- "Invite": "Davet Et",
- "Are you sure?": "Emin misiniz?",
- "This will delete all recorded files from your device.":
- "Bu işlem cihazınızdaki tüm kayıtlı dosyaları silecek.",
- "Select a file": "Dosya seç",
- "Select a File": "Dosya Seç",
- "Delete": "Sil",
- "attach audio of complain": "şikayet ses kaydını ekle",
- "Phone Number Check": "Telefon Numarası Kontrolü",
- "Drivers received orders": "Sürücüler siparişleri aldı",
- "No audio files recorded.": "Ses dosyası kaydedilmedi.",
- "This is for delivery or a motorcycle.":
- "Bu teslimat veya motosiklet içindir.",
- "Intaleq Reminder": "Intaleq Hatırlatıcı",
- "It's time to check the Intaleq app!":
- "Intaleq uygulamasını kontrol etme zamanı!",
- "you must insert token code": "token kodunu girmelisiniz",
- "Something went wrong. Please try again.":
- "Bir şeyler ters gitti. Lütfen tekrar deneyin.",
- "Trip Details": "Yolculuk Detayları",
- "The context does not provide any complaint details, so I cannot provide a solution to this issue. Please provide the necessary information, and I will be happy to assist you.":
- "Şikayet detayı yok, çözüm sunamıyorum. Lütfen bilgi sağlayın.",
- "Submit Your Complaint": "Şikayetinizi Gönderin",
- "Status": "Durum",
- "Choose from contact": "Rehberden seç",
- "attach correct audio": "doğru sesi ekle",
- "be sure": "emin olun",
"Audio uploaded successfully.": "Ses başarıyla yüklendi.",
"Perfect for passengers seeking the latest car models with the freedom to choose any route they desire":
"En yeni model araçlar ve rota özgürlüğü isteyen yolcular için mükemmel",
@@ -5420,6 +8217,7 @@ class MyTranslation extends Translations {
"Please enter a valid 16-digit card number":
"Lütfen geçerli 16 haneli kart numarasını girin",
"Add Phone": "Telefon Ekle",
+ "Please enter a phone number": "Lütfen bir telefon numarası girin",
"You dont Add Emergency Phone Yet!":
"Henüz Acil Durum Telefonu Eklemediniz!",
"You will arrive to your destination after ":
@@ -5938,7 +8736,6 @@ class MyTranslation extends Translations {
"Edit Your data": "Verilerini Düzenle",
"write vin for your car": "aracın şasi numarasını yaz",
"VIN": "Şasi No",
- "Device Change Detected": "Cihaz Değişikliği Algılandı",
"Please verify your identity": "Lütfen kimliğinizi doğrulayın",
"write Color for your car": "aracın rengini yaz",
"write Make for your car": "aracın markasını yaz",
@@ -5989,15 +8786,277 @@ class MyTranslation extends Translations {
"Your Budget less than needed": "Bütçeniz gerekenden az",
"You can change the Country to get all features":
"Tüm özellikleri almak için Ülkeyi değiştirebilirsiniz",
- "Change Country": "Ülke Değiştir"
+ "There is no Car or Driver in your area.":
+ "Bölgenizde araç veya sürücü bulunmamaktadır.",
+ "Change Country": "Ülke Değiştir",
},
"fr": {
+ "1 Passenger": "1 Passenger",
+ "2 Passengers": "2 Passengers",
+ "3 Passengers": "3 Passengers",
+ "4 Passengers": "4 Passengers",
+ "2. Attach Recorded Audio (Optional)":
+ "2. Attach Recorded Audio (Optional)",
+ "Account": "Account",
+ "Actions": "Actions",
+ "Active Users": "Active Users",
+ "Add a Stop": "Add a Stop",
+ "Add a new waypoint stop": "Add a new waypoint stop",
+ "After this period\nYou can\'t cancel!":
+ "After this period\nYou can\'t cancel!",
+ "Age is": "Age is",
+ "Alert": "Alert",
+ "An OTP has been sent to your number.":
+ "An OTP has been sent to your number.",
+ "An error occurred": "An error occurred",
+ "Appearance": "Appearance",
+ "Are you sure you want to delete this file?":
+ "Are you sure you want to delete this file?",
+ "Are you sure you want to logout?":
+ "Are you sure you want to logout?",
+ "Arrived": "Arrived",
+ "Audio Recording": "Audio Recording",
+ "Call": "Call",
+ "Call Support": "Call Support",
+ "Call left": "Call left",
+ "Change Photo": "Change Photo",
+ "Choose from Gallery": "Choose from Gallery",
+ "Choose from contact": "Choose from contact",
+ "Click to track the trip": "Click to track the trip",
+ "Close panel": "Close panel",
+ "Coming": "Coming",
+ "Complete Payment": "Complete Payment",
+ "Confirm Cancellation": "Confirm Cancellation",
+ "Confirm Pickup Location": "Confirm Pickup Location",
+ "Connection failed. Please try again.":
+ "Connection failed. Please try again.",
+ "Could not create ride. Please try again.":
+ "Could not create ride. Please try again.",
+ "Crop Photo": "Crop Photo",
+ "Dark Mode": "Dark Mode",
+ "Delete": "Delete",
+ "Delete Account": "Delete Account",
+ "Delete All": "Delete All",
+ "Delete All Recordings?": "Delete All Recordings?",
+ "Delete Recording?": "Delete Recording?",
+ "Destination Set": "Destination Set",
+ "Distance": "Distance",
+ "Double tap to open search or enter destination":
+ "Double tap to open search or enter destination",
+ "Double tap to set or change this waypoint on the map":
+ "Double tap to set or change this waypoint on the map",
+ "Drawing route on map...": "Drawing route on map...",
+ "Driver Phone": "Driver Phone",
+ "Driver is Going To You": "Driver is Going To You",
+ "Emergency Mode Triggered": "Emergency Mode Triggered",
+ "Emergency SOS": "Emergency SOS",
+ "Enter the 5-digit code": "Enter the 5-digit code",
+ "Enter your City": "Enter your City",
+ "Enter your Password": "Enter your Password",
+ "Failed to book trip: \$e": "Failed to book trip: \$e",
+ "Failed to get location": "Failed to get location",
+ "Failed to initiate payment. Please try again.":
+ "Failed to initiate payment. Please try again.",
+ "Failed to send OTP": "Failed to send OTP",
+ "Failed to upload photo": "Failed to upload photo",
+ "Finished": "Finished",
+ "Fixed Price": "Fixed Price",
+ "General": "General",
+ "Grant": "Grant",
+ "Have a Promo Code?": "Have a Promo Code?",
+ "Hello! I\'m inviting you to try Intaleq.":
+ "Hello! I\'m inviting you to try Intaleq.",
+ "Hi ,I Arrive your site": "Hi ,I Arrive your site",
+ "Hi, Where to": "Hi, Where to",
+ "Home": "Home",
+ "I am currently located at": "I am currently located at",
+ "I'm Safe": "I'm Safe",
+ "If you need to reach me, please contact the driver directly at":
+ "If you need to reach me, please contact the driver directly at",
+ "Image Upload Failed": "Image Upload Failed",
+ "Intaleq Passenger": "Intaleq Passenger",
+ "Invite": "Invite",
+ "Join a channel": "Join a channel",
+ "Last Name": "Last Name",
+ "Leave a detailed comment (Optional)":
+ "Leave a detailed comment (Optional)",
+ "Light Mode": "Light Mode",
+ "Listen": "Listen",
+ "Location": "Location",
+ "Location Received": "Location Received",
+ "Logout": "Logout",
+ "Map Error": "Map Error",
+ "Message": "Message",
+ "Move map to select destination": "Move map to select destination",
+ "Move map to set start location": "Move map to set start location",
+ "Move map to set stop": "Move map to set stop",
+ "Move map to your home location": "Move map to your home location",
+ "Move map to your pickup point": "Move map to your pickup point",
+ "Move map to your work location": "Move map to your work location",
+ "N/A": "N/A",
+ "No Notifications": "No Notifications",
+ "No Recordings Found": "No Recordings Found",
+ "No Rides now!": "No Rides now!",
+ "No contacts available": "No contacts available",
+ "No i want": "No i want",
+ "No notification data found.": "No notification data found.",
+ "No routes available for this destination.":
+ "No routes available for this destination.",
+ "No user found": "No user found",
+ "No,I want": "No,I want",
+ "No.Iwant Cancel Trip.": "No.Iwant Cancel Trip.",
+ "Now move the map to your pickup point":
+ "Now move the map to your pickup point",
+ "Now set the pickup point for the other person":
+ "Now set the pickup point for the other person",
+ "On Trip": "On Trip",
+ "Open": "Open",
+ "Open destination search": "Open destination search",
+ "Open in Google Maps": "Open in Google Maps",
+ "Order VIP Canceld": "Order VIP Canceld",
+ "Passenger": "Passenger",
+ "Passenger cancel order": "Passenger cancel order",
+ "Pay by MTN Wallet": "Pay by MTN Wallet",
+ "Pay by Sham Cash": "Pay by Sham Cash",
+ "Pay by Syriatel Wallet": "Pay by Syriatel Wallet",
+ "Pay with PayPal": "Pay with PayPal",
+ "Phone": "Phone",
+ "Phone Number": "Phone Number",
+ "Phone Number Check": "Phone Number Check",
+ "Phone number seems too short": "Phone number seems too short",
+ "Phone verified. Please complete registration.":
+ "Phone verified. Please complete registration.",
+ "Pick destination on map": "Pick destination on map",
+ "Pick location on map": "Pick location on map",
+ "Pick on map": "Pick on map",
+ "Pick start point on map": "Pick start point on map",
+ "Plan Your Route": "Plan Your Route",
+ "Please add contacts to your phone.":
+ "Please add contacts to your phone.",
+ "Please check your internet and try again.":
+ "Please check your internet and try again.",
+ "Please enter a valid email.": "Please enter a valid email.",
+ "Please enter a valid phone number.":
+ "Please enter a valid phone number.",
+ "Please enter the number without the leading 0":
+ "Please enter the number without the leading 0",
+ "Please enter your phone number": "Please enter your phone number",
+ "Please go to Car now": "Please go to Car now",
+ "Please select a reason first": "Please select a reason first",
+ "Please set a valid SOS phone number.":
+ "Please set a valid SOS phone number.",
+ "Please slow down": "Please slow down",
+ "Please wait while we prepare your trip.":
+ "Please wait while we prepare your trip.",
+ "Preferences": "Preferences",
+ "Profile photo updated": "Profile photo updated",
+ "Quick Message": "Quick Message",
+ "Rating is": "Rating is",
+ "Received empty route data.": "Received empty route data.",
+ "Record": "Record",
+ "Record your trips to see them here.":
+ "Record your trips to see them here.",
+ "Rejected Orders Count": "Rejected Orders Count",
+ "Remove waypoint": "Remove waypoint",
+ "Report": "Report",
+ "Route and prices have been calculated successfully!":
+ "Route and prices have been calculated successfully!",
+ "SOS": "SOS",
+ "Save": "Save",
+ "Save Changes": "Save Changes",
+ "Save Name": "Save Name",
+ "Search country": "Search country",
+ "Search for a starting point": "Search for a starting point",
+ "Select Appearance": "Select Appearance",
+ "Select Education": "Select Education",
+ "Select Gender": "Select Gender",
+ "Select This Ride": "Select This Ride",
+ "Select betweeen types": "Select betweeen types",
+ "Send Email": "Send Email",
+ "Send SOS": "Send SOS",
+ "Send WhatsApp Message": "Send WhatsApp Message",
+ "Server Error": "Server Error",
+ "Server error": "Server error",
+ "Server error. Please try again.": "Server error. Please try again.",
+ "Set Destination": "Set Destination",
+ "Set Phone Number": "Set Phone Number",
+ "Set as Home": "Set as Home",
+ "Set as Stop": "Set as Stop",
+ "Set as Work": "Set as Work",
+ "Share": "Share",
+ "Share Trip": "Share Trip",
+ "Share your experience to help us improve...":
+ "Share your experience to help us improve...",
+ "Something went wrong. Please try again.":
+ "Something went wrong. Please try again.",
+ "Speaking...": "Speaking...",
+ "Speed Over": "Speed Over",
+ "Start Point": "Start Point",
+ "Stay calm. We are here to help.": "Stay calm. We are here to help.",
+ "Stop": "Stop",
+ "Submit Rating": "Submit Rating",
+ "Support & Info": "Support & Info",
+ "System Default": "System Default",
+ "Take a Photo": "Take a Photo",
+ "Tap to apply your discount": "Tap to apply your discount",
+ "Tap to search your destination": "Tap to search your destination",
+ "The driver cancelled the trip.": "The driver cancelled the trip.",
+ "This action cannot be undone.": "This action cannot be undone.",
+ "This action is permanent and cannot be undone.":
+ "This action is permanent and cannot be undone.",
+ "This is for delivery or a motorcycle.":
+ "This is for delivery or a motorcycle.",
+ "Time": "Time",
+ "To :": "To :",
+ "Top up Balance": "Top up Balance",
+ "Top up Balance to continue": "Top up Balance to continue",
+ "Total Invites": "Total Invites",
+ "Total Price": "Total Price",
+ "Trip booked successfully": "Trip booked successfully",
+ "Type your message...": "Type your message...",
+ "Unknown Location": "Unknown Location",
+ "Update Name": "Update Name",
+ "Verified Passenger": "Verified Passenger",
+ "View Map": "View Map",
+ "Wait for the trip to start first":
+ "Wait for the trip to start first",
+ "Waiting...": "Waiting...",
+ "Warning": "Warning",
+ "Waypoint has been set successfully":
+ "Waypoint has been set successfully",
+ "We use location to get accurate and nearest driver for you":
+ "We use location to get accurate and nearest driver for you",
+ "WhatsApp": "WhatsApp",
+ "Why do you want to cancel?": "Why do you want to cancel?",
+ "Yes": "Yes",
+ "You should ideintify your gender for this type of trip!":
+ "You should ideintify your gender for this type of trip!",
+ "You will choose one of above!": "You will choose one of above!",
+ "Your Rewards": "Your Rewards",
+ "Your complaint has been submitted.":
+ "Your complaint has been submitted.",
+ "and acknowledge our Privacy Policy.":
+ "and acknowledge our Privacy Policy.",
+ "as the driver.": "as the driver.",
+ "cancelled": "cancelled",
+ "due to a previous trip.": "due to a previous trip.",
+ "insert sos phone": "insert sos phone",
+ "is driving a": "is driving a",
+ "min added to fare": "min added to fare",
+ "phone not verified": "phone not verified",
+ "to arrive you.": "to arrive you.",
+ "unknown": "unknown",
+ "wait 1 minute to recive message": "wait 1 minute to recive message",
+ "with license plate": "with license plate",
+ "witout zero": "witout zero",
+ "you must insert token code": "you must insert token code",
+ "Syria": "Syrie",
+ "SYP": "SYP",
"Order": "Commande",
"OrderVIP": "Commande VIP",
"Cancel Trip": "Annuler le trajet",
"Passenger Cancel Trip": "Le passager a annulé le trajet",
"VIP Order": "Commande VIP",
- "Hi ,I Arrive your site": "Bonjour, je suis arrivé à votre position",
"The driver accepted your trip":
"Le chauffeur a accepté votre trajet",
"message From passenger": "Message du passager",
@@ -6005,10 +9064,37 @@ class MyTranslation extends Translations {
"Trip Cancelled. The cost of the trip will be added to your wallet.":
"Trajet annulé. Les frais seront crédités sur votre portefeuille.",
"token change": "Changement de jeton",
+ "Changed my mind": "J'ai changé d'avis",
+ "Please write the reason...": "Veuillez écrire la raison...",
+ "Found another transport": "J'ai trouvé un autre transport",
+ "Driver is taking too long": "Le chauffeur met trop de temps",
+ "Driver asked me to cancel": "Le chauffeur m'a demandé d'annuler",
+ "Wrong pickup location": "Mauvais lieu de prise en charge",
+ "Other": "Autre",
+ "Don't Cancel": "N'annulez pas",
+ "No Drivers Found": "Aucun chauffeur trouvé",
+ "Sorry, there are no cars available of this type right now.":
+ "Désolé, aucune voiture de ce type n'est disponible pour le moment.",
+ "Refresh Map": "Actualiser la carte",
"face detect": "Détection de visage",
"Face Detection Result": "Résultat de la détection de visage",
"similar": "Similaire",
"not similar": "Non similaire",
+ "Searching for nearby drivers...":
+ "Recherche de chauffeurs à proximité...",
+ "Error": "Erreur",
+ "Failed to search, please try again later":
+ "Échec de la recherche, veuillez réessayer plus tard",
+ "Connection Error": "Erreur de connexion",
+ "Please check your internet connection":
+ "Veuillez vérifier votre connexion Internet",
+ "Sorry 😔": "Désolé 😔",
+ "The driver cancelled the trip for an emergency reason.\nDo you want to search for another driver immediately?":
+ "Le chauffeur a annulé le trajet pour une raison d'urgence.\nVoulez-vous chercher un autre chauffeur immédiatement ?",
+ "Search for another driver": "Chercher un autre chauffeur",
+ "We apologize 😔": "Nous nous excusons 😔",
+ "No drivers found at the moment.\nPlease try again later.":
+ "Aucun chauffeur trouvé pour le moment.\nVeuillez réessayer plus tard.",
"Hi ,I will go now": "Bonjour, je pars maintenant",
"Passenger come to you": "Le passager vient vers vous",
"Call Income": "Appel entrant",
@@ -6025,8 +9111,6 @@ class MyTranslation extends Translations {
"Driver Applied the Ride for You":
"Le chauffeur a demandé le trajet pour vous",
"Applied": "Demandé",
- "Pay by Sham Cash": "Payer via Sham Cash",
- "Pay with Debit Card": "Payer par carte de débit",
"Please go to Car Driver": "Veuillez rejoindre le chauffeur",
"Ok I will go now.": "D'accord, j'y vais maintenant.",
"Accepted Ride": "Trajet accepté",
@@ -6041,49 +9125,29 @@ class MyTranslation extends Translations {
"Veuillez rester au point de prise en charge.",
"message From Driver": "Message du chauffeur",
"Trip is Begin": "Le trajet commence",
- "Cancel Trip from driver": "Annulation du trajet par le chauffeur",
+ "Cancel Trip from driver": "Annuler le trajet (Chauffeur)",
"We will look for a new driver.\nPlease wait.":
"Nous cherchons un nouveau chauffeur.\nVeuillez patienter.",
"The driver canceled your ride.":
"Le chauffeur a annulé votre course.",
- "Driver Finish Trip": "Le chauffeur a terminé le trajet",
+ "Driver Finish Trip": "Le chauffeur a terminé la course",
"you will pay to Driver": "Vous paierez au chauffeur",
"Don’t forget your personal belongings.":
"N'oubliez pas vos effets personnels.",
"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 vous assurer d'avoir tous vos effets personnels et que tout solde restant a été ajouté à votre portefeuille avant de partir. Merci d'avoir choisi Intaleq.",
- "Finish Monitor": "Terminer le suivi",
+ "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.",
+ "Finish Monitor": "Terminer la surveillance",
"Trip finished": "Trajet terminé",
"Call Income from Driver": "Appel entrant du chauffeur",
"Driver Cancelled Your Trip": "Le chauffeur a annulé votre trajet",
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "Vous paierez le chauffeur pour son temps, vérifiez votre portefeuille Intaleq",
- "Order Applied": "Commande appliquée",
+ "Vous paierez le temps du chauffeur, consultez votre portefeuille Intaleq",
+ "Order Applied": "Commande passée",
"welcome to intaleq": "Bienvenue chez Intaleq",
"login or register subtitle":
"Entrez votre numéro de mobile pour vous connecter ou vous inscrire",
- "An application error occurred.":
- "Une erreur d'application s'est produite.",
- "Submission Failed": "Échec de l'envoi",
- "Your complaint has been submitted.":
- "Votre réclamation a été envoyée.",
- "Failed to connect to the server. Please try again.":
- "Échec de la connexion au serveur. Veuillez réessayer.",
- "Ride information not found. Please refresh the page.":
- "Informations sur le trajet introuvables. Veuillez actualiser la page.",
- "Please describe your issue before submitting.":
- "Veuillez décrire votre problème avant d'envoyer.",
- "An application error occurred during upload.":
- "Une erreur s'est produite lors du téléchargement.",
- "Failed to upload audio file.":
- "Échec du téléchargement du fichier audio.",
- "Audio uploaded successfully.": "Audio téléchargé avec succès.",
"Complaint cannot be filed for this ride. It may not have been completed or started.":
"Impossible de déposer une plainte pour ce trajet. Il n'a peut-être pas été terminé ou commencé.",
- "2. Attach Recorded Audio (Optional)":
- "2. Joindre un enregistrement audio (Optionnel)",
- "Please enter a description of the issue.":
- "Veuillez entrer une description du problème.",
"phone number label": "Numéro de téléphone",
"phone number required": "Numéro de téléphone requis",
"send otp button": "Envoyer le code OTP",
@@ -6105,7 +9169,6 @@ class MyTranslation extends Translations {
"Resend Code": "Renvoyer le code",
"You can resend in": "Vous pouvez renvoyer dans",
"seconds": "secondes",
- "Error": "Erreur",
"Please enter the complete 6-digit code.":
"Veuillez entrer le code complet à 6 chiffres.",
"last name required": "Nom requis",
@@ -6120,29 +9183,11 @@ class MyTranslation extends Translations {
"otp verification failed": "Échec de la vérification OTP.",
"registration failed": "Échec de l'inscription.",
"welcome user": "Bienvenue, @firstName !",
- "Cancel Trip from driver": "Annuler le trajet (Chauffeur)",
- "We will look for a new driver.\nPlease wait.":
- "Nous cherchons un nouveau chauffeur.\nVeuillez patienter.",
- "The driver canceled your ride.":
- "Le chauffeur a annulé votre course.",
- "Driver Finish Trip": "Le chauffeur a terminé la course",
- "you will pay to Driver": "Vous paierez au chauffeur",
"Don't forget your personal belongings.":
"N'oubliez pas vos effets personnels.",
- "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.",
- "Finish Monitor": "Terminer la surveillance",
- "Trip finished": "Trajet terminé",
- "Call Income from Driver": "Appel entrant du chauffeur",
- "Driver Cancelled Your Trip": "Le chauffeur a annulé votre trajet",
- "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",
- "Order Applied": "Commande passée",
"Share App": "Partager l'application",
"Wallet": "Portefeuille",
"Balance": "Solde",
- "Don’t forget your personal belongings.":
- "N'oubliez pas vos effets personnels.",
"Profile": "Profil",
"Contact Support": "Contacter le support",
"Session expired. Please log in again.":
@@ -6177,16 +9222,10 @@ class MyTranslation extends Translations {
"Order for myself": "Commander pour moi",
"Are you want to go this site": "Voulez-vous aller à cet endroit ?",
"No": "Non",
- "Pay by Sham Cash": "Payer via Sham Cash",
"Intaleq Wallet": "Portefeuille Intaleq",
"Have a promo code?": "Avez-vous un code promo ?",
"Your Wallet balance is ": "Le solde de votre portefeuille est ",
"Cash": "Espèces",
- "Phone Number": "Numéro de téléphone",
- "Search country": "Rechercher un pays",
- "Payment Successful!": "Paiement réussi !",
- "Your payment was successful.":
- "Votre paiement a été effectué avec succès.",
"Pay directly to the captain": "Payer directement au chauffeur",
"Top up Wallet to continue":
"Rechargez votre portefeuille pour continuer",
@@ -6204,20 +9243,7 @@ class MyTranslation extends Translations {
"Top up Wallet": "Recharger le portefeuille",
"Add funds using our secure methods":
"Ajouter des fonds via nos méthodes sécurisées",
- "Driver is waiting": "Le chauffeur attend",
- "Type your message...": "Tapez votre message...",
- "Driver Accepted Request": "Le chauffeur a accepté la demande",
- "Message": "Message",
- "Call": "Appeler",
- "Set Phone Number": "Définir le numéro de téléphone",
- "Select This Ride": "Sélectionner ce trajet",
- "Call Driver": "Appeler le chauffeur",
"Increase Fare": "Augmenter le tarif",
- "Stop": "Arrêter",
- "Record": "Enregistrer",
- "Share": "Partager",
- "WhatsApp": "WhatsApp",
- "SOS": "SOS",
"No drivers accepted your request yet":
"Aucun chauffeur n'a encore accepté votre demande",
"Increasing the fare might attract more drivers. Would you like to increase the price?":
@@ -6228,17 +9254,12 @@ class MyTranslation extends Translations {
"Route Not Found": "Itinéraire introuvable",
"We couldn't find a valid route to this destination. Please try selecting a different point.":
"Impossible de trouver un itinéraire valide vers cette destination. Veuillez sélectionner un autre point.",
- "alert": "Alerte",
"You can call or record audio during this trip.":
"Vous pouvez appeler ou enregistrer l'audio pendant ce trajet.",
"Warning: Speeding detected!":
"Attention : Excès de vitesse détecté !",
- "Fixed Price": "Prix fixe",
- "Report": "Signaler",
"Comfort": "Confort",
"Intaleq Balance": "Solde Intaleq",
- "Search for a starting point": "Rechercher un point de départ",
- "Top up Balance to continue": "Rechargez le solde pour continuer",
"Electric": "Électrique",
"Lady": "Dame",
"Van": "Van",
@@ -6256,8 +9277,6 @@ class MyTranslation extends Translations {
"Contacts Loaded": "Contacts chargés",
"Showing": "Affichage de",
"of": "sur",
- "Pay by MTN Wallet": "Payer via MTN Wallet",
- "Pay by Syriatel Wallet": "Payer via Syriatel Wallet",
"Customer not found": "Client introuvable",
"Wallet is blocked": "Portefeuille bloqué",
"Customer phone is not active":
@@ -6330,7 +9349,6 @@ class MyTranslation extends Translations {
"Delete Permanently": "Supprimer définitivement",
"Male": "Homme",
"Female": "Femme",
- "Other": "Autre",
"High School Diploma": "Baccalauréat",
"Associate Degree": "BTS / DUT",
"Bachelor's Degree": "Licence",
@@ -6352,8 +9370,6 @@ class MyTranslation extends Translations {
"Van for familly": "Van pour la famille",
"Are you sure to delete this location?":
"Voulez-vous vraiment supprimer ce lieu ?",
- "Change Work location?": "Changer le lieu de travail ?",
- "Change Home location?": "Changer le lieu de domicile ?",
"Submit a Complaint": "Déposer une réclamation",
"Submit Complaint": "Envoyer la réclamation",
"No trip history found": "Aucun historique de trajet",
@@ -6375,28 +9391,6 @@ class MyTranslation extends Translations {
"Revenez plus tard pour de nouvelles offres !",
"Valid Until:": "Valable jusqu'au :",
"CODE": "CODE",
- "Login": "Connexion",
- "Sign in for a seamless experience":
- "Connectez-vous pour une expérience fluide",
- "Sign In with Google": "Se connecter avec Google",
- "Sign in with Apple": "Se connecter avec Apple",
- "User not found": "Utilisateur introuvable",
- "Need assistance? Contact us": "Besoin d'aide ? Contactez-nous",
- "Email": "Email",
- "Your email address": "Votre adresse email",
- "Enter a valid email": "Entrez un email valide",
- "Password": "Mot de passe",
- "Your password": "Votre mot de passe",
- "Enter your password": "Entrez votre mot de passe",
- "Submit": "Envoyer",
- "Terms of Use & Privacy Notice":
- "Conditions d'utilisation et Avis de confidentialité",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the ":
- "En sélectionnant \"J'accepte\" ci-dessous, je confirme avoir lu et accepté les ",
- "Terms of Use": "Conditions d'utilisation",
- " and acknowledge the ": " et reconnais l' ",
- "Privacy Notice": "Avis de confidentialité",
- " . I am at least 18 years old.": " . J'ai au moins 18 ans.",
"I Agree": "J'accepte",
"Continue": "Continuer",
"Enable Location": "Activer la localisation",
@@ -6424,215 +9418,6 @@ class MyTranslation extends Translations {
"Copy": "Copier",
"Promo Copied!": "Promo copiée !",
"Code": "Code",
- "copied to clipboard": "copié dans le presse-papiers",
- "Price": "Prix",
- "Intaleq's Response": "Réponse d'Intaleq",
- "Awaiting response...": "En attente de réponse...",
- "Audio file not attached": "Fichier audio non joint",
- "The audio file is not uploaded yet.\\nDo you want to submit without it?":
- "Le fichier audio n'est pas encore téléchargé.\\nVoulez-vous envoyer sans ?",
- "deleted": "supprimé",
- "To Work": "Au Travail",
- "Work Saved": "Lieu de travail enregistré",
- "To Home": "À la Maison",
- "Home Saved": "Domicile enregistré",
- "Destination selected": "Destination sélectionnée",
- "Now select start pick": "Sélectionnez maintenant le départ",
- "OK": "OK",
- "Confirm Pick-up Location": "Confirmer le lieu de prise en charge",
- "Set Location on Map": "Définir le lieu sur la carte",
- "Leave a detailed comment (Optional)":
- "Laisser un commentaire détaillé (Optionnel)",
- "Share your experience to help us improve...":
- "Partagez votre expérience pour nous aider à nous améliorer...",
- "Your valuable feedback helps us improve our service quality.":
- "Vos commentaires nous aident à améliorer la qualité de notre service.",
- "witout zero": "sans zéro",
- "Top up Balance": "Recharger le solde",
- "An error occurred": "Une erreur s'est produite",
- "Send WhatsApp Message": "Envoyer un message WhatsApp",
- "How was your trip with": "Comment s'est passé votre trajet avec",
- "Drawing route on map...": "Traçage de l'itinéraire sur la carte...",
- "Please wait while we prepare your trip.":
- "Veuillez patienter pendant la préparation de votre trajet.",
- "Submit Rating": "Envoyer la note",
- "Call Support": "Appeler le support",
- "You can contact us during working hours from 10:00 - 16:00.":
- "Vous pouvez nous contacter pendant les heures de travail de 10h00 à 16h00.",
- "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.":
- "Intaleq est l'application de covoiturage la plus sûre et la plus fiable conçue pour la France. Nous offrons une expérience confortable, respectueuse et abordable, avec la sécurité comme priorité. Nos chauffeurs de confiance sont vérifiés et assurés. Avec Intaleq, profitez de la qualité et de la tranquillité d'esprit à chaque trajet.",
- "Work time is from 10:00 AM to 16:00 PM.\nYou can send a WhatsApp message or email.":
- "Les heures de travail sont de 10h00 à 16h00.\nVous pouvez envoyer un message WhatsApp ou un email.",
- "Sorry": "Désolé",
- "Customer MSISDN doesn’t have customer wallet":
- "Le numéro du client n'a pas de portefeuille client",
- "Please enter the number without the leading 0":
- "Veuillez entrer le numéro sans le 0 initial",
- "Please enter your phone number":
- "Veuillez entrer votre numéro de téléphone",
- "Phone number seems too short":
- "Le numéro de téléphone semble trop court",
- "No cars are available at the moment. Please try again later.":
- "Aucune voiture disponible pour le moment. Veuillez réessayer plus tard.",
- "Nearest Car: ~": "Voiture la plus proche : ~",
- "Nearest Car": "Voiture la plus proche",
- "No cars nearby": "Aucune voiture à proximité",
- "Favorite Places": "Lieux favoris",
- "No favorite places yet!": "Pas encore de lieux favoris !",
- "from your favorites": "de vos favoris",
- "Back": "Retour",
- "Enter your code below to apply the discount.":
- "Entrez votre code ci-dessous pour appliquer la réduction.",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the":
- "En sélectionnant \"J'accepte\" ci-dessous, je confirme avoir lu et accepté les",
- "and acknowledge the": "et reconnais le",
- "Enable Location Access": "Activer l'accès à la localisation",
- "We need your location to find nearby drivers for pickups and drop-offs.":
- "Nous avons besoin de votre position pour trouver des chauffeurs à proximité.",
- "You should restart app to change language":
- "Vous devez redémarrer l'application pour changer la langue",
- "Home Page": "Page d'accueil",
- "To change Language the App": "Pour changer la langue de l'appli",
- "Learn more about our app and mission":
- "En savoir plus sur notre appli et notre mission",
- "Promos For Today": "Promos du jour",
- "Choose your ride": "Choisissez votre trajet",
- "Your Journey Begins Here": "Votre voyage commence ici",
- "Bonus gift": "Cadeau bonus",
- "Pay": "Payer",
- "Get": "Obtenir",
- "Send to Driver Again": "Renvoyer au chauffeur",
- "Driver Name:": "Nom du chauffeur :",
- "No trip data available": "Aucune donnée de trajet disponible",
- "Car Plate:": "Immatriculation :",
- "remaining": "restant",
- "Order Cancelled": "Commande annulée",
- "You canceled VIP trip": "Vous avez annulé le trajet VIP",
- "Passenger cancelled order": "Le passager a annulé la commande",
- "Your trip is scheduled": "Votre trajet est programmé",
- "Don't forget your ride!": "N'oubliez pas votre trajet !",
- "Trip updated successfully": "Trajet mis à jour avec succès",
- "Car Make:": "Marque :",
- "Car Model:": "Modèle :",
- "Car Color:": "Couleur :",
- "Driver Phone:": "Tél. Chauffeur :",
- "Pre-booking": "Pré-réservation",
- "Waiting VIP": "Attente VIP",
- "Driver List": "Liste des chauffeurs",
- "Confirm Trip": "Confirmer le trajet",
- "Select date and time of trip": "Sélectionnez la date et l'heure",
- "Date and Time Picker": "Sélecteur de date et heure",
- "Trip Status:": "Statut du trajet :",
- "pending": "en attente",
- "accepted": "accepté",
- "rejected": "rejeté",
- "Apply": "Appliquer",
- "Enter your promo code": "Entrez votre code promo",
- "Apply Promo Code": "Appliquer le code promo",
- "Scheduled Time:": "Heure prévue :",
- "No drivers available": "Aucun chauffeur disponible",
- "No drivers available at the moment. Please try again later.":
- "Aucun chauffeur disponible pour le moment. Réessayez plus tard.",
- "you have a negative balance of": "vous avez un solde négatif de",
- "Please try again in a few moments":
- "Veuillez réessayer dans quelques instants",
- "Unknown Driver": "Chauffeur inconnu",
- "in your": "dans votre",
- "The driver accepted your order for":
- "Le chauffeur a accepté votre commande pour",
- "wallet due to a previous trip.":
- "portefeuille dû à un trajet précédent.",
- "rides": "trajets",
- "Add Work": "Ajouter Travail",
- "The reason is": "La raison est",
- "User does not have a wallet #1652":
- "L'utilisateur n'a pas de portefeuille #1652",
- "Price of trip": "Prix du trajet",
- "From:": "De :",
- "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
- "Pour les trajets Intaleq et Livraison, le prix est dynamique. Pour Confort, le prix est basé sur le temps et la distance.",
- "Phone Wallet Saved Successfully":
- "Numéro de portefeuille enregistré avec succès",
- "Add wallet phone you use":
- "Ajoutez le numéro de portefeuille que vous utilisez",
- "Update Available": "Mise à jour disponible",
- "Phone number must be exactly 11 digits long":
- "Le numéro de téléphone doit comporter exactement 10 chiffres",
- "Insert Wallet phone number": "Insérer le numéro de portefeuille",
- "Phone number isn't an Egyptian phone number":
- "Ce n'est pas un numéro de téléphone français",
- "A new version of the app is available. Please update to the latest version.":
- "Une nouvelle version de l'application est disponible. Veuillez mettre à jour.",
- "We use location to get accurate and nearest passengers for you":
- "Nous utilisons la localisation pour trouver les passagers les plus proches avec précision",
- "This ride is already applied by another driver.":
- "Ce trajet a déjà été pris par un autre chauffeur.",
- "We use your precise location to find the nearest available driver and provide accurate pickup and dropoff information. You can manage this in Settings.":
- "Nous utilisons votre position précise pour trouver le chauffeur le plus proche et fournir des infos exactes. Vous pouvez gérer cela dans les Paramètres.",
- "Where are you, sir?": "Où êtes-vous, monsieur ?",
- "I've been trying to reach you but your phone is off.":
- "J'essaie de vous joindre mais votre téléphone est éteint.",
- "Please don't be late": "S'il vous plaît, ne soyez pas en retard",
- "Please don't be late, I'm waiting for you at the specified location.":
- "Ne soyez pas en retard, je vous attends à l'endroit indiqué.",
- "My location is correct. You can search for me using the navigation app":
- "Ma position est correcte. Vous pouvez me chercher via le GPS",
- "Hello, I'm at the agreed-upon location":
- "Bonjour, je suis au lieu convenu",
- "How much longer will you be?": "Combien de temps encore ?",
- "Phone number is verified before":
- "Le numéro de téléphone a déjà été vérifié",
- "Change Ride": "Changer de trajet",
- "You can change the destination by long-pressing any point on the map":
- "Vous pouvez changer la destination par un appui long sur la carte",
- "Pick from map destination": "Choisir la destination sur la carte",
- "Pick or Tap to confirm": "Choisir ou appuyer pour confirmer",
- "Accepted your order": "A accepté votre commande",
- "Order Accepted": "Commande acceptée",
- "with type": "avec le type",
- "accepted your order at price": "a accepté votre commande au prix de",
- "you canceled order": "vous avez annulé la commande",
- "If you want order to another person":
- "Si vous voulez commander pour une autre personne",
- "upgrade price": "augmenter le prix",
- "airport": "aéroport",
- "Best choice for a comfortable car with a flexible route and stop points. This airport offers visa entry at this price.":
- "Le meilleur choix pour une voiture confortable avec itinéraire flexible.",
- "You can upgrade price to may driver accept your order":
- "Vous pouvez augmenter le prix pour qu'un chauffeur accepte",
- "Change Route": "Changer l'itinéraire",
- "No Captain Accepted Your Order":
- "Aucun chauffeur n'a accepté votre commande",
- "We are looking for a captain but the price may increase to let a captain accept":
- "Nous cherchons un chauffeur mais le prix peut augmenter pour faciliter l'acceptation",
- "No, I want to cancel this trip": "Non, je veux annuler ce trajet",
- "Attention": "Attention",
- "Trip Cancelled. The cost of the trip will be deducted from your wallet.":
- "Trajet annulé. Le coût sera déduit de votre portefeuille.",
- "You will be charged for the cost of the driver coming to your location.":
- "Les frais d'approche du chauffeur vous seront facturés.",
- "reject your order.": "rejeter votre commande.",
- "Order Under Review": "Commande en cours d'examen",
- "is reviewing your order. They may need more information or a higher price.":
- "examine votre commande. Il peut avoir besoin de plus d'infos ou d'un meilleur prix.",
- "Vibration": "Vibration",
- "Resend code": "Renvoyer le code",
- "change device": "changer d'appareil",
- "Device Change Detected": "Changement d'appareil détecté",
- "You can only use one device at a time. This device will now be set as your active device.":
- "Vous ne pouvez utiliser qu'un seul appareil à la fois. Cet appareil est maintenant actif.",
- "Click here point": "Cliquez ici point",
- "Are you want to change": "Voulez-vous changer",
- "by": "par",
- "Enter your complaint here": "Entrez votre réclamation ici",
- "Please enter your complaint.": "Veuillez entrer votre réclamation.",
- "Complaint data saved successfully":
- "Données de réclamation enregistrées avec succès",
- "Trip Monitor": "Moniteur de trajet",
- "Insert SOS Phone": "Insérer téléphone SOS",
- "Add SOS Phone": "Ajouter téléphone SOS",
- "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 ,":
- "Cher(e),\n\n🚀 Je viens de commencer un trajet et je voudrais partager ma position en temps réel avec toi ! Télécharge l'application Intaleq pour voir les détails de mon trajet.\n\n👉 Lien de téléchargement :\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\niOS [https://getapp.cc/app/6458734951]\n\nÀ bientôt !\n\nIntaleq ,",
"Send Intaleq app to him": "Lui envoyer l'appli Intaleq",
"No passenger found for the given phone number":
"Aucun passager trouvé pour ce numéro",
@@ -6711,8 +9496,8 @@ class MyTranslation extends Translations {
"Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.":
"Intaleq offre plusieurs méthodes de paiement. Choisissez entre espèces ou carte lors de la confirmation.",
"Can I cancel my ride?": "Puis-je annuler mon trajet ?",
- "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 d'annulation peuvent s'appliquer.",
+ "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.",
"Driver Registration & Requirements":
"Inscription Chauffeur & Requis",
"How can I register as a driver?":
@@ -6767,37 +9552,6 @@ class MyTranslation extends Translations {
"Avez-vous un code d'invitation d'un autre chauffeur ?",
"Paste the code here": "Collez le code ici",
"No, I don't have a code": "Non, je n'ai pas de code",
- "Code approved": "Code approuvé",
- "Install our app:": "Installez notre appli :",
- "Invite another driver and both get a gift after he completes 100 trips!":
- "Invitez un autre chauffeur et recevez un cadeau après ses 100 trajets !",
- "Invite": "Inviter",
- "Are you sure?": "Êtes-vous sûr ?",
- "This will delete all recorded files from your device.":
- "Cela supprimera tous les fichiers enregistrés de votre appareil.",
- "Select a file": "Sélectionner un fichier",
- "Select a File": "Sélectionner un Fichier",
- "Delete": "Supprimer",
- "attach audio of complain": "joindre audio de plainte",
- "Phone Number Check": "Vérification du numéro de téléphone",
- "Drivers received orders": "Les chauffeurs ont reçu les commandes",
- "No audio files recorded.": "Aucun fichier audio enregistré.",
- "This is for delivery or a motorcycle.":
- "Ceci est pour la livraison ou une moto.",
- "Intaleq Reminder": "Rappel Intaleq",
- "It's time to check the Intaleq app!":
- "Il est temps de vérifier l'appli Intaleq !",
- "you must insert token code": "vous devez insérer le code jeton",
- "Something went wrong. Please try again.":
- "Un problème est survenu. Veuillez réessayer.",
- "Trip Details": "Détails du trajet",
- "The context does not provide any complaint details, so I cannot provide a solution to this issue. Please provide the necessary information, and I will be happy to assist you.":
- "Le contexte ne fournit pas de détails sur la plainte. Veuillez fournir les informations nécessaires.",
- "Submit Your Complaint": "Soumettre votre réclamation",
- "Status": "Statut",
- "Choose from contact": "Choisir dans les contacts",
- "attach correct audio": "joindre l'audio correct",
- "be sure": "assurez-vous",
"Audio uploaded successfully.": "Audio téléchargé avec succès.",
"Perfect for passengers seeking the latest car models with the freedom to choose any route they desire":
"Parfait pour les passagers cherchant des voitures récentes avec liberté d'itinéraire",
@@ -6966,7 +9720,6 @@ class MyTranslation extends Translations {
"I don't have a reason": "Je n'ai pas de raison",
"Can we know why you want to cancel Ride ?":
"Pouvons-nous savoir pourquoi vous voulez annuler ?",
- "Cancel Ride": "Annuler la course",
"Add Payment Method": "Ajouter une méthode de paiement",
"Ride Wallet": "Portefeuille Trajet",
"Payment Method": "Méthode de paiement",
@@ -7554,7 +10307,6 @@ class MyTranslation extends Translations {
"Edit Your data": "Modifier vos données",
"write vin for your car": "écrire le VIN de votre voiture",
"VIN": "VIN",
- "Device Change Detected": "Changement d'appareil détecté",
"Please verify your identity": "Veuillez vérifier votre identité",
"write Color for your car": "écrire la couleur de votre voiture",
"write Make for your car": "écrire la marque de votre voiture",
@@ -7604,14 +10356,418 @@ class MyTranslation extends Translations {
"Your Budget less than needed": "Votre budget est insuffisant",
"You can change the Country to get all features":
"Changez de pays pour toutes les fonctionnalités",
- "Change Country": "Changer de pays"
+ "There is no Car or Driver in your area.":
+ "Il n'y a pas de voiture ou de chauffeur dans votre zone.",
+ "Change Country": "Changer de pays",
},
"de": {
+ "1 Passenger": "1 Passenger",
+ "2 Passengers": "2 Passengers",
+ "3 Passengers": "3 Passengers",
+ "4 Passengers": "4 Passengers",
+ "2. Attach Recorded Audio (Optional)":
+ "2. Attach Recorded Audio (Optional)",
+ "Account": "Account",
+ "Actions": "Actions",
+ "Active Users": "Active Users",
+ "Add a Stop": "Add a Stop",
+ "Add a new waypoint stop": "Add a new waypoint stop",
+ "After this period\nYou can\'t cancel!":
+ "After this period\nYou can\'t cancel!",
+ "Age is": "Age is",
+ "Alert": "Alert",
+ "An OTP has been sent to your number.":
+ "An OTP has been sent to your number.",
+ "An error occurred": "An error occurred",
+ "Appearance": "Appearance",
+ "Are you sure you want to delete this file?":
+ "Are you sure you want to delete this file?",
+ "Are you sure you want to logout?":
+ "Are you sure you want to logout?",
+ "Arrived": "Arrived",
+ "Audio Recording": "Audio Recording",
+ "Call": "Call",
+ "Call Support": "Call Support",
+ "Call left": "Call left",
+ "Change Photo": "Change Photo",
+ "Choose from Gallery": "Choose from Gallery",
+ "Choose from contact": "Choose from contact",
+ "Click to track the trip": "Click to track the trip",
+ "Close panel": "Close panel",
+ "Coming": "Coming",
+ "Complete Payment": "Complete Payment",
+ "Confirm Cancellation": "Confirm Cancellation",
+ "Confirm Pickup Location": "Confirm Pickup Location",
+ "Connection failed. Please try again.":
+ "Connection failed. Please try again.",
+ "Could not create ride. Please try again.":
+ "Could not create ride. Please try again.",
+ "Crop Photo": "Crop Photo",
+ "Dark Mode": "Dark Mode",
+ "Delete": "Delete",
+ "Delete Account": "Delete Account",
+ "Delete All": "Delete All",
+ "Delete All Recordings?": "Delete All Recordings?",
+ "Delete Recording?": "Delete Recording?",
+ "Destination Set": "Destination Set",
+ "Distance": "Distance",
+ "Double tap to open search or enter destination":
+ "Double tap to open search or enter destination",
+ "Double tap to set or change this waypoint on the map":
+ "Double tap to set or change this waypoint on the map",
+ "Drawing route on map...": "Drawing route on map...",
+ "Driver Phone": "Driver Phone",
+ "Driver is Going To You": "Driver is Going To You",
+ "Emergency Mode Triggered": "Emergency Mode Triggered",
+ "Emergency SOS": "Emergency SOS",
+ "Enter the 5-digit code": "Enter the 5-digit code",
+ "Enter your City": "Enter your City",
+ "Enter your Password": "Enter your Password",
+ "Failed to book trip: \$e": "Failed to book trip: \$e",
+ "Failed to get location": "Failed to get location",
+ "Failed to initiate payment. Please try again.":
+ "Failed to initiate payment. Please try again.",
+ "Failed to send OTP": "Failed to send OTP",
+ "Failed to upload photo": "Failed to upload photo",
+ "Finished": "Finished",
+ "Fixed Price": "Fixed Price",
+ "General": "General",
+ "Grant": "Grant",
+ "Have a Promo Code?": "Have a Promo Code?",
+ "Hello! I\'m inviting you to try Intaleq.":
+ "Hello! I\'m inviting you to try Intaleq.",
+ "Hi ,I Arrive your site": "Hi ,I Arrive your site",
+ "Hi, Where to": "Hi, Where to",
+ "Home": "Home",
+ "I am currently located at": "I am currently located at",
+ "I'm Safe": "I'm Safe",
+ "If you need to reach me, please contact the driver directly at":
+ "If you need to reach me, please contact the driver directly at",
+ "Image Upload Failed": "Image Upload Failed",
+ "Intaleq Passenger": "Intaleq Passenger",
+ "Invite": "Invite",
+ "Join a channel": "Join a channel",
+ "Last Name": "Last Name",
+ "Leave a detailed comment (Optional)":
+ "Leave a detailed comment (Optional)",
+ "Light Mode": "Light Mode",
+ "Listen": "Listen",
+ "Location": "Location",
+ "Location Received": "Location Received",
+ "Logout": "Logout",
+ "Map Error": "Map Error",
+ "Message": "Message",
+ "Move map to select destination": "Move map to select destination",
+ "Move map to set start location": "Move map to set start location",
+ "Move map to set stop": "Move map to set stop",
+ "Move map to your home location": "Move map to your home location",
+ "Move map to your pickup point": "Move map to your pickup point",
+ "Move map to your work location": "Move map to your work location",
+ "N/A": "N/A",
+ "No Notifications": "No Notifications",
+ "No Recordings Found": "No Recordings Found",
+ "No Rides now!": "No Rides now!",
+ "No contacts available": "No contacts available",
+ "No i want": "No i want",
+ "No notification data found.": "No notification data found.",
+ "No routes available for this destination.":
+ "No routes available for this destination.",
+ "No user found": "No user found",
+ "No,I want": "No,I want",
+ "No.Iwant Cancel Trip.": "No.Iwant Cancel Trip.",
+ "Now move the map to your pickup point":
+ "Now move the map to your pickup point",
+ "Now set the pickup point for the other person":
+ "Now set the pickup point for the other person",
+ "On Trip": "On Trip",
+ "Open": "Open",
+ "Open destination search": "Open destination search",
+ "Open in Google Maps": "Open in Google Maps",
+ "Order VIP Canceld": "Order VIP Canceld",
+ "Passenger": "Passenger",
+ "Passenger cancel order": "Passenger cancel order",
+ "Pay by MTN Wallet": "Pay by MTN Wallet",
+ "Pay by Sham Cash": "Pay by Sham Cash",
+ "Pay by Syriatel Wallet": "Pay by Syriatel Wallet",
+ "Pay with PayPal": "Pay with PayPal",
+ "Phone": "Phone",
+ "Phone Number": "Phone Number",
+ "Phone Number Check": "Phone Number Check",
+ "Phone number seems too short": "Phone number seems too short",
+ "Phone verified. Please complete registration.":
+ "Phone verified. Please complete registration.",
+ "Pick destination on map": "Pick destination on map",
+ "Pick location on map": "Pick location on map",
+ "Pick on map": "Pick on map",
+ "Pick start point on map": "Pick start point on map",
+ "Plan Your Route": "Plan Your Route",
+ "Please add contacts to your phone.":
+ "Please add contacts to your phone.",
+ "Please check your internet and try again.":
+ "Please check your internet and try again.",
+ "Please enter a valid email.": "Please enter a valid email.",
+ "Please enter a valid phone number.":
+ "Please enter a valid phone number.",
+ "Please enter the number without the leading 0":
+ "Please enter the number without the leading 0",
+ "Please enter your phone number": "Please enter your phone number",
+ "Please go to Car now": "Please go to Car now",
+ "Please select a reason first": "Please select a reason first",
+ "Please set a valid SOS phone number.":
+ "Please set a valid SOS phone number.",
+ "Please slow down": "Please slow down",
+ "Please wait while we prepare your trip.":
+ "Please wait while we prepare your trip.",
+ "Preferences": "Preferences",
+ "Profile photo updated": "Profile photo updated",
+ "Quick Message": "Quick Message",
+ "Rating is": "Rating is",
+ "Received empty route data.": "Received empty route data.",
+ "Record": "Record",
+ "Record your trips to see them here.":
+ "Record your trips to see them here.",
+ "Rejected Orders Count": "Rejected Orders Count",
+ "Remove waypoint": "Remove waypoint",
+ "Report": "Report",
+ "Route and prices have been calculated successfully!":
+ "Route and prices have been calculated successfully!",
+ "SOS": "SOS",
+ "Save": "Save",
+ "Save Changes": "Save Changes",
+ "Save Name": "Save Name",
+ "Search country": "Search country",
+ "Search for a starting point": "Search for a starting point",
+ "Select Appearance": "Select Appearance",
+ "Select Education": "Select Education",
+ "Select Gender": "Select Gender",
+ "Select This Ride": "Select This Ride",
+ "Select betweeen types": "Select betweeen types",
+ "Send Email": "Send Email",
+ "Send SOS": "Send SOS",
+ "Send WhatsApp Message": "Send WhatsApp Message",
+ "Server Error": "Server Error",
+ "Server error": "Server error",
+ "Server error. Please try again.": "Server error. Please try again.",
+ "Set Destination": "Set Destination",
+ "Set Phone Number": "Set Phone Number",
+ "Set as Home": "Set as Home",
+ "Set as Stop": "Set as Stop",
+ "Set as Work": "Set as Work",
+ "Share": "Share",
+ "Share Trip": "Share Trip",
+ "Share your experience to help us improve...":
+ "Share your experience to help us improve...",
+ "Something went wrong. Please try again.":
+ "Something went wrong. Please try again.",
+ "Speaking...": "Speaking...",
+ "Speed Over": "Speed Over",
+ "Start Point": "Start Point",
+ "Stay calm. We are here to help.": "Stay calm. We are here to help.",
+ "Stop": "Stop",
+ "Submit Rating": "Submit Rating",
+ "Support & Info": "Support & Info",
+ "System Default": "System Default",
+ "Take a Photo": "Take a Photo",
+ "Tap to apply your discount": "Tap to apply your discount",
+ "Tap to search your destination": "Tap to search your destination",
+ "The driver cancelled the trip.": "The driver cancelled the trip.",
+ "This action cannot be undone.": "This action cannot be undone.",
+ "This action is permanent and cannot be undone.":
+ "This action is permanent and cannot be undone.",
+ "This is for delivery or a motorcycle.":
+ "This is for delivery or a motorcycle.",
+ "Time": "Time",
+ "To :": "To :",
+ "Top up Balance": "Top up Balance",
+ "Top up Balance to continue": "Top up Balance to continue",
+ "Total Invites": "Total Invites",
+ "Total Price": "Total Price",
+ "Trip booked successfully": "Trip booked successfully",
+ "Type your message...": "Type your message...",
+ "Unknown Location": "Unknown Location",
+ "Update Name": "Update Name",
+ "Verified Passenger": "Verified Passenger",
+ "View Map": "View Map",
+ "Wait for the trip to start first":
+ "Wait for the trip to start first",
+ "Waiting...": "Waiting...",
+ "Warning": "Warning",
+ "Waypoint has been set successfully":
+ "Waypoint has been set successfully",
+ "We use location to get accurate and nearest driver for you":
+ "We use location to get accurate and nearest driver for you",
+ "WhatsApp": "WhatsApp",
+ "Why do you want to cancel?": "Why do you want to cancel?",
+ "Yes": "Yes",
+ "You should ideintify your gender for this type of trip!":
+ "You should ideintify your gender for this type of trip!",
+ "You will choose one of above!": "You will choose one of above!",
+ "Your Rewards": "Your Rewards",
+ "Your complaint has been submitted.":
+ "Your complaint has been submitted.",
+ "and acknowledge our Privacy Policy.":
+ "and acknowledge our Privacy Policy.",
+ "as the driver.": "as the driver.",
+ "cancelled": "cancelled",
+ "due to a previous trip.": "due to a previous trip.",
+ "insert sos phone": "insert sos phone",
+ "is driving a": "is driving a",
+ "min added to fare": "min added to fare",
+ "phone not verified": "phone not verified",
+ "to arrive you.": "to arrive you.",
+ "unknown": "unknown",
+ "wait 1 minute to recive message": "wait 1 minute to recive message",
+ "with license plate": "with license plate",
+ "witout zero": "witout zero",
+ "you must insert token code": "you must insert token code",
+ "Syria": "Syrien",
+ "SYP": "SYP",
"Order": "Bestellung",
+ "OrderVIP": "VIP-Bestellung",
+ "Cancel Trip": "Fahrt stornieren",
+ "Passenger Cancel Trip": "Fahrgast hat die Fahrt storniert",
+ "VIP Order": "VIP-Bestellung",
+ "The driver accepted your trip":
+ "Der Fahrer hat Ihre Fahrt angenommen",
+ "message From passenger": "Nachricht vom Fahrgast",
+ "Cancel": "Abbrechen",
+ "Trip Cancelled. The cost of the trip will be added to your wallet.":
+ "Fahrt storniert. Die Kosten der Fahrt werden Ihrem Portemonnaie hinzugefügt.",
+ "token change": "Token-Änderung",
+ "Changed my mind": "Ich habe es mir anders überlegt",
+ "Please write the reason...": "Bitte geben Sie den Grund an...",
+ "Found another transport":
+ "Ich habe ein anderes Transportmittel gefunden",
+ "Driver is taking too long": "Der Fahrer braucht zu lange",
+ "Driver asked me to cancel": "Fahrer hat mich gebeten zu stornieren",
+ "Wrong pickup location": "Falscher Abholort",
+ "Other": "Andere",
+ "Don't Cancel": "Nicht abbrechen",
+ "No Drivers Found": "Keine Fahrer gefunden",
+ "Sorry, there are no cars available of this type right now.":
+ "Leider sind derzeit keine Fahrzeuge dieses Typs verfügbar.",
+ "Refresh Map": "Karte aktualisieren",
+ "face detect": "Gesichtserkennung",
+ "Face Detection Result": "Ergebnis der Gesichtserkennung",
+ "similar": "ähnlich",
+ "not similar": "nicht ähnlich",
+ "Searching for nearby drivers...":
+ "Suche nach Fahrern in der Nähe...",
+ "Error": "Fehler",
+ "Failed to search, please try again later":
+ "Suche fehlgeschlagen, bitte versuchen Sie es später noch einmal",
+ "Connection Error": "Verbindungsfehler",
+ "Please check your internet connection":
+ "Bitte überprüfen Sie Ihre Internetverbindung",
+ "Sorry 😔": "Entschuldigung 😔",
+ "The driver cancelled the trip for an emergency reason.\nDo you want to search for another driver immediately?":
+ "Der Fahrer hat die Fahrt aus einem Notfall abgebrochen.\nMöchten Sie sofort nach einem anderen Fahrer suchen?",
+ "Search for another driver": "Nach einem anderen Fahrer suchen",
+ "We apologize 😔": "Wir bitten um Entschuldigung 😔",
+ "No drivers found at the moment.\nPlease try again later.":
+ "Derzeit wurden keine Fahrer gefunden.\nBitte versuchen Sie es später noch einmal.",
+ "Hi ,I will go now": "Hallo, ich werde jetzt gehen",
+ "Passenger come to you": "Fahrgast kommt zu Ihnen",
+ "Call Income": "Eingehender Anruf",
+ "Call Income from Passenger": "Eingehender Anruf vom Fahrgast",
+ "Criminal Document Required": "Führungszeugnis erforderlich",
+ "You should have upload it .": "Sie hätten es hochladen sollen.",
+ "Call End": "Anrufende",
+ "The order has been accepted by another driver.":
+ "Die Bestellung wurde von einem anderen Fahrer angenommen.",
+ "The order Accepted by another Driver":
+ "Die Bestellung wurde von einem anderen Fahrer angenommen",
+ "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.",
+ "Driver Applied the Ride for You":
+ "Der Fahrer hat die Fahrt für Sie übernommen",
+ "Applied": "Angewandt",
+ "Please go to Car Driver": "Bitte gehen Sie zum Autofahrer",
+ "Ok I will go now.": "Ok, ich werde jetzt gehen.",
+ "Accepted Ride": "Fahrt angenommen",
+ "Driver Accepted the Ride for You":
+ "Der Fahrer hat die Fahrt für Sie angenommen",
+ "Promo": "Promo",
+ "Show latest promo": "Neueste Promotion anzeigen",
+ "Trip Monitoring": "Fahrtüberwachung",
+ "Driver Is Going To Passenger": "Fahrer ist auf dem Weg zum Fahrgast",
+ "Please stay on the picked point.":
+ "Bitte bleiben Sie am ausgewählten Punkt.",
+ "message From Driver": "Nachricht vom Fahrer",
+ "Trip is Begin": "Fahrt beginnt",
+ "Cancel Trip from driver": "Fahrt vom Fahrer stornieren",
+ "We will look for a new driver.\nPlease wait.":
+ "Wir werden nach einem neuen Fahrer suchen.\nBitte warten Sie.",
+ "The driver canceled your ride.":
+ "Der Fahrer hat Ihre Fahrt storniert.",
+ "Driver Finish Trip": "Fahrer beendet die Fahrt",
+ "you will pay to Driver": "Sie werden den Fahrer bezahlen",
+ "Don’t forget your personal belongings.":
+ "Vergessen Sie nicht Ihre persönlichen Gegenstände.",
+ "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",
+ "Finish Monitor": "Monitor beenden",
+ "Trip finished": "Fahrt beendet",
+ "Call Income from Driver": "Eingehender Anruf vom Fahrer",
+ "Driver Cancelled Your Trip": "Fahrer hat Ihre Fahrt storniert",
+ "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",
+ "Order Applied": "Bestellung übernommen",
+ "welcome to intaleq": "Willkommen bei Intaleq",
+ "login or register subtitle": "Anmelden oder registrieren",
+ "Complaint cannot be filed for this ride. It may not have been completed or started.":
+ "Für diese Fahrt kann keine Beschwerde eingereicht werden. Sie wurde möglicherweise noch nicht abgeschlossen oder gestartet.",
+ "phone number label": "Telefonnummer",
+ "phone number required": "Telefonnummer erforderlich",
+ "send otp button": "Code senden",
+ "verify your number title": "Nummer verifizieren",
+ "otp sent subtitle": "Verifizierungscode gesendet",
+ "verify and continue button": "Verifizieren und fortfahren",
+ "enter otp validation": "Bitte Code eingeben",
+ "one last step title": "Ein letzter Schritt",
+ "complete profile subtitle": "Profil vervollständigen",
+ "first name label": "Vorname",
+ "first name required": "Vorname erforderlich",
+ "last name label": "Nachname",
+ "Verify OTP": "Code verifizieren",
+ "Verification Code": "Verifizierungscode",
+ "We have sent a verification code to your mobile number:":
+ "Wir haben einen Verifizierungscode an Ihre Handynummer gesendet:",
+ "Verify": "Verifizieren",
+ "Resend Code": "Code erneut senden",
+ "You can resend in": "Erneutes Senden möglich in",
+ "seconds": "Sekunden",
+ "Please enter the complete 6-digit code.":
+ "Bitte geben Sie den vollständigen 6-stelligen Code ein.",
+ "last name required": "Nachname erforderlich",
+ "email optional label": "E-Mail (optional)",
+ "complete registration button": "Registrierung abschließen",
+ "User with this phone number or email already exists.":
+ "Benutzer mit dieser Telefonnummer oder E-Mail existiert bereits.",
+ "otp sent success": "Code erfolgreich gesendet",
+ "failed to send otp": "Code konnte nicht gesendet werden",
+ "server error try again": "Serverfehler, versuchen Sie es erneut",
+ "an error occurred": "ein Fehler ist aufgetreten",
+ "otp verification failed": "Code-Verifizierung fehlgeschlagen",
+ "registration failed": "Registrierung fehlgeschlagen",
+ "welcome user": "Willkommen",
+ "Don't forget your personal belongings.":
+ "Vergessen Sie Ihre persönlichen Gegenstände nicht.",
+ "Share App": "App teilen",
+ "Wallet": "Portemonnaie",
+ "Balance": "Guthaben",
+ "Profile": "Profil",
+ "Contact Support": "Support kontaktieren",
+ "Session expired. Please log in again.":
+ "Sitzung abgelaufen. Bitte melden Sie sich erneut an.",
+ "Security Warning": "Sicherheitswarnung",
+ "Potential security risks detected. The application may not function correctly.":
+ "Potenzielle Sicherheitsrisiken erkannt. Die Anwendung funktioniert möglicherweise nicht korrekt.",
+ "please order now": "bitte jetzt bestellen",
"Where to": "Wohin",
"Where are you going?": "Wohin gehen Sie?",
"Quick Actions": "Schnelle Aktionen",
- "My Wallet": "Mein Portemonnaie",
+ "My Balance": "Mein Guthaben",
"Order History": "Bestellverlauf",
"Contact Us": "Kontaktieren Sie uns",
"Driver": "Fahrer",
@@ -7631,14 +10787,185 @@ class MyTranslation extends Translations {
"I want to order for myself": "Ich möchte für mich selbst bestellen",
"I want to order for someone else":
"Ich möchte für jemand anderen bestellen",
- "Cancel": "Abbrechen",
"Order for someone else": "Für jemand anderen bestellen",
"Order for myself": "Für mich selbst bestellen",
"Are you want to go this site": "Möchten Sie zu dieser Seite gehen?",
- "Yes": "Ja",
"No": "Nein",
+ "Intaleq Wallet": "Intaleq Geldbörse",
+ "Have a promo code?": "Haben Sie einen Promo-Code?",
+ "Your Wallet balance is ": "Ihr Portemonnaie-Guthaben beträgt ",
+ "Cash": "Bargeld",
+ "Pay directly to the captain": "Direkt beim Kapitän bezahlen",
+ "Top up Wallet to continue": "Geldbörse aufladen, um fortzufahren",
+ "Or pay with Cash instead": "Oder zahlen Sie stattdessen bar",
+ "Confirm & Find a Ride": "Bestätigen & Fahrt finden",
+ "Balance:": "Guthaben:",
+ "Alerts": "Benachrichtigungen",
+ "Welcome Back!": "Willkommen zurück!",
+ "No contacts found": "Keine Kontakte gefunden",
+ "No contacts with phone numbers were found on your device.":
+ "Auf Ihrem Gerät wurden keine Kontakte mit Telefonnummern gefunden.",
+ "Permission denied": "Berechtigung verweigert",
+ "Contact permission is required to pick contacts":
+ "Kontaktberechtigung ist erforderlich, um Kontakte auszuwählen",
+ "An error occurred while picking contacts:":
+ "Beim Auswählen von Kontakten ist ein Fehler aufgetreten:",
+ "Please enter a correct phone":
+ "Bitte geben Sie eine korrekte Telefonnummer ein",
+ "Success": "Erfolg",
+ "Invite sent successfully": "Einladung erfolgreich gesendet",
+ "Hello! I'm inviting you to try Intaleq.":
+ "Hallo! Ich lade Sie ein, Intaleq auszuprobieren.",
+ "Use my invitation code to get a special gift on your first ride!":
+ "Nutzen Sie meinen Einladungscode, um ein besonderes Geschenk bei Ihrer ersten Fahrt zu erhalten!",
+ "Your personal invitation code is:":
+ "Ihr persönlicher Einladungscode lautet:",
+ "Be sure to use it quickly! This code expires at":
+ "Nutzen Sie ihn schnell! Dieser Code läuft ab am",
+ "Download the app now:": "Laden Sie die App jetzt herunter:",
+ "See you on the road!": "Wir sehen uns auf der Straße!",
+ "This phone number has already been invited.":
+ "Diese Telefonnummer wurde bereits eingeladen.",
+ "An unexpected error occurred. Please try again.":
+ "Ein unerwarteter Fehler ist aufgetreten. Bitte versuchen Sie es erneut.",
+ "You deserve the gift": "Sie verdienen das Geschenk",
+ "Claim your 20 LE gift for inviting":
+ "Fordern Sie Ihr 20 LE Geschenk für die Einladung an",
+ "You have got a gift for invitation":
+ "Sie haben ein Geschenk für die Einladung erhalten",
+ "You have earned 20": "Sie haben 20 verdient",
+ "LE": "LE",
+ "Vibration feedback for all buttons":
+ "Vibrationsfeedback für alle Tasten",
+ "Share with friends and earn rewards":
+ "Mit Freunden teilen und Belohnungen verdienen",
+ "Gift Already Claimed": "Geschenk bereits beansprucht",
+ "You have already received your gift for inviting":
+ "Sie haben Ihr Geschenk für die Einladung bereits erhalten",
+ "Keep it up!": "Weiter so!",
+ "has completed": "hat abgeschlossen",
+ "trips": "Fahrten",
+ "Personal Information": "Persönliche Informationen",
+ "Name": "Name",
+ "Not set": "Nicht festgelegt",
+ "Gender": "Geschlecht",
+ "Education": "Bildung",
+ "Work & Contact": "Arbeit & Kontakt",
+ "Employment Type": "Beschäftigungsart",
+ "Marital Status": "Familienstand",
+ "SOS Phone": "SOS-Telefon",
+ "Sign Out": "Abmelden",
+ "Delete My Account": "Mein Konto löschen",
+ "Update Gender": "Geschlecht aktualisieren",
+ "Update": "Aktualisieren",
+ "Update Education": "Bildung aktualisieren",
+ "Are you sure? This action cannot be undone.":
+ "Sind Sie sicher? Diese Aktion kann nicht rückgängig gemacht werden.",
+ "Confirm your Email": "E-Mail bestätigen",
+ "Type your Email": "Geben Sie Ihre E-Mail ein",
+ "Delete Permanently": "Dauerhaft löschen",
+ "Male": "Männlich",
+ "Female": "Weiblich",
+ "High School Diploma": "Abitur",
+ "Associate Degree": "Associate Degree",
+ "Bachelor's Degree": "Bachelor-Abschluss",
+ "Master's Degree": "Master-Abschluss",
+ "Doctoral Degree": "Doktortitel",
+ "Select your preferred language for the app interface.":
+ "Wählen Sie Ihre bevorzugte Sprache für die App-Oberfläche.",
+ "Language Options": "Sprachoptionen",
+ "You can claim your gift once they complete 2 trips.":
+ "Sie können Ihr Geschenk anfordern, sobald zwei Fahrten abgeschlossen sind.",
+ "Closest & Cheapest": "Nächstgelegen & Günstigst",
+ "Comfort choice": "Comfort-Option",
+ "Travel in a modern, silent electric car. A premium, eco-friendly choice for a smooth ride.":
+ "Reisen Sie in einem modernen, geräuschlosen Elektroauto. Eine erstklassige, umweltfreundliche Wahl für eine reibungslose Fahrt.",
+ "Spacious van service ideal for families and groups. Comfortable, safe, and cost-effective travel together.":
+ "Geräumiger Van-Service, ideal für Familien und Gruppen. Komfortables, sicheres und kostengünstiges gemeinsames Reisen.",
+ "Quiet & Eco-Friendly": "Leise & Umweltfreundlich",
+ "Lady Captain for girls": "Fahrerin für Frauen",
+ "Van for familly": "Familien-Van",
"Are you sure to delete this location?":
"Sind Sie sicher, dass Sie diesen Ort löschen möchten?",
+ "Submit a Complaint": "Beschwerde einreichen",
+ "Submit Complaint": "Beschwerde einreichen",
+ "No trip history found": "Keine Fahrthistorie gefunden",
+ "Your past trips will appear here.":
+ "Ihre vergangenen Fahrten werden hier angezeigt.",
+ "1. Describe Your Issue": "1. Beschreiben Sie Ihr Problem",
+ "Enter your complaint here...":
+ "Geben Sie hier Ihre Beschwerde ein...",
+ "2. Attach Recorded Audio": "2. Aufgenommenes Audio anhängen",
+ "No audio files found.": "Keine Audiodateien gefunden.",
+ "Confirm Attachment": "Anhang bestätigen",
+ "Attach this audio file?": "Diese Audiodatei anhängen?",
+ "Uploaded": "Hochgeladen",
+ "3. Review Details & Response": "3. Details & Antwort prüfen",
+ "Date": "Datum",
+ "Today's Promos": "Heutige Promos",
+ "No promos available right now.":
+ "Derzeit sind keine Promos verfügbar.",
+ "Check back later for new offers!":
+ "Schauen Sie später für neue Angebote vorbei!",
+ "Valid Until:": "Gültig bis:",
+ "CODE": "CODE",
+ "Login": "Anmelden",
+ "Sign in for a seamless experience":
+ "Melden Sie sich für ein nahtloses Erlebnis an",
+ "Sign In with Google": "Mit Google anmelden",
+ "Sign in with Apple": "Mit Apple anmelden",
+ "User not found": "Benutzer nicht gefunden",
+ "Need assistance? Contact us":
+ "Brauchen Sie Hilfe? Kontaktieren Sie uns",
+ "Email": "E-Mail",
+ "Your email address": "Ihre E-Mail-Adresse",
+ "Enter a valid email": "Geben Sie eine gültige E-Mail-Adresse ein",
+ "Password": "Passwort",
+ "Your password": "Ihr Passwort",
+ "Enter your password": "Geben Sie Ihr Passwort ein",
+ "Submit": "Einreichen",
+ "Terms of Use & Privacy Notice":
+ "Nutzungsbedingungen & Datenschutzhinweis",
+ "By selecting \"I Agree\" below, I confirm that I have read and agree to the ":
+ "Durch Auswahl von „Ich stimme zu“ bestätige ich, dass ich die folgenden Bedingungen gelesen habe und ihnen zustimme: ",
+ "Terms of Use": "Nutzungsbedingungen",
+ " and acknowledge the ": " und erkenne die ",
+ "Privacy Notice": "Datenschutzhinweis",
+ ". I am at least 18 years old.": ". Ich bin mindestens 18 Jahre alt.",
+ "I Agree": "Ich stimme zu",
+ "Continue": "Weiter",
+ "Enable Location": "Standort aktivieren",
+ "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.",
+ "Allow Location Access": "Standortzugriff erlauben",
+ "Welcome to Intaleq!": "Willkommen bei Intaleq!",
+ "Before we start, please review our terms.":
+ "Bevor wir beginnen, lesen Sie bitte unsere Bedingungen.",
+ "Your journey starts here": "Ihre Reise beginnt hier",
+ "Cancel Search": "Suche abbrechen",
+ "Set pickup location": "Abholort festlegen",
+ "Move the map to adjust the pin":
+ "Karte bewegen, um die Nadel anzupassen",
+ "Searching for the nearest captain...":
+ "Suche nach dem nächsten Kapitän...",
+ "No one accepted? Try increasing the fare.":
+ "Niemand hat angenommen? Versuchen Sie, den Fahrpreis zu erhöhen.",
+ "Increase Your Trip Fee (Optional)":
+ "Erhöhen Sie Ihre Fahrpreise (optional)",
+ "We haven't found any drivers yet. Consider increasing your trip fee to make your offer more attractive to drivers.":
+ "Wir haben noch keine Fahrer gefunden. Erwägen Sie, Ihre Fahrpreise zu erhöhen, um Ihr Angebot für Fahrer attraktiver zu machen.",
+ "No, thanks": "Nein, danke",
+ "Increase Fee": "Preis erhöhen",
+ "Copy": "Kopieren",
+ "Promo Copied!": "Promotion kopiert!",
+ "Code": "Code",
+ "copied to clipboard": "in die Zwischenablage kopiert",
+ "Price": "Preis",
+ "Intaleq's Response": "Antwort von Intaleq",
+ "Awaiting response...": "Warten auf Antwort...",
+ "Audio file not attached": "Audiodatei nicht angehängt",
+ "The audio file is not uploaded yet.\nDo you want to submit without it?":
+ "Die Audiodatei wurde noch nicht hochgeladen.\nMöchten Sie ohne sie senden?",
"deleted": "gelöscht",
"To Work": "Zur Arbeit",
"Work Saved": "Arbeitsort gespeichert",
@@ -7649,6 +10976,12 @@ class MyTranslation extends Translations {
"OK": "OK",
"Confirm Pick-up Location": "Abholort bestätigen",
"Set Location on Map": "Ort auf der Karte festlegen",
+ "You can contact us during working hours from 10:00 - 16:00.":
+ "Sie können uns während der Arbeitszeiten von 10:00 bis 16:00 Uhr kontaktieren.",
+ "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.":
+ "Intaleq ist die sicherste und zuverlässigste Fahrgemeinschafts-App, die speziell für Fahrgäste in Syrien entwickelt wurde. Wir bieten ein komfortables, respektvolles und erschwingliches Fahrerlebnis mit Funktionen, die Ihre Sicherheit und Bequemlichkeit in den Vordergrund stellen. Unsere vertrauenswürdigen Kapitäne sind verifiziert, versichert und werden durch regelmäßige Fahrzeugwartung durch erstklassige Ingenieure unterstützt. Wir bieten auch Pannenhilfe an, damit jede Fahrt reibungslos und sorgenfrei verläuft. Mit Intaleq genießen Sie jedes Mal Qualität, Sicherheit und Sorgenfreiheit.",
+ "Customer MSISDN doesn’t have customer wallet":
+ "MSISDN des Kunden hat keine Geldbörse",
"Nearest Car: ~": "Nächstes Auto: ~",
"Nearest Car": "Nächstes Auto",
"No cars nearby": "Keine Autos in der Nähe",
@@ -7656,32 +10989,14 @@ class MyTranslation extends Translations {
"No favorite places yet!": "Noch keine Lieblingsorte!",
"from your favorites": "aus Ihren Favoriten",
"Back": "Zurück",
- "Sign in for a seamless experience":
- "Melden Sie sich für ein nahtloses Erlebnis an",
- "Sign In with Google": "Mit Google anmelden",
- "Sign in with Apple": "Mit Apple anmelden",
- "Need assistance? Contact us":
- "Brauchen Sie Hilfe? Kontaktieren Sie uns",
- "User not found": "Benutzer nicht gefunden",
- "Email": "E-Mail",
- "Your email address": "Ihre E-Mail-Adresse",
- "Enter a valid email": "Geben Sie eine gültige E-Mail-Adresse ein",
- "Password": "Passwort",
- "Enter your password": "Geben Sie Ihr Passwort ein",
- "Submit": "Einreichen",
- "Terms of Use & Privacy Notice":
- "Nutzungsbedingungen & Datenschutzhinweis",
- "Terms of Use": "Nutzungsbedingungen",
- "Privacy Notice": "Datenschutzhinweis",
+ "Enter your code below to apply the discount.":
+ "Geben Sie unten Ihren Code ein, um den Rabatt anzuwenden.",
"By selecting \"I Agree\" below, I confirm that I have read and agree to the":
"Durch die Auswahl von \"Ich stimme zu\" bestätige ich, dass ich die",
"and acknowledge the": "gelesen und akzeptiert habe und den",
- ". I am at least 18 years old.": ". Ich bin mindestens 18 Jahre alt.",
- "Continue": "Weiter",
"Enable Location Access": "Standortzugriff aktivieren",
"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.",
- "Allow Location Access": "Standortzugriff erlauben",
"You should restart app to change language":
"Sie sollten die App neu starten, um die Sprache zu ändern",
"Home Page": "Startseite",
@@ -7766,8 +11081,6 @@ class MyTranslation extends Translations {
"Diese Fahrt wurde bereits von einem anderen Fahrer übernommen.",
"We use your precise location to find the nearest available driver and provide accurate pickup and dropoff information. You can manage this in Settings.":
"Wir verwenden Ihren genauen Standort, um den nächsten verfügbaren Fahrer zu finden und genaue Abhol- und Absetzinformationen bereitzustellen. Sie können dies in den Einstellungen verwalten.",
- "message From Driver": "Nachricht vom Fahrer",
- "message From passenger": "Nachricht vom Fahrgast",
"Where are you, sir?": "Wo sind Sie, Sir?",
"I've been trying to reach you but your phone is off.":
"Ich habe versucht, Sie zu erreichen, aber Ihr Telefon ist ausgeschaltet.",
@@ -7791,15 +11104,10 @@ class MyTranslation extends Translations {
"Order Accepted": "Bestellung angenommen",
"with type": "mit Typ",
"accepted your order at price": "hat Ihre Bestellung zum Preis von",
- "Cancel Trip from driver": "Fahrt vom Fahrer stornieren",
"you canceled order": "Sie haben die Bestellung storniert",
"If you want order to another person":
"Wenn Sie für eine andere Person bestellen möchten",
- "Ok I will go now.": "Ok, ich werde jetzt gehen.",
- "Hi, I will go now": "Hallo, ich werde jetzt gehen",
"upgrade price": "Preis erhöhen",
- "Please enter a correct phone":
- "Bitte geben Sie eine korrekte Telefonnummer ein",
"airport": "Flughafen",
"Best choice for a comfortable car with a flexible route and stop points. This airport offers visa entry at this price.":
"Beste Wahl für ein komfortables Auto mit einer flexiblen Route und Haltepunkten. Dieser Flughafen bietet Visa-Einreise zu diesem Preis.",
@@ -7812,8 +11120,6 @@ class MyTranslation extends Translations {
"Wir suchen einen Kapitän, aber der Preis könnte steigen, damit ein Kapitän annimmt",
"No, I want to cancel this trip":
"Nein, ich möchte diese Fahrt stornieren",
- "Trip Cancelled. The cost of the trip will be added to your wallet.":
- "Fahrt storniert. Die Kosten der Fahrt werden Ihrem Portemonnaie hinzugefügt.",
"Attention": "Achtung",
"Trip Cancelled. The cost of the trip will be deducted from your wallet.":
"Fahrt storniert. Die Kosten der Fahrt werden von Ihrem Portemonnaie abgezogen.",
@@ -7823,15 +11129,8 @@ class MyTranslation extends Translations {
"Order Under Review": "Bestellung in Überprüfung",
"is reviewing your order. They may need more information or a higher price.":
"überprüft Ihre Bestellung. Möglicherweise benötigen sie mehr Informationen oder einen höheren Preis.",
- "The driver canceled your ride.":
- "Der Fahrer hat Ihre Fahrt storniert.",
- "We haven't found any drivers yet. Consider increasing your trip fee to make your offer more attractive to drivers.":
- "Wir haben noch keine Fahrer gefunden. Erwägen Sie, Ihre Fahrpreise zu erhöhen, um Ihr Angebot für Fahrer attraktiver zu machen.",
- "Increase Your Trip Fee (Optional)":
- "Erhöhen Sie Ihre Fahrpreise (optional)",
"Vibration": "Vibration",
"Resend code": "Code erneut senden",
- "token change": "Token-Änderung",
"change device": "Gerät ändern",
"Device Change Detected": "Gerätewechsel erkannt",
"You can only use one device at a time. This device will now be set as your active device.":
@@ -7847,7 +11146,6 @@ class MyTranslation extends Translations {
"Trip Monitor": "Fahrtmonitor",
"Insert SOS Phone": "SOS-Telefon einfügen",
"Add SOS Phone": "SOS-Telefon hinzufügen",
- "Trip Monitoring": "Fahrtüberwachung",
"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 ,",
"Send Intaleq app to him": "Senden Sie ihm die Intaleq-App",
@@ -7869,9 +11167,8 @@ class MyTranslation extends Translations {
"Driver joined the channel": "Der Fahrer ist dem Kanal beigetreten",
"Driver left the channel": "Der Fahrer hat den Kanal verlassen",
"Call Page": "Anrufseite",
- "Call End": "Anrufende",
"Call Left": "Verbleibender Anruf",
- r"$ Next as Cash $!": " Nächstes als Bargeld!",
+ " Next as Cash !": " Weiter bar!",
"To use Wallet charge it":
"Um das Portemonnaie zu verwenden, laden Sie es auf",
"We are searching for the nearest driver to you":
@@ -7879,17 +11176,24 @@ class MyTranslation extends Translations {
"Best choice for cities": "Beste Wahl für Städte",
"Rayeh Gai: Round trip service for convenient travel between cities, easy and reliable.":
"Rayeh Gai: Rundreiseservice für bequemes Reisen zwischen Städten, einfach und zuverlässig.",
- "Rayeh Gai": "Rayeh Gai",
"This trip is for women only": "Diese Fahrt ist nur für Frauen",
"Total budgets on month": "Gesamtbudgets des Monats",
"You have call from driver": "Sie haben einen Anruf vom Fahrer",
- "Comfort": "Komfort",
"Intaleq": "Geschwindigkeit",
+ "passenger agreement": "Fahrgastvereinbarung",
+ "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: ",
+ "agreement subtitle": "Bedingungen akzeptieren",
+ "terms of use": "Nutzungsbedingungen",
+ " and acknowledge our Privacy Policy.":
+ " und erkennen unsere Datenschutzrichtlinie an.",
+ "and acknowledge our": "und bestätigen unsere",
+ "privacy policy": "Datenschutzrichtlinie",
+ "i agree": "Ich stimme zu",
"Driver already has 2 trips within the specified period.":
"Der Fahrer hat bereits 2 Fahrten innerhalb des angegebenen Zeitraums.",
"The invitation was sent successfully":
"Die Einladung wurde erfolgreich versendet",
- "Lady": "Dame",
"You should select your country": "Sie sollten Ihr Land auswählen",
"Scooter": "Roller",
"A trip with a prior reservation, allowing you to choose the best captains and cars.":
@@ -7933,8 +11237,6 @@ class MyTranslation extends Translations {
"Besuchen Sie unsere Website oder kontaktieren Sie den Intaleq-Support für Informationen zur Fahrerregistrierung und den Anforderungen.",
"Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.":
"Intaleq bietet eine In-App-Chat-Funktion, die es Ihnen ermöglicht, während Ihrer Fahrt mit Ihrem Fahrer oder Fahrgast zu kommunizieren.",
- "What safety measures does Intaleq offer?":
- "Welche Sicherheitsmaßnahmen bietet Intaleq?",
"Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.":
"Intaleq priorisiert Ihre Sicherheit. Wir bieten Funktionen wie Fahrerverifizierung, In-App-Fahrtverfolgung und Notfallkontaktoptionen.",
"Frequently Questions": "Häufige Fragen",
@@ -7946,15 +11248,15 @@ class MyTranslation extends Translations {
"Please enter": "Bitte eingeben",
"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.",
- "The full name on your criminal record does not match the one on your driver’s license. Please verify and provide the correct documents.":
- "Der vollständige Name in Ihrem Strafregister stimmt nicht mit dem auf Ihrem Führerschein überein. Bitte überprüfen und die korrekten Dokumente vorlegen.",
- "The national number on your driver’s license does not match the one on your ID document. Please verify and provide the correct documents.":
- "Die nationale Nummer auf Ihrem Führerschein stimmt nicht mit der auf Ihrem Ausweisdokument überein. Bitte überprüfen und die korrekten Dokumente vorlegen.",
+ "The full name on your criminal record does not match the one on your driver's license. Please verify and provide the correct documents.":
+ "Der vollständige Name in Ihrem Führungszeugnis stimmt nicht mit dem in Ihrem Führerschein überein. Bitte überprüfen Sie dies und stellen Sie die korrekten Dokumente bereit.",
+ "The national number on your driver's license does not match the one on your ID document. Please verify and provide the correct documents.":
+ "Die nationale Nummer auf Ihrem Führerschein stimmt nicht mit der in Ihrem Ausweisdokument überein. Bitte überprüfen Sie dies und stellen Sie die korrekten Dokumente bereit.",
"Capture an Image of Your Criminal Record":
"Machen Sie ein Bild Ihres Strafregisters",
"IssueDate": "Ausstellungsdatum",
- "Capture an Image of Your car license front ":
- "Machen Sie ein Bild der Vorderseite Ihrer Fahrzeuglizenz",
+ "Capture an Image of Your car license front":
+ "Foto von der Vorderseite des Fahrzeugscheins machen",
"Capture an Image of Your ID Document front":
"Machen Sie ein Bild der Vorderseite Ihres Ausweisdokuments",
"NationalID": "Nationale ID",
@@ -7964,7 +11266,6 @@ class MyTranslation extends Translations {
"No invitation found yet!": "Noch keine Einladung gefunden!",
"InspectionResult": "Inspektionsergebnis",
"Criminal Record": "Strafregister",
- "Share App": "App teilen",
"The email or phone number is already registered.":
"Die E-Mail oder Telefonnummer ist bereits registriert.",
"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.":
@@ -7980,48 +11281,12 @@ class MyTranslation extends Translations {
"Haben Sie einen Einladungscode von einem anderen Fahrer?",
"Paste the code here": "Fügen Sie den Code hier ein",
"No, I don't have a code": "Nein, ich habe keinen Code",
- "Code approved": "Code genehmigt",
- "Install our app:": "Installieren Sie unsere App:",
- "Invite another driver and both get a gift after he completes 100 trips!":
- "Laden Sie einen anderen Fahrer ein und beide erhalten ein Geschenk, nachdem er 100 Fahrten abgeschlossen hat!",
- "Invite": "Einladen",
- "Are you sure?": "Sind Sie sicher?",
- "This will delete all recorded files from your device.":
- "Dadurch werden alle aufgezeichneten Dateien von Ihrem Gerät gelöscht.",
- "Select a file": "Datei auswählen",
- "Select a File": "Datei auswählen",
- "Delete": "Löschen",
- "attach audio of complain": "Audio der Beschwerde anhängen",
- "Phone Number Check": "Telefonnummernprüfung",
- "Drivers received orders": "Fahrer haben Bestellungen erhalten",
- "No audio files recorded.": "Keine Audiodateien aufgezeichnet.",
- "This is for delivery or a motorcycle.":
- "Dies ist für Lieferungen oder ein Motorrad.",
- "We will look for a new driver.\nPlease wait.":
- "Wir werden nach einem neuen Fahrer suchen.\nBitte warten Sie.",
- "Intaleq Reminder": "Intaleq-Erinnerung",
- "It's time to check the Intaleq app!":
- "Es ist Zeit, die Intaleq-App zu überprüfen!",
- "you must insert token code": "Sie müssen den Token-Code eingeben",
- "Something went wrong. Please try again.":
- "Etwas ist schiefgelaufen. Bitte versuchen Sie es erneut.",
- "Trip Details": "Fahrtdetails",
- "The context does not provide any complaint details, so I cannot provide a solution to this issue. Please provide the necessary information, and I will be happy to assist you.":
- "Der Kontext liefert keine Beschwerdedetails, daher kann ich keine Lösung für dieses Problem anbieten. Bitte geben Sie die notwendigen Informationen an, und ich werde Ihnen gerne helfen.",
- "Submit Your Complaint": "Reichen Sie Ihre Beschwerde ein",
- "Date": "Datum",
- "Price": "Preis",
- "Status": "Status",
- "Choose from contact": "Aus Kontakten auswählen",
- "attach correct audio": "Korrektes Audio anhängen",
- "be sure": "Seien Sie sicher",
"Audio uploaded successfully.": "Audio erfolgreich hochgeladen.",
"Perfect for passengers seeking the latest car models with the freedom to choose any route they desire":
"Perfekt für Fahrgäste, die die neuesten Automodelle suchen und die Freiheit haben möchten, jede gewünschte Route zu wählen",
"Share this code with your friends and earn rewards when they use it!":
"Teilen Sie diesen Code mit Ihren Freunden und verdienen Sie Belohnungen, wenn sie ihn verwenden!",
"Enter phone": "Telefon eingeben",
- "You deserve the gift": "Sie verdienen das Geschenk",
"complete, you can claim your gift":
"abgeschlossen, Sie können Ihr Geschenk einfordern",
"When": "Wann",
@@ -8042,9 +11307,7 @@ class MyTranslation extends Translations {
"ID Documents Back": "Rückseite der Ausweisdokumente",
"National ID": "Nationale ID",
"Occupation": "Beruf",
- "Gender": "Geschlecht",
"Religion": "Religion",
- "Marital Status": "Familienstand",
"Full Name (Marital)": "Vollständiger Name (Familienstand)",
"Expiration Date": "Ablaufdatum",
"Capture an Image of Your ID Document Back":
@@ -8067,24 +11330,20 @@ class MyTranslation extends Translations {
"Inspection Date": "Inspektionsdatum",
"Capture an Image of Your car license back":
"Machen Sie ein Bild der Rückseite Ihrer Fahrzeuglizenz",
- "Capture an Image of Your Driver’s License":
- "Machen Sie ein Bild Ihres Führerscheins",
+ "Capture an Image of Your Driver's License":
+ "Foto vom Führerschein machen",
"Sign in with Google for easier email and name entry":
"Melden Sie sich mit Google an, um E-Mail und Namen einfacher einzugeben",
"You will choose allow all the time to be ready receive orders":
"Sie werden die Erlaubnis jederzeit erteilen, um bereit zu sein, Bestellungen zu empfangen",
- "Welcome to Intaleq!": "Willkommen bei Intaleq!",
"Get to your destination quickly and easily.":
"Erreichen Sie Ihr Ziel schnell und einfach.",
"Enjoy a safe and comfortable ride.":
"Genießen Sie eine sichere und komfortable Fahrt.",
"Choose Language": "Sprache auswählen",
- "Login": "Anmelden",
"Pay with Wallet": "Mit Portemonnaie bezahlen",
"Invalid MPIN": "Ungültiger MPIN",
"Invalid OTP": "Ungültiger OTP",
- "Driver Accepted the Ride for You":
- "Der Fahrer hat die Fahrt für Sie angenommen",
"Enter your email address": "Geben Sie Ihre E-Mail-Adresse ein",
"Please enter Your Email.": "Bitte geben Sie Ihre E-Mail ein.",
"Enter your phone number": "Geben Sie Ihre Telefonnummer ein",
@@ -8095,10 +11354,8 @@ class MyTranslation extends Translations {
"Register": "Registrieren",
"Accept Ride's Terms & Review Privacy Notice":
"Akzeptieren Sie die Nutzungsbedingungen und überprüfen Sie die Datenschutzerklärung",
- "By selecting 'I Agree' below, I confirm that I have read and agree to the Terms of Use and acknowledge the Privacy Notice. I am at least 18 years of age.":
- "Durch die Auswahl von 'Ich stimme zu' bestätige ich, dass ich die Nutzungsbedingungen gelesen und akzeptiert habe und die Datenschutzerklärung zur Kenntnis genommen habe. Ich bin mindestens 18 Jahre alt.",
- "I Agree": "Ich stimme zu",
- "Finish Monitor": "Monitor beenden",
+ "By selecting 'I Agree' below, I have reviewed and agree to the Terms of Use and acknowledge the Privacy Notice. I am at least 18 years of age.":
+ "Durch Auswahl von 'Ich stimme zu' bestätige ich, dass ich die Nutzungsbedingungen gelesen habe und ihnen zustimme sowie die Datenschutzerklärung zur Kenntnis genommen habe. Ich bin mindestens 18 Jahre alt.",
"First name": "Vorname",
"Enter your first name": "Geben Sie Ihren Vornamen ein",
"Please enter your first name.":
@@ -8109,8 +11366,6 @@ class MyTranslation extends Translations {
"Bitte geben Sie Ihren Nachnamen ein.",
"City": "Stadt",
"Please enter your City.": "Bitte geben Sie Ihre Stadt ein.",
- "Male": "Männlich",
- "Female": "Weiblich",
"Verify Email": "E-Mail verifizieren",
"We sent 5 digit to your Email provided":
"Wir haben einen 5-stelligen Code an die angegebene E-Mail gesendet",
@@ -8125,9 +11380,12 @@ class MyTranslation extends Translations {
"Add Promo": "Promotion hinzufügen",
"Confirm Selection": "Auswahl bestätigen",
"distance is": "Entfernung ist",
+ "Privacy Policy": "Datenschutzrichtlinie",
"Intaleq LLC": "Intaleq LLC",
- "Egypt'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.":
- "Ägyptens wegweisender Mitfahrservice, stolz entwickelt von arabischen und lokalen Eigentümern. Wir priorisieren, in Ihrer Nähe zu sein – sowohl für unsere geschätzten Fahrgäste als auch für unsere engagierten Kapitäne.",
+ "Syria'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.":
+ "Syriens wegweisender Fahrtdienst, stolz entwickelt von arabischen und lokalen Eigentümern. Wir legen Wert darauf, nah bei Ihnen zu sein – sowohl bei unseren geschätzten Fahrgästen als auch bei unseren engagierten Kapitänen.",
+ "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.":
+ "Intaleq ist die erste Ridesharing-App in Syrien, die Sie mit den nächsten Fahrern verbindet, um ein schnelles und bequemes Reiseerlebnis zu ermöglichen.",
"Why Choose Intaleq?": "Warum Intaleq wählen?",
"Closest to You": "Am nächsten bei Ihnen",
"We connect you with the nearest drivers for faster pickups and quicker journeys.":
@@ -8192,12 +11450,9 @@ class MyTranslation extends Translations {
"I added the wrong pick-up/drop-off location":
"Ich habe den falschen Abhol-/Absetzort hinzugefügt",
"I don't have a reason": "Ich habe keinen Grund",
- "Other": "Andere",
"Can we know why you want to cancel Ride ?":
"Können wir erfahren, warum Sie die Fahrt stornieren möchten?",
- "Cancel Ride": "Fahrt stornieren",
"Add Payment Method": "Zahlungsmethode hinzufügen",
- "Your Wallet balance is ": "Ihr Portemonnaie-Guthaben beträgt ",
"Ride Wallet": "Fahrt-Portemonnaie",
"Payment Method": "Zahlungsmethode",
"Type here Place": "Geben Sie hier den Ort ein",
@@ -8208,8 +11463,6 @@ class MyTranslation extends Translations {
"Deleted": "Gelöscht",
"You Dont Have Any places yet !": "Sie haben noch keine Orte!",
"From : Current Location": "Von : Aktueller Standort",
- "Profile": "Profil",
- "Home": "Zuhause",
"My Cared": "Meine Karten",
"Add Card": "Karte hinzufügen",
"Add Credit Card": "Kreditkarte hinzufügen",
@@ -8220,13 +11473,11 @@ class MyTranslation extends Translations {
"Go To Favorite Places": "Zu Lieblingsorten gehen",
"Go to this Target": "Gehen Sie zu diesem Ziel",
"My Profile": "Mein Profil",
- "Sign Out": "Abmelden",
"Are you want to go to this site":
"Möchten Sie zu dieser Seite gehen?",
"MyLocation": "Mein Standort",
"my location": "mein Standort",
"Target": "Ziel",
- "Update": "Aktualisieren",
"You Should choose rate figure":
"Sie sollten eine Bewertungszahl auswählen",
"Login Captin": "Kapitän anmelden",
@@ -8278,25 +11529,13 @@ class MyTranslation extends Translations {
"Pay with Your PayPal": "Mit Ihrem PayPal bezahlen",
"You will choose one of above !":
"Sie werden eines der oben genannten auswählen!",
- "Delete My Account": "Mein Konto löschen",
"Edit Profile": "Profil bearbeiten",
- "Name": "Name",
- "Update Gender": "Geschlecht aktualisieren",
- "Education": "Bildung",
- "Update Education": "Bildung aktualisieren",
- "Employment Type": "Beschäftigungsart",
- "SOS Phone": "SOS-Telefon",
- "High School Diploma": "Abitur",
- "Associate Degree": "Associate Degree",
- "Bachelor's Degree": "Bachelor-Abschluss",
- "Master's Degree": "Master-Abschluss",
- "Doctoral Degree": "Doktortitel",
"Copy this Promo to use it in your Ride!":
"Kopieren Sie diese Promotion, um sie in Ihrer Fahrt zu verwenden!",
"To change some Settings": "Um einige Einstellungen zu ändern",
"Order Request Page": "Bestellanfrageseite",
"Rouats of Trip": "Routen der Fahrt",
- "Passenger name : ": "Fahrgastname : ",
+ "Passenger Name is ": "Fahrgastname ist ",
"Total From Passenger is ": "Gesamtbetrag vom Fahrgast ist ",
"Duration To Passenger is ": "Dauer bis zum Fahrgast ist ",
"Distance To Passenger is ": "Entfernung bis zum Fahrgast ist ",
@@ -8323,34 +11562,15 @@ class MyTranslation extends Translations {
"Genießen Sie eine sichere und komfortable Fahrt.",
"committed_to_safety":
"Intaleq setzt sich für Sicherheit ein, und alle unsere Kapitäne werden sorgfältig überprüft.",
- "Driver Applied the Ride for You":
- "Der Fahrer hat die Fahrt für Sie übernommen",
- "Show latest promo": "Neueste Promotion anzeigen",
- "Cancel Trip": "Fahrt stornieren",
- "Passenger Cancel Trip": "Fahrgast hat die Fahrt storniert",
- "Accepted Ride": "Fahrt angenommen",
"your ride is Accepted": "Ihre Fahrt wurde angenommen",
- "Please stay on the picked point.":
- "Bitte bleiben Sie am ausgewählten Punkt.",
- "Trip is Begin": "Fahrt beginnt",
"Driver is waiting at pickup.": "Der Fahrer wartet am Abholpunkt.",
"Driver is on the way": "Der Fahrer ist unterwegs",
"Contact Options": "Kontaktoptionen",
"Send a custom message": "Benutzerdefinierte Nachricht senden",
"Type your message": "Geben Sie Ihre Nachricht ein",
- "Hi ,I will go now": "Hallo, ich werde jetzt gehen",
- "Passenger come to you": "Fahrgast kommt zu Ihnen",
- "Hi ,I Arrive your site":
- "Hallo, ich bin an Ihrem Standort angekommen",
- "Driver Finish Trip": "Fahrer beendet die Fahrt",
- "you will pay to Driver": "Sie werden den Fahrer bezahlen",
- "Driver Cancel Your Trip": "Der Fahrer hat Ihre Fahrt storniert",
- "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",
"I will go now": "Ich werde jetzt gehen",
"You Have Tips": "Sie haben Trinkgeld",
" tips\nTotal is": " Trinkgeld\nGesamtbetrag ist",
- "No,I want": "Nein, ich möchte",
"Your fee is ": "Ihre Gebühr ist ",
"Do you want to pay Tips for this Driver":
"Möchten Sie Trinkgeld für diesen Fahrer bezahlen?",
@@ -8374,10 +11594,6 @@ class MyTranslation extends Translations {
"Sie können anrufen oder das Audio dieser Fahrt aufnehmen",
"The trip has started! Feel free to contact emergency numbers, share your trip, or activate voice recording for the journey":
"Die Fahrt hat begonnen! Zögern Sie nicht, Notrufnummern zu kontaktieren, Ihre Fahrt zu teilen oder die Sprachaufzeichnung für die Reise zu aktivieren",
- "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",
- "Don’t forget your personal belongings.":
- "Vergessen Sie nicht Ihre persönlichen Gegenstände.",
"Camera Access Denied.": "Kamerazugriff verweigert.",
"Open Settings": "Einstellungen öffnen",
"GPS Required Allow !.": "GPS erforderlich, erlauben!.",
@@ -8427,7 +11643,6 @@ class MyTranslation extends Translations {
" in your wallet": "in Ihrem Portemonnaie",
"you gain": "Sie erhalten",
"Order Cancelled by Passenger": "Bestellung vom Fahrgast storniert",
- "Success": "Erfolg",
"Feedback data saved successfully":
"Feedback-Daten erfolgreich gespeichert",
"No Promo for today .": "Keine Promotion für heute.",
@@ -8484,10 +11699,8 @@ class MyTranslation extends Translations {
"Payment Options": "Zahlungsoptionen",
"wait 1 minute to receive message":
"Warten Sie 1 Minute, um die Nachricht zu erhalten",
- "Promo Copied!": "Promotion kopiert!",
"You have copied the promo code.":
"Sie haben den Promo-Code kopiert.",
- "Valid Until:": "Gültig bis:",
"Select Payment Amount": "Zahlungsbetrag auswählen",
"The promotion period has ended.":
"Die Promotionsperiode ist beendet.",
@@ -8548,14 +11761,13 @@ class MyTranslation extends Translations {
"Height: ": "Größe: ",
"Expiry Date: ": "Ablaufdatum: ",
"Date of Birth: ": "Geburtsdatum: ",
- "You can\'t continue with us .\nYou should renew Driver license":
- "Sie können nicht mit uns weitermachen .\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",
"Detect Your Face ": "Erkennen Sie Ihr Gesicht ",
"Go to next step\nscan Car License.":
"Gehen Sie zum nächsten Schritt\nscannen Sie die Fahrzeuglizenz.",
"Name in arabic": "Name auf Arabisch",
"Drivers License Class": "Führerscheinklasse",
- "Date of Birth": "Geburtsdatum",
"Selected Date": "Ausgewähltes Datum",
"Select Time": "Zeit auswählen",
"Selected Time": "Ausgewählte Zeit",
@@ -8564,9 +11776,7 @@ class MyTranslation extends Translations {
"Lassen Sie uns die Fahrzeuglizenz überprüfen ",
"Car": "Auto",
"Plate": "Nummernschild",
- "N/A": "N/A",
"Rides": "Fahrten",
- "Age": "Alter",
"Selected driver": "Ausgewählter Fahrer",
"Lets check License Back Face":
"Lassen Sie uns die Rückseite des Führerscheins überprüfen",
@@ -8580,14 +11790,12 @@ class MyTranslation extends Translations {
"Login Driver": "Fahrer anmelden",
"Password must br at least 6 character.":
"Das Passwort muss mindestens 6 Zeichen lang sein.",
- "if you don\'t have account": "Wenn Sie kein Konto haben",
+ "if you don't have account": "wenn Sie kein Konto haben",
"Here recorded trips audio":
"Hier sind die Audioaufnahmen der Fahrten",
"Register as Driver": "Als Fahrer registrieren",
"By selecting \"I Agree\" below, I have reviewed and agree to the Terms of Use and acknowledge the ":
"Durch die Auswahl von \"Ich stimme zu\" bestätige ich, dass ich die Nutzungsbedingungen gelesen und akzeptiert habe und die ",
- ". I am at least 18 years of age.":
- ". Ich bin mindestens 18 Jahre alt.",
"Log Out Page": "Abmeldeseite",
"Log Off": "Abmelden",
"Register Driver": "Fahrer registrieren",
@@ -8595,9 +11803,7 @@ class MyTranslation extends Translations {
"Admin DashBoard": "Admin-Dashboard",
"Your name": "Ihr Name",
"your ride is applied": "Ihre Fahrt wurde übernommen",
- "Your password": "Ihr Passwort",
"H and": "Stunden und",
- "LE": "LE",
"JOD": "JOD",
"m": "Minuten",
"We search nearst Driver to you":
@@ -8609,25 +11815,15 @@ class MyTranslation extends Translations {
"You should select one": "Sie sollten eines auswählen",
"The driver accept your order for":
"Der Fahrer hat Ihre Bestellung für",
- "Increase Fee": "Preis erhöhen",
- "No, thanks": "Nein, danke",
"The driver on your way": "Der Fahrer ist auf dem Weg zu Ihnen",
"Total price from ": "Gesamtpreis ab ",
"Order Details Intaleq": "Bestelldetails Geschwindigkeit",
- "Order Applied": "Bestellung übernommen",
- "accepted your order": "hat Ihre Bestellung angenommen",
- "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.",
"Selected file:": "Ausgewählte Datei:",
"Your trip cost is": "Ihre Fahrtkosten betragen",
"this will delete all files from your device":
"Dadurch werden alle Dateien von Ihrem Gerät gelöscht",
- " in your": "in Ihrem",
"Exclusive offers and discounts always with the Intaleq app":
"Exklusive Angebote und Rabatte immer mit der Intaleq-App",
- "Please go to Car Driver": "Bitte gehen Sie zum Autofahrer",
- " wallet due to a previous trip.":
- "Portemonnaie aufgrund einer vorherigen Fahrt.",
"Submit Question": "Frage einreichen",
"Please enter your Question.": "Bitte geben Sie Ihre Frage ein.",
"Help Details": "Hilfedetails",
@@ -8637,7 +11833,6 @@ class MyTranslation extends Translations {
" You Have in": " Sie haben in",
"Total points is ": "Die Gesamtpunktzahl beträgt ",
"Total Connection Duration:": "Gesamte Verbindungsdauer:",
- " H and": " Stunden und",
"Passenger name : ": "Fahrgastname : ",
"Cost Of Trip IS ": "Die Fahrtkosten betragen ",
"Arrival time": "Ankunftszeit",
@@ -8698,14 +11893,12 @@ class MyTranslation extends Translations {
"Bitte helfen Sie! Kontaktieren Sie mich so schnell wie möglich.",
"Share Trip Details": "Fahrtdetails teilen",
"Car Plate is ": "Das Nummernschild ist ",
- "VIP Order": "VIP-Bestellung",
"the 300 points equal 300 L.E for you \nSo go and gain your money":
"300 Punkte entsprechen 300 L.E für Sie \nAlso los, verdienen Sie Ihr Geld",
"the 300 points equal 300 L.E": "300 Punkte entsprechen 300 L.E",
"The payment was not approved. Please try again.":
"Die Zahlung wurde nicht genehmigt. Bitte versuchen Sie es erneut.",
"Payment Failed": "Zahlung fehlgeschlagen",
- "Error": "Fehler",
"This is a scheduled notification.":
"Dies ist eine geplante Benachrichtigung.",
"An error occurred during the payment process.":
@@ -8753,7 +11946,6 @@ class MyTranslation extends Translations {
"This ride is already taken by another driver.":
"Diese Fahrt wurde bereits von einem anderen Fahrer übernommen.",
"You Should be select reason.": "Sie sollten einen Grund auswählen.",
- " \$": " \$",
"Waiting for Driver ...": "Warten auf Fahrer ...",
"Latest Recent Trip": "Letzte kürzliche Fahrt",
"from your list": "aus Ihrer Liste",
@@ -8766,7 +11958,6 @@ class MyTranslation extends Translations {
"Choose from Map": "Aus der Karte auswählen",
"Pick your ride location on the map - Tap to confirm":
"Wählen Sie Ihren Fahrtort auf der Karte aus - Tippen Sie, um zu bestätigen",
- "Closest & Cheapest": "Nächstgelegen & Günstigst",
"Intaleq is the ride-hailing app that is safe, reliable, and accessible.":
"Intaleq ist die Mitfahr-App, die sicher, zuverlässig und zugänglich ist.",
"With Intaleq, you can get a ride to your destination in minutes.":
@@ -8784,7 +11975,6 @@ class MyTranslation extends Translations {
"Where you want go ": "Wohin Sie gehen möchten ",
"My Card": "Meine Karte",
"Start Record": "Aufnahme starten",
- "Wallet": "Portemonnaie",
"History of Trip": "Fahrtverlauf",
"Helping Center": "Hilfezentrum",
"Record saved": "Aufnahme gespeichert",
@@ -8808,13 +11998,8 @@ class MyTranslation extends Translations {
"You can cancel trip": "Sie können die Fahrt stornieren",
"The driver waitting you in picked location .":
"Der Fahrer wartet an dem ausgewählten Ort auf Sie .",
- "10\$ and get 3% discount": "10\$ und erhalten Sie 3% Rabatt",
- "20\$ and get 4% discount": "20\$ und erhalten Sie 4% Rabatt",
- "40\$ and get 6% discount": "40\$ und erhalten Sie 6% Rabatt",
- "100\$ and get 9% discount": "100\$ und erhalten Sie 9% Rabatt",
"Pay with Your": "Bezahlen Sie mit Ihrem",
"Pay with Credit Card": "Mit Kreditkarte bezahlen",
- "Payment History": "Zahlungsverlauf",
"Show Promos to Charge": "Promotionen zum Aufladen anzeigen",
"Point": "Punkt",
"How many hours would you like to wait?":
@@ -8852,7 +12037,6 @@ class MyTranslation extends Translations {
"Click here to Show it in Map":
"Klicken Sie hier, um es auf der Karte anzuzeigen",
"Canceled": "Storniert",
- "Type your Email": "Geben Sie Ihre E-Mail ein",
"No I want": "Nein, ich möchte",
"Email is": "E-Mail ist",
"Phone Number is": "Telefonnummer ist",
@@ -8869,6 +12053,8 @@ class MyTranslation extends Translations {
"write vin for your car":
"Geben Sie die Fahrgestellnummer Ihres Autos ein",
"VIN": "Fahrgestellnummer",
+ "Please verify your identity":
+ "Bitte verifizieren Sie Ihre Identität",
"write Color for your car": "Geben Sie die Farbe Ihres Autos ein",
"write Make for your car": "Geben Sie die Marke Ihres Autos ein",
"write Model for your car": "Geben Sie das Modell Ihres Autos ein",
@@ -8891,8 +12077,8 @@ class MyTranslation extends Translations {
"You have in account": "Sie haben auf dem Konto",
"Select Country": "Land auswählen",
"Ride Today : ": "Fahrt heute : ",
- "After this period\nYou can\'t cancel!":
- "Nach dieser Zeit\nkönnen Sie nicht stornieren!",
+ "After this period\nYou can't cancel!":
+ "Nach diesem Zeitraum\nkönnen Sie nicht mehr stornieren!",
"from 23:59 till 05:30": "von 23:59 bis 05:30",
"Rate Driver": "Fahrer bewerten",
"Total Cost is ": "Die Gesamtkosten betragen ",
@@ -8919,14 +12105,414 @@ class MyTranslation extends Translations {
"Ihr Budget ist geringer als benötigt",
"You can change the Country to get all features":
"Sie können das Land ändern, um alle Funktionen zu erhalten",
- "Change Country": "Land ändern"
+ "There is no Car or Driver in your area.":
+ "In Ihrer Region gibt es kein Auto oder Fahrer.",
+ "Change Country": "Land ändern",
},
"es": {
+ "1 Passenger": "1 Passenger",
+ "2 Passengers": "2 Passengers",
+ "3 Passengers": "3 Passengers",
+ "4 Passengers": "4 Passengers",
+ "2. Attach Recorded Audio (Optional)":
+ "2. Attach Recorded Audio (Optional)",
+ "Account": "Account",
+ "Actions": "Actions",
+ "Active Users": "Active Users",
+ "Add a Stop": "Add a Stop",
+ "Add a new waypoint stop": "Add a new waypoint stop",
+ "After this period\nYou can\'t cancel!":
+ "After this period\nYou can\'t cancel!",
+ "Age is": "Age is",
+ "Alert": "Alert",
+ "An OTP has been sent to your number.":
+ "An OTP has been sent to your number.",
+ "An error occurred": "An error occurred",
+ "Appearance": "Appearance",
+ "Are you sure you want to delete this file?":
+ "Are you sure you want to delete this file?",
+ "Are you sure you want to logout?":
+ "Are you sure you want to logout?",
+ "Arrived": "Arrived",
+ "Audio Recording": "Audio Recording",
+ "Call": "Call",
+ "Call Support": "Call Support",
+ "Call left": "Call left",
+ "Change Photo": "Change Photo",
+ "Choose from Gallery": "Choose from Gallery",
+ "Choose from contact": "Choose from contact",
+ "Click to track the trip": "Click to track the trip",
+ "Close panel": "Close panel",
+ "Coming": "Coming",
+ "Complete Payment": "Complete Payment",
+ "Confirm Cancellation": "Confirm Cancellation",
+ "Confirm Pickup Location": "Confirm Pickup Location",
+ "Connection failed. Please try again.":
+ "Connection failed. Please try again.",
+ "Could not create ride. Please try again.":
+ "Could not create ride. Please try again.",
+ "Crop Photo": "Crop Photo",
+ "Dark Mode": "Dark Mode",
+ "Delete": "Delete",
+ "Delete Account": "Delete Account",
+ "Delete All": "Delete All",
+ "Delete All Recordings?": "Delete All Recordings?",
+ "Delete Recording?": "Delete Recording?",
+ "Destination Set": "Destination Set",
+ "Distance": "Distance",
+ "Double tap to open search or enter destination":
+ "Double tap to open search or enter destination",
+ "Double tap to set or change this waypoint on the map":
+ "Double tap to set or change this waypoint on the map",
+ "Drawing route on map...": "Drawing route on map...",
+ "Driver Phone": "Driver Phone",
+ "Driver is Going To You": "Driver is Going To You",
+ "Emergency Mode Triggered": "Emergency Mode Triggered",
+ "Emergency SOS": "Emergency SOS",
+ "Enter the 5-digit code": "Enter the 5-digit code",
+ "Enter your City": "Enter your City",
+ "Enter your Password": "Enter your Password",
+ "Failed to book trip: \$e": "Failed to book trip: \$e",
+ "Failed to get location": "Failed to get location",
+ "Failed to initiate payment. Please try again.":
+ "Failed to initiate payment. Please try again.",
+ "Failed to send OTP": "Failed to send OTP",
+ "Failed to upload photo": "Failed to upload photo",
+ "Finished": "Finished",
+ "Fixed Price": "Fixed Price",
+ "General": "General",
+ "Grant": "Grant",
+ "Have a Promo Code?": "Have a Promo Code?",
+ "Hello! I\'m inviting you to try Intaleq.":
+ "Hello! I\'m inviting you to try Intaleq.",
+ "Hi ,I Arrive your site": "Hi ,I Arrive your site",
+ "Hi, Where to": "Hi, Where to",
+ "Home": "Home",
+ "I am currently located at": "I am currently located at",
+ "I'm Safe": "I'm Safe",
+ "If you need to reach me, please contact the driver directly at":
+ "If you need to reach me, please contact the driver directly at",
+ "Image Upload Failed": "Image Upload Failed",
+ "Intaleq Passenger": "Intaleq Passenger",
+ "Invite": "Invite",
+ "Join a channel": "Join a channel",
+ "Last Name": "Last Name",
+ "Leave a detailed comment (Optional)":
+ "Leave a detailed comment (Optional)",
+ "Light Mode": "Light Mode",
+ "Listen": "Listen",
+ "Location": "Location",
+ "Location Received": "Location Received",
+ "Logout": "Logout",
+ "Map Error": "Map Error",
+ "Message": "Message",
+ "Move map to select destination": "Move map to select destination",
+ "Move map to set start location": "Move map to set start location",
+ "Move map to set stop": "Move map to set stop",
+ "Move map to your home location": "Move map to your home location",
+ "Move map to your pickup point": "Move map to your pickup point",
+ "Move map to your work location": "Move map to your work location",
+ "N/A": "N/A",
+ "No Notifications": "No Notifications",
+ "No Recordings Found": "No Recordings Found",
+ "No Rides now!": "No Rides now!",
+ "No contacts available": "No contacts available",
+ "No i want": "No i want",
+ "No notification data found.": "No notification data found.",
+ "No routes available for this destination.":
+ "No routes available for this destination.",
+ "No user found": "No user found",
+ "No,I want": "No,I want",
+ "No.Iwant Cancel Trip.": "No.Iwant Cancel Trip.",
+ "Now move the map to your pickup point":
+ "Now move the map to your pickup point",
+ "Now set the pickup point for the other person":
+ "Now set the pickup point for the other person",
+ "On Trip": "On Trip",
+ "Open": "Open",
+ "Open destination search": "Open destination search",
+ "Open in Google Maps": "Open in Google Maps",
+ "Order VIP Canceld": "Order VIP Canceld",
+ "Passenger": "Passenger",
+ "Passenger cancel order": "Passenger cancel order",
+ "Pay by MTN Wallet": "Pay by MTN Wallet",
+ "Pay by Sham Cash": "Pay by Sham Cash",
+ "Pay by Syriatel Wallet": "Pay by Syriatel Wallet",
+ "Pay with PayPal": "Pay with PayPal",
+ "Phone": "Phone",
+ "Phone Number": "Phone Number",
+ "Phone Number Check": "Phone Number Check",
+ "Phone number seems too short": "Phone number seems too short",
+ "Phone verified. Please complete registration.":
+ "Phone verified. Please complete registration.",
+ "Pick destination on map": "Pick destination on map",
+ "Pick location on map": "Pick location on map",
+ "Pick on map": "Pick on map",
+ "Pick start point on map": "Pick start point on map",
+ "Plan Your Route": "Plan Your Route",
+ "Please add contacts to your phone.":
+ "Please add contacts to your phone.",
+ "Please check your internet and try again.":
+ "Please check your internet and try again.",
+ "Please enter a valid email.": "Please enter a valid email.",
+ "Please enter a valid phone number.":
+ "Please enter a valid phone number.",
+ "Please enter the number without the leading 0":
+ "Please enter the number without the leading 0",
+ "Please enter your phone number": "Please enter your phone number",
+ "Please go to Car now": "Please go to Car now",
+ "Please select a reason first": "Please select a reason first",
+ "Please set a valid SOS phone number.":
+ "Please set a valid SOS phone number.",
+ "Please slow down": "Please slow down",
+ "Please wait while we prepare your trip.":
+ "Please wait while we prepare your trip.",
+ "Preferences": "Preferences",
+ "Profile photo updated": "Profile photo updated",
+ "Quick Message": "Quick Message",
+ "Rating is": "Rating is",
+ "Received empty route data.": "Received empty route data.",
+ "Record": "Record",
+ "Record your trips to see them here.":
+ "Record your trips to see them here.",
+ "Rejected Orders Count": "Rejected Orders Count",
+ "Remove waypoint": "Remove waypoint",
+ "Report": "Report",
+ "Route and prices have been calculated successfully!":
+ "Route and prices have been calculated successfully!",
+ "SOS": "SOS",
+ "Save": "Save",
+ "Save Changes": "Save Changes",
+ "Save Name": "Save Name",
+ "Search country": "Search country",
+ "Search for a starting point": "Search for a starting point",
+ "Select Appearance": "Select Appearance",
+ "Select Education": "Select Education",
+ "Select Gender": "Select Gender",
+ "Select This Ride": "Select This Ride",
+ "Select betweeen types": "Select betweeen types",
+ "Send Email": "Send Email",
+ "Send SOS": "Send SOS",
+ "Send WhatsApp Message": "Send WhatsApp Message",
+ "Server Error": "Server Error",
+ "Server error": "Server error",
+ "Server error. Please try again.": "Server error. Please try again.",
+ "Set Destination": "Set Destination",
+ "Set Phone Number": "Set Phone Number",
+ "Set as Home": "Set as Home",
+ "Set as Stop": "Set as Stop",
+ "Set as Work": "Set as Work",
+ "Share": "Share",
+ "Share Trip": "Share Trip",
+ "Share your experience to help us improve...":
+ "Share your experience to help us improve...",
+ "Something went wrong. Please try again.":
+ "Something went wrong. Please try again.",
+ "Speaking...": "Speaking...",
+ "Speed Over": "Speed Over",
+ "Start Point": "Start Point",
+ "Stay calm. We are here to help.": "Stay calm. We are here to help.",
+ "Stop": "Stop",
+ "Submit Rating": "Submit Rating",
+ "Support & Info": "Support & Info",
+ "System Default": "System Default",
+ "Take a Photo": "Take a Photo",
+ "Tap to apply your discount": "Tap to apply your discount",
+ "Tap to search your destination": "Tap to search your destination",
+ "The driver cancelled the trip.": "The driver cancelled the trip.",
+ "This action cannot be undone.": "This action cannot be undone.",
+ "This action is permanent and cannot be undone.":
+ "This action is permanent and cannot be undone.",
+ "This is for delivery or a motorcycle.":
+ "This is for delivery or a motorcycle.",
+ "Time": "Time",
+ "To :": "To :",
+ "Top up Balance": "Top up Balance",
+ "Top up Balance to continue": "Top up Balance to continue",
+ "Total Invites": "Total Invites",
+ "Total Price": "Total Price",
+ "Trip booked successfully": "Trip booked successfully",
+ "Type your message...": "Type your message...",
+ "Unknown Location": "Unknown Location",
+ "Update Name": "Update Name",
+ "Verified Passenger": "Verified Passenger",
+ "View Map": "View Map",
+ "Wait for the trip to start first":
+ "Wait for the trip to start first",
+ "Waiting...": "Waiting...",
+ "Warning": "Warning",
+ "Waypoint has been set successfully":
+ "Waypoint has been set successfully",
+ "We use location to get accurate and nearest driver for you":
+ "We use location to get accurate and nearest driver for you",
+ "WhatsApp": "WhatsApp",
+ "Why do you want to cancel?": "Why do you want to cancel?",
+ "Yes": "Yes",
+ "You should ideintify your gender for this type of trip!":
+ "You should ideintify your gender for this type of trip!",
+ "You will choose one of above!": "You will choose one of above!",
+ "Your Rewards": "Your Rewards",
+ "Your complaint has been submitted.":
+ "Your complaint has been submitted.",
+ "and acknowledge our Privacy Policy.":
+ "and acknowledge our Privacy Policy.",
+ "as the driver.": "as the driver.",
+ "cancelled": "cancelled",
+ "due to a previous trip.": "due to a previous trip.",
+ "insert sos phone": "insert sos phone",
+ "is driving a": "is driving a",
+ "min added to fare": "min added to fare",
+ "phone not verified": "phone not verified",
+ "to arrive you.": "to arrive you.",
+ "unknown": "unknown",
+ "wait 1 minute to recive message": "wait 1 minute to recive message",
+ "with license plate": "with license plate",
+ "witout zero": "witout zero",
+ "you must insert token code": "you must insert token code",
+ "Syria": "Siria",
+ "SYP": "SYP",
"Order": "Pedido",
+ "OrderVIP": "Pedido VIP",
+ "Cancel Trip": "Cancelar viaje",
+ "Passenger Cancel Trip": "El pasajero canceló el viaje",
+ "VIP Order": "Pedido VIP",
+ "The driver accepted your trip": "El conductor aceptó su viaje",
+ "message From passenger": "Mensaje del pasajero",
+ "Cancel": "Cancelar",
+ "Trip Cancelled. The cost of the trip will be added to your wallet.":
+ "Viaje cancelado. El costo del viaje se añadirá a tu billetera.",
+ "token change": "cambio de token",
+ "Changed my mind": "He cambiado de opinión",
+ "Please write the reason...": "Por favor escriba el motivo...",
+ "Found another transport": "Encontré otro transporte",
+ "Driver is taking too long": "El conductor tarda demasiado",
+ "Driver asked me to cancel": "El conductor me pidió que cancelara",
+ "Wrong pickup location": "Lugar de recogida incorrecto",
+ "Other": "Otro",
+ "Don't Cancel": "No cancelar",
+ "No Drivers Found": "No se encontraron conductores",
+ "Sorry, there are no cars available of this type right now.":
+ "Lo sentimos, no hay coches de este tipo disponibles en este momento.",
+ "Refresh Map": "Actualizar mapa",
+ "face detect": "detección facial",
+ "Face Detection Result": "Resultado de detección facial",
+ "similar": "similar",
+ "not similar": "no es similar",
+ "Searching for nearby drivers...": "Buscando conductores cercanos...",
+ "Error": "Error",
+ "Failed to search, please try again later":
+ "Error en la búsqueda, inténtelo de nuevo más tarde",
+ "Connection Error": "Error de conexión",
+ "Please check your internet connection":
+ "Por favor, verifique su conexión a internet",
+ "Sorry 😔": "Lo sentimos 😔",
+ "The driver cancelled the trip for an emergency reason.\nDo you want to search for another driver immediately?":
+ "El conductor canceló el viaje por un motivo de emergencia.\n¿Desea buscar otro conductor de inmediato?",
+ "Search for another driver": "Buscar otro conductor",
+ "We apologize 😔": "Pedimos disculpas 😔",
+ "No drivers found at the moment.\nPlease try again later.":
+ "No se encontraron conductores en este momento.\nInténtelo de nuevo más tarde.",
+ "Hi ,I will go now": "Hola, iré ahora",
+ "Passenger come to you": "El pasajero viene a ti",
+ "Call Income": "Llamada entrante",
+ "Call Income from Passenger": "Llamada entrante del pasajero",
+ "Criminal Document Required": "Se requiere antecedente penal",
+ "You should have upload it .": "Deberías haberlo subido.",
+ "Call End": "Fin de la llamada",
+ "The order has been accepted by another driver.":
+ "El pedido ha sido aceptado por otro conductor.",
+ "The order Accepted by another Driver":
+ "El pedido fue aceptado por otro conductor",
+ "We regret to inform you that another driver has accepted this order.":
+ "Lamentamos informarte que otro conductor ha aceptado este pedido.",
+ "Driver Applied the Ride for You":
+ "El conductor aplicó el viaje por ti",
+ "Applied": "Aplicado",
+ "Please go to Car Driver": "Por favor, ve al conductor del coche",
+ "Ok I will go now.": "Ok, iré ahora.",
+ "Accepted Ride": "Viaje aceptado",
+ "Driver Accepted the Ride for You":
+ "El conductor aceptó el viaje por ti",
+ "Promo": "Promo",
+ "Show latest promo": "Mostrar la última promoción",
+ "Trip Monitoring": "Monitoreo de viaje",
+ "Driver Is Going To Passenger": "El conductor va hacia el pasajero",
+ "Please stay on the picked point.":
+ "Por favor, permanece en el punto seleccionado.",
+ "message From Driver": "Mensaje del conductor",
+ "Trip is Begin": "El viaje comienza",
+ "Cancel Trip from driver": "Cancelar viaje por el conductor",
+ "We will look for a new driver.\nPlease wait.":
+ "Buscaremos un nuevo conductor.\nPor favor, espera.",
+ "The driver canceled your ride.": "El conductor canceló tu viaje.",
+ "Driver Finish Trip": "El conductor finalizó el viaje",
+ "you will pay to Driver": "pagarás al conductor",
+ "Don’t forget your personal belongings.":
+ "No olvides tus pertenencias personales.",
+ "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",
+ "Finish Monitor": "Finalizar monitor",
+ "Trip finished": "Viaje finalizado",
+ "Call Income from Driver": "Llamada entrante del conductor",
+ "Driver Cancelled Your Trip": "El conductor canceló su viaje",
+ "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",
+ "Order Applied": "Pedido aplicado",
+ "welcome to intaleq": "Bienvenido a Intaleq",
+ "login or register subtitle": "Inicia sesión o regístrate",
+ "Complaint cannot be filed for this ride. It may not have been completed or started.":
+ "No se puede presentar una queja por este viaje. Es posible que no se haya completado o iniciado.",
+ "phone number label": "Número de teléfono",
+ "phone number required": "Número de teléfono requerido",
+ "send otp button": "Enviar código",
+ "verify your number title": "Verifica tu número",
+ "otp sent subtitle": "Código de verificación enviado",
+ "verify and continue button": "Verificar y continuar",
+ "enter otp validation": "Por favor ingrese el código",
+ "one last step title": "Un último paso",
+ "complete profile subtitle": "Completa tu perfil",
+ "first name label": "Nombre",
+ "first name required": "Nombre requerido",
+ "last name label": "Apellido",
+ "Verify OTP": "Verificar código",
+ "Verification Code": "Código de verificación",
+ "We have sent a verification code to your mobile number:":
+ "Hemos enviado un código de verificación a su número de móvil:",
+ "Verify": "Verificar",
+ "Resend Code": "Reenviar código",
+ "You can resend in": "Puedes reenviar en",
+ "seconds": "segundos",
+ "Please enter the complete 6-digit code.":
+ "Por favor, ingrese el código completo de 6 dígitos.",
+ "last name required": "Apellido requerido",
+ "email optional label": "correo electrónico (opcional)",
+ "complete registration button": "Completar registro",
+ "User with this phone number or email already exists.":
+ "Ya existe un usuario con este número de teléfono o correo electrónico.",
+ "otp sent success": "Código enviado con éxito",
+ "failed to send otp": "Error al enviar el código",
+ "server error try again": "error de servidor, intente de nuevo",
+ "an error occurred": "ocurrió un error",
+ "otp verification failed": "Fallo en la verificación del código",
+ "registration failed": "Registro fallido",
+ "welcome user": "Bienvenido",
+ "Don't forget your personal belongings.":
+ "No olvide sus pertenencias personales.",
+ "Share App": "Compartir aplicación",
+ "Wallet": "Billetera",
+ "Balance": "Saldo",
+ "Profile": "Perfil",
+ "Contact Support": "Contactar con soporte",
+ "Session expired. Please log in again.":
+ "Sesión expirada. Por favor, inicie sesión de nuevo.",
+ "Security Warning": "Advertencia de seguridad",
+ "Potential security risks detected. The application may not function correctly.":
+ "Se detectaron posibles riesgos de seguridad. Es posible que la aplicación no funcione correctamente.",
+ "please order now": "por favor ordene ahora",
"Where to": "A dónde",
"Where are you going?": "¿A dónde vas?",
"Quick Actions": "Acciones rápidas",
- "My Wallet": "Mi billetera",
+ "My Balance": "Mi saldo",
"Order History": "Historial de pedidos",
"Contact Us": "Contáctanos",
"Driver": "Conductor",
@@ -8944,14 +12530,182 @@ class MyTranslation extends Translations {
"Choose who this order is for": "Elige para quién es este pedido",
"I want to order for myself": "Quiero pedir para mí",
"I want to order for someone else": "Quiero pedir para alguien más",
- "Cancel": "Cancelar",
"Order for someone else": "Pedido para alguien más",
"Order for myself": "Pedido para mí",
"Are you want to go this site": "¿Quieres ir a este sitio?",
- "Yes": "Sí",
"No": "No",
+ "Intaleq Wallet": "Billetera Intaleq",
+ "Have a promo code?": "¿Tienes un código promocional?",
+ "Your Wallet balance is ": "El saldo de tu billetera es ",
+ "Cash": "Efectivo",
+ "Pay directly to the captain": "Pagar directamente al capitán",
+ "Top up Wallet to continue": "Recarga la billetera para continuar",
+ "Or pay with Cash instead": "O pague en efectivo en su lugar",
+ "Confirm & Find a Ride": "Confirmar y encontrar un viaje",
+ "Balance:": "Saldo:",
+ "Alerts": "Alertas",
+ "Welcome Back!": "¡Bienvenido de nuevo!",
+ "No contacts found": "No se encontraron contactos",
+ "No contacts with phone numbers were found on your device.":
+ "No se encontraron contactos con números de teléfono en su dispositivo.",
+ "Permission denied": "Permiso denegado",
+ "Contact permission is required to pick contacts":
+ "Se requiere permiso de contactos para elegir contactos",
+ "An error occurred while picking contacts:":
+ "Ocurrió un error al seleccionar los contactos:",
+ "Please enter a correct phone":
+ "Por favor, ingresa un teléfono correcto",
+ "Success": "Éxito",
+ "Invite sent successfully": "Invitación enviada con éxito",
+ "Hello! I'm inviting you to try Intaleq.":
+ "¡Hola! Te invito a probar Intaleq.",
+ "Use my invitation code to get a special gift on your first ride!":
+ "¡Usa mi código de invitación para obtener un regalo especial en tu primer viaje!",
+ "Your personal invitation code is:":
+ "Tu código de invitación personal es:",
+ "Be sure to use it quickly! This code expires at":
+ "¡Asegúrate de usarlo rápido! Este código vence a las",
+ "Download the app now:": "Descarga la aplicación ahora:",
+ "See you on the road!": "¡Nos vemos en el camino!",
+ "This phone number has already been invited.":
+ "Este número de teléfono ya ha sido invitado.",
+ "An unexpected error occurred. Please try again.":
+ "Ocurrió un error inesperado. Inténtalo de nuevo.",
+ "You deserve the gift": "Te mereces el regalo",
+ "Claim your 20 LE gift for inviting":
+ "Reclama tu regalo de 20 LE por invitar",
+ "You have got a gift for invitation":
+ "Has recibido un regalo por invitación",
+ "You have earned 20": "Has ganado 20",
+ "LE": "LE",
+ "Vibration feedback for all buttons":
+ "Retroalimentación de vibración para todos los botones",
+ "Share with friends and earn rewards":
+ "Comparte con amigos y gana recompensas",
+ "Gift Already Claimed": "Regalo ya reclamado",
+ "You have already received your gift for inviting":
+ "Ya has recibido tu regalo por invitar",
+ "Keep it up!": "¡Sigue así!",
+ "has completed": "se ha completado",
+ "trips": "viajes",
+ "Personal Information": "Información personal",
+ "Name": "Nombre",
+ "Not set": "No establecido",
+ "Gender": "Género",
+ "Education": "Educación",
+ "Work & Contact": "Trabajo y contacto",
+ "Employment Type": "Tipo de empleo",
+ "Marital Status": "Estado civil",
+ "SOS Phone": "Teléfono SOS",
+ "Sign Out": "Cerrar sesión",
+ "Delete My Account": "Eliminar mi cuenta",
+ "Update Gender": "Actualizar género",
+ "Update": "Actualizar",
+ "Update Education": "Actualizar educación",
+ "Are you sure? This action cannot be undone.":
+ "¿Estás seguro? Esta acción no se puede deshacer.",
+ "Confirm your Email": "Confirma tu correo electrónico",
+ "Type your Email": "Escribe tu correo electrónico",
+ "Delete Permanently": "Eliminar permanentemente",
+ "Male": "Hombre",
+ "Female": "Mujer",
+ "High School Diploma": "Diploma de bachillerato",
+ "Associate Degree": "Título de asociado",
+ "Bachelor's Degree": "Licenciatura",
+ "Master's Degree": "Maestría",
+ "Doctoral Degree": "Doctorado",
+ "Select your preferred language for the app interface.":
+ "Seleccione su idioma preferido para la interfaz de la aplicación.",
+ "Language Options": "Opciones de idioma",
+ "You can claim your gift once they complete 2 trips.":
+ "Puedes reclamar tu regalo una vez que completen 2 viajes.",
+ "Closest & Cheapest": "Más cercano y más barato",
+ "Comfort choice": "Opción Confort",
+ "Travel in a modern, silent electric car. A premium, eco-friendly choice for a smooth ride.":
+ "Viaja en un coche eléctrico moderno y silencioso. Una opción ecológica y de primera calidad para un viaje suave.",
+ "Spacious van service ideal for families and groups. Comfortable, safe, and cost-effective travel together.":
+ "Servicio de furgoneta espaciosa ideal para familias y grupos. Viaje juntos de forma cómoda, segura y económica.",
+ "Quiet & Eco-Friendly": "Silencioso y ecológico",
+ "Lady Captain for girls": "Conductora para chicas",
+ "Van for familly": "Furgoneta familiar",
"Are you sure to delete this location?":
"¿Estás seguro de eliminar esta ubicación?",
+ "Submit a Complaint": "Enviar una queja",
+ "Submit Complaint": "Enviar queja",
+ "No trip history found": "No se encontró historial de viajes",
+ "Your past trips will appear here.":
+ "Tus viajes pasados aparecerán aquí.",
+ "1. Describe Your Issue": "1. Describa su problema",
+ "Enter your complaint here...": "Ingrese su queja aquí...",
+ "2. Attach Recorded Audio": "2. Adjuntar audio grabado",
+ "No audio files found.": "No se encontraron archivos de audio.",
+ "Confirm Attachment": "Confirmar archivo adjunto",
+ "Attach this audio file?": "¿Adjuntar este archivo de audio?",
+ "Uploaded": "Subido",
+ "3. Review Details & Response": "3. Revisar detalles y respuesta",
+ "Date": "Fecha",
+ "Today's Promos": "Promos de hoy",
+ "No promos available right now.":
+ "No hay promociones disponibles en este momento.",
+ "Check back later for new offers!":
+ "¡Vuelve más tarde para ver nuevas ofertas!",
+ "Valid Until:": "Válido hasta:",
+ "CODE": "CÓDIGO",
+ "Login": "Iniciar sesión",
+ "Sign in for a seamless experience":
+ "Inicia sesión para una experiencia sin interrupciones",
+ "Sign In with Google": "Iniciar sesión con Google",
+ "Sign in with Apple": "Iniciar sesión con Apple",
+ "User not found": "Usuario no encontrado",
+ "Need assistance? Contact us": "¿Necesitas ayuda? Contáctanos",
+ "Email": "Correo electrónico",
+ "Your email address": "Tu dirección de correo electrónico",
+ "Enter a valid email": "Ingresa un correo electrónico válido",
+ "Password": "Contraseña",
+ "Your password": "Tu contraseña",
+ "Enter your password": "Ingresa tu contraseña",
+ "Submit": "Enviar",
+ "Terms of Use & Privacy Notice":
+ "Términos de uso y aviso de privacidad",
+ "By selecting \"I Agree\" below, I confirm that I have read and agree to the ":
+ "Al seleccionar \"Acepto\" a continuación, confirmo que he leído y acepto los ",
+ "Terms of Use": "Términos de uso",
+ " and acknowledge the ": " y reconozco los ",
+ "Privacy Notice": "Aviso de privacidad",
+ ". I am at least 18 years old.": ". Tengo al menos 18 años.",
+ "I Agree": "Acepto",
+ "Continue": "Continuar",
+ "Enable Location": "Habilitar ubicación",
+ "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.",
+ "Allow Location Access": "Permitir acceso a la ubicación",
+ "Welcome to Intaleq!": "¡Bienvenido a Intaleq!",
+ "Before we start, please review our terms.":
+ "Antes de comenzar, revise nuestros términos.",
+ "Your journey starts here": "Tu viaje comienza aquí",
+ "Cancel Search": "Cancelar búsqueda",
+ "Set pickup location": "Establecer lugar de recogida",
+ "Move the map to adjust the pin": "Mueve el mapa para ajustar el pin",
+ "Searching for the nearest captain...":
+ "Buscando al capitán más cercano...",
+ "No one accepted? Try increasing the fare.":
+ "¿Nadie aceptó? Intenta aumentar la tarifa.",
+ "Increase Your Trip Fee (Optional)":
+ "Aumenta la tarifa de tu viaje (Opcional)",
+ "We haven't found any drivers yet. Consider increasing your trip fee to make your offer more attractive to drivers.":
+ "Aún no hemos encontrado conductores. Considera aumentar la tarifa de tu viaje para hacer tu oferta más atractiva para los conductores.",
+ "No, thanks": "No, gracias",
+ "Increase Fee": "Aumentar tarifa",
+ "Copy": "Copiar",
+ "Promo Copied!": "¡Promoción copiada!",
+ "Code": "Código",
+ "copied to clipboard": "copiado al portapapeles",
+ "Price": "Precio",
+ "Intaleq's Response": "Respuesta de Intaleq",
+ "Awaiting response...": "Esperando respuesta...",
+ "Audio file not attached": "Archivo de audio no adjunto",
+ "The audio file is not uploaded yet.\nDo you want to submit without it?":
+ "El archivo de audio aún no se ha subido.\n¿Quiere enviarlo sin él?",
"deleted": "eliminado",
"To Work": "Al trabajo",
"Work Saved": "Trabajo guardado",
@@ -8962,6 +12716,12 @@ class MyTranslation extends Translations {
"OK": "OK",
"Confirm Pick-up Location": "Confirmar ubicación de recogida",
"Set Location on Map": "Establecer ubicación en el mapa",
+ "You can contact us during working hours from 10:00 - 16:00.":
+ "Puede contactarnos durante el horario laboral de 10:00 a 16:00.",
+ "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.":
+ "Intaleq es la aplicación de transporte compartido más segura y confiable diseñada especialmente para pasajeros en Siria. Brindamos una experiencia de viaje cómoda, respetuosa y asequible con características que priorizan su seguridad y conveniencia. Nuestros capitanes de confianza están verificados, asegurados y respaldados por el mantenimiento regular del automóvil realizado por los mejores ingenieros. También ofrecemos servicios de apoyo en carretera para asegurarnos de que cada viaje sea sencillo y sin preocupaciones. Con Intaleq, disfruta de calidad, seguridad y tranquilidad cada vez que viaja.",
+ "Customer MSISDN doesn’t have customer wallet":
+ "El MSISDN del cliente no tiene billetera",
"Nearest Car: ~": "Coche más cercano: ~",
"Nearest Car": "Coche más cercano",
"No cars nearby": "No hay coches cerca",
@@ -8969,31 +12729,14 @@ class MyTranslation extends Translations {
"No favorite places yet!": "¡Aún no tienes lugares favoritos!",
"from your favorites": "de tus favoritos",
"Back": "Atrás",
- "Sign in for a seamless experience":
- "Inicia sesión para una experiencia sin interrupciones",
- "Sign In with Google": "Iniciar sesión con Google",
- "Sign in with Apple": "Iniciar sesión con Apple",
- "Need assistance? Contact us": "¿Necesitas ayuda? Contáctanos",
- "User not found": "Usuario no encontrado",
- "Email": "Correo electrónico",
- "Your email address": "Tu dirección de correo electrónico",
- "Enter a valid email": "Ingresa un correo electrónico válido",
- "Password": "Contraseña",
- "Enter your password": "Ingresa tu contraseña",
- "Submit": "Enviar",
- "Terms of Use & Privacy Notice":
- "Términos de uso y aviso de privacidad",
- "Terms of Use": "Términos de uso",
- "Privacy Notice": "Aviso de privacidad",
+ "Enter your code below to apply the discount.":
+ "Ingrese su código a continuación para aplicar el descuento.",
"By selecting \"I Agree\" below, I confirm that I have read and agree to the":
"Al seleccionar \"Acepto\" a continuación, confirmo que he leído y acepto los",
"and acknowledge the": "y reconozco el",
- ". I am at least 18 years old.": ". Tengo al menos 18 años.",
- "Continue": "Continuar",
"Enable Location Access": "Habilitar acceso a la ubicación",
"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.",
- "Allow Location Access": "Permitir acceso a la ubicación",
"You should restart app to change language":
"Debes reiniciar la aplicación para cambiar el idioma",
"Home Page": "Página de inicio",
@@ -9076,8 +12819,6 @@ class MyTranslation extends Translations {
"Este viaje ya ha sido aplicado por otro conductor.",
"We use your precise location to find the nearest available driver and provide accurate pickup and dropoff information. You can manage this in Settings.":
"Usamos tu ubicación precisa para encontrar el conductor disponible más cercano y proporcionar información precisa de recogida y dejada. Puedes gestionar esto en Configuración.",
- "message From Driver": "Mensaje del conductor",
- "message From passenger": "Mensaje del pasajero",
"Where are you, sir?": "¿Dónde estás, señor?",
"I've been trying to reach you but your phone is off.":
"He estado intentando contactarte pero tu teléfono está apagado.",
@@ -9100,15 +12841,10 @@ class MyTranslation extends Translations {
"Order Accepted": "Pedido aceptado",
"with type": "con tipo",
"accepted your order at price": "aceptó tu pedido al precio de",
- "Cancel Trip from driver": "Cancelar viaje por el conductor",
"you canceled order": "cancelaste el pedido",
"If you want order to another person":
"Si quieres pedir para otra persona",
- "Ok I will go now.": "Ok, iré ahora.",
- "Hi, I will go now": "Hola, iré ahora",
"upgrade price": "aumentar el precio",
- "Please enter a correct phone":
- "Por favor, ingresa un teléfono correcto",
"airport": "aeropuerto",
"Best choice for a comfortable car with a flexible route and stop points. This airport offers visa entry at this price.":
"Mejor opción para un coche cómodo con una ruta flexible y puntos de parada. Este aeropuerto ofrece entrada con visa a este precio.",
@@ -9119,8 +12855,6 @@ class MyTranslation extends Translations {
"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",
"No, I want to cancel this trip": "No, quiero cancelar este viaje",
- "Trip Cancelled. The cost of the trip will be added to your wallet.":
- "Viaje cancelado. El costo del viaje se añadirá a tu billetera.",
"Attention": "Atención",
"Trip Cancelled. The cost of the trip will be deducted from your wallet.":
"Viaje cancelado. El costo del viaje se deducirá de tu billetera.",
@@ -9130,14 +12864,8 @@ class MyTranslation extends Translations {
"Order Under Review": "Pedido en revisión",
"is reviewing your order. They may need more information or a higher price.":
"está revisando tu pedido. Pueden necesitar más información o un precio más alto.",
- "The driver canceled your ride.": "El conductor canceló tu viaje.",
- "We haven't found any drivers yet. Consider increasing your trip fee to make your offer more attractive to drivers.":
- "Aún no hemos encontrado conductores. Considera aumentar la tarifa de tu viaje para hacer tu oferta más atractiva para los conductores.",
- "Increase Your Trip Fee (Optional)":
- "Aumenta la tarifa de tu viaje (Opcional)",
"Vibration": "Vibración",
"Resend code": "Reenviar código",
- "token change": "cambio de token",
"change device": "cambiar dispositivo",
"Device Change Detected": "Cambio de dispositivo detectado",
"You can only use one device at a time. This device will now be set as your active device.":
@@ -9152,7 +12880,6 @@ class MyTranslation extends Translations {
"Trip Monitor": "Monitor de viaje",
"Insert SOS Phone": "Insertar teléfono SOS",
"Add SOS Phone": "Añadir teléfono SOS",
- "Trip Monitoring": "Monitoreo de viaje",
"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 ,",
"Send Intaleq app to him": "Enviarle la aplicación Intaleq",
@@ -9173,26 +12900,32 @@ class MyTranslation extends Translations {
"Driver joined the channel": "El conductor se unió al canal",
"Driver left the channel": "El conductor dejó el canal",
"Call Page": "Página de llamada",
- "Call End": "Fin de la llamada",
"Call Left": "Llamada restante",
- r"$ Next as Cash $!": "¡Siguiente como efectivo!",
+ " Next as Cash !": " ¡Siguiente como efectivo!",
"To use Wallet charge it": "Para usar la billetera, cárgala",
"We are searching for the nearest driver to you":
"Estamos buscando al conductor más cercano para ti",
"Best choice for cities": "Mejor opción para ciudades",
"Rayeh Gai: Round trip service for convenient travel between cities, easy and reliable.":
"Rayeh Gai: Servicio de viaje redondo para un viaje conveniente entre ciudades, fácil y confiable.",
- "Rayeh Gai": "Rayeh Gai",
"This trip is for women only": "Este viaje es solo para mujeres",
"Total budgets on month": "Presupuestos totales del mes",
"You have call from driver": "Tienes una llamada del conductor",
- "Comfort": "Confort",
"Intaleq": "Velocidad",
+ "passenger agreement": "Acuerdo de pasajero",
+ "To become a passenger, you must review and agree to the ":
+ "Para ser pasajero, debe revisar y aceptar los ",
+ "agreement subtitle": "Aceptar los términos",
+ "terms of use": "Términos de uso",
+ " and acknowledge our Privacy Policy.":
+ " y reconozca nuestra política de privacidad.",
+ "and acknowledge our": "y reconozca nuestro",
+ "privacy policy": "Política de privacidad",
+ "i agree": "Estoy de acuerdo",
"Driver already has 2 trips within the specified period.":
"El conductor ya tiene 2 viajes dentro del período especificado.",
"The invitation was sent successfully":
"La invitación fue enviada con éxito",
- "Lady": "Dama",
"You should select your country": "Debes seleccionar tu país",
"Scooter": "Scooter",
"A trip with a prior reservation, allowing you to choose the best captains and cars.":
@@ -9235,8 +12968,6 @@ class MyTranslation extends Translations {
"Visita nuestro sitio web o contacta al soporte de Intaleq para obtener información sobre el registro y los requisitos del conductor.",
"Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.":
"Intaleq ofrece funcionalidad de chat en la aplicación para que puedas comunicarte con tu conductor o pasajero durante tu viaje.",
- "What safety measures does Intaleq offer?":
- "¿Qué medidas de seguridad ofrece Intaleq?",
"Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.":
"Intaleq prioriza tu seguridad. Ofrecemos funciones como verificación del conductor, seguimiento del viaje en la aplicación y opciones de contacto de emergencia.",
"Frequently Questions": "Preguntas frecuentes",
@@ -9248,15 +12979,15 @@ class MyTranslation extends Translations {
"Please enter": "Por favor, ingresa",
"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.",
- "The full name on your criminal record does not match the one on your driver’s license. Please verify and provide the correct documents.":
- "El nombre completo en tu registro criminal no coincide con el de tu licencia de conducir. Por favor, verifica y proporciona los documentos correctos.",
- "The national number on your driver’s license does not match the one on your ID document. Please verify and provide the correct documents.":
- "El número nacional en tu licencia de conducir no coincide con el de tu documento de identidad. Por favor, verifica y proporciona los documentos correctos.",
+ "The full name on your criminal record does not match the one on your driver's license. Please verify and provide the correct documents.":
+ "El nombre completo en su antecedente penal no coincide con el de su licencia de conducir. Verifique y proporcione los documentos correctos.",
+ "The national number on your driver's license does not match the one on your ID document. Please verify and provide the correct documents.":
+ "El número nacional de su licencia de conducir no coincide con el de su documento de identidad. Verifique y proporcione los documentos correctos.",
"Capture an Image of Your Criminal Record":
"Captura una imagen de tu registro criminal",
"IssueDate": "Fecha de emisión",
- "Capture an Image of Your car license front ":
- "Captura una imagen de la parte frontal de tu licencia de coche",
+ "Capture an Image of Your car license front":
+ "Capturar una imagen del frente de su licencia de auto",
"Capture an Image of Your ID Document front":
"Captura una imagen de la parte frontal de tu documento de identidad",
"NationalID": "Identificación nacional",
@@ -9267,7 +12998,6 @@ class MyTranslation extends Translations {
"¡Aún no se ha encontrado ninguna invitación!",
"InspectionResult": "Resultado de la inspección",
"Criminal Record": "Registro criminal",
- "Share App": "Compartir aplicación",
"The email or phone number is already registered.":
"El correo electrónico o número de teléfono ya está registrado.",
"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.":
@@ -9283,48 +13013,12 @@ class MyTranslation extends Translations {
"¿Tienes un código de invitación de otro conductor?",
"Paste the code here": "Pega el código aquí",
"No, I don't have a code": "No, no tengo un código",
- "Code approved": "Código aprobado",
- "Install our app:": "Instala nuestra aplicación:",
- "Invite another driver and both get a gift after he completes 100 trips!":
- "¡Invita a otro conductor y ambos recibirán un regalo después de que complete 100 viajes!",
- "Invite": "Invitar",
- "Are you sure?": "¿Estás seguro?",
- "This will delete all recorded files from your device.":
- "Esto eliminará todos los archivos grabados de tu dispositivo.",
- "Select a file": "Seleccionar un archivo",
- "Select a File": "Seleccionar un archivo",
- "Delete": "Eliminar",
- "attach audio of complain": "adjuntar audio de la queja",
- "Phone Number Check": "Verificación del número de teléfono",
- "Drivers received orders": "Los conductores recibieron pedidos",
- "No audio files recorded.": "No se han grabado archivos de audio.",
- "This is for delivery or a motorcycle.":
- "Esto es para entrega o una motocicleta.",
- "We will look for a new driver.\nPlease wait.":
- "Buscaremos un nuevo conductor.\nPor favor, espera.",
- "Intaleq Reminder": "Recordatorio de Intaleq",
- "It's time to check the Intaleq app!":
- "¡Es hora de revisar la aplicación Intaleq!",
- "you must insert token code": "debes insertar el código de token",
- "Something went wrong. Please try again.":
- "Algo salió mal. Por favor, inténtalo de nuevo.",
- "Trip Details": "Detalles del viaje",
- "The context does not provide any complaint details, so I cannot provide a solution to this issue. Please provide the necessary information, and I will be happy to assist you.":
- "El contexto no proporciona detalles de la queja, por lo que no puedo ofrecer una solución a este problema. Por favor, proporciona la información necesaria y estaré encantado de ayudarte.",
- "Submit Your Complaint": "Envía tu queja",
- "Date": "Fecha",
- "Price": "Precio",
- "Status": "Estado",
- "Choose from contact": "Elegir de los contactos",
- "attach correct audio": "adjuntar audio correcto",
- "be sure": "asegúrate",
"Audio uploaded successfully.": "Audio subido con éxito.",
"Perfect for passengers seeking the latest car models with the freedom to choose any route they desire":
"Perfecto para pasajeros que buscan los últimos modelos de coches con la libertad de elegir cualquier ruta que deseen",
"Share this code with your friends and earn rewards when they use it!":
"¡Comparte este código con tus amigos y gana recompensas cuando lo usen!",
"Enter phone": "Ingresar teléfono",
- "You deserve the gift": "Te mereces el regalo",
"complete, you can claim your gift":
"completo, puedes reclamar tu regalo",
"When": "Cuándo",
@@ -9345,9 +13039,7 @@ class MyTranslation extends Translations {
"ID Documents Back": "Parte trasera de los documentos de identidad",
"National ID": "Identificación nacional",
"Occupation": "Ocupación",
- "Gender": "Género",
"Religion": "Religión",
- "Marital Status": "Estado civil",
"Full Name (Marital)": "Nombre completo (estado civil)",
"Expiration Date": "Fecha de vencimiento",
"Capture an Image of Your ID Document Back":
@@ -9370,24 +13062,20 @@ class MyTranslation extends Translations {
"Inspection Date": "Fecha de inspección",
"Capture an Image of Your car license back":
"Captura una imagen de la parte trasera de tu licencia de coche",
- "Capture an Image of Your Driver’s License":
- "Captura una imagen de tu licencia de conducir",
+ "Capture an Image of Your Driver's License":
+ "Capturar una imagen de su licencia de conducir",
"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",
"You will choose allow all the time to be ready receive orders":
"Elegirás permitir todo el tiempo para estar listo para recibir pedidos",
- "Welcome to Intaleq!": "¡Bienvenido a Intaleq!",
"Get to your destination quickly and easily.":
"Llega a tu destino de manera rápida y sencilla.",
"Enjoy a safe and comfortable ride.":
"Disfruta de un viaje seguro y cómodo.",
"Choose Language": "Elegir idioma",
- "Login": "Iniciar sesión",
"Pay with Wallet": "Pagar con billetera",
"Invalid MPIN": "MPIN inválido",
"Invalid OTP": "OTP inválido",
- "Driver Accepted the Ride for You":
- "El conductor aceptó el viaje por ti",
"Enter your email address":
"Ingresa tu dirección de correo electrónico",
"Please enter Your Email.":
@@ -9400,10 +13088,8 @@ class MyTranslation extends Translations {
"Register": "Registrarse",
"Accept Ride's Terms & Review Privacy Notice":
"Acepta los términos del viaje y revisa el aviso de privacidad",
- "By selecting 'I Agree' below, I confirm that I have read and agree to the Terms of Use and acknowledge the Privacy Notice. I am at least 18 years of age.":
- "Al seleccionar 'Acepto' a continuación, confirmo que he leído y acepto los Términos de uso y reconozco el Aviso de privacidad. Tengo al menos 18 años de edad.",
- "I Agree": "Acepto",
- "Finish Monitor": "Finalizar monitor",
+ "By selecting 'I Agree' below, I have reviewed and agree to the Terms of Use and acknowledge the Privacy Notice. I am at least 18 years of age.":
+ "Al seleccionar 'Estoy de acuerdo' a continuación, declaro que he revisado y acepto los Términos de uso y reconozco el Aviso de privacidad. Tengo al menos 18 años.",
"First name": "Nombre",
"Enter your first name": "Ingresa tu nombre",
"Please enter your first name.": "Por favor, ingresa tu nombre.",
@@ -9412,8 +13098,6 @@ class MyTranslation extends Translations {
"Please enter your last name.": "Por favor, ingresa tu apellido.",
"City": "Ciudad",
"Please enter your City.": "Por favor, ingresa tu ciudad.",
- "Male": "Hombre",
- "Female": "Mujer",
"Verify Email": "Verificar correo electrónico",
"We sent 5 digit to your Email provided":
"Enviamos un código de 5 dígitos al correo electrónico proporcionado",
@@ -9428,9 +13112,12 @@ class MyTranslation extends Translations {
"Add Promo": "Añadir promoción",
"Confirm Selection": "Confirmar selección",
"distance is": "la distancia es",
+ "Privacy Policy": "Política de privacidad",
"Intaleq LLC": "Intaleq LLC",
- "Egypt'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.":
- "El servicio pionero de viajes compartidos de Egipto, desarrollado con orgullo por propietarios árabes y locales. Priorizamos estar cerca de ti, tanto nuestros valiosos pasajeros como nuestros dedicados capitanes.",
+ "Syria'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.":
+ "El servicio pionero de transporte compartido de Siria, desarrollado con orgullo por propietarios árabes y locales. Priorizamos estar cerca de usted, tanto de nuestros valiosos pasajeros como de nuestros dedicados capitanes.",
+ "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.":
+ "Intaleq es la primera aplicación de transporte compartido en Siria, diseñada para conectarlo con los conductores más cercanos para una experiencia de viaje rápida y conveniente.",
"Why Choose Intaleq?": "¿Por qué elegir Intaleq?",
"Closest to You": "Más cerca de ti",
"We connect you with the nearest drivers for faster pickups and quicker journeys.":
@@ -9495,12 +13182,9 @@ class MyTranslation extends Translations {
"I added the wrong pick-up/drop-off location":
"Agregué la ubicación de recogida/dejada incorrecta",
"I don't have a reason": "No tengo una razón",
- "Other": "Otro",
"Can we know why you want to cancel Ride ?":
"¿Podemos saber por qué quieres cancelar el viaje?",
- "Cancel Ride": "Cancelar viaje",
"Add Payment Method": "Añadir método de pago",
- "Your Wallet balance is ": "El saldo de tu billetera es ",
"Ride Wallet": "Billetera de viajes",
"Payment Method": "Método de pago",
"Type here Place": "Escribe aquí el lugar",
@@ -9510,8 +13194,6 @@ class MyTranslation extends Translations {
"Deleted": "Eliminado",
"You Dont Have Any places yet !": "¡Aún no tienes ningún lugar!",
"From : Current Location": "Desde : Ubicación actual",
- "Profile": "Perfil",
- "Home": "Casa",
"My Cared": "Mis tarjetas",
"Add Card": "Añadir tarjeta",
"Add Credit Card": "Añadir tarjeta de crédito",
@@ -9523,12 +13205,10 @@ class MyTranslation extends Translations {
"Go To Favorite Places": "Ir a lugares favoritos",
"Go to this Target": "Ir a este objetivo",
"My Profile": "Mi perfil",
- "Sign Out": "Cerrar sesión",
"Are you want to go to this site": "¿Quieres ir a este sitio?",
"MyLocation": "Mi ubicación",
"my location": "mi ubicación",
"Target": "Objetivo",
- "Update": "Actualizar",
"You Should choose rate figure":
"Debes elegir una figura de calificación",
"Login Captin": "Iniciar sesión como capitán",
@@ -9580,25 +13260,13 @@ class MyTranslation extends Translations {
"100 and get 11% discount": "100 y obtén un 11% de descuento",
"Pay with Your PayPal": "Paga con tu PayPal",
"You will choose one of above !": "¡Elegirás uno de los anteriores!",
- "Delete My Account": "Eliminar mi cuenta",
"Edit Profile": "Editar perfil",
- "Name": "Nombre",
- "Update Gender": "Actualizar género",
- "Education": "Educación",
- "Update Education": "Actualizar educación",
- "Employment Type": "Tipo de empleo",
- "SOS Phone": "Teléfono SOS",
- "High School Diploma": "Diploma de bachillerato",
- "Associate Degree": "Título de asociado",
- "Bachelor's Degree": "Licenciatura",
- "Master's Degree": "Maestría",
- "Doctoral Degree": "Doctorado",
"Copy this Promo to use it in your Ride!":
"¡Copia esta promoción para usarla en tu viaje!",
"To change some Settings": "Para cambiar algunas configuraciones",
"Order Request Page": "Página de solicitud de pedido",
"Rouats of Trip": "Rutas del viaje",
- "Passenger name : ": "Nombre del pasajero : ",
+ "Passenger Name is ": "El nombre del pasajero es ",
"Total From Passenger is ": "El total del pasajero es ",
"Duration To Passenger is ": "La duración hasta el pasajero es ",
"Distance To Passenger is ": "La distancia hasta el pasajero es ",
@@ -9624,34 +13292,16 @@ class MyTranslation extends Translations {
"safe_and_comfortable": "Disfruta de un viaje seguro y cómodo.",
"committed_to_safety":
"Intaleq se compromete con la seguridad, y todos nuestros capitanes son cuidadosamente seleccionados y verificados.",
- "Driver Applied the Ride for You":
- "El conductor aplicó el viaje por ti",
- "Show latest promo": "Mostrar la última promoción",
- "Cancel Trip": "Cancelar viaje",
- "Passenger Cancel Trip": "El pasajero canceló el viaje",
- "Accepted Ride": "Viaje aceptado",
"your ride is Accepted": "tu viaje ha sido aceptado",
- "Please stay on the picked point.":
- "Por favor, permanece en el punto seleccionado.",
- "Trip is Begin": "El viaje comienza",
"Driver is waiting at pickup.":
"El conductor está esperando en el punto de recogida.",
"Driver is on the way": "El conductor está en camino",
"Contact Options": "Opciones de contacto",
"Send a custom message": "Enviar un mensaje personalizado",
"Type your message": "Escribe tu mensaje",
- "Hi ,I will go now": "Hola, iré ahora",
- "Passenger come to you": "El pasajero viene a ti",
- "Hi ,I Arrive your site": "Hola, llegué a tu sitio",
- "Driver Finish Trip": "El conductor finalizó el viaje",
- "you will pay to Driver": "pagarás al conductor",
- "Driver Cancel Your Trip": "El conductor canceló tu viaje",
- "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",
"I will go now": "Iré ahora",
"You Have Tips": "Tienes propinas",
" tips\nTotal is": " propinas\nEl total es",
- "No,I want": "No, quiero",
"Your fee is ": "Tu tarifa es ",
"Do you want to pay Tips for this Driver":
"¿Quieres pagar propinas a este conductor?",
@@ -9675,10 +13325,6 @@ class MyTranslation extends Translations {
"Puedes llamar o grabar audio de este viaje",
"The trip has started! Feel free to contact emergency numbers, share your trip, or activate voice recording for the journey":
"¡El viaje ha comenzado! No dudes en contactar números de emergencia, compartir tu viaje o activar la grabación de voz para el trayecto",
- "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",
- "Don’t forget your personal belongings.":
- "No olvides tus pertenencias personales.",
"Camera Access Denied.": "Acceso a la cámara denegado.",
"Open Settings": "Abrir configuración",
"GPS Required Allow !.": "¡GPS requerido, permitir!.",
@@ -9728,7 +13374,6 @@ class MyTranslation extends Translations {
" in your wallet": "en tu billetera",
"you gain": "ganas",
"Order Cancelled by Passenger": "Pedido cancelado por el pasajero",
- "Success": "Éxito",
"Feedback data saved successfully":
"Datos de retroalimentación guardados con éxito",
"No Promo for today .": "No hay promoción para hoy.",
@@ -9787,10 +13432,8 @@ class MyTranslation extends Translations {
"Payment Options": "Opciones de pago",
"wait 1 minute to receive message":
"espera 1 minuto para recibir el mensaje",
- "Promo Copied!": "¡Promoción copiada!",
"You have copied the promo code.":
"Has copiado el código de promoción.",
- "Valid Until:": "Válido hasta:",
"Select Payment Amount": "Seleccionar monto de pago",
"The promotion period has ended.":
"El período de promoción ha terminado.",
@@ -9851,14 +13494,13 @@ class MyTranslation extends Translations {
"Height: ": "Altura: ",
"Expiry Date: ": "Fecha de vencimiento: ",
"Date of Birth: ": "Fecha de nacimiento: ",
- "You can\'t continue with us .\nYou should renew Driver license":
- "No puedes continuar con nosotros .\nDebes 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",
"Detect Your Face ": "Detecta tu cara ",
"Go to next step\nscan Car License.":
"Ve al siguiente paso\nescanea la licencia del coche.",
"Name in arabic": "Nombre en árabe",
"Drivers License Class": "Clase de licencia de conducir",
- "Date of Birth": "Fecha de nacimiento",
"Selected Date": "Fecha seleccionada",
"Select Time": "Seleccionar hora",
"Selected Time": "Hora seleccionada",
@@ -9866,9 +13508,7 @@ class MyTranslation extends Translations {
"Lets check Car license ": "Vamos a verificar la licencia del coche ",
"Car": "Coche",
"Plate": "Placa",
- "N/A": "N/A",
"Rides": "Viajes",
- "Age": "Edad",
"Selected driver": "Conductor seleccionado",
"Lets check License Back Face":
"Vamos a verificar la parte trasera de la licencia",
@@ -9882,14 +13522,12 @@ class MyTranslation extends Translations {
"Login Driver": "Iniciar sesión como conductor",
"Password must br at least 6 character.":
"La contraseña debe tener al menos 6 caracteres.",
- "if you don\'t have account": "si no tienes una cuenta",
+ "if you don't have account": "si no tienes cuenta",
"Here recorded trips audio":
"Aquí están los audios de los viajes grabados",
"Register as Driver": "Registrarse como conductor",
"By selecting \"I Agree\" below, I have reviewed and agree to the Terms of Use and acknowledge the ":
"Al seleccionar \"Acepto\" a continuación, he revisado y acepto los Términos de uso y reconozco el ",
- ". I am at least 18 years of age.":
- ". Tengo al menos 18 años de edad.",
"Log Out Page": "Página de cierre de sesión",
"Log Off": "Cerrar sesión",
"Register Driver": "Registrar conductor",
@@ -9898,9 +13536,7 @@ class MyTranslation extends Translations {
"Admin DashBoard": "Panel de administración",
"Your name": "Tu nombre",
"your ride is applied": "tu viaje ha sido aplicado",
- "Your password": "Tu contraseña",
"H and": "Horas y",
- "LE": "LE",
"JOD": "JOD",
"m": "minutos",
"We search nearst Driver to you":
@@ -9912,25 +13548,15 @@ class MyTranslation extends Translations {
"You should select one": "Debes seleccionar uno",
"The driver accept your order for":
"El conductor aceptó tu pedido para",
- "Increase Fee": "Aumentar tarifa",
- "No, thanks": "No, gracias",
"The driver on your way": "El conductor está en camino",
"Total price from ": "Precio total desde ",
"Order Details Intaleq": "Detalles del pedido Velocidad",
- "Order Applied": "Pedido aplicado",
- "accepted your order": "aceptó tu pedido",
- "We regret to inform you that another driver has accepted this order.":
- "Lamentamos informarte que otro conductor ha aceptado este pedido.",
"Selected file:": "Archivo seleccionado:",
"Your trip cost is": "El costo de tu viaje es",
"this will delete all files from your device":
"esto eliminará todos los archivos de tu dispositivo",
- " in your": "en tu",
"Exclusive offers and discounts always with the Intaleq app":
"Ofertas exclusivas y descuentos siempre con la aplicación Intaleq",
- "Please go to Car Driver": "Por favor, ve al conductor del coche",
- " wallet due to a previous trip.":
- "billetera debido a un viaje anterior.",
"Submit Question": "Enviar pregunta",
"Please enter your Question.": "Por favor, ingresa tu pregunta.",
"Help Details": "Detalles de ayuda",
@@ -9940,7 +13566,6 @@ class MyTranslation extends Translations {
" You Have in": " Tienes en",
"Total points is ": "El total de puntos es ",
"Total Connection Duration:": "Duración total de la conexión:",
- " H and": " Horas y",
"Passenger name : ": "Nombre del pasajero : ",
"Cost Of Trip IS ": "El costo del viaje es ",
"Arrival time": "Hora de llegada",
@@ -10000,14 +13625,12 @@ class MyTranslation extends Translations {
"¡Por favor, ayuda! Contáctame lo antes posible.",
"Share Trip Details": "Compartir detalles del viaje",
"Car Plate is ": "La placa del coche es ",
- "VIP Order": "Pedido VIP",
"the 300 points equal 300 L.E for you \nSo go and gain your money":
"300 puntos equivalen a 300 L.E para ti \nAsí que ve y gana tu dinero",
"the 300 points equal 300 L.E": "300 puntos equivalen a 300 L.E",
"The payment was not approved. Please try again.":
"El pago no fue aprobado. Por favor, inténtalo de nuevo.",
"Payment Failed": "Pago fallido",
- "Error": "Error",
"This is a scheduled notification.":
"Esta es una notificación programada.",
"An error occurred during the payment process.":
@@ -10055,7 +13678,6 @@ class MyTranslation extends Translations {
"This ride is already taken by another driver.":
"Este viaje ya ha sido tomado por otro conductor.",
"You Should be select reason.": "Debes seleccionar una razón.",
- " \$": " \$",
"Waiting for Driver ...": "Esperando al conductor ...",
"Latest Recent Trip": "Último viaje reciente",
"from your list": "de tu lista",
@@ -10068,7 +13690,6 @@ class MyTranslation extends Translations {
"Choose from Map": "Elegir del mapa",
"Pick your ride location on the map - Tap to confirm":
"Elige la ubicación de tu viaje en el mapa - Toca para confirmar",
- "Closest & Cheapest": "Más cercano y más barato",
"Intaleq is the ride-hailing app that is safe, reliable, and accessible.":
"Intaleq es la aplicación de viajes compartidos que es segura, confiable y accesible.",
"With Intaleq, you can get a ride to your destination in minutes.":
@@ -10087,7 +13708,6 @@ class MyTranslation extends Translations {
"Where you want go ": "A dónde quieres ir ",
"My Card": "Mi tarjeta",
"Start Record": "Iniciar grabación",
- "Wallet": "Billetera",
"History of Trip": "Historial de viajes",
"Helping Center": "Centro de ayuda",
"Record saved": "Grabación guardada",
@@ -10110,13 +13730,8 @@ class MyTranslation extends Translations {
"You can cancel trip": "Puedes cancelar el viaje",
"The driver waitting you in picked location .":
"El conductor te está esperando en la ubicación seleccionada .",
- "10\$ and get 3% discount": "10\$ y obtén un 3% de descuento",
- "20\$ and get 4% discount": "20\$ y obtén un 4% de descuento",
- "40\$ and get 6% discount": "40\$ y obtén un 6% de descuento",
- "100\$ and get 9% discount": "100\$ y obtén un 9% de descuento",
"Pay with Your": "Paga con tu",
"Pay with Credit Card": "Pagar con tarjeta de crédito",
- "Payment History": "Historial de pagos",
"Show Promos to Charge": "Mostrar promociones para cargar",
"Point": "Punto",
"How many hours would you like to wait?":
@@ -10154,7 +13769,6 @@ class MyTranslation extends Translations {
"Click here to Show it in Map":
"Haz clic aquí para mostrarlo en el mapa",
"Canceled": "Cancelado",
- "Type your Email": "Escribe tu correo electrónico",
"No I want": "No, quiero",
"Email is": "El correo electrónico es",
"Phone Number is": "El número de teléfono es",
@@ -10170,6 +13784,7 @@ class MyTranslation extends Translations {
"Edit Your data": "Edita tus datos",
"write vin for your car": "escribe el número de chasis de tu coche",
"VIN": "Número de chasis",
+ "Please verify your identity": "Por favor, verifique su identidad",
"write Color for your car": "escribe el color de tu coche",
"write Make for your car": "escribe la marca de tu coche",
"write Model for your car": "escribe el modelo de tu coche",
@@ -10192,8 +13807,8 @@ class MyTranslation extends Translations {
"You have in account": "Tienes en la cuenta",
"Select Country": "Seleccionar país",
"Ride Today : ": "Viaje hoy : ",
- "After this period\nYou can\'t cancel!":
- "Después de este período\n¡No puedes cancelar!",
+ "After this period\nYou can't cancel!":
+ "¡Después de este período\nno puedes cancelar!",
"from 23:59 till 05:30": "de 23:59 a 05:30",
"Rate Driver": "Calificar al conductor",
"Total Cost is ": "El costo total es ",
@@ -10220,25 +13835,313 @@ class MyTranslation extends Translations {
"Tu presupuesto es menor que lo necesario",
"You can change the Country to get all features":
"Puedes cambiar el país para obtener todas las características",
- "Change Country": "Cambiar país"
+ "There is no Car or Driver in your area.":
+ "No hay coches ni conductores en su zona.",
+ "Change Country": "Cambiar país",
},
"fa": {
+ "1 Passenger": "1 Passenger",
+ "2 Passengers": "2 Passengers",
+ "3 Passengers": "3 Passengers",
+ "4 Passengers": "4 Passengers",
+ "2. Attach Recorded Audio (Optional)":
+ "2. Attach Recorded Audio (Optional)",
+ "Account": "Account",
+ "Actions": "Actions",
+ "Active Users": "Active Users",
+ "Add a Stop": "Add a Stop",
+ "Add a new waypoint stop": "Add a new waypoint stop",
+ "After this period\nYou can\'t cancel!":
+ "After this period\nYou can\'t cancel!",
+ "Age is": "Age is",
+ "Alert": "Alert",
+ "An OTP has been sent to your number.":
+ "An OTP has been sent to your number.",
+ "An error occurred": "An error occurred",
+ "Appearance": "Appearance",
+ "Are you sure you want to delete this file?":
+ "Are you sure you want to delete this file?",
+ "Are you sure you want to logout?":
+ "Are you sure you want to logout?",
+ "Arrived": "Arrived",
+ "Audio Recording": "Audio Recording",
+ "Call": "Call",
+ "Call Support": "Call Support",
+ "Call left": "Call left",
+ "Change Photo": "Change Photo",
+ "Choose from Gallery": "Choose from Gallery",
+ "Choose from contact": "Choose from contact",
+ "Click to track the trip": "Click to track the trip",
+ "Close panel": "Close panel",
+ "Coming": "Coming",
+ "Complete Payment": "Complete Payment",
+ "Confirm Cancellation": "Confirm Cancellation",
+ "Confirm Pickup Location": "Confirm Pickup Location",
+ "Connection failed. Please try again.":
+ "Connection failed. Please try again.",
+ "Could not create ride. Please try again.":
+ "Could not create ride. Please try again.",
+ "Crop Photo": "Crop Photo",
+ "Dark Mode": "Dark Mode",
+ "Delete": "Delete",
+ "Delete Account": "Delete Account",
+ "Delete All": "Delete All",
+ "Delete All Recordings?": "Delete All Recordings?",
+ "Delete Recording?": "Delete Recording?",
+ "Destination Set": "Destination Set",
+ "Distance": "Distance",
+ "Double tap to open search or enter destination":
+ "Double tap to open search or enter destination",
+ "Double tap to set or change this waypoint on the map":
+ "Double tap to set or change this waypoint on the map",
+ "Drawing route on map...": "Drawing route on map...",
+ "Driver Phone": "Driver Phone",
+ "Driver is Going To You": "Driver is Going To You",
+ "Emergency Mode Triggered": "Emergency Mode Triggered",
+ "Emergency SOS": "Emergency SOS",
+ "Enter the 5-digit code": "Enter the 5-digit code",
+ "Enter your City": "Enter your City",
+ "Enter your Password": "Enter your Password",
+ "Failed to book trip: \$e": "Failed to book trip: \$e",
+ "Failed to get location": "Failed to get location",
+ "Failed to initiate payment. Please try again.":
+ "Failed to initiate payment. Please try again.",
+ "Failed to send OTP": "Failed to send OTP",
+ "Failed to upload photo": "Failed to upload photo",
+ "Finished": "Finished",
+ "Fixed Price": "Fixed Price",
+ "General": "General",
+ "Grant": "Grant",
+ "Have a Promo Code?": "Have a Promo Code?",
+ "Hello! I\'m inviting you to try Intaleq.":
+ "Hello! I\'m inviting you to try Intaleq.",
+ "Hi ,I Arrive your site": "Hi ,I Arrive your site",
+ "Hi, Where to": "Hi, Where to",
+ "Home": "Home",
+ "I am currently located at": "I am currently located at",
+ "I'm Safe": "I'm Safe",
+ "If you need to reach me, please contact the driver directly at":
+ "If you need to reach me, please contact the driver directly at",
+ "Image Upload Failed": "Image Upload Failed",
+ "Intaleq Passenger": "Intaleq Passenger",
+ "Invite": "Invite",
+ "Join a channel": "Join a channel",
+ "Last Name": "Last Name",
+ "Leave a detailed comment (Optional)":
+ "Leave a detailed comment (Optional)",
+ "Light Mode": "Light Mode",
+ "Listen": "Listen",
+ "Location": "Location",
+ "Location Received": "Location Received",
+ "Logout": "Logout",
+ "Map Error": "Map Error",
+ "Message": "Message",
+ "Move map to select destination": "Move map to select destination",
+ "Move map to set start location": "Move map to set start location",
+ "Move map to set stop": "Move map to set stop",
+ "Move map to your home location": "Move map to your home location",
+ "Move map to your pickup point": "Move map to your pickup point",
+ "Move map to your work location": "Move map to your work location",
+ "N/A": "N/A",
+ "No Notifications": "No Notifications",
+ "No Recordings Found": "No Recordings Found",
+ "No Rides now!": "No Rides now!",
+ "No contacts available": "No contacts available",
+ "No i want": "No i want",
+ "No notification data found.": "No notification data found.",
+ "No routes available for this destination.":
+ "No routes available for this destination.",
+ "No user found": "No user found",
+ "No,I want": "No,I want",
+ "No.Iwant Cancel Trip.": "No.Iwant Cancel Trip.",
+ "Now move the map to your pickup point":
+ "Now move the map to your pickup point",
+ "Now set the pickup point for the other person":
+ "Now set the pickup point for the other person",
+ "On Trip": "On Trip",
+ "Open": "Open",
+ "Open destination search": "Open destination search",
+ "Open in Google Maps": "Open in Google Maps",
+ "Order VIP Canceld": "Order VIP Canceld",
+ "Passenger": "Passenger",
+ "Passenger cancel order": "Passenger cancel order",
+ "Pay by MTN Wallet": "Pay by MTN Wallet",
+ "Pay by Sham Cash": "Pay by Sham Cash",
+ "Pay by Syriatel Wallet": "Pay by Syriatel Wallet",
+ "Pay with PayPal": "Pay with PayPal",
+ "Phone": "Phone",
+ "Phone Number": "Phone Number",
+ "Phone Number Check": "Phone Number Check",
+ "Phone number seems too short": "Phone number seems too short",
+ "Phone verified. Please complete registration.":
+ "Phone verified. Please complete registration.",
+ "Pick destination on map": "Pick destination on map",
+ "Pick location on map": "Pick location on map",
+ "Pick on map": "Pick on map",
+ "Pick start point on map": "Pick start point on map",
+ "Plan Your Route": "Plan Your Route",
+ "Please add contacts to your phone.":
+ "Please add contacts to your phone.",
+ "Please check your internet and try again.":
+ "Please check your internet and try again.",
+ "Please enter a valid email.": "Please enter a valid email.",
+ "Please enter a valid phone number.":
+ "Please enter a valid phone number.",
+ "Please enter the number without the leading 0":
+ "Please enter the number without the leading 0",
+ "Please enter your phone number": "Please enter your phone number",
+ "Please go to Car now": "Please go to Car now",
+ "Please select a reason first": "Please select a reason first",
+ "Please set a valid SOS phone number.":
+ "Please set a valid SOS phone number.",
+ "Please slow down": "Please slow down",
+ "Please wait while we prepare your trip.":
+ "Please wait while we prepare your trip.",
+ "Preferences": "Preferences",
+ "Profile photo updated": "Profile photo updated",
+ "Quick Message": "Quick Message",
+ "Rating is": "Rating is",
+ "Received empty route data.": "Received empty route data.",
+ "Record": "Record",
+ "Record your trips to see them here.":
+ "Record your trips to see them here.",
+ "Rejected Orders Count": "Rejected Orders Count",
+ "Remove waypoint": "Remove waypoint",
+ "Report": "Report",
+ "Route and prices have been calculated successfully!":
+ "Route and prices have been calculated successfully!",
+ "SOS": "SOS",
+ "Save": "Save",
+ "Save Changes": "Save Changes",
+ "Save Name": "Save Name",
+ "Search country": "Search country",
+ "Search for a starting point": "Search for a starting point",
+ "Select Appearance": "Select Appearance",
+ "Select Education": "Select Education",
+ "Select Gender": "Select Gender",
+ "Select This Ride": "Select This Ride",
+ "Select betweeen types": "Select betweeen types",
+ "Send Email": "Send Email",
+ "Send SOS": "Send SOS",
+ "Send WhatsApp Message": "Send WhatsApp Message",
+ "Server Error": "Server Error",
+ "Server error": "Server error",
+ "Server error. Please try again.": "Server error. Please try again.",
+ "Set Destination": "Set Destination",
+ "Set Phone Number": "Set Phone Number",
+ "Set as Home": "Set as Home",
+ "Set as Stop": "Set as Stop",
+ "Set as Work": "Set as Work",
+ "Share": "Share",
+ "Share Trip": "Share Trip",
+ "Share your experience to help us improve...":
+ "Share your experience to help us improve...",
+ "Something went wrong. Please try again.":
+ "Something went wrong. Please try again.",
+ "Speaking...": "Speaking...",
+ "Speed Over": "Speed Over",
+ "Start Point": "Start Point",
+ "Stay calm. We are here to help.": "Stay calm. We are here to help.",
+ "Stop": "Stop",
+ "Submit Rating": "Submit Rating",
+ "Support & Info": "Support & Info",
+ "System Default": "System Default",
+ "Take a Photo": "Take a Photo",
+ "Tap to apply your discount": "Tap to apply your discount",
+ "Tap to search your destination": "Tap to search your destination",
+ "The driver cancelled the trip.": "The driver cancelled the trip.",
+ "This action cannot be undone.": "This action cannot be undone.",
+ "This action is permanent and cannot be undone.":
+ "This action is permanent and cannot be undone.",
+ "This is for delivery or a motorcycle.":
+ "This is for delivery or a motorcycle.",
+ "Time": "Time",
+ "To :": "To :",
+ "Top up Balance": "Top up Balance",
+ "Top up Balance to continue": "Top up Balance to continue",
+ "Total Invites": "Total Invites",
+ "Total Price": "Total Price",
+ "Trip booked successfully": "Trip booked successfully",
+ "Type your message...": "Type your message...",
+ "Unknown Location": "Unknown Location",
+ "Update Name": "Update Name",
+ "Verified Passenger": "Verified Passenger",
+ "View Map": "View Map",
+ "Wait for the trip to start first":
+ "Wait for the trip to start first",
+ "Waiting...": "Waiting...",
+ "Warning": "Warning",
+ "Waypoint has been set successfully":
+ "Waypoint has been set successfully",
+ "We use location to get accurate and nearest driver for you":
+ "We use location to get accurate and nearest driver for you",
+ "WhatsApp": "WhatsApp",
+ "Why do you want to cancel?": "Why do you want to cancel?",
+ "Yes": "Yes",
+ "You should ideintify your gender for this type of trip!":
+ "You should ideintify your gender for this type of trip!",
+ "You will choose one of above!": "You will choose one of above!",
+ "Your Rewards": "Your Rewards",
+ "Your complaint has been submitted.":
+ "Your complaint has been submitted.",
+ "and acknowledge our Privacy Policy.":
+ "and acknowledge our Privacy Policy.",
+ "as the driver.": "as the driver.",
+ "cancelled": "cancelled",
+ "due to a previous trip.": "due to a previous trip.",
+ "insert sos phone": "insert sos phone",
+ "is driving a": "is driving a",
+ "min added to fare": "min added to fare",
+ "phone not verified": "phone not verified",
+ "to arrive you.": "to arrive you.",
+ "unknown": "unknown",
+ "wait 1 minute to recive message": "wait 1 minute to recive message",
+ "with license plate": "with license plate",
+ "witout zero": "witout zero",
+ "you must insert token code": "you must insert token code",
+ "Syria": "سوریه",
+ "SYP": "لیره سوریه",
"Order": "درخواست",
"OrderVIP": "درخواست VIP",
"Cancel Trip": "لغو سفر",
"Passenger Cancel Trip": "مسافر سفر را لغو کرد",
"VIP Order": "سفارش VIP",
- "Hi ,I Arrive your site": "سلام، من به موقعیت شما رسیدم",
"The driver accepted your trip": "راننده سفر شما را پذیرفت",
"message From passenger": "پیام از مسافر",
"Cancel": "لغو",
"Trip Cancelled. The cost of the trip will be added to your wallet.":
"سفر لغو شد. هزینه سفر به کیف پول شما اضافه خواهد شد.",
"token change": "تغییر توکن",
+ "Changed my mind": "نظرم عوض شد",
+ "Please write the reason...": "لطفاً دلیل را بنویسید...",
+ "Found another transport": "وسیله نقلیه دیگری پیدا کردم",
+ "Driver is taking too long": "راننده خیلی طول میدهد",
+ "Driver asked me to cancel": "راننده از من خواست لغو کنم",
+ "Wrong pickup location": "محل سوار شدن اشتباه است",
+ "Other": "سایر",
+ "Don't Cancel": "لغو نکنید",
+ "No Drivers Found": "رانندهای پیدا نشد",
+ "Sorry, there are no cars available of this type right now.":
+ "متأسفیم، در حال حاضر خودرویی از این نوع در دسترس نیست.",
+ "Refresh Map": "بهروزرسانی نقشه",
"face detect": "تشخیص چهره",
"Face Detection Result": "نتیجه تشخیص چهره",
"similar": "مشابه",
"not similar": "غیر مشابه",
+ "Searching for nearby drivers...": "در حال جستجوی رانندگان نزدیک...",
+ "Error": "خطا",
+ "Failed to search, please try again later":
+ "جستجو ناموفق بود، لطفاً بعداً تلاش کنید",
+ "Connection Error": "خطای اتصال",
+ "Please check your internet connection":
+ "لطفاً اتصال اینترنت خود را بررسی کنید",
+ "Sorry 😔": "متأسفیم 😔",
+ "The driver cancelled the trip for an emergency reason.\nDo you want to search for another driver immediately?":
+ "راننده سفر را به دلیل وضعیت اضطراری لغو کرد.\nآیا میخواهید بلافاصله به دنبال راننده دیگری بگردید؟",
+ "Search for another driver": "جستجو برای راننده دیگر",
+ "We apologize 😔": "عذرخواهی میکنیم 😔",
+ "No drivers found at the moment.\nPlease try again later.":
+ "در حال حاضر رانندهای پیدا نشد.\nلطفاً بعداً دوباره تلاش کنید.",
"Hi ,I will go now": "سلام، من الان حرکت میکنم",
"Passenger come to you": "مسافر به سمت شما میآید",
"Call Income": "تماس ورودی",
@@ -10255,8 +14158,6 @@ class MyTranslation extends Translations {
"Driver Applied the Ride for You":
"راننده درخواست سفر را برای شما ثبت کرد",
"Applied": "ثبت شد",
- "Pay by Sham Cash": "پرداخت با Sham Cash",
- "Pay with Debit Card": "پرداخت با کارت بانکی",
"Please go to Car Driver": "لطفاً به سمت خودروی راننده بروید",
"Ok I will go now.": "باشه، الان میروم.",
"Accepted Ride": "سفر پذیرفته شد",
@@ -10273,41 +14174,24 @@ class MyTranslation extends Translations {
"We will look for a new driver.\nPlease wait.":
"ما به دنبال راننده جدید میگردیم.\nلطفاً صبر کنید.",
"The driver canceled your ride.": "راننده سفر شما را لغو کرد.",
- "Driver Finish Trip": "راننده سفر را پایان داد",
- "you will pay to Driver": "شما به راننده پرداخت خواهید کرد",
+ "Driver Finish Trip": "راننده سفر را تمام کرد",
+ "you will pay to Driver": "شما به راننده پرداخت میکنید",
"Don’t forget your personal belongings.":
- "وسایل شخصی خود را فراموش نکنید.",
+ "وسایل شخصی خود را جا نگذارید.",
"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 سپاسگزاریم.",
+ "لطفاً مطمئن شوید که تمام وسایل شخصی خود را برداشتهاید و باقیمانده کرایه به کیف پول شما اضافه شده است. از انتخاب اپلیکیشن Intaleq متشکریم.",
"Finish Monitor": "پایان نظارت",
"Trip finished": "سفر پایان یافت",
- "Call Income from Driver": "تماس ورودی از راننده",
+ "Call Income from Driver": "تماس از راننده",
"Driver Cancelled Your Trip": "راننده سفر شما را لغو کرد",
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "هزینه زمان راننده را پرداخت خواهید کرد، کیف پول Intaleq خود را چک کنید",
- "Order Applied": "سفارش اعمال شد",
+ "هزینه زمان راننده را پرداخت خواهید کرد، کیف پول Intaleq را ببینید",
+ "Order Applied": "درخواست ثبت شد",
"welcome to intaleq": "به Intaleq خوش آمدید",
"login or register subtitle":
"برای ورود یا ثبت نام شماره موبایل خود را وارد کنید",
- "An application error occurred.": "خطای برنامه رخ داد.",
- "Submission Failed": "ارسال ناموفق",
- "Your complaint has been submitted.": "شکایت شما ثبت شد.",
- "Failed to connect to the server. Please try again.":
- "اتصال به سرور برقرار نشد. لطفاً دوباره تلاش کنید.",
- "Ride information not found. Please refresh the page.":
- "اطلاعات سفر یافت نشد. لطفاً صفحه را رفرش کنید.",
- "Please describe your issue before submitting.":
- "لطفاً قبل از ارسال، مشکل خود را توضیح دهید.",
- "An application error occurred during upload.":
- "هنگام آپلود خطایی رخ داد.",
- "Failed to upload audio file.": "آپلود فایل صوتی ناموفق بود.",
- "Audio uploaded successfully.": "فایل صوتی با موفقیت آپلود شد.",
"Complaint cannot be filed for this ride. It may not have been completed or started.":
"برای این سفر نمیتوان شکایت ثبت کرد. ممکن است تکمیل یا شروع نشده باشد.",
- "2. Attach Recorded Audio (Optional)":
- "۲. ضمیمه کردن صدای ضبط شده (اختیاری)",
- "Please enter a description of the issue.":
- "لطفاً توضیحی در مورد مشکل وارد کنید.",
"phone number label": "شماره تلفن",
"phone number required": "شماره تلفن الزامی است",
"send otp button": "ارسال کد تأیید",
@@ -10328,7 +14212,6 @@ class MyTranslation extends Translations {
"Resend Code": "ارسال مجدد کد",
"You can resend in": "ارسال مجدد در",
"seconds": "ثانیه",
- "Error": "خطا",
"Please enter the complete 6-digit code.":
"لطفاً کد کامل ۶ رقمی را وارد کنید.",
"last name required": "نام خانوادگی الزامی است",
@@ -10343,28 +14226,11 @@ class MyTranslation extends Translations {
"otp verification failed": "تأیید کد ناموفق بود.",
"registration failed": "ثبت نام ناموفق بود.",
"welcome user": "خوش آمدید، @firstName!",
- "Cancel Trip from driver": "لغو سفر توسط راننده",
- "We will look for a new driver.\nPlease wait.":
- "ما به دنبال راننده جدید میگردیم.\nلطفاً صبر کنید.",
- "The driver canceled your ride.": "راننده سفر شما را لغو کرد.",
- "Driver Finish Trip": "راننده سفر را تمام کرد",
- "you will pay to Driver": "شما به راننده پرداخت میکنید",
"Don't forget your personal belongings.":
"وسایل شخصی خود را فراموش نکنید.",
- "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 متشکریم.",
- "Finish Monitor": "پایان نظارت",
- "Trip finished": "سفر پایان یافت",
- "Call Income from Driver": "تماس از راننده",
- "Driver Cancelled Your Trip": "راننده سفر شما را لغو کرد",
- "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "هزینه زمان راننده را پرداخت خواهید کرد، کیف پول Intaleq را ببینید",
- "Order Applied": "درخواست ثبت شد",
"Share App": "اشتراکگذاری برنامه",
"Wallet": "کیف پول",
"Balance": "موجودی",
- "Don’t forget your personal belongings.":
- "وسایل شخصی خود را جا نگذارید.",
"Profile": "پروفایل",
"Contact Support": "تماس با پشتیبانی",
"Session expired. Please log in again.":
@@ -10397,15 +14263,10 @@ class MyTranslation extends Translations {
"Order for myself": "درخواست برای خودم",
"Are you want to go this site": "آیا میخواهید به این مکان بروید",
"No": "خیر",
- "Pay by Sham Cash": "پرداخت با Sham Cash",
"Intaleq Wallet": "کیف پول Intaleq",
"Have a promo code?": "کد تخفیف دارید؟",
"Your Wallet balance is ": "موجودی کیف پول شما: ",
"Cash": "نقدی",
- "Phone Number": "شماره تلفن",
- "Search country": "جستجوی کشور",
- "Payment Successful!": "پرداخت موفق!",
- "Your payment was successful.": "پرداخت شما با موفقیت انجام شد.",
"Pay directly to the captain": "پرداخت مستقیم به سفیر (راننده)",
"Top up Wallet to continue": "برای ادامه کیف پول را شارژ کنید",
"Or pay with Cash instead": "یا به صورت نقدی پرداخت کنید",
@@ -10420,20 +14281,7 @@ class MyTranslation extends Translations {
"View your past transactions": "مشاهده تراکنشهای قبلی",
"Top up Wallet": "شارژ کیف پول",
"Add funds using our secure methods": "افزایش اعتبار با روشهای امن",
- "Driver is waiting": "راننده منتظر است",
- "Type your message...": "پیام خود را بنویسید...",
- "Driver Accepted Request": "راننده درخواست را پذیرفت",
- "Message": "پیام",
- "Call": "تماس",
- "Set Phone Number": "تنظیم شماره تلفن",
- "Select This Ride": "انتخاب این سفر",
- "Call Driver": "تماس با راننده",
"Increase Fare": "افزایش کرایه",
- "Stop": "توقف",
- "Record": "ضبط",
- "Share": "اشتراکگذاری",
- "WhatsApp": "واتساپ",
- "SOS": "SOS",
"No drivers accepted your request yet":
"هنوز هیچ رانندهای درخواست شما را نپذیرفته است",
"Increasing the fare might attract more drivers. Would you like to increase the price?":
@@ -10444,16 +14292,11 @@ class MyTranslation extends Translations {
"Route Not Found": "مسیر یافت نشد",
"We couldn't find a valid route to this destination. Please try selecting a different point.":
"مسیر معتبری به این مقصد پیدا نکردیم. لطفاً نقطه دیگری را انتخاب کنید.",
- "alert": "هشدار",
"You can call or record audio during this trip.":
"شما میتوانید در طول این سفر تماس بگیرید یا صدا ضبط کنید.",
"Warning: Speeding detected!": "هشدار: سرعت غیرمجاز تشخیص داده شد!",
- "Fixed Price": "قیمت مقطوع",
- "Report": "گزارش",
"Comfort": "آسایش (Comfort)",
"Intaleq Balance": "اعتبار Intaleq",
- "Search for a starting point": "جستجو برای نقطه مبدأ",
- "Top up Balance to continue": "برای ادامه موجودی را افزایش دهید",
"Electric": "الکتریکی",
"Lady": "بانوان",
"Van": "ون",
@@ -10471,8 +14314,6 @@ class MyTranslation extends Translations {
"Contacts Loaded": "مخاطبین بارگذاری شدند",
"Showing": "نمایش",
"of": "از",
- "Pay by MTN Wallet": "پرداخت با کیف پول MTN",
- "Pay by Syriatel Wallet": "پرداخت با کیف پول Syriatel",
"Customer not found": "مشتری یافت نشد",
"Wallet is blocked": "کیف پول مسدود شده است",
"Customer phone is not active": "تلفن مشتری فعال نیست",
@@ -10544,7 +14385,6 @@ class MyTranslation extends Translations {
"Delete Permanently": "حذف دائمی",
"Male": "مرد",
"Female": "زن",
- "Other": "سایر",
"High School Diploma": "دیپلم",
"Associate Degree": "کاردانی",
"Bachelor's Degree": "کارشناسی",
@@ -10566,8 +14406,6 @@ class MyTranslation extends Translations {
"Van for familly": "ون برای خانواده",
"Are you sure to delete this location?":
"آیا از حذف این مکان مطمئن هستید؟",
- "Change Work location?": "تغییر محل کار؟",
- "Change Home location?": "تغییر محل خانه؟",
"Submit a Complaint": "ثبت شکایت",
"Submit Complaint": "ارسال شکایت",
"No trip history found": "تاریخچه سفری یافت نشد",
@@ -10588,26 +14426,6 @@ class MyTranslation extends Translations {
"بعداً برای پیشنهادات جدید سر بزنید!",
"Valid Until:": "معتبر تا:",
"CODE": "کد",
- "Login": "ورود",
- "Sign in for a seamless experience": "برای تجربه بهتر وارد شوید",
- "Sign In with Google": "ورود با گوگل",
- "Sign in with Apple": "ورود با اپل",
- "User not found": "کاربر یافت نشد",
- "Need assistance? Contact us": "نیاز به کمک دارید؟ تماس بگیرید",
- "Email": "ایمیل",
- "Your email address": "آدرس ایمیل شما",
- "Enter a valid email": "یک ایمیل معتبر وارد کنید",
- "Password": "رمز عبور",
- "Your password": "رمز عبور شما",
- "Enter your password": "رمز عبور را وارد کنید",
- "Submit": "ارسال",
- "Terms of Use & Privacy Notice": "شرایط استفاده و حریم خصوصی",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the ":
- "با انتخاب \"موافقم\" در زیر، تأیید میکنم که خواندهام و موافقم با ",
- "Terms of Use": "شرایط استفاده",
- " and acknowledge the ": " و تأیید میکنم ",
- "Privacy Notice": "سیاست حریم خصوصی",
- " . I am at least 18 years old.": " . من حداقل ۱۸ سال دارم.",
"I Agree": "موافقم",
"Continue": "ادامه",
"Enable Location": "فعالسازی موقعیت",
@@ -10633,205 +14451,6 @@ class MyTranslation extends Translations {
"Copy": "کپی",
"Promo Copied!": "کد تخفیف کپی شد!",
"Code": "کد",
- "copied to clipboard": "در کلیپبورد کپی شد",
- "Price": "قیمت",
- "Intaleq's Response": "پاسخ Intaleq",
- "Awaiting response...": "در انتظار پاسخ...",
- "Audio file not attached": "فایل صوتی پیوست نشد",
- "The audio file is not uploaded yet.\\nDo you want to submit without it?":
- "فایل صوتی هنوز آپلود نشده است.\\nآیا میخواهید بدون آن ارسال کنید؟",
- "deleted": "حذف شد",
- "To Work": "به محل کار",
- "Work Saved": "محل کار ذخیره شد",
- "To Home": "به خانه",
- "Home Saved": "خانه ذخیره شد",
- "Destination selected": "مقصد انتخاب شد",
- "Now select start pick": "حالا نقطه مبدأ را انتخاب کنید",
- "OK": "تأیید",
- "Confirm Pick-up Location": "تأیید محل سوار شدن",
- "Set Location on Map": "تنظیم موقعیت روی نقشه",
- "Leave a detailed comment (Optional)": "نظر دقیق بنویسید (اختیاری)",
- "Share your experience to help us improve...":
- "تجربه خود را برای بهبود ما به اشتراک بگذارید...",
- "Your valuable feedback helps us improve our service quality.":
- "بازخورد ارزشمند شما به بهبود کیفیت خدمات ما کمک میکند.",
- "witout zero": "بدون صفر",
- "Top up Balance": "افزایش موجودی",
- "An error occurred": "خطایی رخ داد",
- "Send WhatsApp Message": "ارسال پیام واتساپ",
- "How was your trip with": "سفر شما با ... چطور بود",
- "Drawing route on map...": "رسم مسیر روی نقشه...",
- "Please wait while we prepare your trip.":
- "لطفاً صبر کنید تا سفر شما را آماده کنیم.",
- "Submit Rating": "ثبت امتیاز",
- "Call Support": "تماس با پشتیبانی",
- "You can contact us during working hours from 10:00 - 16:00.":
- "میتوانید در ساعات کاری ۱۰:۰۰ تا ۱۶:۰۰ با ما تماس بگیرید.",
- "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.":
- "Intaleq امنترین و مطمئنترین اپلیکیشن درخواست خودرو است که برای ایران طراحی شده است. ما تجربهای راحت، محترمانه و مقرونبهصرفه را با ویژگیهایی که ایمنی شما را در اولویت قرار میدهند، فراهم میکنیم. رانندگان ما تأیید شده و بیمه هستند.",
- "Work time is from 10:00 AM to 16:00 PM.\nYou can send a WhatsApp message or email.":
- "ساعات کاری از ۱۰ صبح تا ۴ عصر است.\nمیتوانید پیام واتساپ یا ایمیل بفرستید.",
- "Sorry": "متأسفیم",
- "Customer MSISDN doesn’t have customer wallet":
- "شماره مشتری کیف پول ندارد",
- "Please enter the number without the leading 0":
- "لطفاً شماره را بدون صفر اول وارد کنید",
- "Please enter your phone number": "لطفاً شماره تلفن خود را وارد کنید",
- "Phone number seems too short": "شماره تلفن خیلی کوتاه به نظر میرسد",
- "No cars are available at the moment. Please try again later.":
- "در حال حاضر خودرویی موجود نیست. لطفاً بعداً تلاش کنید.",
- "Nearest Car: ~": "نزدیکترین خودرو: ~",
- "Nearest Car": "نزدیکترین خودرو",
- "No cars nearby": "خودرویی در نزدیکی نیست",
- "Favorite Places": "مکانهای مورد علاقه",
- "No favorite places yet!": "هنوز مکان مورد علاقهای ندارید!",
- "from your favorites": "از علاقهمندیهای شما",
- "Back": "بازگشت",
- "Enter your code below to apply the discount.":
- "کد خود را برای اعمال تخفیف وارد کنید.",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the":
- "با انتخاب \"موافقم\"، تأیید میکنم که خواندهام و قبول دارم",
- "and acknowledge the": "و تأیید میکنم",
- "Enable Location Access": "فعالسازی دسترسی موقعیت",
- "We need your location to find nearby drivers for pickups and drop-offs.":
- "ما برای یافتن رانندگان نزدیک به موقعیت شما نیاز داریم.",
- "You should restart app to change language":
- "برای تغییر زبان باید برنامه را مجدداً راه اندازی کنید",
- "Home Page": "صفحه اصلی",
- "To change Language the App": "برای تغییر زبان برنامه",
- "Learn more about our app and mission":
- "درباره برنامه و مأموریت ما بیشتر بدانید",
- "Promos For Today": "تخفیفهای امروز",
- "Choose your ride": "سفر خود را انتخاب کنید",
- "Your Journey Begins Here": "سفر شما از اینجا آغاز میشود",
- "Bonus gift": "هدیه تشویقی",
- "Pay": "پرداخت",
- "Get": "دریافت",
- "Send to Driver Again": "ارسال مجدد به راننده",
- "Driver Name:": "نام راننده:",
- "No trip data available": "اطلاعات سفر موجود نیست",
- "Car Plate:": "پلاک خودرو:",
- "remaining": "باقیمانده",
- "Order Cancelled": "سفارش لغو شد",
- "You canceled VIP trip": "شما سفر VIP را لغو کردید",
- "Passenger cancelled order": "مسافر سفارش را لغو کرد",
- "Your trip is scheduled": "سفر شما زمانبندی شد",
- "Don't forget your ride!": "سفر خود را فراموش نکنید!",
- "Trip updated successfully": "سفر با موفقیت بروزرسانی شد",
- "Car Make:": "سازنده خودرو:",
- "Car Model:": "مدل خودرو:",
- "Car Color:": "رنگ خودرو:",
- "Driver Phone:": "تلفن راننده:",
- "Pre-booking": "رزرو پیشازوقت",
- "Waiting VIP": "در انتظار VIP",
- "Driver List": "لیست رانندگان",
- "Confirm Trip": "تأیید سفر",
- "Select date and time of trip": "تاریخ و زمان سفر را انتخاب کنید",
- "Date and Time Picker": "انتخاب تاریخ و زمان",
- "Trip Status:": "وضعیت سفر:",
- "pending": "در انتظار",
- "accepted": "پذیرفته شده",
- "rejected": "رد شده",
- "Apply": "اعمال",
- "Enter your promo code": "کد تخفیف را وارد کنید",
- "Apply Promo Code": "اعمال کد تخفیف",
- "Scheduled Time:": "زمان برنامهریزی شده:",
- "No drivers available": "رانندهای موجود نیست",
- "No drivers available at the moment. Please try again later.":
- "در حال حاضر رانندهای موجود نیست. لطفاً بعداً تلاش کنید.",
- "you have a negative balance of": "شما بدهی دارید به مبلغ",
- "Please try again in a few moments": "لطفاً چند لحظه دیگر تلاش کنید",
- "Unknown Driver": "راننده ناشناس",
- "in your": "در شما",
- "The driver accepted your order for":
- "راننده سفارش شما را پذیرفت به مبلغ",
- "wallet due to a previous trip.": "بدهی کیف پول بابت سفر قبلی.",
- "rides": "سفرها",
- "Add Work": "افزودن محل کار",
- "The reason is": "دلیل این است",
- "User does not have a wallet #1652": "کاربر کیف پول ندارد #1652",
- "Price of trip": "قیمت سفر",
- "From:": "از:",
- "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
- "برای سفرهای عادی و پیک، قیمت پویا محاسبه میشود. برای سفرهای راحت، قیمت بر اساس زمان و مسافت است.",
- "Phone Wallet Saved Successfully": "شماره کیف پول با موفقیت ذخیره شد",
- "Add wallet phone you use": "شماره موبایل کیف پول خود را وارد کنید",
- "Update Available": "بروزرسانی موجود است",
- "Phone number must be exactly 11 digits long":
- "شماره تلفن باید دقیقاً ۱۱ رقم باشد",
- "Insert Wallet phone number": "شماره موبایل کیف پول را وارد کنید",
- "Phone number isn't an Egyptian phone number":
- "شماره تلفن معتبر نیست",
- "A new version of the app is available. Please update to the latest version.":
- "نسخه جدید برنامه موجود است. لطفاً بروزرسانی کنید.",
- "We use location to get accurate and nearest passengers for you":
- "ما از موقعیت مکانی برای یافتن دقیقترین و نزدیکترین مسافران استفاده میکنیم",
- "This ride is already applied by another driver.":
- "این سفر قبلاً توسط راننده دیگری گرفته شده است.",
- "We use your precise location to find the nearest available driver and provide accurate pickup and dropoff information. You can manage this in Settings.":
- "ما از موقعیت دقیق شما برای یافتن نزدیکترین راننده و ارائه اطلاعات دقیق مبدأ و مقصد استفاده میکنیم. میتوانید این را در تنظیمات مدیریت کنید.",
- "Where are you, sir?": "کجایید قربان؟",
- "I've been trying to reach you but your phone is off.":
- "سعی کردم تماس بگیرم اما گوشی شما خاموش است.",
- "Please don't be late": "لطفاً دیر نکنید",
- "Please don't be late, I'm waiting for you at the specified location.":
- "لطفاً دیر نکنید، من در موقعیت مشخص شده منتظر شما هستم.",
- "My location is correct. You can search for me using the navigation app":
- "موقعیت من صحیح است. میتوانید با مسیریاب مرا پیدا کنید",
- "Hello, I'm at the agreed-upon location":
- "سلام، من در محل توافق شده هستم",
- "How much longer will you be?": "چقدر دیگر طول میکشد؟",
- "Phone number is verified before": "شماره تلفن قبلاً تأیید شده است",
- "Change Ride": "تغییر سفر",
- "You can change the destination by long-pressing any point on the map":
- "میتوانید با لمس طولانی روی نقشه مقصد را تغییر دهید",
- "Pick from map destination": "انتخاب مقصد از روی نقشه",
- "Pick or Tap to confirm": "انتخاب یا ضربه برای تأیید",
- "Accepted your order": "سفارش شما را پذیرفت",
- "Order Accepted": "سفارش پذیرفته شد",
- "with type": "با نوع",
- "accepted your order at price": "سفارش شما را با قیمت ... پذیرفت",
- "you canceled order": "شما سفارش را لغو کردید",
- "If you want order to another person":
- "اگر میخواهید برای شخص دیگری سفارش دهید",
- "upgrade price": "افزایش قیمت",
- "airport": "فرودگاه",
- "Best choice for a comfortable car with a flexible route and stop points. This airport offers visa entry at this price.":
- "بهترین انتخاب برای خودروی راحت با مسیر منعطف و توقف.",
- "You can upgrade price to may driver accept your order":
- "میتوانید قیمت را افزایش دهید تا راننده قبول کند",
- "Change Route": "تغییر مسیر",
- "No Captain Accepted Your Order": "هیچ سفیری سفارش شما را نپذیرفت",
- "We are looking for a captain but the price may increase to let a captain accept":
- "ما به دنبال سفیر هستیم اما ممکن است قیمت افزایش یابد",
- "No, I want to cancel this trip": "نه، میخواهم سفر را لغو کنم",
- "Attention": "توجه",
- "Trip Cancelled. The cost of the trip will be deducted from your wallet.":
- "سفر لغو شد. هزینه سفر از کیف پول شما کسر خواهد شد.",
- "You will be charged for the cost of the driver coming to your location.":
- "هزینه آمدن راننده به محل شما محاسبه خواهد شد.",
- "reject your order.": "سفارش شما را رد کرد.",
- "Order Under Review": "سفارش در حال بررسی",
- "is reviewing your order. They may need more information or a higher price.":
- "سفارش شما را بررسی میکند. ممکن است اطلاعات بیشتر یا قیمت بالاتری بخواهد.",
- "Vibration": "لرزش",
- "Resend code": "ارسال مجدد کد",
- "change device": "تغییر دستگاه",
- "Device Change Detected": "تغییر دستگاه شناسایی شد",
- "You can only use one device at a time. This device will now be set as your active device.":
- "شما فقط میتوانید از یک دستگاه در آن واحد استفاده کنید. این دستگاه اکنون فعال شد.",
- "Click here point": "اینجا کلیک کنید",
- "Are you want to change": "آیا میخواهید تغییر دهید",
- "by": "توسط",
- "Enter your complaint here": "شکایت خود را اینجا وارد کنید",
- "Please enter your complaint.": "لطفاً شکایت خود را وارد کنید.",
- "Complaint data saved successfully":
- "اطلاعات شکایت با موفقیت ذخیره شد",
- "Trip Monitor": "نظارت سفر",
- "Insert SOS Phone": "درج تلفن اضطراری",
- "Add SOS Phone": "افزودن تلفن اضطراری",
- "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 ,":
- "عزیز،\n\n🚀 من همین الان یک سفر هیجانانگیز را شروع کردم و میخواهم جزئیات سفر و موقعیتم را با تو به اشتراک بگذارم! لطفاً اپلیکیشن Intaleq را دانلود کن.\n\n👉 لینک دانلود:\nاندروید [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\niOS [https://getapp.cc/app/6458734951]\n\nمنتظرم که در طول مسیر همراهم باشی!\n\nIntaleq ,",
"Send Intaleq app to him": "ارسال برنامه Intaleq برای او",
"No passenger found for the given phone number":
"مسافری با این شماره تلفن یافت نشد",
@@ -10907,8 +14526,8 @@ class MyTranslation extends Translations {
"Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.":
"Intaleq روشهای پرداخت متعددی ارائه میدهد.",
"Can I cancel my ride?": "آیا میتوانم سفرم را لغو کنم؟",
- "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 under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.":
+ "بله، شما میتوانید تحت شرایط خاصی (مثلاً قبل از تعیین راننده) سفر خود را لغو کنید. برای جزئیات به سیاست لغو انطلق مراجعه کنید.",
"Driver Registration & Requirements": "ثبت نام راننده و الزامات",
"How can I register as a driver?":
"چگونه به عنوان راننده ثبت نام کنم؟",
@@ -10962,37 +14581,6 @@ class MyTranslation extends Translations {
"آیا کد دعوت از راننده دیگری دارید؟",
"Paste the code here": "کد را اینجا پیست کنید",
"No, I don't have a code": "خیر، کد ندارم",
- "Code approved": "کد تأیید شد",
- "Install our app:": "برنامه ما را نصب کنید:",
- "Invite another driver and both get a gift after he completes 100 trips!":
- "راننده دیگری را دعوت کنید و بعد از ۱۰۰ سفر هدیه بگیرید!",
- "Invite": "دعوت",
- "Are you sure?": "مطمئن هستید؟",
- "This will delete all recorded files from your device.":
- "این کار تمام فایلهای ضبط شده را حذف میکند.",
- "Select a file": "انتخاب فایل",
- "Select a File": "انتخاب یک فایل",
- "Delete": "حذف",
- "attach audio of complain": "ضمیمه صدای شکایت",
- "Phone Number Check": "بررسی شماره تلفن",
- "Drivers received orders": "رانندگان سفارشات را دریافت کردند",
- "No audio files recorded.": "هیچ فایل صوتی ضبط نشده.",
- "This is for delivery or a motorcycle.":
- "این برای پیک یا موتورسیکلت است.",
- "Intaleq Reminder": "یادآور Intaleq",
- "It's time to check the Intaleq app!":
- "وقت چک کردن برنامه Intaleq است!",
- "you must insert token code": "باید کد توکن را وارد کنید",
- "Something went wrong. Please try again.":
- "مشکلی پیش آمد. لطفاً دوباره تلاش کنید.",
- "Trip Details": "جزئیات سفر",
- "The context does not provide any complaint details, so I cannot provide a solution to this issue. Please provide the necessary information, and I will be happy to assist you.":
- "جزئیات شکایت موجود نیست.",
- "Submit Your Complaint": "ارسال شکایت",
- "Status": "وضعیت",
- "Choose from contact": "انتخاب از مخاطبین",
- "attach correct audio": "صدای صحیح را ضمیمه کنید",
- "be sure": "مطمئن باشید",
"Audio uploaded successfully.": "فایل صوتی با موفقیت آپلود شد.",
"Perfect for passengers seeking the latest car models with the freedom to choose any route they desire":
"عالی برای مسافرانی که دنبال خودروهای جدید و آزادی انتخاب مسیر هستند",
@@ -11155,7 +14743,6 @@ class MyTranslation extends Translations {
"I don't have a reason": "دلیلی ندارم",
"Can we know why you want to cancel Ride ?":
"چرا میخواهید لغو کنید؟",
- "Cancel Ride": "لغو سفر",
"Add Payment Method": "افزودن روش پرداخت",
"Ride Wallet": "کیف پول سفر",
"Payment Method": "روش پرداخت",
@@ -11705,7 +15292,6 @@ class MyTranslation extends Translations {
"Edit Your data": "ویرایش اطلاعات",
"write vin for your car": "شماره شاسی خودرو را بنویسید",
"VIN": "شماره شاسی",
- "Device Change Detected": "تغییر دستگاه شناسایی شد",
"Please verify your identity": "لطفاً هویت خود را تأیید کنید",
"write Color for your car": "رنگ خودرو را بنویسید",
"write Make for your car": "سازنده خودرو را بنویسید",
@@ -11755,15 +15341,277 @@ class MyTranslation extends Translations {
"Your Budget less than needed": "بودجه شما کمتر از حد نیاز است",
"You can change the Country to get all features":
"برای دسترسی به تمام ویژگیها کشور را تغییر دهید",
- "Change Country": "تغییر کشور"
+ "There is no Car or Driver in your area.":
+ "در منطقه شما خودرو یا رانندهای وجود ندارد.",
+ "Change Country": "تغییر کشور",
},
"el": {
+ "1 Passenger": "1 Passenger",
+ "2 Passengers": "2 Passengers",
+ "3 Passengers": "3 Passengers",
+ "4 Passengers": "4 Passengers",
+ "2. Attach Recorded Audio (Optional)":
+ "2. Attach Recorded Audio (Optional)",
+ "Account": "Account",
+ "Actions": "Actions",
+ "Active Users": "Active Users",
+ "Add a Stop": "Add a Stop",
+ "Add a new waypoint stop": "Add a new waypoint stop",
+ "After this period\nYou can\'t cancel!":
+ "After this period\nYou can\'t cancel!",
+ "Age is": "Age is",
+ "Alert": "Alert",
+ "An OTP has been sent to your number.":
+ "An OTP has been sent to your number.",
+ "An error occurred": "An error occurred",
+ "Appearance": "Appearance",
+ "Are you sure you want to delete this file?":
+ "Are you sure you want to delete this file?",
+ "Are you sure you want to logout?":
+ "Are you sure you want to logout?",
+ "Arrived": "Arrived",
+ "Audio Recording": "Audio Recording",
+ "Call": "Call",
+ "Call Support": "Call Support",
+ "Call left": "Call left",
+ "Change Photo": "Change Photo",
+ "Choose from Gallery": "Choose from Gallery",
+ "Choose from contact": "Choose from contact",
+ "Click to track the trip": "Click to track the trip",
+ "Close panel": "Close panel",
+ "Coming": "Coming",
+ "Complete Payment": "Complete Payment",
+ "Confirm Cancellation": "Confirm Cancellation",
+ "Confirm Pickup Location": "Confirm Pickup Location",
+ "Connection failed. Please try again.":
+ "Connection failed. Please try again.",
+ "Could not create ride. Please try again.":
+ "Could not create ride. Please try again.",
+ "Crop Photo": "Crop Photo",
+ "Dark Mode": "Dark Mode",
+ "Delete": "Delete",
+ "Delete Account": "Delete Account",
+ "Delete All": "Delete All",
+ "Delete All Recordings?": "Delete All Recordings?",
+ "Delete Recording?": "Delete Recording?",
+ "Destination Set": "Destination Set",
+ "Distance": "Distance",
+ "Double tap to open search or enter destination":
+ "Double tap to open search or enter destination",
+ "Double tap to set or change this waypoint on the map":
+ "Double tap to set or change this waypoint on the map",
+ "Drawing route on map...": "Drawing route on map...",
+ "Driver Phone": "Driver Phone",
+ "Driver is Going To You": "Driver is Going To You",
+ "Emergency Mode Triggered": "Emergency Mode Triggered",
+ "Emergency SOS": "Emergency SOS",
+ "Enter the 5-digit code": "Enter the 5-digit code",
+ "Enter your City": "Enter your City",
+ "Enter your Password": "Enter your Password",
+ "Failed to book trip: \$e": "Failed to book trip: \$e",
+ "Failed to get location": "Failed to get location",
+ "Failed to initiate payment. Please try again.":
+ "Failed to initiate payment. Please try again.",
+ "Failed to send OTP": "Failed to send OTP",
+ "Failed to upload photo": "Failed to upload photo",
+ "Finished": "Finished",
+ "Fixed Price": "Fixed Price",
+ "General": "General",
+ "Grant": "Grant",
+ "Have a Promo Code?": "Have a Promo Code?",
+ "Hello! I\'m inviting you to try Intaleq.":
+ "Hello! I\'m inviting you to try Intaleq.",
+ "Hi ,I Arrive your site": "Hi ,I Arrive your site",
+ "Hi, Where to": "Hi, Where to",
+ "Home": "Home",
+ "I am currently located at": "I am currently located at",
+ "I'm Safe": "I'm Safe",
+ "If you need to reach me, please contact the driver directly at":
+ "If you need to reach me, please contact the driver directly at",
+ "Image Upload Failed": "Image Upload Failed",
+ "Intaleq Passenger": "Intaleq Passenger",
+ "Invite": "Invite",
+ "Join a channel": "Join a channel",
+ "Last Name": "Last Name",
+ "Leave a detailed comment (Optional)":
+ "Leave a detailed comment (Optional)",
+ "Light Mode": "Light Mode",
+ "Listen": "Listen",
+ "Location": "Location",
+ "Location Received": "Location Received",
+ "Logout": "Logout",
+ "Map Error": "Map Error",
+ "Message": "Message",
+ "Move map to select destination": "Move map to select destination",
+ "Move map to set start location": "Move map to set start location",
+ "Move map to set stop": "Move map to set stop",
+ "Move map to your home location": "Move map to your home location",
+ "Move map to your pickup point": "Move map to your pickup point",
+ "Move map to your work location": "Move map to your work location",
+ "N/A": "N/A",
+ "No Notifications": "No Notifications",
+ "No Recordings Found": "No Recordings Found",
+ "No Rides now!": "No Rides now!",
+ "No contacts available": "No contacts available",
+ "No i want": "No i want",
+ "No notification data found.": "No notification data found.",
+ "No routes available for this destination.":
+ "No routes available for this destination.",
+ "No user found": "No user found",
+ "No,I want": "No,I want",
+ "No.Iwant Cancel Trip.": "No.Iwant Cancel Trip.",
+ "Now move the map to your pickup point":
+ "Now move the map to your pickup point",
+ "Now set the pickup point for the other person":
+ "Now set the pickup point for the other person",
+ "On Trip": "On Trip",
+ "Open": "Open",
+ "Open destination search": "Open destination search",
+ "Open in Google Maps": "Open in Google Maps",
+ "Order VIP Canceld": "Order VIP Canceld",
+ "Passenger": "Passenger",
+ "Passenger cancel order": "Passenger cancel order",
+ "Pay by MTN Wallet": "Pay by MTN Wallet",
+ "Pay by Sham Cash": "Pay by Sham Cash",
+ "Pay by Syriatel Wallet": "Pay by Syriatel Wallet",
+ "Pay with PayPal": "Pay with PayPal",
+ "Phone": "Phone",
+ "Phone Number": "Phone Number",
+ "Phone Number Check": "Phone Number Check",
+ "Phone number seems too short": "Phone number seems too short",
+ "Phone verified. Please complete registration.":
+ "Phone verified. Please complete registration.",
+ "Pick destination on map": "Pick destination on map",
+ "Pick location on map": "Pick location on map",
+ "Pick on map": "Pick on map",
+ "Pick start point on map": "Pick start point on map",
+ "Plan Your Route": "Plan Your Route",
+ "Please add contacts to your phone.":
+ "Please add contacts to your phone.",
+ "Please check your internet and try again.":
+ "Please check your internet and try again.",
+ "Please enter a valid email.": "Please enter a valid email.",
+ "Please enter a valid phone number.":
+ "Please enter a valid phone number.",
+ "Please enter the number without the leading 0":
+ "Please enter the number without the leading 0",
+ "Please enter your phone number": "Please enter your phone number",
+ "Please go to Car now": "Please go to Car now",
+ "Please select a reason first": "Please select a reason first",
+ "Please set a valid SOS phone number.":
+ "Please set a valid SOS phone number.",
+ "Please slow down": "Please slow down",
+ "Please wait while we prepare your trip.":
+ "Please wait while we prepare your trip.",
+ "Preferences": "Preferences",
+ "Profile photo updated": "Profile photo updated",
+ "Quick Message": "Quick Message",
+ "Rating is": "Rating is",
+ "Received empty route data.": "Received empty route data.",
+ "Record": "Record",
+ "Record your trips to see them here.":
+ "Record your trips to see them here.",
+ "Rejected Orders Count": "Rejected Orders Count",
+ "Remove waypoint": "Remove waypoint",
+ "Report": "Report",
+ "Route and prices have been calculated successfully!":
+ "Route and prices have been calculated successfully!",
+ "SOS": "SOS",
+ "Save": "Save",
+ "Save Changes": "Save Changes",
+ "Save Name": "Save Name",
+ "Search country": "Search country",
+ "Search for a starting point": "Search for a starting point",
+ "Select Appearance": "Select Appearance",
+ "Select Education": "Select Education",
+ "Select Gender": "Select Gender",
+ "Select This Ride": "Select This Ride",
+ "Select betweeen types": "Select betweeen types",
+ "Send Email": "Send Email",
+ "Send SOS": "Send SOS",
+ "Send WhatsApp Message": "Send WhatsApp Message",
+ "Server Error": "Server Error",
+ "Server error": "Server error",
+ "Server error. Please try again.": "Server error. Please try again.",
+ "Set Destination": "Set Destination",
+ "Set Phone Number": "Set Phone Number",
+ "Set as Home": "Set as Home",
+ "Set as Stop": "Set as Stop",
+ "Set as Work": "Set as Work",
+ "Share": "Share",
+ "Share Trip": "Share Trip",
+ "Share your experience to help us improve...":
+ "Share your experience to help us improve...",
+ "Something went wrong. Please try again.":
+ "Something went wrong. Please try again.",
+ "Speaking...": "Speaking...",
+ "Speed Over": "Speed Over",
+ "Start Point": "Start Point",
+ "Stay calm. We are here to help.": "Stay calm. We are here to help.",
+ "Stop": "Stop",
+ "Submit Rating": "Submit Rating",
+ "Support & Info": "Support & Info",
+ "System Default": "System Default",
+ "Take a Photo": "Take a Photo",
+ "Tap to apply your discount": "Tap to apply your discount",
+ "Tap to search your destination": "Tap to search your destination",
+ "The driver cancelled the trip.": "The driver cancelled the trip.",
+ "This action cannot be undone.": "This action cannot be undone.",
+ "This action is permanent and cannot be undone.":
+ "This action is permanent and cannot be undone.",
+ "This is for delivery or a motorcycle.":
+ "This is for delivery or a motorcycle.",
+ "Time": "Time",
+ "To :": "To :",
+ "Top up Balance": "Top up Balance",
+ "Top up Balance to continue": "Top up Balance to continue",
+ "Total Invites": "Total Invites",
+ "Total Price": "Total Price",
+ "Trip booked successfully": "Trip booked successfully",
+ "Type your message...": "Type your message...",
+ "Unknown Location": "Unknown Location",
+ "Update Name": "Update Name",
+ "Verified Passenger": "Verified Passenger",
+ "View Map": "View Map",
+ "Wait for the trip to start first":
+ "Wait for the trip to start first",
+ "Waiting...": "Waiting...",
+ "Warning": "Warning",
+ "Waypoint has been set successfully":
+ "Waypoint has been set successfully",
+ "We use location to get accurate and nearest driver for you":
+ "We use location to get accurate and nearest driver for you",
+ "WhatsApp": "WhatsApp",
+ "Why do you want to cancel?": "Why do you want to cancel?",
+ "Yes": "Yes",
+ "You should ideintify your gender for this type of trip!":
+ "You should ideintify your gender for this type of trip!",
+ "You will choose one of above!": "You will choose one of above!",
+ "Your Rewards": "Your Rewards",
+ "Your complaint has been submitted.":
+ "Your complaint has been submitted.",
+ "and acknowledge our Privacy Policy.":
+ "and acknowledge our Privacy Policy.",
+ "as the driver.": "as the driver.",
+ "cancelled": "cancelled",
+ "due to a previous trip.": "due to a previous trip.",
+ "insert sos phone": "insert sos phone",
+ "is driving a": "is driving a",
+ "min added to fare": "min added to fare",
+ "phone not verified": "phone not verified",
+ "to arrive you.": "to arrive you.",
+ "unknown": "unknown",
+ "wait 1 minute to recive message": "wait 1 minute to recive message",
+ "with license plate": "with license plate",
+ "witout zero": "witout zero",
+ "you must insert token code": "you must insert token code",
+ "Syria": "Συρία",
+ "SYP": "SYP",
"Order": "Αίτημα",
"OrderVIP": "VIP Αίτημα",
"Cancel Trip": "Ακύρωση Διαδρομής",
"Passenger Cancel Trip": "Ο επιβάτης ακύρωσε τη διαδρομή",
"VIP Order": "VIP Αίτημα",
- "Hi ,I Arrive your site": "Γεια, έφτασα στο σημείο σας",
"The driver accepted your trip":
"Ο οδηγός αποδέχτηκε τη διαδρομή σας",
"message From passenger": "Μήνυμα από τον επιβάτη",
@@ -11771,10 +15619,36 @@ class MyTranslation extends Translations {
"Trip Cancelled. The cost of the trip will be added to your wallet.":
"Η διαδρομή ακυρώθηκε. Το κόστος θα προστεθεί στο πορτοφόλι σας.",
"token change": "Αλλαγή Token",
+ "Changed my mind": "Άλλαξα γνώμη",
+ "Please write the reason...": "Παρακαλώ γράψτε τον λόγο...",
+ "Found another transport": "Βρήκα άλλο μέσο μεταφοράς",
+ "Driver is taking too long": "Ο οδηγός αργεί πολύ",
+ "Driver asked me to cancel": "Ο οδηγός μου ζήτησε να ακυρώσω",
+ "Wrong pickup location": "Λάθος τοποθεσία παραλαβής",
+ "Other": "Άλλο",
+ "Don't Cancel": "Να μην ακυρωθεί",
+ "No Drivers Found": "Δεν βρέθηκαν οδηγοί",
+ "Sorry, there are no cars available of this type right now.":
+ "Λυπούμαστε, αλλά δεν υπάρχουν διαθέσιμα αυτοκίνητα αυτού του τύπου αυτή τη στιγμή.",
+ "Refresh Map": "Ανανέωση χάρτη",
"face detect": "Ανίχνευση Προσώπου",
"Face Detection Result": "Αποτέλεσμα Ανίχνευσης Προσώπου",
"similar": "Παρόμοιο",
"not similar": "Μη παρόμοιο",
+ "Searching for nearby drivers...": "Αναζήτηση για οδηγούς κοντά...",
+ "Error": "Σφάλμα",
+ "Failed to search, please try again later":
+ "Η αναζήτηση απέτυχε, παρακαλούμε δοκιμάστε ξανά αργότερα",
+ "Connection Error": "Σφάλμα σύνδεσης",
+ "Please check your internet connection":
+ "Παρακαλούμε ελέγξτε τη σύνδεσή σας στο διαδίκτυο",
+ "Sorry 😔": "Συγγνώμη 😔",
+ "The driver cancelled the trip for an emergency reason.\nDo you want to search for another driver immediately?":
+ "Ο οδηγός ακύρωσε τη διαδρομή για έκτακτο λόγο.\nΘέλετε να αναζητήσετε άλλον οδηγό αμέσως;",
+ "Search for another driver": "Αναζήτηση για άλλον οδηγό",
+ "We apologize 😔": "Ζητάμε συγγνώμη 😔",
+ "No drivers found at the moment.\nPlease try again later.":
+ "Δεν βρέθηκαν οδηγοί αυτή τη στιγμή.\nΠαρακαλούμε δοκιμάστε ξανά αργότερα.",
"Hi ,I will go now": "Γεια, ξεκινάω τώρα",
"Passenger come to you": "Ο επιβάτης έρχεται σε εσάς",
"Call Income": "Εισερχόμενη Κλήση",
@@ -11791,8 +15665,6 @@ class MyTranslation extends Translations {
"Driver Applied the Ride for You":
"Ο οδηγός καταχώρησε τη διαδρομή για εσάς",
"Applied": "Καταχωρήθηκε",
- "Pay by Sham Cash": "Πληρωμή με Sham Cash",
- "Pay with Debit Card": "Πληρωμή με Χρεωστική Κάρτα",
"Please go to Car Driver": "Παρακαλώ πηγαίνετε στον Οδηγό",
"Ok I will go now.": "Εντάξει, πηγαίνω τώρα.",
"Accepted Ride": "Αποδεκτή Διαδρομή",
@@ -11806,45 +15678,28 @@ class MyTranslation extends Translations {
"Παρακαλώ μείνετε στο επιλεγμένο σημείο.",
"message From Driver": "Μήνυμα από τον Οδηγό",
"Trip is Begin": "Η διαδρομή ξεκινά",
- "Cancel Trip from driver": "Ακύρωση διαδρομής από τον οδηγό",
+ "Cancel Trip from driver": "Ακύρωση από τον οδηγό",
"We will look for a new driver.\nPlease wait.":
"Αναζητούμε νέο οδηγό.\nΠαρακαλώ περιμένετε.",
"The driver canceled your ride.": "Ο οδηγός ακύρωσε τη διαδρομή σας.",
- "Driver Finish Trip": "Ο οδηγός ολοκλήρωσε τη διαδρομή",
+ "Driver Finish Trip": "Ο Οδηγός Ολοκλήρωσε τη Διαδρομή",
"you will pay to Driver": "Θα πληρώσετε στον Οδηγό",
"Don’t forget your personal belongings.":
- "Μην ξεχάσετε τα προσωπικά σας αντικείμενα.",
+ "Μην ξεχάσετε τα αντικείμενά σας.",
"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.",
+ "Βεβαιωθείτε ότι πήρατε τα πράγματά σας και ότι τυχόν ρέστα προστέθηκαν στο πορτοφόλι σας. Ευχαριστούμε που επιλέξατε το Intaleq.",
"Finish Monitor": "Τέλος Παρακολούθησης",
- "Trip finished": "Η διαδρομή ολοκληρώθηκε",
+ "Trip finished": "Η διαδρομή έληξε",
"Call Income from Driver": "Κλήση από τον Οδηγό",
- "Driver Cancelled Your Trip": "Ο Οδηγός Ακύρωσε τη Διαδρομή σας",
+ "Driver Cancelled Your Trip": "Ο Οδηγός Ακύρωσε τη Διαδρομή",
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "Θα πληρώσετε το κόστος χρόνου του οδηγού, δείτε το Πορτοφόλι Intaleq",
- "Order Applied": "Το αίτημα καταχωρήθηκε",
+ "Θα πληρώσετε για τον χρόνο του οδηγού, δείτε το Πορτοφόλι Intaleq",
+ "Order Applied": "Το αίτημα υποβλήθηκε",
"welcome to intaleq": "Καλώς ήρθατε στο Intaleq",
"login or register subtitle":
"Εισάγετε τον αριθμό κινητού για είσοδο ή εγγραφή",
- "An application error occurred.": "Προέκυψε σφάλμα εφαρμογής.",
- "Submission Failed": "Η υποβολή απέτυχε",
- "Your complaint has been submitted.": "Η καταγγελία σας υποβλήθηκε.",
- "Failed to connect to the server. Please try again.":
- "Αποτυχία σύνδεσης στον διακομιστή. Προσπαθήστε ξανά.",
- "Ride information not found. Please refresh the page.":
- "Δεν βρέθηκαν πληροφορίες διαδρομής. Ανανεώστε τη σελίδα.",
- "Please describe your issue before submitting.":
- "Περιγράψτε το πρόβλημά σας πριν την υποβολή.",
- "An application error occurred during upload.":
- "Προέκυψε σφάλμα κατά τη μεταφόρτωση.",
- "Failed to upload audio file.": "Αποτυχία μεταφόρτωσης αρχείου ήχου.",
- "Audio uploaded successfully.": "Ο ήχος μεταφορτώθηκε επιτυχώς.",
"Complaint cannot be filed for this ride. It may not have been completed or started.":
"Δεν μπορεί να υποβληθεί καταγγελία για αυτή τη διαδρομή. Ίσως δεν ολοκληρώθηκε ή δεν ξεκίνησε.",
- "2. Attach Recorded Audio (Optional)":
- "2. Επισύναψη Ηχογράφησης (Προαιρετικό)",
- "Please enter a description of the issue.":
- "Παρακαλώ εισάγετε περιγραφή του θέματος.",
"phone number label": "Αριθμός Τηλεφώνου",
"phone number required": "Απαιτείται αριθμός τηλεφώνου",
"send otp button": "Αποστολή Κωδικού OTP",
@@ -11867,7 +15722,6 @@ class MyTranslation extends Translations {
"Resend Code": "Επαναποστολή Κωδικού",
"You can resend in": "Επαναποστολή σε",
"seconds": "δευτερόλεπτα",
- "Error": "Σφάλμα",
"Please enter the complete 6-digit code.":
"Παρακαλώ εισάγετε τον πλήρη 6ψήφιο κωδικό.",
"last name required": "Απαιτείται επώνυμο",
@@ -11882,28 +15736,11 @@ class MyTranslation extends Translations {
"otp verification failed": "Η επαλήθευση OTP απέτυχε.",
"registration failed": "Η εγγραφή απέτυχε.",
"welcome user": "Καλώς ήρθες, @firstName!",
- "Cancel Trip from driver": "Ακύρωση από τον οδηγό",
- "We will look for a new driver.\nPlease wait.":
- "Αναζητούμε νέο οδηγό.\nΠαρακαλώ περιμένετε.",
- "The driver canceled your ride.": "Ο οδηγός ακύρωσε τη διαδρομή σας.",
- "Driver Finish Trip": "Ο Οδηγός Ολοκλήρωσε τη Διαδρομή",
- "you will pay to Driver": "Θα πληρώσετε στον Οδηγό",
"Don't forget your personal belongings.":
"Μην ξεχάσετε τα προσωπικά σας αντικείμενα.",
- "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.",
- "Finish Monitor": "Τέλος Παρακολούθησης",
- "Trip finished": "Η διαδρομή έληξε",
- "Call Income from Driver": "Κλήση από τον Οδηγό",
- "Driver Cancelled Your Trip": "Ο Οδηγός Ακύρωσε τη Διαδρομή",
- "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "Θα πληρώσετε για τον χρόνο του οδηγού, δείτε το Πορτοφόλι Intaleq",
- "Order Applied": "Το αίτημα υποβλήθηκε",
"Share App": "Κοινοποίηση Εφαρμογής",
"Wallet": "Πορτοφόλι",
"Balance": "Υπόλοιπο",
- "Don’t forget your personal belongings.":
- "Μην ξεχάσετε τα αντικείμενά σας.",
"Profile": "Προφίλ",
"Contact Support": "Επικοινωνία με Υποστήριξη",
"Session expired. Please log in again.":
@@ -11936,15 +15773,10 @@ class MyTranslation extends Translations {
"Order for myself": "Διαδρομή για εμένα",
"Are you want to go this site": "Θέλετε να πάτε σε αυτό το σημείο;",
"No": "Όχι",
- "Pay by Sham Cash": "Πληρωμή με Sham Cash",
"Intaleq Wallet": "Πορτοφόλι Intaleq",
"Have a promo code?": "Έχετε κωδικό προσφοράς;",
"Your Wallet balance is ": "Το υπόλοιπο του πορτοφολιού είναι ",
"Cash": "Μετρητά",
- "Phone Number": "Αριθμός Τηλεφώνου",
- "Search country": "Αναζήτηση χώρας",
- "Payment Successful!": "Πληρωμή Επιτυχής!",
- "Your payment was successful.": "Η πληρωμή σας ήταν επιτυχής.",
"Pay directly to the captain": "Πληρωμή απευθείας στον οδηγό",
"Top up Wallet to continue": "Φορτίστε το Πορτοφόλι για συνέχεια",
"Or pay with Cash instead": "Ή πληρώστε με Μετρητά",
@@ -11960,41 +15792,23 @@ class MyTranslation extends Translations {
"View your past transactions": "Δείτε τις προηγούμενες συναλλαγές",
"Top up Wallet": "Φόρτιση Πορτοφολιού",
"Add funds using our secure methods": "Προσθήκη χρημάτων με ασφάλεια",
- "Driver is waiting": "Ο οδηγός περιμένει",
- "Type your message...": "Γράψτε το μήνυμά σας...",
- "Driver Accepted Request": "Ο Οδηγός Αποδέχτηκε",
- "Message": "Μήνυμα",
- "Call": "Κλήση",
- "Set Phone Number": "Ορισμός Τηλεφώνου",
- "Select This Ride": "Επιλογή Διαδρομής",
- "Call Driver": "Κλήση Οδηγού",
"Increase Fare": "Αύξηση Ναύλου",
- "Stop": "Στάση",
- "Record": "Εγγραφή",
- "Share": "Κοινοποίηση",
- "WhatsApp": "WhatsApp",
- "SOS": "SOS",
"No drivers accepted your request yet":
"Κανένας οδηγός δεν αποδέχτηκε ακόμα",
"Increasing the fare might attract more drivers. Would you like to increase the price?":
"Η αύξηση του ναύλου μπορεί να προσελκύσει περισσότερους οδηγούς. Θέλετε να αυξήσετε την τιμή;",
"Please make sure not to leave any personal belongings in the car.":
"Βεβαιωθείτε ότι δεν αφήσατε προσωπικά αντικείμενα στο αμάξι.",
- "Cancel Ride": "Ακύρωση Διαδρομής",
+ "Cancel Ride": "Ακύρωση",
"Route Not Found": "Η διαδρομή δεν βρέθηκε",
"We couldn't find a valid route to this destination. Please try selecting a different point.":
"Δεν βρέθηκε έγκυρη διαδρομή. Παρακαλώ επιλέξτε άλλο σημείο.",
- "alert": "Ειδοποίηση",
"You can call or record audio during this trip.":
"Μπορείτε να καλέσετε ή να ηχογραφήσετε κατά τη διαδρομή.",
"Warning: Speeding detected!":
"Προειδοποίηση: Εντοπίστηκε υπερβολική ταχύτητα!",
- "Fixed Price": "Σταθερή Τιμή",
- "Report": "Αναφορά",
"Comfort": "Comfort",
"Intaleq Balance": "Υπόλοιπο Intaleq",
- "Search for a starting point": "Αναζήτηση σημείου εκκίνησης",
- "Top up Balance to continue": "Φορτίστε το Υπόλοιπο για συνέχεια",
"Electric": "Ηλεκτρικό",
"Lady": "Lady (Γυναίκες)",
"Van": "Van",
@@ -12012,8 +15826,6 @@ class MyTranslation extends Translations {
"Contacts Loaded": "Οι επαφές φορτώθηκαν",
"Showing": "Εμφάνιση",
"of": "από",
- "Pay by MTN Wallet": "Πληρωμή με MTN Wallet",
- "Pay by Syriatel Wallet": "Πληρωμή με Syriatel Wallet",
"Customer not found": "Ο πελάτης δεν βρέθηκε",
"Wallet is blocked": "Το πορτοφόλι έχει αποκλειστεί",
"Customer phone is not active": "Το τηλέφωνο δεν είναι ενεργό",
@@ -12082,7 +15894,6 @@ class MyTranslation extends Translations {
"Delete Permanently": "Οριστική Διαγραφή",
"Male": "Άνδρας",
"Female": "Γυναίκα",
- "Other": "Άλλο",
"High School Diploma": "Απολυτήριο Λυκείου",
"Associate Degree": "Πτυχίο ΙΕΚ/Κολεγίου",
"Bachelor's Degree": "Πτυχίο ΑΕΙ",
@@ -12104,8 +15915,6 @@ class MyTranslation extends Translations {
"Van for familly": "Βαν για οικογένεια",
"Are you sure to delete this location?":
"Σίγουρα θέλετε να διαγράψετε την τοποθεσία;",
- "Change Work location?": "Αλλαγή τοποθεσίας Εργασίας;",
- "Change Home location?": "Αλλαγή τοποθεσίας Σπιτιού;",
"Submit a Complaint": "Υποβολή Καταγγελίας",
"Submit Complaint": "Υποβολή",
"No trip history found": "Δεν βρέθηκε ιστορικό",
@@ -12125,27 +15934,6 @@ class MyTranslation extends Translations {
"Check back later for new offers!": "Ελέγξτε ξανά αργότερα!",
"Valid Until:": "Ισχύει έως:",
"CODE": "ΚΩΔΙΚΟΣ",
- "Login": "Είσοδος",
- "Sign in for a seamless experience":
- "Συνδεθείτε για καλύτερη εμπειρία",
- "Sign In with Google": "Σύνδεση με Google",
- "Sign in with Apple": "Σύνδεση με Apple",
- "User not found": "Ο χρήστης δεν βρέθηκε",
- "Need assistance? Contact us": "Χρειάζεστε βοήθεια; Επικοινωνήστε",
- "Email": "Email",
- "Your email address": "Η διεύθυνση email σας",
- "Enter a valid email": "Εισάγετε έγκυρο email",
- "Password": "Κωδικός",
- "Your password": "Ο κωδικός σας",
- "Enter your password": "Εισάγετε κωδικό πρόσβασης",
- "Submit": "Υποβολή",
- "Terms of Use & Privacy Notice": "Όροι Χρήσης & Πολιτική Απορρήτου",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the ":
- "Επιλέγοντας \"Συμφωνώ\", επιβεβαιώνω ότι διάβασα και αποδέχομαι τους ",
- "Terms of Use": "Όρους Χρήσης",
- " and acknowledge the ": " και αναγνωρίζω την ",
- "Privacy Notice": "Πολιτική Απορρήτου",
- " . I am at least 18 years old.": " . Είμαι τουλάχιστον 18 ετών.",
"I Agree": "Συμφωνώ",
"Continue": "Συνέχεια",
"Enable Location": "Ενεργοποίηση Τοποθεσίας",
@@ -12171,204 +15959,6 @@ class MyTranslation extends Translations {
"Copy": "Αντιγραφή",
"Promo Copied!": "Αντιγράφηκε!",
"Code": "Κωδικός",
- "copied to clipboard": "αντιγράφηκε στο πρόχειρο",
- "Price": "Τιμή",
- "Intaleq's Response": "Απάντηση Intaleq",
- "Awaiting response...": "Αναμονή απάντησης...",
- "Audio file not attached": "Δεν επισυνάφθηκε ήχος",
- "The audio file is not uploaded yet.\\nDo you want to submit without it?":
- "Ο ήχος δεν ανέβηκε ακόμα.\\nΝα γίνει υποβολή χωρίς αυτόν;",
- "deleted": "διαγράφηκε",
- "To Work": "Προς Εργασία",
- "Work Saved": "Εργασία Αποθηκεύτηκε",
- "To Home": "Προς Σπίτι",
- "Home Saved": "Σπίτι Αποθηκεύτηκε",
- "Destination selected": "Προορισμός επιλέχθηκε",
- "Now select start pick": "Επιλέξτε σημείο παραλαβής",
- "OK": "ΟΚ",
- "Confirm Pick-up Location": "Επιβεβαίωση Παραλαβής",
- "Set Location on Map": "Ορισμός στον Χάρτη",
- "Leave a detailed comment (Optional)": "Αφήστε σχόλιο (Προαιρετικό)",
- "Share your experience to help us improve...":
- "Μοιραστείτε την εμπειρία σας...",
- "Your valuable feedback helps us improve our service quality.":
- "Η γνώμη σας μας βοηθά να βελτιωθούμε.",
- "witout zero": "χωρίς μηδενικό",
- "Top up Balance": "Φόρτιση Υπολοίπου",
- "An error occurred": "Προέκυψε σφάλμα",
- "Send WhatsApp Message": "Αποστολή WhatsApp",
- "How was your trip with": "Πώς ήταν η διαδρομή με",
- "Drawing route on map...": "Σχεδίαση διαδρομής...",
- "Please wait while we prepare your trip.":
- "Περιμένετε όσο ετοιμάζουμε τη διαδρομή.",
- "Submit Rating": "Υποβολή Βαθμολογίας",
- "Call Support": "Κλήση Υποστήριξης",
- "You can contact us during working hours from 10:00 - 16:00.":
- "Επικοινωνήστε μαζί μας 10:00 - 16:00.",
- "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.":
- "Το Intaleq είναι η ασφαλέστερη εφαρμογή μεταφοράς στην Ελλάδα. Παρέχουμε άνετη και οικονομική εμπειρία. Οι οδηγοί μας είναι ελεγμένοι και ασφαλισμένοι. Απολαύστε ποιότητα και ασφάλεια.",
- "Work time is from 10:00 AM to 16:00 PM.\nYou can send a WhatsApp message or email.":
- "Ώρες εργασίας 10:00 - 16:00.\nΣτείλτε WhatsApp ή email.",
- "Sorry": "Συγγνώμη",
- "Customer MSISDN doesn’t have customer wallet":
- "Ο αριθμός δεν έχει πορτοφόλι πελάτη",
- "Please enter the number without the leading 0":
- "Εισάγετε τον αριθμό χωρίς το αρχικό 0",
- "Please enter your phone number": "Εισάγετε τον αριθμό τηλεφώνου",
- "Phone number seems too short": "Ο αριθμός φαίνεται πολύ μικρός",
- "No cars are available at the moment. Please try again later.":
- "Δεν υπάρχουν οχήματα. Προσπαθήστε αργότερα.",
- "Nearest Car: ~": "Κοντινότερο Όχημα: ~",
- "Nearest Car": "Κοντινότερο Όχημα",
- "No cars nearby": "Κανένα όχημα κοντά",
- "Favorite Places": "Αγαπημένα Μέρη",
- "No favorite places yet!": "Κανένα αγαπημένο μέρος ακόμα!",
- "from your favorites": "από τα αγαπημένα",
- "Back": "Πίσω",
- "Enter your code below to apply the discount.":
- "Εισάγετε τον κωδικό για έκπτωση.",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the":
- "Επιλέγοντας \"Συμφωνώ\", αποδέχομαι τα",
- "and acknowledge the": "και αναγνωρίζω την",
- "Enable Location Access": "Ενεργοποίηση Τοποθεσίας",
- "We need your location to find nearby drivers for pickups and drop-offs.":
- "Χρειαζόμαστε την τοποθεσία σας για εύρεση οδηγών.",
- "You should restart app to change language":
- "Επανεκκινήστε την εφαρμογή για αλλαγή γλώσσας",
- "Home Page": "Αρχική Σελίδα",
- "To change Language the App": "Αλλαγή Γλώσσας Εφαρμογής",
- "Learn more about our app and mission": "Μάθετε περισσότερα για εμάς",
- "Promos For Today": "Σημερινές Προσφορές",
- "Choose your ride": "Επιλέξτε διαδρομή",
- "Your Journey Begins Here": "Το ταξίδι ξεκινά εδώ",
- "Bonus gift": "Δώρο Bonus",
- "Pay": "Πληρωμή",
- "Get": "Λήψη",
- "Send to Driver Again": "Αποστολή ξανά στον Οδηγό",
- "Driver Name:": "Όνομα Οδηγού:",
- "No trip data available": "Μη διαθέσιμα δεδομένα",
- "Car Plate:": "Πινακίδα:",
- "remaining": "απομένουν",
- "Order Cancelled": "Ακυρώθηκε",
- "You canceled VIP trip": "Ακυρώσατε τη VIP διαδρομή",
- "Passenger cancelled order": "Ο επιβάτης ακύρωσε",
- "Your trip is scheduled": "Η διαδρομή προγραμματίστηκε",
- "Don't forget your ride!": "Μην ξεχάσετε τη διαδρομή!",
- "Trip updated successfully": "Η διαδρομή ενημερώθηκε",
- "Car Make:": "Μάρκα:",
- "Car Model:": "Μοντέλο:",
- "Car Color:": "Χρώμα:",
- "Driver Phone:": "Τηλ. Οδηγού:",
- "Pre-booking": "Προκράτηση",
- "Waiting VIP": "Αναμονή VIP",
- "Driver List": "Λίστα Οδηγών",
- "Confirm Trip": "Επιβεβαίωση",
- "Select date and time of trip": "Επιλογή ημερομηνίας και ώρας",
- "Date and Time Picker": "Επιλογή Ημερομηνίας/Ώρας",
- "Trip Status:": "Κατάσταση:",
- "pending": "εκκρεμεί",
- "accepted": "εγκρίθηκε",
- "rejected": "απορρίφθηκε",
- "Apply": "Εφαρμογή",
- "Enter your promo code": "Εισάγετε κωδικό",
- "Apply Promo Code": "Χρήση Κωδικού",
- "Scheduled Time:": "Προγραμματισμένη Ώρα:",
- "No drivers available": "Κανένας οδηγός διαθέσιμος",
- "No drivers available at the moment. Please try again later.":
- "Κανένας οδηγός τώρα. Προσπαθήστε αργότερα.",
- "you have a negative balance of": "έχετε αρνητικό υπόλοιπο",
- "Please try again in a few moments": "Προσπαθήστε ξανά σε λίγο",
- "Unknown Driver": "Άγνωστος Οδηγός",
- "in your": "στο",
- "The driver accepted your order for": "Ο οδηγός αποδέχτηκε για",
- "wallet due to a previous trip.":
- "πορτοφόλι λόγω προηγούμενης διαδρομής.",
- "rides": "διαδρομές",
- "Add Work": "Προσθήκη Εργασίας",
- "The reason is": "Ο λόγος είναι",
- "User does not have a wallet #1652":
- "Ο χρήστης δεν έχει πορτοφόλι #1652",
- "Price of trip": "Τιμή διαδρομής",
- "From:": "Από:",
- "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
- "Για Intaleq και Delivery, η τιμή είναι δυναμική. Για Comfort, βασίζεται σε χρόνο και απόσταση.",
- "Phone Wallet Saved Successfully":
- "Το τηλέφωνο πορτοφολιού αποθηκεύτηκε",
- "Add wallet phone you use": "Προσθήκη τηλεφώνου πορτοφολιού",
- "Update Available": "Διαθέσιμη Ενημέρωση",
- "Phone number must be exactly 11 digits long":
- "Ο αριθμός πρέπει να έχει 10 ψηφία",
- "Insert Wallet phone number": "Εισαγωγή τηλεφώνου πορτοφολιού",
- "Phone number isn't an Egyptian phone number":
- "Δεν είναι ελληνικός αριθμός",
- "A new version of the app is available. Please update to the latest version.":
- "Νέα έκδοση διαθέσιμη. Παρακαλώ ενημερώστε.",
- "We use location to get accurate and nearest passengers for you":
- "Χρησιμοποιούμε την τοποθεσία για εύρεση επιβατών",
- "This ride is already applied by another driver.":
- "Αυτή η διαδρομή αναλήφθηκε από άλλον οδηγό.",
- "We use your precise location to find the nearest available driver and provide accurate pickup and dropoff information. You can manage this in Settings.":
- "Χρησιμοποιούμε την ακριβή τοποθεσία για εύρεση οδηγού. Διαχείριση στις Ρυθμίσεις.",
- "Where are you, sir?": "Πού είστε;",
- "I've been trying to reach you but your phone is off.":
- "Προσπαθώ να σας βρω αλλά το κινητό είναι κλειστό.",
- "Please don't be late": "Παρακαλώ μην αργήσετε",
- "Please don't be late, I'm waiting for you at the specified location.":
- "Μην αργήσετε, περιμένω στο σημείο.",
- "My location is correct. You can search for me using the navigation app":
- "Η τοποθεσία είναι σωστή. Βρείτε με μέσω GPS.",
- "Hello, I'm at the agreed-upon location":
- "Γεια, είμαι στο συμφωνημένο σημείο",
- "How much longer will you be?": "Πόση ώρα ακόμα;",
- "Phone number is verified before": "Ο αριθμός έχει επαληθευτεί",
- "Change Ride": "Αλλαγή Διαδρομής",
- "You can change the destination by long-pressing any point on the map":
- "Αλλάξτε προορισμό πατώντας παρατεταμένα στον χάρτη",
- "Pick from map destination": "Επιλογή προορισμού στον χάρτη",
- "Pick or Tap to confirm": "Επιλέξτε ή Πατήστε για επιβεβαίωση",
- "Accepted your order": "Αποδέχτηκε το αίτημα",
- "Order Accepted": "Αίτημα Εγκρίθηκε",
- "with type": "τύπου",
- "accepted your order at price": "αποδέχτηκε στην τιμή",
- "you canceled order": "ακυρώσατε",
- "If you want order to another person": "Αν θέλετε διαδρομή για άλλον",
- "upgrade price": "αύξηση τιμής",
- "airport": "αεροδρόμιο",
- "Best choice for a comfortable car with a flexible route and stop points. This airport offers visa entry at this price.":
- "Καλύτερη επιλογή για άνετο αμάξι με ευέλικτη διαδρομή.",
- "You can upgrade price to may driver accept your order":
- "Μπορείτε να αυξήσετε την τιμή για να αποδεχτεί οδηγός",
- "Change Route": "Αλλαγή Διαδρομής",
- "No Captain Accepted Your Order": "Κανένας Οδηγός δεν αποδέχτηκε",
- "We are looking for a captain but the price may increase to let a captain accept":
- "Ψάχνουμε οδηγό αλλά η τιμή ίσως αυξηθεί",
- "No, I want to cancel this trip": "Όχι, θέλω ακύρωση",
- "Attention": "Προσοχή",
- "Trip Cancelled. The cost of the trip will be deducted from your wallet.":
- "Ακυρώθηκε. Το κόστος θα αφαιρεθεί από το πορτοφόλι.",
- "You will be charged for the cost of the driver coming to your location.":
- "Θα χρεωθείτε το κόστος μετάβασης του οδηγού.",
- "reject your order.": "απέρριψε το αίτημα.",
- "Order Under Review": "Υπό Εξέταση",
- "is reviewing your order. They may need more information or a higher price.":
- "εξετάζει το αίτημα. Ίσως χρειάζεται υψηλότερη τιμή.",
- "Vibration": "Δόνηση",
- "Resend code": "Επαναποστολή",
- "change device": "αλλαγή συσκευής",
- "Device Change Detected": "Ανιχνεύτηκε Αλλαγή Συσκευής",
- "You can only use one device at a time. This device will now be set as your active device.":
- "Μόνο μία συσκευή ταυτόχρονα. Αυτή ορίζεται ως ενεργή.",
- "Click here point": "Πατήστε εδώ",
- "Are you want to change": "Θέλετε να αλλάξετε",
- "by": "από",
- "Enter your complaint here": "Εισάγετε καταγγελία",
- "Please enter your complaint.": "Παρακαλώ εισάγετε καταγγελία.",
- "Complaint data saved successfully": "Αποθηκεύτηκε επιτυχώς",
- "Trip Monitor": "Παρακολούθηση",
- "Insert SOS Phone": "Εισαγωγή Τηλεφώνου SOS",
- "Add SOS Phone": "Προσθήκη SOS",
- "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 ,":
- "Αγαπητέ,\n\n🚀 Ξεκίνησα μια διαδρομή και μοιράζομαι την τοποθεσία μου! Κατέβασε το Intaleq για να με παρακολουθείς.\n\n👉 Σύνδεσμος: \nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\niOS [https://getapp.cc/app/6458734951]\n\nIntaleq ,",
"Send Intaleq app to him": "Αποστολή εφαρμογής",
"No passenger found for the given phone number":
"Δεν βρέθηκε επιβάτης",
@@ -12440,8 +16030,8 @@ class MyTranslation extends Translations {
"Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.":
"Μετρητά ή Κάρτα.",
"Can I cancel my ride?": "Μπορώ να ακυρώσω;",
- "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 under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.":
+ "Ναι, μπορείτε να ακυρώσετε τη διαδρομή σας υπό ορισμένες προϋποθέσεις (π.χ. πριν την ανάθεση οδηγού). Δείτε την πολιτική ακύρωσης του Intaleq για λεπτομέρειες.",
"Driver Registration & Requirements": "Εγγραφή Οδηγού",
"How can I register as a driver?": "Πώς γίνομαι οδηγός;",
"What are the requirements to become a driver?": "Απαιτήσεις οδηγού;",
@@ -12492,34 +16082,6 @@ class MyTranslation extends Translations {
"Έχετε κωδικό πρόσκλησης;",
"Paste the code here": "Επικόλληση κωδικού",
"No, I don't have a code": "Όχι",
- "Code approved": "Κωδικός εγκρίθηκε",
- "Install our app:": "Εγκατάσταση:",
- "Invite another driver and both get a gift after he completes 100 trips!":
- "Προσκαλέστε οδηγό και κερδίστε δώρο μετά από 100 διαδρομές!",
- "Invite": "Πρόσκληση",
- "Are you sure?": "Είστε σίγουροι;",
- "This will delete all recorded files from your device.":
- "Διαγραφή όλων των αρχείων.",
- "Select a file": "Επιλογή αρχείου",
- "Select a File": "Επιλογή Αρχείου",
- "Delete": "Διαγραφή",
- "attach audio of complain": "επισύναψη ήχου καταγγελίας",
- "Phone Number Check": "Έλεγχος Τηλεφώνου",
- "Drivers received orders": "Οι οδηγοί έλαβαν αιτήματα",
- "No audio files recorded.": "Κανένα ηχητικό αρχείο.",
- "This is for delivery or a motorcycle.": "Για διανομή ή μοτοσυκλέτα.",
- "Intaleq Reminder": "Υπενθύμιση Intaleq",
- "It's time to check the Intaleq app!": "Ώρα να ελέγξετε το Intaleq!",
- "you must insert token code": "εισάγετε κωδικό token",
- "Something went wrong. Please try again.": "Κάτι πήγε στραβά.",
- "Trip Details": "Λεπτομέρειες",
- "The context does not provide any complaint details, so I cannot provide a solution to this issue. Please provide the necessary information, and I will be happy to assist you.":
- "Δεν υπάρχουν λεπτομέρειες.",
- "Submit Your Complaint": "Υποβολή",
- "Status": "Κατάσταση",
- "Choose from contact": "Επιλογή από επαφές",
- "attach correct audio": "σωστός ήχος",
- "be sure": "βεβαιωθείτε",
"Audio uploaded successfully.": "Επιτυχής μεταφόρτωση.",
"Perfect for passengers seeking the latest car models with the freedom to choose any route they desire":
"Ιδανικό για νέα μοντέλα και ελευθερία διαδρομής",
@@ -12673,7 +16235,6 @@ class MyTranslation extends Translations {
"I added the wrong pick-up/drop-off location": "Λάθος τοποθεσία",
"I don't have a reason": "Κανένας λόγος",
"Can we know why you want to cancel Ride ?": "Γιατί ακυρώνετε;",
- "Cancel Ride": "Ακύρωση",
"Add Payment Method": "Προσθήκη Τρόπου Πληρωμής",
"Ride Wallet": "Πορτοφόλι",
"Payment Method": "Τρόπος Πληρωμής",
@@ -13211,7 +16772,6 @@ class MyTranslation extends Translations {
"Edit Your data": "Επεξεργασία",
"write vin for your car": "εισάγετε πλαίσιο",
"VIN": "Πλαίσιο",
- "Device Change Detected": "Αλλαγή Συσκευής",
"Please verify your identity": "Επαλήθευση ταυτότητας",
"write Color for your car": "εισάγετε χρώμα",
"write Make for your car": "εισάγετε μάρκα",
@@ -13261,15 +16821,277 @@ class MyTranslation extends Translations {
"Υπόλοιπο χαμηλότερο του απαιτούμενου",
"You can change the Country to get all features":
"Αλλάξτε Χώρα για όλα τα χαρακτηριστικά",
- "Change Country": "Αλλαγή Χώρας"
+ "There is no Car or Driver in your area.":
+ "Δεν υπάρχει αυτοκίνητο ή οδηγός στην περιοχή σας.",
+ "Change Country": "Αλλαγή Χώρας",
},
"ur": {
+ "1 Passenger": "1 Passenger",
+ "2 Passengers": "2 Passengers",
+ "3 Passengers": "3 Passengers",
+ "4 Passengers": "4 Passengers",
+ "2. Attach Recorded Audio (Optional)":
+ "2. Attach Recorded Audio (Optional)",
+ "Account": "Account",
+ "Actions": "Actions",
+ "Active Users": "Active Users",
+ "Add a Stop": "Add a Stop",
+ "Add a new waypoint stop": "Add a new waypoint stop",
+ "After this period\nYou can\'t cancel!":
+ "After this period\nYou can\'t cancel!",
+ "Age is": "Age is",
+ "Alert": "Alert",
+ "An OTP has been sent to your number.":
+ "An OTP has been sent to your number.",
+ "An error occurred": "An error occurred",
+ "Appearance": "Appearance",
+ "Are you sure you want to delete this file?":
+ "Are you sure you want to delete this file?",
+ "Are you sure you want to logout?":
+ "Are you sure you want to logout?",
+ "Arrived": "Arrived",
+ "Audio Recording": "Audio Recording",
+ "Call": "Call",
+ "Call Support": "Call Support",
+ "Call left": "Call left",
+ "Change Photo": "Change Photo",
+ "Choose from Gallery": "Choose from Gallery",
+ "Choose from contact": "Choose from contact",
+ "Click to track the trip": "Click to track the trip",
+ "Close panel": "Close panel",
+ "Coming": "Coming",
+ "Complete Payment": "Complete Payment",
+ "Confirm Cancellation": "Confirm Cancellation",
+ "Confirm Pickup Location": "Confirm Pickup Location",
+ "Connection failed. Please try again.":
+ "Connection failed. Please try again.",
+ "Could not create ride. Please try again.":
+ "Could not create ride. Please try again.",
+ "Crop Photo": "Crop Photo",
+ "Dark Mode": "Dark Mode",
+ "Delete": "Delete",
+ "Delete Account": "Delete Account",
+ "Delete All": "Delete All",
+ "Delete All Recordings?": "Delete All Recordings?",
+ "Delete Recording?": "Delete Recording?",
+ "Destination Set": "Destination Set",
+ "Distance": "Distance",
+ "Double tap to open search or enter destination":
+ "Double tap to open search or enter destination",
+ "Double tap to set or change this waypoint on the map":
+ "Double tap to set or change this waypoint on the map",
+ "Drawing route on map...": "Drawing route on map...",
+ "Driver Phone": "Driver Phone",
+ "Driver is Going To You": "Driver is Going To You",
+ "Emergency Mode Triggered": "Emergency Mode Triggered",
+ "Emergency SOS": "Emergency SOS",
+ "Enter the 5-digit code": "Enter the 5-digit code",
+ "Enter your City": "Enter your City",
+ "Enter your Password": "Enter your Password",
+ "Failed to book trip: \$e": "Failed to book trip: \$e",
+ "Failed to get location": "Failed to get location",
+ "Failed to initiate payment. Please try again.":
+ "Failed to initiate payment. Please try again.",
+ "Failed to send OTP": "Failed to send OTP",
+ "Failed to upload photo": "Failed to upload photo",
+ "Finished": "Finished",
+ "Fixed Price": "Fixed Price",
+ "General": "General",
+ "Grant": "Grant",
+ "Have a Promo Code?": "Have a Promo Code?",
+ "Hello! I\'m inviting you to try Intaleq.":
+ "Hello! I\'m inviting you to try Intaleq.",
+ "Hi ,I Arrive your site": "Hi ,I Arrive your site",
+ "Hi, Where to": "Hi, Where to",
+ "Home": "Home",
+ "I am currently located at": "I am currently located at",
+ "I'm Safe": "I'm Safe",
+ "If you need to reach me, please contact the driver directly at":
+ "If you need to reach me, please contact the driver directly at",
+ "Image Upload Failed": "Image Upload Failed",
+ "Intaleq Passenger": "Intaleq Passenger",
+ "Invite": "Invite",
+ "Join a channel": "Join a channel",
+ "Last Name": "Last Name",
+ "Leave a detailed comment (Optional)":
+ "Leave a detailed comment (Optional)",
+ "Light Mode": "Light Mode",
+ "Listen": "Listen",
+ "Location": "Location",
+ "Location Received": "Location Received",
+ "Logout": "Logout",
+ "Map Error": "Map Error",
+ "Message": "Message",
+ "Move map to select destination": "Move map to select destination",
+ "Move map to set start location": "Move map to set start location",
+ "Move map to set stop": "Move map to set stop",
+ "Move map to your home location": "Move map to your home location",
+ "Move map to your pickup point": "Move map to your pickup point",
+ "Move map to your work location": "Move map to your work location",
+ "N/A": "N/A",
+ "No Notifications": "No Notifications",
+ "No Recordings Found": "No Recordings Found",
+ "No Rides now!": "No Rides now!",
+ "No contacts available": "No contacts available",
+ "No i want": "No i want",
+ "No notification data found.": "No notification data found.",
+ "No routes available for this destination.":
+ "No routes available for this destination.",
+ "No user found": "No user found",
+ "No,I want": "No,I want",
+ "No.Iwant Cancel Trip.": "No.Iwant Cancel Trip.",
+ "Now move the map to your pickup point":
+ "Now move the map to your pickup point",
+ "Now set the pickup point for the other person":
+ "Now set the pickup point for the other person",
+ "On Trip": "On Trip",
+ "Open": "Open",
+ "Open destination search": "Open destination search",
+ "Open in Google Maps": "Open in Google Maps",
+ "Order VIP Canceld": "Order VIP Canceld",
+ "Passenger": "Passenger",
+ "Passenger cancel order": "Passenger cancel order",
+ "Pay by MTN Wallet": "Pay by MTN Wallet",
+ "Pay by Sham Cash": "Pay by Sham Cash",
+ "Pay by Syriatel Wallet": "Pay by Syriatel Wallet",
+ "Pay with PayPal": "Pay with PayPal",
+ "Phone": "Phone",
+ "Phone Number": "Phone Number",
+ "Phone Number Check": "Phone Number Check",
+ "Phone number seems too short": "Phone number seems too short",
+ "Phone verified. Please complete registration.":
+ "Phone verified. Please complete registration.",
+ "Pick destination on map": "Pick destination on map",
+ "Pick location on map": "Pick location on map",
+ "Pick on map": "Pick on map",
+ "Pick start point on map": "Pick start point on map",
+ "Plan Your Route": "Plan Your Route",
+ "Please add contacts to your phone.":
+ "Please add contacts to your phone.",
+ "Please check your internet and try again.":
+ "Please check your internet and try again.",
+ "Please enter a valid email.": "Please enter a valid email.",
+ "Please enter a valid phone number.":
+ "Please enter a valid phone number.",
+ "Please enter the number without the leading 0":
+ "Please enter the number without the leading 0",
+ "Please enter your phone number": "Please enter your phone number",
+ "Please go to Car now": "Please go to Car now",
+ "Please select a reason first": "Please select a reason first",
+ "Please set a valid SOS phone number.":
+ "Please set a valid SOS phone number.",
+ "Please slow down": "Please slow down",
+ "Please wait while we prepare your trip.":
+ "Please wait while we prepare your trip.",
+ "Preferences": "Preferences",
+ "Profile photo updated": "Profile photo updated",
+ "Quick Message": "Quick Message",
+ "Rating is": "Rating is",
+ "Received empty route data.": "Received empty route data.",
+ "Record": "Record",
+ "Record your trips to see them here.":
+ "Record your trips to see them here.",
+ "Rejected Orders Count": "Rejected Orders Count",
+ "Remove waypoint": "Remove waypoint",
+ "Report": "Report",
+ "Route and prices have been calculated successfully!":
+ "Route and prices have been calculated successfully!",
+ "SOS": "SOS",
+ "Save": "Save",
+ "Save Changes": "Save Changes",
+ "Save Name": "Save Name",
+ "Search country": "Search country",
+ "Search for a starting point": "Search for a starting point",
+ "Select Appearance": "Select Appearance",
+ "Select Education": "Select Education",
+ "Select Gender": "Select Gender",
+ "Select This Ride": "Select This Ride",
+ "Select betweeen types": "Select betweeen types",
+ "Send Email": "Send Email",
+ "Send SOS": "Send SOS",
+ "Send WhatsApp Message": "Send WhatsApp Message",
+ "Server Error": "Server Error",
+ "Server error": "Server error",
+ "Server error. Please try again.": "Server error. Please try again.",
+ "Set Destination": "Set Destination",
+ "Set Phone Number": "Set Phone Number",
+ "Set as Home": "Set as Home",
+ "Set as Stop": "Set as Stop",
+ "Set as Work": "Set as Work",
+ "Share": "Share",
+ "Share Trip": "Share Trip",
+ "Share your experience to help us improve...":
+ "Share your experience to help us improve...",
+ "Something went wrong. Please try again.":
+ "Something went wrong. Please try again.",
+ "Speaking...": "Speaking...",
+ "Speed Over": "Speed Over",
+ "Start Point": "Start Point",
+ "Stay calm. We are here to help.": "Stay calm. We are here to help.",
+ "Stop": "Stop",
+ "Submit Rating": "Submit Rating",
+ "Support & Info": "Support & Info",
+ "System Default": "System Default",
+ "Take a Photo": "Take a Photo",
+ "Tap to apply your discount": "Tap to apply your discount",
+ "Tap to search your destination": "Tap to search your destination",
+ "The driver cancelled the trip.": "The driver cancelled the trip.",
+ "This action cannot be undone.": "This action cannot be undone.",
+ "This action is permanent and cannot be undone.":
+ "This action is permanent and cannot be undone.",
+ "This is for delivery or a motorcycle.":
+ "This is for delivery or a motorcycle.",
+ "Time": "Time",
+ "To :": "To :",
+ "Top up Balance": "Top up Balance",
+ "Top up Balance to continue": "Top up Balance to continue",
+ "Total Invites": "Total Invites",
+ "Total Price": "Total Price",
+ "Trip booked successfully": "Trip booked successfully",
+ "Type your message...": "Type your message...",
+ "Unknown Location": "Unknown Location",
+ "Update Name": "Update Name",
+ "Verified Passenger": "Verified Passenger",
+ "View Map": "View Map",
+ "Wait for the trip to start first":
+ "Wait for the trip to start first",
+ "Waiting...": "Waiting...",
+ "Warning": "Warning",
+ "Waypoint has been set successfully":
+ "Waypoint has been set successfully",
+ "We use location to get accurate and nearest driver for you":
+ "We use location to get accurate and nearest driver for you",
+ "WhatsApp": "WhatsApp",
+ "Why do you want to cancel?": "Why do you want to cancel?",
+ "Yes": "Yes",
+ "You should ideintify your gender for this type of trip!":
+ "You should ideintify your gender for this type of trip!",
+ "You will choose one of above!": "You will choose one of above!",
+ "Your Rewards": "Your Rewards",
+ "Your complaint has been submitted.":
+ "Your complaint has been submitted.",
+ "and acknowledge our Privacy Policy.":
+ "and acknowledge our Privacy Policy.",
+ "as the driver.": "as the driver.",
+ "cancelled": "cancelled",
+ "due to a previous trip.": "due to a previous trip.",
+ "insert sos phone": "insert sos phone",
+ "is driving a": "is driving a",
+ "min added to fare": "min added to fare",
+ "phone not verified": "phone not verified",
+ "to arrive you.": "to arrive you.",
+ "unknown": "unknown",
+ "wait 1 minute to recive message": "wait 1 minute to recive message",
+ "with license plate": "with license plate",
+ "witout zero": "witout zero",
+ "you must insert token code": "you must insert token code",
+ "Syria": "شام",
+ "SYP": "شامی پاؤن",
"Order": "آرڈر",
"OrderVIP": "VIP آرڈر",
"Cancel Trip": "سفر منسوخ کریں",
"Passenger Cancel Trip": "مسافر نے سفر منسوخ کر دیا",
"VIP Order": "VIP آرڈر",
- "Hi ,I Arrive your site": "سلام، میں آپ کی لوکیشن پر پہنچ گیا ہوں",
"The driver accepted your trip":
"ڈرائیور نے آپ کا سفر قبول کر لیا ہے",
"message From passenger": "مسافر کا پیغام",
@@ -13277,10 +17099,37 @@ class MyTranslation extends Translations {
"Trip Cancelled. The cost of the trip will be added to your wallet.":
"سفر منسوخ ہو گیا۔ سفر کی لاگت آپ کے والٹ میں شامل کر دی جائے گی۔",
"token change": "ٹوکن کی تبدیلی",
+ "Changed my mind": "میرا ارادہ بدل گیا",
+ "Please write the reason...": "براہ کرم وجہ لکھیں...",
+ "Found another transport": "دوسرا ذریعہ مل گیا",
+ "Driver is taking too long": "ڈرائیور بہت دیر لگا رہا ہے",
+ "Driver asked me to cancel": "ڈرائیور نے کینسل کرنے کا کہا",
+ "Wrong pickup location": "غلط پک اپ لوکیشن",
+ "Other": "دیگر",
+ "Don't Cancel": "کینسل نہ کریں",
+ "No Drivers Found": "کوئی ڈرائیور نہیں ملا",
+ "Sorry, there are no cars available of this type right now.":
+ "معذرت، ابھی اس قسم کی کوئی گاڑی دستیاب نہیں ہے۔",
+ "Refresh Map": "نقشہ ریفریش کریں",
"face detect": "چہرے کی شناخت",
"Face Detection Result": "چہرے کی شناخت کا نتیجہ",
"similar": "ملتا جلتا",
"not similar": "مختلف",
+ "Searching for nearby drivers...":
+ "قریبی ڈرائیور تلاش کیے جا رہے ہیں...",
+ "Error": "خرابی",
+ "Failed to search, please try again later":
+ "تلاش ناکام رہی، براہ کرم بعد میں دوبارہ کوشش کریں",
+ "Connection Error": "کنکشن کی خرابی",
+ "Please check your internet connection":
+ "براہ کرم اپنا انٹرنیٹ کنکشن چیک کریں",
+ "Sorry 😔": "معذرت 😔",
+ "The driver cancelled the trip for an emergency reason.\nDo you want to search for another driver immediately?":
+ "ڈرائیور نے ہنگامی وجہ سے ٹرپ کینسل کر دیا ہے۔\nکیا آپ فوراً دوسرا ڈرائیور تلاش کرنا چاہتے ہیں؟",
+ "Search for another driver": "دوسرا ڈرائیور تلاش کریں",
+ "We apologize 😔": "ہم معذرت خواہ ہیں 😔",
+ "No drivers found at the moment.\nPlease try again later.":
+ "اس وقت کوئی ڈرائیور نہیں ملا۔\nبراہ کرم بعد میں دوبارہ کوشش کریں۔",
"Hi ,I will go now": "سلام، میں اب جا رہا ہوں",
"Passenger come to you": "مسافر آپ کی طرف آ رہا ہے",
"Call Income": "آنے والی کال",
@@ -13297,8 +17146,6 @@ class MyTranslation extends Translations {
"Driver Applied the Ride for You":
"ڈرائیور نے آپ کے لیے سفر کی درخواست دی",
"Applied": "درخواست دی گئی",
- "Pay by Sham Cash": "Sham Cash کے ذریعے ادائیگی",
- "Pay with Debit Card": "ڈیبٹ کارڈ سے ادائیگی",
"Please go to Car Driver": "براہ کرم ڈرائیور کے پاس جائیں",
"Ok I will go now.": "ٹھیک ہے، میں اب جا رہا ہوں۔",
"Accepted Ride": "قبول شدہ سفر",
@@ -13312,19 +17159,19 @@ class MyTranslation extends Translations {
"براہ کرم منتخب کردہ مقام پر رہیں۔",
"message From Driver": "ڈرائیور کا پیغام",
"Trip is Begin": "سفر شروع ہو گیا",
- "Cancel Trip from driver": "ڈرائیور کی طرف سے منسوخی",
+ "Cancel Trip from driver": "ڈرائیور کی طرف سے سفر منسوخ",
"We will look for a new driver.\nPlease wait.":
- "ہم نئے ڈرائیور کی تلاش کر رہے ہیں۔\nبراہ کرم انتظار کریں۔",
+ "ہم نئے ڈرائیور کی تلاش کریں گے۔\nبراہ کرم انتظار کریں۔",
"The driver canceled your ride.":
- "ڈرائیور نے آپ کا سفر منسوخ کر دیا۔",
- "Driver Finish Trip": "ڈرائیور نے سفر مکمل کر لیا",
+ "ڈرائیور نے آپ کی سواری منسوخ کر دی۔",
+ "Driver Finish Trip": "ڈرائیور نے سفر ختم کر دیا",
"you will pay to Driver": "آپ ڈرائیور کو ادا کریں گے",
"Don’t forget your personal belongings.":
"اپنا ذاتی سامان نہ بھولیں۔",
"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 ایپ منتخب کرنے کا شکریہ۔",
+ "براہ کرم یقینی بنائیں کہ آپ کے پاس اپنا تمام سامان موجود ہے اور اگر کوئی بقایا کرایہ ہے تو وہ آپ کے والٹ میں شامل کر دیا گیا ہے۔ Intaleq ایپ منتخب کرنے کا شکریہ۔",
"Finish Monitor": "نگرانی ختم کریں",
- "Trip finished": "سفر مکمل ہو گیا",
+ "Trip finished": "سفر ختم ہو گیا",
"Call Income from Driver": "ڈرائیور کی طرف سے کال",
"Driver Cancelled Your Trip": "ڈرائیور نے آپ کا سفر منسوخ کر دیا",
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
@@ -13333,25 +17180,8 @@ class MyTranslation extends Translations {
"welcome to intaleq": "Intaleq میں خوش آمدید",
"login or register subtitle":
"لاگ ان یا رجسٹر کرنے کے لیے اپنا موبائل نمبر درج کریں",
- "An application error occurred.": "ایپلیکیشن میں خرابی پیش آ گئی۔",
- "Submission Failed": "جمع کرانا ناکام ہو گیا",
- "Your complaint has been submitted.": "آپ کی شکایت جمع کر دی گئی ہے۔",
- "Failed to connect to the server. Please try again.":
- "سرور سے رابطہ کرنے میں ناکامی۔ براہ کرم دوبارہ کوشش کریں۔",
- "Ride information not found. Please refresh the page.":
- "سفر کی معلومات نہیں ملیں۔ براہ کرم صفحہ ریفریش کریں۔",
- "Please describe your issue before submitting.":
- "جمع کرانے سے پہلے براہ کرم اپنا مسئلہ بیان کریں۔",
- "An application error occurred during upload.":
- "اپ لوڈ کے دوران ایپلیکیشن میں خرابی پیش آ گئی۔",
- "Failed to upload audio file.": "آڈیو فائل اپ لوڈ کرنے میں ناکامی۔",
- "Audio uploaded successfully.": "آڈیو کامیابی سے اپ لوڈ ہو گئی۔",
"Complaint cannot be filed for this ride. It may not have been completed or started.":
"اس سفر کے لیے شکایت درج نہیں کی جا سکتی۔ ہو سکتا ہے یہ مکمل یا شروع نہ ہوا ہو۔",
- "2. Attach Recorded Audio (Optional)":
- "2. ریکارڈ شدہ آڈیو منسلک کریں (اختیاری)",
- "Please enter a description of the issue.":
- "براہ کرم مسئلے کی تفصیل درج کریں۔",
"phone number label": "فون نمبر",
"phone number required": "فون نمبر درکار ہے",
"send otp button": "او ٹی پی (OTP) بھیجیں",
@@ -13372,7 +17202,6 @@ class MyTranslation extends Translations {
"Resend Code": "کوڈ دوبارہ بھیجیں",
"You can resend in": "دوبارہ بھیج سکتے ہیں",
"seconds": "سیکنڈز",
- "Error": "خرابی",
"Please enter the complete 6-digit code.":
"براہ کرم مکمل 6 ہندسوں کا کوڈ درج کریں۔",
"last name required": "آخری نام درکار ہے",
@@ -13387,29 +17216,11 @@ class MyTranslation extends Translations {
"otp verification failed": "او ٹی پی کی تصدیق ناکام ہو گئی۔",
"registration failed": "رجسٹریشن ناکام ہو گئی۔",
"welcome user": "خوش آمدید، @firstName!",
- "Cancel Trip from driver": "ڈرائیور کی طرف سے سفر منسوخ",
- "We will look for a new driver.\nPlease wait.":
- "ہم نئے ڈرائیور کی تلاش کریں گے۔\nبراہ کرم انتظار کریں۔",
- "The driver canceled your ride.":
- "ڈرائیور نے آپ کی سواری منسوخ کر دی۔",
- "Driver Finish Trip": "ڈرائیور نے سفر ختم کر دیا",
- "you will pay to Driver": "آپ ڈرائیور کو ادا کریں گے",
"Don't forget your personal belongings.":
"اپنا ذاتی سامان نہ بھولیں۔",
- "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 ایپ منتخب کرنے کا شکریہ۔",
- "Finish Monitor": "نگرانی ختم کریں",
- "Trip finished": "سفر ختم ہو گیا",
- "Call Income from Driver": "ڈرائیور کی طرف سے کال",
- "Driver Cancelled Your Trip": "ڈرائیور نے آپ کا سفر منسوخ کر دیا",
- "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "آپ ڈرائیور کے وقت کی قیمت ادا کریں گے، اپنا Intaleq والٹ دیکھیں",
- "Order Applied": "آرڈر لاگو ہو گیا",
"Share App": "ایپ شیئر کریں",
"Wallet": "والٹ",
"Balance": "بیلنس",
- "Don’t forget your personal belongings.":
- "اپنا ذاتی سامان نہ بھولیں۔",
"Profile": "پروفائل",
"Contact Support": "سپورٹ سے رابطہ کریں",
"Session expired. Please log in again.":
@@ -13443,15 +17254,10 @@ class MyTranslation extends Translations {
"Order for myself": "اپنے لیے آرڈر",
"Are you want to go this site": "کیا آپ اس جگہ جانا چاہتے ہیں",
"No": "نہیں",
- "Pay by Sham Cash": "Sham Cash کے ذریعے ادائیگی",
"Intaleq Wallet": "Intaleq والٹ",
"Have a promo code?": "کیا آپ کے پاس پرومو کوڈ ہے؟",
"Your Wallet balance is ": "آپ کا والٹ بیلنس ہے: ",
"Cash": "نقد",
- "Phone Number": "فون نمبر",
- "Search country": "ملک تلاش کریں",
- "Payment Successful!": "ادائیگی کامیاب!",
- "Your payment was successful.": "آپ کی ادائیگی کامیاب رہی۔",
"Pay directly to the captain": "کپتان کو براہ راست ادائیگی کریں",
"Top up Wallet to continue": "جاری رکھنے کے لیے والٹ ٹاپ اپ کریں",
"Or pay with Cash instead": "یا اس کے بجائے نقد ادائیگی کریں",
@@ -13468,20 +17274,7 @@ class MyTranslation extends Translations {
"Top up Wallet": "والٹ ٹاپ اپ کریں",
"Add funds using our secure methods":
"ہمارے محفوظ طریقوں سے فنڈز شامل کریں",
- "Driver is waiting": "ڈرائیور انتظار کر رہا ہے",
- "Type your message...": "اپنا پیغام لکھیں...",
- "Driver Accepted Request": "ڈرائیور نے درخواست قبول کر لی",
- "Message": "پیغام",
- "Call": "کال",
- "Set Phone Number": "فون نمبر سیٹ کریں",
- "Select This Ride": "یہ سواری منتخب کریں",
- "Call Driver": "ڈرائیور کو کال کریں",
"Increase Fare": "کرایہ بڑھائیں",
- "Stop": "رکیں",
- "Record": "ریکارڈ",
- "Share": "شیئر",
- "WhatsApp": "واٹس ایپ",
- "SOS": "SOS",
"No drivers accepted your request yet":
"ابھی تک کسی ڈرائیور نے آپ کی درخواست قبول نہیں کی",
"Increasing the fare might attract more drivers. Would you like to increase the price?":
@@ -13492,16 +17285,11 @@ class MyTranslation extends Translations {
"Route Not Found": "روٹ نہیں ملا",
"We couldn't find a valid route to this destination. Please try selecting a different point.":
"ہمیں اس منزل کے لیے کوئی درست راستہ نہیں ملا۔ براہ کرم کوئی اور پوائنٹ منتخب کریں۔",
- "alert": "انتباہ",
"You can call or record audio during this trip.":
"آپ اس سفر کے دوران کال یا آڈیو ریکارڈ کر سکتے ہیں۔",
"Warning: Speeding detected!": "انتباہ: تیز رفتاری کا پتہ چلا!",
- "Fixed Price": "فکسڈ قیمت",
- "Report": "رپورٹ",
"Comfort": "آرام دہ (Comfort)",
"Intaleq Balance": "Intaleq بیلنس",
- "Search for a starting point": "نقطہ آغاز تلاش کریں",
- "Top up Balance to continue": "جاری رکھنے کے لیے بیلنس ٹاپ اپ کریں",
"Electric": "الیکٹرک",
"Lady": "خواتین",
"Van": "وین",
@@ -13519,8 +17307,6 @@ class MyTranslation extends Translations {
"Contacts Loaded": "رابطے لوڈ ہو گئے",
"Showing": "دکھا رہا ہے",
"of": "میں سے",
- "Pay by MTN Wallet": "MTN والٹ سے ادائیگی کریں",
- "Pay by Syriatel Wallet": "Syriatel والٹ سے ادائیگی کریں",
"Customer not found": "کسٹمر نہیں ملا",
"Wallet is blocked": "والٹ بلاک ہے",
"Customer phone is not active": "کسٹمر کا فون ایکٹو نہیں ہے",
@@ -13591,7 +17377,6 @@ class MyTranslation extends Translations {
"Delete Permanently": "مستقل طور پر ڈیلیٹ کریں",
"Male": "مرد",
"Female": "عورت",
- "Other": "دیگر",
"High School Diploma": "ہائی اسکول ڈپلومہ",
"Associate Degree": "ایسوسی ایٹ ڈگری",
"Bachelor's Degree": "بیچلر ڈگری",
@@ -13613,8 +17398,6 @@ class MyTranslation extends Translations {
"Van for familly": "فیملی کے لیے وین",
"Are you sure to delete this location?":
"کیا آپ واقعی اس لوکیشن کو ڈیلیٹ کرنا چاہتے ہیں؟",
- "Change Work location?": "کام کی جگہ تبدیل کریں؟",
- "Change Home location?": "گھر کی لوکیشن تبدیل کریں؟",
"Submit a Complaint": "شکایت درج کریں",
"Submit Complaint": "شکایت جمع کرائیں",
"No trip history found": "کوئی سفری تاریخ نہیں ملی",
@@ -13635,28 +17418,6 @@ class MyTranslation extends Translations {
"نئی پیشکشوں کے لیے بعد میں دوبارہ چیک کریں!",
"Valid Until:": "تک درست:",
"CODE": "کوڈ",
- "Login": "لاگ ان",
- "Sign in for a seamless experience":
- "بہترین تجربے کے لیے سائن ان کریں",
- "Sign In with Google": "گوگل کے ساتھ سائن ان کریں",
- "Sign in with Apple": "ایپل کے ساتھ سائن ان کریں",
- "User not found": "صارف نہیں ملا",
- "Need assistance? Contact us": "مدد چاہیے؟ ہم سے رابطہ کریں",
- "Email": "ای میل",
- "Your email address": "آپ کا ای میل ایڈریس",
- "Enter a valid email": "ایک درست ای میل درج کریں",
- "Password": "پاس ورڈ",
- "Your password": "آپ کا پاس ورڈ",
- "Enter your password": "اپنا پاس ورڈ درج کریں",
- "Submit": "جمع کرائیں",
- "Terms of Use & Privacy Notice":
- "استعمال کی شرائط اور رازداری کا نوٹس",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the ":
- "نیچے \"میں متفق ہوں\" کو منتخب کر کے، میں تصدیق کرتا ہوں کہ میں نے پڑھ لیا ہے اور اتفاق کرتا ہوں ",
- "Terms of Use": "استعمال کی شرائط",
- " and acknowledge the ": " اور تسلیم کرتا ہوں ",
- "Privacy Notice": "رازداری کا نوٹس",
- " . I am at least 18 years old.": " ۔ میری عمر کم از کم 18 سال ہے۔",
"I Agree": "میں متفق ہوں",
"Continue": "جاری رکھیں",
"Enable Location": "لوکیشن آن کریں",
@@ -13683,209 +17444,6 @@ class MyTranslation extends Translations {
"Copy": "کاپی",
"Promo Copied!": "پرمو کاپی ہو گیا!",
"Code": "کوڈ",
- "copied to clipboard": "کلپ بورڈ پر کاپی ہو گیا",
- "Price": "قیمت",
- "Intaleq's Response": "Intaleq کا جواب",
- "Awaiting response...": "جواب کا انتظار ہے...",
- "Audio file not attached": "آڈیو فائل منسلک نہیں ہے",
- "The audio file is not uploaded yet.\\nDo you want to submit without it?":
- "آڈیو فائل ابھی تک اپ لوڈ نہیں ہوئی ہے۔\\nکیا آپ اس کے بغیر جمع کرانا چاہتے ہیں؟",
- "deleted": "حذف کر دیا گیا",
- "To Work": "کام پر",
- "Work Saved": "کام محفوظ ہو گیا",
- "To Home": "گھر پر",
- "Home Saved": "گھر محفوظ ہو گیا",
- "Destination selected": "منزل منتخب ہو گئی",
- "Now select start pick": "اب پک اپ پوائنٹ منتخب کریں",
- "OK": "ٹھیک ہے",
- "Confirm Pick-up Location": "پک اپ لوکیشن کی تصدیق کریں",
- "Set Location on Map": "نقشے پر لوکیشن سیٹ کریں",
- "Leave a detailed comment (Optional)":
- "تفصیلی تبصرہ چھوڑیں (اختیاری)",
- "Share your experience to help us improve...":
- "بہتر بنانے میں ہماری مدد کے لیے اپنا تجربہ شیئر کریں...",
- "Your valuable feedback helps us improve our service quality.":
- "آپ کی قیمتی رائے ہماری سروس کے معیار کو بہتر بنانے میں مدد کرتی ہے۔",
- "witout zero": "صفر کے بغیر",
- "Top up Balance": "بیلنس ٹاپ اپ کریں",
- "An error occurred": "ایک خرابی پیش آ گئی",
- "Send WhatsApp Message": "واٹس ایپ پیغام بھیجیں",
- "How was your trip with": "آپ کا سفر کیسا رہا",
- "Drawing route on map...": "نقشے پر راستہ بنایا جا رہا ہے...",
- "Please wait while we prepare your trip.":
- "براہ کرم انتظار کریں جب تک ہم آپ کا سفر تیار کرتے ہیں۔",
- "Submit Rating": "ریٹنگ جمع کرائیں",
- "Call Support": "سپورٹ کو کال کریں",
- "You can contact us during working hours from 10:00 - 16:00.":
- "آپ ہم سے دفتری اوقات 10:00 - 16:00 کے دوران رابطہ کر سکتے ہیں۔",
- "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.":
- "Intaleq سب سے محفوظ اور قابل اعتماد رائیڈ شیئرنگ ایپ ہے جو خاص طور پر مسافروں کے لیے بنائی گئی ہے۔ ہم ایک آرام دہ، باوقار اور سستا سفر فراہم کرتے ہیں۔ ہمارے قابل اعتماد کپتان تصدیق شدہ ہیں۔ Intaleq کے ساتھ، آپ ہر بار معیار، حفاظت اور ذہنی سکون کا لطف اٹھاتے ہیں۔",
- "Work time is from 10:00 AM to 16:00 PM.\nYou can send a WhatsApp message or email.":
- "کام کا وقت صبح 10:00 بجے سے شام 4:00 بجے تک ہے۔\nآپ واٹس ایپ پیغام یا ای میل بھیج سکتے ہیں۔",
- "Sorry": "معذرت",
- "Customer MSISDN doesn’t have customer wallet":
- "کسٹمر نمبر کا والٹ نہیں ہے",
- "Please enter the number without the leading 0":
- "براہ کرم شروع میں 0 کے بغیر نمبر درج کریں",
- "Please enter your phone number": "براہ کرم اپنا فون نمبر درج کریں",
- "Phone number seems too short": "فون نمبر بہت چھوٹا معلوم ہوتا ہے",
- "No cars are available at the moment. Please try again later.":
- "اس وقت کوئی کار دستیاب نہیں ہے۔ براہ کرم بعد میں کوشش کریں۔",
- "Nearest Car: ~": "قریب ترین کار: ~",
- "Nearest Car": "قریب ترین کار",
- "No cars nearby": "قریب میں کوئی کار نہیں",
- "Favorite Places": "پسندیدہ مقامات",
- "No favorite places yet!": "ابھی تک کوئی پسندیدہ مقام نہیں!",
- "from your favorites": "آپ کے پسندیدہ سے",
- "Back": "واپس",
- "Enter your code below to apply the discount.":
- "رعایت حاصل کرنے کے لیے اپنا کوڈ نیچے درج کریں۔",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the":
- "نیچے \"میں متفق ہوں\" کو منتخب کر کے، میں تصدیق کرتا ہوں کہ میں نے پڑھ لیا ہے اور اتفاق کرتا ہوں",
- "and acknowledge the": "اور تسلیم کرتا ہوں",
- "Enable Location Access": "لوکیشن تک رسائی فعال کریں",
- "We need your location to find nearby drivers for pickups and drop-offs.":
- "پک اپ اور ڈراپ آف کے لیے قریبی ڈرائیوروں کو تلاش کرنے کے لیے ہمیں آپ کی لوکیشن کی ضرورت ہے۔",
- "You should restart app to change language":
- "زبان تبدیل کرنے کے لیے آپ کو ایپ کو دوبارہ شروع کرنا چاہیے",
- "Home Page": "ہوم پیج",
- "To change Language the App": "ایپ کی زبان تبدیل کرنے کے لیے",
- "Learn more about our app and mission":
- "ہماری ایپ اور مشن کے بارے میں مزید جانیں",
- "Promos For Today": "آج کے پروموز",
- "Choose your ride": "اپنی سواری کا انتخاب کریں",
- "Your Journey Begins Here": "آپ کا سفر یہاں سے شروع ہوتا ہے",
- "Bonus gift": "بونس تحفہ",
- "Pay": "ادائیگی",
- "Get": "حاصل کریں",
- "Send to Driver Again": "ڈرائیور کو دوبارہ بھیجیں",
- "Driver Name:": "ڈرائیور کا نام:",
- "No trip data available": "کوئی ٹرپ ڈیٹا دستیاب نہیں",
- "Car Plate:": "کار کی پلیٹ:",
- "remaining": "باقی",
- "Order Cancelled": "آرڈر منسوخ",
- "You canceled VIP trip": "آپ نے VIP ٹرپ منسوخ کر دیا",
- "Passenger cancelled order": "مسافر نے آرڈر منسوخ کر دیا",
- "Your trip is scheduled": "آپ کا سفر شیڈول ہے",
- "Don't forget your ride!": "اپنی سواری نہ بھولیں!",
- "Trip updated successfully": "سفر کامیابی سے اپ ڈیٹ ہو گیا",
- "Car Make:": "کار کی ساخت:",
- "Car Model:": "کار کا ماڈل:",
- "Car Color:": "کار کا رنگ:",
- "Driver Phone:": "ڈرائیور کا فون:",
- "Pre-booking": "پری بکنگ",
- "Waiting VIP": "VIP کا انتظار",
- "Driver List": "ڈرائیور لسٹ",
- "Confirm Trip": "سفر کی تصدیق کریں",
- "Select date and time of trip": "سفر کی تاریخ اور وقت منتخب کریں",
- "Date and Time Picker": "تاریخ اور وقت چننے والا",
- "Trip Status:": "سفر کی حیثیت:",
- "pending": "زیر التواء",
- "accepted": "قبول شدہ",
- "rejected": "مسترد",
- "Apply": "لاگو کریں",
- "Enter your promo code": "اپنا پرومو کوڈ درج کریں",
- "Apply Promo Code": "پرومو کوڈ لاگو کریں",
- "Scheduled Time:": "شیڈول ٹائم:",
- "No drivers available": "کوئی ڈرائیور دستیاب نہیں",
- "No drivers available at the moment. Please try again later.":
- "اس وقت کوئی ڈرائیور دستیاب نہیں ہے۔ براہ کرم بعد میں کوشش کریں۔",
- "you have a negative balance of": "آپ کا منفی بیلنس ہے",
- "Please try again in a few moments":
- "براہ کرم کچھ لمحوں میں دوبارہ کوشش کریں",
- "Unknown Driver": "نامعلوم ڈرائیور",
- "in your": "آپ کے میں",
- "The driver accepted your order for":
- "ڈرائیور نے آپ کا آرڈر قبول کر لیا برائے",
- "wallet due to a previous trip.": "پچھلے سفر کی وجہ سے والٹ۔",
- "rides": "سواریاں",
- "Add Work": "کام شامل کریں",
- "The reason is": "وجہ یہ ہے",
- "User does not have a wallet #1652": "صارف کے پاس والٹ نہیں ہے #1652",
- "Price of trip": "سفر کی قیمت",
- "From:": "سے:",
- "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
- "Intaleq اور ڈیلیوری ٹرپس کے لیے، قیمت کا حساب متحرک طور پر لگایا جاتا ہے۔ کمفرٹ ٹرپس کے لیے، قیمت وقت اور فاصلے پر مبنی ہوتی ہے۔",
- "Phone Wallet Saved Successfully": "فون والٹ کامیابی سے محفوظ ہو گیا",
- "Add wallet phone you use": "اپنا استعمال شدہ والٹ فون شامل کریں",
- "Update Available": "اپ ڈیٹ دستیاب ہے",
- "Phone number must be exactly 11 digits long":
- "فون نمبر بالکل 11 ہندسوں کا ہونا چاہیے",
- "Insert Wallet phone number": "والٹ فون نمبر درج کریں",
- "Phone number isn't an Egyptian phone number":
- "فون نمبر درست نہیں ہے",
- "A new version of the app is available. Please update to the latest version.":
- "ایپ کا نیا ورژن دستیاب ہے۔ براہ کرم تازہ ترین ورژن پر اپ ڈیٹ کریں۔",
- "We use location to get accurate and nearest passengers for you":
- "ہم آپ کے لیے درست اور قریبی مسافروں کو حاصل کرنے کے لیے لوکیشن کا استعمال کرتے ہیں",
- "This ride is already applied by another driver.":
- "یہ سواری پہلے ہی کسی اور ڈرائیور نے لے لی ہے۔",
- "We use your precise location to find the nearest available driver and provide accurate pickup and dropoff information. You can manage this in Settings.":
- "ہم قریبی دستیاب ڈرائیور کو تلاش کرنے اور درست پک اپ اور ڈراپ آف معلومات فراہم کرنے کے لیے آپ کی دقیق لوکیشن کا استعمال کرتے ہیں۔ آپ ترتیبات میں اس کا انتظام کر سکتے ہیں۔",
- "Where are you, sir?": "جناب آپ کہاں ہیں؟",
- "I've been trying to reach you but your phone is off.":
- "میں آپ سے رابطہ کرنے کی کوشش کر رہا ہوں لیکن آپ کا فون بند ہے۔",
- "Please don't be late": "براہ کرم دیر نہ کریں",
- "Please don't be late, I'm waiting for you at the specified location.":
- "براہ کرم دیر نہ کریں، میں مقررہ جگہ پر آپ کا انتظار کر رہا ہوں۔",
- "My location is correct. You can search for me using the navigation app":
- "میری لوکیشن درست ہے۔ آپ نیویگیشن ایپ کا استعمال کرتے ہوئے مجھے تلاش کر سکتے ہیں",
- "Hello, I'm at the agreed-upon location":
- "ہیلو، میں طے شدہ جگہ پر ہوں",
- "How much longer will you be?": "آپ کو اور کتنا وقت لگے گا؟",
- "Phone number is verified before": "فون نمبر پہلے ہی تصدیق شدہ ہے",
- "Change Ride": "سواری تبدیل کریں",
- "You can change the destination by long-pressing any point on the map":
- "آپ نقشے پر کسی بھی نقطہ کو طویل دبا کر منزل تبدیل کر سکتے ہیں",
- "Pick from map destination": "نقشے سے منزل کا انتخاب کریں",
- "Pick or Tap to confirm": "منتخب کریں یا تصدیق کے لیے ٹیپ کریں",
- "Accepted your order": "آپ کا آرڈر قبول کر لیا",
- "Order Accepted": "آرڈر قبول ہو گیا",
- "with type": "قسم کے ساتھ",
- "accepted your order at price": "اس قیمت پر آپ کا آرڈر قبول کیا",
- "you canceled order": "آپ نے آرڈر منسوخ کر دیا",
- "If you want order to another person":
- "اگر آپ کسی اور شخص کو آرڈر کرنا چاہتے ہیں",
- "upgrade price": "قیمت بڑھائیں",
- "airport": "ایئرپورٹ",
- "Best choice for a comfortable car with a flexible route and stop points. This airport offers visa entry at this price.":
- "لچکدار راستے اور اسٹاپ پوائنٹس والی آرام دہ کار کے لیے بہترین انتخاب۔",
- "You can upgrade price to may driver accept your order":
- "آپ قیمت بڑھا سکتے ہیں تاکہ ڈرائیور آپ کا آرڈر قبول کر لے",
- "Change Route": "راستہ تبدیل کریں",
- "No Captain Accepted Your Order":
- "کسی کپتان نے آپ کا آرڈر قبول نہیں کیا",
- "We are looking for a captain but the price may increase to let a captain accept":
- "ہم کپتان کی تلاش کر رہے ہیں لیکن قیمت بڑھ سکتی ہے",
- "No, I want to cancel this trip":
- "نہیں، میں یہ سفر منسوخ کرنا چاہتا ہوں",
- "Attention": "توجہ",
- "Trip Cancelled. The cost of the trip will be deducted from your wallet.":
- "سفر منسوخ ہو گیا۔ سفر کی قیمت آپ کے والٹ سے کاٹ لی جائے گی۔",
- "You will be charged for the cost of the driver coming to your location.":
- "ڈرائیور کے آپ کی لوکیشن پر آنے کی قیمت آپ سے وصول کی جائے گی۔",
- "reject your order.": "آپ کا آرڈر مسترد کریں۔",
- "Order Under Review": "آرڈر زیر جائزہ",
- "is reviewing your order. They may need more information or a higher price.":
- "آپ کے آرڈر کا جائزہ لے رہا ہے۔ انہیں مزید معلومات یا زیادہ قیمت کی ضرورت ہو سکتی ہے۔",
- "Vibration": "وائبریشن",
- "Resend code": "کوڈ دوبارہ بھیجیں",
- "change device": "ڈیوائس تبدیل کریں",
- "Device Change Detected": "ڈیوائس کی تبدیلی کا پتہ چلا",
- "You can only use one device at a time. This device will now be set as your active device.":
- "آپ ایک وقت میں صرف ایک ڈیوائس استعمال کر سکتے ہیں۔ اب یہ ڈیوائس آپ کی فعال ڈیوائس کے طور پر سیٹ ہو جائے گی۔",
- "Click here point": "یہاں کلک کریں",
- "Are you want to change": "کیا آپ تبدیل کرنا چاہتے ہیں",
- "by": "بذریعہ",
- "Enter your complaint here": "اپنی شکایت یہاں درج کریں",
- "Please enter your complaint.": "براہ کرم اپنی شکایت درج کریں۔",
- "Complaint data saved successfully":
- "شکایت کا ڈیٹا کامیابی سے محفوظ ہو گیا",
- "Trip Monitor": "سفر مانیٹر",
- "Insert SOS Phone": "SOS فون درج کریں",
- "Add SOS Phone": "SOS فون شامل کریں",
- "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 ,":
- "پیارے ،\n\n🚀 میں نے ابھی ایک دلچسپ سفر شروع کیا ہے اور میں اپنے سفر کی تفصیلات اور اپنی موجودہ لوکیشن آپ کے ساتھ ریئل ٹائم میں شیئر کرنا چاہتا ہوں! براہ کرم Intaleq ایپ ڈاؤن لوڈ کریں۔ یہ آپ کو میرے سفر کی تفصیلات اور میری تازہ ترین لوکیشن دیکھنے کی اجازت دے گی۔\n\n👉 ڈاؤن لوڈ لنک: \nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\niOS [https://getapp.cc/app/6458734951]\n\nمیں اپنے ایڈونچر کے دوران آپ کو قریب رکھنے کا منتظر ہوں!\n\nIntaleq ،",
"Send Intaleq app to him": "اسے Intaleq ایپ بھیجیں",
"No passenger found for the given phone number":
"دیے گئے فون نمبر کے لیے کوئی مسافر نہیں ملا",
@@ -13963,8 +17521,8 @@ class MyTranslation extends Translations {
"Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.":
"Intaleq آپ کی سہولت کے لیے ادائیگی کے متعدد طریقے پیش کرتا ہے۔",
"Can I cancel my ride?": "کیا میں اپنی سواری منسوخ کر سکتا ہوں؟",
- "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 under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.":
+ "جی ہاں، آپ کچھ شرائط کے تحت اپنی سواری منسوخ کر سکتے ہیں (مثلاً ڈرائیور تفویض ہونے سے پہلے)۔ تفصیلات کے لیے انطلق کی منسوخی کی پالیسی دیکھیں۔",
"Driver Registration & Requirements": "ڈرائیور رجسٹریشن اور تقاضے",
"How can I register as a driver?":
"میں بطور ڈرائیور کیسے رجسٹر ہو سکتا ہوں؟",
@@ -14018,37 +17576,6 @@ class MyTranslation extends Translations {
"کیا آپ کے پاس کسی دوسرے ڈرائیور کا دعوتی کوڈ ہے؟",
"Paste the code here": "کوڈ یہاں پیسٹ کریں",
"No, I don't have a code": "نہیں، میرے پاس کوڈ نہیں ہے",
- "Code approved": "کوڈ منظور ہو گیا",
- "Install our app:": "ہماری ایپ انسٹال کریں:",
- "Invite another driver and both get a gift after he completes 100 trips!":
- "دوسرے ڈرائیور کو مدعو کریں اور اس کے 100 سفر مکمل کرنے کے بعد دونوں تحفہ حاصل کریں!",
- "Invite": "دعوت دیں",
- "Are you sure?": "کیا آپ کو یقین ہے؟",
- "This will delete all recorded files from your device.":
- "یہ آپ کے آلے سے تمام ریکارڈ شدہ فائلیں حذف کر دے گا۔",
- "Select a file": "فائل منتخب کریں",
- "Select a File": "ایک فائل منتخب کریں",
- "Delete": "حذف کریں",
- "attach audio of complain": "شکایت کی آڈیو منسلک کریں",
- "Phone Number Check": "فون نمبر چیک",
- "Drivers received orders": "ڈرائیوروں کو آرڈر موصول ہوئے",
- "No audio files recorded.": "کوئی آڈیو فائل ریکارڈ نہیں ہوئی۔",
- "This is for delivery or a motorcycle.":
- "یہ ڈیلیوری یا موٹر سائیکل کے لیے ہے۔",
- "Intaleq Reminder": "Intaleq یاد دہانی",
- "It's time to check the Intaleq app!":
- "Intaleq ایپ چیک کرنے کا وقت ہے!",
- "you must insert token code": "آپ کو ٹوکن کوڈ داخل کرنا ہوگا",
- "Something went wrong. Please try again.":
- "کچھ غلط ہو گیا۔ براہ کرم دوبارہ کوشش کریں۔",
- "Trip Details": "سفر کی تفصیلات",
- "The context does not provide any complaint details, so I cannot provide a solution to this issue. Please provide the necessary information, and I will be happy to assist you.":
- "سیاق و سباق کوئی شکایت کی تفصیلات فراہم نہیں کرتا۔",
- "Submit Your Complaint": "اپنی شکایت جمع کرائیں",
- "Status": "حیثیت",
- "Choose from contact": "رابطے سے منتخب کریں",
- "attach correct audio": "درست آڈیو منسلک کریں",
- "be sure": "یقینی بنائیں",
"Audio uploaded successfully.": "آڈیو کامیابی سے اپ لوڈ ہو گئی۔",
"Perfect for passengers seeking the latest car models with the freedom to choose any route they desire":
"جدید ترین کار ماڈلز کے متلاشی مسافروں کے لیے بہترین",
@@ -14793,7 +18320,6 @@ class MyTranslation extends Translations {
"Edit Your data": "اپنے ڈیٹا میں ترمیم کریں",
"write vin for your car": "اپنی کار کے لیے vin لکھیں",
"VIN": "VIN",
- "Device Change Detected": "ڈیوائس کی تبدیلی کا پتہ چلا",
"Please verify your identity": "براہ کرم اپنی شناخت کی تصدیق کریں",
"write Color for your car": "اپنی کار کے لیے رنگ لکھیں",
"write Make for your car": "اپنی کار کے لیے میک لکھیں",
@@ -14844,9 +18370,270 @@ class MyTranslation extends Translations {
"Your Budget less than needed": "آپ کا بجٹ ضرورت سے کم ہے",
"You can change the Country to get all features":
"آپ تمام خصوصیات حاصل کرنے کے لیے ملک تبدیل کر سکتے ہیں",
- "Change Country": "ملک تبدیل کریں"
+ "There is no Car or Driver in your area.":
+ "آپ کے علاقے میں کوئی گاڑی یا ڈرائیور نہیں ہے۔",
+ "Change Country": "ملک تبدیل کریں",
},
"hi": {
+ "1 Passenger": "1 Passenger",
+ "2 Passengers": "2 Passengers",
+ "3 Passengers": "3 Passengers",
+ "4 Passengers": "4 Passengers",
+ "2. Attach Recorded Audio (Optional)":
+ "2. Attach Recorded Audio (Optional)",
+ "Account": "Account",
+ "Actions": "Actions",
+ "Active Users": "Active Users",
+ "Add a Stop": "Add a Stop",
+ "Add a new waypoint stop": "Add a new waypoint stop",
+ "After this period\nYou can\'t cancel!":
+ "After this period\nYou can\'t cancel!",
+ "Age is": "Age is",
+ "Alert": "Alert",
+ "An OTP has been sent to your number.":
+ "An OTP has been sent to your number.",
+ "An error occurred": "An error occurred",
+ "Appearance": "Appearance",
+ "Are you sure you want to delete this file?":
+ "Are you sure you want to delete this file?",
+ "Are you sure you want to logout?":
+ "Are you sure you want to logout?",
+ "Arrived": "Arrived",
+ "Audio Recording": "Audio Recording",
+ "Call": "Call",
+ "Call Support": "Call Support",
+ "Call left": "Call left",
+ "Change Photo": "Change Photo",
+ "Choose from Gallery": "Choose from Gallery",
+ "Choose from contact": "Choose from contact",
+ "Click to track the trip": "Click to track the trip",
+ "Close panel": "Close panel",
+ "Coming": "Coming",
+ "Complete Payment": "Complete Payment",
+ "Confirm Cancellation": "Confirm Cancellation",
+ "Confirm Pickup Location": "Confirm Pickup Location",
+ "Connection failed. Please try again.":
+ "Connection failed. Please try again.",
+ "Could not create ride. Please try again.":
+ "Could not create ride. Please try again.",
+ "Crop Photo": "Crop Photo",
+ "Dark Mode": "Dark Mode",
+ "Delete": "Delete",
+ "Delete Account": "Delete Account",
+ "Delete All": "Delete All",
+ "Delete All Recordings?": "Delete All Recordings?",
+ "Delete Recording?": "Delete Recording?",
+ "Destination Set": "Destination Set",
+ "Distance": "Distance",
+ "Double tap to open search or enter destination":
+ "Double tap to open search or enter destination",
+ "Double tap to set or change this waypoint on the map":
+ "Double tap to set or change this waypoint on the map",
+ "Drawing route on map...": "Drawing route on map...",
+ "Driver Phone": "Driver Phone",
+ "Driver is Going To You": "Driver is Going To You",
+ "Emergency Mode Triggered": "Emergency Mode Triggered",
+ "Emergency SOS": "Emergency SOS",
+ "Enter the 5-digit code": "Enter the 5-digit code",
+ "Enter your City": "Enter your City",
+ "Enter your Password": "Enter your Password",
+ "Failed to book trip: ": "Failed to book trip: ",
+ "Failed to get location": "Failed to get location",
+ "Failed to initiate payment. Please try again.":
+ "Failed to initiate payment. Please try again.",
+ "Failed to send OTP": "Failed to send OTP",
+ "Failed to upload photo": "Failed to upload photo",
+ "Finished": "Finished",
+ "Fixed Price": "Fixed Price",
+ "General": "General",
+ "Grant": "Grant",
+ "Have a Promo Code?": "Have a Promo Code?",
+ "Hello! I\'m inviting you to try Intaleq.":
+ "Hello! I\'m inviting you to try Intaleq.",
+ "Hi ,I Arrive your site": "Hi ,I Arrive your site",
+ "Hi, Where to": "Hi, Where to",
+ "Home": "Home",
+ "I am currently located at": "I am currently located at",
+ "I'm Safe": "I'm Safe",
+ "If you need to reach me, please contact the driver directly at":
+ "If you need to reach me, please contact the driver directly at",
+ "Image Upload Failed": "Image Upload Failed",
+ "Intaleq Passenger": "Intaleq Passenger",
+ "Invite": "Invite",
+ "Join a channel": "Join a channel",
+ "Last Name": "Last Name",
+ "Leave a detailed comment (Optional)":
+ "Leave a detailed comment (Optional)",
+ "Light Mode": "Light Mode",
+ "Listen": "Listen",
+ "Location": "Location",
+ "Location Received": "Location Received",
+ "Logout": "Logout",
+ "Map Error": "Map Error",
+ "Message": "Message",
+ "Move map to select destination": "Move map to select destination",
+ "Move map to set start location": "Move map to set start location",
+ "Move map to set stop": "Move map to set stop",
+ "Move map to your home location": "Move map to your home location",
+ "Move map to your pickup point": "Move map to your pickup point",
+ "Move map to your work location": "Move map to your work location",
+ "N/A": "N/A",
+ "No Notifications": "No Notifications",
+ "No Recordings Found": "No Recordings Found",
+ "No Rides now!": "No Rides now!",
+ "No contacts available": "No contacts available",
+ "No i want": "No i want",
+ "No notification data found.": "No notification data found.",
+ "No routes available for this destination.":
+ "No routes available for this destination.",
+ "No user found": "No user found",
+ "No,I want": "No,I want",
+ "No.Iwant Cancel Trip.": "No.Iwant Cancel Trip.",
+ "Now move the map to your pickup point":
+ "Now move the map to your pickup point",
+ "Now set the pickup point for the other person":
+ "Now set the pickup point for the other person",
+ "On Trip": "On Trip",
+ "Open": "Open",
+ "Open destination search": "Open destination search",
+ "Open in Google Maps": "Open in Google Maps",
+ "Order VIP Canceld": "Order VIP Canceld",
+ "Passenger": "Passenger",
+ "Passenger cancel order": "Passenger cancel order",
+ "Pay by MTN Wallet": "Pay by MTN Wallet",
+ "Pay by Sham Cash": "Pay by Sham Cash",
+ "Pay by Syriatel Wallet": "Pay by Syriatel Wallet",
+ "Pay with PayPal": "Pay with PayPal",
+ "Phone": "Phone",
+ "Phone Number": "Phone Number",
+ "Phone Number Check": "Phone Number Check",
+ "Phone number seems too short": "Phone number seems too short",
+ "Phone verified. Please complete registration.":
+ "Phone verified. Please complete registration.",
+ "Pick destination on map": "Pick destination on map",
+ "Pick location on map": "Pick location on map",
+ "Pick on map": "Pick on map",
+ "Pick start point on map": "Pick start point on map",
+ "Plan Your Route": "Plan Your Route",
+ "Please add contacts to your phone.":
+ "Please add contacts to your phone.",
+ "Please check your internet and try again.":
+ "Please check your internet and try again.",
+ "Please enter a valid email.": "Please enter a valid email.",
+ "Please enter a valid phone number.":
+ "Please enter a valid phone number.",
+ "Please enter the number without the leading 0":
+ "Please enter the number without the leading 0",
+ "Please enter your phone number": "Please enter your phone number",
+ "Please go to Car now": "Please go to Car now",
+ "Please select a reason first": "Please select a reason first",
+ "Please set a valid SOS phone number.":
+ "Please set a valid SOS phone number.",
+ "Please slow down": "Please slow down",
+ "Please wait while we prepare your trip.":
+ "Please wait while we prepare your trip.",
+ "Preferences": "Preferences",
+ "Profile photo updated": "Profile photo updated",
+ "Quick Message": "Quick Message",
+ "Rating is": "Rating is",
+ "Received empty route data.": "Received empty route data.",
+ "Record": "Record",
+ "Record your trips to see them here.":
+ "Record your trips to see them here.",
+ "Rejected Orders Count": "Rejected Orders Count",
+ "Remove waypoint": "Remove waypoint",
+ "Report": "Report",
+ "Route and prices have been calculated successfully!":
+ "Route and prices have been calculated successfully!",
+ "SOS": "SOS",
+ "Save": "Save",
+ "Save Changes": "Save Changes",
+ "Save Name": "Save Name",
+ "Search country": "Search country",
+ "Search for a starting point": "Search for a starting point",
+ "Select Appearance": "Select Appearance",
+ "Select Education": "Select Education",
+ "Select Gender": "Select Gender",
+ "Select This Ride": "Select This Ride",
+ "Select betweeen types": "Select betweeen types",
+ "Send Email": "Send Email",
+ "Send SOS": "Send SOS",
+ "Send WhatsApp Message": "Send WhatsApp Message",
+ "Server Error": "Server Error",
+ "Server error": "Server error",
+ "Server error. Please try again.": "Server error. Please try again.",
+ "Set Destination": "Set Destination",
+ "Set Phone Number": "Set Phone Number",
+ "Set as Home": "Set as Home",
+ "Set as Stop": "Set as Stop",
+ "Set as Work": "Set as Work",
+ "Share": "Share",
+ "Share Trip": "Share Trip",
+ "Share your experience to help us improve...":
+ "Share your experience to help us improve...",
+ "Something went wrong. Please try again.":
+ "Something went wrong. Please try again.",
+ "Speaking...": "Speaking...",
+ "Speed Over": "Speed Over",
+ "Start Point": "Start Point",
+ "Stay calm. We are here to help.": "Stay calm. We are here to help.",
+ "Stop": "Stop",
+ "Submit Rating": "Submit Rating",
+ "Support & Info": "Support & Info",
+ "System Default": "System Default",
+ "Take a Photo": "Take a Photo",
+ "Tap to apply your discount": "Tap to apply your discount",
+ "Tap to search your destination": "Tap to search your destination",
+ "The driver cancelled the trip.": "The driver cancelled the trip.",
+ "This action cannot be undone.": "This action cannot be undone.",
+ "This action is permanent and cannot be undone.":
+ "This action is permanent and cannot be undone.",
+ "This is for delivery or a motorcycle.":
+ "This is for delivery or a motorcycle.",
+ "Time": "Time",
+ "To :": "To :",
+ "Top up Balance": "Top up Balance",
+ "Top up Balance to continue": "Top up Balance to continue",
+ "Total Invites": "Total Invites",
+ "Total Price": "Total Price",
+ "Trip booked successfully": "Trip booked successfully",
+ "Type your message...": "Type your message...",
+ "Unknown Location": "Unknown Location",
+ "Update Name": "Update Name",
+ "Verified Passenger": "Verified Passenger",
+ "View Map": "View Map",
+ "Wait for the trip to start first":
+ "Wait for the trip to start first",
+ "Waiting...": "Waiting...",
+ "Warning": "Warning",
+ "Waypoint has been set successfully":
+ "Waypoint has been set successfully",
+ "We use location to get accurate and nearest driver for you":
+ "We use location to get accurate and nearest driver for you",
+ "WhatsApp": "WhatsApp",
+ "Why do you want to cancel?": "Why do you want to cancel?",
+ "Yes": "Yes",
+ "You should ideintify your gender for this type of trip!":
+ "You should ideintify your gender for this type of trip!",
+ "You will choose one of above!": "You will choose one of above!",
+ "Your Rewards": "Your Rewards",
+ "Your complaint has been submitted.":
+ "Your complaint has been submitted.",
+ "and acknowledge our Privacy Policy.":
+ "and acknowledge our Privacy Policy.",
+ "as the driver.": "as the driver.",
+ "cancelled": "cancelled",
+ "due to a previous trip.": "due to a previous trip.",
+ "insert sos phone": "insert sos phone",
+ "is driving a": "is driving a",
+ "min added to fare": "min added to fare",
+ "phone not verified": "phone not verified",
+ "to arrive you.": "to arrive you.",
+ "unknown": "unknown",
+ "wait 1 minute to recive message": "wait 1 minute to recive message",
+ "with license plate": "with license plate",
+ "witout zero": "witout zero",
+ "you must insert token code": "you must insert token code",
"Syria": "भारत",
"SYP": "₹",
"Order": "ऑर्डर",
@@ -14854,7 +18641,6 @@ class MyTranslation extends Translations {
"Cancel Trip": "ट्रिप रद्द करें",
"Passenger Cancel Trip": "यात्री ने ट्रिप रद्द कर दी",
"VIP Order": "VIP ऑर्डर",
- "Hi ,I Arrive your site": "नमस्ते, मैं आपकी लोकेशन पर पहुँच गया हूँ",
"The driver accepted your trip":
"ड्राइवर ने आपकी ट्रिप स्वीकार कर ली है",
"message From passenger": "यात्री का संदेश",
@@ -14862,10 +18648,37 @@ class MyTranslation extends Translations {
"Trip Cancelled. The cost of the trip will be added to your wallet.":
"ट्रिप रद्द हो गई। ट्रिप की लागत आपके वॉलेट में जोड़ दी जाएगी।",
"token change": "टोकन परिवर्तन",
+ "Changed my mind": "मेरा विचार बदल गया",
+ "Please write the reason...": "कृपया कारण लिखें...",
+ "Found another transport": "दूसरा वाहन मिल गया",
+ "Driver is taking too long": "ड्राइवर बहुत समय ले रहा है",
+ "Driver asked me to cancel": "ड्राइवर ने रद्द करने को कहा",
+ "Wrong pickup location": "गलत पिकअप स्थान",
+ "Other": "अन्य",
+ "Don't Cancel": "रद्द न करें",
+ "No Drivers Found": "कोई ड्राइवर नहीं मिला",
+ "Sorry, there are no cars available of this type right now.":
+ "क्षमा करें, इस समय इस प्रकार की कोई कार उपलब्ध नहीं है।",
+ "Refresh Map": "नक्शा ताज़ा करें",
"face detect": "चेहरा पहचान (Face Detect)",
"Face Detection Result": "चेहरा पहचान का परिणाम",
"similar": "ملتا جلتا (Similar)",
"not similar": "समान नहीं",
+ "Searching for nearby drivers...":
+ "आस-पास के ड्राइवरों की तलाश की जा रही है...",
+ "Error": "त्रुटि",
+ "Failed to search, please try again later":
+ "खोज विफल रही, कृपया बाद में दोबारा प्रयास करें",
+ "Connection Error": "कनेक्शन त्रुटि",
+ "Please check your internet connection":
+ "कृपया अपना इंटरनेट कनेक्शन जांचें",
+ "Sorry 😔": "क्षमा करें 😔",
+ "The driver cancelled the trip for an emergency reason.\nDo you want to search for another driver immediately?":
+ "ड्राइवर ने आपातकालीन कारण से यात्रा रद्द कर दी।\nक्या आप तुरंत दूसरा ड्राइवर खोजना चाहते हैं?",
+ "Search for another driver": "दूसरे ड्राइवर की तलाश करें",
+ "We apologize 😔": "हम क्षमा चाहते हैं 😔",
+ "No drivers found at the moment.\nPlease try again later.":
+ "इस समय कोई ड्राइवर नहीं मिला।\nकृपया बाद में पुनः प्रयास करें।",
"Hi ,I will go now": "नमस्ते, मैं अब निकल रहा हूँ",
"Passenger come to you": "यात्री आपके पास आ रहा है",
"Call Income": "आने वाली कॉल",
@@ -14882,8 +18695,6 @@ class MyTranslation extends Translations {
"Driver Applied the Ride for You":
"ड्राइवर ने आपके लिए राइड अप्लाई की",
"Applied": "अप्लाई किया गया",
- "Pay by Sham Cash": "Sham Cash से भुगतान करें",
- "Pay with Debit Card": "डेबिट कार्ड से भुगतान करें",
"Please go to Car Driver": "कृपया ड्राइवर के पास जाएं",
"Ok I will go now.": "ठीक है, मैं अब जा रहा हूँ।",
"Accepted Ride": "स्वीकृत राइड",
@@ -14898,42 +18709,25 @@ class MyTranslation extends Translations {
"Trip is Begin": "ट्रिप शुरू हो गई",
"Cancel Trip from driver": "ड्राइवर द्वारा ट्रिप रद्द",
"We will look for a new driver.\nPlease wait.":
- "हम नए ड्राइवर की तलाश कर रहे हैं।\nकृपया प्रतीक्षा करें।",
+ "हम नए ड्राइवर की तलाश करेंगे।\nकृपया प्रतीक्षा करें।",
"The driver canceled your ride.": "ड्राइवर ने आपकी राइड रद्द कर दी।",
"Driver Finish Trip": "ड्राइवर ने ट्रिप समाप्त की",
"you will pay to Driver": "आप ड्राइवर को भुगतान करेंगे",
"Don’t forget your personal belongings.": "अपना निजी सामान न भूलें।",
"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 चुनने के लिए धन्यवाद।",
+ "कृपया सुनिश्चित करें कि आपके पास आपका सारा सामान है और शेष किराया वॉलेट में जोड़ दिया गया है। Intaleq चुनने के लिए धन्यवाद।",
"Finish Monitor": "निगरानी समाप्त करें",
"Trip finished": "ट्रिप समाप्त",
- "Call Income from Driver": "ड्राइवर की कॉल",
+ "Call Income from Driver": "ड्राइवर से कॉल",
"Driver Cancelled Your Trip": "ड्राइवर ने आपकी ट्रिप रद्द कर दी",
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "आप ड्राइवर के समय की लागत का भुगतान करेंगे, अपना Intaleq वॉलेट देखें",
+ "आप ड्राइवर के समय की कीमत चुकाएंगे, अपना Intaleq वॉलेट देखें",
"Order Applied": "ऑर्डर लागू किया गया",
"welcome to intaleq": "Intaleq में आपका स्वागत है",
"login or register subtitle":
"लॉगिन या रजिस्टर करने के लिए अपना मोबाइल नंबर दर्ज करें",
- "An application error occurred.": "एक एप्लिकेश त्रुटि हुई।",
- "Submission Failed": "सबमिशन विफल",
- "Your complaint has been submitted.": "आपकी शिकायत दर्ज कर ली गई है।",
- "Failed to connect to the server. Please try again.":
- "सर्वर से कनेक्ट करने में विफल। कृपया पुन: प्रयास करें।",
- "Ride information not found. Please refresh the page.":
- "राइड की जानकारी नहीं मिली। कृपया पेज रिफ्रेश करें।",
- "Please describe your issue before submitting.":
- "कृपया सबमिट करने से पहले अपनी समस्या का वर्णन करें।",
- "An application error occurred during upload.":
- "अपलोड के दौरान एक त्रुटि हुई।",
- "Failed to upload audio file.": "ऑडियो फ़ाइल अपलोड करने में विफल।",
- "Audio uploaded successfully.": "ऑडियो सफलतापूर्वक अपलोड हो गया।",
"Complaint cannot be filed for this ride. It may not have been completed or started.":
"इस राइड के लिए शिकायत दर्ज नहीं की जा सकती। हो सकता है यह पूरी या शुरू न हुई हो।",
- "2. Attach Recorded Audio (Optional)":
- "2. रिकॉर्ड किया गया ऑडियो जोड़ें (वैकल्पिक)",
- "Please enter a description of the issue.":
- "कृपया समस्या का विवरण दर्ज करें।",
"phone number label": "फ़ोन नंबर",
"phone number required": "फ़ोन नंबर आवश्यक है",
"send otp button": "OTP भेजें",
@@ -14954,7 +18748,6 @@ class MyTranslation extends Translations {
"Resend Code": "कोड पुनः भेजें",
"You can resend in": "पुनः भेज सकते हैं",
"seconds": "सेकंड",
- "Error": "त्रुटि",
"Please enter the complete 6-digit code.":
"कृपया पूरा 6 अंकों का कोड दर्ज करें।",
"last name required": "अंतिम नाम आवश्यक है",
@@ -14969,26 +18762,10 @@ class MyTranslation extends Translations {
"otp verification failed": "OTP सत्यापन विफल रहा।",
"registration failed": "पंजीकरण विफल रहा।",
"welcome user": "स्वागत है, @firstName!",
- "Cancel Trip from driver": "ड्राइवर द्वारा ट्रिप रद्द",
- "We will look for a new driver.\nPlease wait.":
- "हम नए ड्राइवर की तलाश करेंगे।\nकृपया प्रतीक्षा करें।",
- "The driver canceled your ride.": "ड्राइवर ने आपकी राइड रद्द कर दी।",
- "Driver Finish Trip": "ड्राइवर ने ट्रिप समाप्त की",
- "you will pay to Driver": "आप ड्राइवर को भुगतान करेंगे",
"Don't forget your personal belongings.": "अपना निजी सामान न भूलें।",
- "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 चुनने के लिए धन्यवाद।",
- "Finish Monitor": "निगरानी समाप्त करें",
- "Trip finished": "ट्रिप समाप्त",
- "Call Income from Driver": "ड्राइवर से कॉल",
- "Driver Cancelled Your Trip": "ड्राइवर ने आपकी ट्रिप रद्द कर दी",
- "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "आप ड्राइवर के समय की कीमत चुकाएंगे, अपना Intaleq वॉलेट देखें",
- "Order Applied": "ऑर्डर लागू किया गया",
"Share App": "ऐप शेयर करें",
"Wallet": "वॉलेट",
"Balance": "बैलेंस",
- "Don’t forget your personal belongings.": "अपना निजी सामान न भूलें।",
"Profile": "प्रोफ़ाइल",
"Contact Support": "सपोर्ट से संपर्क करें",
"Session expired. Please log in again.":
@@ -15022,15 +18799,10 @@ class MyTranslation extends Translations {
"Order for myself": "स्वयं के लिए ऑर्डर",
"Are you want to go this site": "क्या आप इस जगह जाना चाहते हैं",
"No": "नहीं",
- "Pay by Sham Cash": "Sham Cash से भुगतान करें",
"Intaleq Wallet": "Intaleq वॉलेट",
"Have a promo code?": "क्या आपके पास प्रोमो कोड है?",
"Your Wallet balance is ": "आपका वॉलेट बैलेंस है: ",
"Cash": "नकद",
- "Phone Number": "फ़ोन नंबर",
- "Search country": "देश खोजें",
- "Payment Successful!": "भुगतान सफल!",
- "Your payment was successful.": "आपका भुगतान सफल रहा।",
"Pay directly to the captain": "सीधे कैप्टन को भुगतान करें",
"Top up Wallet to continue": "जारी रखने के लिए वॉलेट रिचार्ज करें",
"Or pay with Cash instead": "या नकद भुगतान करें",
@@ -15047,20 +18819,7 @@ class MyTranslation extends Translations {
"Top up Wallet": "वॉलेट रिचार्ज करें",
"Add funds using our secure methods":
"हमारी सुरक्षित विधियों से पैसे जोड़ें",
- "Driver is waiting": "ड्राइवर इंतज़ार कर रहा है",
- "Type your message...": "अपना संदेश लिखें...",
- "Driver Accepted Request": "ड्राइवर ने अनुरोध स्वीकार किया",
- "Message": "संदेश",
- "Call": "कॉल",
- "Set Phone Number": "फ़ोन नंबर सेट करें",
- "Select This Ride": "यह राइड चुनें",
- "Call Driver": "ड्राइवर को कॉल करें",
"Increase Fare": "किराया बढ़ाएं",
- "Stop": "रुकें",
- "Record": "रिकॉर्ड",
- "Share": "शेयर",
- "WhatsApp": "व्हाट्सएप",
- "SOS": "SOS",
"No drivers accepted your request yet":
"अभी तक किसी ड्राइवर ने आपका अनुरोध स्वीकार नहीं किया",
"Increasing the fare might attract more drivers. Would you like to increase the price?":
@@ -15071,16 +18830,11 @@ class MyTranslation extends Translations {
"Route Not Found": "रूट नहीं मिला",
"We couldn't find a valid route to this destination. Please try selecting a different point.":
"हमें इस गंतव्य के लिए कोई मान्य मार्ग नहीं मिला। कृपया कोई अन्य बिंदु चुनें।",
- "alert": "चेतावनी",
"You can call or record audio during this trip.":
"आप इस ट्रिप के दौरान कॉल या ऑडियो रिकॉर्ड कर सकते हैं।",
"Warning: Speeding detected!": "चेतावनी: तेज गति का पता चला!",
- "Fixed Price": "फिक्स्ड प्राइस",
- "Report": "रिपोर्ट",
"Comfort": "आराम (Comfort)",
"Intaleq Balance": "Intaleq बैलेंस",
- "Search for a starting point": "प्रारंभिक बिंदु खोजें",
- "Top up Balance to continue": "जारी रखने के लिए बैलेंस रिचार्ज करें",
"Electric": "इलेक्ट्रिक",
"Lady": "महिला",
"Van": "वैन",
@@ -15098,8 +18852,6 @@ class MyTranslation extends Translations {
"Contacts Loaded": "संपर्क लोड हो गए",
"Showing": "दिखा रहा है",
"of": "में से",
- "Pay by MTN Wallet": "MTN वॉलेट से भुगतान करें",
- "Pay by Syriatel Wallet": "Syriatel वॉलेट से भुगतान करें",
"Customer not found": "ग्राहक नहीं मिला",
"Wallet is blocked": "वॉलेट ब्लॉक है",
"Customer phone is not active": "ग्राहक का फोन सक्रिय नहीं है",
@@ -15170,7 +18922,6 @@ class MyTranslation extends Translations {
"Delete Permanently": "स्थायी रूप से हटाएं",
"Male": "पुरुष",
"Female": "महिला",
- "Other": "अन्य",
"High School Diploma": "हाई स्कूल डिप्लोमा",
"Associate Degree": "एसोसिएट डिग्री",
"Bachelor's Degree": "स्नातक की डिग्री (Bachelor's)",
@@ -15192,8 +18943,6 @@ class MyTranslation extends Translations {
"Van for familly": "परिवार के लिए वैन",
"Are you sure to delete this location?":
"क्या आप वाकई इस स्थान को हटाना चाहते हैं?",
- "Change Work location?": "काम की लोकेशन बदलें?",
- "Change Home location?": "घर की लोकेशन बदलें?",
"Submit a Complaint": "शिकायत दर्ज करें",
"Submit Complaint": "शिकायत जमा करें",
"No trip history found": "कोई ट्रिप इतिहास नहीं मिला",
@@ -15215,27 +18964,6 @@ class MyTranslation extends Translations {
"नए ऑफ़र के लिए बाद में दोबारा चेक करें!",
"Valid Until:": "तक वैध:",
"CODE": "कोड",
- "Login": "लॉगिन",
- "Sign in for a seamless experience":
- "बेहतर अनुभव के लिए साइन इन करें",
- "Sign In with Google": "Google के साथ साइन इन करें",
- "Sign in with Apple": "Apple के साथ साइन इन करें",
- "User not found": "उपयोगकर्ता नहीं मिला",
- "Need assistance? Contact us": "सहायता चाहिए? हमसे संपर्क करें",
- "Email": "ईमेल",
- "Your email address": "आपका ईमेल पता",
- "Enter a valid email": "एक वैध ईमेल दर्ज करें",
- "Password": "पासवर्ड",
- "Your password": "आपका पासवर्ड",
- "Enter your password": "अपना पासवर्ड दर्ज करें",
- "Submit": "जमा करें",
- "Terms of Use & Privacy Notice": "उपयोग की शर्तें और गोपनीयता नोटिस",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the ":
- "नीचे \"मैं सहमत हूँ\" का चयन करके, मैं पुष्टि करता हूँ कि मैंने पढ़ा है और सहमत हूँ ",
- "Terms of Use": "उपयोग की शर्तें",
- " and acknowledge the ": " और स्वीकार करता हूँ ",
- "Privacy Notice": "गोपनीयता नोटिस",
- " . I am at least 18 years old.": " । मेरी आयु कम से कम 18 वर्ष है।",
"I Agree": "मैं सहमत हूँ",
"Continue": "जारी रखें",
"Enable Location": "लोकेशन चालू करें",
@@ -15263,209 +18991,6 @@ class MyTranslation extends Translations {
"Copy": "कॉपी",
"Promo Copied!": "प्रोमो कॉपी हो गया!",
"Code": "कोड",
- "copied to clipboard": "क्लिपबोर्ड पर कॉपी किया गया",
- "Price": "कीमत",
- "Intaleq's Response": "Intaleq की प्रतिक्रिया",
- "Awaiting response...": "प्रतिक्रिया की प्रतीक्षा है...",
- "Audio file not attached": "ऑडियो फ़ाइल संलग्न नहीं है",
- "The audio file is not uploaded yet.\\nDo you want to submit without it?":
- "ऑडियो फ़ाइल अभी तक अपलोड नहीं हुई है।\\nक्या आप इसके बिना सबमिट करना चाहते हैं?",
- "deleted": "हटा दिया गया",
- "To Work": "काम पर",
- "Work Saved": "काम सहेजा गया",
- "To Home": "घर पर",
- "Home Saved": "घर सहेजा गया",
- "Destination selected": "गंतव्य चुना गया",
- "Now select start pick": "अब पिकअप चुनें",
- "OK": "ठीक है",
- "Confirm Pick-up Location": "पिक-अप लोकेशन की पुष्टि करें",
- "Set Location on Map": "मैप पर लोकेशन सेट करें",
- "Leave a detailed comment (Optional)":
- "विस्तृत टिप्पणी छोड़ें (वैकल्पिक)",
- "Share your experience to help us improve...":
- "हमें बेहतर बनाने में मदद के लिए अपना अनुभव साझा करें...",
- "Your valuable feedback helps us improve our service quality.":
- "आपकी बहुमूल्य प्रतिक्रिया हमारी सेवा की गुणवत्ता को बेहतर बनाने में मदद करती है।",
- "witout zero": "शून्य के बिना",
- "Top up Balance": "बैलेंस रिचार्ज करें",
- "An error occurred": "एक त्रुटि हुई",
- "Send WhatsApp Message": "व्हाट्सएप संदेश भेजें",
- "How was your trip with": "आपकी ट्रिप कैसी रही",
- "Drawing route on map...": "मैप पर रूट बनाया जा रहा है...",
- "Please wait while we prepare your trip.":
- "कृपया प्रतीक्षा करें जब तक हम आपकी ट्रिप तैयार करते हैं।",
- "Submit Rating": "रेटिंग सबमिट करें",
- "Call Support": "सपोर्ट को कॉल करें",
- "You can contact us during working hours from 10:00 - 16:00.":
- "आप हमसे कार्यालय समय 10:00 - 16:00 के दौरान संपर्क कर सकते हैं।",
- "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.":
- "Intaleq सबसे सुरक्षित और विश्वसनीय राइड-शेयरिंग ऐप है जिसे विशेष रूप से भारत के लिए डिज़ाइन किया गया है। हम एक आरामदायक, सम्मानजनक और किफायती यात्रा प्रदान करते हैं।",
- "Work time is from 10:00 AM to 16:00 PM.\nYou can send a WhatsApp message or email.":
- "काम का समय सुबह 10:00 बजे से शाम 4:00 बजे तक है।\nआप व्हाट्सएप संदेश या ईमेल भेज सकते हैं।",
- "Sorry": "क्षमा करें",
- "Customer MSISDN doesn’t have customer wallet":
- "ग्राहक नंबर का वॉलेट नहीं है",
- "Please enter the number without the leading 0":
- "कृपया शुरुआत में 0 के बिना नंबर दर्ज करें",
- "Please enter your phone number": "कृपया अपना फ़ोन नंबर दर्ज करें",
- "Phone number seems too short": "फ़ोन नंबर बहुत छोटा लग रहा है",
- "No cars are available at the moment. Please try again later.":
- "इस समय कोई कार उपलब्ध नहीं है। कृपया बाद में पुनः प्रयास करें।",
- "Nearest Car: ~": "निकटतम कार: ~",
- "Nearest Car": "निकटतम कार",
- "No cars nearby": "आस-पास कोई कार नहीं",
- "Favorite Places": "पसंदीदा स्थान",
- "No favorite places yet!": "अभी तक कोई पसंदीदा स्थान नहीं!",
- "from your favorites": "आपके पसंदीदा से",
- "Back": "वापस",
- "Enter your code below to apply the discount.":
- "छूट प्राप्त करने के लिए अपना कोड नीचे दर्ज करें।",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the":
- "नीचे \"मैं सहमत हूँ\" का चयन करके, मैं पुष्टि करता हूँ कि मैंने पढ़ा है और सहमत हूँ",
- "and acknowledge the": "और स्वीकार करता हूँ",
- "Enable Location Access": "लोकेशन एक्सेस सक्षम करें",
- "We need your location to find nearby drivers for pickups and drop-offs.":
- "पिकअप और ड्रॉप-ऑफ के लिए आस-पास के ड्राइवरों को खोजने के लिए हमें आपकी लोकेशन की आवश्यकता है।",
- "You should restart app to change language":
- "भाषा बदलने के लिए आपको ऐप को रीस्टार्ट करना चाहिए",
- "Home Page": "होम पेज",
- "To change Language the App": "ऐप की भाषा बदलने के लिए",
- "Learn more about our app and mission":
- "हमारे ऐप और मिशन के बारे में और जानें",
- "Promos For Today": "आज के प्रोमो",
- "Choose your ride": "अपनी सवारी चुनें",
- "Your Journey Begins Here": "आपकी यात्रा यहाँ से शुरू होती है",
- "Bonus gift": "बोनस उपहार",
- "Pay": "भुगतान",
- "Get": "प्राप्त करें",
- "Send to Driver Again": "ड्राइवर को फिर से भेजें",
- "Driver Name:": "ड्राइवर का नाम:",
- "No trip data available": "कोई ट्रिप डेटा उपलब्ध नहीं",
- "Car Plate:": "कार प्लेट:",
- "remaining": "शेष",
- "Order Cancelled": "ऑर्डर रद्द",
- "You canceled VIP trip": "आपने VIP ट्रिप रद्द कर दी",
- "Passenger cancelled order": "यात्री ने ऑर्डर रद्द कर दिया",
- "Your trip is scheduled": "आपकी ट्रिप शेड्यूल है",
- "Don't forget your ride!": "अपनी सवारी न भूलें!",
- "Trip updated successfully": "ट्रिप सफलतापूर्वक अपडेट हो गई",
- "Car Make:": "कार की कंपनी:",
- "Car Model:": "कार का मॉडल:",
- "Car Color:": "कार का रंग:",
- "Driver Phone:": "ड्राइवर का फ़ोन:",
- "Pre-booking": "प्री-बुकिंग",
- "Waiting VIP": "VIP का इंतज़ार",
- "Driver List": "ड्राइवर सूची",
- "Confirm Trip": "ट्रिप की पुष्टि करें",
- "Select date and time of trip": "ट्रिप की तारीख और समय चुनें",
- "Date and Time Picker": "तारीख और समय चयनकर्ता",
- "Trip Status:": "ट्रिप की स्थिति:",
- "pending": "लंबित",
- "accepted": "स्वीकृत",
- "rejected": "अस्वीकृत",
- "Apply": "लागू करें",
- "Enter your promo code": "अपना प्रोमो कोड दर्ज करें",
- "Apply Promo Code": "प्रोमो कोड लागू करें",
- "Scheduled Time:": "निर्धारित समय:",
- "No drivers available": "कोई ड्राइवर उपलब्ध नहीं",
- "No drivers available at the moment. Please try again later.":
- "इस समय कोई ड्राइवर उपलब्ध नहीं है। कृपया बाद में पुनः प्रयास करें।",
- "you have a negative balance of": "आपका बैलेंस ऋणात्मक (negative) है",
- "Please try again in a few moments":
- "कृपया कुछ क्षणों में पुनः प्रयास करें",
- "Unknown Driver": "अज्ञात ड्राइवर",
- "in your": "आपके में",
- "The driver accepted your order for":
- "ड्राइवर ने आपका ऑर्डर स्वीकार कर लिया है",
- "wallet due to a previous trip.": "पिछली ट्रिप के कारण वॉलेट।",
- "rides": "सवारियां",
- "Add Work": "काम जोड़ें",
- "The reason is": "कारण यह है",
- "User does not have a wallet #1652":
- "उपयोगकर्ता के पास वॉलेट नहीं है #1652",
- "Price of trip": "ट्रिप की कीमत",
- "From:": "से:",
- "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
- "Intaleq और डिलीवरी ट्रिप्स के लिए, कीमत की गणना गतिशील रूप से की जाती है। कम्फर्ट ट्रिप्स के लिए, कीमत समय और दूरी पर आधारित होती है।",
- "Phone Wallet Saved Successfully": "फ़ोन वॉलेट सफलतापूर्वक सहेजा गया",
- "Add wallet phone you use": "अपना वॉलेट फ़ोन जोड़ें",
- "Update Available": "अपडेट उपलब्ध है",
- "Phone number must be exactly 11 digits long":
- "फ़ोन नंबर बिल्कुल 10 अंकों का होना चाहिए",
- "Insert Wallet phone number": "वॉलेट फ़ोन नंबर डालें",
- "Phone number isn't an Egyptian phone number": "फ़ोन नंबर अमान्य है",
- "A new version of the app is available. Please update to the latest version.":
- "ऐप का नया संस्करण उपलब्ध है। कृपया नवीनतम संस्करण में अपडेट करें।",
- "We use location to get accurate and nearest passengers for you":
- "हम आपके लिए सटीक और निकटतम यात्री प्राप्त करने के लिए लोकेशन का उपयोग करते हैं",
- "This ride is already applied by another driver.":
- "यह राइड पहले ही किसी अन्य ड्राइवर ने ले ली है।",
- "We use your precise location to find the nearest available driver and provide accurate pickup and dropoff information. You can manage this in Settings.":
- "हम निकटतम उपलब्ध ड्राइवर को खोजने और सटीक पिकअप और ड्रॉपऑफ जानकारी प्रदान करने के लिए आपकी सटीक लोकेशन का उपयोग करते हैं। आप सेटिंग्स में इसका प्रबंधन कर सकते हैं।",
- "Where are you, sir?": "सर आप कहाँ हैं?",
- "I've been trying to reach you but your phone is off.":
- "मैं आपसे संपर्क करने की कोशिश कर रहा हूँ लेकिन आपका फ़ोन बंद है।",
- "Please don't be late": "कृपया देर न करें",
- "Please don't be late, I'm waiting for you at the specified location.":
- "कृपया देर न करें, मैं निर्धारित स्थान पर आपका इंतज़ार कर रहा हूँ।",
- "My location is correct. You can search for me using the navigation app":
- "मेरी लोकेशन सही है। आप नेविगेशन ऐप का उपयोग करके मुझे खोज सकते हैं",
- "Hello, I'm at the agreed-upon location":
- "नमस्ते, मैं तय स्थान पर हूँ",
- "How much longer will you be?": "आपको और कितना समय लगेगा?",
- "Phone number is verified before": "फ़ोन नंबर पहले ही सत्यापित है",
- "Change Ride": "सवारी बदलें",
- "You can change the destination by long-pressing any point on the map":
- "आप मैप पर किसी भी बिंदु को लंबे समय तक दबाकर गंतव्य बदल सकते हैं",
- "Pick from map destination": "मैप से गंतव्य चुनें",
- "Pick or Tap to confirm": "चुनें या पुष्टि करने के लिए टैप करें",
- "Accepted your order": "ने आपका ऑर्डर स्वीकार कर लिया",
- "Order Accepted": "ऑर्डर स्वीकार हो गया",
- "with type": "टाइप के साथ",
- "accepted your order at price": "इस कीमत पर आपका ऑर्डर स्वीकार किया",
- "you canceled order": "आपने ऑर्डर रद्द कर दिया",
- "If you want order to another person":
- "यदि आप किसी और व्यक्ति के लिए ऑर्डर करना चाहते हैं",
- "upgrade price": "कीमत बढ़ाएं",
- "airport": "हवाई अड्डा",
- "Best choice for a comfortable car with a flexible route and stop points. This airport offers visa entry at this price.":
- "लचीले मार्ग और स्टॉप पॉइंट वाली आरामदायक कार के लिए सबसे अच्छा विकल्प।",
- "You can upgrade price to may driver accept your order":
- "आप कीमत बढ़ा सकते हैं ताकि ड्राइवर आपका ऑर्डर स्वीकार कर ले",
- "Change Route": "रूट बदलें",
- "No Captain Accepted Your Order":
- "किसी कैप्टन ने आपका ऑर्डर स्वीकार नहीं किया",
- "We are looking for a captain but the price may increase to let a captain accept":
- "हम कैप्टन की तलाश कर रहे हैं लेकिन कीमत बढ़ सकती है",
- "No, I want to cancel this trip":
- "नहीं, मैं यह ट्रिप रद्द करना चाहता हूँ",
- "Attention": "ध्यान दें",
- "Trip Cancelled. The cost of the trip will be deducted from your wallet.":
- "ट्रिप रद्द हो गई। ट्रिप की लागत आपके वॉलेट से काट ली जाएगी।",
- "You will be charged for the cost of the driver coming to your location.":
- "ड्राइवर के आपकी लोकेशन पर आने की लागत आपसे ली जाएगी।",
- "reject your order.": "आपका ऑर्डर अस्वीकार करें।",
- "Order Under Review": "ऑर्डर समीक्षाधीन",
- "is reviewing your order. They may need more information or a higher price.":
- "आपके ऑर्डर की समीक्षा कर रहा है। उन्हें अधिक जानकारी या अधिक कीमत की आवश्यकता हो सकती है।",
- "Vibration": "वाइब्रेशन",
- "Resend code": "कोड पुनः भेजें",
- "change device": "डिवाइस बदलें",
- "Device Change Detected": "डिवाइस परिवर्तन का पता चला",
- "You can only use one device at a time. This device will now be set as your active device.":
- "आप एक समय में केवल एक डिवाइस का उपयोग कर सकते हैं। अब यह डिवाइस आपके सक्रिय डिवाइस के रूप में सेट हो जाएगा।",
- "Click here point": "यहाँ क्लिक करें",
- "Are you want to change": "क्या आप बदलना चाहते हैं",
- "by": "द्वारा",
- "Enter your complaint here": "अपनी शिकायत यहाँ दर्ज करें",
- "Please enter your complaint.": "कृपया अपनी शिकायत दर्ज करें।",
- "Complaint data saved successfully":
- "शिकायत डेटा सफलतापूर्वक सहेजा गया",
- "Trip Monitor": "ट्रिप मॉनिटर",
- "Insert SOS Phone": "SOS फ़ोन डालें",
- "Add SOS Phone": "SOS फ़ोन जोड़ें",
- "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 ,":
- "प्रिय ,\n\n🚀 मैंने अभी एक रोमांचक यात्रा शुरू की है और मैं अपनी यात्रा का विवरण और अपनी वर्तमान लोकेशन आपके साथ रीयल-टाइम में साझा करना चाहता हूँ! कृपया Intaleq ऐप डाउनलोड करें। यह आपको मेरी ट्रिप विवरण और मेरी नवीनतम लोकेशन देखने की अनुमति देगा।\n\n👉 डाउनलोड लिंक: \nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\niOS [https://getapp.cc/app/6458734951]\n\nIntaleq ,",
"Send Intaleq app to him": "उसे Intaleq ऐप भेजें",
"No passenger found for the given phone number":
"दिए गए फ़ोन नंबर के लिए कोई यात्री नहीं मिला",
@@ -15544,8 +19069,8 @@ class MyTranslation extends Translations {
"Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.":
"Intaleq आपकी सुविधा के लिए भुगतान के कई तरीके प्रदान करता है।",
"Can I cancel my ride?": "क्या मैं अपनी राइड रद्द कर सकता हूँ?",
- "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 under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.":
+ "हाँ, आप कुछ शर्तों के तहत अपनी सवारी रद्द कर सकते हैं (जैसे, ड्राइवर सौंपे जाने से पहले)। विवरण के लिए Intaleq रद्दीकरण नीति देखें।",
"Driver Registration & Requirements": "ड्राइवर पंजीकरण और आवश्यकताएं",
"How can I register as a driver?":
"मैं ड्राइवर के रूप में कैसे पंजीकरण कर सकता हूँ?",
@@ -15599,37 +19124,6 @@ class MyTranslation extends Translations {
"क्या आपके पास किसी अन्य ड्राइवर का आमंत्रण कोड है?",
"Paste the code here": "कोड यहाँ पेस्ट करें",
"No, I don't have a code": "नहीं, मेरे पास कोड नहीं है",
- "Code approved": "कोड स्वीकृत हो गया",
- "Install our app:": "हमारा ऐप इंस्टॉल करें:",
- "Invite another driver and both get a gift after he completes 100 trips!":
- "दूसरे ड्राइवर को आमंत्रित करें और उसके 100 ट्रिप पूरे करने के बाद दोनों उपहार पाएं!",
- "Invite": "आमंत्रित करें",
- "Are you sure?": "क्या आप निश्चित हैं?",
- "This will delete all recorded files from your device.":
- "यह आपके डिवाइस से सभी रिकॉर्ड की गई फ़ाइलें हटा देगा।",
- "Select a file": "फ़ाइल चुनें",
- "Select a File": "एक फ़ाइल चुनें",
- "Delete": "हटाएं",
- "attach audio of complain": "शिकायत का ऑडियो संलग्न करें",
- "Phone Number Check": "फ़ोन नंबर जाँच",
- "Drivers received orders": "ड्राइवरों को ऑर्डर प्राप्त हुए",
- "No audio files recorded.": "कोई ऑडियो फ़ाइल रिकॉर्ड नहीं हुई।",
- "This is for delivery or a motorcycle.":
- "यह डिलीवरी या मोटरसाइकिल के लिए है।",
- "Intaleq Reminder": "Intaleq अनुस्मारक",
- "It's time to check the Intaleq app!":
- "Intaleq ऐप चेक करने का समय है!",
- "you must insert token code": "आपको टोकन कोड डालना होगा",
- "Something went wrong. Please try again.":
- "कुछ गलत हो गया। कृपया पुन: प्रयास करें।",
- "Trip Details": "ट्रिप विवरण",
- "The context does not provide any complaint details, so I cannot provide a solution to this issue. Please provide the necessary information, and I will be happy to assist you.":
- "संदर्भ कोई शिकायत विवरण प्रदान नहीं करता है।",
- "Submit Your Complaint": "अपनी शिकायत जमा करें",
- "Status": "स्थिति",
- "Choose from contact": "संपर्क से चुनें",
- "attach correct audio": "सही ऑडियो संलग्न करें",
- "be sure": "सुनिश्चित करें",
"Audio uploaded successfully.": "ऑडियो सफलतापूर्वक अपलोड हो गया।",
"Perfect for passengers seeking the latest car models with the freedom to choose any route they desire":
"नवीनतम कार मॉडल चाहने वाले यात्रियों के लिए उत्तम",
@@ -16374,7 +19868,6 @@ class MyTranslation extends Translations {
"Edit Your data": "अपना डेटा संपादित करें",
"write vin for your car": "अपनी कार के लिए vin लिखें",
"VIN": "VIN",
- "Device Change Detected": "डिवाइस परिवर्तन का पता चला",
"Please verify your identity": "कृपया अपनी पहचान सत्यापित करें",
"write Color for your car": "अपनी कार के लिए रंग लिखें",
"write Make for your car": "अपनी कार के लिए मेक लिखें",
@@ -16425,26 +19918,313 @@ class MyTranslation extends Translations {
"Your Budget less than needed": "आपका बजट आवश्यकता से कम है",
"You can change the Country to get all features":
"आप सभी सुविधाएँ प्राप्त करने के लिए देश बदल सकते हैं",
- "Change Country": "देश बदलें"
+ "There is no Car or Driver in your area.":
+ "आपके क्षेत्र में कोई कार या ड्राइवर नहीं है।",
+ "Change Country": "देश बदलें",
},
- //
"ru": {
+ "1 Passenger": "1 Passenger",
+ "2 Passengers": "2 Passengers",
+ "3 Passengers": "3 Passengers",
+ "4 Passengers": "4 Passengers",
+ "2. Attach Recorded Audio (Optional)":
+ "2. Attach Recorded Audio (Optional)",
+ "Account": "Account",
+ "Actions": "Actions",
+ "Active Users": "Active Users",
+ "Add a Stop": "Add a Stop",
+ "Add a new waypoint stop": "Add a new waypoint stop",
+ "After this period\nYou can\'t cancel!":
+ "After this period\nYou can\'t cancel!",
+ "Age is": "Age is",
+ "Alert": "Alert",
+ "An OTP has been sent to your number.":
+ "An OTP has been sent to your number.",
+ "An error occurred": "An error occurred",
+ "Appearance": "Appearance",
+ "Are you sure you want to delete this file?":
+ "Are you sure you want to delete this file?",
+ "Are you sure you want to logout?":
+ "Are you sure you want to logout?",
+ "Arrived": "Arrived",
+ "Audio Recording": "Audio Recording",
+ "Call": "Call",
+ "Call Support": "Call Support",
+ "Call left": "Call left",
+ "Change Photo": "Change Photo",
+ "Choose from Gallery": "Choose from Gallery",
+ "Choose from contact": "Choose from contact",
+ "Click to track the trip": "Click to track the trip",
+ "Close panel": "Close panel",
+ "Coming": "Coming",
+ "Complete Payment": "Complete Payment",
+ "Confirm Cancellation": "Confirm Cancellation",
+ "Confirm Pickup Location": "Confirm Pickup Location",
+ "Connection failed. Please try again.":
+ "Connection failed. Please try again.",
+ "Could not create ride. Please try again.":
+ "Could not create ride. Please try again.",
+ "Crop Photo": "Crop Photo",
+ "Dark Mode": "Dark Mode",
+ "Delete": "Delete",
+ "Delete Account": "Delete Account",
+ "Delete All": "Delete All",
+ "Delete All Recordings?": "Delete All Recordings?",
+ "Delete Recording?": "Delete Recording?",
+ "Destination Set": "Destination Set",
+ "Distance": "Distance",
+ "Double tap to open search or enter destination":
+ "Double tap to open search or enter destination",
+ "Double tap to set or change this waypoint on the map":
+ "Double tap to set or change this waypoint on the map",
+ "Drawing route on map...": "Drawing route on map...",
+ "Driver Phone": "Driver Phone",
+ "Driver is Going To You": "Driver is Going To You",
+ "Emergency Mode Triggered": "Emergency Mode Triggered",
+ "Emergency SOS": "Emergency SOS",
+ "Enter the 5-digit code": "Enter the 5-digit code",
+ "Enter your City": "Enter your City",
+ "Enter your Password": "Enter your Password",
+ "Failed to book trip: \$e": "Failed to book trip: \$e",
+ "Failed to get location": "Failed to get location",
+ "Failed to initiate payment. Please try again.":
+ "Failed to initiate payment. Please try again.",
+ "Failed to send OTP": "Failed to send OTP",
+ "Failed to upload photo": "Failed to upload photo",
+ "Finished": "Finished",
+ "Fixed Price": "Fixed Price",
+ "General": "General",
+ "Grant": "Grant",
+ "Have a Promo Code?": "Have a Promo Code?",
+ "Hello! I\'m inviting you to try Intaleq.":
+ "Hello! I\'m inviting you to try Intaleq.",
+ "Hi ,I Arrive your site": "Hi ,I Arrive your site",
+ "Hi, Where to": "Hi, Where to",
+ "Home": "Home",
+ "I am currently located at": "I am currently located at",
+ "I'm Safe": "I'm Safe",
+ "If you need to reach me, please contact the driver directly at":
+ "If you need to reach me, please contact the driver directly at",
+ "Image Upload Failed": "Image Upload Failed",
+ "Intaleq Passenger": "Intaleq Passenger",
+ "Invite": "Invite",
+ "Join a channel": "Join a channel",
+ "Last Name": "Last Name",
+ "Leave a detailed comment (Optional)":
+ "Leave a detailed comment (Optional)",
+ "Light Mode": "Light Mode",
+ "Listen": "Listen",
+ "Location": "Location",
+ "Location Received": "Location Received",
+ "Logout": "Logout",
+ "Map Error": "Map Error",
+ "Message": "Message",
+ "Move map to select destination": "Move map to select destination",
+ "Move map to set start location": "Move map to set start location",
+ "Move map to set stop": "Move map to set stop",
+ "Move map to your home location": "Move map to your home location",
+ "Move map to your pickup point": "Move map to your pickup point",
+ "Move map to your work location": "Move map to your work location",
+ "N/A": "N/A",
+ "No Notifications": "No Notifications",
+ "No Recordings Found": "No Recordings Found",
+ "No Rides now!": "No Rides now!",
+ "No contacts available": "No contacts available",
+ "No i want": "No i want",
+ "No notification data found.": "No notification data found.",
+ "No routes available for this destination.":
+ "No routes available for this destination.",
+ "No user found": "No user found",
+ "No,I want": "No,I want",
+ "No.Iwant Cancel Trip.": "No.Iwant Cancel Trip.",
+ "Now move the map to your pickup point":
+ "Now move the map to your pickup point",
+ "Now set the pickup point for the other person":
+ "Now set the pickup point for the other person",
+ "On Trip": "On Trip",
+ "Open": "Open",
+ "Open destination search": "Open destination search",
+ "Open in Google Maps": "Open in Google Maps",
+ "Order VIP Canceld": "Order VIP Canceld",
+ "Passenger": "Passenger",
+ "Passenger cancel order": "Passenger cancel order",
+ "Pay by MTN Wallet": "Pay by MTN Wallet",
+ "Pay by Sham Cash": "Pay by Sham Cash",
+ "Pay by Syriatel Wallet": "Pay by Syriatel Wallet",
+ "Pay with PayPal": "Pay with PayPal",
+ "Phone": "Phone",
+ "Phone Number": "Phone Number",
+ "Phone Number Check": "Phone Number Check",
+ "Phone number seems too short": "Phone number seems too short",
+ "Phone verified. Please complete registration.":
+ "Phone verified. Please complete registration.",
+ "Pick destination on map": "Pick destination on map",
+ "Pick location on map": "Pick location on map",
+ "Pick on map": "Pick on map",
+ "Pick start point on map": "Pick start point on map",
+ "Plan Your Route": "Plan Your Route",
+ "Please add contacts to your phone.":
+ "Please add contacts to your phone.",
+ "Please check your internet and try again.":
+ "Please check your internet and try again.",
+ "Please enter a valid email.": "Please enter a valid email.",
+ "Please enter a valid phone number.":
+ "Please enter a valid phone number.",
+ "Please enter the number without the leading 0":
+ "Please enter the number without the leading 0",
+ "Please enter your phone number": "Please enter your phone number",
+ "Please go to Car now": "Please go to Car now",
+ "Please select a reason first": "Please select a reason first",
+ "Please set a valid SOS phone number.":
+ "Please set a valid SOS phone number.",
+ "Please slow down": "Please slow down",
+ "Please wait while we prepare your trip.":
+ "Please wait while we prepare your trip.",
+ "Preferences": "Preferences",
+ "Profile photo updated": "Profile photo updated",
+ "Quick Message": "Quick Message",
+ "Rating is": "Rating is",
+ "Received empty route data.": "Received empty route data.",
+ "Record": "Record",
+ "Record your trips to see them here.":
+ "Record your trips to see them here.",
+ "Rejected Orders Count": "Rejected Orders Count",
+ "Remove waypoint": "Remove waypoint",
+ "Report": "Report",
+ "Route and prices have been calculated successfully!":
+ "Route and prices have been calculated successfully!",
+ "SOS": "SOS",
+ "Save": "Save",
+ "Save Changes": "Save Changes",
+ "Save Name": "Save Name",
+ "Search country": "Search country",
+ "Search for a starting point": "Search for a starting point",
+ "Select Appearance": "Select Appearance",
+ "Select Education": "Select Education",
+ "Select Gender": "Select Gender",
+ "Select This Ride": "Select This Ride",
+ "Select betweeen types": "Select betweeen types",
+ "Send Email": "Send Email",
+ "Send SOS": "Send SOS",
+ "Send WhatsApp Message": "Send WhatsApp Message",
+ "Server Error": "Server Error",
+ "Server error": "Server error",
+ "Server error. Please try again.": "Server error. Please try again.",
+ "Set Destination": "Set Destination",
+ "Set Phone Number": "Set Phone Number",
+ "Set as Home": "Set as Home",
+ "Set as Stop": "Set as Stop",
+ "Set as Work": "Set as Work",
+ "Share": "Share",
+ "Share Trip": "Share Trip",
+ "Share your experience to help us improve...":
+ "Share your experience to help us improve...",
+ "Something went wrong. Please try again.":
+ "Something went wrong. Please try again.",
+ "Speaking...": "Speaking...",
+ "Speed Over": "Speed Over",
+ "Start Point": "Start Point",
+ "Stay calm. We are here to help.": "Stay calm. We are here to help.",
+ "Stop": "Stop",
+ "Submit Rating": "Submit Rating",
+ "Support & Info": "Support & Info",
+ "System Default": "System Default",
+ "Take a Photo": "Take a Photo",
+ "Tap to apply your discount": "Tap to apply your discount",
+ "Tap to search your destination": "Tap to search your destination",
+ "The driver cancelled the trip.": "The driver cancelled the trip.",
+ "This action cannot be undone.": "This action cannot be undone.",
+ "This action is permanent and cannot be undone.":
+ "This action is permanent and cannot be undone.",
+ "This is for delivery or a motorcycle.":
+ "This is for delivery or a motorcycle.",
+ "Time": "Time",
+ "To :": "To :",
+ "Top up Balance": "Top up Balance",
+ "Top up Balance to continue": "Top up Balance to continue",
+ "Total Invites": "Total Invites",
+ "Total Price": "Total Price",
+ "Trip booked successfully": "Trip booked successfully",
+ "Type your message...": "Type your message...",
+ "Unknown Location": "Unknown Location",
+ "Update Name": "Update Name",
+ "Verified Passenger": "Verified Passenger",
+ "View Map": "View Map",
+ "Wait for the trip to start first":
+ "Wait for the trip to start first",
+ "Waiting...": "Waiting...",
+ "Warning": "Warning",
+ "Waypoint has been set successfully":
+ "Waypoint has been set successfully",
+ "We use location to get accurate and nearest driver for you":
+ "We use location to get accurate and nearest driver for you",
+ "WhatsApp": "WhatsApp",
+ "Why do you want to cancel?": "Why do you want to cancel?",
+ "Yes": "Yes",
+ "You should ideintify your gender for this type of trip!":
+ "You should ideintify your gender for this type of trip!",
+ "You will choose one of above!": "You will choose one of above!",
+ "Your Rewards": "Your Rewards",
+ "Your complaint has been submitted.":
+ "Your complaint has been submitted.",
+ "and acknowledge our Privacy Policy.":
+ "and acknowledge our Privacy Policy.",
+ "as the driver.": "as the driver.",
+ "cancelled": "cancelled",
+ "due to a previous trip.": "due to a previous trip.",
+ "insert sos phone": "insert sos phone",
+ "is driving a": "is driving a",
+ "min added to fare": "min added to fare",
+ "phone not verified": "phone not verified",
+ "to arrive you.": "to arrive you.",
+ "unknown": "unknown",
+ "wait 1 minute to recive message": "wait 1 minute to recive message",
+ "with license plate": "with license plate",
+ "witout zero": "witout zero",
+ "you must insert token code": "you must insert token code",
+ "Syria": "Сирия",
+ "SYP": "SYP",
"Order": "Заказ",
"OrderVIP": "VIP Заказ",
"Cancel Trip": "Отменить поездку",
"Passenger Cancel Trip": "Пассажир отменил поездку",
"VIP Order": "VIP Заказ",
- "Hi ,I Arrive your site": "Здравствуйте, я прибыл на место",
"The driver accepted your trip": "Водитель принял ваш заказ",
"message From passenger": "Сообщение от пассажира",
"Cancel": "Отмена",
"Trip Cancelled. The cost of the trip will be added to your wallet.":
"Поездка отменена. Стоимость возвращена на ваш кошелек.",
"token change": "Смена токена",
+ "Changed my mind": "Я передумал",
+ "Please write the reason...": "Пожалуйста, напишите причину...",
+ "Found another transport": "Нашел другой транспорт",
+ "Driver is taking too long": "Водитель едет слишком долго",
+ "Driver asked me to cancel": "Водитель попросил меня отменить",
+ "Wrong pickup location": "Неверное место подачи",
+ "Other": "Другой",
+ "Don't Cancel": "Не отменять",
+ "No Drivers Found": "Водители не найдены",
+ "Sorry, there are no cars available of this type right now.":
+ "Извините, сейчас нет доступных машин этого типа.",
+ "Refresh Map": "Обновить карту",
"face detect": "Распознавание лица",
"Face Detection Result": "Результат распознавания",
"similar": "Похож",
"not similar": "Не похож",
+ "Searching for nearby drivers...": "Поиск водителей поблизости...",
+ "Error": "Ошибка",
+ "Failed to search, please try again later":
+ "Ошибка поиска, попробуйте еще раз позже",
+ "Connection Error": "Ошибка подключения",
+ "Please check your internet connection":
+ "Пожалуйста, проверьте интернет-соединение",
+ "Sorry 😔": "Извините 😔",
+ "The driver cancelled the trip for an emergency reason.\nDo you want to search for another driver immediately?":
+ "Водитель отменил поездку по экстренной причине.\nХотите немедленно найти другого водителя?",
+ "Search for another driver": "Найти другого водителя",
+ "We apologize 😔": "Мы приносим извинения 😔",
+ "No drivers found at the moment.\nPlease try again later.":
+ "В данный момент водителей не найдено.\nПожалуйста, попробуйте еще раз позже.",
"Hi ,I will go now": "Здравствуйте, я выезжаю",
"Passenger come to you": "Пассажир идет к вам",
"Call Income": "Входящий вызов",
@@ -16460,8 +20240,6 @@ class MyTranslation extends Translations {
"К сожалению, этот заказ принял другой водитель.",
"Driver Applied the Ride for You": "Водитель создал поездку для вас",
"Applied": "Создан",
- "Pay by Sham Cash": "Оплата через Sham Cash",
- "Pay with Debit Card": "Оплата банковской картой",
"Please go to Car Driver": "Пожалуйста, пройдите к водителю",
"Ok I will go now.": "Хорошо, иду.",
"Accepted Ride": "Принятая поездка",
@@ -16474,45 +20252,27 @@ class MyTranslation extends Translations {
"Пожалуйста, оставайтесь в точке посадки.",
"message From Driver": "Сообщение от водителя",
"Trip is Begin": "Поездка началась",
- "Cancel Trip from driver": "Отмена водителем",
+ "Cancel Trip from driver": "Отмена поездки водителем",
"We will look for a new driver.\nPlease wait.":
- "Мы ищем нового водителя.\nПожалуйста, подождите.",
- "The driver canceled your ride.": "Водитель отменил вашу поездку.",
+ "Ищем нового водителя.\nПодождите.",
+ "The driver canceled your ride.": "Водитель отменил поездку.",
"Driver Finish Trip": "Водитель завершил поездку",
"you will pay to Driver": "К оплате водителю",
- "Don’t forget your personal belongings.":
- "Не забудьте свои личные вещи.",
+ "Don’t forget your personal belongings.": "Не забудьте личные вещи.",
"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.",
- "Finish Monitor": "Завершить мониторинг",
+ "Проверьте вещи и баланс кошелька перед выходом. Спасибо за выбор Intaleq.",
+ "Finish Monitor": "Завершить",
"Trip finished": "Поездка завершена",
"Call Income from Driver": "Звонок от водителя",
- "Driver Cancelled Your Trip": "Водитель отменил поездку",
+ "Driver Cancelled Your Trip": "Водитель отменил вашу поездку",
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "Вы оплатите время водителя, проверьте кошелек Intaleq",
- "Order Applied": "Заказ оформлен",
+ "Оплата за время водителя, см. кошелек Intaleq",
+ "Order Applied": "Заказ принят",
"welcome to intaleq": "Добро пожаловать в Intaleq",
"login or register subtitle":
"Введите номер телефона для входа или регистрации",
- "An application error occurred.": "Произошла ошибка приложения.",
- "Submission Failed": "Ошибка отправки",
- "Your complaint has been submitted.": "Ваша жалоба отправлена.",
- "Failed to connect to the server. Please try again.":
- "Ошибка соединения с сервером. Попробуйте снова.",
- "Ride information not found. Please refresh the page.":
- "Информация о поездке не найдена. Обновите страницу.",
- "Please describe your issue before submitting.":
- "Опишите проблему перед отправкой.",
- "An application error occurred during upload.":
- "Ошибка при загрузке.",
- "Failed to upload audio file.": "Не удалось загрузить аудиофайл.",
- "Audio uploaded successfully.": "Аудио успешно загружено.",
"Complaint cannot be filed for this ride. It may not have been completed or started.":
"Нельзя подать жалобу на эту поездку. Возможно, она не завершена или не начата.",
- "2. Attach Recorded Audio (Optional)":
- "2. Прикрепить аудиозапись (опционально)",
- "Please enter a description of the issue.":
- "Пожалуйста, опишите проблему.",
"phone number label": "Номер телефона",
"phone number required": "Требуется номер телефона",
"send otp button": "Отправить код",
@@ -16533,7 +20293,6 @@ class MyTranslation extends Translations {
"Resend Code": "Отправить снова",
"You can resend in": "Отправить снова через",
"seconds": "сек",
- "Error": "Ошибка",
"Please enter the complete 6-digit code.":
"Введите полный 6-значный код.",
"last name required": "Фамилия обязательна",
@@ -16548,26 +20307,10 @@ class MyTranslation extends Translations {
"otp verification failed": "Неверный код.",
"registration failed": "Ошибка регистрации.",
"welcome user": "Добро пожаловать, @firstName!",
- "Cancel Trip from driver": "Отмена поездки водителем",
- "We will look for a new driver.\nPlease wait.":
- "Ищем нового водителя.\nПодождите.",
- "The driver canceled your ride.": "Водитель отменил поездку.",
- "Driver Finish Trip": "Водитель завершил поездку",
- "you will pay to Driver": "К оплате водителю",
"Don't forget your personal belongings.": "Не забудьте личные вещи.",
- "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.",
- "Finish Monitor": "Завершить",
- "Trip finished": "Поездка завершена",
- "Call Income from Driver": "Звонок от водителя",
- "Driver Cancelled Your Trip": "Водитель отменил вашу поездку",
- "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "Оплата за время водителя, см. кошелек Intaleq",
- "Order Applied": "Заказ принят",
"Share App": "Поделиться приложением",
"Wallet": "Кошелек",
"Balance": "Баланс",
- "Don’t forget your personal belongings.": "Не забудьте личные вещи.",
"Profile": "Профиль",
"Contact Support": "Поддержка",
"Session expired. Please log in again.":
@@ -16600,15 +20343,10 @@ class MyTranslation extends Translations {
"Order for myself": "Заказ себе",
"Are you want to go this site": "Вы хотите поехать сюда?",
"No": "Нет",
- "Pay by Sham Cash": "Оплата Sham Cash",
"Intaleq Wallet": "Кошелек Intaleq",
"Have a promo code?": "Есть промокод?",
"Your Wallet balance is ": "Ваш баланс: ",
"Cash": "Наличные",
- "Phone Number": "Номер телефона",
- "Search country": "Поиск страны",
- "Payment Successful!": "Оплата успешна!",
- "Your payment was successful.": "Платеж прошел успешно.",
"Pay directly to the captain": "Оплата водителю напрямую",
"Top up Wallet to continue": "Пополните кошелек для продолжения",
"Or pay with Cash instead": "Или оплатите наличными",
@@ -16623,39 +20361,21 @@ class MyTranslation extends Translations {
"View your past transactions": "Просмотр транзакций",
"Top up Wallet": "Пополнить кошелек",
"Add funds using our secure methods": "Пополнить безопасным способом",
- "Driver is waiting": "Водитель ожидает",
- "Type your message...": "Введите сообщение...",
- "Driver Accepted Request": "Водитель принял заказ",
- "Message": "Сообщение",
- "Call": "Позвонить",
- "Set Phone Number": "Установить номер",
- "Select This Ride": "Выбрать эту поездку",
- "Call Driver": "Позвонить водителю",
"Increase Fare": "Повысить цену",
- "Stop": "Стоп",
- "Record": "Запись",
- "Share": "Поделиться",
- "WhatsApp": "WhatsApp",
- "SOS": "SOS",
"No drivers accepted your request yet": "Никто еще не принял заказ",
"Increasing the fare might attract more drivers. Would you like to increase the price?":
"Повышение цены привлечет водителей. Повысить?",
"Please make sure not to leave any personal belongings in the car.":
"Убедитесь, что не оставили вещи в машине.",
- "Cancel Ride": "Отменить поездку",
+ "Cancel Ride": "Отмена",
"Route Not Found": "Маршрут не найден",
"We couldn't find a valid route to this destination. Please try selecting a different point.":
"Не удалось построить маршрут. Выберите другую точку.",
- "alert": "Внимание",
"You can call or record audio during this trip.":
"Вы можете звонить или вести запись во время поездки.",
"Warning: Speeding detected!": "Внимание: Превышение скорости!",
- "Fixed Price": "Фикс. цена",
- "Report": "Пожаловаться",
"Comfort": "Комфорт",
"Intaleq Balance": "Баланс Intaleq",
- "Search for a starting point": "Поиск точки отправления",
- "Top up Balance to continue": "Пополните баланс",
"Electric": "Электро",
"Lady": "Женский",
"Van": "Минивэн",
@@ -16673,8 +20393,6 @@ class MyTranslation extends Translations {
"Contacts Loaded": "Контакты загружены",
"Showing": "Показано",
"of": "из",
- "Pay by MTN Wallet": "Кошелек MTN",
- "Pay by Syriatel Wallet": "Кошелек Syriatel",
"Customer not found": "Клиент не найден",
"Wallet is blocked": "Кошелек заблокирован",
"Customer phone is not active": "Телефон клиента не активен",
@@ -16743,7 +20461,6 @@ class MyTranslation extends Translations {
"Delete Permanently": "Удалить навсегда",
"Male": "Мужской",
"Female": "Женский",
- "Other": "Другой",
"High School Diploma": "Среднее образование",
"Associate Degree": "Среднее специальное",
"Bachelor's Degree": "Бакалавр",
@@ -16765,8 +20482,6 @@ class MyTranslation extends Translations {
"Van for familly": "Минивэн для семьи",
"Are you sure to delete this location?":
"Удалить это местоположение?",
- "Change Work location?": "Изменить адрес работы?",
- "Change Home location?": "Изменить адрес дома?",
"Submit a Complaint": "Подать жалобу",
"Submit Complaint": "Отправить жалобу",
"No trip history found": "История пуста",
@@ -16786,26 +20501,6 @@ class MyTranslation extends Translations {
"Check back later for new offers!": "Заходите позже!",
"Valid Until:": "Действует до:",
"CODE": "КОД",
- "Login": "Вход",
- "Sign in for a seamless experience": "Войдите для удобства",
- "Sign In with Google": "Вход через Google",
- "Sign in with Apple": "Вход через Apple",
- "User not found": "Пользователь не найден",
- "Need assistance? Contact us": "Нужна помощь? Свяжитесь с нами",
- "Email": "Email",
- "Your email address": "Ваш адрес email",
- "Enter a valid email": "Введите корректный email",
- "Password": "Пароль",
- "Your password": "Ваш пароль",
- "Enter your password": "Введите пароль",
- "Submit": "Отправить",
- "Terms of Use & Privacy Notice": "Условия и Политика",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the ":
- "Нажимая \"Согласен\", я подтверждаю, что прочитал и принимаю ",
- "Terms of Use": "Условия использования",
- " and acknowledge the ": " и принимаю ",
- "Privacy Notice": "Политику конфиденциальности",
- " . I am at least 18 years old.": " . Мне есть 18 лет.",
"I Agree": "Согласен",
"Continue": "Продолжить",
"Enable Location": "Включить геолокацию",
@@ -16833,202 +20528,6 @@ class MyTranslation extends Translations {
"Copy": "Копировать",
"Promo Copied!": "Промокод скопирован!",
"Code": "Код",
- "copied to clipboard": "скопировано в буфер",
- "Price": "Цена",
- "Intaleq's Response": "Ответ Intaleq",
- "Awaiting response...": "Ожидание ответа...",
- "Audio file not attached": "Аудио не прикреплено",
- "The audio file is not uploaded yet.\\nDo you want to submit without it?":
- "Аудио еще не загружено.\\nОтправить без него?",
- "deleted": "удалено",
- "To Work": "На работу",
- "Work Saved": "Работа сохранена",
- "To Home": "Домой",
- "Home Saved": "Дом сохранен",
- "Destination selected": "Назначение выбрано",
- "Now select start pick": "Выберите точку посадки",
- "OK": "ОК",
- "Confirm Pick-up Location": "Подтвердить посадку",
- "Set Location on Map": "Указать на карте",
- "Leave a detailed comment (Optional)":
- "Оставить комментарий (Опционально)",
- "Share your experience to help us improve...": "Поделитесь опытом...",
- "Your valuable feedback helps us improve our service quality.":
- "Ваш отзыв помогает нам стать лучше.",
- "witout zero": "без нуля",
- "Top up Balance": "Пополнить баланс",
- "An error occurred": "Произошла ошибка",
- "Send WhatsApp Message": "Написать в WhatsApp",
- "How was your trip with": "Как прошла поездка с",
- "Drawing route on map...": "Построение маршрута...",
- "Please wait while we prepare your trip.":
- "Пожалуйста, подождите, готовим поездку.",
- "Submit Rating": "Отправить оценку",
- "Call Support": "Позвонить в поддержку",
- "You can contact us during working hours from 10:00 - 16:00.":
- "Мы работаем с 10:00 до 16:00.",
- "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.":
- "Intaleq — самое безопасное приложение для поездок в России. Мы предлагаем комфорт, уважение и доступность. Наши водители проверены и застрахованы.",
- "Work time is from 10:00 AM to 16:00 PM.\nYou can send a WhatsApp message or email.":
- "Время работы: 10:00 - 16:00.\nПишите в WhatsApp или на email.",
- "Sorry": "Извините",
- "Customer MSISDN doesn’t have customer wallet":
- "У номера клиента нет кошелька",
- "Please enter the number without the leading 0":
- "Введите номер без начального 0",
- "Please enter your phone number": "Введите номер телефона",
- "Phone number seems too short": "Номер слишком короткий",
- "No cars are available at the moment. Please try again later.":
- "Нет свободных машин. Попробуйте позже.",
- "Nearest Car: ~": "Ближайшая машина: ~",
- "Nearest Car": "Ближайшая машина",
- "No cars nearby": "Нет машин поблизости",
- "Favorite Places": "Избранные места",
- "No favorite places yet!": "Пока нет избранных мест!",
- "from your favorites": "из избранного",
- "Back": "Назад",
- "Enter your code below to apply the discount.":
- "Введите код ниже для скидки.",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the":
- "Нажимая \"Согласен\", я подтверждаю прочтение и согласие с",
- "and acknowledge the": "и принимаю",
- "Enable Location Access": "Разрешить геолокацию",
- "We need your location to find nearby drivers for pickups and drop-offs.":
- "Нам нужна локация для поиска водителей.",
- "You should restart app to change language":
- "Перезапустите приложение для смены языка",
- "Home Page": "Главная",
- "To change Language the App": "Для смены языка приложения",
- "Learn more about our app and mission": "Узнайте больше о нас",
- "Promos For Today": "Промо на сегодня",
- "Choose your ride": "Выберите поездку",
- "Your Journey Begins Here": "Ваше путешествие начинается",
- "Bonus gift": "Бонус",
- "Pay": "Оплатить",
- "Get": "Получить",
- "Send to Driver Again": "Отправить водителю снова",
- "Driver Name:": "Имя водителя:",
- "No trip data available": "Нет данных о поездке",
- "Car Plate:": "Госномер:",
- "remaining": "осталось",
- "Order Cancelled": "Заказ отменен",
- "You canceled VIP trip": "Вы отменили VIP поездку",
- "Passenger cancelled order": "Пассажир отменил заказ",
- "Your trip is scheduled": "Поездка запланирована",
- "Don't forget your ride!": "Не забудьте о поездке!",
- "Trip updated successfully": "Поездка обновлена",
- "Car Make:": "Марка:",
- "Car Model:": "Модель:",
- "Car Color:": "Цвет:",
- "Driver Phone:": "Телефон водителя:",
- "Pre-booking": "Предзаказ",
- "Waiting VIP": "Ожидание VIP",
- "Driver List": "Список водителей",
- "Confirm Trip": "Подтвердить поездку",
- "Select date and time of trip": "Выберите дату и время",
- "Date and Time Picker": "Выбор даты и времени",
- "Trip Status:": "Статус поездки:",
- "pending": "ожидание",
- "accepted": "принят",
- "rejected": "отклонен",
- "Apply": "Применить",
- "Enter your promo code": "Введите промокод",
- "Apply Promo Code": "Применить код",
- "Scheduled Time:": "Запланированное время:",
- "No drivers available": "Нет водителей",
- "No drivers available at the moment. Please try again later.":
- "Нет водителей. Попробуйте позже.",
- "you have a negative balance of": "у вас отрицательный баланс",
- "Please try again in a few moments": "Попробуйте через пару минут",
- "Unknown Driver": "Неизвестный водитель",
- "in your": "в вашем",
- "The driver accepted your order for": "Водитель принял заказ за",
- "wallet due to a previous trip.":
- "кошелек (долг за прошлую поездку).",
- "rides": "поездки",
- "Add Work": "Добавить Работу",
- "The reason is": "Причина:",
- "User does not have a wallet #1652":
- "У пользователя нет кошелька #1652",
- "Price of trip": "Стоимость поездки",
- "From:": "Откуда:",
- "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
- "Для Intaleq и доставки цена динамическая. Для Комфорта - по времени и расстоянию.",
- "Phone Wallet Saved Successfully": "Телефон кошелька сохранен",
- "Add wallet phone you use": "Добавьте телефон кошелька",
- "Update Available": "Доступно обновление",
- "Phone number must be exactly 11 digits long":
- "Номер должен содержать 11 цифр",
- "Insert Wallet phone number": "Введите номер кошелька",
- "Phone number isn't an Egyptian phone number":
- "Номер не является российским",
- "A new version of the app is available. Please update to the latest version.":
- "Доступна новая версия. Пожалуйста, обновите.",
- "We use location to get accurate and nearest passengers for you":
- "Мы используем локацию для поиска ближайших пассажиров",
- "This ride is already applied by another driver.":
- "Этот заказ уже взял другой водитель.",
- "We use your precise location to find the nearest available driver and provide accurate pickup and dropoff information. You can manage this in Settings.":
- "Мы используем точную локацию для поиска водителей и точных маршрутов. Настройте это в Параметрах.",
- "Where are you, sir?": "Где вы, сэр?",
- "I've been trying to reach you but your phone is off.":
- "Пытался дозвониться, телефон выключен.",
- "Please don't be late": "Пожалуйста, не опаздывайте",
- "Please don't be late, I'm waiting for you at the specified location.":
- "Не опаздывайте, я жду вас в указанном месте.",
- "My location is correct. You can search for me using the navigation app":
- "Локация верна. Найдите меня по навигатору",
- "Hello, I'm at the agreed-upon location": "Привет, я на месте",
- "How much longer will you be?": "Сколько еще ждать?",
- "Phone number is verified before": "Номер уже подтвержден",
- "Change Ride": "Изменить поездку",
- "You can change the destination by long-pressing any point on the map":
- "Поменяйте место назначения долгим нажатием на карте",
- "Pick from map destination": "Выбрать назначение на карте",
- "Pick or Tap to confirm": "Выберите или нажмите для подтверждения",
- "Accepted your order": "принял ваш заказ",
- "Order Accepted": "Заказ принят",
- "with type": "тип",
- "accepted your order at price": "принял заказ по цене",
- "you canceled order": "вы отменили заказ",
- "If you want order to another person": "Заказ для другого человека",
- "upgrade price": "повысить цену",
- "airport": "аэропорт",
- "Best choice for a comfortable car with a flexible route and stop points. This airport offers visa entry at this price.":
- "Лучший выбор для комфортной поездки с гибким маршрутом.",
- "You can upgrade price to may driver accept your order":
- "Повысьте цену, чтобы водитель принял заказ",
- "Change Route": "Изменить маршрут",
- "No Captain Accepted Your Order": "Водитель не найден",
- "We are looking for a captain but the price may increase to let a captain accept":
- "Ищем водителя, цена может вырасти",
- "No, I want to cancel this trip": "Нет, хочу отменить",
- "Attention": "Внимание",
- "Trip Cancelled. The cost of the trip will be deducted from your wallet.":
- "Отмена. Стоимость списана с кошелька.",
- "You will be charged for the cost of the driver coming to your location.":
- "С вас будет списана стоимость подачи.",
- "reject your order.": "отклонил заказ.",
- "Order Under Review": "Заказ на проверке",
- "is reviewing your order. They may need more information or a higher price.":
- "проверяет заказ. Может потребоваться выше цена.",
- "Vibration": "Вибрация",
- "Resend code": "Отправить код снова",
- "change device": "сменить устройство",
- "Device Change Detected": "Смена устройства обнаружена",
- "You can only use one device at a time. This device will now be set as your active device.":
- "Можно использовать только одно устройство. Это устройство теперь активно.",
- "Click here point": "Нажмите здесь",
- "Are you want to change": "Хотите изменить",
- "by": "кем",
- "Enter your complaint here": "Введите жалобу здесь",
- "Please enter your complaint.": "Пожалуйста, введите жалобу.",
- "Complaint data saved successfully": "Жалоба сохранена",
- "Trip Monitor": "Мониторинг поездки",
- "Insert SOS Phone": "Введите SOS номер",
- "Add SOS Phone": "Добавить SOS номер",
- "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 ,":
- "Привет,\n\n🚀 Я начал поездку и хочу поделиться локацией! Скачай Intaleq, чтобы следить за мной.\n\n👉 Скачать: \nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\niOS [https://getapp.cc/app/6458734951]\n\nДо связи!\n\nIntaleq ,",
"Send Intaleq app to him": "Отправить ему приложение Intaleq",
"No passenger found for the given phone number": "Пассажир не найден",
"No user found for the given phone number": "Пользователь не найден",
@@ -17098,8 +20597,8 @@ class MyTranslation extends Translations {
"Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.":
"Наличные или карта.",
"Can I cancel my ride?": "Могу я отменить?",
- "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 under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.":
+ "Да, вы можете отменить поездку при определенных условиях (например, до назначения водителя). Подробности см. в правилах отмены Intaleq.",
"Driver Registration & Requirements": "Регистрация водителя",
"How can I register as a driver?": "Как стать водителем?",
"What are the requirements to become a driver?":
@@ -17151,36 +20650,6 @@ class MyTranslation extends Translations {
"У вас есть код приглашения?",
"Paste the code here": "Вставьте код",
"No, I don't have a code": "Нет кода",
- "Code approved": "Код принят",
- "Install our app:": "Установите приложение:",
- "Invite another driver and both get a gift after he completes 100 trips!":
- "Пригласи водителя и получи бонус после 100 поездок!",
- "Invite": "Пригласить",
- "Are you sure?": "Вы уверены?",
- "This will delete all recorded files from your device.":
- "Это удалит все файлы с устройства.",
- "Select a file": "Выбрать файл",
- "Select a File": "Выбрать Файл",
- "Delete": "Удалить",
- "attach audio of complain": "прикрепить аудио жалобы",
- "Phone Number Check": "Проверка номера",
- "Drivers received orders": "Водители получили заказы",
- "No audio files recorded.": "Нет записей.",
- "This is for delivery or a motorcycle.":
- "Для доставки или мотоцикла.",
- "Intaleq Reminder": "Напоминание Intaleq",
- "It's time to check the Intaleq app!":
- "Проверьте приложение Intaleq!",
- "you must insert token code": "введите токен",
- "Something went wrong. Please try again.": "Что-то пошло не так.",
- "Trip Details": "Детали",
- "The context does not provide any complaint details, so I cannot provide a solution to this issue. Please provide the necessary information, and I will be happy to assist you.":
- "Нет деталей жалобы.",
- "Submit Your Complaint": "Отправить жалобу",
- "Status": "Статус",
- "Choose from contact": "Выбрать из контактов",
- "attach correct audio": "прикрепите верное аудио",
- "be sure": "убедитесь",
"Audio uploaded successfully.": "Аудио загружено.",
"Perfect for passengers seeking the latest car models with the freedom to choose any route they desire":
"Идеально для новых авто и свободы маршрута",
@@ -17335,7 +20804,6 @@ class MyTranslation extends Translations {
"I added the wrong pick-up/drop-off location": "Неверный адрес",
"I don't have a reason": "Нет причины",
"Can we know why you want to cancel Ride ?": "Почему отменяете?",
- "Cancel Ride": "Отмена",
"Add Payment Method": "Добавить метод оплаты",
"Ride Wallet": "Кошелек",
"Payment Method": "Метод оплаты",
@@ -17855,7 +21323,6 @@ class MyTranslation extends Translations {
"Edit Your data": "Редактировать",
"write vin for your car": "введите VIN",
"VIN": "VIN",
- "Device Change Detected": "Смена устройства",
"Please verify your identity": "Подтвердите личность",
"write Color for your car": "введите цвет",
"write Make for your car": "введите марку",
@@ -17903,15 +21370,277 @@ class MyTranslation extends Translations {
"Your Budget less than needed": "Мало средств",
"You can change the Country to get all features":
"Смените страну для всех функций",
- "Change Country": "Сменить страну"
+ "There is no Car or Driver in your area.":
+ "В вашем районе нет машин или водителей.",
+ "Change Country": "Сменить страну",
},
"it": {
+ "1 Passenger": "1 Passenger",
+ "2 Passengers": "2 Passengers",
+ "3 Passengers": "3 Passengers",
+ "4 Passengers": "4 Passengers",
+ "2. Attach Recorded Audio (Optional)":
+ "2. Attach Recorded Audio (Optional)",
+ "Account": "Account",
+ "Actions": "Actions",
+ "Active Users": "Active Users",
+ "Add a Stop": "Add a Stop",
+ "Add a new waypoint stop": "Add a new waypoint stop",
+ "After this period\nYou can\'t cancel!":
+ "After this period\nYou can\'t cancel!",
+ "Age is": "Age is",
+ "Alert": "Alert",
+ "An OTP has been sent to your number.":
+ "An OTP has been sent to your number.",
+ "An error occurred": "An error occurred",
+ "Appearance": "Appearance",
+ "Are you sure you want to delete this file?":
+ "Are you sure you want to delete this file?",
+ "Are you sure you want to logout?":
+ "Are you sure you want to logout?",
+ "Arrived": "Arrived",
+ "Audio Recording": "Audio Recording",
+ "Call": "Call",
+ "Call Support": "Call Support",
+ "Call left": "Call left",
+ "Change Photo": "Change Photo",
+ "Choose from Gallery": "Choose from Gallery",
+ "Choose from contact": "Choose from contact",
+ "Click to track the trip": "Click to track the trip",
+ "Close panel": "Close panel",
+ "Coming": "Coming",
+ "Complete Payment": "Complete Payment",
+ "Confirm Cancellation": "Confirm Cancellation",
+ "Confirm Pickup Location": "Confirm Pickup Location",
+ "Connection failed. Please try again.":
+ "Connection failed. Please try again.",
+ "Could not create ride. Please try again.":
+ "Could not create ride. Please try again.",
+ "Crop Photo": "Crop Photo",
+ "Dark Mode": "Dark Mode",
+ "Delete": "Delete",
+ "Delete Account": "Delete Account",
+ "Delete All": "Delete All",
+ "Delete All Recordings?": "Delete All Recordings?",
+ "Delete Recording?": "Delete Recording?",
+ "Destination Set": "Destination Set",
+ "Distance": "Distance",
+ "Double tap to open search or enter destination":
+ "Double tap to open search or enter destination",
+ "Double tap to set or change this waypoint on the map":
+ "Double tap to set or change this waypoint on the map",
+ "Drawing route on map...": "Drawing route on map...",
+ "Driver Phone": "Driver Phone",
+ "Driver is Going To You": "Driver is Going To You",
+ "Emergency Mode Triggered": "Emergency Mode Triggered",
+ "Emergency SOS": "Emergency SOS",
+ "Enter the 5-digit code": "Enter the 5-digit code",
+ "Enter your City": "Enter your City",
+ "Enter your Password": "Enter your Password",
+ "Failed to book trip: \$e": "Failed to book trip: \$e",
+ "Failed to get location": "Failed to get location",
+ "Failed to initiate payment. Please try again.":
+ "Failed to initiate payment. Please try again.",
+ "Failed to send OTP": "Failed to send OTP",
+ "Failed to upload photo": "Failed to upload photo",
+ "Finished": "Finished",
+ "Fixed Price": "Fixed Price",
+ "General": "General",
+ "Grant": "Grant",
+ "Have a Promo Code?": "Have a Promo Code?",
+ "Hello! I\'m inviting you to try Intaleq.":
+ "Hello! I\'m inviting you to try Intaleq.",
+ "Hi ,I Arrive your site": "Hi ,I Arrive your site",
+ "Hi, Where to": "Hi, Where to",
+ "Home": "Home",
+ "I am currently located at": "I am currently located at",
+ "I'm Safe": "I'm Safe",
+ "If you need to reach me, please contact the driver directly at":
+ "If you need to reach me, please contact the driver directly at",
+ "Image Upload Failed": "Image Upload Failed",
+ "Intaleq Passenger": "Intaleq Passenger",
+ "Invite": "Invite",
+ "Join a channel": "Join a channel",
+ "Last Name": "Last Name",
+ "Leave a detailed comment (Optional)":
+ "Leave a detailed comment (Optional)",
+ "Light Mode": "Light Mode",
+ "Listen": "Listen",
+ "Location": "Location",
+ "Location Received": "Location Received",
+ "Logout": "Logout",
+ "Map Error": "Map Error",
+ "Message": "Message",
+ "Move map to select destination": "Move map to select destination",
+ "Move map to set start location": "Move map to set start location",
+ "Move map to set stop": "Move map to set stop",
+ "Move map to your home location": "Move map to your home location",
+ "Move map to your pickup point": "Move map to your pickup point",
+ "Move map to your work location": "Move map to your work location",
+ "N/A": "N/A",
+ "No Notifications": "No Notifications",
+ "No Recordings Found": "No Recordings Found",
+ "No Rides now!": "No Rides now!",
+ "No contacts available": "No contacts available",
+ "No i want": "No i want",
+ "No notification data found.": "No notification data found.",
+ "No routes available for this destination.":
+ "No routes available for this destination.",
+ "No user found": "No user found",
+ "No,I want": "No,I want",
+ "No.Iwant Cancel Trip.": "No.Iwant Cancel Trip.",
+ "Now move the map to your pickup point":
+ "Now move the map to your pickup point",
+ "Now set the pickup point for the other person":
+ "Now set the pickup point for the other person",
+ "On Trip": "On Trip",
+ "Open": "Open",
+ "Open destination search": "Open destination search",
+ "Open in Google Maps": "Open in Google Maps",
+ "Order VIP Canceld": "Order VIP Canceld",
+ "Passenger": "Passenger",
+ "Passenger cancel order": "Passenger cancel order",
+ "Pay by MTN Wallet": "Pay by MTN Wallet",
+ "Pay by Sham Cash": "Pay by Sham Cash",
+ "Pay by Syriatel Wallet": "Pay by Syriatel Wallet",
+ "Pay with PayPal": "Pay with PayPal",
+ "Phone": "Phone",
+ "Phone Number": "Phone Number",
+ "Phone Number Check": "Phone Number Check",
+ "Phone number seems too short": "Phone number seems too short",
+ "Phone verified. Please complete registration.":
+ "Phone verified. Please complete registration.",
+ "Pick destination on map": "Pick destination on map",
+ "Pick location on map": "Pick location on map",
+ "Pick on map": "Pick on map",
+ "Pick start point on map": "Pick start point on map",
+ "Plan Your Route": "Plan Your Route",
+ "Please add contacts to your phone.":
+ "Please add contacts to your phone.",
+ "Please check your internet and try again.":
+ "Please check your internet and try again.",
+ "Please enter a valid email.": "Please enter a valid email.",
+ "Please enter a valid phone number.":
+ "Please enter a valid phone number.",
+ "Please enter the number without the leading 0":
+ "Please enter the number without the leading 0",
+ "Please enter your phone number": "Please enter your phone number",
+ "Please go to Car now": "Please go to Car now",
+ "Please select a reason first": "Please select a reason first",
+ "Please set a valid SOS phone number.":
+ "Please set a valid SOS phone number.",
+ "Please slow down": "Please slow down",
+ "Please wait while we prepare your trip.":
+ "Please wait while we prepare your trip.",
+ "Preferences": "Preferences",
+ "Profile photo updated": "Profile photo updated",
+ "Quick Message": "Quick Message",
+ "Rating is": "Rating is",
+ "Received empty route data.": "Received empty route data.",
+ "Record": "Record",
+ "Record your trips to see them here.":
+ "Record your trips to see them here.",
+ "Rejected Orders Count": "Rejected Orders Count",
+ "Remove waypoint": "Remove waypoint",
+ "Report": "Report",
+ "Route and prices have been calculated successfully!":
+ "Route and prices have been calculated successfully!",
+ "SOS": "SOS",
+ "Save": "Save",
+ "Save Changes": "Save Changes",
+ "Save Name": "Save Name",
+ "Search country": "Search country",
+ "Search for a starting point": "Search for a starting point",
+ "Select Appearance": "Select Appearance",
+ "Select Education": "Select Education",
+ "Select Gender": "Select Gender",
+ "Select This Ride": "Select This Ride",
+ "Select betweeen types": "Select betweeen types",
+ "Send Email": "Send Email",
+ "Send SOS": "Send SOS",
+ "Send WhatsApp Message": "Send WhatsApp Message",
+ "Server Error": "Server Error",
+ "Server error": "Server error",
+ "Server error. Please try again.": "Server error. Please try again.",
+ "Set Destination": "Set Destination",
+ "Set Phone Number": "Set Phone Number",
+ "Set as Home": "Set as Home",
+ "Set as Stop": "Set as Stop",
+ "Set as Work": "Set as Work",
+ "Share": "Share",
+ "Share Trip": "Share Trip",
+ "Share your experience to help us improve...":
+ "Share your experience to help us improve...",
+ "Something went wrong. Please try again.":
+ "Something went wrong. Please try again.",
+ "Speaking...": "Speaking...",
+ "Speed Over": "Speed Over",
+ "Start Point": "Start Point",
+ "Stay calm. We are here to help.": "Stay calm. We are here to help.",
+ "Stop": "Stop",
+ "Submit Rating": "Submit Rating",
+ "Support & Info": "Support & Info",
+ "System Default": "System Default",
+ "Take a Photo": "Take a Photo",
+ "Tap to apply your discount": "Tap to apply your discount",
+ "Tap to search your destination": "Tap to search your destination",
+ "The driver cancelled the trip.": "The driver cancelled the trip.",
+ "This action cannot be undone.": "This action cannot be undone.",
+ "This action is permanent and cannot be undone.":
+ "This action is permanent and cannot be undone.",
+ "This is for delivery or a motorcycle.":
+ "This is for delivery or a motorcycle.",
+ "Time": "Time",
+ "To :": "To :",
+ "Top up Balance": "Top up Balance",
+ "Top up Balance to continue": "Top up Balance to continue",
+ "Total Invites": "Total Invites",
+ "Total Price": "Total Price",
+ "Trip booked successfully": "Trip booked successfully",
+ "Type your message...": "Type your message...",
+ "Unknown Location": "Unknown Location",
+ "Update Name": "Update Name",
+ "Verified Passenger": "Verified Passenger",
+ "View Map": "View Map",
+ "Wait for the trip to start first":
+ "Wait for the trip to start first",
+ "Waiting...": "Waiting...",
+ "Warning": "Warning",
+ "Waypoint has been set successfully":
+ "Waypoint has been set successfully",
+ "We use location to get accurate and nearest driver for you":
+ "We use location to get accurate and nearest driver for you",
+ "WhatsApp": "WhatsApp",
+ "Why do you want to cancel?": "Why do you want to cancel?",
+ "Yes": "Yes",
+ "You should ideintify your gender for this type of trip!":
+ "You should ideintify your gender for this type of trip!",
+ "You will choose one of above!": "You will choose one of above!",
+ "Your Rewards": "Your Rewards",
+ "Your complaint has been submitted.":
+ "Your complaint has been submitted.",
+ "and acknowledge our Privacy Policy.":
+ "and acknowledge our Privacy Policy.",
+ "as the driver.": "as the driver.",
+ "cancelled": "cancelled",
+ "due to a previous trip.": "due to a previous trip.",
+ "insert sos phone": "insert sos phone",
+ "is driving a": "is driving a",
+ "min added to fare": "min added to fare",
+ "phone not verified": "phone not verified",
+ "to arrive you.": "to arrive you.",
+ "unknown": "unknown",
+ "wait 1 minute to recive message": "wait 1 minute to recive message",
+ "with license plate": "with license plate",
+ "witout zero": "witout zero",
+ "you must insert token code": "you must insert token code",
+ "Syria": "Siria",
+ "SYP": "SYP",
"Order": "Ordine",
"OrderVIP": "Ordine VIP",
"Cancel Trip": "Annulla corsa",
"Passenger Cancel Trip": "Il passeggero ha annullato la corsa",
"VIP Order": "Ordine VIP",
- "Hi ,I Arrive your site": "Ciao, sono arrivato alla tua posizione",
"The driver accepted your trip":
"L'autista ha accettato la tua corsa",
"message From passenger": "Messaggio dal passeggero",
@@ -17919,10 +21648,37 @@ class MyTranslation extends Translations {
"Trip Cancelled. The cost of the trip will be added to your wallet.":
"Corsa annullata. Il costo sarà accreditato sul tuo portafoglio.",
"token change": "Cambio token",
+ "Changed my mind": "Ho cambiato idea",
+ "Please write the reason...": "Scrivi il motivo...",
+ "Found another transport": "Ho trovato un altro mezzo",
+ "Driver is taking too long": "L'autista ci mette troppo",
+ "Driver asked me to cancel": "L'autista mi ha chiesto di annullare",
+ "Wrong pickup location": "Punto di partenza errato",
+ "Other": "Altro",
+ "Don't Cancel": "Non annullare",
+ "No Drivers Found": "Nessun autista trovato",
+ "Sorry, there are no cars available of this type right now.":
+ "Spiacenti, non ci sono auto di questo tipo disponibili al momento.",
+ "Refresh Map": "Aggiorna mappa",
"face detect": "Rilevamento volto",
"Face Detection Result": "Risultato rilevamento volto",
"similar": "Simile",
"not similar": "Non simile",
+ "Searching for nearby drivers...":
+ "Ricerca autisti nelle vicinanze...",
+ "Error": "Errore",
+ "Failed to search, please try again later":
+ "Ricerca non riuscita, riprova più tardi",
+ "Connection Error": "Errore di connessione",
+ "Please check your internet connection":
+ "Controlla la tua connessione internet",
+ "Sorry 😔": "Spiacenti 😔",
+ "The driver cancelled the trip for an emergency reason.\nDo you want to search for another driver immediately?":
+ "L'autista ha annullato il viaggio per un'emergenza.\nVuoi cercare subito un altro autista?",
+ "Search for another driver": "Cerca un altro autista",
+ "We apologize 😔": "Ci scusiamo 😔",
+ "No drivers found at the moment.\nPlease try again later.":
+ "Nessun autista trovato al momento.\nRiprova più tardi.",
"Hi ,I will go now": "Ciao, sto partendo ora",
"Passenger come to you": "Il passeggero sta venendo da te",
"Call Income": "Chiamata in arrivo",
@@ -17939,8 +21695,6 @@ class MyTranslation extends Translations {
"Driver Applied the Ride for You":
"L'autista ha richiesto la corsa per te",
"Applied": "Richiesto",
- "Pay by Sham Cash": "Paga con Sham Cash",
- "Pay with Debit Card": "Paga con carta di debito",
"Please go to Car Driver": "Per favore, vai dall'autista",
"Ok I will go now.": "Ok, vado ora.",
"Accepted Ride": "Corsa accettata",
@@ -17955,9 +21709,9 @@ class MyTranslation extends Translations {
"Per favore, resta al punto di raccolta.",
"message From Driver": "Messaggio dall'autista",
"Trip is Begin": "Il viaggio è iniziato",
- "Cancel Trip from driver": "Annullamento corsa dall'autista",
+ "Cancel Trip from driver": "Corsa annullata dall'autista",
"We will look for a new driver.\nPlease wait.":
- "Cerchiamo un nuovo autista.\nAttendere prego.",
+ "Cercheremo un nuovo autista.\nAttendere prego.",
"The driver canceled your ride.":
"L'autista ha annullato la tua corsa.",
"Driver Finish Trip": "L'autista ha terminato la corsa",
@@ -17965,38 +21719,19 @@ class MyTranslation extends Translations {
"Don’t forget your personal belongings.":
"Non dimenticare i tuoi effetti personali.",
"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 prima di scendere. Grazie per aver scelto Intaleq.",
+ "Assicurati di avere tutti i tuoi effetti personali e che l'eventuale resto sia stato aggiunto al tuo portafoglio. Grazie per aver scelto Intaleq.",
"Finish Monitor": "Termina monitoraggio",
- "Trip finished": "Corsa terminata",
+ "Trip finished": "Corsa finita",
"Call Income from Driver": "Chiamata dall'autista",
"Driver Cancelled Your Trip": "L'autista ha annullato la tua corsa",
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "Pagherai il tempo dell'autista, controlla il tuo portafoglio Intaleq",
+ "Pagherai il costo del tempo dell'autista, controlla il tuo portafoglio Intaleq",
"Order Applied": "Ordine applicato",
"welcome to intaleq": "Benvenuto in Intaleq",
"login or register subtitle":
"Inserisci il tuo numero di cellulare per accedere o registrarti",
- "An application error occurred.":
- "Si è verificato un errore dell'applicazione.",
- "Submission Failed": "Invio fallito",
- "Your complaint has been submitted.":
- "Il tuo reclamo è stato inviato.",
- "Failed to connect to the server. Please try again.":
- "Impossibile connettersi al server. Riprova.",
- "Ride information not found. Please refresh the page.":
- "Informazioni sulla corsa non trovate. Aggiorna la pagina.",
- "Please describe your issue before submitting.":
- "Descrivi il tuo problema prima di inviare.",
- "An application error occurred during upload.":
- "Si è verificato un errore durante il caricamento.",
- "Failed to upload audio file.": "Caricamento file audio fallito.",
- "Audio uploaded successfully.": "Audio caricato con successo.",
"Complaint cannot be filed for this ride. It may not have been completed or started.":
"Impossibile presentare reclamo per questa corsa. Potrebbe non essere stata completata o iniziata.",
- "2. Attach Recorded Audio (Optional)":
- "2. Allega audio registrato (Opzionale)",
- "Please enter a description of the issue.":
- "Inserisci una descrizione del problema.",
"phone number label": "Numero di telefono",
"phone number required": "Numero di telefono richiesto",
"send otp button": "Invia OTP",
@@ -18018,7 +21753,6 @@ class MyTranslation extends Translations {
"Resend Code": "Invia di nuovo",
"You can resend in": "Puoi inviare di nuovo tra",
"seconds": "secondi",
- "Error": "Errore",
"Please enter the complete 6-digit code.":
"Inserisci il codice completo a 6 cifre.",
"last name required": "Cognome richiesto",
@@ -18033,29 +21767,11 @@ class MyTranslation extends Translations {
"otp verification failed": "Verifica OTP fallita.",
"registration failed": "Registrazione fallita.",
"welcome user": "Benvenuto, @firstName!",
- "Cancel Trip from driver": "Corsa annullata dall'autista",
- "We will look for a new driver.\nPlease wait.":
- "Cercheremo un nuovo autista.\nAttendere prego.",
- "The driver canceled your ride.":
- "L'autista ha annullato la tua corsa.",
- "Driver Finish Trip": "L'autista ha terminato la corsa",
- "you will pay to Driver": "Pagherai all'autista",
"Don't forget your personal belongings.":
"Non dimenticare i tuoi effetti personali.",
- "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.",
- "Finish Monitor": "Termina monitoraggio",
- "Trip finished": "Corsa finita",
- "Call Income from Driver": "Chiamata dall'autista",
- "Driver Cancelled Your Trip": "L'autista ha annullato la tua corsa",
- "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",
- "Order Applied": "Ordine applicato",
"Share App": "Condividi app",
"Wallet": "Portafoglio",
"Balance": "Saldo",
- "Don’t forget your personal belongings.":
- "Non dimenticare i tuoi effetti personali.",
"Profile": "Profilo",
"Contact Support": "Contatta supporto",
"Session expired. Please log in again.":
@@ -18089,16 +21805,10 @@ class MyTranslation extends Translations {
"Order for myself": "Ordina per me",
"Are you want to go this site": "Vuoi andare in questo luogo?",
"No": "No",
- "Pay by Sham Cash": "Paga con Sham Cash",
"Intaleq Wallet": "Portafoglio Intaleq",
"Have a promo code?": "Hai un codice promozionale?",
"Your Wallet balance is ": "Il saldo del tuo portafoglio è: ",
"Cash": "Contanti",
- "Phone Number": "Numero di telefono",
- "Search country": "Cerca paese",
- "Payment Successful!": "Pagamento riuscito!",
- "Your payment was successful.":
- "Il tuo pagamento è andato a buon fine.",
"Pay directly to the captain": "Paga direttamente al conducente",
"Top up Wallet to continue": "Ricarica il portafoglio per continuare",
"Or pay with Cash instead": "O paga in contanti",
@@ -18115,20 +21825,7 @@ class MyTranslation extends Translations {
"Top up Wallet": "Ricarica portafoglio",
"Add funds using our secure methods":
"Aggiungi fondi con i nostri metodi sicuri",
- "Driver is waiting": "L'autista sta aspettando",
- "Type your message...": "Scrivi il tuo messaggio...",
- "Driver Accepted Request": "L'autista ha accettato la richiesta",
- "Message": "Messaggio",
- "Call": "Chiama",
- "Set Phone Number": "Imposta numero telefono",
- "Select This Ride": "Seleziona questa corsa",
- "Call Driver": "Chiama autista",
"Increase Fare": "Aumenta tariffa",
- "Stop": "Stop",
- "Record": "Registra",
- "Share": "Condividi",
- "WhatsApp": "WhatsApp",
- "SOS": "SOS",
"No drivers accepted your request yet":
"Nessun autista ha ancora accettato la tua richiesta",
"Increasing the fare might attract more drivers. Would you like to increase the price?":
@@ -18139,17 +21836,12 @@ class MyTranslation extends Translations {
"Route Not Found": "Percorso non trovato",
"We couldn't find a valid route to this destination. Please try selecting a different point.":
"Non siamo riusciti a trovare un percorso valido. Prova a selezionare un punto diverso.",
- "alert": "Avviso",
"You can call or record audio during this trip.":
"Puoi chiamare o registrare audio durante questo viaggio.",
"Warning: Speeding detected!":
"Attenzione: Rilevato eccesso di velocità!",
- "Fixed Price": "Prezzo fisso",
- "Report": "Segnala",
"Comfort": "Comfort",
"Intaleq Balance": "Saldo Intaleq",
- "Search for a starting point": "Cerca un punto di partenza",
- "Top up Balance to continue": "Ricarica il saldo per continuare",
"Electric": "Elettrica",
"Lady": "Donna",
"Van": "Furgone",
@@ -18167,8 +21859,6 @@ class MyTranslation extends Translations {
"Contacts Loaded": "Contatti caricati",
"Showing": "Visualizzazione",
"of": "di",
- "Pay by MTN Wallet": "Paga con MTN Wallet",
- "Pay by Syriatel Wallet": "Paga con Syriatel Wallet",
"Customer not found": "Cliente non trovato",
"Wallet is blocked": "Il portafoglio è bloccato",
"Customer phone is not active":
@@ -18241,7 +21931,6 @@ class MyTranslation extends Translations {
"Delete Permanently": "Elimina definitivamente",
"Male": "Maschio",
"Female": "Femmina",
- "Other": "Altro",
"High School Diploma": "Diploma di scuola superiore",
"Associate Degree": "Laurea breve",
"Bachelor's Degree": "Laurea triennale",
@@ -18263,8 +21952,6 @@ class MyTranslation extends Translations {
"Van for familly": "Furgone per famiglia",
"Are you sure to delete this location?":
"Sei sicuro di voler eliminare questa posizione?",
- "Change Work location?": "Cambiare luogo di lavoro?",
- "Change Home location?": "Cambiare indirizzo di casa?",
"Submit a Complaint": "Invia un reclamo",
"Submit Complaint": "Invia reclamo",
"No trip history found": "Nessuna cronologia viaggi",
@@ -18286,28 +21973,6 @@ class MyTranslation extends Translations {
"Controlla più tardi per nuove offerte!",
"Valid Until:": "Valido fino a:",
"CODE": "CODICE",
- "Login": "Accedi",
- "Sign in for a seamless experience":
- "Accedi per un'esperienza ottimale",
- "Sign In with Google": "Accedi con Google",
- "Sign in with Apple": "Accedi con Apple",
- "User not found": "Utente non trovato",
- "Need assistance? Contact us": "Serve aiuto? Contattaci",
- "Email": "Email",
- "Your email address": "Il tuo indirizzo email",
- "Enter a valid email": "Inserisci un'email valida",
- "Password": "Password",
- "Your password": "La tua password",
- "Enter your password": "Inserisci la tua password",
- "Submit": "Invia",
- "Terms of Use & Privacy Notice":
- "Termini d'uso e Informativa sulla privacy",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the ":
- "Selezionando \"Accetto\", confermo di aver letto e accettato i ",
- "Terms of Use": "Termini d'uso",
- " and acknowledge the ": " e prendo atto della ",
- "Privacy Notice": "Informativa sulla privacy",
- " . I am at least 18 years old.": " . Ho almeno 18 anni.",
"I Agree": "Accetto",
"Continue": "Continua",
"Enable Location": "Attiva posizione",
@@ -18334,210 +21999,6 @@ class MyTranslation extends Translations {
"Copy": "Copia",
"Promo Copied!": "Promo copiata!",
"Code": "Codice",
- "copied to clipboard": "copiato negli appunti",
- "Price": "Prezzo",
- "Intaleq's Response": "Risposta di Intaleq",
- "Awaiting response...": "In attesa di risposta...",
- "Audio file not attached": "File audio non allegato",
- "The audio file is not uploaded yet.\\nDo you want to submit without it?":
- "Il file audio non è ancora caricato.\\nVuoi inviare senza?",
- "deleted": "eliminato",
- "To Work": "Al lavoro",
- "Work Saved": "Lavoro salvato",
- "To Home": "A casa",
- "Home Saved": "Casa salvata",
- "Destination selected": "Destinazione selezionata",
- "Now select start pick": "Ora seleziona il punto di partenza",
- "OK": "OK",
- "Confirm Pick-up Location": "Conferma punto di raccolta",
- "Set Location on Map": "Imposta posizione sulla mappa",
- "Leave a detailed comment (Optional)":
- "Lascia un commento dettagliato (Opzionale)",
- "Share your experience to help us improve...":
- "Condividi la tua esperienza per aiutarci a migliorare...",
- "Your valuable feedback helps us improve our service quality.":
- "Il tuo prezioso feedback ci aiuta a migliorare la qualità del servizio.",
- "witout zero": "senza zero",
- "Top up Balance": "Ricarica saldo",
- "An error occurred": "Si è verificato un errore",
- "Send WhatsApp Message": "Invia messaggio WhatsApp",
- "How was your trip with": "Com'è andato il viaggio con",
- "Drawing route on map...": "Disegno percorso sulla mappa...",
- "Please wait while we prepare your trip.":
- "Attendi mentre prepariamo il tuo viaggio.",
- "Submit Rating": "Invia valutazione",
- "Call Support": "Chiama supporto",
- "You can contact us during working hours from 10:00 - 16:00.":
- "Puoi contattarci durante l'orario di lavoro 10:00 - 16:00.",
- "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.":
- "Intaleq è l'app di ride-sharing più sicura e affidabile in Italia. Offriamo un'esperienza confortevole, rispettosa e conveniente. I nostri autisti sono verificati e assicurati.",
- "Work time is from 10:00 AM to 16:00 PM.\nYou can send a WhatsApp message or email.":
- "Orario di lavoro 10:00 - 16:00.\nPuoi inviare un messaggio WhatsApp o email.",
- "Sorry": "Spiacente",
- "Customer MSISDN doesn’t have customer wallet":
- "Il numero cliente non ha un portafoglio",
- "Please enter the number without the leading 0":
- "Inserisci il numero senza lo 0 iniziale",
- "Please enter your phone number":
- "Inserisci il tuo numero di telefono",
- "Phone number seems too short": "Il numero sembra troppo corto",
- "No cars are available at the moment. Please try again later.":
- "Nessuna auto disponibile al momento. Riprova più tardi.",
- "Nearest Car: ~": "Auto più vicina: ~",
- "Nearest Car": "Auto più vicina",
- "No cars nearby": "Nessuna auto nelle vicinanze",
- "Favorite Places": "Luoghi preferiti",
- "No favorite places yet!": "Nessun luogo preferito ancora!",
- "from your favorites": "dai tuoi preferiti",
- "Back": "Indietro",
- "Enter your code below to apply the discount.":
- "Inserisci il codice qui sotto per applicare lo sconto.",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the":
- "Selezionando \"Accetto\", confermo di aver letto e accettato i",
- "and acknowledge the": "e prendo atto della",
- "Enable Location Access": "Abilita accesso posizione",
- "We need your location to find nearby drivers for pickups and drop-offs.":
- "Abbiamo bisogno della tua posizione per trovare autisti vicini.",
- "You should restart app to change language":
- "Riavvia l'app per cambiare lingua",
- "Home Page": "Home Page",
- "To change Language the App": "Per cambiare la lingua dell'App",
- "Learn more about our app and mission":
- "Scopri di più sulla nostra app e missione",
- "Promos For Today": "Promo per oggi",
- "Choose your ride": "Scegli la tua corsa",
- "Your Journey Begins Here": "Il tuo viaggio inizia qui",
- "Bonus gift": "Regalo bonus",
- "Pay": "Paga",
- "Get": "Ottieni",
- "Send to Driver Again": "Invia di nuovo all'autista",
- "Driver Name:": "Nome autista:",
- "No trip data available": "Nessun dato di viaggio disponibile",
- "Car Plate:": "Targa:",
- "remaining": "rimanente",
- "Order Cancelled": "Ordine annullato",
- "You canceled VIP trip": "Hai annullato il viaggio VIP",
- "Passenger cancelled order": "Il passeggero ha annullato l'ordine",
- "Your trip is scheduled": "Il tuo viaggio è programmato",
- "Don't forget your ride!": "Non dimenticare la tua corsa!",
- "Trip updated successfully": "Corsa aggiornata con successo",
- "Car Make:": "Marca:",
- "Car Model:": "Modello:",
- "Car Color:": "Colore:",
- "Driver Phone:": "Tel. Autista:",
- "Pre-booking": "Prenotazione anticipata",
- "Waiting VIP": "Attesa VIP",
- "Driver List": "Lista autisti",
- "Confirm Trip": "Conferma corsa",
- "Select date and time of trip": "Seleziona data e ora",
- "Date and Time Picker": "Selettore Data e Ora",
- "Trip Status:": "Stato corsa:",
- "pending": "in attesa",
- "accepted": "accettato",
- "rejected": "rifiutato",
- "Apply": "Applica",
- "Enter your promo code": "Inserisci codice promo",
- "Apply Promo Code": "Applica codice promo",
- "Scheduled Time:": "Orario programmato:",
- "No drivers available": "Nessun autista disponibile",
- "No drivers available at the moment. Please try again later.":
- "Nessun autista disponibile al momento. Riprova più tardi.",
- "you have a negative balance of": "hai un saldo negativo di",
- "Please try again in a few moments": "Riprova tra qualche istante",
- "Unknown Driver": "Autista sconosciuto",
- "in your": "nel tuo",
- "The driver accepted your order for":
- "L'autista ha accettato il tuo ordine per",
- "wallet due to a previous trip.":
- "portafoglio a causa di un viaggio precedente.",
- "rides": "corse",
- "Add Work": "Aggiungi lavoro",
- "The reason is": "Il motivo è",
- "User does not have a wallet #1652":
- "L'utente non ha un portafoglio #1652",
- "Price of trip": "Prezzo della corsa",
- "From:": "Da:",
- "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
- "Per Intaleq e Consegne, il prezzo è dinamico. Per Comfort, è basato su tempo e distanza.",
- "Phone Wallet Saved Successfully": "Telefono portafoglio salvato",
- "Add wallet phone you use":
- "Aggiungi il telefono del portafoglio che usi",
- "Update Available": "Aggiornamento disponibile",
- "Phone number must be exactly 11 digits long":
- "Il numero deve avere 10 cifre",
- "Insert Wallet phone number": "Inserisci numero portafoglio",
- "Phone number isn't an Egyptian phone number":
- "Il numero non è valido",
- "A new version of the app is available. Please update to the latest version.":
- "Nuova versione disponibile. Aggiorna all'ultima versione.",
- "We use location to get accurate and nearest passengers for you":
- "Usiamo la posizione per trovare i passeggeri più vicini",
- "This ride is already applied by another driver.":
- "Questa corsa è già stata presa da un altro autista.",
- "We use your precise location to find the nearest available driver and provide accurate pickup and dropoff information. You can manage this in Settings.":
- "Usiamo la tua posizione precisa per trovare l'autista più vicino e fornire informazioni accurate. Puoi gestirlo nelle Impostazioni.",
- "Where are you, sir?": "Dove sei, signore?",
- "I've been trying to reach you but your phone is off.":
- "Ho provato a chiamarti ma il telefono è spento.",
- "Please don't be late": "Per favore non fare tardi",
- "Please don't be late, I'm waiting for you at the specified location.":
- "Non fare tardi, ti aspetto nel luogo indicato.",
- "My location is correct. You can search for me using the navigation app":
- "La mia posizione è corretta. Puoi cercarmi con il navigatore",
- "Hello, I'm at the agreed-upon location":
- "Ciao, sono nel luogo concordato",
- "How much longer will you be?": "Quanto tempo ci vuole ancora?",
- "Phone number is verified before": "Il numero è già verificato",
- "Change Ride": "Cambia corsa",
- "You can change the destination by long-pressing any point on the map":
- "Puoi cambiare destinazione premendo a lungo sulla mappa",
- "Pick from map destination": "Scegli destinazione dalla mappa",
- "Pick or Tap to confirm": "Scegli o tocca per confermare",
- "Accepted your order": "Ha accettato il tuo ordine",
- "Order Accepted": "Ordine accettato",
- "with type": "con tipo",
- "accepted your order at price": "ha accettato l'ordine al prezzo",
- "you canceled order": "hai annullato l'ordine",
- "If you want order to another person":
- "Se vuoi ordinare per un'altra persona",
- "upgrade price": "aumenta prezzo",
- "airport": "aeroporto",
- "Best choice for a comfortable car with a flexible route and stop points. This airport offers visa entry at this price.":
- "Migliore scelta per un'auto comoda con percorso flessibile.",
- "You can upgrade price to may driver accept your order":
- "Puoi aumentare il prezzo per far accettare l'autista",
- "Change Route": "Cambia percorso",
- "No Captain Accepted Your Order": "Nessun conducente ha accettato",
- "We are looking for a captain but the price may increase to let a captain accept":
- "Cerchiamo un conducente ma il prezzo potrebbe aumentare",
- "No, I want to cancel this trip": "No, voglio annullare questa corsa",
- "Attention": "Attenzione",
- "Trip Cancelled. The cost of the trip will be deducted from your wallet.":
- "Corsa annullata. Il costo sarà detratto dal portafoglio.",
- "You will be charged for the cost of the driver coming to your location.":
- "Ti verrà addebitato il costo dell'arrivo dell'autista.",
- "reject your order.": "rifiutare il tuo ordine.",
- "Order Under Review": "Ordine in revisione",
- "is reviewing your order. They may need more information or a higher price.":
- "sta esaminando il tuo ordine. Potrebbero servire più info o un prezzo più alto.",
- "Vibration": "Vibrazione",
- "Resend code": "Invia di nuovo codice",
- "change device": "cambia dispositivo",
- "Device Change Detected": "Rilevato cambio dispositivo",
- "You can only use one device at a time. This device will now be set as your active device.":
- "Puoi usare solo un dispositivo alla volta. Questo dispositivo è ora attivo.",
- "Click here point": "Clicca qui punto",
- "Are you want to change": "Vuoi cambiare",
- "by": "da",
- "Enter your complaint here": "Inserisci qui il reclamo",
- "Please enter your complaint.": "Inserisci il tuo reclamo.",
- "Complaint data saved successfully":
- "Dati reclamo salvati con successo",
- "Trip Monitor": "Monitor viaggio",
- "Insert SOS Phone": "Inserisci telefono SOS",
- "Add SOS Phone": "Aggiungi telefono SOS",
- "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 ,":
- "Caro,\n\n🚀 Ho appena iniziato un viaggio e voglio condividere i dettagli e la mia posizione con te! Scarica l'app Intaleq.\n\n👉 Link download:\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\niOS [https://getapp.cc/app/6458734951]\n\nIntaleq ,",
"Send Intaleq app to him": "Invia app Intaleq a lui",
"No passenger found for the given phone number":
"Nessun passeggero trovato per questo numero",
@@ -18612,8 +22073,8 @@ class MyTranslation extends Translations {
"Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.":
"Puoi pagare in contanti o con carta.",
"Can I cancel my ride?": "Posso annullare la corsa?",
- "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, ma potrebbero esserci costi.",
+ "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.",
"Driver Registration & Requirements":
"Registrazione Autista e Requisiti",
"How can I register as a driver?": "Come mi registro come autista?",
@@ -18666,37 +22127,6 @@ class MyTranslation extends Translations {
"Hai un codice invito?",
"Paste the code here": "Incolla il codice qui",
"No, I don't have a code": "No, non ho un codice",
- "Code approved": "Codice approvato",
- "Install our app:": "Installa la nostra app:",
- "Invite another driver and both get a gift after he completes 100 trips!":
- "Invita un autista e ricevi un regalo dopo 100 corse!",
- "Invite": "Invita",
- "Are you sure?": "Sei sicuro?",
- "This will delete all recorded files from your device.":
- "Questo eliminerà tutti i file registrati.",
- "Select a file": "Seleziona un file",
- "Select a File": "Seleziona un File",
- "Delete": "Elimina",
- "attach audio of complain": "allega audio reclamo",
- "Phone Number Check": "Controllo numero telefono",
- "Drivers received orders": "Gli autisti hanno ricevuto ordini",
- "No audio files recorded.": "Nessun file audio registrato.",
- "This is for delivery or a motorcycle.":
- "Questo è per consegna o moto.",
- "Intaleq Reminder": "Promemoria Intaleq",
- "It's time to check the Intaleq app!":
- "È ora di controllare l'app Intaleq!",
- "you must insert token code": "devi inserire il codice token",
- "Something went wrong. Please try again.":
- "Qualcosa è andato storto. Riprova.",
- "Trip Details": "Dettagli viaggio",
- "The context does not provide any complaint details, so I cannot provide a solution to this issue. Please provide the necessary information, and I will be happy to assist you.":
- "Nessun dettaglio sul reclamo.",
- "Submit Your Complaint": "Invia il tuo reclamo",
- "Status": "Stato",
- "Choose from contact": "Scegli dai contatti",
- "attach correct audio": "allega audio corretto",
- "be sure": "assicurati",
"Audio uploaded successfully.": "Audio caricato con successo.",
"Perfect for passengers seeking the latest car models with the freedom to choose any route they desire":
"Perfetto per chi cerca auto nuove e libertà di percorso",
@@ -18857,7 +22287,6 @@ class MyTranslation extends Translations {
"I added the wrong pick-up/drop-off location": "Posizione errata",
"I don't have a reason": "Nessun motivo",
"Can we know why you want to cancel Ride ?": "Perché vuoi annullare?",
- "Cancel Ride": "Annulla corsa",
"Add Payment Method": "Aggiungi metodo pagamento",
"Ride Wallet": "Portafoglio Corsa",
"Payment Method": "Metodo pagamento",
@@ -19390,7 +22819,6 @@ class MyTranslation extends Translations {
"Edit Your data": "Modifica dati",
"write vin for your car": "scrivi telaio",
"VIN": "Telaio",
- "Device Change Detected": "Cambio Dispositivo",
"Please verify your identity": "Verifica identità",
"write Color for your car": "scrivi colore",
"write Make for your car": "scrivi marca",
@@ -19413,6 +22841,8 @@ class MyTranslation extends Translations {
"You have in account": "Hai nel conto",
"Select Country": "Seleziona Paese",
"Ride Today : ": "Corsa Oggi: ",
+ 'Change Home location ?': 'تغيير موقع المنزل؟',
+ 'Change Work location ?': 'تغيير موقع العمل؟',
"After this period\nYou can't cancel!":
"Dopo questo\nNon puoi annullare!",
"from 23:59 till 05:30": "23:59 - 05:30",
@@ -19439,1421 +22869,311 @@ class MyTranslation extends Translations {
"Your Budget less than needed": "Budget insufficiente",
"You can change the Country to get all features":
"Cambia Paese per tutte le funzioni",
- "Change Country": "Cambia Paese"
+ "There is no Car or Driver in your area.":
+ "Non ci sono auto o autisti nella tua zona.",
+ "Change Country": "Cambia Paese",
},
"zh": {
- "Order": "订单",
- "OrderVIP": "VIP 订单",
- "Cancel Trip": "取消行程",
- "Passenger Cancel Trip": "乘客取消了行程",
- "VIP Order": "VIP 订单",
- "Hi ,I Arrive your site": "您好,我已到达您的位置",
- "The driver accepted your trip": "司机已接单",
- "message From passenger": "乘客留言",
- "Cancel": "取消",
- "Trip Cancelled. The cost of the trip will be added to your wallet.":
- "行程已取消。费用将退还至您的钱包。",
- "token change": "令牌变更",
- "face detect": "人脸识别",
- "Face Detection Result": "人脸识别结果",
- "similar": "相似",
- "not similar": "不相似",
- "Hi ,I will go now": "您好,我现在出发",
- "Passenger come to you": "乘客正在向您走来",
- "Call Income": "来电",
- "Call Income from Passenger": "乘客来电",
- "Criminal Document Required": "需要无犯罪记录证明",
- "You should have upload it .": "您必须上传该文件。",
- "Call End": "通话结束",
- "The order has been accepted by another driver.": "订单已被其他司机接单。",
- "The order Accepted by another Driver": "订单已被其他司机接单",
- "We regret to inform you that another driver has accepted this order.":
- "很抱歉通知您,已有其他司机接了此单。",
- "Driver Applied the Ride for You": "司机为您申请了行程",
- "Applied": "已申请",
- "Pay by Sham Cash": "使用 Sham Cash 支付",
- "Pay with Debit Card": "使用借记卡支付",
- "Please go to Car Driver": "请前往车辆位置",
- "Ok I will go now.": "好的,我现在去。",
- "Accepted Ride": "已接行程",
- "Driver Accepted the Ride for You": "司机为您接受了行程",
- "Promo": "优惠",
- "Show latest promo": "显示最新优惠",
- "Trip Monitoring": "行程监控",
- "Driver Is Going To Passenger": "司机正在前往乘客位置",
- "Please stay on the picked point.": "请在接送点等候。",
- "message From Driver": "司机留言",
- "Trip is Begin": "行程开始",
- "Cancel Trip from driver": "司机取消行程",
- "We will look for a new driver.\nPlease wait.": "正在为您寻找新司机。\n请稍候。",
- "The driver canceled your ride.": "司机取消了您的行程。",
- "Driver Finish Trip": "司机结束了行程",
- "you will pay to Driver": "您将支付给司机",
- "Don’t forget your personal belongings.": "别忘了您的随身物品。",
- "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。",
- "Finish Monitor": "结束监控",
- "Trip finished": "行程结束",
- "Call Income from Driver": "司机来电",
- "Driver Cancelled Your Trip": "司机取消了您的行程",
- "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "您需支付司机的时间费用,请查看您的 Intaleq 钱包",
- "Order Applied": "订单已应用",
- "welcome to intaleq": "欢迎使用 Intaleq",
- "login or register subtitle": "输入手机号登录或注册",
- "An application error occurred.": "发生应用程序错误。",
- "Submission Failed": "提交失败",
- "Your complaint has been submitted.": "您的投诉已提交。",
- "Failed to connect to the server. Please try again.": "连接服务器失败,请重试。",
- "Ride information not found. Please refresh the page.":
- "未找到行程信息,请刷新页面。",
- "Please describe your issue before submitting.": "请在提交前描述您的问题。",
- "An application error occurred during upload.": "上传时发生错误。",
- "Failed to upload audio file.": "音频文件上传失败。",
- "Audio uploaded successfully.": "音频上传成功。",
- "Complaint cannot be filed for this ride. It may not have been completed or started.":
- "无法为此行程提交投诉。行程可能未完成或未开始。",
- "2. Attach Recorded Audio (Optional)": "2. 附加录音(可选)",
- "Please enter a description of the issue.": "请输入问题描述。",
- "phone number label": "手机号",
- "phone number required": "必须填写手机号",
- "send otp button": "发送验证码",
- "verify your number title": "验证您的号码",
- "otp sent subtitle": "5位验证码已发送至\n@phoneNumber",
- "verify and continue button": "验证并继续",
- "enter otp validation": "请输入5位验证码",
- "one last step title": "最后一步",
- "complete profile subtitle": "完善资料以开始使用",
- "first name label": "名字",
- "first name required": "必须填写名字",
- "last name label": "姓氏",
- "Verify OTP": "验证验证码",
- "Verification Code": "验证码",
- "We have sent a verification code to your mobile number:":
- "我们要向您的手机号发送了验证码:",
- "Verify": "验证",
- "Resend Code": "重发验证码",
- "You can resend in": "重发倒计时",
- "seconds": "秒",
- "Error": "错误",
- "Please enter the complete 6-digit code.": "请输入完整的6位验证码。",
- "last name required": "必须填写姓氏",
- "email optional label": "邮箱(可选)",
- "complete registration button": "完成注册",
- "User with this phone number or email already exists.":
- "该手机号或邮箱已被注册。",
- "otp sent success": "验证码已发送至 WhatsApp。",
- "failed to send otp": "发送验证码失败。",
- "server error try again": "服务器错误,请重试。",
- "an error occurred": "发生错误:@error",
- "otp verification failed": "验证码验证失败。",
- "registration failed": "注册失败。",
- "welcome user": "欢迎您,@firstName!",
- "Cancel Trip from driver": "司机取消行程",
- "We will look for a new driver.\nPlease wait.": "正在寻找新司机。\n请稍候。",
- "The driver canceled your ride.": "司机取消了您的行程。",
- "Driver Finish Trip": "司机完成行程",
- "you will pay to Driver": "您将支付给司机",
- "Don't forget your personal belongings.": "请勿遗忘随身物品。",
- "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。",
- "Finish Monitor": "结束监控",
- "Trip finished": "行程已结束",
- "Call Income from Driver": "司机来电",
- "Driver Cancelled Your Trip": "司机取消了您的行程",
- "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "您将支付司机的时间费用,请查看 Intaleq 钱包",
- "Order Applied": "订单已提交",
- "Share App": "分享应用",
- "Wallet": "钱包",
- "Balance": "余额",
- "Don’t forget your personal belongings.": "别忘了随身物品。",
- "Profile": "个人资料",
- "Contact Support": "联系客服",
- "Session expired. Please log in again.": "会话已过期,请重新登录。",
- "Security Warning": "⚠️ 安全警告",
- "Potential security risks detected. The application may not function correctly.":
- "检测到潜在安全风险,应用可能无法正常运行。",
- "please order now": "立即下单",
- "Where to": "去哪里?",
- "Where are you going?": "您要去哪里?",
- "Quick Actions": "快捷操作",
- "My Balance": "我的余额",
- "Order History": "订单历史",
- "Contact Us": "联系我们",
- "Driver": "司机",
- "Complaint": "投诉",
- "Promos": "优惠",
- "Recent Places": "最近去过",
- "From": "从",
- "WhatsApp Location Extractor": "WhatsApp 位置提取器",
- "Location Link": "位置链接",
- "Paste location link here": "在此粘贴位置链接",
- "Go to this location": "前往此位置",
- "Paste WhatsApp location link": "粘贴 WhatsApp 位置链接",
- "Select Order Type": "选择订单类型",
- "Choose who this order is for": "选择乘车人",
- "I want to order for myself": "我自己乘车",
- "I want to order for someone else": "我帮别人叫车",
- "Order for someone else": "帮人叫车",
- "Order for myself": "自己叫车",
- "Are you want to go this site": "您想去这个地点吗?",
- "No": "不",
- "Pay by Sham Cash": "Sham Cash 支付",
- "Intaleq Wallet": "Intaleq 钱包",
- "Have a promo code?": "有优惠码吗?",
- "Your Wallet balance is ": "您的钱包余额为:",
- "Cash": "现金",
- "Phone Number": "手机号码",
- "Search country": "搜索国家/地区",
- "Payment Successful!": "支付成功!",
- "Your payment was successful.": "您的支付已成功。",
- "Pay directly to the captain": "直接付给司机",
- "Top up Wallet to continue": "充值钱包以继续",
- "Or pay with Cash instead": "或者使用现金支付",
- "Confirm & Find a Ride": "确认并叫车",
- "Balance:": "余额:",
- "Alerts": "提醒",
- "Welcome Back!": "欢迎回来!",
- "Current Balance": "当前余额",
- "Set Wallet Phone Number": "设置钱包手机号",
- "Link a phone number for transfers": "关联手机号以便转账",
- "Payment History": "支付记录",
- "View your past transactions": "查看历史交易",
- "Top up Wallet": "钱包充值",
- "Add funds using our secure methods": "使用安全方式充值",
- "Driver is waiting": "司机正在等待",
- "Type your message...": "输入您的消息...",
- "Driver Accepted Request": "司机已接单",
- "Message": "消息",
- "Call": "通话",
- "Set Phone Number": "设置手机号",
- "Select This Ride": "选择此行程",
- "Call Driver": "呼叫司机",
- "Increase Fare": "增加车费",
- "Stop": "停止",
- "Record": "录音",
- "Share": "分享",
+ "1 Passenger": "1 Passenger",
+ "2 Passengers": "2 Passengers",
+ "3 Passengers": "3 Passengers",
+ "4 Passengers": "4 Passengers",
+ "2. Attach Recorded Audio (Optional)":
+ "2. Attach Recorded Audio (Optional)",
+ "Account": "Account",
+ "Actions": "Actions",
+ "Active Users": "Active Users",
+ "Add a Stop": "Add a Stop",
+ "Add a new waypoint stop": "Add a new waypoint stop",
+ "After this period\nYou can\'t cancel!":
+ "After this period\nYou can\'t cancel!",
+ "Age is": "Age is",
+ "Alert": "Alert",
+ "An OTP has been sent to your number.":
+ "An OTP has been sent to your number.",
+ "An error occurred": "An error occurred",
+ "Appearance": "Appearance",
+ "Are you sure you want to delete this file?":
+ "Are you sure you want to delete this file?",
+ "Are you sure you want to logout?":
+ "Are you sure you want to logout?",
+ "Arrived": "Arrived",
+ "Audio Recording": "Audio Recording",
+ "Call": "Call",
+ "Call Support": "Call Support",
+ "Call left": "Call left",
+ "Change Photo": "Change Photo",
+ "Choose from Gallery": "Choose from Gallery",
+ "Choose from contact": "Choose from contact",
+ "Click to track the trip": "Click to track the trip",
+ "Close panel": "Close panel",
+ "Coming": "Coming",
+ "Complete Payment": "Complete Payment",
+ "Confirm Cancellation": "Confirm Cancellation",
+ "Confirm Pickup Location": "Confirm Pickup Location",
+ "Connection failed. Please try again.":
+ "Connection failed. Please try again.",
+ "Could not create ride. Please try again.":
+ "Could not create ride. Please try again.",
+ "Crop Photo": "Crop Photo",
+ "Dark Mode": "Dark Mode",
+ "Delete": "Delete",
+ "Delete Account": "Delete Account",
+ "Delete All": "Delete All",
+ "Delete All Recordings?": "Delete All Recordings?",
+ "Delete Recording?": "Delete Recording?",
+ "Destination Set": "Destination Set",
+ "Distance": "Distance",
+ "Double tap to open search or enter destination":
+ "Double tap to open search or enter destination",
+ "Double tap to set or change this waypoint on the map":
+ "Double tap to set or change this waypoint on the map",
+ "Drawing route on map...": "Drawing route on map...",
+ "Driver Phone": "Driver Phone",
+ "Driver is Going To You": "Driver is Going To You",
+ "Emergency Mode Triggered": "Emergency Mode Triggered",
+ "Emergency SOS": "Emergency SOS",
+ "Enter the 5-digit code": "Enter the 5-digit code",
+ "Enter your City": "Enter your City",
+ "Enter your Password": "Enter your Password",
+ "Failed to book trip: \$e": "Failed to book trip: \$e",
+ "Failed to get location": "Failed to get location",
+ "Failed to initiate payment. Please try again.":
+ "Failed to initiate payment. Please try again.",
+ "Failed to send OTP": "Failed to send OTP",
+ "Failed to upload photo": "Failed to upload photo",
+ "Finished": "Finished",
+ "Fixed Price": "Fixed Price",
+ "General": "General",
+ "Grant": "Grant",
+ "Have a Promo Code?": "Have a Promo Code?",
+ "Hello! I\'m inviting you to try Intaleq.":
+ "Hello! I\'m inviting you to try Intaleq.",
+ "Hi ,I Arrive your site": "Hi ,I Arrive your site",
+ "Hi, Where to": "Hi, Where to",
+ "Home": "Home",
+ "I am currently located at": "I am currently located at",
+ "I'm Safe": "I'm Safe",
+ "If you need to reach me, please contact the driver directly at":
+ "If you need to reach me, please contact the driver directly at",
+ "Image Upload Failed": "Image Upload Failed",
+ "Intaleq Passenger": "Intaleq Passenger",
+ "Invite": "Invite",
+ "Join a channel": "Join a channel",
+ "Last Name": "Last Name",
+ "Leave a detailed comment (Optional)":
+ "Leave a detailed comment (Optional)",
+ "Light Mode": "Light Mode",
+ "Listen": "Listen",
+ "Location": "Location",
+ "Location Received": "Location Received",
+ "Logout": "Logout",
+ "Map Error": "Map Error",
+ "Message": "Message",
+ "Move map to select destination": "Move map to select destination",
+ "Move map to set start location": "Move map to set start location",
+ "Move map to set stop": "Move map to set stop",
+ "Move map to your home location": "Move map to your home location",
+ "Move map to your pickup point": "Move map to your pickup point",
+ "Move map to your work location": "Move map to your work location",
+ "N/A": "N/A",
+ "No Notifications": "No Notifications",
+ "No Recordings Found": "No Recordings Found",
+ "No Rides now!": "No Rides now!",
+ "No contacts available": "No contacts available",
+ "No i want": "No i want",
+ "No notification data found.": "No notification data found.",
+ "No routes available for this destination.":
+ "No routes available for this destination.",
+ "No user found": "No user found",
+ "No,I want": "No,I want",
+ "No.Iwant Cancel Trip.": "No.Iwant Cancel Trip.",
+ "Now move the map to your pickup point":
+ "Now move the map to your pickup point",
+ "Now set the pickup point for the other person":
+ "Now set the pickup point for the other person",
+ "On Trip": "On Trip",
+ "Open": "Open",
+ "Open destination search": "Open destination search",
+ "Open in Google Maps": "Open in Google Maps",
+ "Order VIP Canceld": "Order VIP Canceld",
+ "Passenger": "Passenger",
+ "Passenger cancel order": "Passenger cancel order",
+ "Pay by MTN Wallet": "Pay by MTN Wallet",
+ "Pay by Sham Cash": "Pay by Sham Cash",
+ "Pay by Syriatel Wallet": "Pay by Syriatel Wallet",
+ "Pay with PayPal": "Pay with PayPal",
+ "Phone": "Phone",
+ "Phone Number": "Phone Number",
+ "Phone Number Check": "Phone Number Check",
+ "Phone number seems too short": "Phone number seems too short",
+ "Phone verified. Please complete registration.":
+ "Phone verified. Please complete registration.",
+ "Pick destination on map": "Pick destination on map",
+ "Pick location on map": "Pick location on map",
+ "Pick on map": "Pick on map",
+ "Pick start point on map": "Pick start point on map",
+ "Plan Your Route": "Plan Your Route",
+ "Please add contacts to your phone.":
+ "Please add contacts to your phone.",
+ "Please check your internet and try again.":
+ "Please check your internet and try again.",
+ "Please enter a valid email.": "Please enter a valid email.",
+ "Please enter a valid phone number.":
+ "Please enter a valid phone number.",
+ "Please enter the number without the leading 0":
+ "Please enter the number without the leading 0",
+ "Please enter your phone number": "Please enter your phone number",
+ "Please go to Car now": "Please go to Car now",
+ "Please select a reason first": "Please select a reason first",
+ "Please set a valid SOS phone number.":
+ "Please set a valid SOS phone number.",
+ "Please slow down": "Please slow down",
+ "Please wait while we prepare your trip.":
+ "Please wait while we prepare your trip.",
+ "Preferences": "Preferences",
+ "Profile photo updated": "Profile photo updated",
+ "Quick Message": "Quick Message",
+ "Rating is": "Rating is",
+ "Received empty route data.": "Received empty route data.",
+ "Record": "Record",
+ "Record your trips to see them here.":
+ "Record your trips to see them here.",
+ "Rejected Orders Count": "Rejected Orders Count",
+ "Remove waypoint": "Remove waypoint",
+ "Report": "Report",
+ "Route and prices have been calculated successfully!":
+ "Route and prices have been calculated successfully!",
+ "SOS": "SOS",
+ "Save": "Save",
+ "Save Changes": "Save Changes",
+ "Save Name": "Save Name",
+ "Search country": "Search country",
+ "Search for a starting point": "Search for a starting point",
+ "Select Appearance": "Select Appearance",
+ "Select Education": "Select Education",
+ "Select Gender": "Select Gender",
+ "Select This Ride": "Select This Ride",
+ "Select betweeen types": "Select betweeen types",
+ "Send Email": "Send Email",
+ "Send SOS": "Send SOS",
+ "Send WhatsApp Message": "Send WhatsApp Message",
+ "Server Error": "Server Error",
+ "Server error": "Server error",
+ "Server error. Please try again.": "Server error. Please try again.",
+ "Set Destination": "Set Destination",
+ "Set Phone Number": "Set Phone Number",
+ "Set as Home": "Set as Home",
+ "Set as Stop": "Set as Stop",
+ "Set as Work": "Set as Work",
+ "Share": "Share",
+ "Share Trip": "Share Trip",
+ "Share your experience to help us improve...":
+ "Share your experience to help us improve...",
+ "Something went wrong. Please try again.":
+ "Something went wrong. Please try again.",
+ "Speaking...": "Speaking...",
+ "Speed Over": "Speed Over",
+ "Start Point": "Start Point",
+ "Stay calm. We are here to help.": "Stay calm. We are here to help.",
+ "Stop": "Stop",
+ "Submit Rating": "Submit Rating",
+ "Support & Info": "Support & Info",
+ "System Default": "System Default",
+ "Take a Photo": "Take a Photo",
+ "Tap to apply your discount": "Tap to apply your discount",
+ "Tap to search your destination": "Tap to search your destination",
+ "The driver cancelled the trip.": "The driver cancelled the trip.",
+ "This action cannot be undone.": "This action cannot be undone.",
+ "This action is permanent and cannot be undone.":
+ "This action is permanent and cannot be undone.",
+ "This is for delivery or a motorcycle.":
+ "This is for delivery or a motorcycle.",
+ "Time": "Time",
+ "To :": "To :",
+ "Top up Balance": "Top up Balance",
+ "Top up Balance to continue": "Top up Balance to continue",
+ "Total Invites": "Total Invites",
+ "Total Price": "Total Price",
+ "Trip booked successfully": "Trip booked successfully",
+ "Type your message...": "Type your message...",
+ "Unknown Location": "Unknown Location",
+ "Update Name": "Update Name",
+ "Verified Passenger": "Verified Passenger",
+ "View Map": "View Map",
+ "Wait for the trip to start first":
+ "Wait for the trip to start first",
+ "Waiting...": "Waiting...",
+ "Warning": "Warning",
+ "Waypoint has been set successfully":
+ "Waypoint has been set successfully",
+ "We use location to get accurate and nearest driver for you":
+ "We use location to get accurate and nearest driver for you",
"WhatsApp": "WhatsApp",
- "SOS": "紧急求助",
- "No drivers accepted your request yet": "尚无司机接单",
- "Increasing the fare might attract more drivers. Would you like to increase the price?":
- "加价可能吸引更多司机。您想加价吗?",
- "Please make sure not to leave any personal belongings in the car.":
- "请确保不要将私人物品遗落在车内。",
- "Cancel Ride": "取消行程",
- "Route Not Found": "未找到路线",
- "We couldn't find a valid route to this destination. Please try selecting a different point.":
- "无法找到前往该目的地的有效路线,请尝试选择其他地点。",
- "alert": "警报",
- "You can call or record audio during this trip.": "行程中您可以通话或录音。",
- "Warning: Speeding detected!": "警告:检测到超速!",
- "Fixed Price": "一口价",
- "Report": "举报",
- "Comfort": "舒适型",
- "Intaleq Balance": "Intaleq 余额",
- "Search for a starting point": "搜索起点",
- "Top up Balance to continue": "充值余额以继续",
- "Electric": "电动车",
- "Lady": "女性专车",
- "Van": "商务车",
- "Rayeh Gai": "往返行程",
- "Join Intaleq as a driver using my referral code!":
- "使用我的推荐码加入 Intaleq 成为司机!",
- "Use code:": "使用代码:",
- "Download the Intaleq Driver app now and earn rewards!":
- "立即下载 Intaleq 司机端赢取奖励!",
- "Get a discount on your first Intaleq ride!": "首单行程享优惠!",
- "Use my referral code:": "使用我的推荐码:",
- "Download the Intaleq app now and enjoy your ride!":
- "立即下载 Intaleq,享受出行!",
- "Contacts Loaded": "联系人已加载",
- "Showing": "显示",
- "of": "/",
- "Pay by MTN Wallet": "MTN 钱包支付",
- "Pay by Syriatel Wallet": "Syriatel 钱包支付",
- "Customer not found": "未找到客户",
- "Wallet is blocked": "钱包被冻结",
- "Customer phone is not active": "客户手机号无效",
- "Balance not enough": "余额不足",
- "Balance limit exceeded": "超出余额限制",
- "Incorrect sms code": "⚠️ 短信验证码错误,请重试。",
- "contacts. Others were hidden because they don't have a phone number.":
- "个联系人。其他因无号码而被隐藏。",
- "No contacts found": "未找到联系人",
- "No contacts with phone numbers were found on your device.":
- "您的设备上未找到带号码的联系人。",
- "Permission denied": "权限被拒绝",
- "Contact permission is required to pick contacts": "需要通讯录权限来选择联系人。",
- "An error occurred while picking contacts:": "选择联系人时出错:",
- "Please enter a correct phone": "请输入正确的手机号",
- "Success": "成功",
- "Invite sent successfully": "邀请发送成功",
- "Hello! I'm inviting you to try Intaleq.": "您好!我邀请您体验 Intaleq。",
- "Use my invitation code to get a special gift on your first ride!":
- "使用我的邀请码,首单享好礼!",
- "Your personal invitation code is:": "您的个人邀请码是:",
- "Be sure to use it quickly! This code expires at": "请尽快使用!代码过期时间:",
- "Download the app now:": "立即下载应用:",
- "See you on the road!": "路上见!",
- "This phone number has already been invited.": "该手机号已被邀请。",
- "An unexpected error occurred. Please try again.": "发生意外错误,请重试。",
- "You deserve the gift": "您应得的礼物",
- "Claim your 20 LE gift for inviting": "领取您的20元邀请奖励",
- "You have got a gift for invitation": "您获得了邀请奖励",
- "You have earned 20": "您赚取了 20",
- "LE": "¥",
- "Vibration feedback for all buttons": "按键震动反馈",
- "Share with friends and earn rewards": "分享好友赢奖励",
- "Gift Already Claimed": "礼物已领取",
- "You have already received your gift for inviting": "您已领取过此邀请奖励",
- "Keep it up!": "继续加油!",
- "has completed": "已完成",
- "trips": "行程",
- "Personal Information": "个人信息",
- "Name": "姓名",
- "Not set": "未设置",
- "Gender": "性别",
- "Education": "学历",
- "Work & Contact": "工作与联系方式",
- "Employment Type": "雇佣类型",
- "Marital Status": "婚姻状况",
- "SOS Phone": "紧急联系电话",
- "Sign Out": "注销",
- "Delete My Account": "删除账户",
- "Update Gender": "更新性别",
- "Update": "更新",
- "Update Education": "更新学历",
- "Are you sure? This action cannot be undone.": "确定吗?此操作不可撤销。",
- "Confirm your Email": "确认邮箱",
- "Type your Email": "输入邮箱",
- "Delete Permanently": "永久删除",
- "Male": "男",
- "Female": "女",
- "Other": "其他",
- "High School Diploma": "高中学历",
- "Associate Degree": "大专",
- "Bachelor's Degree": "本科学位",
- "Master's Degree": "硕士学位",
- "Doctoral Degree": "博士学位",
- "Select your preferred language for the app interface.": "选择应用界面语言。",
- "Language Options": "语言选项",
- "You can claim your gift once they complete 2 trips.":
- "当他们完成2次行程后,您可以领取奖励。",
- "Closest & Cheapest": "最近且最便宜",
- "Comfort choice": "舒适之选",
- "Travel in a modern, silent electric car. A premium, eco-friendly choice for a smooth ride.":
- "乘坐现代化的静音电动车。优质环保,出行顺畅。",
- "Spacious van service ideal for families and groups. Comfortable, safe, and cost-effective travel together.":
- "宽敞的商务车,适合家庭和团体。舒适安全,性价比高。",
- "Quiet & Eco-Friendly": "安静环保",
- "Lady Captain for girls": "女性专车",
- "Van for familly": "家庭商务车",
- "Are you sure to delete this location?": "确定要删除此地址吗?",
- "Change Work location?": "更改公司地址?",
- "Change Home location?": "更改家庭地址?",
- "Submit a Complaint": "提交投诉",
- "Submit Complaint": "提交投诉",
- "No trip history found": "无行程记录",
- "Your past trips will appear here.": "您的历史行程将显示在此处。",
- "1. Describe Your Issue": "1. 描述问题",
- "Enter your complaint here...": "在此输入投诉内容...",
- "2. Attach Recorded Audio": "2. 附加录音",
- "No audio files found.": "未找到音频文件。",
- "Confirm Attachment": "确认附件",
- "Attach this audio file?": "是否附加此音频?",
- "Uploaded": "已上传",
- "3. Review Details & Response": "3. 查看详情和回复",
- "Date": "日期",
- "Today's Promos": "今日优惠",
- "No promos available right now.": "暂无优惠。",
- "Check back later for new offers!": "稍后回来查看新优惠!",
- "Valid Until:": "有效期至:",
- "CODE": "代码",
- "Login": "登录",
- "Sign in for a seamless experience": "登录以获得无缝体验",
- "Sign In with Google": "通过 Google 登录",
- "Sign in with Apple": "通过 Apple 登录",
- "User not found": "用户不存在",
- "Need assistance? Contact us": "需要帮助?联系我们",
- "Email": "电子邮箱",
- "Your email address": "您的邮箱地址",
- "Enter a valid email": "请输入有效的邮箱",
- "Password": "密码",
- "Your password": "您的密码",
- "Enter your password": "请输入密码",
- "Submit": "提交",
- "Terms of Use & Privacy Notice": "使用条款和隐私政策",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the ":
- "选择下方的“我同意”,即表示我确认已阅读并同意",
- "Terms of Use": "使用条款",
- " and acknowledge the ": " 并知晓 ",
- "Privacy Notice": "隐私政策",
- " . I am at least 18 years old.": " 。我已年满18岁。",
- "I Agree": "我同意",
- "Continue": "继续",
- "Enable Location": "开启定位",
- "To give you the best experience, we need to know where you are. Your location is used to find nearby captains and for pickups.":
- "为了提供最佳体验,我们需要知道您的位置。定位用于查找附近的司机和接送。",
- "Allow Location Access": "允许访问位置",
- "Welcome to Intaleq!": "欢迎使用 Intaleq!",
- "Before we start, please review our terms.": "开始前,请阅读我们的条款。",
- "Your journey starts here": "行程从此开始",
- "Cancel Search": "取消搜索",
- "Set pickup location": "设置上车点",
- "Move the map to adjust the pin": "移动地图以调整位置",
- "Searching for the nearest captain...": "正在搜索最近的司机...",
- "No one accepted? Try increasing the fare.": "没人接单?尝试加价。",
- "Increase Your Trip Fee (Optional)": "增加车费(可选)",
- "We haven't found any drivers yet. Consider increasing your trip fee to make your offer more attractive to drivers.":
- "尚未找到司机。考虑加价以吸引司机接单。",
- "No, thanks": "不用了,谢谢",
- "Increase Fee": "加价",
- "Copy": "复制",
- "Promo Copied!": "优惠码已复制!",
- "Code": "代码",
- "copied to clipboard": "已复制到剪贴板",
- "Price": "价格",
- "Intaleq's Response": "Intaleq 回复",
- "Awaiting response...": "等待回复...",
- "Audio file not attached": "未附加音频文件",
- "The audio file is not uploaded yet.\\nDo you want to submit without it?":
- "音频文件尚未上传。\\n确定要不带音频提交吗?",
- "deleted": "已删除",
- "To Work": "去公司",
- "Work Saved": "公司地址已保存",
- "To Home": "回家",
- "Home Saved": "家庭地址已保存",
- "Destination selected": "终点已选",
- "Now select start pick": "现在选择起点",
- "OK": "确定",
- "Confirm Pick-up Location": "确认上车点",
- "Set Location on Map": "在地图上设定位置",
- "Leave a detailed comment (Optional)": "留下详细评论(可选)",
- "Share your experience to help us improve...": "分享您的体验以帮助我们改进...",
- "Your valuable feedback helps us improve our service quality.":
- "您的宝贵反馈有助于我们提升服务质量。",
- "witout zero": "不带零",
- "Top up Balance": "充值余额",
- "An error occurred": "发生错误",
- "Send WhatsApp Message": "发送 WhatsApp 消息",
- "How was your trip with": "您与...的行程如何",
- "Drawing route on map...": "正在绘制路线...",
- "Please wait while we prepare your trip.": "请稍候,正在为您准备行程。",
- "Submit Rating": "提交评价",
- "Call Support": "呼叫客服",
- "You can contact us during working hours from 10:00 - 16:00.":
- "您可以在工作时间 10:00 - 16:00 联系我们。",
- "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.":
- "Intaleq 是专为中国乘客设计的最安全可靠的网约车应用。我们提供舒适、尊重且实惠的出行体验,优先考虑您的安全和便利。我们值得信赖的司机均经过认证并投保。",
- "Work time is from 10:00 AM to 16:00 PM.\nYou can send a WhatsApp message or email.":
- "工作时间为上午10:00至下午4:00。\n您可以发送 WhatsApp 消息或电子邮件。",
- "Sorry": "抱歉",
- "Customer MSISDN doesn’t have customer wallet": "客户手机号没有关联钱包",
- "Please enter the number without the leading 0": "请输入不带前导0的号码",
- "Please enter your phone number": "请输入您的手机号",
- "Phone number seems too short": "手机号似乎太短",
- "No cars are available at the moment. Please try again later.":
- "暂无车辆可用,请稍后重试。",
- "Nearest Car: ~": "最近车辆:~",
- "Nearest Car": "最近车辆",
- "No cars nearby": "附近无车",
- "Favorite Places": "常用地点",
- "No favorite places yet!": "暂无常用地点!",
- "from your favorites": "来自常用地点",
- "Back": "返回",
- "Enter your code below to apply the discount.": "在下方输入代码以应用折扣。",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the":
- "选择下方的“我同意”,即表示我确认已阅读并同意",
- "and acknowledge the": "并认可",
- "Enable Location Access": "开启位置访问",
- "We need your location to find nearby drivers for pickups and drop-offs.":
- "我们需要您的位置来寻找附近的司机进行接送。",
- "You should restart app to change language": "您需要重启应用以更改语言",
- "Home Page": "主页",
- "To change Language the App": "更改应用语言",
- "Learn more about our app and mission": "了解更多关于我们的应用和使命",
- "Promos For Today": "今日优惠",
- "Choose your ride": "选择车型",
- "Your Journey Begins Here": "旅程从这里开始",
- "Bonus gift": "奖励礼物",
- "Pay": "支付",
- "Get": "获得",
- "Send to Driver Again": "再次发送给司机",
- "Driver Name:": "司机姓名:",
- "No trip data available": "无行程数据",
- "Car Plate:": "车牌号:",
- "remaining": "剩余",
- "Order Cancelled": "订单已取消",
- "You canceled VIP trip": "您取消了 VIP 行程",
- "Passenger cancelled order": "乘客取消了订单",
- "Your trip is scheduled": "行程已预约",
- "Don't forget your ride!": "别忘了您的行程!",
- "Trip updated successfully": "行程更新成功",
- "Car Make:": "品牌:",
- "Car Model:": "型号:",
- "Car Color:": "颜色:",
- "Driver Phone:": "司机电话:",
- "Pre-booking": "预约",
- "Waiting VIP": "等待 VIP",
- "Driver List": "司机列表",
- "Confirm Trip": "确认行程",
- "Select date and time of trip": "选择行程日期和时间",
- "Date and Time Picker": "日期和时间选择器",
- "Trip Status:": "行程状态:",
- "pending": "待处理",
- "accepted": "已接单",
- "rejected": "已拒绝",
- "Apply": "应用",
- "Enter your promo code": "输入优惠码",
- "Apply Promo Code": "应用优惠码",
- "Scheduled Time:": "预约时间:",
- "No drivers available": "暂无司机",
- "No drivers available at the moment. Please try again later.":
- "目前暂无司机,请稍后重试。",
- "you have a negative balance of": "您的欠款金额为",
- "Please try again in a few moments": "请稍后再试",
- "Unknown Driver": "未知司机",
- "in your": "在您的",
- "The driver accepted your order for": "司机接单价格为",
- "wallet due to a previous trip.": "钱包(因之前行程)。",
- "rides": "行程",
- "Add Work": "添加公司",
- "The reason is": "原因是",
- "User does not have a wallet #1652": "用户没有钱包 #1652",
- "Price of trip": "行程价格",
- "From:": "从:",
- "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
- "Intaleq 和送货行程采用动态计价。舒适型行程根据时间和距离计价。",
- "Phone Wallet Saved Successfully": "钱包手机号保存成功",
- "Add wallet phone you use": "添加您使用的钱包手机号",
- "Update Available": "有新版本",
- "Phone number must be exactly 11 digits long": "手机号必须为11位数字",
- "Insert Wallet phone number": "输入钱包手机号",
- "Phone number isn't an Egyptian phone number": "非中国手机号",
- "A new version of the app is available. Please update to the latest version.":
- "应用有新版本,请更新至最新版本。",
- "We use location to get accurate and nearest passengers for you":
- "我们使用定位为您寻找准确且最近的乘客",
- "This ride is already applied by another driver.": "该行程已被其他司机接单。",
- "We use your precise location to find the nearest available driver and provide accurate pickup and dropoff information. You can manage this in Settings.":
- "我们使用您的精确位置来寻找最近的司机并提供准确的接送信息。您可以在设置中管理此项。",
- "Where are you, sir?": "先生,您在哪?",
- "I've been trying to reach you but your phone is off.":
- "我一直在联系您,但您关机了。",
- "Please don't be late": "请不要迟到",
- "Please don't be late, I'm waiting for you at the specified location.":
- "请别迟到,我在指定地点等您。",
- "My location is correct. You can search for me using the navigation app":
- "我的位置是正确的,您可以用导航搜索我",
- "Hello, I'm at the agreed-upon location": "您好,我在约定地点",
- "How much longer will you be?": "还要多久?",
- "Phone number is verified before": "手机号已验证过",
- "Change Ride": "更改行程",
- "You can change the destination by long-pressing any point on the map":
- "长按地图任意点可更改目的地",
- "Pick from map destination": "在地图上选择终点",
- "Pick or Tap to confirm": "选择或点击确认",
- "Accepted your order": "接受了您的订单",
- "Order Accepted": "订单已接",
- "with type": "类型",
- "accepted your order at price": "以价格接单",
- "you canceled order": "您取消了订单",
- "If you want order to another person": "如果想为他人叫车",
- "upgrade price": "加价",
- "airport": "机场",
- "Best choice for a comfortable car with a flexible route and stop points. This airport offers visa entry at this price.":
- "舒适车型,路线灵活,可停车的最佳选择。",
- "You can upgrade price to may driver accept your order":
- "您可以加价以促使司机接单",
- "Change Route": "更改路线",
- "No Captain Accepted Your Order": "无司机接单",
- "We are looking for a captain but the price may increase to let a captain accept":
- "正在寻找司机,价格可能会上涨以促进接单",
- "No, I want to cancel this trip": "不,我想取消行程",
- "Attention": "注意",
- "Trip Cancelled. The cost of the trip will be deducted from your wallet.":
- "行程已取消,费用将从钱包扣除。",
- "You will be charged for the cost of the driver coming to your location.":
- "将收取司机空驶费。",
- "reject your order.": "拒绝了您的订单。",
- "Order Under Review": "订单审核中",
- "is reviewing your order. They may need more information or a higher price.":
- "正在审核您的订单。可能需要更多信息或更高价格。",
- "Vibration": "震动",
- "Resend code": "重发验证码",
- "change device": "更换设备",
- "Device Change Detected": "检测到设备变更",
- "You can only use one device at a time. This device will now be set as your active device.":
- "您只能同时使用一台设备。此设备现已设为活动设备。",
- "Click here point": "点击这里",
- "Are you want to change": "您想更改吗",
- "by": "由",
- "Enter your complaint here": "在此输入投诉",
- "Please enter your complaint.": "请输入您的投诉内容。",
- "Complaint data saved successfully": "投诉数据保存成功",
- "Trip Monitor": "行程监控",
- "Insert SOS Phone": "输入 SOS 电话",
- "Add SOS Phone": "添加 SOS 电话",
- "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 ,":
- "亲爱的,\n\n🚀 我刚开始了一段行程,想实时分享我的位置给你!请下载 Intaleq 应用查看。\n\n👉 下载链接:\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\niOS [https://getapp.cc/app/6458734951]\n\nIntaleq ,",
- "Send Intaleq app to him": "发送 Intaleq 给对方",
- "No passenger found for the given phone number": "该号码未找到乘客",
- "No user found for the given phone number": "该号码未找到用户",
- "This price is": "价格是",
- "Work": "公司",
- "Add Home": "添加家庭地址",
- "Notifications": "通知",
- "💳 Pay with Credit Card": "💳 信用卡支付",
- "⚠️ You need to choose an amount!": "⚠️ 您需要选择金额!",
- "💰 Pay with Wallet": "💰 钱包支付",
- "You must restart the app to change the language.": "更改语言需重启应用。",
- "joined": "已加入",
- "Driver joined the channel": "司机加入频道",
- "Driver left the channel": "司机离开频道",
- "Call Page": "通话页面",
- "Call Left": "剩余通话",
- " Next as Cash !": " 下次付现金!",
- "To use Wallet charge it": "充值以使用钱包",
- "We are searching for the nearest driver to you": "正在为您搜索最近的司机",
- "Best choice for cities": "城市出行首选",
- "Rayeh Gai: Round trip service for convenient travel between cities, easy and reliable.":
- "往返行程:便捷的城际旅行服务。",
- "This trip is for women only": "仅限女性",
- "Total budgets on month": "本月总预算",
- "You have call from driver": "司机来电",
- "Intaleq": "Intaleq",
- "passenger agreement": "乘客协议",
- "To become a passenger, you must review and agree to the ":
- "成为乘客需同意 ",
- "agreement subtitle": "继续即代表您同意使用条款和隐私政策。",
- "terms of use": "使用条款",
- " and acknowledge our Privacy Policy.": " 并知晓隐私政策。",
- "and acknowledge our": "并知晓",
- "privacy policy": "隐私政策。",
- "i agree": "我同意",
- "Driver already has 2 trips within the specified period.":
- "司机在指定时段内已有2个行程。",
- "The invitation was sent successfully": "邀请发送成功",
- "You should select your country": "请选择您的国家/地区",
- "Scooter": "电动车/摩托车",
- "A trip with a prior reservation, allowing you to choose the best captains and cars.":
- "预约行程,可选择最佳司机和车辆。",
- "Mishwar Vip": "VIP 行程",
- "The driver waiting you in picked location .": "司机在接送点等您。",
- "About Us": "关于我们",
- "You can change the vibration feedback for all buttons":
- "可更改所有按键的震动反馈",
- "Most Secure Methods": "最安全的方法",
- "In-App VOIP Calls": "应用内网络通话",
- "Recorded Trips for Safety": "行程录音保障安全",
- "\nWe also prioritize affordability, offering competitive pricing to make your rides accessible.":
- "\n我们提供具有竞争力的价格,让出行更实惠。",
- "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:":
- "Intaleq 是一款注重安全和实惠的网约车应用,为您连接可靠司机。",
- "Sign In by Apple": "通过 Apple 登录",
- "Sign In by Google": "通过 Google 登录",
- "How do I request a ride?": "如何叫车?",
- "Step-by-step instructions on how to request a ride through the Intaleq app.":
- "Intaleq 叫车分步指南。",
- "What types of vehicles are available?": "有哪些车型?",
- "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.":
- "Intaleq 提供经济型、舒适型和豪华型等多种选择。",
- "How can I pay for my ride?": "如何支付?",
- "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.":
- "Intaleq 支持现金、信用卡/借记卡支付。",
- "Can I cancel my ride?": "可以取消吗?",
- "Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.":
- "可以取消,但根据取消时间可能会产生费用。",
- "Driver Registration & Requirements": "司机注册与要求",
- "How can I register as a driver?": "如何注册成为司机?",
- "What are the requirements to become a driver?": "司机有什么要求?",
- "Visit our website or contact Intaleq support for information on driver registration and requirements.":
- "请访问官网或联系客服了解详情。",
- "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.":
- "Intaleq 提供应用内聊天功能。",
- "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.":
- "Intaleq 优先考虑安全,提供司机验证、行程追踪和紧急联系人功能。",
- "Frequently Questions": "常见问题",
- "User does not exist.": "用户不存在。",
- "We need your phone number to contact you and to help you.":
- "我们需要您的手机号以联系并为您提供服务。",
- "You will recieve code in sms message": "您将收到短信验证码",
- "Please enter": "请输入",
- "We need your phone number to contact you and to help you receive orders.":
- "我们需要您的手机号以便您接单。",
- "The full name on your criminal record does not match the one on your driver's license. Please verify and provide the correct documents.":
- "无犯罪记录证明上的姓名与驾驶证不符。",
- "The national number on your driver's license does not match the one on your ID document. Please verify and provide the correct documents.":
- "驾驶证上的身份证号与身份证不符。",
- "Capture an Image of Your Criminal Record": "拍摄无犯罪记录证明",
- "IssueDate": "签发日期",
- "Capture an Image of Your car license front": "拍摄行驶证正面",
- "Capture an Image of Your ID Document front": "拍摄身份证正面",
- "NationalID": "身份证号",
- "You can share the Intaleq App with your friends and earn rewards for rides they take using your code":
- "分享应用给好友,赚取奖励。",
- "FullName": "全名",
- "No invitation found yet!": "未找到邀请!",
- "InspectionResult": "检查结果",
- "Criminal Record": "无犯罪记录证明",
- "The email or phone number is already registered.": "邮箱或手机号已被注册。",
- "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.":
- "成为司机需上传驾驶证、身份证和行驶证。AI系统将在2-3分钟内审核。提交虚假文件将导致封号。",
- "Documents check": "文件检查",
- "Driver's License": "驾驶证",
- "for your first registration!": "首次注册奖励!",
- "Get it Now!": "立即获取!",
- "before": "之前",
- "Code not approved": "代码未批准",
- "3000 LE": "¥3000",
- "Do you have an invitation code from another driver?": "有其他司机的邀请码吗?",
- "Paste the code here": "粘贴代码",
- "No, I don't have a code": "没有代码",
- "Code approved": "代码已批准",
- "Install our app:": "安装应用:",
- "Invite another driver and both get a gift after he completes 100 trips!":
- "邀请司机,完成100单后双方均可获奖励!",
- "Invite": "邀请",
- "Are you sure?": "确定吗?",
- "This will delete all recorded files from your device.":
- "这将删除设备上所有录音文件。",
- "Select a file": "选择文件",
- "Select a File": "选择一个文件",
- "Delete": "删除",
- "attach audio of complain": "附加投诉录音",
- "Phone Number Check": "手机号检查",
- "Drivers received orders": "司机已接单",
- "No audio files recorded.": "无录音文件。",
- "This is for delivery or a motorcycle.": "适用于送货或摩托车。",
- "Intaleq Reminder": "Intaleq 提醒",
- "It's time to check the Intaleq app!": "查看 Intaleq 的时间到了!",
- "you must insert token code": "必须输入令牌代码",
- "Something went wrong. Please try again.": "出错了,请重试。",
- "Trip Details": "行程详情",
- "The context does not provide any complaint details, so I cannot provide a solution to this issue. Please provide the necessary information, and I will be happy to assist you.":
- "缺乏投诉详情,无法处理。",
- "Submit Your Complaint": "提交投诉",
- "Status": "状态",
- "Choose from contact": "从通讯录选择",
- "attach correct audio": "附加正确的音频",
- "be sure": "请确保",
- "Audio uploaded successfully.": "音频上传成功。",
- "Perfect for passengers seeking the latest car models with the freedom to choose any route they desire":
- "适合追求新车型和自由路线的乘客",
- "Share this code with your friends and earn rewards when they use it!":
- "分享代码赢奖励!",
- "Enter phone": "输入手机号",
- "complete, you can claim your gift": "完成,领取礼物",
- "When": "当",
- "Enter driver's phone": "输入司机手机号",
- "Send Invite": "发送邀请",
- "Show Invitations": "显示邀请",
- "License Type": "证件类型",
- "National Number": "身份证号",
- "Name (Arabic)": "姓名(本地)",
- "Name (English)": "姓名(英文)",
- "Address": "地址",
- "Issue Date": "签发日期",
- "Expiry Date": "有效期至",
- "License Categories": "准驾车型",
- "driver_license": "驾驶证",
- "Capture an Image of Your Driver License": "拍摄驾驶证",
- "ID Documents Back": "身份证背面",
- "National ID": "身份证",
- "Occupation": "职业",
- "Religion": "信仰",
- "Full Name (Marital)": "全名",
- "Expiration Date": "过期日期",
- "Capture an Image of Your ID Document Back": "拍摄身份证背面",
- "ID Documents Front": "身份证正面",
- "First Name": "名字",
- "CardID": "卡号",
- "Vehicle Details Front": "车辆正面详情",
- "Plate Number": "车牌号",
- "Owner Name": "车主姓名",
- "Vehicle Details Back": "车辆背面详情",
- "Make": "品牌",
- "Model": "型号",
- "Year": "年份",
- "Chassis": "车架号",
- "Color": "颜色",
- "Displacement": "排量",
- "Fuel": "燃料",
- "Tax Expiry Date": "税费到期日",
- "Inspection Date": "年检日期",
- "Capture an Image of Your car license back": "拍摄行驶证背面",
- "Capture an Image of Your Driver's License": "拍摄驾驶证",
- "Sign in with Google for easier email and name entry": "Google 登录更便捷",
- "You will choose allow all the time to be ready receive orders":
- "请选择“始终允许”以接收订单",
- "Get to your destination quickly and easily.": "快速便捷到达目的地。",
- "Enjoy a safe and comfortable ride.": "享受安全舒适的旅程。",
- "Choose Language": "选择语言",
- "Pay with Wallet": "钱包支付",
- "Invalid MPIN": "无效 MPIN",
- "Invalid OTP": "无效验证码",
- "Enter your email address": "输入邮箱地址",
- "Please enter Your Email.": "请输入您的邮箱。",
- "Enter your phone number": "输入手机号码",
- "Please enter your phone number.": "请输入您的手机号码。",
- "Please enter Your Password.": "请输入您的密码。",
- "if you dont have account": "如果没有账号",
- "Register": "注册",
- "Accept Ride's Terms & Review Privacy Notice": "接受条款并查阅隐私政策",
- "By selecting 'I Agree' below, I have reviewed and agree to the Terms of Use and acknowledge the Privacy Notice. I am at least 18 years of age.":
- "点击同意即表示接受条款和隐私政策,且年满18岁。",
- "First name": "名字",
- "Enter your first name": "输入名字",
- "Please enter your first name.": "请输入名字。",
- "Last name": "姓氏",
- "Enter your last name": "输入姓氏",
- "Please enter your last name.": "请输入姓氏。",
- "City": "城市",
- "Please enter your City.": "请输入城市。",
- "Verify Email": "验证邮箱",
- "We sent 5 digit to your Email provided": "我们已向您的邮箱发送5位验证码",
- "5 digit": "5位数",
- "Send Verification Code": "发送验证码",
- "Your Ride Duration is ": "行程时长:",
- "You will be thier in": "预计到达时间:",
- "You trip distance is": "行程距离:",
- "Fee is": "费用:",
- "From : ": "从:",
- "To : ": "到:",
- "Add Promo": "添加优惠",
- "Confirm Selection": "确认选择",
- "distance is": "距离是",
- "Privacy Policy": "隐私政策",
- "Intaleq LLC": "Intaleq 有限公司",
- "Syria'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.":
- "中国领先的网约车服务。",
- "Intaleq is the first ride-sharing app in Syria, designed to connect you with the nearest drivers for a quick and convenient travel experience.":
- "Intaleq 连接您与最近的司机。",
- "Why Choose Intaleq?": "为什么选择 Intaleq?",
- "Closest to You": "离您最近",
- "We connect you with the nearest drivers for faster pickups and quicker journeys.":
- "连接最近司机,接驾更快。",
- "Uncompromising Security": "绝对安全",
- "Lady Captains Available": "有女司机",
- "Recorded Trips (Voice & AI Analysis)": "行程录音(语音和 AI 分析)",
- "Fastest Complaint Response": "最快投诉响应",
- "Our dedicated customer service team ensures swift resolution of any issues.":
- "客服团队确保快速解决问题。",
- "Affordable for Everyone": "人人负担得起",
- "Frequently Asked Questions": "常见问题",
- "Getting Started": "新手上路",
- "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.":
- "打开应用,输入目的地,点击“呼叫行程”。",
- "Vehicle Options": "车型选择",
- "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.":
- "提供经济、舒适、豪华等多种选择。",
- "Payments": "支付",
- "You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.":
- "支持现金或银行卡支付。",
- "Ride Management": "行程管理",
- "Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.":
- "可以取消,但可能会收取取消费。",
- "For Drivers": "司机端",
- "Driver Registration": "司机注册",
- "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.":
- "访问网站或联系客服注册。",
- "Visit Website/Contact Support": "访问网站/联系支持",
- "Close": "关闭",
- "We are searching for the nearest driver": "正在搜索最近的司机",
- "Communication": "沟通",
- "How do I communicate with the other party (passenger/driver)?":
- "如何沟通?",
- "You can communicate with your driver or passenger through the in-app chat feature once a ride is confirmed.":
- "通过应用内聊天沟通。",
- "Safety & Security": "安全与保障",
- "What safety measures does Intaleq offer?": "有什么安全措施?",
- "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.":
- "司机验证、行程追踪、紧急联系人。",
- "Enjoy competitive prices across all trip options, making travel accessible.":
- "享受有竞争力的价格。",
- "Variety of Trip Choices": "多种行程选择",
- "Choose the trip option that perfectly suits your needs and preferences.":
- "选择最适合您的行程。",
- "Your Choice, Our Priority": "您的选择,我们的优先",
- "Because we are near, you have the flexibility to choose the ride that works best for you.":
- "灵活选择最适合的行程。",
- "duration is": "时长是",
- "Setting": "设置",
- "Find answers to common questions": "查找常见问题解答",
- "I don't need a ride anymore": "不再需要用车",
- "I was just trying the application": "只是试用一下",
- "No driver accepted my request": "无司机接单",
- "I added the wrong pick-up/drop-off location": "地址填写错误",
- "I don't have a reason": "没有原因",
- "Can we know why you want to cancel Ride ?": "为何取消?",
- "Cancel Ride": "取消行程",
- "Add Payment Method": "添加支付方式",
- "Ride Wallet": "行程钱包",
- "Payment Method": "支付方式",
- "Type here Place": "在此输入地点",
- "Are You sure to ride to": "确定要去",
- "Confirm": "确认",
- "You are Delete": "您正在删除",
- "Deleted": "已删除",
- "You Dont Have Any places yet !": "暂无地点!",
- "From : Current Location": "从:当前位置",
- "My Cared": "我的卡片",
- "Add Card": "添加卡片",
- "Add Credit Card": "添加信用卡",
- "Please enter the cardholder name": "输入持卡人姓名",
- "Please enter the expiry date": "输入有效期",
- "Please enter the CVV code": "输入 CVV",
- "Go To Favorite Places": "去常用地点",
- "Go to this Target": "去此目的地",
- "My Profile": "个人资料",
- "Are you want to go to this site": "想去这里吗",
- "MyLocation": "我的位置",
- "my location": "我的位置",
- "Target": "目标",
- "You Should choose rate figure": "请评分",
- "Login Captin": "司机登录",
- "Register Captin": "司机注册",
- "Send Verfication Code": "发送验证码",
- "KM": "公里",
- "End Ride": "结束行程",
- "Minute": "分钟",
- "Go to passenger Location now": "前往乘客位置",
- "Duration of the Ride is ": "行程时长:",
- "Distance of the Ride is ": "行程距离:",
- "Name of the Passenger is ": "乘客姓名:",
- "Hello this is Captain": "您好,我是司机",
- "Start the Ride": "开始行程",
- "Please Wait If passenger want To Cancel!": "请稍候,乘客可能取消!",
- "Total Duration:": "总时长:",
- "Active Duration:": "有效时长:",
- "Waiting for Captin ...": "等待司机...",
- "Age is ": "年龄:",
- "Rating is ": "评分:",
- " to arrive you.": " 到达。",
- "Tariff": "费率",
- "Settings": "设置",
- "Feed Back": "反馈",
- "Please enter a valid 16-digit card number": "输入16位卡号",
- "Add Phone": "添加电话",
- "Please enter a phone number": "请输入手机号",
- "You dont Add Emergency Phone Yet!": "未添加紧急电话!",
- "You will arrive to your destination after ": "预计到达时间:",
- "You can cancel Ride now": "现在可以取消行程",
- "You Can cancel Ride After Captain did not come in the time":
- "司机超时未到可取消",
- "If you in Car Now. Press Start The Ride": "如已上车,请按开始行程",
- "You Dont Have Any amount in": "余额不足",
- "Wallet!": "钱包!",
- "You Have": "您有",
- "Save Credit Card": "保存信用卡",
- "Show Promos": "显示优惠",
- "10 and get 4% discount": "充10享4%优惠",
- "20 and get 6% discount": "充20享6%优惠",
- "40 and get 8% discount": "充40享8%优惠",
- "100 and get 11% discount": "充100享11%优惠",
- "Pay with Your PayPal": "PayPal 支付",
- "You will choose one of above !": "请选择一项!",
- "Edit Profile": "编辑资料",
- "Copy this Promo to use it in your Ride!": "复制优惠码使用!",
- "To change some Settings": "更改设置",
- "Order Request Page": "订单请求页",
- "Rouats of Trip": "行程路线",
- "Passenger Name is ": "乘客姓名:",
- "Total From Passenger is ": "乘客支付总额:",
- "Duration To Passenger is ": "接驾时长:",
- "Distance To Passenger is ": "接驾距离:",
- "Total For You is ": "您的收入:",
- "Distance is ": "距离:",
- " KM": " 公里",
- "Duration of Trip is ": "行程时长:",
- " Minutes": " 分钟",
- "Apply Order": "接单",
- "Refuse Order": "拒单",
- "Rate Captain": "评价司机",
- "Enter your Note": "输入备注",
- "Type something...": "写点什么...",
- "Submit rating": "提交评价",
- "Rate Passenger": "评价乘客",
- "Ride Summary": "行程总结",
- "welcome_message": "欢迎使用 Intaleq!",
- "app_description": "安全可靠的打车应用。",
- "get_to_destination": "快速到达目的地。",
- "get_a_ride": "几分钟内叫到车。",
- "safe_and_comfortable": "安全舒适的旅程。",
- "committed_to_safety": "致力于安全。",
- "your ride is Accepted": "行程已接单",
- "Driver is waiting at pickup.": "司机已到达。",
- "Driver is on the way": "司机在路上",
- "Contact Options": "联系选项",
- "Send a custom message": "发送自定义消息",
- "Type your message": "输入消息",
- "I will go now": "我现在出发",
- "You Have Tips": "有小费",
- " tips\nTotal is": " 小费\n总计",
- "Your fee is ": "费用:",
- "Do you want to pay Tips for this Driver": "支付小费?",
- "Tip is ": "小费:",
- "Are you want to wait drivers to accept your order": "愿意等待司机接单吗",
- "This price is fixed even if the route changes for the driver.":
- "一口价。",
- "The price may increase if the route changes.": "价格可能随路线变化。",
- "The captain is responsible for the route.": "司机负责路线。",
- "We are search for nearst driver": "搜索最近司机",
- "Your order is being prepared": "正在准备订单",
- "The drivers are reviewing your request": "司机正在审核请求",
- "Your order sent to drivers": "已发送给司机",
- "You can call or record audio of this trip": "可通话或录音",
- "The trip has started! Feel free to contact emergency numbers, share your trip, or activate voice recording for the journey":
- "行程开始!可联系紧急号码或分享行程。",
- "Camera Access Denied.": "相机权限被拒。",
- "Open Settings": "打开设置",
- "GPS Required Allow !.": "需要 GPS 权限!",
- "Your Account is Deleted": "账户已删除",
- "Are you sure to delete your account?": "确定删除账户?",
- "Your data will be erased after 2 weeks\nAnd you will can't return to use app after 1 month ":
- "数据将在2周后清除。",
- "Enter Your First Name": "输入名字",
- "Are you Sure to LogOut?": "确定退出?",
- "Email Wrong": "邮箱错误",
- "Email you inserted is Wrong.": "输入的邮箱有误。",
- "You have finished all times ": "次数已用完",
- "if you want help you can email us here": "如需帮助请发邮件",
- "Thanks": "谢谢",
- "Email Us": "发邮件",
- "I cant register in your app in face detection ": "人脸识别注册失败",
- "Hi": "嗨",
- "No face detected": "未检测到人脸",
- "Image detecting result is ": "检测结果:",
- "from 3 times Take Attention": "3次机会,请注意",
- "Be sure for take accurate images please\nYou have": "请确保图像准确\n您还有",
- "image verified": "图片已验证",
- "Next": "下一步",
- "There is no help Question here": "没有帮助问题",
- "You dont have Points": "没有积分",
- "You Are Stopped For this Day !": "今日已暂停!",
- "You must be charge your Account": "必须充值",
- "You Refused 3 Rides this Day that is the reason \nSee you Tomorrow!":
- "拒绝3次行程\n明天见!",
- "Recharge my Account": "充值账户",
- "Ok , See you Tomorrow": "好的,明天见",
- "You are Stopped": "您被暂停",
- "Connected": "已连接",
- "Not Connected": "未连接",
- "Your are far from passenger location": "距离乘客较远",
- "go to your passenger location before\nPassenger cancel trip":
- "前往乘客位置,防止取消",
- "You will get cost of your work for this trip": "您将获得行程收入",
- " in your wallet": " 在钱包中",
- "you gain": "您获得",
- "Order Cancelled by Passenger": "乘客已取消",
- "Feedback data saved successfully": "反馈已保存",
- "No Promo for today .": "今日无优惠。",
- "Select your destination": "选择目的地",
- "Search for your Start point": "搜索起点",
- "Search for waypoint": "搜索途经点",
- "Current Location": "当前位置",
- "Add Location 1": "添加地点 1",
- "You must Verify email !.": "必须验证邮箱!",
- "Cropper": "裁剪",
- "Saved Sucssefully": "保存成功",
- "Select Date": "选择日期",
- "Birth Date": "出生日期",
- "Ok": "好的",
- "the 500 points equal 30 JOD": "500积分 = ¥30",
- "the 500 points equal 30 JOD for you \nSo go and gain your money":
- "500积分 = ¥30\n去赚钱吧",
- "token updated": "令牌已更新",
- "Add Location 2": "添加地点 2",
- "Add Location 3": "添加地点 3",
- "Add Location 4": "添加地点 4",
- "Waiting for your location": "等待定位",
- "Search for your destination": "搜索目的地",
- "Hi! This is": "您好!这是",
- " I am using": " 我正在使用",
- " to ride with": " 与之同乘",
- " as the driver.": " 作为司机。",
- "is driving a ": "驾驶着 ",
- " with license plate ": " 车牌号 ",
- " I am currently located at ": " 我目前位于 ",
- "Please go to Car now ": "请立即前往车辆 ",
- "You will receive a code in WhatsApp Messenger": "您将在 WhatsApp 收到代码",
- "If you need assistance, contact us": "如需协助,请联系我们",
- "Promo Ended": "优惠结束",
- "Enter the promo code and get": "输入优惠码获得",
- "DISCOUNT": "折扣",
- "No wallet record found": "未找到钱包记录",
- "for": "用于",
- "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.":
- "Intaleq 是最安全的网约车应用。低至8%的佣金。包含保险和维护。",
- "You can contact us during working hours from 12:00 - 19:00.":
- "工作时间 12:00 - 19:00。",
- "Choose a contact option": "选择联系方式",
- "Work time is from 12:00 - 19:00.\nYou can send a WhatsApp message or email.":
- "工作时间 12:00 - 19:00。\n发送 WhatsApp 或邮件。",
- "Promo code copied to clipboard!": "优惠码已复制!",
- "Copy Code": "复制",
- "Your invite code was successfully applied!": "邀请码应用成功!",
- "Payment Options": "支付选项",
- "wait 1 minute to receive message": "等待1分钟接收短信",
- "You have copied the promo code.": "已复制优惠码。",
- "Select Payment Amount": "选择支付金额",
- "The promotion period has ended.": "促销已结束。",
- "Promo Code Accepted": "优惠码已接受",
- "Tap on the promo code to copy it!": "点击复制!",
- "Lowest Price Achieved": "最低价",
- "Cannot apply further discounts.": "无法叠加优惠。",
- "Promo Already Used": "优惠已使用",
- "Invitation Used": "邀请已使用",
- "You have already used this promo code.": "已使用过此码。",
- "Insert Your Promo Code": "输入优惠码",
- "Enter promo code here": "在此输入",
- "Please enter a valid promo code": "请输入有效代码",
- "Awfar Car": "经济车型",
- "Old and affordable, perfect for budget rides.": "旧车实惠,预算首选。",
- " If you need to reach me, please contact the driver directly at":
- " 如需联系,请致电司机",
- "No Car or Driver Found in your area.": "该区域无车。",
- "Please Try anther time ": "请稍后再试 ",
- "There no Driver Aplly your order sorry for that ": "无人接单,抱歉 ",
- "Trip Cancelled": "行程取消",
- "The Driver Will be in your location soon .": "司机即将到达。",
- "The distance less than 500 meter.": "距离小于500米。",
- "Promo End !": "优惠结束!",
- "There is no notification yet": "暂无通知",
- "Use Touch ID or Face ID to confirm payment":
- "使用 Touch ID 或 Face ID 支付",
- "Contact us for any questions on your order.": "有问题请联系我们。",
- "Pyament Cancelled .": "支付取消。",
- "type here": "在此输入",
- "Scan Driver License": "扫描驾驶证",
- "Please put your licence in these border": "请将证件放入框内",
- "Camera not initialized yet": "相机未初始化",
- "Take Image": "拍照",
- "AI Page": "AI 页面",
- "Take Picture Of ID Card": "拍摄身份证",
- "Take Picture Of Driver License Card": "拍摄驾驶证",
- "We are process picture please wait ": "处理中,请稍候 ",
- "There is no data yet.": "暂无数据。",
- "Name :": "姓名:",
- "Drivers License Class: ": "准驾车型:",
- "Document Number: ": "证件号:",
- "Address: ": "地址:",
- "Height: ": "身高:",
- "Expiry Date: ": "有效期:",
- "Date of Birth: ": "出生日期:",
- "You can't continue with us .\nYou should renew Driver license":
- "您无法继续。\n请更新驾驶证",
- "Detect Your Face ": "人脸检测 ",
- "Go to next step\nscan Car License.": "下一步\n扫描行驶证。",
- "Name in arabic": "中文名",
- "Drivers License Class": "准驾车型",
- "Selected Date": "选中日期",
- "Select Time": "选择时间",
- "Selected Time": "选中时间",
- "Selected Date and Time": "选中日期和时间",
- "Lets check Car license ": "检查行驶证 ",
- "Car": "车辆",
- "Plate": "车牌",
- "Rides": "行程",
- "Selected driver": "选中司机",
- "Lets check License Back Face": "检查证件背面",
- "Car License Card": "行驶证",
- "No image selected yet": "未选择图片",
- "Made :": "品牌:",
- "model :": "型号:",
- "VIN :": "车架号:",
- "year :": "年份:",
- "ُExpire Date": "到期日",
- "Login Driver": "司机登录",
- "Password must br at least 6 character.": "密码至少6位。",
- "if you don't have account": "如果没有账号",
- "Here recorded trips audio": "行程录音",
- "Register as Driver": "注册司机",
- "By selecting \"I Agree\" below, I have reviewed and agree to the Terms of Use and acknowledge the ":
- "选择“我同意”,即代表接受使用条款和 ",
- "Log Out Page": "注销页面",
- "Log Off": "注销",
- "Register Driver": "注册司机",
- "Verify Email For Driver": "验证司机邮箱",
- "Admin DashBoard": "管理面板",
- "Your name": "您的名字",
- "your ride is applied": "行程已申请",
- "H and": "H 和",
- "JOD": "¥",
- "m": "分",
- "We search nearst Driver to you": "搜索最近司机",
- "please wait till driver accept your order": "请等待司机接单",
- "No accepted orders? Try raising your trip fee to attract riders.":
- "无接单?尝试加价。",
- "You should select one": "请选择一项",
- "The driver accept your order for": "司机接单价",
- "The driver on your way": "司机在路上",
- "Total price from ": "总价 ",
- "Order Details Intaleq": "订单详情",
- "Selected file:": "选定文件:",
- "Your trip cost is": "行程费用",
- "this will delete all files from your device": "将删除所有文件",
- "Exclusive offers and discounts always with the Intaleq app":
- "Intaleq 独家优惠",
- "Submit Question": "提交问题",
- "Please enter your Question.": "请输入问题。",
- "Help Details": "帮助详情",
- "No trip yet found": "未找到行程",
- "No Response yet.": "无回复。",
- " You Earn today is ": " 今日收入:",
- " You Have in": " 余额",
- "Total points is ": "总积分:",
- "Total Connection Duration:": "总在线时长:",
- "Passenger name : ": "乘客:",
- "Cost Of Trip IS ": "费用:",
- "Arrival time": "到达时间",
- "arrival time to reach your point": "到达您位置的时间",
- "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
- "Intaleq/电动车动态计价。舒适型按时/距。",
- "Hello this is Driver": "您好,我是司机",
- "Is the Passenger in your Car ?": "乘客在车上吗?",
- "Please wait for the passenger to enter the car before starting the trip.":
- "请等乘客上车。",
- "No ,still Waiting.": "没,还在等。",
- "I arrive you": "我到了",
- "I Arrive your site": "我到达了您的位置",
- "You are not in near to passenger location": "离乘客太远",
- "please go to picker location exactly": "请准确前往上车点",
- "You Can Cancel Trip And get Cost of Trip From": "可取消并获得费用",
- "Are you sure to cancel?": "确定取消?",
- "Insert Emergincy Number": "输入紧急号码",
- "Best choice for comfort car and flexible route and stops point":
- "舒适灵活的选择",
- "Insert": "插入",
- "This is for scooter or a motorcycle.": "适用于电动车或摩托车。",
- "This trip goes directly from your starting point to your destination for a fixed price. The driver must follow the planned route":
- "一口价直达。司机需按导航行驶。",
- "You can decline a request without any cost": "拒绝无费用",
- "Perfect for adventure seekers who want to experience something new and exciting":
- "适合探险",
- "My current location is:": "当前位置:",
- "and I have a trip on": "我有行程在",
- "App with Passenger": "乘客端",
- "You will be pay the cost to driver or we will get it from you on next trip":
- "支付给司机或下次扣除",
- "Trip has Steps": "行程有经停",
- "Distance from Passenger to destination is ": "乘客距终点:",
- "price is": "价格是",
- "This ride type does not allow changes to the destination or additional stops":
- "不可更改目的地或经停",
- "This price may be changed": "价格可能变动",
- "No SIM card, no problem! Call your driver directly through our app. We use advanced technology to ensure your privacy.":
- "无卡也能通话。隐私保护。",
- "This ride type allows changes, but the price may increase":
- "可改行程,价格或涨",
- "Select one message": "选择消息",
- "I'm waiting for 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.":
- "车速超100km/h。请注意安全。",
- "Warning: Intaleqing detected!": "警告:超速!",
- "Please help! Contact me as soon as possible.": "救命!联系我。",
- "Share Trip Details": "分享行程",
- "Car Plate is ": "车牌:",
- "the 300 points equal 300 L.E for you \nSo go and gain your money":
- "300积分 = ¥300\n去赚钱吧",
- "the 300 points equal 300 L.E": "300积分 = ¥300",
- "The payment was not approved. Please try again.": "支付未批准。",
- "Payment Failed": "支付失败",
- "This is a scheduled notification.": "这是定时通知。",
- "An error occurred during the payment process.": "支付出错。",
- "The payment was approved.": "支付批准。",
- "Payment Successful": "支付成功",
- "No ride found yet": "未找到行程",
- "Accept Order": "接单",
- "Bottom Bar Example": "底部栏示例",
- "Driver phone": "司机电话",
- "Statistics": "统计",
- "Origin": "起点",
- "Destination": "终点",
- "Driver Name": "司机名",
- "Driver Car Plate": "车牌",
- "Available for rides": "可接单",
- "Scan Id": "扫描证件",
- "Camera not initilaized yet": "相机未初始化",
- "Scan ID MklGoogle": "扫描 ID",
- "Language": "语言",
- "Jordan": "约旦",
- "USA": "美国",
- "Egypt": "埃及",
- "Turkey": "土耳其",
- "Saudi Arabia": "沙特",
- "Qatar": "卡塔尔",
- "Bahrain": "巴林",
- "Kuwait": "科威特",
- "But you have a negative salary of": "您有欠款:",
- "Promo Code": "优惠码",
- "Your trip distance is": "行程距离:",
- "Enter promo code": "输入优惠码",
- "You have promo!": "有优惠!",
- "Cost Duration": "时间成本",
- "Duration is": "时长:",
- "Leave": "离开",
- "Join": "加入",
- "Heading your way now. Please be ready.": "正在前往,请准备。",
- "Approaching your area. Should be there in 3 minutes.": "即将到达,约3分钟。",
- "There's heavy traffic here. Can you suggest an alternate pickup point?":
- "堵车。能换个地方吗?",
- "This ride is already taken by another driver.": "行程已被抢。",
- "You Should be select reason.": "请选择原因。",
- "Waiting for Driver ...": "等待司机...",
- "Latest Recent Trip": "最近行程",
- "from your list": "来自列表",
- "Do you want to change Work location": "更改公司地址",
- "Do you want to change Home location": "更改家庭地址",
- "We Are Sorry That we dont have cars in your Location!": "附近无车!",
- "Choose from Map": "从地图选择",
- "Pick your ride location on the map - Tap to confirm": "在地图选点 - 点击确认",
- "Intaleq is the ride-hailing app that is safe, reliable, and accessible.":
- "Intaleq 安全可靠。",
- "With Intaleq, you can get a ride to your destination in minutes.":
- "几分钟内出发。",
- "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.":
- "致力安全,严格筛选。",
- "Pick from map": "地图选点",
- "No Car in your site. Sorry!": "无车。抱歉!",
- "Nearest Car for you about ": "最近车辆约 ",
- "From :": "从:",
- "Get Details of Trip": "行程详情",
- "If you want add stop click here": "添加经停点点这里",
- "Where you want go ": "去哪里 ",
- "My Card": "我的卡",
- "Start Record": "开始录音",
- "History of Trip": "历史行程",
- "Helping Center": "帮助中心",
- "Record saved": "录音已保存",
- "Trips recorded": "已录音行程",
- "Select Your Country": "选择国家",
- "To ensure you receive the most accurate information for your location, please select your country below. This will help tailor the app experience and content to your country.":
- "请选择国家以获取准确信息。",
- "Are you sure to delete recorded files": "删除录音文件?",
- "Select recorded trip": "选择录音行程",
- "Card Number": "卡号",
- "Hi, Where to ": "嗨,去哪 ",
- "Pick your destination from Map": "地图选终点",
- "Add Stops": "添加经停",
- "Get Direction": "导航",
- "Add Location": "添加地点",
- "Switch Rider": "切换乘客",
- "You will arrive to your destination after timer end.": "计时结束后到达。",
- "You can cancel trip": "可取消",
- "The driver waitting you in picked location .": "司机在等您。",
- "Pay with Your": "支付使用",
- "Pay with Credit Card": "信用卡支付",
- "Show Promos to Charge": "充值优惠",
- "Point": "积分",
- "How many hours would you like to wait?": "等待几小时?",
- "Driver Wallet": "司机钱包",
- "Choose between those Type Cars": "选择车型",
- "hour": "小时",
- "Select Waiting Hours": "选择等待时长",
- "Total Points is": "总积分",
- "You will receive a code in SMS message": "将收到短信码",
- "Done": "完成",
- "Total Budget from trips is ": "行程总收入:",
- "Total Amount:": "总金额:",
- "Total Budget from trips by\nCredit card is ": "信用卡行程总收入:",
- "This amount for all trip I get from Passengers": "乘客总支付",
- "Pay from my budget": "余额支付",
- "This amount for all trip I get from Passengers and Collected For me in":
- "代收金额",
- "You can buy points from your budget": "用余额买积分",
- "insert amount": "输入金额",
- "You can buy Points to let you online\nby this list below":
- "购买积分以保持在线",
- "Create Wallet to receive your money": "创建钱包收款",
- "Enter your feedback here": "输入反馈",
- "Please enter your feedback.": "请输入反馈。",
- "Feedback": "反馈",
- "Submit ": "提交 ",
- "Click here to Show it in Map": "点击在地图显示",
- "Canceled": "已取消",
- "No I want": "不,我想",
- "Email is": "邮箱是:",
- "Phone Number is": "手机号是:",
- "Date of Birth is": "生日是:",
- "Sex is ": "性别是:",
- "Car Details": "车辆详情",
- "VIN is": "车架号是:",
- "Color is ": "颜色是:",
- "Make is ": "品牌是:",
- "Model is": "型号是:",
- "Year is": "年份是:",
- "Expiration Date ": "有效期是:",
- "Edit Your data": "编辑资料",
- "write vin for your car": "填写车架号",
- "VIN": "车架号",
- "Device Change Detected": "设备变更",
- "Please verify your identity": "验证身份",
- "write Color for your car": "填写颜色",
- "write Make for your car": "填写品牌",
- "write Model for your car": "填写型号",
- "write Year for your car": "填写年份",
- "write Expiration Date for your car": "填写有效期",
- "Tariffs": "费率",
- "Minimum fare": "起步价",
- "Maximum fare": "最高价",
- "Flag-down fee": "起步费",
- "Including Tax": "含税",
- "BookingFee": "预约费",
- "Morning": "早晨",
- "from 07:30 till 10:30 (Thursday, Friday, Saturday, Monday)":
- "07:30 - 10:30",
- "Evening": "晚上",
- "from 12:00 till 15:00 (Thursday, Friday, Saturday, Monday)":
- "12:00 - 15:00",
- "Night": "夜间",
- "You have in account": "账户余额",
- "Select Country": "选择国家",
- "Ride Today : ": "今日行程:",
- "After this period\nYou can't cancel!": "超时\n不可取消!",
- "from 23:59 till 05:30": "23:59 - 05:30",
- "Rate Driver": "评价司机",
- "Total Cost is ": "总花费:",
- "Write note": "备注",
- "Time to arrive": "到达时间",
- "Ride Summaries": "行程摘要",
- "Total Cost": "总花费",
- "Average of Hours of": "平均工时",
- " is ON for this month": " 本月在线",
- "Days": "天",
- "Total Hours on month": "本月总工时",
- "Counts of Hours on days": "每日工时",
- "OrderId": "订单号",
- "created time": "创建时间",
- "Intaleq Over": "Intaleq 结束",
- "I will slow down": "我会减速",
- "Map Passenger": "乘客地图",
- "Be Slowly": "慢点",
- "If you want to make Google Map App run directly when you apply order":
- "接单直接打开 Google 地图",
- "You can change the language of the app": "更改语言",
- "Your Budget less than needed": "余额不足",
- "You can change the Country to get all features": "更改国家以获取所有功能",
- "Change Country": "更改国家/地区"
- },
- "ar-gulf": {
+ "Why do you want to cancel?": "Why do you want to cancel?",
+ "Yes": "Yes",
+ "You should ideintify your gender for this type of trip!":
+ "You should ideintify your gender for this type of trip!",
+ "You will choose one of above!": "You will choose one of above!",
+ "Your Rewards": "Your Rewards",
+ "Your complaint has been submitted.":
+ "Your complaint has been submitted.",
+ "and acknowledge our Privacy Policy.":
+ "and acknowledge our Privacy Policy.",
+ "as the driver.": "as the driver.",
+ "cancelled": "cancelled",
+ "due to a previous trip.": "due to a previous trip.",
+ "insert sos phone": "insert sos phone",
+ "is driving a": "is driving a",
+ "min added to fare": "min added to fare",
+ "phone not verified": "phone not verified",
+ "to arrive you.": "to arrive you.",
+ "unknown": "unknown",
+ "wait 1 minute to recive message": "wait 1 minute to recive message",
+ "with license plate": "with license plate",
+ "witout zero": "witout zero",
+ "you must insert token code": "you must insert token code",
+ "Syria": "叙利亚",
+ "SYP": "叙利亚镑",
"Order": "طلب",
"OrderVIP": "طلب VIP",
"Cancel Trip": "إلغاء المشوار",
"Passenger Cancel Trip": "الراكب ألغى المشوار",
"VIP Order": "طلب VIP",
- "Hi ,I Arrive your site": "هلا، وصلت موقعك",
"The driver accepted your trip": "الكابتن قبل مشوارك",
"message From passenger": "رسالة من الراكب",
"Cancel": "إلغاء",
"Trip Cancelled. The cost of the trip will be added to your wallet.":
"تم إلغاء المشوار. المبلغ رجع لمحفظتك.",
"token change": "تغيير الرمز",
+ "Changed my mind": "我改变了主意",
+ "Please write the reason...": "请填写原因...",
+ "Found another transport": "找到了其他交通工具",
+ "Driver is taking too long": "司机来得太慢了",
+ "Driver asked me to cancel": "司机要求我取消订单",
+ "Wrong pickup location": "上车地点错误",
+ "Other": "غير ذلك",
+ "Don't Cancel": "不要取消",
+ "No Drivers Found": "未找到司机",
+ "Sorry, there are no cars available of this type right now.":
+ "抱歉,目前没有此类车型。",
+ "Refresh Map": "刷新地图",
"face detect": "التحقق من الوجه",
"Face Detection Result": "نتيجة التحقق",
"similar": "مطابق",
"not similar": "غير مطابق",
+ "Searching for nearby drivers...": "正在寻找附近的司机...",
+ "Error": "خطأ",
+ "Failed to search, please try again later": "搜索失败,请稍后重试",
+ "Connection Error": "连接错误",
+ "Please check your internet connection": "请检查您的网络连接",
+ "Sorry 😔": "抱歉 😔",
+ "The driver cancelled the trip for an emergency reason.\nDo you want to search for another driver immediately?":
+ "司机因紧急情况取消了行程。\n您想立即寻找其他司机吗?",
+ "Search for another driver": "寻找其他司机",
+ "We apologize 😔": "我们深表歉意 😔",
+ "No drivers found at the moment.\nPlease try again later.":
+ "目前未找到司机。\n请稍后重试。",
"Hi ,I will go now": "هلا، أنا بطلع الحين",
"Passenger come to you": "الراكب جايك",
"Call Income": "مكالمة واردة",
@@ -20868,8 +23188,6 @@ class MyTranslation extends Translations {
"المعذرة، في كابتن ثاني سبقك وأخذ الطلب.",
"Driver Applied the Ride for You": "الكابتن قدم الطلب لك",
"Applied": "تم التقديم",
- "Pay by Sham Cash": "دفع عبر شام كاش",
- "Pay with Debit Card": "دفع ببطاقة مدى/فيزا",
"Please go to Car Driver": "تفضل عند الكابتن",
"Ok I will go now.": "أبشر، رايح له الحين.",
"Accepted Ride": "المشوار مقبول",
@@ -20883,38 +23201,24 @@ class MyTranslation extends Translations {
"Trip is Begin": "بدأ المشوار",
"Cancel Trip from driver": "إلغاء من الكابتن",
"We will look for a new driver.\nPlease wait.":
- "جاري البحث عن كابتن ثاني.\nانتظر لاهنت.",
+ "بنشوف لك كابتن ثاني.\nانتظر لاهنت.",
"The driver canceled your ride.": "الكابتن ألغى مشوارك.",
- "Driver Finish Trip": "الكابتن أنهى المشوار",
- "you will pay to Driver": "المبلغ للكابتن",
- "Don’t forget your personal belongings.": "لا تنسى أغراضك.",
+ "Driver Finish Trip": "الكابتن خلص المشوار",
+ "you will pay to Driver": "الدفع للكابتن",
+ "Don’t forget your personal belongings.": "انتبه لأغراضك الشخصية.",
"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":
- "تأكد إنك أخذت كل أغراضك وإن الباقي رجع لمحفظتك قبل تنزل. شكراً لاختيارك انطلق.",
+ "تأكد إن أغراضك معك وإن الباقي رجع للمحفظة قبل تنزل. شكراً لاستخدامك انطلق.",
"Finish Monitor": "إنهاء المتابعة",
- "Trip finished": "انتهى المشوار",
- "Call Income from Driver": "مكالمة من الكابتن",
- "Driver Cancelled Your Trip": "الكابتن كنسل رحلتك",
+ "Trip finished": "انتهت الرحلة",
+ "Call Income from Driver": "اتصال من الكابتن",
+ "Driver Cancelled Your Trip": "الكابتن كنسل الرحلة",
"you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "بتدفع حق وقت الكابتن، شيك محفظتك في انطلق",
- "Order Applied": "تم تنفيذ الطلب",
+ "بتدفع حق وقت الكابتن، شوف محفظتك في انطلق",
+ "Order Applied": "تم الطلب",
"welcome to intaleq": "حياك في انطلق",
"login or register subtitle": "دخل رقم جوالك للدخول أو التسجيل",
- "An application error occurred.": "صار خطأ في التطبيق.",
- "Submission Failed": "فشل الإرسال",
- "Your complaint has been submitted.": "وصلنا بلاغك.",
- "Failed to connect to the server. Please try again.":
- "ما قدرنا نتصل بالسيرفر. حاول مرة ثانية.",
- "Ride information not found. Please refresh the page.":
- "معلومات المشوار غير موجودة. حدث الصفحة.",
- "Please describe your issue before submitting.":
- "اشرح لنا المشكلة لاهنت قبل الارسال.",
- "An application error occurred during upload.": "صار خطأ وقت الرفع.",
- "Failed to upload audio file.": "ما تحمل الملف الصوتي.",
- "Audio uploaded successfully.": "تم رفع الصوت بنجاح.",
"Complaint cannot be filed for this ride. It may not have been completed or started.":
"ما تقدر ترفع شكوى على هالمشوار. يمكن ما كمل أو ما بدأ.",
- "2. Attach Recorded Audio (Optional)": "٢. أرفق تسجيل صوتي (اختياري)",
- "Please enter a description of the issue.": "اكتب وصف للمشكلة.",
"phone number label": "رقم الجوال",
"phone number required": "مطلوب رقم الجوال",
"send otp button": "أرسل كود التحقق",
@@ -20935,7 +23239,6 @@ class MyTranslation extends Translations {
"Resend Code": "إعادة إرسال",
"You can resend in": "تقدر تعيد الإرسال بعد",
"seconds": "ثانية",
- "Error": "خطأ",
"Please enter the complete 6-digit code.":
"دخل الرمز كامل (6 أرقام).",
"last name required": "اسم العائلة مطلوب",
@@ -20950,26 +23253,10 @@ class MyTranslation extends Translations {
"otp verification failed": "رمز التحقق غلط.",
"registration failed": "فشل التسجيل.",
"welcome user": "يا هلا، @firstName!",
- "Cancel Trip from driver": "إلغاء من الكابتن",
- "We will look for a new driver.\nPlease wait.":
- "بنشوف لك كابتن ثاني.\nانتظر لاهنت.",
- "The driver canceled your ride.": "الكابتن ألغى مشوارك.",
- "Driver Finish Trip": "الكابتن خلص المشوار",
- "you will pay to Driver": "الدفع للكابتن",
"Don't forget your personal belongings.": "لا تنسى أغراضك.",
- "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":
- "تأكد إن أغراضك معك وإن الباقي رجع للمحفظة قبل تنزل. شكراً لاستخدامك انطلق.",
- "Finish Monitor": "إنهاء المتابعة",
- "Trip finished": "انتهت الرحلة",
- "Call Income from Driver": "اتصال من الكابتن",
- "Driver Cancelled Your Trip": "الكابتن كنسل الرحلة",
- "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "بتدفع حق وقت الكابتن، شوف محفظتك في انطلق",
- "Order Applied": "تم الطلب",
"Share App": "شارك التطبيق",
"Wallet": "المحفظة",
"Balance": "الرصيد",
- "Don’t forget your personal belongings.": "انتبه لأغراضك الشخصية.",
"Profile": "الملف الشخصي",
"Contact Support": "تواصل مع الدعم",
"Session expired. Please log in again.":
@@ -21002,15 +23289,10 @@ class MyTranslation extends Translations {
"Order for myself": "اطلب لنفسي",
"Are you want to go this site": "تبي تروح هالمكان؟",
"No": "لا",
- "Pay by Sham Cash": "دفع شام كاش",
"Intaleq Wallet": "محفظة انطلق",
"Have a promo code?": "عندك كود خصم؟",
"Your Wallet balance is ": "رصيدك بالمحفظة: ",
"Cash": "كاش",
- "Phone Number": "رقم الجوال",
- "Search country": "ابحث عن الدولة",
- "Payment Successful!": "تم الدفع!",
- "Your payment was successful.": "عملية الدفع ناجحة.",
"Pay directly to the captain": "ادفع للكابتن كاش",
"Top up Wallet to continue": "اشحن المحفظة عشان تكمل",
"Or pay with Cash instead": "أو ادفع كاش",
@@ -21025,20 +23307,7 @@ class MyTranslation extends Translations {
"View your past transactions": "شوف عملياتك السابقة",
"Top up Wallet": "شحن المحفظة",
"Add funds using our secure methods": "ضيف رصيد بطرق آمنة",
- "Driver is waiting": "الكابتن ينتظرك",
- "Type your message...": "اكتب رسالتك...",
- "Driver Accepted Request": "الكابتن وافق على الطلب",
- "Message": "رسالة",
- "Call": "اتصال",
- "Set Phone Number": "حط رقم الجوال",
- "Select This Ride": "اختر هالمشوار",
- "Call Driver": "كلم الكابتن",
"Increase Fare": "زيد السعر",
- "Stop": "قف",
- "Record": "تسجيل",
- "Share": "مشاركة",
- "WhatsApp": "واتساب",
- "SOS": "فزعة (SOS)",
"No drivers accepted your request yet": "ماحد قبل طلبك لسه",
"Increasing the fare might attract more drivers. Would you like to increase the price?":
"لو زودت السعر ممكن يجيك كابتن أسرع. تبي تزيد السعر؟",
@@ -21048,16 +23317,11 @@ class MyTranslation extends Translations {
"Route Not Found": "الطريق غير معروف",
"We couldn't find a valid route to this destination. Please try selecting a different point.":
"ما لقينا طريق للوجهة هذي. جرب تختار نقطة ثانية.",
- "alert": "تنبيه",
"You can call or record audio during this trip.":
"تقدر تتصل أو تسجل صوت خلال المشوار.",
"Warning: Speeding detected!": "تنبيه: سرعة عالية!",
- "Fixed Price": "سعر ثابت",
- "Report": "بلاغ",
"Comfort": "مريح",
"Intaleq Balance": "رصيد انطلق",
- "Search for a starting point": "ابحث عن نقطة البداية",
- "Top up Balance to continue": "اشحن الرصيد للمتابعة",
"Electric": "كهربائية",
"Lady": "نواعم",
"Van": "عائلية (فان)",
@@ -21075,8 +23339,6 @@ class MyTranslation extends Translations {
"Contacts Loaded": "تم تحميل الأسماء",
"Showing": "عرض",
"of": "من",
- "Pay by MTN Wallet": "دفع بمحفظة MTN",
- "Pay by Syriatel Wallet": "دفع بمحفظة سيريتل",
"Customer not found": "العميل غير موجود",
"Wallet is blocked": "المحفظة موقوفة",
"Customer phone is not active": "جوال العميل مو شغال",
@@ -21143,7 +23405,6 @@ class MyTranslation extends Translations {
"Delete Permanently": "حذف نهائي",
"Male": "رجل",
"Female": "أنثى",
- "Other": "غير ذلك",
"High School Diploma": "ثانوي",
"Associate Degree": "دبلوم",
"Bachelor's Degree": "بكالوريوس",
@@ -21164,8 +23425,6 @@ class MyTranslation extends Translations {
"Lady Captain for girls": "كابتن سيدة للبنات",
"Van for familly": "فان للعائلة",
"Are you sure to delete this location?": "متأكد تبي تحذف هالموقع؟",
- "Change Work location?": "تغيير موقع الدوام؟",
- "Change Home location?": "تغيير موقع البيت؟",
"Submit a Complaint": "رفع شكوى",
"Submit Complaint": "إرسال الشكوى",
"No trip history found": "ما فيه سجل مشاوير",
@@ -21183,27 +23442,7 @@ class MyTranslation extends Translations {
"No promos available right now.": "ما فيه عروض حالياً.",
"Check back later for new offers!": "شيك بعدين يمكن فيه عروض!",
"Valid Until:": "صالح لين:",
- "CODE": "الكود",
- "Login": "تسجيل الدخول",
- "Sign in for a seamless experience": "سجل دخولك لتجربة أسهل",
- "Sign In with Google": "دخول بقوقل",
- "Sign in with Apple": "دخول بأبل",
- "User not found": "المستخدم غير موجود",
- "Need assistance? Contact us": "تبي مساعدة؟ كلمنا",
- "Email": "الإيميل",
- "Your email address": "عنوان بريدك",
- "Enter a valid email": "دخل إيميل صحيح",
- "Password": "كلمة المرور",
- "Your password": "كلمة المرور حقتك",
- "Enter your password": "دخل كلمة المرور",
- "Submit": "إرسال",
- "Terms of Use & Privacy Notice": "شروط الاستخدام والخصوصية",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the ":
- "إذا اخترت \"أوافق\"، يعني إنك قريت ووافقت على ",
- "Terms of Use": "شروط الاستخدام",
- " and acknowledge the ": " وتقر بـ ",
- "Privacy Notice": "سياسة الخصوصية",
- " . I am at least 18 years old.": " . وعمري 18 سنة وفوق.",
+ "CODE": "验证码",
"I Agree": "أوافق",
"Continue": "متابعة",
"Enable Location": "تفعيل الموقع",
@@ -21227,200 +23466,7 @@ class MyTranslation extends Translations {
"Increase Fee": "زيد السعر",
"Copy": "نسخ",
"Promo Copied!": "تم نسخ الكود!",
- "Code": "الكود",
- "copied to clipboard": "تم النسخ للحافظة",
- "Price": "السعر",
- "Intaleq's Response": "رد انطلق",
- "Awaiting response...": "بانتظار الرد...",
- "Audio file not attached": "الملف الصوتي مو مرفق",
- "The audio file is not uploaded yet.\\nDo you want to submit without it?":
- "الملف الصوتي لسه ما رفع.\\nتبي ترسل بدونه؟",
- "deleted": "محذوف",
- "To Work": "للدوام",
- "Work Saved": "حفظنا موقع الدوام",
- "To Home": "للبيت",
- "Home Saved": "حفظنا موقع البيت",
- "Destination selected": "اخترت الوجهة",
- "Now select start pick": "الحين حدد من وين نأخذك",
- "OK": "تم",
- "Confirm Pick-up Location": "تأكيد موقع الركوب",
- "Set Location on Map": "حدد ع الخريطة",
- "Leave a detailed comment (Optional)": "اكتب تعليق مفصل (اختياري)",
- "Share your experience to help us improve...":
- "شاركنا تجربتك عشان نتحسن...",
- "Your valuable feedback helps us improve our service quality.":
- "رأيك يهمنا ويحسن خدمتنا.",
- "witout zero": "بدون صفر",
- "Top up Balance": "اشحن الرصيد",
- "An error occurred": "صار خطأ",
- "Send WhatsApp Message": "أرسل واتساب",
- "How was your trip with": "كيف كان مشوارك مع",
- "Drawing route on map...": "نرسم الطريق ع الخريطة...",
- "Please wait while we prepare your trip.": "انتظر شوي نجهز مشوارك.",
- "Submit Rating": "إرسال التقييم",
- "Call Support": "كلم الدعم",
- "You can contact us during working hours from 10:00 - 16:00.":
- "تقدر تكلمنا وقت الدوام من 10 ص إلى 4 م.",
- "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.":
- "انطلق هو تطبيق المشاوير الآمن والموثوق المصمم لأهل الخليج. نوفر لك تجربة مريحة ومحترمة وبسعر زين، مع ميزات تهم سلامتك. كباتننا موثقين ومأمنين وسياراتهم مفحوصة. وعندنا دعم على الطريق عشان تضمن مشوارك يتم على خير. مع انطلق، ارتاح وتطمن.",
- "Work time is from 10:00 AM to 16:00 PM.\nYou can send a WhatsApp message or email.":
- "الدوام من 10 الصبح لـ 4 العصر.\nتقدر ترسل واتساب أو إيميل.",
- "Sorry": "المعذرة",
- "Customer MSISDN doesn’t have customer wallet":
- "رقم العميل ما عنده محفظة",
- "Please enter the number without the leading 0":
- "دخل الرقم بدون الصفر اللي بالبداية",
- "Please enter your phone number": "دخل رقم جوالك",
- "Phone number seems too short": "الرقم كأنه قصير",
- "No cars are available at the moment. Please try again later.":
- "ما في سيارات حالياً. جرب بعد شوي.",
- "Nearest Car: ~": "أقرب سيارة: ~",
- "Nearest Car": "أقرب سيارة",
- "No cars nearby": "ما حولك سيارات",
- "Favorite Places": "الأماكن المفضلة",
- "No favorite places yet!": "ما ضفت أماكن مفضلة للحين!",
- "from your favorites": "من المفضلة",
- "Back": "رجوع",
- "Enter your code below to apply the discount.":
- "دخل الكود تحت عشان يجيك الخصم.",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the":
- "إذا اخترت \"أوافق\"، يعني قريت ووافقت على",
- "and acknowledge the": "وأقر بـ",
- "Enable Location Access": "تفعيل الوصول للموقع",
- "We need your location to find nearby drivers for pickups and drop-offs.":
- "نحتاج موقعك عشان نلقى كباتن حولك.",
- "You should restart app to change language":
- "لازم تعيد تشغيل التطبيق عشان تتغير اللغة",
- "Home Page": "الرئيسية",
- "To change Language the App": "تغيير لغة التطبيق",
- "Learn more about our app and mission": "اعرف أكثر عن تطبيقنا",
- "Promos For Today": "عروض اليوم",
- "Choose your ride": "اختر موترك",
- "Your Journey Begins Here": "مشوارك يبدأ هنا",
- "Bonus gift": "هدية إضافية",
- "Pay": "ادفع",
- "Get": "احصل على",
- "Send to Driver Again": "أرسل للكابتن مرة ثانية",
- "Driver Name:": "اسم الكابتن:",
- "No trip data available": "ما في بيانات للمشوار",
- "Car Plate:": "اللوحة:",
- "remaining": "باقي",
- "Order Cancelled": "الطلب تكنسل",
- "You canceled VIP trip": "ألغيت مشوار VIP",
- "Passenger cancelled order": "الراكب ألغى الطلب",
- "Your trip is scheduled": "مشوارك مجدول",
- "Don't forget your ride!": "لا تنسى مشوارك!",
- "Trip updated successfully": "تحدث المشوار بنجاح",
- "Car Make:": "نوع السيارة:",
- "Car Model:": "الموديل:",
- "Car Color:": "اللون:",
- "Driver Phone:": "جوال الكابتن:",
- "Pre-booking": "حجز مسبق",
- "Waiting VIP": "بانتظار VIP",
- "Driver List": "قائمة الكباتن",
- "Confirm Trip": "تأكيد المشوار",
- "Select date and time of trip": "اختر وقت وتاريخ المشوار",
- "Date and Time Picker": "اختيار التاريخ والوقت",
- "Trip Status:": "حالة المشوار:",
- "pending": "معلق",
- "accepted": "مقبول",
- "rejected": "مرفوض",
- "Apply": "تطبيق",
- "Enter your promo code": "دخل كود الخصم",
- "Apply Promo Code": "طبق الكود",
- "Scheduled Time:": "الوقت المجدول:",
- "No drivers available": "ما في كباتن",
- "No drivers available at the moment. Please try again later.":
- "ما في كباتن حالياً. جرب بعدين.",
- "you have a negative balance of": "عليك رصيد سالب بقيمة",
- "Please try again in a few moments": "جرب بعد شوي",
- "Unknown Driver": "كابتن غير معروف",
- "in your": "في",
- "The driver accepted your order for": "الكابتن قبل طلبك بـ",
- "wallet due to a previous trip.": "من المحفظة عشان مشوار سابق.",
- "rides": "مشاوير",
- "Add Work": "إضافة الدوام",
- "The reason is": "السبب هو",
- "User does not have a wallet #1652": "المستخدم ما عنده محفظة #1652",
- "Price of trip": "سعر المشوار",
- "From:": "من:",
- "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
- "لمشاوير انطلق والتوصيل، السعر ينحسب اوتوماتيك. لمشاوير الراحة، السعر بالوقت والمسافة.",
- "Phone Wallet Saved Successfully": "انحفظ رقم المحفظة",
- "Add wallet phone you use": "ضف رقم المحفظة اللي تستخدمه",
- "Update Available": "فيه تحديث",
- "Phone number must be exactly 11 digits long":
- "الرقم لازم يكون 10 أرقام (حسب الدولة)",
- "Insert Wallet phone number": "دخل رقم المحفظة",
- "Phone number isn't an Egyptian phone number": "الرقم مو محلي",
- "A new version of the app is available. Please update to the latest version.":
- "نزل تحديث جديد للتطبيق. حدثه لاهنت.",
- "We use location to get accurate and nearest passengers for you":
- "نستخدم الموقع عشان نجيب لك أقرب ركاب بدقة",
- "This ride is already applied by another driver.":
- "هالمشوار أخذه كابتن ثاني.",
- "We use your precise location to find the nearest available driver and provide accurate pickup and dropoff information. You can manage this in Settings.":
- "نستخدم موقعك الدقيق عشان نلقى أقرب كابتن ونعطيك معلومات دقيقة للركوب والنزول. تقدر تضبطه من الإعدادات.",
- "Where are you, sir?": "وينك طال عمرك؟",
- "I've been trying to reach you but your phone is off.":
- "دقيت عليك وجوالك مقفل.",
- "Please don't be late": "لا تتأخر لاهنت",
- "Please don't be late, I'm waiting for you at the specified location.":
- "لا تتأخر علي، انتظرك بالموقع.",
- "My location is correct. You can search for me using the navigation app":
- "موقعي صح. ابحث عني بالخريطة",
- "Hello, I'm at the agreed-upon location":
- "هلا، أنا بالموقع المتفق عليه",
- "How much longer will you be?": "كم يبيلك؟",
- "Phone number is verified before": "الرقم توثق من قبل",
- "Change Ride": "تغيير المشوار",
- "You can change the destination by long-pressing any point on the map":
- "تقدر تغير الوجهة بالضغط المطول ع الخريطة",
- "Pick from map destination": "اختر الوجهة من الخريطة",
- "Pick or Tap to confirm": "اختر أو اضغط للتأكيد",
- "Accepted your order": "قبل طلبك",
- "Order Accepted": "انقبل الطلب",
- "with type": "من نوع",
- "accepted your order at price": "وافق بسعر",
- "you canceled order": "كنسلت الطلب",
- "If you want order to another person": "اذا تبي تطلب لشخص ثاني",
- "upgrade price": "ارفع السعر",
- "airport": "مطار",
- "Best choice for a comfortable car with a flexible route and stop points. This airport offers visa entry at this price.":
- "أفضل خيار لسيارة مريحة ومسار مرن.",
- "You can upgrade price to may driver accept your order":
- "تقدر ترفع السعر عشان يوافق الكابتن",
- "Change Route": "تغيير المسار",
- "No Captain Accepted Your Order": "ماحد قبل طلبك",
- "We are looking for a captain but the price may increase to let a captain accept":
- "ندور كابتن بس يمكن يزيد السعر عشان يوافقون",
- "No, I want to cancel this trip": "لا، أبي ألغي المشوار",
- "Attention": "انتبه",
- "Trip Cancelled. The cost of the trip will be deducted from your wallet.":
- "المشوار تكنسل. المبلغ انخصم من محفظتك.",
- "You will be charged for the cost of the driver coming to your location.":
- "بنحسب عليك تكلفة جية الكابتن.",
- "reject your order.": "رفض طلبك.",
- "Order Under Review": "الطلب تحت المراجعة",
- "is reviewing your order. They may need more information or a higher price.":
- "يراجع طلبك. يمكن يحتاج معلومات أو سعر أعلى.",
- "Vibration": "اهتزاز",
- "Resend code": "أعد إرسال الرمز",
- "change device": "تغيير الجهاز",
- "Device Change Detected": "اكتشفنا تغيير بالجهاز",
- "You can only use one device at a time. This device will now be set as your active device.":
- "تقدر تستخدم جهاز واحد بس. هالجهاز صار هو الأساسي.",
- "Click here point": "اضغط هنا",
- "Are you want to change": "تبي تغير؟",
- "by": "بواسطة",
- "Enter your complaint here": "اكتب شكواك",
- "Please enter your complaint.": "الرجاء كتابة الشكوى.",
- "Complaint data saved successfully": "انحفظت الشكوى",
- "Trip Monitor": "مراقب الرحلة",
- "Insert SOS Phone": "دخل رقم الطوارئ",
- "Add SOS Phone": "إضافة رقم طوارئ",
- "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 ,":
- "عزيزي،\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انطلق،",
+ "Code": "代码",
"Send Intaleq app to him": "أرسل له تطبيق انطلق",
"No passenger found for the given phone number":
"ما لقينا راكب بهالرقم",
@@ -21491,8 +23537,8 @@ class MyTranslation extends Translations {
"Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.":
"تقدر تدفع كاش أو بالبطاقة.",
"Can I cancel my ride?": "أقدر ألغي المشوار؟",
- "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 under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.":
+ "是的,您可以在特定条件下(例如分配司机前)取消行程。详情请参阅 Intaleq 取消政策。",
"Driver Registration & Requirements": "تسجيل الكباتن",
"How can I register as a driver?": "كيف أسجل كابتن؟",
"What are the requirements to become a driver?": "وش الشروط؟",
@@ -21541,35 +23587,6 @@ class MyTranslation extends Translations {
"عندك كود دعوة من كابتن ثاني؟",
"Paste the code here": "الصق الكود",
"No, I don't have a code": "لا، ما عندي",
- "Code approved": "الكود مقبول",
- "Install our app:": "حمل تطبيقنا:",
- "Invite another driver and both get a gift after he completes 100 trips!":
- "ادع كابتن ثاني ولكم هدية بعد 100 مشوار!",
- "Invite": "دعوة",
- "Are you sure?": "متأكد؟",
- "This will delete all recorded files from your device.":
- "هذا بيحذف كل الملفات.",
- "Select a file": "اختر ملف",
- "Select a File": "اختر ملف",
- "Delete": "حذف",
- "attach audio of complain": "أرفق صوت للشكوى",
- "Phone Number Check": "تحقق من الرقم",
- "Drivers received orders": "الكباتن استلموا الطلبات",
- "No audio files recorded.": "ما في تسجيلات.",
- "This is for delivery or a motorcycle.": "هذا للتوصيل أو دباب.",
- "Intaleq Reminder": "تذكير انطلق",
- "It's time to check the Intaleq app!": "وقت تشيك على انطلق!",
- "you must insert token code": "لازم تدخل الرمز",
- "Something went wrong. Please try again.":
- "صار شي غلط. حاول مرة ثانية.",
- "Trip Details": "تفاصيل المشوار",
- "The context does not provide any complaint details, so I cannot provide a solution to this issue. Please provide the necessary information, and I will be happy to assist you.":
- "ما في تفاصيل للشكوى. زودنا بالمعلومات لاهنت.",
- "Submit Your Complaint": "قدم شكوتك",
- "Status": "الحالة",
- "Choose from contact": "اختر من الأسماء",
- "attach correct audio": "أرفق صوت صحيح",
- "be sure": "تأكد",
"Audio uploaded successfully.": "تم رفع الصوت.",
"Perfect for passengers seeking the latest car models with the freedom to choose any route they desire":
"مثالي للي يبون سيارات جديدة وحرية اختيار الطريق",
@@ -21722,7 +23739,6 @@ class MyTranslation extends Translations {
"I added the wrong pick-up/drop-off location": "الموقع غلط",
"I don't have a reason": "ما عندي سبب",
"Can we know why you want to cancel Ride ?": "ليش تبي تلغي؟",
- "Cancel Ride": "إلغاء المشوار",
"Add Payment Method": "إضافة طريقة دفع",
"Ride Wallet": "محفظة المشوار",
"Payment Method": "طريقة الدفع",
@@ -22247,7 +24263,6 @@ class MyTranslation extends Translations {
"Edit Your data": "تعديل بياناتك",
"write vin for your car": "اكتب رقم الهيكل",
"VIN": "رقم الهيكل",
- "Device Change Detected": "تغير الجهاز",
"Please verify your identity": "تحقق من هويتك",
"write Color for your car": "اكتب اللون",
"write Make for your car": "اكتب الشركة",
@@ -22295,1338 +24310,8 @@ class MyTranslation extends Translations {
"Your Budget less than needed": "رصيدك أقل من المطلوب",
"You can change the Country to get all features":
"غير الدولة عشان كل الميزات",
- "Change Country": "تغيير الدولة"
+ "There is no Car or Driver in your area.": "您所在的区域没有车辆或司机。",
+ "Change Country": "تغيير الدولة",
},
- "ar-ma": {
- "Order": "طلب",
- "OrderVIP": "طلب VIP",
- "Cancel Trip": "إلغي الرحلة",
- "Passenger Cancel Trip": "الزبون ألغى الرحلة",
- "VIP Order": "طلب VIP",
- "The driver accepted your trip": "السائق قبل الرحلة ديالك",
- "message From passenger": "رسالة من الزبون",
- "Cancel": "إلغاء",
- "Trip Cancelled. The cost of the trip will be added to your wallet.":
- "الرحلة ملغية. الفلوس ديال الرحلة غادي تزاد في الجيب ديالك.",
- "token change": "تبديل الرمز",
- "face detect": "كشف الوجه",
- "Face Detection Result": "نتيجة كشف الوجه",
- "similar": "مشابه",
- "not similar": "ماشي مشابه",
- "Hi ,I will go now": "مرحبا، أنا غادي نمشي دابا",
- "Passenger come to you": "الزبون جاي عندك",
- "Call Income": "مكالمة واردة",
- "Call Income from Passenger": "مكالمة واردة من الزبون",
- "Criminal Document Required": "مطلوب وثيقة جنائية",
- "You should have upload it .": "خاصك تكون حملتيها.",
- "Call End": "نهاية المكالمة",
- "The order has been accepted by another driver.":
- "الطلب تقبل من عند سائق آخر.",
- "The order Accepted by another Driver": "الطلب تقبل من عند سائق آخر",
- "We regret to inform you that another driver has accepted this order.":
- "كنتأسفوا نبلغوك باللي سائق آخر قبل هذا الطلب.",
- "Driver Applied the Ride for You": "السائق قدم الطلب ليك",
- "Applied": "تطبق",
- "Hi ,I Arrive your site": "مرحبا، وصلت للموقع ديالك",
- "Please go to Car Driver": "الله يرحم الوالدين سير عند سائق السيارة",
- "Ok I will go now.": "واخا، غادي نمشي دابا.",
- "Accepted Ride": "الرحلة مقبولة",
- "Driver Accepted the Ride for You": "السائق قبل الرحلة ليك",
- "Promo": "عرض ترويجي",
- "Show latest promo": "عرض آخر عرض ترويجي",
- "Trip Monitoring": "مراقبة الرحلة",
- "Driver Is Going To Passenger": "السائق غادي في الطريق ليك",
- "Please stay on the picked point.":
- "الله يرحم الوالدين بقا في نقطة الالتقاط اللي تحددات.",
- "message From Driver": "رسالة من السائق",
- "Trip is Begin": "الرحلة بدات",
- "Cancel Trip from driver": "إلغاء الرحلة من السائق",
- "We will look for a new driver.\nPlease wait.":
- "غادي نقلبوا على سائق جديد.\nالله يرحم الوالدين تسنى.",
- "The driver canceled your ride.": "السائق ألغى الرحلة ديالك.",
- "Driver Finish Trip": "السائق سالا الرحلة",
- "you will pay to Driver": "غادي تخلص السائق",
- "Don’t forget your personal belongings.": "متنساش حوايجك الشخصية.",
- "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",
- "Finish Monitor": "سالي المراقبة",
- "Trip finished": "الرحلة سالات",
- "Call Income from Driver": "مكالمة واردة من السائق",
- "Driver Cancelled Your Trip": "السائق ألغى الرحلة ديالك",
- "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- "غادي تخلص السائق غادي تخلص تكلفة وقت السائق شوف الجيب ديال Intaleq ديالك",
- "Order Applied": "الطلب طبق",
-
- //firebase above
-
-//
- "Where to": "فين غادي؟",
- "Where are you going?": "فين غادي؟",
- "Quick Actions": "إجراءات سريعة",
- "My Wallet": "جيبي",
- "Order History": "تاريخ الطلبات",
- "Contact Us": "اتصل بنا",
- "Driver": "السائق",
- "Complaint": "شكاية",
- "Promos": "العروض",
- "Recent Places": "الأماكن الأخيرة",
- "From": "من",
- "WhatsApp Location Extractor": "مستخرج موقع واتساب",
- "Location Link": "رابط الموقع",
- "Paste location link here": "لصق رابط الموقع هنا",
- "Go to this location": "سير لهذا الموقع",
- "Paste WhatsApp location link": "لصق رابط موقع واتساب",
- "Select Order Type": "اختار نوع الطلب",
- "Choose who this order is for": "اختار الطلب هذا ديال من؟",
- "I want to order for myself": "بغيت نطلب ليا",
- "I want to order for someone else": "بغيت نطلب لواحد آخر",
- // "Cancel": "إلغاء",
- "Order for someone else": "طلب لشخص آخر",
- "Order for myself": "طلب ليا",
- "Are you want to go this site": "واش باغي تمشي لهذا المكان؟",
- // "Yes": "أيوة",
- "No": "لا",
- "Are you sure to delete this location?":
- "متأكد باللي باغي تمسح هذا الموقع؟",
- "deleted": "تمسح",
- "To Work": "للخدمة",
- "Work Saved": "مكان الخدمة تسجل",
- "To Home": "للدار",
- "Home Saved": "مكان الدار تسجل",
- "Destination selected": "الوجهة مختارة",
- "Now select start pick": "دابا اختار نقطة البداية",
- "OK": "واخا",
- "Confirm Pick-up Location": "تأكيد موقع الالتقاء",
- "Set Location on Map": "حدد الموقع على الخريطة",
- "Nearest Car: ~": "أقرب طوموبيل: ~",
- "Nearest Car": "أقرب طوموبيل",
- "No cars nearby": "ماكاينش طوموبيلات قريبة",
- "Favorite Places": "الأماكن المفضلة",
- "No favorite places yet!": "مازال ماكاينش أماكن مفضلة!",
- "from your favorites": "من المفضلة ديالك",
- "Back": "رجوع",
- "Sign in for a seamless experience":
- "تسجل الدخول باش تكون تجربة أحسن",
- "Sign In with Google": "تسجيل الدخول بجوجل",
- "Sign in with Apple": "تسجيل الدخول بآبل",
- "Need assistance? Contact us": "محتاج مساعدة؟ عيط لينا",
- "User not found": "المستخدم مالقيناهش",
- "Email": "البريد الإلكتروني",
- "Your email address": "عنوان البريد الإلكتروني ديالك",
- "Enter a valid email": "دخل بريد إلكتروني صحيح",
- "Password": "كلمة السر",
- // "Your password": "كلمة مرورك",
- "Enter your password": "دخل كلمة السر ديالك",
- "Submit": "إرسال",
- "Terms of Use & Privacy Notice": "شروط الاستخدام وإشعار الخصوصية",
- "Terms of Use": "شروط الاستخدام",
- "Privacy Notice": "سياسة الخصوصية",
- "By selecting \"I Agree\" below, I confirm that I have read and agree to the":
- "بالضغط على \"موافق\" لتحت، كنأكد باللي قريت ووافقت على",
- "and acknowledge the": "وكنقر بـ",
- ". I am at least 18 years old.": ". أنا عندي 18 عام ولا كثر.",
-
- "Continue": "كمل",
- "Enable Location Access": "فعل الوصول للموقع",
- "We need your location to find nearby drivers for pickups and drop-offs.":
- "محتاجين الموقع ديالك باش نلقاو سواقين قرابين للاستلام والتوصيل.",
- "Allow Location Access": "السماح بالوصول للموقع",
- "You should restart app to change language":
- "خاصك تسد التطبيق وتعاود تفتحو باش اللغة تبدل",
- "Home Page": "الصفحة الرئيسية",
- "To change Language the App": "باش تبدل لغة التطبيق",
- "Learn more about our app and mission":
- "عرف كثر على التطبيق ديالنا والمهمة ديالنا",
- "Promos For Today": "عروض اليوم",
- "Choose your ride": "اختار مشوارك",
- "Your Journey Begins Here": "الرحلة ديالك كتبدا هنا",
- "Bonus gift": "هدية إضافية",
- "Pay": "خلص",
- "Get": "حصل على",
- "Send to Driver Again": "عاود صيفط للسائق",
- "Driver Name:": "اسم السائق:",
- "No trip data available": "ماكاينش بيانات للرحلة متوفرة",
- "Car Plate:": "نمرة الطوموبيل:",
- "remaining": "باقي",
- "Order Cancelled": "الطلب ملغي",
- "You canceled VIP trip": "لغيتي مشوار VIP",
- "Passenger cancelled order": "الزبون ألغى الطلب",
- "Your trip is scheduled": "الرحلة ديالك مجدولة",
- "Don't forget your ride!": "متنساش مشوارك!",
- "Trip updated successfully": "الرحلة تحدتات بنجاح",
- "Car Make:": "ماركة الطوموبيل:",
- "Car Model:": "موديل الطوموبيل:",
- "Car Color:": "لون الطوموبيل:",
- "Driver Phone:": "نمرة تيليفون السائق:",
- "Pre-booking": "حجز مسبق",
- "Waiting VIP": "انتظار VIP",
- "Driver List": "قائمة السائقين",
- "Confirm Trip": "أكد المشوار",
- "Select date and time of trip": "حدد التاريخ والوقت ديال المشوار",
- "Date and Time Picker": "اختيار التاريخ والوقت",
- "Trip Status:": "حالة المشوار:",
- "pending": "قيد الانتظار",
- "accepted": "مقبول",
- "rejected": "مرفوض",
- "Apply": "تطبيق",
- "Enter your promo code": "دخل رمز الترويج الخاص بك",
- "Apply Promo Code": "تطبيق رمز الترويج",
- "Scheduled Time:": "الوقت المحدد:",
- "No drivers available": "ماكاينش سواقين متوفرين",
- "No drivers available at the moment. Please try again later.":
- "ماكاينش سواقين متوفرين دابا. حاول مرة أخرى من بعد.",
- "you have a negative balance of": "عندك رصيد ناقص ديال",
- "Please try again in a few moments": "حاول مرة أخرى بعد لحظات قليلة",
- "Unknown Driver": "سائق غير معروف",
- "in your": "في الجيب ديالك",
- "The driver accepted your order for": "السائق قبل الطلب ديالك بـ",
- "wallet due to a previous trip.": "في الجيب ديالك بسبب رحلة سابقة.",
- "rides": "مشاوير",
- "Add Work": "زيد مكان الخدمة",
- "The reason is": "السبب هو",
- "User does not have a wallet #1652": "المستخدم معندوش جيب #1652",
- "Price of trip": "ثمن المشوار",
- "From:": "من:",
- "For Intaleq and Delivery trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
- "بالنسبة لمشاوير السرعة والتوصيل، الثمن كيتحسب تلقائيا. أما مشاوير الكمفورت، الثمن كيكون على حساب الوقت والمسافة",
- "Phone Wallet Saved Successfully": "جيب التيليفون تسجل بنجاح",
- "Add wallet phone you use": "زيد نمرة جيب التيليفون اللي كتستعمل",
- "Update Available": "تحديث متوفر",
- "Phone number must be exactly 11 digits long":
- "نمرة التيليفون خاصها تكون 11 رقم بالضبط",
- "Insert Wallet phone number": "دخل نمرة جيب التيليفون ديالك",
- "Phone number isn't an Egyptian phone number":
- "نمرة التيليفون هادي ماشي نمرة مصرية",
- "A new version of the app is available. Please update to the latest version.":
- "كاين نسخة جديدة من التطبيق متوفرة. الله يرحم الوالدين دير التحديث لآخر نسخة.",
- "We use location to get accurate and nearest passengers for you":
- "كنستعملو الموقع باش نوصلوك بأقرب ركاب وأدقهم ليك",
- "This ride is already applied by another driver.":
- "المشوار هذا تقبل من عند سائق آخر خلاص.",
- "We use your precise location to find the nearest available driver and provide accurate pickup and dropoff information. You can manage this in Settings.":
- "كنستعملو الموقع ديالك بالضبط باش نلقاو أقرب سائق متوفر ونديوك معلومات دقيقة على مكان الاستلام والوصول. ممكن تتحكم في هذا من الإعدادات.",
-
- "Where are you, sir?": "فين وصلتي أسي؟",
- "I've been trying to reach you but your phone is off.":
- "كنحاول نعيط ليك والتيليفون مسدود.",
- "Please don't be late": "الله يرحم الوالدين متأخرش",
- "Please don't be late, I'm waiting for you at the specified location.":
- "الله يرحم الوالدين متأخرش، أنا كنتسناك في المكان اللي محدد.",
- "My location is correct. You can search for me using the navigation app":
- "الموقع ديالي مزيان. ممكن تقلب عليا باستعمال تطبيق الملاحة",
- "Hello, I'm at the agreed-upon location":
- "أهلا، أنا في المكان المتفق عليه",
- "How much longer will you be?": "شحال باقي ليك باش توصل؟",
- "Phone number is verified before": "نمرة التيليفون مأكدة من قبل",
- "Change Ride": "بدل المشوار",
- "You can change the destination by long-pressing any point on the map":
- "ممكن تبدل الوجهة بالضغط مطولاً على أي نقطة في الخريطة",
- "Pick from map destination": "اختار الوجهة ديالك من الخريطة",
- "Pick or Tap to confirm": "اختار أو ضغط باش تأكد",
- "Accepted your order": "الطلب ديالك تقبل",
- "Order Accepted": "الطلب مقبول",
- "with type": "مع نوع",
- "accepted your order at price": "الطلب ديالك تقبل بثمن",
-
- "you canceled order": "أنت لغيتي الطلب",
- "If you want order to another person": "إلا بغيتي تطلب لشخص آخر",
- // "Ok I will go now.": "واخا، أنا غادي دابا.",
- // "Hi, I will go now": "أهلا، أنا غادي دابا",
- "upgrade price": "طلع الثمن",
- "Please enter a correct phone":
- "الله يرحم الوالدين دخل نمرة تيليفون صحيحة",
- "airport": "مطار",
- "Best choice for a comfortable car with a flexible route and stop points. This airport offers visa entry at this price.":
- "أحسن اختيار لطوموبيل مريحة بمسار مرن ونقط توقف. المطار هذا كيقدم دخول فيزا بهذا الثمن.",
- "You can upgrade price to may driver accept your order":
- "ممكن تزيد في الثمن باش السائق يقبل الطلب ديالك",
- "Change Route": "بدل المسار",
- "No Captain Accepted Your Order": "ماكاينش كابيتان قبل الطلب ديالك",
- "We are looking for a captain but the price may increase to let a captain accept":
- "كنقلبوا على كابيتان ولكن ممكن الثمن يزيد باش كابيتان يقبل",
- "No, I want to cancel this trip": "لا، بغيت نلغي المشوار هذا",
- // "Trip Cancelled. The cost of the trip will be added to your wallet.":
- // "الرحلة ملغية. هيتزاد الثمن ديال الرحلة في الجيب ديالك.",
- "Attention": "تنبيه",
- "Trip Cancelled. The cost of the trip will be deducted from your wallet.":
- "الرحلة ملغية. هيتخصم الثمن ديال الرحلة من الجيب ديالك.",
- "You will be charged for the cost of the driver coming to your location.":
- "غادي تتحسب عليك تكلفة مجيئ السائق للموقع ديالك.",
- "reject your order.": "رفض الطلب ديالك.",
- "Order Under Review": "الطلب قيد المراجعة",
- "is reviewing your order. They may need more information or a higher price.":
- "كيراجع الطلب ديالك. ممكن يحتاجو معلومات كثر أو ثمن أعلى.",
- // "The driver canceled your ride.": "السائق ألغى المشوار ديالك.",
- "We haven't found any drivers yet. Consider increasing your trip fee to make your offer more attractive to drivers.":
- "مالقيناش أي سواقين حتى دابا. فكر تزيد في ثمن المشوار باش العرض ديالك يكون جذاب كثر للسواقين.",
- "Increase Your Trip Fee (Optional)":
- "زيد في ثمن المشوار ديالك (اختياري)",
- "Vibration": "اهتزاز",
- "Resend code": "عاود صيفط الرمز",
- // "token change": "تبديل الرمز",
- "change device": "بدل الجهاز",
- "Device Change Detected": "تغير الجهاز تم الكشف عليه",
- "You can only use one device at a time. This device will now be set as your active device.":
- "ممكن تستعمل جهاز واحد فقط في المرة الوحدة. الجهاز هذا غادي يتعين دابا كجهازك النشط.",
- "Click here point": "ضغط هنا",
- "Are you want to change": "واش باغي تبدل؟",
- "by": "بواسطة",
- "Enter your complaint here": "كتب الشكاية ديالك هنا",
- "Please enter your complaint.":
- "الله يرحم الوالدين دخل الشكاية ديالك.",
- "Complaint data saved successfully": "بيانات الشكاية تسجلات بنجاح",
- "Trip Monitor": "مراقبة الرحلة",
- "Insert SOS Phone": "دخل نمرة طوارئ",
- "Add SOS Phone": "زيد نمرة طوارئ",
- // "Trip Monitoring": "مراقبة الرحلة",
- "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 ,":
- "عزيزي،\n\n🚀 يلاه بديت رحلة مشوقة وبغيت نشارك معاك تفاصيل الرحلة ديالي والموقع الحالي ديالي في الوقت الفعلي! الله يرحم الوالدين نزل تطبيق Intaleq. غادي يسمح ليك تشوف تفاصيل الرحلة ديالي والموقع الأخير ديالي.\n\n👈 رابط التحميل:\nAndroid [https://play.google.com/store/apps/details?id=com.mobileapp.store.ride]\niOS [https://getapp.cc/app/6458734951]\n\nكنتسنى نبقيك قريب مني خلال المغامرة ديالي!\n\nIntaleq،",
- "Send Intaleq app to him": "صيفط ليه تطبيق Intaleq",
- "No passenger found for the given phone number":
- "مالقيناش زبون بالنمرة التيليفون هادي",
- "No user found for the given phone number":
- "مالقيناش مستخدم بالنمرة التيليفون هادي",
- "This price is": "الثمن هذا",
- "Work": "خدمة",
- "Add Home": "زيد دار",
- "Notifications": "الإشعارات",
- "💳 Pay with Credit Card": "خلص بالبطاقة الائتمانية 💳",
- "⚠️ You need to choose an amount!": "⚠️ خاصك تختار مبلغ!",
- "💰 Pay with Wallet": "خلص من الجيب",
- "You must restart the app to change the language.":
- "خاصك تسد التطبيق وتعاود تفتحو باش اللغة تبدل.",
- "joined": "انضم",
- "Driver joined the channel": "السائق انضم للقناة",
- "Driver left the channel": "السائق غادر القناة",
- "Call Page": "صفحة الاتصال",
- // "Call End": "نهاية المكالمة",
- "Call Left": "مكالمات باقية",
-
- "To use Wallet charge it": "باش تستعمل الجيب شحنو",
- "We are searching for the nearest driver to you":
- "كنقلبوا ليك على أقرب سائق ليك",
- "Best choice for cities": "أحسن اختيار للمدن",
- "Rayeh Gai: Round trip service for convenient travel between cities, easy and reliable.":
- "رايح جاي: خدمة للذهاب والعودة لـ Intaleq مريح بين المدن، ساهلة وموثوقة.",
- "Rayeh Gai": "رايح جاي",
- "This trip is for women only": "المشوار هذا خاص بالعيالات فقط",
- "Total budgets on month": "إجمالي الميزانية الشهرية",
- "You have call from driver": "عندك مكالمة من السائق",
- "Comfort": "كمفورت",
- "Intaleq": "Intaleq",
- "Driver already has 2 trips within the specified period.":
- "السائق عندو ديجا جوج مشاوير خلال الفترة المحددة.",
- "The invitation was sent successfully": "الدعوة تصيفطات بنجاح",
- "Lady": "ليدي",
- "You should select your country": "خاصك تختار البلد ديالك",
- "Scooter": "سكوتر",
- "A trip with a prior reservation, allowing you to choose the best captains and cars.":
- "مشوار بحجز مسبق، تقدر تختار فيه أحسن الكباتن والطوموبيلات.",
- "Mishwar Vip": "مشوار VIP",
- "The driver waiting you in picked location .":
- "السائق كيتسناك في مكان الالتقاء اللي اختاريتي.",
- "About Us": "على التطبيق",
- "You can change the vibration feedback for all buttons":
- "ممكن تبدل اهتزاز الأزرار",
- "Most Secure Methods": "أكثر طرق الأمان",
- "In-App VOIP Calls": "مكالمات صوتية داخل التطبيق",
- "Recorded Trips for Safety": "تسجيل الرحلات للأمان",
- "\nWe also prioritize affordability, offering competitive pricing to make your rides accessible.":
- "\nكما أننا كنعطيو الأولوية للأسعار المناسبة، وكنقدمو أسعار تنافسية باش المشاوير ديالك تكون في المتناول.",
- "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:":
- "Intaleq هو تطبيق لمشاركة المشاوير مصمم مع وضع السلامة ديالك وتكلفة المشوار في الاعتبار. كنوصلوك بسواقين موثوقين في المنطقة ديالك، وكنضمنو ليك تجربة Intaleq مريحة وبلا ستريس.\n\nها بعض المميزات الأساسية اللي كتميزنا:",
- "Sign In by Apple": "تسجيل الدخول بـ Apple",
- "Sign In by Google": "تسجيل الدخول بـ Google",
- "How do I request a ride?": "كيفاش نطلب مشوار؟",
- "Step-by-step instructions on how to request a ride through the Intaleq app.":
- "تعليمات خطوة بخطوة على كيفية طلب مشوار من خلال تطبيق Intaleq.",
- "What types of vehicles are available?":
- "شنو أنواع الطوموبيلات اللي متوفرة؟",
- "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.":
- "Intaleq كتقدم ليك اختيارات متنوعة ديال الطوموبيلات تناسب الاحتياجات ديالك، منها اقتصادي ومريح وفاخر. اختار اللي كيناسب الميزانية ديالك وعدد الركاب.",
- "How can I pay for my ride?": "كيفاش نخلص ثمن المشوار ديالي؟",
- "Intaleq offers multiple payment methods for your convenience. Choose between cash payment or credit/debit card payment during ride confirmation.":
- "Intaleq كتقدم ليك طرق دفع متعددة للراحة ديالك. اختار بين الدفع كاش ولا ببطاقة الائتمان/الخصم وأنت كتأكد المشوار.",
- "Can I cancel my ride?": "واش ممكن نلغي المشوار ديالي؟",
- "Yes, you can cancel your ride under certain conditions (e.g., before driver is assigned). See the Intaleq cancellation policy for details.":
- "أه، ممكن تلغي الرحلة ديالك في ظروف معينة (بحال قبل ما يتعين السائق). شوف سياسة الإلغاء في Intaleq باش تعرف التفاصيل.",
- "Driver Registration & Requirements": "تسجيل السائقين والمتطلبات",
- "How can I register as a driver?": "كيفاش ممكن نسجل كسائق؟",
- "What are the requirements to become a driver?":
- "شنو هما المتطلبات باش نخدم كسائق؟",
- "Visit our website or contact Intaleq support for information on driver registration and requirements.":
- "الله يرحم الوالدين زور الموقع الإلكتروني ديالنا ولا عيط لدعم Intaleq باش تعرف معلومات على تسجيل السائقين والمتطلبات.",
-
- "Intaleq provides in-app chat functionality to allow you to communicate with your driver or passenger during your ride.":
- "Intaleq كتوفر ميزة الدردشة داخل التطبيق باش تسمح ليك تتواصل مع السائق ديالك أو الراكب ديالك أثناء الرحلة.",
-
- "Intaleq prioritizes your safety. We offer features like driver verification, in-app trip tracking, and emergency contact options.":
- "Intaleq كتعطي الأولوية للسلامة ديالك. كنقدمو مميزات بحال التحقق من هوية السائق، وتتبع الرحلات داخل التطبيق، وخيارات الاتصال في حالات الطوارئ.",
- "Frequently Questions": "الأسئلة الشائعة",
- "User does not exist.": "المستخدم ما كاينش.",
- "We need your phone number to contact you and to help you.":
- "محتاجين نمرة التيليفون ديالك باش نتصلو بيك ونعاونوك",
- "You will recieve code in sms message": "غادي توصلك رمز في رسالة SMS",
- "Please enter": "الله يرحم الوالدين دخل",
- "We need your phone number to contact you and to help you receive orders.":
- "محتاجين نمرة التيليفون ديالك باش نتصلو بيك ونعاونوك تستقبل الطلبات.",
- "The full name on your criminal record does not match the one on your driver’s license. Please verify and provide the correct documents.":
- "الاسم الكامل في السجل الجنائي ديالك ماكيطابقش مع الاسم اللي في رخصة السياقة ديالك. الله يرحم الوالدين تحقق وقدم الوثائق الصحيحة.",
- "The national number on your driver’s license does not match the one on your ID document. Please verify and provide the correct documents.":
- "الرقم الوطني في رخصة السياقة ديالك ماكيطابقش مع الرقم اللي في وثيقة الهوية ديالك. الله يرحم الوالدين تحقق وقدم الوثائق الصحيحة.",
- "Capture an Image of Your Criminal Record": "صور السجل الجنائي ديالك",
- "IssueDate": "تاريخ الإصدار",
- "Capture an Image of Your car license front ":
- "صور الواجهة الأمامية لرخصة الطوموبيل ديالك",
- "Capture an Image of Your ID Document front":
- "صور الواجهة الأمامية لوثيقة الهوية ديالك",
- "NationalID": "الرقم القومي",
- "You can share the Intaleq App with your friends and earn rewards for rides they take using your code":
- "ممكن تشارك تطبيق Intaleq مع صحابك وتربح مكافآت على المشاوير اللي كيديرو باستعمال الكود ديالك.",
- "FullName": "الاسم الكامل",
- "No invitation found yet!": "مازال مالقيناش دعوات!",
- "InspectionResult": "نتيجة الفحص",
- "Criminal Record": "السجل الجنائي",
- "Share App": "شارك التطبيق",
- "The email or phone number is already registered.":
- "البريد الإلكتروني أو نمرة التيليفون مسجلين ديجا.",
- "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.":
- "باش تولي سائق ديال الركوب المشترك في تطبيق Intaleq، خاصك تحمل رخصة السياقة ديالك، وثيقة الهوية، ووثيقة تسجيل الطوموبيل. النظام ديال الذكاء الاصطناعي ديالنا غادي يراجع ويتحقق من صحة الوثائق ديالك في غضون 2-3 دقائق فقط. إلا الوثائق ديالك تقبلو، ممكن تبدا تخدم كسائق في تطبيق Intaleq. الله يرحم الوالدين لاحظ، تقديم وثائق مزورة كيتعتبر جريمة خطيرة وممكن يترتب عليها إنهاء الحساب فورا وعواقب قانونية.",
- "Documents check": "فحص الوثائق",
- "Driver's License": "رخصة السياقة",
- "for your first registration!": "للتسجيل الأول ديالك!",
- "Get it Now!": "حصل عليه دابا!",
- "before": "قبل",
- "Code not approved": "الرمز ما مقبولش",
- "3000 LE": "3000 جنيه مصري",
- "Do you have an invitation code from another driver?":
- "واش عندك كود دعوة من سائق آخر؟",
- "Paste the code here": "لصق الكود هنا",
- "No, I don't have a code": "لا، معنديش كود",
- "Code approved": "الكود مقبول",
- "Install our app:": "نزل التطبيق ديالنا:",
- "Invite another driver and both get a gift after he completes 100 trips!":
- "عيط لصاحبك باش يولي سائق و بجوج تربحو هدية من بعد ما يسالي 100 مشوار!",
- "Invite": "دعوة",
- "Are you sure?": "متأكد؟",
- "This will delete all recorded files from your device.":
- "هذا غادي يمسح كل الملفات المسجلة من الجهاز ديالك.",
- "Select a file": "اختار ملف",
- "Select a File": "اختار ملف",
- "Delete": "مسح",
- "attach audio of complain": "رفق صوت الشكاية",
- "Phone Number Check": "فحص نمرة التيليفون",
- "Drivers received orders": "السائقون استقبلو الطلبات",
- "No audio files recorded.": "ماكاينش ملفات صوتية مسجلة.",
- "This is for delivery or a motorcycle.":
- "هذا خاص بالتوصيل ولا الموطور.",
- // "We will look for a new driver.\nPlease wait.":
- // "غادي نقلبو على سائق جديد.\nالله يرحم الوالدين تسنى",
- "Intaleq Reminder": "تذكير Intaleq",
- "It's time to check the Intaleq app!":
- "الوقت باش تشوف تطبيق Intaleq!",
- "you must insert token code": "خاصك تدخل رمز التحقق.",
- "Something went wrong. Please try again.":
- "وقع شي مشكل. الله يرحم الوالدين حاول مرة أخرى.",
- "Trip Details": "تفاصيل الرحلة",
- "The context does not provide any complaint details, so I cannot provide a solution to this issue. Please provide the necessary information, and I will be happy to assist you.":
- "السياق ما كيوفرش تفاصيل الشكاية، داكشي علاش مايمكنش نقدم حل لهذا المشكل. الله يرحم الوالدين قدم المعلومات الضرورية، وغادي نكون سعيد نعاونك",
- "Submit Your Complaint": "صيفط الشكاية ديالك",
- "Date": "التاريخ",
- "Price": "الثمن",
- "Status": "الحالة",
- "Choose from contact": "اختار من جهات الاتصال",
- "attach correct audio": "رفق صوت الشكاية الصحيح",
- "be sure": "تأكد",
- "Audio uploaded successfully.": "الصوت ترفع بنجاح",
- "Perfect for passengers seeking the latest car models with the freedom to choose any route they desire":
- "مثالي للركاب اللي كيقلبوا على أحدث موديلات الطوموبيلات مع حرية اختيار أي طريق بغاو",
- "Share this code with your friends and earn rewards when they use it!":
- "شارك الكود هذا مع صحابك وربح مكافآت فاش كيستعملوه!",
- "Enter phone": "دخل نمرة التيليفون",
- "You deserve the gift": "أنت كتستحق الهدية",
- "complete, you can claim your gift": " ممكن تطلب الهدية ديالك",
- "When": "فاش يسالي",
- "Enter driver's phone": "دخل نمرة تيليفون السائق",
- "Send Invite": "صيفط الدعوة",
- "Show Invitations": "عرض الدعوات",
- "License Type": "نوع الرخصة",
- "National Number": "الرقم الوطني",
- "Name (Arabic)": "الاسم بالعربية",
- "Name (English)": "الاسم بالإنجليزية",
- "Address": "العنوان",
- "Issue Date": "تاريخ الإصدار",
- "Expiry Date": "تاريخ الانتهاء",
- "License Categories": "فئات الرخصة",
- "driver_license": "رخصة السياقة",
- "Capture an Image of Your Driver License": "صور رخصة السياقة ديالك",
- "ID Documents Back": "الوجه الخلفي لوثائق الهوية",
- "National ID": "البطاقة الوطنية",
- "Occupation": "المهنة",
- "Gender": "الجنس",
- "Religion": "الدين",
- "Marital Status": "الحالة الاجتماعية",
- "Full Name (Marital)": "الاسم الكامل (حسب الحالة الاجتماعية)",
- "Expiration Date": "تاريخ الانتهاء",
- "Capture an Image of Your ID Document Back":
- "صور الوجه الخلفي لوثيقة الهوية ديالك",
- "ID Documents Front": "الوجه الأمامي لوثائق الهوية",
- "First Name": "الاسم الأول",
- "CardID": "رقم البطاقة",
- "Vehicle Details Front": "تفاصيل المركبة الوجه الأمامي",
- "Plate Number": "نمرة اللوحة",
- "Owner Name": "اسم المالك",
- "Vehicle Details Back": "تفاصيل المركبة الوجه الخلفي",
- "Make": "المصنع",
- "Model": "الطراز",
- "Year": "السنة",
- "Chassis": "الشاسي",
- "Color": "اللون",
- "Displacement": "السعة",
- "Fuel": "الوقود",
- "Tax Expiry Date": "تاريخ انتهاء الضريبة",
- "Inspection Date": "تاريخ الفحص",
- "Capture an Image of Your car license back":
- "صور الوجه الخلفي لرخصة الطوموبيل ديالك",
- "Capture an Image of Your Driver’s License": "صور رخصة السياقة ديالك",
- "Sign in with Google for easier email and name entry":
- "تسجل الدخول بجوجل باش تسجل البريد الإلكتروني والاسم ديالك بسهولة",
- "You will choose allow all the time to be ready receive orders":
- "غادي تختار السماح ديما باش تكون مستعد تستقبل الطلبات",
- "Welcome to Intaleq!": "مرحبا بك في Intaleq!",
- "Get to your destination quickly and easily.":
- "وصل للوجهة ديالك بسرعة وسهولة.",
- "Enjoy a safe and comfortable ride.": "استمتع برحلة آمنة ومريحة.",
- "Choose Language": "اختار اللغة",
- "Login": "تسجيل الدخول",
- "Pay with Wallet": "خلص بالجيب",
- "Invalid MPIN": "رمز PIN غير صحيح",
- "Invalid OTP": "كود التحقق خاطئ",
- // "Driver Accepted the Ride for You": "السائق قبل الرحلة ليك",
- "Enter your email address": "دخل عنوان البريد الإلكتروني ديالك",
- "Please enter Your Email.":
- "الله يرحم الوالدين دخل البريد الإلكتروني ديالك.",
- "Enter your phone number": "دخل نمرة التيليفون ديالك",
- "Please enter your phone number.":
- "الله يرحم الوالدين دخل نمرة التيليفون ديالك.",
- "Please enter Your Password.":
- "الله يرحم الوالدين دخل كلمة السر ديالك.",
- "if you dont have account": "إلا ماكانش عندك حساب",
- "Register": "تسجيل",
- "Accept Ride's Terms & Review Privacy Notice":
- "قبل شروط الاستخدام وراجع إشعار الخصوصية",
- "By selecting 'I Agree' below, I have reviewed and agree to the Terms of Use and acknowledge the Privacy Notice. I am at least 18 years of age.":
- "بالاختيار ديال 'موافق' لتحت، راجعت ووافقت على شروط الاستخدام وكنقر بإشعار الخصوصية. عندي على الأقل 18 عام.",
- "I Agree": "موافق",
- // "Finish Monitor": " إنهاء مراقبة الرحلة ",
- "First name": "الاسم الشخصي",
- "Enter your first name": "دخل اسمك الشخصي",
- "Please enter your first name.":
- "الله يرحم الوالدين دخل اسمك الشخصي.",
- "Last name": "الاسم العائلي",
- "Enter your last name": "دخل اسمك العائلي",
- "Please enter your last name.":
- "الله يرحم الوالدين دخل اسمك العائلي.",
- "City": "المدينة",
- "Please enter your City.":
- "الله يرحم الوالدين دخل اسم المدينة ديالك.",
- "Male": "ذكر",
- "Female": "أنثى",
- "Verify Email": "تأكيد البريد الإلكتروني",
- "We sent 5 digit to your Email provided":
- "صيفطنا رمز من 5 أرقام للبريد الإلكتروني اللي عطيتي",
- "5 digit": "5 أرقام",
- "Send Verification Code": "صيفط رمز التحقق",
- "Your Ride Duration is ": "المدة ديال الرحلة ديالك هي ",
- "You will be thier in": "غادي تكون تما في",
- "You trip distance is": "المسافة ديال الرحلة ديالك هي",
- "Fee is": "الرسوم هي",
- "From : ": "من: ",
- "To : ": "إلى: ",
- "Add Promo": "زيد برومو",
- "Confirm Selection": "أكد الاختيار",
- "distance is": "المسافة هي",
-
- "Intaleq LLC": "شركة Intaleq",
- "Egypt'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.":
- "أول خدمة مشاركة الركوب في مصر، مطورة بكل فخر من طرف مالكين عرب ومحليين. كنعطيو الأولوية نكونو قراب ليك - سواء كنتي راكب قيم ولا كابتن مخلص.",
- "Why Choose Intaleq?": "علاش تختار Intaleq؟",
- "Closest to You": "الأقرب ليك",
- "We connect you with the nearest drivers for faster pickups and quicker journeys.":
- "كنربطوك بأقرب السائقين باش يكون الاستلام أسرع والرحلات أقصر.",
- "Uncompromising Security": "أعلى مستويات الأمان",
- "Lady Captains Available": "كابتانات متوفرات",
- "Recorded Trips (Voice & AI Analysis)":
- "الرحلات المسجلة (تحليل صوتي بالذكاء الاصطناعي)",
- "Fastest Complaint Response": "أسرع استجابة للشكايات",
- "Our dedicated customer service team ensures swift resolution of any issues.":
- "فريق خدمة العملاء ديالنا مكلف كيضمن حل سريع لأي مشكل.",
- "Affordable for Everyone": "في المتناول ديال كلشي",
- "Frequently Asked Questions": "الأسئلة الشائعة",
- "Getting Started": "البدء",
-
- "Simply open the Intaleq app, enter your destination, and tap \"Request Ride\". The app will connect you with a nearby driver.":
- "حل تطبيق Intaleq، دخل الوجهة ديالك، وضغط على \"طلب رحلة\". التطبيق غادي يوصلك بأقرب سائق.",
- "Vehicle Options": "خيارات المركبات",
-
- "Intaleq offers a variety of options including Economy, Comfort, and Luxury to suit your needs and budget.":
- "Intaleq كتوفر مجموعة متنوعة من الخيارات منها اقتصادي، مريح، وفاخر باش تناسب الاحتياجات والميزانية ديالك.",
- "Payments": "المدفوعات",
-
- "You can pay for your ride using cash or credit/debit card. You can select your preferred payment method before confirming your ride.":
- "ممكن تخلص ثمن المشوار ديالك كاش ولا ببطاقة الائتمان/الخصم. ممكن تختار طريقة الدفع اللي كتفضل قبل ما تأكد المشوار ديالك.",
- "Ride Management": "إدارة الرحلات",
-
- "Yes, you can cancel your ride, but please note that cancellation fees may apply depending on how far in advance you cancel.":
- "أه، ممكن تلغي المشوار ديالك، ولكن الله يرحم الوالدين لاحظ باللي رسوم الإلغاء ممكن تطبق على حساب شحال قبل لغيتي المشوار.",
- "For Drivers": "للسواقين",
- // "Driver Registration & Requirements": "تسجيل ومتطلبات السواقين",
- "Driver Registration": "تسجيل السائق",
- "To register as a driver or learn about the requirements, please visit our website or contact Intaleq support directly.":
- "باش تسجل كسائق ولا تعرف المتطلبات، الله يرحم الوالدين زور الموقع الإلكتروني ديالنا ولا اتصل بدعم Intaleq مباشرةً.",
- "Visit Website/Contact Support": "زور الموقع/اتصل بالدعم",
- "Close": "سد",
- "We are searching for the nearest driver": "كنقلبوا على أقرب سائق",
- "Communication": "التواصل",
- "How do I communicate with the other party (passenger/driver)?":
- "كيفاش نتواصل مع الطرف الآخر (الزبون/السائق)؟",
- "You can communicate with your driver or passenger through the in-app chat feature once a ride is confirmed.":
- "ممكن تتواصل مع السائق ديالك ولا الراكب ديالك من خلال ميزة الشات داخل التطبيق فاش كيتأكد المشوار.",
- "Safety & Security": "الأمان والحماية",
- "What safety measures does Intaleq offer?":
- "شنو هما إجراءات الأمان اللي كيقدم Intaleq؟",
- "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.":
- "Intaleq كيقدم مميزات أمان متنوعة منها التحقق من السائق، تتبع الرحلة داخل التطبيق، خيارات الاتصال في حالات الطوارئ، وإمكانية مشاركة حالة الرحلة ديالك مع جهات اتصال موثوقة.",
- "Enjoy competitive prices across all trip options, making travel accessible.":
- "استمتع بأسعار تنافسية على كل خيارات الرحلات، وهذا كيخلي Intaleq سهل الوصول ليه.",
- "Variety of Trip Choices": "خيارات رحلات متنوعة",
- "Choose the trip option that perfectly suits your needs and preferences.":
- "اختار خيار الرحلة اللي كيناسب الاحتياجات والتفضيلات ديالك بالضبط.",
- "Your Choice, Our Priority": "الاختيار ديالك هو الأولوية ديالنا",
- "Because we are near, you have the flexibility to choose the ride that works best for you.":
- "حيت احنا قراب، عندك المرونة تختار المشوار اللي كيناسبك.",
- "duration is": "المدة هي",
- "Setting": "الإعدادات",
- "Find answers to common questions": "لقا أجوبة للأسئلة الشائعة",
- "I don't need a ride anymore": "مابغيتش مشوار آخر",
- "I was just trying the application": "كنت غير كنجرب التطبيق",
- "No driver accepted my request": "ماكاينش سائق قبل الطلب ديالي",
- "I added the wrong pick-up/drop-off location":
- "زديت موقع الالتقاء/الوصول غالط",
- "I don't have a reason": "ما عندي حتى سبب",
- "Other": "آخر",
- "Can we know why you want to cancel Ride ?":
- "واش ممكن نعرفو علاش باغي تلغي المشوار؟",
- "Cancel Ride": "إلغاء المشوار",
- "Add Payment Method": "زيد طريقة الدفع",
- "Your Wallet balance is ": "الرصيد ديال الجيب ديالك هو ",
- "Ride Wallet": "جيب الرحلة",
- "Payment Method": "طريقة الدفع",
- "Type here Place": "كتب هنا المكان",
- "Are You sure to ride to": "متأكد باللي باغي تمشي لـ",
- "Confirm": "أكد",
- // "Back": "رجوع",
- "You are Delete": "أنت غادي تمسح",
- "Deleted": "تمسح",
- "You Dont Have Any places yet !": "مازال ماعندك حتى أماكن!",
- // "Favorite Places": "الأماكن المفضلة",
- "From : Current Location": "من: الموقع الحالي",
- // "Where to": "إلى أين",
- "Profile": "الملف الشخصي",
- "Home": "الصفحة الرئيسية",
- "My Cared": "البطاقات ديالي",
- "Add Card": "زيد بطاقة",
- "Add Credit Card": "زيد بطاقة ائتمان",
- "Please enter the cardholder name":
- "الله يرحم الوالدين دخل اسم صاحب البطاقة",
- "Please enter the expiry date":
- "الله يرحم الوالدين دخل تاريخ الانتهاء",
- "Please enter the CVV code": "الله يرحم الوالدين دخل رمز CVV",
- "Go To Favorite Places": "سير للأماكن المفضلة",
- "Go to this Target": "سير لهذا الهدف",
- "My Profile": "الملف الشخصي ديالي",
- "Sign Out": "تسجيل الخروج",
- "Are you want to go to this site": "واش باغي تمشي لهذا الموقع",
- "MyLocation": "الموقع ديالي",
- "my location": "الموقع ديالي",
- "Target": "هدف",
- "Update": "تحديث",
- "You Should choose rate figure": "خاصك تختار تقييم",
- "Login Captin": "تسجيل دخول الكابتن",
- "Register Captin": "تسجيل كابتن جديد",
- "Send Verfication Code": "صيفط رمز التحقق",
- "KM": "كم",
- "End Ride": "سالي الرحلة",
- "Minute": "دقيقة",
- "Go to passenger Location now": "سير لموقع الزبون دابا",
- "Duration of the Ride is ": "المدة ديال الرحلة هي ",
- "Distance of the Ride is ": "المسافة ديال الرحلة هي",
- "Name of the Passenger is ": "اسم الزبون هو",
- "Hello this is Captain": "مرحبا هذا الكابتن",
- "Start the Ride": "بدا الرحلة",
- "Please Wait If passenger want To Cancel!":
- "الله يرحم الوالدين تسنى إلا الزبون بغا يلغي!",
- "Total Duration:": "المدة الإجمالية:",
- "Active Duration:": "المدة الفعلية:",
- "Waiting for Captin ...": "كنتسناو الكابتن...",
- "Age is ": "العمر هو",
- "Rating is ": "التقييم هو",
- " to arrive you.": "باش يوصل عندك.",
-
- "Tariff": "تعريفة",
- "Settings": "الإعدادات",
- "Feed Back": "اقتراحات",
-
- "Please enter a valid 16-digit card number":
- "الله يرحم الوالدين دخل رقم بطاقة صحيح مكون من 16 رقم",
- "Add Phone": "زيد تيليفون",
- "Please enter a phone number": "الله يرحم الوالدين دخل نمرة تيليفون",
- "You dont Add Emergency Phone Yet!":
- "مازال مازتي نمرة تيليفون طوارئ!",
- "You will arrive to your destination after ":
- "غادي توصل للوجهة ديالك من بعد",
- "You can cancel Ride now": "ممكن تلغي المشوار دابا",
- "You Can cancel Ride After Captain did not come in the time":
- "ممكن تلغي المشوار من بعد ما الكابتن ما يوصلش في الوقت المحدد",
- "If you in Car Now. Press Start The Ride":
- "إلا كنتي في الطوموبيل دابا. ضغط على بدا الرحلة",
- "You Dont Have Any amount in": "ماعندك حتى مبلغ في",
- "Wallet!": "الجيب!",
- "You Have": "عندك",
- "Save Credit Card": "حفظ بطاقة الائتمان",
- "Show Promos": "عرض العروض الترويجية",
- "10 and get 4% discount": "10 وربح خصم 4%",
- "20 and get 6% discount": "20 وربح خصم 6%",
- "40 and get 8% discount": "40 وربح خصم 8%",
- "100 and get 11% discount": "100 وربح خصم 11%",
- "Pay with Your PayPal": "خلص بـ PayPal ديالك",
- "You will choose one of above !": "غادي تختار وحدة من هادو لفوق!",
- "Delete My Account": "مسح الحساب ديالي",
- "Edit Profile": "تعديل الملف الشخصي",
- "Name": "الاسم",
- "Update Gender": "تحديث الجنس",
- "Education": "التعليم",
- "Update Education": "تحديث التعليم",
- "Employment Type": "نوع التوظيف",
- "SOS Phone": "تيليفون الطوارئ",
- "High School Diploma": "شهادة الباكالوريا",
- "Associate Degree": "دبلوم جامعي",
- "Bachelor's Degree": "إجازة جامعية",
- "Master's Degree": "ماستر",
- "Doctoral Degree": "دكتوراه",
- "Copy this Promo to use it in your Ride!":
- "نسخ العرض هذا باش تستعملو في المشوار ديالك!",
- "To change some Settings": "باش تبدل شي إعدادات",
- "Order Request Page": "صفحة طلب الطلب",
- "Rouats of Trip": "طرق الرحلة",
- "Passenger Name is ": "اسم الراكب هو ",
- "Total From Passenger is ": "المبلغ الإجمالي من الراكب هو ",
- "Duration To Passenger is ": "المدة باش توصل للراكب هي ",
- "Distance To Passenger is ": "المسافة باش توصل للراكب هي ",
- "Total For You is ": "المبلغ الإجمالي ليك هو ",
- "Distance is ": "المسافة هي ",
- " KM": " كيلومتر",
- "Duration of Trip is ": "المدة ديال الرحلة هي ",
- " Minutes": " دقائق",
- "Apply Order": "قبل الطلب",
- "Refuse Order": "رفض الطلب",
- "Rate Captain": "قيم الكابتن",
- "Enter your Note": "دخل الملاحظة ديالك",
- "Type something...": "كتب شي حاجة...",
- "Submit rating": "صيفط التقييم",
- "Rate Passenger": "قيم الراكب",
- "Ride Summary": "ملخص الرحلة",
- "welcome_message": "مرحبا بك في Intaleq!",
- "app_description":
- "Intaleq هو تطبيق موثوق وآمن وسهل الوصول ليه لمشاركة الركوب.",
- "get_to_destination": "سير للوجهة ديالك بسرعة وسهولة.",
- "get_a_ride": "مع Intaleq، ممكن تحصل على رحلة للوجهة ديالك في دقائق.",
- "safe_and_comfortable": "استمتع برحلة آمنة ومريحة.",
- "committed_to_safety":
- "Intaleq ملتزمة بالسلامة، وكل الكباتن عندنا كيتفحصو مزيان وكيديرو ليهم فحص الخلفية.",
- // "Driver Applied the Ride for You": "السائق طلب المشوار ليك",
- // "Show latest promo": "أظهر آخر عرض ترويجي",
- // "Cancel Trip": "إلغاء الرحلة",
- // "Passenger Cancel Trip": "الزبون ألغى الرحلة",
- // "Accepted Ride": "الرحلة مقبولة",
- "your ride is Accepted": "الرحلة ديالك مقبولة",
-
- // "Trip is Begin": "الرحلة بدات",
- "Driver is waiting at pickup.": "السائق كيتسناك في نقطة الاستلام.",
- "Driver is on the way": "السائق في الطريق",
- "Contact Options": "خيارات الاتصال",
- "Send a custom message": "صيفط رسالة مخصصة",
- "Type your message": "كتب الرسالة ديالك",
- // "Hi ,I will go now": "مرحبا، أنا غادي نتحرك دابا",
- // "Passenger come to you": "الزبون جاي عندك",
- // "Hi ,I Arrive your site": "مرحبا، وصلت للمكان ديالك",
- // "Driver Finish Trip": "السائق سالا الرحلة",
- // "you will pay to Driver": "غادي تخلص السائق",
- // "Driver Cancel Your Trip": "السائق ألغى الرحلة ديالك",
- // "you will pay to Driver you will be pay the cost of driver time look to your Intaleq Wallet":
- // "غادي تخلص السائق تكلفة الوقت ديالو، شوف الجيب ديالك في Intaleq",
- // "I will go now": "أنا غادي نتحرك دابا",
- "You Have Tips": "عندك زيادة فلوس",
- " tips\nTotal is": " زيادة مال\nالمجموع هو",
- // "No,I want": "لا، بغيت",
- "Your fee is ": "الأجرة ديالك هي ",
- // "Do you want to pay Tips for this Driver":
- // "واش باغي تخلص البقشيش للسائق هذا؟",
- "Tip is ": " مبلغ البقشيش هو",
-
- "Are you want to wait drivers to accept your order":
- "واش باغي تسنى حتى السائقين يقبلو الطلب ديالك؟",
-
- "This price is fixed even if the route changes for the driver.":
- "الثمن هذا ثابت حتى إلا المسار تبدل للسائق.",
- "The price may increase if the route changes.":
- "احتمالية زيادة الثمن إلى المسار تبدل.",
- "The captain is responsible for the route.":
- "الكابتن مسؤول على المسار",
- "We are search for nearst driver": "كنقلبو على أقرب سائق",
- "Your order is being prepared": "جاري تجهيز الطلب ديالك",
- "The drivers are reviewing your request":
- "السائقين كيدرسو الطلب ديالك",
- "Your order sent to drivers": "الطلب ديالك تصيفط للسائقين",
- "You can call or record audio of this trip":
- "ممكن تعيط ولا تسجل صوت للرحلة هادي",
- "The trip has started! Feel free to contact emergency numbers, share your trip, or activate voice recording for the journey":
- "الرحلة بدات! براحتك تعيط لأرقام الطوارئ، شارك الرحلة ديالك، ولا فعل التسجيل الصوتي للرحلة",
- // "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",
- // "Don’t forget your personal belongings.": "متنساش متعلقاتك الشخصية.",
- "Camera Access Denied.": "الوصول للكاميرا مرفوض.",
- "Open Settings": "فتح الإعدادات",
- "GPS Required Allow !.": "تفعيل GPS مطلوب!",
- "Your Account is Deleted": "الحساب ديالك تمسح",
- "Are you sure to delete your account?":
- "متأكد باللي باغي تمسح الحساب ديالك؟",
- "Your data will be erased after 2 weeks\nAnd you will can't return to use app after 1 month ":
- "البيانات ديالك غادي يتمسحو من بعد أسبوعين\nومغاديش تقدر ترجع تستعمل التطبيق من بعد شهر",
- "Enter Your First Name": "دخل اسمك الشخصي",
- "Are you Sure to LogOut?": "متأكد باللي باغي تسجل الخروج؟",
- "Email Wrong": "البريد الإلكتروني غالط",
- "Email you inserted is Wrong.": "البريد الإلكتروني اللي دخلتي غالط.",
- "You have finished all times ": "ساليتي كل المحاولات",
- "if you want help you can email us here":
- "إلا بغيتي مساعدة ممكن تصيفط لينا إيميل هنا",
- "Thanks": "شكرا",
- "Email Us": "صيفط لينا إيميل",
- "I cant register in your app in face detection ":
- "ماعرفتش نسجل في التطبيق ديالكم بسبب كشف الوجه",
- "Hi": "مرحبا",
- "No face detected": "ماكاينش وجه مكشوف",
- "Image detecting result is ": "النتيجة ديال كشف الصورة هي",
- "from 3 times Take Attention": "من 3 مرات رد البال",
- "Be sure for take accurate images please\nYou have":
- "الله يرحم الوالدين تأكد تلتقط صور دقيقة\nعندك",
- "image verified": "الصورة مأكدة",
- "Next": "التالي",
- "There is no help Question here": "ماكاينش أسئلة مساعدة هنا",
-
- "You dont have Points": "ماعندكش نقاط",
- "You Are Stopped For this Day !": "توقفتي هذا النهار!",
- "You must be charge your Account": "خاصك تعاود تشحن رصيد النقاط",
- "You Refused 3 Rides this Day that is the reason \nSee you Tomorrow!":
- "رفضتي 3 رحلات اليوم هذا هو السبب\nنتلاقاو غدا!",
- "Recharge my Account": "خلص رسوم من الحساب ديالي",
- "Ok , See you Tomorrow": "واخا، نتلاقاو غدا",
- "You are Stopped": "توقفتي",
- "Connected": "متصل",
- "Not Connected": "غير متصل",
- "Your are far from passenger location": "أنت بعيد على مكان الراكب",
- "go to your passenger location before\nPassenger cancel trip":
- "سير لمكان الراكب قبل ما\nالراكب يلغي الرحلة",
- "You will get cost of your work for this trip":
- "غادي تاخد تكاليف الخدمة ديالك على الرحلة هادي",
- " in your wallet": "في الجيب ديالك",
- "you gain": "ربحتي",
-
- "Order Cancelled by Passenger": "الطلب تلغى من عند الراكب",
- "Success": "نجاح",
- "Feedback data saved successfully": "بيانات التعليقات تسجلات بنجاح",
- "No Promo for today .": "ماكاينش عروض ترويجية اليوم.",
- "Select your destination": "اختار الوجهة ديالك",
- "Search for your Start point": "قلب على نقطة الانطلاق ديالك",
- "Search for waypoint": "قلب على النقطة الآلية",
- "Current Location": "الموقع الحالي",
- "Add Location 1": "زيد الموقع 1",
- "You must Verify email !.": "خاصك تأكد البريد الإلكتروني!",
- "Cropper": "القاصة",
- "Saved Sucssefully": "تسجل بنجاح",
- "Select Date": "اختار التاريخ",
- "Birth Date": "تاريخ الميلاد",
- "Ok": "موافق",
- "the 500 points equal 30 JOD": "500 نقطة كتساوي 30 دينار أردني",
- "the 500 points equal 30 JOD for you \nSo go and gain your money":
- "500 نقطة كتساوي 30 دينار أردني ليك\nفستاهل فلوسك وربح النقاط",
- "token updated": "الرمز تحدت",
- "Add Location 2": "زيد الموقع 2",
- "Add Location 3": "زيد الموقع 3",
- "Add Location 4": "زيد الموقع 4",
- "Waiting for your location": "كنتسناو الموقع ديالك",
- "Search for your destination": "قلب على الوجهة ديالك",
- "Hi! This is": "مرحبا! أنا",
- " I am using": " أنا كنستعمل",
- " to ride with": " باش نركب مع",
- " as the driver.": " كسائق.",
- "is driving a ": "كيسوق",
- " with license plate ": "بلوحة ترخيص",
- " I am currently located at ": "أنا دابا كاين في",
- "Please go to Car now ": "الله يرحم الوالدين سير للطوموبيل دابا",
- "You will receive a code in WhatsApp Messenger":
- "غادي توصل برمز في واتساب ماسنجر",
- "If you need assistance, contact us": "إلا محتاج مساعدة، تواصل معنا",
- "Promo Ended": "العرض سالا",
- "Enter the promo code and get": "دخل رمز الترويج وربح",
- "DISCOUNT": "خصم",
- "No wallet record found": "ماكاينش سجل الجيب",
- "for": "لمدة",
- "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.":
- "Intaleq هو أكثر تطبيق آمن لمشاركة الركوب وكيدخل مميزات بزاف للكباتن والركاب بجوج. كنقدمو أقل نسبة عمولة وهي 8% فقط، وهذا كيضمن ليك تاخد أحسن قيمة للمشاوير ديالك. التطبيق ديالنا فيه تأمين لأحسن الكباتن، صيانة دورية للطوموبيلات مع أحسن المهندسين، وخدمات على الطريق لضمان تجربة محترمة وعالية الجودة لكل المستخدمين.",
- "You can contact us during working hours from 12:00 - 19:00.":
- "ممكن تعيط لينا في مواعيد العمل من 12:00 - 19:00.",
-
- "Choose a contact option": "اختار طريقة الاتصال",
- "Work time is from 12:00 - 19:00.\nYou can send a WhatsApp message or email.":
- "مواعيد العمل من 12:00 - 19:00.\nممكن تصيفط رسالة واتساب ولا إيميل.",
- "Promo code copied to clipboard!": "رمز العرض تنساخ للحافظة!",
- "Copy Code": "نسخ الرمز",
- "Your invite code was successfully applied!":
- "رمز الدعوة ديالك طبق بنجاح!",
- "Payment Options": "خيارات الدفع",
- "wait 1 minute to receive message":
- "تسنى دقيقة واحدة باش توصلك الرسالة",
- "Promo Copied!": "العرض تنساخ!",
- "You have copied the promo code.": "نسختي رمز العرض.",
- "Valid Until:": "صالح حتى:",
- "Select Payment Amount": "اختار مبلغ الدفع",
- "The promotion period has ended.": "فترة العرض سالات.",
- "Promo Code Accepted": "كود العرض مقبول",
- "Tap on the promo code to copy it!": "ضغط على رمز العرض باش تنسخو!",
- "Lowest Price Achieved": "أقل ثمن تحقق",
- "Cannot apply further discounts.": "مايمكنش نطبقو تخفيضات أخرى.",
- "Promo Already Used": "كود العرض مستعمل ديجا",
- "Invitation Used": "الدعوة مستعملة",
- "You have already used this promo code.": "استعملتي الكود هذا ديجا.",
- "Insert Your Promo Code": "دخل كود العرض ديالك",
- "Enter promo code here": "دخل كود العرض هنا",
- "Please enter a valid promo code":
- "الله يرحم الوالدين دخل كود عرض صحيح",
- "Awfar Car": "أوفر كار",
- "Old and affordable, perfect for budget rides.":
- "طوموبيل قديمة وبثمن معقول، مثالية للمشاوير الاقتصادية.",
- " If you need to reach me, please contact the driver directly at":
- "إلا كنتي محتاج توصل ليا، الله يرحم الوالدين تواصل مع السائق مباشرة على",
- "No Car or Driver Found in your area.":
- "مالقيناش لا طوموبيل لا سائق في المنطقة ديالك.",
- "Please Try anther time ": "الله يرحم الوالدين حاول وقت آخر",
- "There no Driver Aplly your order sorry for that ":
- "ماكاينش سائق قبل الطلب ديالك كنتأسفوا على هذا",
- "Trip Cancelled": "الرحلة ملغية",
- "The Driver Will be in your location soon .":
- "السائق غادي يكون في الموقع ديالك قريبًا.",
- "The distance less than 500 meter.": "المسافة قل من 500 متر.",
- "Promo End !": "العرض سالا!",
- "There is no notification yet": "ماكاينش إشعارات حتى دابا",
- "Use Touch ID or Face ID to confirm payment":
- "استعمل Touch ID ولا Face ID باش تأكد الدفع",
- "Contact us for any questions on your order.":
- "تواصل معنا إلا عندك أي استفسارات بخصوص الطلب ديالك.",
- "Pyament Cancelled .": "الدفع ملغي.",
- "type here": "كتب هنا",
- "Scan Driver License": "مسح رخصة السياقة",
- "Please put your licence in these border":
- "الله يرحم الوالدين حط الرخصة ديالك في هذا الإطار",
- "Camera not initialized yet": "الكاميرا مازال ماخدماتش",
- "Take Image": "صور",
- "AI Page": "صفحة الذكاء الاصطناعي",
- "Take Picture Of ID Card": "صور بطاقة الهوية",
- "Take Picture Of Driver License Card": "صور بطاقة رخصة السياقة",
- "We are process picture please wait ":
- "كنعالج الصورة الله يرحم الوالدين تسنى",
- "There is no data yet.": "ماكاينش بيانات حتى دابا.",
- "Name :": "الاسم:",
- "Drivers License Class: ": "فئة رخصة السياقة:",
- "Document Number: ": "رقم الوثيقة:",
- "Address: ": "العنوان:",
- "Height: ": "الطول:",
- "Expiry Date: ": "تاريخ الانتهاء:",
- "Date of Birth: ": "تاريخ الميلاد:",
- "You can\'t continue with us .\nYou should renew Driver license":
- "مايمكنش تكمل معنا. خاصك تجدد رخصة السياقة",
- "Detect Your Face ": "كشف الوجه ديالك",
- "Go to next step\nscan Car License.":
- "سير للخطوة اللي جاية\nومسح رخصة الطوموبيل.",
- "Name in arabic": "الاسم بالعربية",
- "Drivers License Class": "فئة رخصة السياقة",
- "Date of Birth": "تاريخ الميلاد",
- // "Select date and time of trip": "اختار تاريخ ووقت الرحلة",
- "Selected Date": "التاريخ المحدد",
- "Select Time": "اختار الوقت",
- "Selected Time": "الوقت المحدد",
- // "OK": "موافق",
- // "Cancel": "إلغاء",
- "Selected Date and Time": "التاريخ والوقت المحددين",
- "Lets check Car license ": "يلا نفحصو رخصة الطوموبيل",
- "Car": "الطوموبيل",
- "Plate": "اللوحة ديال الطوموبيل",
- "N/A": "غير متوفر",
- "Rides": "الرحلات",
- "Age": "العمر",
- // "Education": "التعليم",
- // "Color": "اللون",
- // "Displacement": "السعة",
- // "Fuel": "الوقود",
- "Selected driver": "السائق اللي اختاريتي",
- "Lets check License Back Face": "يلا نفحصو الوجه الخلفي للرخصة",
- "Car License Card": "بطاقة رخصة الطوموبيل",
- "No image selected yet": "مازال ما اختاريتي صورة",
- "Made :": "الصنع:",
- "model :": "الموديل:",
- "VIN :": "رقم الشاسي:",
- "year :": "السنة:",
- "ُExpire Date": "تاريخ الانتهاء",
- "Login Driver": "تسجيل دخول السائق",
- "Password must br at least 6 character.":
- "كلمة السر خاصها تكون 6 حروف على الأقل.",
- "if you don\'t have account": "إلا ماكانش عندك حساب",
- "Here recorded trips audio": "هنا تسجيلات صوتية ديال الرحلات",
- "Register as Driver": "تسجيل كسائق",
- // "Privacy Notice": "إخطار الخصوصية",
- "By selecting \"I Agree\" below, I have reviewed and agree to the Terms of Use and acknowledge the ":
- "بالاختيار ديال 'موافق' لتحت، راجعت ووافقت على شروط الاستخدام وكنقر بـ",
- ". I am at least 18 years of age.": ". أنا عمري 18 عام على الأقل.",
- "Log Out Page": "صفحة تسجيل الخروج",
- "Log Off": "تسجيل الخروج",
- "Register Driver": "تسجيل سائق جديد",
- "Verify Email For Driver": "تأكيد البريد الإلكتروني للسائق",
- "Admin DashBoard": "لوحة تحكم المدير",
- "Your name": "الاسم ديالك",
- "your ride is applied": "الطلب ديالك تقبل",
- "Your password": "كلمة السر ديالك",
- "H and": "ساعة و",
- "LE": "جنيه",
- "JOD": "دينار",
- "m": "دقيقة",
- "We search nearst Driver to you": "كنقلبو على أقرب سائق ليك",
- "please wait till driver accept your order":
- "الله يرحم الوالدين تسنى حتى السائق يقبل الطلب ديالك",
- "No accepted orders? Try raising your trip fee to attract riders.":
- "ماكاينش طلبات مقبولة؟ حاول تطلع في أجرة المشوار باش تجذب الركاب.",
- "You should select one": "خاصك تختار واحد",
- "The driver accept your order for": "السائق قبل الطلب ديالك بـ",
- "Increase Fee": "زيد في الأجرة",
- "No, thanks": "لا، شكرا",
- "The driver on your way": "الكابتن في الطريق ليك",
- "Total price from ": "الثمن الإجمالي من ",
- "Order Details Intaleq": "طلب سريع",
- // "Order Applied": "الطلب مقبول",
- "accepted your order": "قبل الطلب ديالك",
- // "We regret to inform you that another driver has accepted this order.":
- // "كنتأسفوا نبلغوك باللي سائق آخر قبل هذا الطلب",
- "Selected file:": "الملف المختار:",
- "Your trip cost is": "تكلفة الرحلة ديالك هي",
- "this will delete all files from your device":
- "المسح هذا غادي يمسح كل الملفات من الجهاز ديالك",
- " in your": "في الجيب ديالك",
- "Exclusive offers and discounts always with the Intaleq app":
- "عروض وخصومات حصرية ديما مع تطبيق Intaleq",
- // "Please go to Car Driver": "الرجاء التوجه إلى سائق السيارة",
- " wallet due to a previous trip.": "بسبب رحلة سابقة.",
- "Submit Question": "طرح سؤال",
- "Please enter your Question.": "الله يرحم الوالدين دخل السؤال ديالك.",
- "Help Details": "تفاصيل المساعدة",
- "No trip yet found": "مازال ما تحجزات حتى رحلة",
- "No Response yet.": "مازال ماكاينش رد.",
- " You Earn today is ": "اللي ربحتي اليوم هو",
- " You Have in": "عندك في",
- "Total points is ": "إجمالي النقاط هو",
- "Total Connection Duration:": "إجمالي مدة الاتصال:",
- " H and": "ساعة و",
- "Passenger name : ": "اسم الراكب",
- "Cost Of Trip IS ": "تكلفة الرحلة هي",
- "Arrival time": "وقت الوصول",
- "arrival time to reach your point":
- "الوقت المتوقع للوصول للوجهة ديالك",
- "For Intaleq and scooter trips, the price is calculated dynamically. For Comfort trips, the price is based on time and distance":
- "بالنسبة لمشاوير السرعة والسكوتر، الثمن كيتحسب تلقائيا. أما مشاوير الراحة، فالثمن كيكون على حساب الوقت والمسافة.",
- "Hello this is Driver": "مرحبا هذا السائق",
- "Is the Passenger in your Car ?": "واش الراكب معاك في الطوموبيل؟",
- "Please wait for the passenger to enter the car before starting the trip.":
- "الله يرحم الوالدين تسنى حتى الراكب يركب الطوموبيل قبل ما تبدا المشوار.",
- "No ,still Waiting.": "لا، مازال كنتسنى.",
- "I arrive you": "أنا وصلت عندك",
- "I Arrive your site": "أنا وصلت للمكان ديالك",
- "You are not in near to passenger location":
- "أنت ماشي قريب من مكان الراكب",
- "please go to picker location exactly":
- "الله يرحم الوالدين سير لموقع الراكب بالضبط",
- "You Can Cancel Trip And get Cost of Trip From":
- "ممكن تلغي المشوار وتاخد التكلفة من",
- "Are you sure to cancel?": "متأكد باللي باغي تلغي؟",
- // "Yes": "أيوة",
- "Insert Emergincy Number": "دخل نمرة الطوارئ",
- "Best choice for comfort car and flexible route and stops point":
- "أحسن اختيار لطوموبيل مريحة ومسار مرن ونقط وقوف",
- "Insert": "إدخال",
- "This is for scooter or a motorcycle.":
- "هذا خاص بالتوصيل ولا الموطور",
- "This trip goes directly from your starting point to your destination for a fixed price. The driver must follow the planned route":
- "المشوار هذا كيمشي نيشان من نقطة البداية لنقطة النهاية بثمن ثابت. والسائق خاصو يتبع المسار المحدد.",
- "You can decline a request without any cost":
- "تقدر ترفض الطلب بلا حتى تكلفة",
- "Perfect for adventure seekers who want to experience something new and exciting":
- "مثالي لعشاق المغامرة اللي باغين يجربو حوايج جديدة ومثيرة",
- "My current location is:": "الموقع الحالي ديالي هو:",
- "and I have a trip on": "وعندي مشوار على",
- "App with Passenger": "التطبيق\nمع الراكب",
- "You will be pay the cost to driver or we will get it from you on next trip":
- "غادي تخلص التكلفة للسائق ولا غادي ناخدوها منك في المشوار اللي جاي",
- "Trip has Steps": "الرحلة فيها خطوات",
- "Distance from Passenger to destination is ":
- "المسافة من الراكب للوجهة هي",
- "price is": "التكلفة هي",
- "This ride type does not allow changes to the destination or additional stops":
- "نوع المشوار هذا ما كيسمحش بتغيير الوجهة ولا زيادة وقفات.",
- "This price may be changed":
- "الله يرحم الوالدين البال الثمن ممكن يتبدل",
- "No SIM card, no problem! Call your driver directly through our app. We use advanced technology to ensure your privacy.":
- "حتى إلا ماكانش خط، ماعليش! عيط للسائق ديالك مباشرة من خلال التطبيق ديالنا. كنستعملو تكنولوجيا حديثة باش نحافظو على الخصوصية ديالك.",
- "This ride type allows changes, but the price may increase":
- "نوع المشوار هذا كيسمح بالتغييرات، ولكن الثمن ممكن يزيد",
- "Select one message": "اختار رسالة",
-
- "I'm waiting for 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 كم/ساعة. الله يرحم الوالدين نقص السرعة حفاظًا على السلامة ديالك. إلا حسيتي براسك ماشي آمن، ممكن تشارك تفاصيل الرحلة ديالك مع شي حد كتثيق فيه ولا تعيط للبوليس بالزر الأحمر SOS.",
- "Warning: Intaleqing detected!": "تحذير: السرعة الزائدة مرصودة!",
- "Please help! Contact me as soon as possible.":
- "الله يرحم الوالدين عاونوني! عيطو بيا في أقرب وقت ممكن",
- "Share Trip Details": "شارك تفاصيل الرحلة",
- "Car Plate is ": "نمرة الطوموبيل هي",
- "VIP Order": "طلب VIP",
- "the 300 points equal 300 L.E for you \nSo go and gain your money":
- "ربح 300 جنيه! كل 300 نقطة كتساوي 300 جنيه. يلا استغل النقاط ديالك!",
- "the 300 points equal 300 L.E": "300 نقطة كتساوي 300 جنيه ليك",
- "The payment was not approved. Please try again.":
- "الدفع ما تقبلش. الله يرحم الوالدين حاول مرة أخرى.",
- "Payment Failed": "فشل الدفع",
- "Error": "خطأ",
- "This is a scheduled notification.": "هذا إشعار مجدول.",
- "An error occurred during the payment process.":
- "وقع خطأ أثناء عملية الدفع.",
- "The payment was approved.": "الدفع تقبل.",
- "Payment Successful": "الدفع ناجح",
- "No ride found yet": "ماكاينش طلبات متوفرة حاليًا",
- "Accept Order": "قبل الطلب",
- // "reject your order.": "رفض الطلب ديالك.",
- "Bottom Bar Example": "مثال لشريط التنقل السفلي",
- "Driver phone": "نمرة تيليفون السائق",
- "Statistics": "الإحصائيات",
- "Origin": "نقطة الانطلاق",
- "Destination": "الوجهة",
- "Driver Name": "اسم السائق",
- "Driver Car Plate": "لوحة الطوموبيل",
- "Available for rides": "متوفر للمشاوير",
- "Scan Id": "مسح الهوية",
- "Camera not initilaized yet": "الكاميرا مازال ماخدماتش",
- "Scan ID MklGoogle": "مسح هوية MklGoogle",
- "Language": "اللغة",
- "Jordan": "الأردن",
- "USA": "الولايات المتحدة الأمريكية",
- "Egypt": "مصر",
- "Turkey": "تركيا",
- "Saudi Arabia": "المملكة العربية السعودية",
- "Qatar": "قطر",
- "Bahrain": "البحرين",
- "Kuwait": "الكويت",
- "But you have a negative salary of": "ولكن عندك رصيد ناقص بقيمة",
- "Promo Code": "كود ترويجي",
- "Your trip distance is": "المسافة ديال الرحلة ديالك هي",
- "Enter promo code": "دخل كود ترويجي",
- "You have promo!": "عندك عرض ترويجي!",
- "Cost Duration": "تكلفة المدة",
- "Duration is": "المدة هي",
- "Leave": "مغادرة",
- "Join": "انضمام",
- "Heading your way now. Please be ready.":
- "أنا جاي في الطريق ليك دابا. الله يرحم الوالدين وجد.",
- "Approaching your area. Should be there in 3 minutes.":
- "كنقرب من المنطقة ديالك. خاصني نكون تما في 3 دقائق.",
- "There's heavy traffic here. Can you suggest an alternate pickup point?":
- "كاين زحام كثير هنا. ممكن تقترح نقطة التقاء بديلة؟",
- "This ride is already taken by another driver.":
- "المشوار هذا خداه سائق آخر خلاص.",
- "You Should be select reason.": "خاصك تختار سبب.",
-
- "Waiting for Driver ...": "كنتسناو السائق...",
- "Latest Recent Trip": "آخر مشوار درت",
- "from your list": "من اللائحة ديالك",
- "Do you want to change Work location": "واش باغي تبدل مكان الخدمة؟",
- "Do you want to change Home location": "واش باغي تبدل مكان الدار؟",
- "We Are Sorry That we dont have cars in your Location!":
- "كنتأسفوا باللي ما عندناش طوموبيلات في الموقع ديالك!",
- "Choose from Map": "اختار من الخريطة",
- "Pick your ride location on the map - Tap to confirm":
- "حدد مكان الالتقاء ديال المشوار ديالك على الخريطة - ضغط باش تأكد",
- // "To Work": "إلى الخدمة",
- // "Are you want to go this site": "عايز تروح المكان ده؟",
- "Closest & Cheapest": "الأقرب والأرخص",
- // "Work Saved": "مكان الخدمة تسجل",
- "Intaleq is the ride-hailing app that is safe, reliable, and accessible.":
- "Intaleq هو تطبيق التوصيل اللي آمن وموثوق وسهل الاستعمال.",
- "With Intaleq, you can get a ride to your destination in minutes.":
- "مع Intaleq، ممكن توصل للوجهة ديالك في دقائق.",
- "Intaleq is committed to safety, and all of our captains are carefully screened and background checked.":
- "Intaleq ملتزمة بالأمان، وكل الكباتن ديالنا كيتفحصو مزيان وكيديرو ليهم فحص الخلفية.",
- // "To Home": "إلى الدار",
- // "Home Saved": "مكان الدار تسجل",
- // "Destination selected": "الوجهة مختارة:",
- // "Now select start pick": "اختار مكان الانطلاق دابا:",
- "Pick from map": "اختيار من الخريطة",
- // "Click here point": "حدد هذه النقطة",
- "No Car in your site. Sorry!":
- "ماكاينش طوموبيل في الموقع ديالك. آسف!",
- "Nearest Car for you about ": "أقرب طوموبيل ليك على بعد تقريبا ",
- // "N/A": "غير متوفر",
- "From :": "من:",
- "Get Details of Trip": "عرض تفاصيل الرحلة",
- "If you want add stop click here": "إلا بغيتي تزيد وقفة ضغط هنا",
- // "Driver": "السائق",
- "Where you want go ": "فين باغي تمشي؟",
- "My Card": "البطاقة ديالي",
- "Start Record": "بدا التسجيل",
- "Wallet": "الجيب",
- "History of Trip": "سجل الرحلات",
- "Helping Center": "مركز المساعدة",
- "Record saved": "التسجيل تسجل",
- "Trips recorded": "الرحلات المسجلة",
- "Select Your Country": "اختار البلد ديالك",
- "To ensure you receive the most accurate information for your location, please select your country below. This will help tailor the app experience and content to your country.":
- "باش تضمن توصلك أدق المعلومات للموقع ديالك، الله يرحم الوالدين اختار البلد ديالك لتحت. هذا غادي يساعد نخصو تجربة التطبيق والمحتوى للبلد ديالك.",
- "Are you sure to delete recorded files":
- "متأكد باللي باغي تمسح الملفات الصوتية المسجلة؟",
- "Select recorded trip": "اختار الملف الصوتي المسجل",
- "Card Number": "رقم البطاقة",
- "Hi, Where to ": "مرحبا، فين غادي؟",
- "Pick your destination from Map": "اختار الوجهة ديالك من الخريطة",
- "Add Stops": "زيد محطات",
- "Get Direction": "عرض الاتجاهات",
- "Add Location": "زيد موقع",
- "Switch Rider": "بدل الراكب",
- "You will arrive to your destination after timer end.":
- "غادي توصل للوجهة ديالك من بعد ما يسالي العداد.",
- "You can cancel trip": "تقدر تلغي الرحلة",
- "The driver waitting you in picked location .":
- "السائق كيتسناك في المكان اللي اختاريتي.",
-
- "Pay with Your": "خلص بـ",
- "Pay with Credit Card": "خلص ببطاقة الائتمان",
- "Payment History": "سجل المدفوعات",
- "Show Promos to Charge": "عرض العروض باش تشحن",
- "Point": "نقطة",
- "How many hours would you like to wait?": "شحال من ساعة باغي تسنى؟",
- "Driver Wallet": "جيب السائق",
- "Choose between those Type Cars":
- "اختار من بين أنواع الطوموبيلات هادو",
- "hour": "ساعة",
- "Select Waiting Hours": "اختار ساعات الانتظار",
- "Total Points is": "إجمالي النقاط هو",
- "You will receive a code in SMS message":
- "غادي توصل برمز في رسالة نصية",
- "Done": "تم",
- "Total Budget from trips is ": "إجمالي المبلغ المستحق من الرحلات هو",
- "Total Amount:": "المبلغ الإجمالي:",
- "Total Budget from trips by\nCredit card is ":
- "إجمالي المبلغ المستحق من الرحلات عن طريق\nبطاقة الائتمان هو",
- "This amount for all trip I get from Passengers":
- "هذا المبلغ اللي حصلت عليه من كل الرحلات من الركاب",
- "Pay from my budget": "خلص من الرصيد ديالي",
- "This amount for all trip I get from Passengers and Collected For me in":
- "هذا المبلغ اللي حصلت عليه من كل الرحلات من الركاب وتجمع ليا في",
- "You can buy points from your budget":
- "ممكن تشري نقاط من الرصيد ديالك",
- "insert amount": "دخل المبلغ",
- "You can buy Points to let you online\nby this list below":
- "ممكن تشري نقاط باش تبقى متصل\nمن اللائحة هادي لتحت",
- "Create Wallet to receive your money":
- "إنشاء جيب لاستقبال الفلوس ديالك",
- "Enter your feedback here": "كتب الملاحظات ديالك هنا",
- "Please enter your feedback.":
- "الله يرحم الوالدين دخل الملاحظات ديالك.",
- "Feedback": "ملاحظات",
- "Submit ": "إرسال",
- "Click here to Show it in Map": "ضغط هنا باش تعرضو في الخريطة",
- "Canceled": "ملغي",
- "Type your Email": "كتب البريد الإلكتروني ديالك",
- "No I want": "لا مابغيتش",
- "Email is": "البريد الإلكتروني هو",
- "Phone Number is": "نمرة التيليفون هي",
- "Date of Birth is": "تاريخ الميلاد هو",
- "Sex is ": "النوع هو ",
- "Car Details": "تفاصيل الطوموبيل",
- "VIN is": "رقم الشاسي هو",
- "Color is ": "اللون هو ",
- "Make is ": "الشركة المصنعة هي",
- "Model is": "الموديل هو",
- "Year is": "السنة هي",
- "Expiration Date ": "تاريخ الانتهاء ",
- "Edit Your data": "تعديل البيانات ديالك",
- "write vin for your car": "كتب رقم الشاسي ديال الطوموبيل ديالك",
- "VIN": "رقم الشاسي",
- "write Color for your car": "كتب لون الطوموبيل ديالك",
- "write Make for your car": "كتب الشركة المصنعة ديال الطوموبيل ديالك",
- // "Make": "الشركة المصنعة",
- "write Model for your car": "كتب موديل الطوموبيل ديالك",
- // "Model": "الموديل",
- "write Year for your car": "كتب سنة صنع الطوموبيل ديالك",
- // "Expiration Date": "تاريخ الانتهاء",
- "write Expiration Date for your car":
- "كتب تاريخ انتهاء رخصة الطوموبيل ديالك",
- "Tariffs": "التعريفات",
- "Minimum fare": "الحد الأدنى للأجرة",
- "Maximum fare": "الحد الأقصى للأجرة",
- "Flag-down fee": "رسوم فتح العداد",
- "Including Tax": "شامل الضريبة",
- "BookingFee": "رسوم الحجز",
- "Morning": "الصباح",
- "from 07:30 till 10:30 (Thursday, Friday, Saturday, Monday)":
- "من 07:30 حتى 10:30 (الخميس، الجمعة، السبت، الاثنين)",
- "Evening": "المساء",
- "from 12:00 till 15:00 (Thursday, Friday, Saturday, Monday)":
- "من 12:00 حتى 15:00 (الخميس، الجمعة، السبت، الاثنين)",
- "Night": "الليل",
- "You have in account": "عندك في الحساب",
- "Select Country": "اختار الدولة",
- "Ride Today : ": "عدد رحلات اليوم: ",
- "After this period\nYou can\'t cancel!":
- "من بعد الفترة هادي\nمايمكنش تلغي!",
- "from 23:59 till 05:30": "من 23:59 حتى 05:30",
- "Rate Driver": "قيم السائق",
- "Total Cost is ": "صافي الربح",
- "Write note": "كتب ملاحظة",
- "Time to arrive": "وقت الوصول",
- "Ride Summaries": "ملخصات الرحلات",
- "Total Cost": "المبلغ الإجمالي",
- "Average of Hours of": "متوسط ساعات",
- " is ON for this month": "في هذا الشهر",
- "Days": "أيام",
- "Total Hours on month": "إجمالي الساعات في الشهر",
- "Counts of Hours on days": "عدد ساعات الأيام",
- "OrderId": "رقم الرحلة",
- "created time": "وقت الرحلة",
- "Intaleq Over": "سرعة عالية",
- "I will slow down": "واخا غادي نقص السرعة",
- "Map Passenger": "خريطة الراكب",
- "Be Slowly": "بالمهل شوية في السرعة",
- "If you want to make Google Map App run directly when you apply order":
- "إلا بغيتي تطبيق خرائط جوجل يخدم تلقائي فاش كتطلب الخدمة",
- "You can change the language of the app": "تقدر تبدل لغة التطبيق",
- "Your Budget less than needed": "القيمة المدخلة قل من الرصيد ديالك",
- "You can change the Country to get all features":
- "تقدر تبدل الدولة باش تحصل على كل المميزات",
- "Change Country": "تبديل الدولة"
- }
};
}
diff --git a/lib/controller/payment/payment_controller.dart b/lib/controller/payment/payment_controller.dart
index 15a30e1..2c5ddc9 100644
--- a/lib/controller/payment/payment_controller.dart
+++ b/lib/controller/payment/payment_controller.dart
@@ -295,8 +295,8 @@ class PaymentController extends GetxController {
)),
allowsDelayedPaymentMethods: true,
customerEphemeralKeySecret: Stripe.merchantIdentifier,
- appearance: const PaymentSheetAppearance(
- shapes: PaymentSheetShape(borderRadius: 12),
+ appearance: PaymentSheetAppearance(
+ shapes: const PaymentSheetShape(borderRadius: 12),
colors: PaymentSheetAppearanceColors(
background: AppColor.secondaryColor,
),
@@ -691,8 +691,8 @@ class PaymentController extends GetxController {
// final passengerID = box.read(BoxName.passengerID).toString();
// final formattedAmount = double.parse(amount).toStringAsFixed(0);
- // print("🚀 بدء عملية دفع MTN");
- // print(
+ // Log.print("🚀 بدء عملية دفع MTN");
+ // Log.print(
// "📦 Payload: passengerID: $passengerID, amount: $formattedAmount, phone: $phone");
// // التحقق بالبصمة (اختياري) + حماية من الـ await
@@ -704,7 +704,7 @@ class PaymentController extends GetxController {
// );
// if (!didAuth) {
// if (Get.isDialogOpen == true) Get.back();
- // print("❌ المستخدم لم يؤكد بالبصمة/الوجه");
+ // Log.print("❌ المستخدم لم يؤكد بالبصمة/الوجه");
// return;
// }
// }
@@ -720,8 +720,8 @@ class PaymentController extends GetxController {
// },
// );
- // // print("✅ استجابة الخادم (mtn_start_payment.php):");
- // // print(responseData);
+ // // Log.print("✅ استجابة الخادم (mtn_start_payment.php):");
+ // // Log.print(responseData);
// Log.print('responseData: ${responseData}');
// // فحص الاستجابة بقوة
@@ -745,7 +745,7 @@ class PaymentController extends GetxController {
// final operationNumber = messageData["operationNumber"].toString();
// final guid = messageData["guid"].toString();
- // // print(
+ // // Log.print(
// // "📄 invoiceNumber: $invoiceNumber, 🔢 operationNumber: $operationNumber, 🧭 guid: $guid");
// // أغلق السبينر قبل إظهار حوار OTP
@@ -780,10 +780,10 @@ class PaymentController extends GetxController {
// ).then((res) => otpInput = (res ?? "") as String);
// if (otpInput.isEmpty) {
- // print("❌ لم يتم إدخال OTP");
+ // Log.print("❌ لم يتم إدخال OTP");
// return;
// }
- // print("🔐 تم إدخال OTP: $otpInput");
+ // Log.print("🔐 تم إدخال OTP: $otpInput");
// // سبينر أثناء التأكيد
// Get.dialog(const Center(child: CircularProgressIndicator()),
@@ -804,7 +804,7 @@ class PaymentController extends GetxController {
// if (Get.isDialogOpen == true) Get.back();
- // // print("✅ استجابة mtn_confirm.php:");
+ // // Log.print("✅ استجابة mtn_confirm.php:");
// // Log.print('confirmRes: ${confirmRes}');
// final ok = (confirmRes is Map && confirmRes['status'] == 'success');
@@ -820,9 +820,9 @@ class PaymentController extends GetxController {
// Get.defaultDialog(title: "❌ فشل", content: Text(errorMsg.tr));
// }
// } catch (e, s) {
- // print("🔥 خطأ أثناء الدفع عبر MTN:");
- // print(e);
- // print(s);
+ // Log.print("🔥 خطأ أثناء الدفع عبر MTN:");
+ // Log.print(e);
+ // Log.print(s);
// if (Get.isDialogOpen == true) Get.back();
// Get.defaultDialog(
// title: 'حدث خطأ',
@@ -853,8 +853,8 @@ class PaymentController extends GetxController {
final passengerId = box.read(BoxName.passengerID).toString();
final formattedAmount = double.parse(amount).toStringAsFixed(0);
- print("🚀 Syriatel payment start");
- print(
+ Log.print("🚀 Syriatel payment start");
+ Log.print(
"📦 Payload => passengerId:$passengerId amount:$formattedAmount phone:$phone");
// مصادقة حيوية (اختياري)
@@ -865,7 +865,7 @@ class PaymentController extends GetxController {
);
if (!ok) {
_closeAnyDialog();
- print("❌ User did not authenticate");
+ Log.print("❌ User did not authenticate");
return;
}
}
@@ -881,7 +881,7 @@ class PaymentController extends GetxController {
},
);
- print("✅ Server response (start): $startRaw");
+ Log.print("✅ Server response (start): $startRaw");
// تحويل الاستجابة إلى Map
late final Map startRes;
@@ -901,7 +901,7 @@ class PaymentController extends GetxController {
final messageData = startRes['message'] as Map;
final transactionID = messageData['transactionID'].toString();
- print("📄 transactionID: $transactionID");
+ Log.print("📄 transactionID: $transactionID");
//
// 2) اطلب من المستخدم إدخال OTP عبر Get.dialog (بدون context)
_closeAnyDialog(); // أغلق اللودينغ أولاً
@@ -929,10 +929,10 @@ class PaymentController extends GetxController {
);
if (otp == null || otp.isEmpty) {
- print("❌ OTP not provided");
+ Log.print("❌ OTP not provided");
return;
}
- print("🔐 OTP: $otp");
+ Log.print("🔐 OTP: $otp");
await _showLoading();
@@ -947,7 +947,7 @@ class PaymentController extends GetxController {
_closeAnyDialog(); // أغلق اللودينغ
- print("✅ Response (confirm): $confirmRaw");
+ Log.print("✅ Response (confirm): $confirmRaw");
late final Map confirmRes;
if (confirmRaw is Map) {
@@ -971,7 +971,7 @@ class PaymentController extends GetxController {
);
}
} catch (e, s) {
- print("🔥 Error during Syriatel Wallet payment:\n$e\n$s");
+ Log.print("🔥 Error during Syriatel Wallet payment:\n$e\n$s");
_closeAnyDialog();
Get.defaultDialog(
title: 'حدث خطأ',
@@ -1013,7 +1013,7 @@ class _EcashDriverPaymentScreenState extends State {
..setJavaScriptMode(JavaScriptMode.unrestricted)
..setNavigationDelegate(NavigationDelegate(
onPageFinished: (url) async {
- print('Ecash Driver WebView URL Finished: $url');
+ Log.print('Ecash Driver WebView URL Finished: $url');
await Get.find().getPassengerWallet();
// هنا نتحقق فقط من أن المستخدم عاد إلى صفحة النجاح
// لا حاجة لاستدعاء أي API هنا، فالـ Webhook يقوم بكل العمل
diff --git a/lib/controller/payment/paymob/e_cash_screen.dart b/lib/controller/payment/paymob/e_cash_screen.dart
index cfca8f7..67394f6 100644
--- a/lib/controller/payment/paymob/e_cash_screen.dart
+++ b/lib/controller/payment/paymob/e_cash_screen.dart
@@ -1,3 +1,4 @@
+import 'package:Intaleq/print.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:webview_flutter/webview_flutter.dart';
@@ -23,7 +24,7 @@ class _EcashPaymentScreenState extends State {
..setJavaScriptMode(JavaScriptMode.unrestricted)
..setNavigationDelegate(NavigationDelegate(
onPageFinished: (url) {
- print('Ecash WebView URL Finished: $url');
+ Log.print('Ecash WebView URL Finished: $url');
// ✅ هنا نتحقق فقط من أن المستخدم عاد إلى صفحة النجاح
// هذه الصفحة هي التي حددناها في `APP_REDIRECT_URL_SUCCESS` في ملف PHP
@@ -96,4 +97,4 @@ class _EcashPaymentScreenState extends State {
body: WebViewWidget(controller: _controller),
);
}
-}
+}
\ No newline at end of file
diff --git a/lib/controller/themes/themes.dart b/lib/controller/themes/themes.dart
index abce030..fae6f0e 100644
--- a/lib/controller/themes/themes.dart
+++ b/lib/controller/themes/themes.dart
@@ -42,36 +42,34 @@ ThemeData lightThemeEnglish = ThemeData(
ThemeData darkThemeEnglish = ThemeData(
brightness: Brightness.dark,
fontFamily: "SFPro",
+ primaryColor: AppColor.primaryColor,
+ scaffoldBackgroundColor: const Color(0xFF121212),
+ cardColor: const Color(0xFF1E1E1E),
textTheme: TextTheme(
- displaySmall: AppStyle.title,
- displayLarge: AppStyle.headTitle,
- displayMedium: AppStyle.headTitle2,
- bodyLarge: AppStyle.title,
- bodyMedium: AppStyle.subtitle,
+ displaySmall: AppStyle.title.copyWith(color: Colors.white),
+ displayLarge: AppStyle.headTitle.copyWith(color: Colors.white),
+ displayMedium: AppStyle.headTitle2.copyWith(color: Colors.white),
+ bodyLarge: AppStyle.title.copyWith(color: Colors.white70),
+ bodyMedium: AppStyle.subtitle.copyWith(color: Colors.white60),
),
- primarySwatch: Colors.blue,
- dialogTheme: DialogThemeData(
- backgroundColor: AppColor.secondaryColor,
- contentTextStyle: AppStyle.title,
- titleTextStyle: AppStyle.headTitle2,
+ primarySwatch: Colors.green,
+ dialogTheme: const DialogThemeData(
+ backgroundColor: Color(0xFF1E1E1E),
+ contentTextStyle: TextStyle(color: Colors.white),
+ titleTextStyle: TextStyle(color: Colors.white, fontWeight: FontWeight.bold),
),
- appBarTheme: AppBarTheme(
+ appBarTheme: const AppBarTheme(
elevation: 0,
- color: AppColor.secondaryColor,
+ color: Color(0xFF121212),
centerTitle: true,
- iconTheme: const IconThemeData(
- color: AppColor.primaryColor,
+ iconTheme: IconThemeData(
+ color: Colors.white,
+ ),
+ titleTextStyle: TextStyle(
+ color: Colors.white,
+ fontSize: 20,
+ fontWeight: FontWeight.bold,
),
- toolbarTextStyle: TextTheme(
- titleSmall: AppStyle.subtitle,
- headlineSmall: AppStyle.title,
- titleLarge: AppStyle.headTitle2,
- ).bodyMedium,
- titleTextStyle: TextTheme(
- titleSmall: AppStyle.subtitle,
- headlineSmall: AppStyle.title,
- titleLarge: AppStyle.headTitle2,
- ).titleLarge,
),
);
@@ -114,35 +112,33 @@ ThemeData lightThemeArabic = ThemeData(
ThemeData darkThemeArabic = ThemeData(
brightness: Brightness.dark,
fontFamily: 'SFArabic',
+ primaryColor: AppColor.primaryColor,
+ scaffoldBackgroundColor: const Color(0xFF121212),
+ cardColor: const Color(0xFF1E1E1E),
textTheme: TextTheme(
- displaySmall: AppStyle.title,
- displayLarge: AppStyle.headTitle,
- displayMedium: AppStyle.headTitle2,
- bodyLarge: AppStyle.title,
- bodyMedium: AppStyle.subtitle,
+ displaySmall: AppStyle.title.copyWith(color: Colors.white),
+ displayLarge: AppStyle.headTitle.copyWith(color: Colors.white),
+ displayMedium: AppStyle.headTitle2.copyWith(color: Colors.white),
+ bodyLarge: AppStyle.title.copyWith(color: Colors.white70),
+ bodyMedium: AppStyle.subtitle.copyWith(color: Colors.white60),
),
- primarySwatch: Colors.blue,
- dialogTheme: DialogThemeData(
- backgroundColor: AppColor.secondaryColor,
- contentTextStyle: AppStyle.title,
- titleTextStyle: AppStyle.headTitle2,
+ primarySwatch: Colors.green,
+ dialogTheme: const DialogThemeData(
+ backgroundColor: Color(0xFF1E1E1E),
+ contentTextStyle: TextStyle(color: Colors.white),
+ titleTextStyle: TextStyle(color: Colors.white, fontWeight: FontWeight.bold),
),
- appBarTheme: AppBarTheme(
+ appBarTheme: const AppBarTheme(
elevation: 0,
- color: AppColor.secondaryColor,
+ color: Color(0xFF121212),
centerTitle: true,
- iconTheme: const IconThemeData(
- color: AppColor.primaryColor,
+ iconTheme: IconThemeData(
+ color: Colors.white,
+ ),
+ titleTextStyle: TextStyle(
+ color: Colors.white,
+ fontSize: 20,
+ fontWeight: FontWeight.bold,
),
- toolbarTextStyle: TextTheme(
- titleSmall: AppStyle.subtitle,
- headlineSmall: AppStyle.title,
- titleLarge: AppStyle.headTitle2,
- ).bodyMedium,
- titleTextStyle: TextTheme(
- titleSmall: AppStyle.subtitle,
- headlineSmall: AppStyle.title,
- titleLarge: AppStyle.headTitle2,
- ).titleLarge,
),
);
diff --git a/lib/env/env.dart b/lib/env/env.dart
index 736322a..432d3ef 100644
--- a/lib/env/env.dart
+++ b/lib/env/env.dart
@@ -2,7 +2,7 @@ import 'package:envied/envied.dart';
part 'env.g.dart';
-@Envied()
+@Envied(path: '.env')
abstract class Env {
@EnviedField(varName: 'basicAuthCredentials', obfuscate: true)
static final String basicAuthCredentials = _Env.basicAuthCredentials;
@@ -339,4 +339,6 @@ abstract class Env {
@EnviedField(varName: 'keyOfApp', obfuscate: true)
static final String keyOfApp = _Env.keyOfApp;
+ @EnviedField(varName: 'mapSaasKey', obfuscate: true)
+ static final String mapSaasKey = _Env.mapSaasKey;
}
diff --git a/lib/env/env.g.dart b/lib/env/env.g.dart
index caf595d..447cf37 100644
--- a/lib/env/env.g.dart
+++ b/lib/env/env.g.dart
@@ -11,71 +11,71 @@ part of 'env.dart';
// generated_from: .env
final class _Env {
static const List _enviedkeybasicAuthCredentials = [
- 43044676,
- 864909550,
- 4242758126,
- 2514357568,
- 1555483995,
- 1142069238,
- 1205503833,
- 1967239324,
- 1860681093,
- 3229905743,
- 3243147856,
- 1002171964,
- 2971668333,
- 3009646440,
- 331994719,
- 3443456963,
- 813108254,
- 2398669640,
- 2665467623,
- 1880765956,
- 3552236665,
- 3431379130,
- 4129886444,
- 2497907908,
- 2195738790,
- 3192394429,
- 1329286224,
- 3931833945,
- 353914251,
- 1168254924,
- 1798346792,
+ 2440414346,
+ 3334113346,
+ 2141194468,
+ 734372181,
+ 3217724555,
+ 2617346531,
+ 1292299332,
+ 1900323438,
+ 212886482,
+ 164642343,
+ 261337621,
+ 2755101884,
+ 2920073657,
+ 1857411136,
+ 1885249939,
+ 1210428651,
+ 1902117170,
+ 2296674765,
+ 611566873,
+ 2266427843,
+ 3951648963,
+ 734108267,
+ 840117057,
+ 3173797241,
+ 3169558287,
+ 3832207042,
+ 18271245,
+ 856827885,
+ 4089447499,
+ 19487264,
+ 3070473073,
];
static const List _envieddatabasicAuthCredentials = [
- 43044659,
- 864909471,
- 4242758016,
- 2514357549,
- 1555483946,
- 1142069127,
- 1205503786,
- 1967239414,
- 1860681212,
- 3229905721,
- 3243147815,
- 1002171990,
- 2971668251,
- 3009646418,
- 331994673,
- 3443456946,
- 813108332,
- 2398669585,
- 2665467565,
- 1880766036,
- 3552236601,
- 3431379083,
- 4129886427,
- 2497907959,
- 2195738769,
- 3192394469,
- 1329286178,
- 3931833857,
- 353914343,
- 1168254862,
- 1798346820,
+ 2440414461,
+ 3334113331,
+ 2141194378,
+ 734372152,
+ 3217724666,
+ 2617346450,
+ 1292299319,
+ 1900323332,
+ 212886443,
+ 164642385,
+ 261337698,
+ 2755101910,
+ 2920073679,
+ 1857411194,
+ 1885250045,
+ 1210428570,
+ 1902117184,
+ 2296674708,
+ 611566931,
+ 2266427795,
+ 3951648899,
+ 734108250,
+ 840117110,
+ 3173797194,
+ 3169558328,
+ 3832207002,
+ 18271359,
+ 856827829,
+ 4089447463,
+ 19487330,
+ 3070472989,
];
static final String basicAuthCredentials = String.fromCharCodes(
@@ -88,65 +88,65 @@ final class _Env {
_enviedkeybasicAuthCredentials[i]));
static const List _enviedkeybasicCompareFaces = [
- 3727333105,
- 1843694516,
- 3611997723,
- 2407362513,
- 1356628908,
- 2977101071,
- 1936901014,
- 2964813805,
- 197648233,
- 3590224812,
- 3940587702,
- 2375653923,
- 764212019,
- 500016560,
- 3035095344,
- 1159165809,
- 3677722776,
- 3500824290,
- 3405327942,
- 2095637207,
- 3941804910,
- 2161512590,
- 1479882886,
- 327839885,
- 153188006,
- 365671944,
- 436594973,
- 98326119,
+ 2190570310,
+ 2631964561,
+ 895891811,
+ 4245055128,
+ 509864309,
+ 3705318619,
+ 738056882,
+ 3549675732,
+ 2226448171,
+ 1494669945,
+ 2325507026,
+ 4015565556,
+ 2300803497,
+ 3685156350,
+ 2104167009,
+ 576455634,
+ 2498933339,
+ 940415757,
+ 1546442360,
+ 99106126,
+ 1811631984,
+ 3847790105,
+ 3484279179,
+ 2377417367,
+ 39974106,
+ 2814704681,
+ 2074949642,
+ 2606318937,
];
static const List _envieddatabasicCompareFaces = [
- 3727333003,
- 1843694558,
- 3611997806,
- 2407362491,
- 1356628928,
- 2977101178,
- 1936901095,
- 2964813707,
- 197648153,
- 3590224838,
- 3940587660,
- 2375653965,
- 764212034,
- 500016578,
- 3035095401,
- 1159165723,
- 3677722856,
- 3500824226,
- 3405327991,
- 2095637216,
- 3941804893,
- 2161512633,
- 1479882974,
- 327839999,
- 153188094,
- 365672036,
- 436595039,
- 98326027,
+ 2190570300,
+ 2631964667,
+ 895891734,
+ 4245055218,
+ 509864217,
+ 3705318574,
+ 738056899,
+ 3549675698,
+ 2226448219,
+ 1494669843,
+ 2325507048,
+ 4015565466,
+ 2300803544,
+ 3685156236,
+ 2104166968,
+ 576455608,
+ 2498933291,
+ 940415821,
+ 1546442313,
+ 99106169,
+ 1811631939,
+ 3847790126,
+ 3484279251,
+ 2377417445,
+ 39974018,
+ 2814704709,
+ 2074949704,
+ 2606318901,
];
static final String basicCompareFaces = String.fromCharCodes(
@@ -158,49 +158,49 @@ final class _Env {
_envieddatabasicCompareFaces[i] ^ _enviedkeybasicCompareFaces[i]));
static const List _enviedkeymapKeyOsm = [
- 1880725877,
- 1912740320,
- 3266542548,
- 2054336914,
- 1379127872,
- 227009578,
- 1846478925,
- 2878974208,
- 3213278626,
- 1144816508,
- 2203359042,
- 735878522,
- 2466200304,
- 946402320,
- 879102837,
- 2671812745,
- 3872307814,
- 4055984631,
- 763879643,
- 2036980354,
+ 2496103603,
+ 2826442542,
+ 587139272,
+ 1765241779,
+ 1524565987,
+ 905807614,
+ 3546463213,
+ 2261604519,
+ 2219993725,
+ 825640981,
+ 1079737448,
+ 816854208,
+ 3211237011,
+ 3445798260,
+ 4614803,
+ 2754859747,
+ 1090405241,
+ 1969725191,
+ 3915789465,
+ 3972084816,
];
static const List _envieddatamapKeyOsm = [
- 1880725784,
- 1912740225,
- 3266542520,
- 2054337014,
- 1379127845,
- 227009628,
- 1846478861,
- 2878974322,
- 3213278669,
- 1144816393,
- 2203359030,
- 735878431,
- 2466200285,
- 946402420,
- 879102746,
- 2671812837,
- 3872307722,
- 4055984534,
- 763879593,
- 2036980465,
+ 2496103646,
+ 2826442575,
+ 587139236,
+ 1765241815,
+ 1524565894,
+ 905807496,
+ 3546463149,
+ 2261604565,
+ 2219993618,
+ 825641056,
+ 1079737372,
+ 816854181,
+ 3211237054,
+ 3445798160,
+ 4614908,
+ 2754859663,
+ 1090405141,
+ 1969725286,
+ 3915789547,
+ 3972084771,
];
static final String mapKeyOsm = String.fromCharCodes(List.generate(
@@ -210,135 +210,135 @@ final class _Env {
).map((int i) => _envieddatamapKeyOsm[i] ^ _enviedkeymapKeyOsm[i]));
static const List _enviedkeysss_encryptionSalt = [
- 2142255476,
- 284366874,
- 1270706260,
- 748215919,
- 3776340499,
- 2561096438,
- 2457298913,
- 2960978234,
- 3161273143,
- 3930985837,
- 1018819817,
- 2074811740,
- 3001526957,
- 4071104153,
- 2899558977,
- 2789268373,
- 2541058341,
- 1634579503,
- 997672564,
- 2969112716,
- 2447544998,
- 1502588636,
- 1988629125,
- 2924861119,
- 2138175500,
- 2187714698,
- 1601108451,
- 228144794,
- 2397079823,
- 3312472734,
- 2136600304,
- 998965048,
- 129266895,
- 4206281394,
- 1306643977,
- 3223055380,
- 1131453015,
- 1087145342,
- 259389477,
- 315073875,
- 112155829,
- 841060857,
- 3480083606,
- 3550310828,
- 1157550670,
- 3157014039,
- 2803451551,
- 3492161659,
- 296978924,
- 3653454494,
- 3228245663,
- 2933207844,
- 571656288,
- 748970365,
- 3674906033,
- 659647310,
- 2533357593,
- 2934855029,
- 11938227,
- 2934294970,
- 940307896,
- 2899367891,
- 1005948227,
+ 3780408641,
+ 1776179617,
+ 2146892316,
+ 3641669817,
+ 4167253589,
+ 2370308472,
+ 4215476351,
+ 3210522990,
+ 818198683,
+ 2564374701,
+ 609030693,
+ 4015731293,
+ 742707153,
+ 3733961591,
+ 3885629447,
+ 3658585864,
+ 2916127374,
+ 3539861827,
+ 3930728284,
+ 2158390246,
+ 1066786625,
+ 3510443257,
+ 2839672022,
+ 3296200958,
+ 3677058102,
+ 2565487385,
+ 4246584046,
+ 2464974526,
+ 1978363121,
+ 1396473256,
+ 3236921030,
+ 3703227289,
+ 4098673498,
+ 890729997,
+ 2774671295,
+ 2422027434,
+ 1544235581,
+ 1484850612,
+ 613185652,
+ 2845474726,
+ 2650305340,
+ 4161831810,
+ 359557855,
+ 1698563466,
+ 3607260499,
+ 3066115173,
+ 2602498195,
+ 1615851704,
+ 1764751443,
+ 377540369,
+ 1629820784,
+ 2049527587,
+ 1154008599,
+ 1555133264,
+ 1241083231,
+ 2136517331,
+ 1796873641,
+ 1444807129,
+ 3831576260,
+ 882625120,
+ 2658038947,
+ 3929794616,
+ 1493923145,
];
static const List _envieddatasss_encryptionSalt = [
- 2142255374,
- 284366973,
- 1270706297,
- 748215833,
- 3776340600,
- 2561096346,
- 2457298824,
- 2960978271,
- 3161273114,
- 3930985823,
- 1018819717,
- 2074811757,
- 3001527031,
- 4071104245,
- 2899558961,
- 2789268461,
- 2541058380,
- 1634579555,
- 997672510,
- 2969112762,
- 2447545041,
- 1502588557,
- 1988629194,
- 2924861129,
- 2138175598,
- 2187714792,
- 1601108439,
- 228144846,
- 2397079905,
- 3312472797,
- 2136600265,
- 998965088,
- 129266877,
- 4206281418,
- 1306644078,
- 3223055425,
- 1131452946,
- 1087145223,
- 259389555,
- 315073794,
- 112155900,
- 841060748,
- 3480083616,
- 3550310904,
- 1157550599,
- 3157014099,
- 2803451563,
- 3492161546,
- 296978876,
- 3653454506,
- 3228245721,
- 2933207921,
- 571656245,
- 748970252,
- 3674906078,
- 659647261,
- 2533357612,
- 2934854957,
- 11938241,
- 2934295010,
- 940307924,
- 2899367825,
- 1005948207,
+ 3780408635,
+ 1776179654,
+ 2146892337,
+ 3641669839,
+ 4167253566,
+ 2370308372,
+ 4215476246,
+ 3210522891,
+ 818198710,
+ 2564374687,
+ 609030729,
+ 4015731308,
+ 742707083,
+ 3733961499,
+ 3885629559,
+ 3658585968,
+ 2916127463,
+ 3539861775,
+ 3930728214,
+ 2158390224,
+ 1066786614,
+ 3510443176,
+ 2839671961,
+ 3296200840,
+ 3677058132,
+ 2565487483,
+ 4246584026,
+ 2464974570,
+ 1978363039,
+ 1396473323,
+ 3236921087,
+ 3703227329,
+ 4098673448,
+ 890730101,
+ 2774671320,
+ 2422027519,
+ 1544235640,
+ 1484850637,
+ 613185570,
+ 2845474807,
+ 2650305397,
+ 4161831927,
+ 359557865,
+ 1698563550,
+ 3607260442,
+ 3066115105,
+ 2602498215,
+ 1615851721,
+ 1764751363,
+ 377540389,
+ 1629820726,
+ 2049527670,
+ 1154008642,
+ 1555133217,
+ 1241083184,
+ 2136517248,
+ 1796873628,
+ 1444807041,
+ 3831576246,
+ 882625080,
+ 2658038991,
+ 3929794682,
+ 1493923109,
];
static final String sss_encryptionSalt = String.fromCharCodes(
@@ -350,73 +350,73 @@ final class _Env {
_envieddatasss_encryptionSalt[i] ^ _enviedkeysss_encryptionSalt[i]));
static const List _enviedkeysss_pass = [
- 2936667352,
- 876206380,
- 3186128085,
- 3644475235,
- 4171551389,
- 3935055651,
- 4185160202,
- 3383043288,
- 3512428989,
- 273877880,
- 2194175269,
- 1682477365,
- 3966359733,
- 1028886641,
- 3350459976,
- 4292396371,
- 3148371564,
- 710615900,
- 1115304974,
- 2505747022,
- 3041382642,
- 2936086504,
- 4085505205,
- 108362252,
- 2692491002,
- 2152838152,
- 3563449119,
- 2874766139,
- 555351262,
- 3788871382,
- 3226362165,
- 1225811350,
+ 1413251340,
+ 36508587,
+ 2903351814,
+ 3552979931,
+ 3630530240,
+ 187631922,
+ 1894151863,
+ 3116559192,
+ 4178755269,
+ 3925844753,
+ 1056177680,
+ 822576204,
+ 1840800479,
+ 2119162687,
+ 986492623,
+ 1165855186,
+ 1849864469,
+ 3600519701,
+ 2052724954,
+ 172275325,
+ 4249408743,
+ 1545270605,
+ 505613046,
+ 4193316411,
+ 701348782,
+ 1422853763,
+ 3666790701,
+ 452372273,
+ 3756124116,
+ 1439981554,
+ 1995392707,
+ 2567356706,
];
static const List _envieddatasss_pass = [
- 2936667311,
- 876206429,
- 3186128059,
- 3644475150,
- 4171551468,
- 3935055698,
- 4185160313,
- 3383043250,
- 3512428996,
- 273877774,
- 2194175314,
- 1682477379,
- 3966359695,
- 1028886559,
- 3350459961,
- 4292396321,
- 3148371457,
- 710615813,
- 1115305028,
- 2505746974,
- 3041382578,
- 2936086489,
- 4085505154,
- 108362303,
- 2692490957,
- 2152838192,
- 3563449159,
- 2874766153,
- 555351174,
- 3788871354,
- 3226362231,
- 1225811450,
+ 1413251451,
+ 36508634,
+ 2903351912,
+ 3552979894,
+ 3630530225,
+ 187631939,
+ 1894151876,
+ 3116559154,
+ 4178755260,
+ 3925844839,
+ 1056177767,
+ 822576186,
+ 1840800485,
+ 2119162705,
+ 986492606,
+ 1165855136,
+ 1849864568,
+ 3600519756,
+ 2052724880,
+ 172275245,
+ 4249408679,
+ 1545270652,
+ 505612993,
+ 4193316360,
+ 701348761,
+ 1422853819,
+ 3666790773,
+ 452372291,
+ 3756124044,
+ 1439981470,
+ 1995392641,
+ 2567356750,
];
static final String sss_pass = String.fromCharCodes(List.generate(
@@ -426,21 +426,21 @@ final class _Env {
).map((int i) => _envieddatasss_pass[i] ^ _enviedkeysss_pass[i]));
static const List _enviedkeyaddd = [
- 856359347,
- 522158964,
- 1370037474,
- 3606466936,
- 960432668,
- 1732434775,
+ 2643964217,
+ 1540431245,
+ 61571699,
+ 873091120,
+ 356113082,
+ 3559471361,
];
static const List _envieddataaddd = [
- 856359409,
- 522158872,
- 1370037408,
- 3606466836,
- 960432722,
- 1732434747,
+ 2643964283,
+ 1540431329,
+ 61571633,
+ 873091164,
+ 356113140,
+ 3559471469,
];
static final String addd = String.fromCharCodes(List.generate(
@@ -450,35 +450,35 @@ final class _Env {
).map((int i) => _envieddataaddd[i] ^ _enviedkeyaddd[i]));
static const List _enviedkeypassnpassenger = [
- 1792474850,
- 1924104668,
- 391311376,
- 1647542146,
- 668170995,
- 988459319,
- 1243891080,
- 2395250797,
- 2083894806,
- 163003598,
- 2320848855,
- 3562560371,
- 3133824981,
+ 406243764,
+ 168143021,
+ 309739148,
+ 3525572593,
+ 3822141332,
+ 2766894829,
+ 2475560110,
+ 174002941,
+ 239931668,
+ 513265202,
+ 1068511287,
+ 3515575025,
+ 1132524627,
];
static const List _envieddatapassnpassenger = [
- 1792474762,
- 1924104638,
- 391311479,
- 1647542240,
- 668170906,
- 988459331,
- 1243891178,
- 2395250741,
- 2083894884,
- 163003542,
- 2320848805,
- 3562560305,
- 3133824935,
+ 406243804,
+ 168143055,
+ 309739243,
+ 3525572499,
+ 3822141437,
+ 2766894745,
+ 2475560140,
+ 174002853,
+ 239931750,
+ 513265258,
+ 1068511301,
+ 3515574963,
+ 1132524577,
];
static final String passnpassenger = String.fromCharCodes(List.generate(
@@ -488,15 +488,15 @@ final class _Env {
).map((int i) => _envieddatapassnpassenger[i] ^ _enviedkeypassnpassenger[i]));
static const List _enviedkeynewId = [
- 3220512096,
- 1148287903,
- 4066941307,
+ 1241833713,
+ 3126656445,
+ 3900288375,
];
static const List _envieddatanewId = [
- 3220512014,
- 1148287994,
- 4066941196,
+ 1241833631,
+ 3126656472,
+ 3900288256,
];
static final String newId = String.fromCharCodes(List.generate(
@@ -506,31 +506,31 @@ final class _Env {
).map((int i) => _envieddatanewId[i] ^ _enviedkeynewId[i]));
static const List _enviedkeyallowed = [
- 1921270333,
- 2061111604,
- 3841100501,
- 4129347794,
- 1797614554,
- 2186603037,
- 2827436722,
- 1539632237,
- 3191692936,
- 736776115,
- 218392634,
+ 3412711405,
+ 2847311694,
+ 1629255065,
+ 735666353,
+ 387271400,
+ 1516084029,
+ 488404817,
+ 4026888435,
+ 1622385605,
+ 1927418576,
+ 212330480,
];
static const List _envieddataallowed = [
- 1921270352,
- 2061111643,
- 3841100471,
- 4129347771,
- 1797614518,
- 2186603128,
- 2827436703,
- 1539632140,
- 3191693048,
- 736776131,
- 218392576,
+ 3412711296,
+ 2847311649,
+ 1629255163,
+ 735666392,
+ 387271300,
+ 1516084056,
+ 488404860,
+ 4026888338,
+ 1622385589,
+ 1927418528,
+ 212330442,
];
static final String allowed = String.fromCharCodes(List.generate(
@@ -540,107 +540,107 @@ final class _Env {
).map((int i) => _envieddataallowed[i] ^ _enviedkeyallowed[i]));
static const List _enviedkeyapiKeyHere = [
- 3817268896,
- 4161775699,
- 3301141030,
- 1134146372,
- 3857066077,
- 2722898092,
- 3934718659,
- 3063587468,
- 1822209404,
- 4077554629,
- 757295573,
- 976327143,
- 3144131708,
- 3652349276,
- 4136573864,
- 1630918124,
- 1883011707,
- 2138798218,
- 3463168398,
- 2798516309,
- 2130629731,
- 2691517471,
- 944278046,
- 1837676307,
- 3326908696,
- 3172767852,
- 2506241482,
- 4072360526,
- 2641044003,
- 2624375478,
- 1621395439,
- 1757597560,
- 2570551575,
- 2303844382,
- 1388240981,
- 545560487,
- 2022366108,
- 4107939182,
- 3708908872,
- 2921895529,
- 971259046,
- 1041402734,
- 1428626189,
- 1025360981,
- 2661920942,
- 2598284823,
- 4170160364,
- 3394231170,
- 108567072,
+ 1732164674,
+ 2309663028,
+ 2686897199,
+ 3185532596,
+ 3479056185,
+ 3627412846,
+ 2623314718,
+ 3906468751,
+ 880199337,
+ 1073552120,
+ 194368877,
+ 2331736966,
+ 1926809510,
+ 3196227578,
+ 3714981765,
+ 3579465191,
+ 1486782783,
+ 2251046225,
+ 3640207728,
+ 696226045,
+ 668325968,
+ 121165679,
+ 1236442938,
+ 673054122,
+ 3446312539,
+ 3956480943,
+ 897953506,
+ 4081461453,
+ 27154297,
+ 3257412415,
+ 3799515113,
+ 1984468112,
+ 2146282660,
+ 3179212159,
+ 752473362,
+ 2476489980,
+ 727468587,
+ 1003971200,
+ 1648773632,
+ 3204527913,
+ 2629605754,
+ 3231803682,
+ 1213835295,
+ 2126234018,
+ 3419152628,
+ 2503623168,
+ 3234818534,
+ 977979509,
+ 2687567439,
];
static const List _envieddataapiKeyHere = [
- 3817268935,
- 4161775628,
- 3301141105,
- 1134146314,
- 3857065992,
- 2722898126,
- 3934718710,
- 3063587520,
- 1822209361,
- 4077554609,
- 757295527,
- 976327054,
- 3144131596,
- 3652349222,
- 4136573855,
- 1630918081,
- 1883011645,
- 2138798258,
- 3463168481,
- 2798516280,
- 2130629675,
- 2691517551,
- 944278091,
- 1837676414,
- 3326908799,
- 3172767781,
- 2506241456,
- 4072360454,
- 2641043988,
- 2624375539,
- 1621395387,
- 1757597469,
- 2570551647,
- 2303844391,
- 1388240941,
- 545560573,
- 2022366116,
- 4107939132,
- 3708908863,
- 2921895470,
- 971259105,
- 1041402711,
- 1428626258,
- 1025360914,
- 2661920918,
- 2598284909,
- 4170160308,
- 3394231227,
- 108567137,
+ 1732164645,
+ 2309663083,
+ 2686897272,
+ 3185532666,
+ 3479056236,
+ 3627412748,
+ 2623314731,
+ 3906468803,
+ 880199300,
+ 1073552012,
+ 194368799,
+ 2331737071,
+ 1926809558,
+ 3196227456,
+ 3714981810,
+ 3579465162,
+ 1486782841,
+ 2251046249,
+ 3640207647,
+ 696225936,
+ 668325912,
+ 121165599,
+ 1236442991,
+ 673054151,
+ 3446312508,
+ 3956480998,
+ 897953432,
+ 4081461381,
+ 27154254,
+ 3257412474,
+ 3799515069,
+ 1984468213,
+ 2146282732,
+ 3179212102,
+ 752473450,
+ 2476489894,
+ 727468563,
+ 1003971282,
+ 1648773751,
+ 3204527982,
+ 2629605693,
+ 3231803675,
+ 1213835328,
+ 2126234085,
+ 3419152588,
+ 2503623290,
+ 3234818494,
+ 977979468,
+ 2687567374,
];
static final String apiKeyHere = String.fromCharCodes(List.generate(
@@ -650,159 +650,159 @@ final class _Env {
).map((int i) => _envieddataapiKeyHere[i] ^ _enviedkeyapiKeyHere[i]));
static const List _enviedkeygetLocationAreaLinks = [
- 3404126900,
- 3635509459,
- 2760068551,
- 1135026344,
- 361014727,
- 2319372031,
- 2714864201,
- 3531563054,
- 1810411494,
- 3495896604,
- 3923131927,
- 3463236857,
- 4273060280,
- 3250330773,
- 3596924584,
- 2134775821,
- 760926808,
- 73878508,
- 1821638353,
- 582171256,
- 3456259047,
- 842584153,
- 4259212386,
- 3452581713,
- 596600050,
- 898075563,
- 2734934163,
- 626507477,
- 2488240861,
- 1729100675,
- 2304482244,
- 2116746605,
- 2229198287,
- 4054662819,
- 919217506,
- 3217274338,
- 87409090,
- 3028410396,
- 2357937549,
- 2039888758,
- 918643754,
- 676818405,
- 2278470455,
- 762101466,
- 703159238,
- 4078132155,
- 2102302303,
- 1758233505,
- 327406267,
- 2205087070,
- 3204855632,
- 3474242571,
- 576463225,
- 2529772108,
- 1816139063,
- 186395551,
- 170455642,
- 873083301,
- 406004334,
- 1746650876,
- 3404571507,
- 3278932612,
- 2364323337,
- 1029539922,
- 391278705,
- 943403502,
- 341044865,
- 1925641005,
- 708085454,
- 878870981,
- 406709643,
- 1348206451,
- 2204128571,
- 1007920868,
- 4073079278,
+ 796346221,
+ 507931856,
+ 3124816596,
+ 2450511601,
+ 4293430511,
+ 3815620368,
+ 1789771212,
+ 3350693844,
+ 3054496881,
+ 4242767095,
+ 290337837,
+ 1302466163,
+ 853888658,
+ 2455795056,
+ 768482834,
+ 3485114457,
+ 1699976317,
+ 807602042,
+ 2664279780,
+ 3595783606,
+ 3194912556,
+ 1559694358,
+ 410059238,
+ 1357295414,
+ 447315747,
+ 1734083935,
+ 2942814565,
+ 1304981420,
+ 1568461819,
+ 4223399483,
+ 2609366479,
+ 1749294264,
+ 209859859,
+ 978995639,
+ 2006172403,
+ 2561549222,
+ 4018781245,
+ 3467168696,
+ 1760975462,
+ 3245975568,
+ 4013976420,
+ 1957183850,
+ 110568643,
+ 30561631,
+ 4052861770,
+ 3302640304,
+ 2430513010,
+ 2020664263,
+ 4171448374,
+ 1848925687,
+ 334675558,
+ 300276965,
+ 2371029892,
+ 2294981602,
+ 17346864,
+ 1753022293,
+ 3480094789,
+ 1438717418,
+ 2283878031,
+ 2666643787,
+ 3304185972,
+ 4095425126,
+ 2367243137,
+ 1505137007,
+ 657992907,
+ 4036268257,
+ 2967324868,
+ 3250613245,
+ 867040236,
+ 1045509437,
+ 1096731817,
+ 4030896649,
+ 1214687047,
+ 3002342629,
+ 2366139266,
];
static const List _envieddatagetLocationAreaLinks = [
- 3404126940,
- 3635509415,
- 2760068531,
- 1135026392,
- 361014708,
- 2319371973,
- 2714864230,
- 3531563009,
- 1810411399,
- 3495896684,
- 3923132030,
- 3463236823,
- 4273060300,
- 3250330855,
- 3596924609,
- 2134775933,
- 760926754,
- 73878465,
- 1821638324,
- 582171167,
- 3456258974,
- 842584105,
- 4259212310,
- 3452581759,
- 596599953,
- 898075588,
- 2734934270,
- 626507514,
- 2488240809,
- 1729100785,
- 2304482221,
- 2116746525,
- 2229198261,
- 4054662796,
- 919217424,
- 3217274251,
- 87409062,
- 3028410489,
- 2357937570,
- 2039888666,
- 918643781,
- 676818310,
- 2278470486,
- 762101422,
- 703159215,
- 4078132180,
- 2102302257,
- 1758233486,
- 327406300,
- 2205087035,
- 3204855588,
- 3474242644,
- 576463125,
- 2529772067,
- 1816139092,
- 186395646,
- 170455598,
- 873083340,
- 406004225,
- 1746650770,
- 3404571436,
- 3278932709,
- 2364323451,
- 1029539895,
- 391278608,
- 943403441,
- 341044973,
- 1925641028,
- 708085408,
- 878870958,
- 406709752,
- 1348206429,
- 2204128587,
- 1007920780,
- 4073079198,
+ 796346117,
+ 507931812,
+ 3124816544,
+ 2450511489,
+ 4293430428,
+ 3815620394,
+ 1789771235,
+ 3350693883,
+ 3054496784,
+ 4242766983,
+ 290337860,
+ 1302466141,
+ 853888742,
+ 2455794946,
+ 768482939,
+ 3485114409,
+ 1699976199,
+ 807602007,
+ 2664279681,
+ 3595783633,
+ 3194912597,
+ 1559694438,
+ 410059154,
+ 1357295384,
+ 447315776,
+ 1734083888,
+ 2942814472,
+ 1304981379,
+ 1568461711,
+ 4223399497,
+ 2609366438,
+ 1749294280,
+ 209859945,
+ 978995608,
+ 2006172289,
+ 2561549263,
+ 4018781273,
+ 3467168733,
+ 1760975433,
+ 3245975676,
+ 4013976331,
+ 1957183753,
+ 110568610,
+ 30561579,
+ 4052861731,
+ 3302640351,
+ 2430512924,
+ 2020664296,
+ 4171448401,
+ 1848925586,
+ 334675474,
+ 300276922,
+ 2371029992,
+ 2294981517,
+ 17346899,
+ 1753022260,
+ 3480094769,
+ 1438717315,
+ 2283878112,
+ 2666643749,
+ 3304185899,
+ 4095425031,
+ 2367243251,
+ 1505136906,
+ 657992874,
+ 4036268222,
+ 2967324840,
+ 3250613140,
+ 867040130,
+ 1045509462,
+ 1096731866,
+ 4030896679,
+ 1214687031,
+ 3002342541,
+ 2366139378,
];
static final String getLocationAreaLinks = String.fromCharCodes(
@@ -815,53 +815,53 @@ final class _Env {
_enviedkeygetLocationAreaLinks[i]));
static const List _enviedkeyinitializationVector = [
- 2201295168,
- 2446211413,
- 1881952212,
- 2993956456,
- 972975111,
- 3151220221,
- 1530369156,
- 2788019061,
- 326364544,
- 3044280583,
- 983993733,
- 1260359253,
- 3722860874,
- 3461661086,
- 667702118,
- 2522204854,
- 3330797164,
- 3115156146,
- 3573155996,
- 2827515416,
- 2004019848,
- 428764783,
+ 2035147087,
+ 1032825377,
+ 2564619094,
+ 1744395326,
+ 1025406699,
+ 3153691153,
+ 2964982346,
+ 41395984,
+ 3054227800,
+ 2142370919,
+ 2229150309,
+ 880990563,
+ 2218930873,
+ 1270124489,
+ 1426843452,
+ 4019133373,
+ 3468127257,
+ 3432964898,
+ 822863324,
+ 2510595475,
+ 1241678037,
+ 3334477846,
];
static const List _envieddatainitializationVector = [
- 2201295153,
- 2446211373,
- 1881952178,
- 2993956369,
- 972975213,
- 3151220104,
- 1530369263,
- 2788018946,
- 326364655,
- 3044280674,
- 983993826,
- 1260359207,
- 3722860836,
- 3461661180,
- 667702031,
- 2522204864,
- 3330797108,
- 3115156160,
- 3573156036,
- 2827515498,
- 2004019914,
- 428764701,
+ 2035147070,
+ 1032825433,
+ 2564619056,
+ 1744395335,
+ 1025406593,
+ 3153691236,
+ 2964982305,
+ 41396071,
+ 3054227767,
+ 2142370818,
+ 2229150210,
+ 880990481,
+ 2218930903,
+ 1270124459,
+ 1426843477,
+ 4019133387,
+ 3468127297,
+ 3432964944,
+ 822863236,
+ 2510595553,
+ 1241677975,
+ 3334477924,
];
static final String initializationVector = String.fromCharCodes(
@@ -874,129 +874,129 @@ final class _Env {
_enviedkeyinitializationVector[i]));
static const List _enviedkeybasicCompareFacesURL = [
- 1330600922,
- 2887722883,
- 2311059944,
- 1416268531,
- 3823483437,
- 1178246148,
- 2679379553,
- 3811548580,
- 1911437534,
- 697424122,
- 3139472572,
- 2497341502,
- 2812690971,
- 2271326259,
- 1920762681,
- 2993486050,
- 1687020017,
- 3048008054,
- 2830274653,
- 62070531,
- 1614942967,
- 3087909243,
- 3525994045,
- 1276239452,
- 748595692,
- 32173991,
- 1537813415,
- 503865261,
- 1130536453,
- 48682119,
- 1829158149,
- 297207651,
- 2478383607,
- 2655797692,
- 450448992,
- 1384807967,
- 1659905640,
- 475498785,
- 3310131022,
- 1000386431,
- 1876247973,
- 1266592207,
- 2214694242,
- 3501035720,
- 2217940831,
- 4007139879,
- 635569862,
- 2304126238,
- 1402568687,
- 3524149872,
- 3624292399,
- 930448730,
- 4143781031,
- 3937919167,
- 577897467,
- 18660539,
- 792610170,
- 442906291,
- 2690221051,
- 2753670074,
+ 3554543593,
+ 2864525074,
+ 4097467906,
+ 575433327,
+ 959799361,
+ 3670510314,
+ 2426368311,
+ 2036644120,
+ 3844489404,
+ 3939500422,
+ 2058286474,
+ 268575375,
+ 2065527349,
+ 3181870363,
+ 1903831079,
+ 672559586,
+ 4244298183,
+ 3826336431,
+ 2136601432,
+ 3081811091,
+ 1660611728,
+ 878799132,
+ 4026098949,
+ 4224879016,
+ 2930421076,
+ 1223143552,
+ 2119623468,
+ 95613141,
+ 630963198,
+ 2847097380,
+ 3091825814,
+ 2207442923,
+ 4271103962,
+ 3754970386,
+ 1113679086,
+ 129573147,
+ 2511117930,
+ 3577651842,
+ 102786854,
+ 1234830476,
+ 2700429710,
+ 4115347194,
+ 4095632792,
+ 120483633,
+ 2403074614,
+ 3156747721,
+ 54639589,
+ 1194007212,
+ 3787849231,
+ 172681120,
+ 3722654649,
+ 2220977193,
+ 943226696,
+ 1093325322,
+ 3643614443,
+ 231570392,
+ 3945509437,
+ 295726237,
+ 1154567683,
+ 169910549,
];
static const List _envieddatabasicCompareFacesURL = [
- 1330600882,
- 2887722999,
- 2311059868,
- 1416268419,
- 3823483486,
- 1178246206,
- 2679379534,
- 3811548555,
- 1911437496,
- 697424027,
- 3139472607,
- 2497341531,
- 2812690998,
- 2271326295,
- 1920762716,
- 2993485974,
- 1687019924,
- 3048007957,
- 2830274601,
- 62070574,
- 1614942865,
- 3087909197,
- 3525993988,
- 1276239470,
- 748595672,
- 32173972,
- 1537813406,
- 503865247,
- 1130536550,
- 48682163,
- 1829158246,
- 297207636,
- 2478383577,
- 2655797716,
- 450448901,
- 1384808045,
- 1659905543,
- 475498826,
- 3310131003,
- 1000386334,
- 1876248021,
- 1266592191,
- 2214694220,
- 3501035691,
- 2217940784,
- 4007139914,
- 635569897,
- 2304126333,
- 1402568576,
- 3524149789,
- 3624292447,
- 930448699,
- 4143781077,
- 3937919194,
- 577897380,
- 18660573,
- 792610075,
- 442906320,
- 2690220958,
- 2753670089,
+ 3554543489,
+ 2864525158,
+ 4097468022,
+ 575433247,
+ 959799346,
+ 3670510288,
+ 2426368280,
+ 2036644151,
+ 3844489434,
+ 3939500519,
+ 2058286569,
+ 268575466,
+ 2065527320,
+ 3181870463,
+ 1903831106,
+ 672559510,
+ 4244298146,
+ 3826336460,
+ 2136601388,
+ 3081811134,
+ 1660611830,
+ 878799146,
+ 4026099004,
+ 4224879002,
+ 2930421088,
+ 1223143603,
+ 2119623445,
+ 95613159,
+ 630963101,
+ 2847097360,
+ 3091825909,
+ 2207442908,
+ 4271103988,
+ 3754970490,
+ 1113678987,
+ 129573225,
+ 2511117829,
+ 3577651945,
+ 102786899,
+ 1234830573,
+ 2700429822,
+ 4115347082,
+ 4095632822,
+ 120483666,
+ 2403074649,
+ 3156747684,
+ 54639562,
+ 1194007247,
+ 3787849312,
+ 172681165,
+ 3722654665,
+ 2220977224,
+ 943226682,
+ 1093325423,
+ 3643614388,
+ 231570366,
+ 3945509468,
+ 295726334,
+ 1154567782,
+ 169910630,
];
static final String basicCompareFacesURL = String.fromCharCodes(
@@ -1009,91 +1009,91 @@ final class _Env {
_enviedkeybasicCompareFacesURL[i]));
static const List _enviedkeyaccountSIDTwillo = [
- 2843783092,
- 1674419346,
- 3803422258,
- 132889725,
- 1586455900,
- 3294810875,
- 2713641844,
- 719237140,
- 2160285213,
- 3355031642,
- 1044812735,
- 465231708,
- 2773128885,
- 2458872187,
- 1257532603,
- 2310638280,
- 311739674,
- 4045327999,
- 3499891219,
- 628184479,
- 4039907483,
- 2533330186,
- 1341177550,
- 1025907715,
- 509633930,
- 1553205648,
- 1248145143,
- 3082345651,
- 2221820334,
- 3094338270,
- 624605643,
- 2263308676,
- 3691275035,
- 383131392,
- 2080149801,
- 794174709,
- 2136872233,
- 468082603,
- 3193516271,
- 3874655752,
- 284351138,
+ 4240456930,
+ 3828393531,
+ 1314103638,
+ 3778410449,
+ 4036711388,
+ 1220875455,
+ 3026139777,
+ 3412078488,
+ 3476128420,
+ 1120224235,
+ 1797124846,
+ 405743930,
+ 2114422989,
+ 3837176304,
+ 3018499525,
+ 872765343,
+ 1728764783,
+ 4101694987,
+ 2845450642,
+ 51381528,
+ 3129148989,
+ 3755075738,
+ 2699114327,
+ 3206054594,
+ 2575272857,
+ 547774132,
+ 1537747023,
+ 766205774,
+ 1797807959,
+ 3106446481,
+ 267073950,
+ 2239361948,
+ 3264893338,
+ 2585084665,
+ 2031403277,
+ 4028324835,
+ 445388774,
+ 857310908,
+ 3948560094,
+ 2843412999,
+ 3688659824,
];
static const List _envieddataaccountSIDTwillo = [
- 2843783141,
- 1674419412,
- 3803422282,
- 132889677,
- 1586455853,
- 3294810754,
- 2713641792,
- 719237153,
- 2160285227,
- 3355031600,
- 1044812746,
- 465231670,
- 2773128838,
- 2458872131,
- 1257532552,
- 2310638246,
- 311739683,
- 4045327879,
- 3499891302,
- 628184550,
- 4039907497,
- 2533330235,
- 1341177591,
- 1025907767,
- 509634043,
- 1553205670,
- 1248145093,
- 3082345610,
- 2221820383,
- 3094338287,
- 624605613,
- 2263308782,
- 3691275051,
- 383131513,
- 2080149790,
- 794174637,
- 2136872283,
- 468082675,
- 3193516163,
- 3874655818,
- 284351182,
+ 4240456883,
+ 3828393597,
+ 1314103598,
+ 3778410465,
+ 4036711341,
+ 1220875462,
+ 3026139829,
+ 3412078509,
+ 3476128402,
+ 1120224129,
+ 1797124763,
+ 405743952,
+ 2114423038,
+ 3837176264,
+ 3018499574,
+ 872765425,
+ 1728764758,
+ 4101695091,
+ 2845450727,
+ 51381601,
+ 3129148943,
+ 3755075755,
+ 2699114350,
+ 3206054646,
+ 2575272936,
+ 547774082,
+ 1537747069,
+ 766205815,
+ 1797807910,
+ 3106446496,
+ 267074040,
+ 2239362038,
+ 3264893354,
+ 2585084544,
+ 2031403322,
+ 4028324795,
+ 445388692,
+ 857310948,
+ 3948560050,
+ 2843413061,
+ 3688659740,
];
static final String accountSIDTwillo = String.fromCharCodes(
@@ -1105,325 +1105,325 @@ final class _Env {
_envieddataaccountSIDTwillo[i] ^ _enviedkeyaccountSIDTwillo[i]));
static const List _enviedkeyserverAPI = [
- 3976340862,
- 876930661,
- 2754762348,
- 2464537893,
- 3707602655,
- 2489749710,
- 3424437440,
- 1372632324,
- 2975339402,
- 2676738093,
- 3221041012,
- 744897494,
- 1424458647,
- 1079081365,
- 3562411819,
- 4004226372,
- 2704808793,
- 1168829629,
- 1992531918,
- 3180887892,
- 1772554705,
- 4274017960,
- 263526825,
- 1684978867,
- 3658977582,
- 2764849002,
- 2435386837,
- 2434610909,
- 1238171864,
- 3938577549,
- 3000351850,
- 1398183753,
- 75887018,
- 774832896,
- 1523285360,
- 309110719,
- 858312180,
- 2818584421,
- 3270452275,
- 983656457,
- 1664075801,
- 2926896384,
- 769664241,
- 1537228947,
- 2075245662,
- 3146684998,
- 2628184795,
- 1239022201,
- 654943327,
- 1715476740,
- 1718664042,
- 2638834984,
- 4184911395,
- 489667049,
- 1830225181,
- 2640753699,
- 4200140839,
- 201082292,
- 701445777,
- 3501131445,
- 1086182735,
- 2058515131,
- 4059527038,
- 950334178,
- 587472557,
- 1704249165,
- 922220226,
- 1556517143,
- 1406823262,
- 2446727386,
- 2079624285,
- 37938373,
- 1344228475,
- 3910369000,
- 1492984777,
- 1437083473,
- 2842770769,
- 2576354000,
- 1864807939,
- 2895209442,
- 2917935409,
- 567043849,
- 576658584,
- 4104668683,
- 289522001,
- 3394727170,
- 3201674837,
- 1290177783,
- 3115294296,
- 4259693824,
- 3129141406,
- 325281440,
- 530300610,
- 415806151,
- 187464629,
- 530694302,
- 2938142458,
- 1021781952,
- 291246485,
- 3228999424,
- 3831388593,
- 2533438819,
- 2895384640,
- 3081205453,
- 2373368017,
- 2532170150,
- 3060366470,
- 4244026566,
- 1554490727,
- 3410670928,
- 960347257,
- 3614687388,
- 3705063013,
- 198619704,
- 705028789,
- 3504828489,
- 1242117333,
- 774908927,
- 3721749151,
- 4098061798,
- 942891585,
- 3861283949,
- 111830844,
- 3658249279,
- 446418689,
- 869497804,
- 1866712611,
- 1426830386,
- 2940675768,
- 3528266654,
- 331680518,
- 3378186940,
- 1334652234,
- 596949604,
- 1854281103,
- 2800667846,
- 476777023,
- 3236423334,
- 2603128686,
- 503959906,
- 3681931758,
- 2093974656,
- 2704910478,
- 2439513144,
- 3257918460,
- 2319599066,
- 1093709546,
- 3895079102,
- 2569178988,
- 3737864579,
- 839085567,
- 273990226,
- 2247636415,
- 1654429663,
- 3419379873,
- 3959242870,
- 3890025019,
- 3201343901,
+ 4147403084,
+ 1387896606,
+ 3097638071,
+ 3217711135,
+ 4142649083,
+ 3552200201,
+ 3501290177,
+ 2379761358,
+ 3054865070,
+ 3895276765,
+ 250930828,
+ 2059474321,
+ 18390733,
+ 571027611,
+ 1746333649,
+ 483903383,
+ 2160778948,
+ 256818254,
+ 3498155723,
+ 886077477,
+ 1541835261,
+ 2750530422,
+ 3394418119,
+ 1487223074,
+ 115935814,
+ 410249699,
+ 3318477602,
+ 240350003,
+ 1204075036,
+ 2975904673,
+ 854195208,
+ 1944860082,
+ 756439953,
+ 4235645425,
+ 991094577,
+ 3029364737,
+ 1262643883,
+ 4197057283,
+ 4126046948,
+ 4289332706,
+ 1296368219,
+ 2185277488,
+ 3524380667,
+ 3209225513,
+ 10118604,
+ 3297261853,
+ 3619586739,
+ 771311881,
+ 3073469174,
+ 2926681000,
+ 757008238,
+ 424743379,
+ 3725555068,
+ 114199761,
+ 1914881567,
+ 504137956,
+ 3573671146,
+ 923473845,
+ 1102152594,
+ 3463104310,
+ 1349754498,
+ 3123723637,
+ 446795663,
+ 4184617611,
+ 3024505804,
+ 635179053,
+ 3757741665,
+ 2578111029,
+ 1248353839,
+ 2935489725,
+ 3755913293,
+ 2743591661,
+ 1693814340,
+ 352180726,
+ 353985756,
+ 2851881504,
+ 3860103120,
+ 1226033448,
+ 4113088572,
+ 2829216771,
+ 780155340,
+ 3412187028,
+ 1283270084,
+ 3768849952,
+ 4053774251,
+ 1685767594,
+ 4232731348,
+ 526545423,
+ 2126655259,
+ 1588254460,
+ 3831619056,
+ 2990347008,
+ 3183971576,
+ 2869892142,
+ 3451472323,
+ 3544433893,
+ 1167616074,
+ 1500426343,
+ 3408295477,
+ 3658983931,
+ 3961627497,
+ 3917873325,
+ 2241162043,
+ 2965881818,
+ 938427940,
+ 797542842,
+ 617449334,
+ 191611148,
+ 2625193151,
+ 1104085485,
+ 2305013148,
+ 1167965280,
+ 1677998784,
+ 3230657746,
+ 4208187418,
+ 2697205542,
+ 1254237520,
+ 3495667609,
+ 2786123696,
+ 3016454128,
+ 638918425,
+ 2088142450,
+ 2381563529,
+ 4046358079,
+ 2037899288,
+ 1947134408,
+ 3386290334,
+ 2792113881,
+ 2678649903,
+ 2992775954,
+ 3681033594,
+ 4138082963,
+ 3168436183,
+ 998815935,
+ 3394495680,
+ 1892405800,
+ 52425654,
+ 3768559283,
+ 2129820244,
+ 376217519,
+ 2297159060,
+ 986538660,
+ 3561344792,
+ 3623058277,
+ 81545111,
+ 1660971270,
+ 3424133338,
+ 3450870873,
+ 1305896788,
+ 2070117123,
+ 1327699516,
+ 2286040946,
+ 1013060187,
+ 2855363055,
+ 748117764,
+ 310425016,
+ 785994317,
+ 1000857434,
];
static const List _envieddataserverAPI = [
- 3976340783,
- 876930612,
- 2754762301,
- 2464537972,
- 3707602608,
- 2489749676,
- 3424437395,
- 1372632438,
- 2975339512,
- 2676738155,
- 3221040925,
- 744897516,
- 1424458694,
- 1079081411,
- 3562411898,
- 4004226428,
- 2704808814,
- 1168829637,
- 1992531867,
- 3180887907,
- 1772554667,
- 4274018015,
- 263526890,
- 1684978885,
- 3658977603,
- 2764848944,
- 2435386799,
- 2434610823,
- 1238171836,
- 3938577644,
- 3000351762,
- 1398183740,
- 75887097,
- 774832946,
- 1523285270,
- 309110669,
- 858312135,
- 2818584380,
- 3270452231,
- 983656548,
- 1664075875,
- 2926896439,
- 769664188,
- 1537229033,
- 2075245607,
- 3146684937,
- 2628184737,
- 1239022091,
- 654943335,
- 1715476843,
- 1718663950,
- 2638834970,
- 4184911425,
- 489666971,
- 1830225195,
- 2640753768,
- 4200140926,
- 201082317,
- 701445876,
- 3501131507,
- 1086182702,
- 2058515183,
- 4059526952,
- 950334126,
- 587472618,
- 1704249214,
- 922220169,
- 1556517156,
- 1406823222,
- 2446727330,
- 2079624296,
- 37938335,
- 1344228378,
- 3910368957,
- 1492984752,
- 1437083433,
- 2842770790,
- 2576353973,
- 1864808026,
- 2895209364,
- 2917935472,
- 567043920,
- 576658664,
- 4104668746,
- 289521927,
- 3394727270,
- 3201674782,
- 1290177692,
- 3115294325,
- 4259693874,
- 3129141414,
- 325281430,
- 530300556,
- 415806099,
- 187464679,
- 530694391,
- 2938142409,
- 1021781946,
- 291246566,
- 3228999481,
- 3831388632,
- 2533438768,
- 2895384591,
- 3081205411,
- 2373367945,
- 2532170194,
- 3060366558,
- 4244026516,
- 1554490670,
- 3410670888,
- 960347146,
- 3614687467,
- 3705062914,
- 198619659,
- 705028862,
- 3504828460,
- 1242117302,
- 774908861,
- 3721749234,
- 4098061717,
- 942891565,
- 3861283934,
- 111830890,
- 3658249287,
- 446418763,
- 869497845,
- 1866712660,
- 1426830461,
- 2940675733,
- 3528266728,
- 331680591,
- 3378186956,
- 1334652221,
- 596949521,
- 1854281147,
- 2800667798,
- 476777033,
- 3236423313,
- 2603128586,
- 503959817,
- 3681931686,
- 2093974763,
- 2704910550,
- 2439513174,
- 3257918357,
- 2319599023,
- 1093709458,
- 3895079155,
- 2569178943,
- 3737864647,
- 839085464,
- 273990149,
- 2247636455,
- 1654429613,
- 3419379961,
- 3959242778,
- 3890025081,
- 3201343985,
+ 4147403037,
+ 1387896655,
+ 3097638118,
+ 3217711182,
+ 4142648980,
+ 3552200299,
+ 3501290130,
+ 2379761340,
+ 3054865116,
+ 3895276699,
+ 250930917,
+ 2059474347,
+ 18390684,
+ 571027661,
+ 1746333568,
+ 483903407,
+ 2160778995,
+ 256818230,
+ 3498155678,
+ 886077458,
+ 1541835143,
+ 2750530305,
+ 3394418052,
+ 1487223124,
+ 115935787,
+ 410249657,
+ 3318477656,
+ 240350057,
+ 1204075128,
+ 2975904704,
+ 854195312,
+ 1944860103,
+ 756440002,
+ 4235645379,
+ 991094615,
+ 3029364787,
+ 1262643864,
+ 4197057370,
+ 4126046928,
+ 4289332623,
+ 1296368161,
+ 2185277447,
+ 3524380598,
+ 3209225555,
+ 10118581,
+ 3297261906,
+ 3619586761,
+ 771311995,
+ 3073469134,
+ 2926681031,
+ 757008138,
+ 424743393,
+ 3725554974,
+ 114199715,
+ 1914881577,
+ 504137903,
+ 3573671091,
+ 923473868,
+ 1102152695,
+ 3463104368,
+ 1349754595,
+ 3123723553,
+ 446795737,
+ 4184617671,
+ 3024505739,
+ 635179038,
+ 3757741610,
+ 2578110982,
+ 1248353863,
+ 2935489733,
+ 3755913336,
+ 2743591607,
+ 1693814309,
+ 352180643,
+ 353985701,
+ 2851881560,
+ 3860103143,
+ 1226033485,
+ 4113088613,
+ 2829216885,
+ 780155277,
+ 3412187085,
+ 1283270068,
+ 3768850017,
+ 4053774333,
+ 1685767630,
+ 4232731295,
+ 526545508,
+ 2126655286,
+ 1588254414,
+ 3831619016,
+ 2990347062,
+ 3183971510,
+ 2869892218,
+ 3451472273,
+ 3544433804,
+ 1167616121,
+ 1500426269,
+ 3408295494,
+ 3658983874,
+ 3961627392,
+ 3917873406,
+ 2241162100,
+ 2965881780,
+ 938428028,
+ 797542862,
+ 617449262,
+ 191611230,
+ 2625193206,
+ 1104085397,
+ 2305013231,
+ 1167965207,
+ 1677998759,
+ 3230657761,
+ 4208187473,
+ 2697205571,
+ 1254237491,
+ 3495667675,
+ 2786123741,
+ 3016454019,
+ 638918517,
+ 2088142401,
+ 2381563615,
+ 4046358087,
+ 2037899346,
+ 1947134449,
+ 3386290409,
+ 2792113814,
+ 2678649858,
+ 2992776036,
+ 3681033523,
+ 4138083043,
+ 3168436128,
+ 998815946,
+ 3394495732,
+ 1892405880,
+ 52425664,
+ 3768559236,
+ 2129820208,
+ 376217540,
+ 2297159132,
+ 986538703,
+ 3561344832,
+ 3623058187,
+ 81545214,
+ 1660971379,
+ 3424133282,
+ 3450870804,
+ 1305896711,
+ 2070117191,
+ 1327699547,
+ 2286040869,
+ 1013060099,
+ 2855362973,
+ 748117852,
+ 310425044,
+ 785994255,
+ 1000857398,
];
static final String serverAPI = String.fromCharCodes(List.generate(
@@ -1433,87 +1433,87 @@ final class _Env {
).map((int i) => _envieddataserverAPI[i] ^ _enviedkeyserverAPI[i]));
static const List _enviedkeymapAPIKEY = [
- 2247714160,
- 2560268629,
- 60973890,
- 4238015695,
- 3486272014,
- 4139058870,
- 3284541187,
- 1937795265,
- 4268641415,
- 3452889939,
- 3658126130,
- 253733115,
- 3331289064,
- 2627639475,
- 4246775286,
- 878786301,
- 3804413434,
- 2745587036,
- 1763947689,
- 295551841,
- 2115785072,
- 88958942,
- 1115480111,
- 3276376593,
- 4136534122,
- 1162804378,
- 14284426,
- 17535057,
- 2319425705,
- 1953711881,
- 3792644850,
- 1255190121,
- 514431811,
- 3899457619,
- 2021344858,
- 1913226202,
- 3546162315,
- 698376319,
- 2354027959,
+ 3631986653,
+ 1509855247,
+ 215222377,
+ 2791534229,
+ 2226273619,
+ 574839799,
+ 1494942227,
+ 3953339825,
+ 2247099258,
+ 483429678,
+ 1024087047,
+ 3043967457,
+ 262015061,
+ 1092650442,
+ 3656960095,
+ 565659776,
+ 2647103438,
+ 1453023848,
+ 68595090,
+ 1485719998,
+ 370018207,
+ 54567244,
+ 2316289242,
+ 4068481940,
+ 1077759266,
+ 3840692298,
+ 1004790894,
+ 2290728813,
+ 1978779485,
+ 723840264,
+ 3273754994,
+ 1309875685,
+ 3733152887,
+ 1499028864,
+ 829800279,
+ 494677748,
+ 839902850,
+ 3764316122,
+ 1691264590,
];
static const List _envieddatamapAPIKEY = [
- 2247714097,
- 2560268572,
- 60973880,
- 4238015662,
- 3486272093,
- 4139058895,
- 3284541250,
- 1937795217,
- 4268641473,
- 3452889857,
- 3658126189,
- 253733027,
- 3331288970,
- 2627639521,
- 4246775224,
- 878786253,
- 3804413346,
- 2745586950,
- 1763947676,
- 295551784,
- 2115784970,
- 88958957,
- 1115480174,
- 3276376648,
- 4136534062,
- 1162804464,
- 14284484,
- 17534984,
- 2319425761,
- 1953711950,
- 3792644792,
- 1255190062,
- 514431857,
- 3899457568,
- 2021344872,
- 1913226123,
- 3546162396,
- 698376200,
- 2354028026,
+ 3631986588,
+ 1509855302,
+ 215222291,
+ 2791534324,
+ 2226273536,
+ 574839694,
+ 1494942290,
+ 3953339873,
+ 2247099196,
+ 483429756,
+ 1024087128,
+ 3043967417,
+ 262015031,
+ 1092650392,
+ 3656960017,
+ 565659824,
+ 2647103382,
+ 1453023794,
+ 68595111,
+ 1485720055,
+ 370018277,
+ 54567295,
+ 2316289179,
+ 4068481997,
+ 1077759334,
+ 3840692256,
+ 1004790816,
+ 2290728756,
+ 1978779413,
+ 723840335,
+ 3273754936,
+ 1309875618,
+ 3733152837,
+ 1499028979,
+ 829800293,
+ 494677669,
+ 839902933,
+ 3764316077,
+ 1691264515,
];
static final String mapAPIKEY = String.fromCharCodes(List.generate(
@@ -1523,87 +1523,87 @@ final class _Env {
).map((int i) => _envieddatamapAPIKEY[i] ^ _enviedkeymapAPIKEY[i]));
static const List _enviedkeymapAPIKEYIOS = [
- 3242026595,
- 226759590,
- 3513945943,
- 1675836857,
- 2070623184,
- 1212962385,
- 2949685960,
- 2314727532,
- 4229834780,
- 2675409629,
- 4268245054,
- 2647028317,
- 1980982459,
- 2590627602,
- 4006411907,
- 740712139,
- 2498147417,
- 130942695,
- 3681207417,
- 3402766120,
- 3536327117,
- 3770297355,
- 2085970437,
- 566701769,
- 4055782816,
- 1608102648,
- 3393804425,
- 2100732790,
- 3315765567,
- 1614848706,
- 1829636998,
- 2806101795,
- 3386515473,
- 2410019939,
- 3104463353,
- 924278124,
- 6962405,
- 2844298305,
- 701510329,
+ 1249765629,
+ 1792377199,
+ 3880750594,
+ 937260977,
+ 3733815694,
+ 4045043013,
+ 2851906106,
+ 3292320765,
+ 3091560207,
+ 1980350777,
+ 3010655433,
+ 172153286,
+ 1251720513,
+ 3890737516,
+ 1966662392,
+ 102854014,
+ 2162235263,
+ 279341493,
+ 1209703724,
+ 3306040644,
+ 1195207197,
+ 3797243366,
+ 4163098443,
+ 50542649,
+ 1769733875,
+ 3872291139,
+ 88676030,
+ 417256948,
+ 283514621,
+ 3064067908,
+ 4252897069,
+ 3103681308,
+ 2289165897,
+ 2132081896,
+ 186933038,
+ 652767499,
+ 328245241,
+ 2866799103,
+ 2444513996,
];
static const List _envieddatamapAPIKEYIOS = [
- 3242026530,
- 226759663,
- 3513945901,
- 1675836888,
- 2070623107,
- 1212962344,
- 2949685900,
- 2314727432,
- 4229834861,
- 2675409590,
- 4268245106,
- 2647028240,
- 1980982520,
- 2590627680,
- 4006412018,
- 740712097,
- 2498147343,
- 130942613,
- 3681207319,
- 3402766111,
- 3536327061,
- 3770297446,
- 2085970532,
- 566701741,
- 4055782889,
- 1608102537,
- 3393804528,
- 2100732696,
- 3315765574,
- 1614848685,
- 1829637060,
- 2806101826,
- 3386515494,
- 2410019891,
- 3104463307,
- 924278107,
- 6962346,
- 2844298276,
- 701510388,
+ 1249765564,
+ 1792377126,
+ 3880750712,
+ 937261008,
+ 3733815773,
+ 4045043004,
+ 2851906174,
+ 3292320665,
+ 3091560318,
+ 1980350802,
+ 3010655365,
+ 172153227,
+ 1251720450,
+ 3890737438,
+ 1966662281,
+ 102853908,
+ 2162235177,
+ 279341511,
+ 1209703746,
+ 3306040691,
+ 1195207237,
+ 3797243275,
+ 4163098410,
+ 50542685,
+ 1769733818,
+ 3872291122,
+ 88676039,
+ 417256858,
+ 283514500,
+ 3064067883,
+ 4252897135,
+ 3103681405,
+ 2289165950,
+ 2132081848,
+ 186933020,
+ 652767548,
+ 328245174,
+ 2866799002,
+ 2444513921,
];
static final String mapAPIKEYIOS = String.fromCharCodes(List.generate(
@@ -1613,71 +1613,71 @@ final class _Env {
).map((int i) => _envieddatamapAPIKEYIOS[i] ^ _enviedkeymapAPIKEYIOS[i]));
static const List _enviedkeytwilloRecoveryCode = [
- 2689140138,
- 1298299846,
- 2057967448,
- 2137865182,
- 2938356726,
- 1691312281,
- 2231705315,
- 59667461,
- 1041068572,
- 1212147038,
- 3924764144,
- 1831149843,
- 40385226,
- 1407278889,
- 3376967208,
- 2930603709,
- 2681028551,
- 325951936,
- 450904546,
- 1158123913,
- 3461876794,
- 4048211225,
- 3908777410,
- 1222192183,
- 3459582394,
- 3627977289,
- 1751140149,
- 3573607933,
- 3595094674,
- 3865880740,
- 714370723,
+ 3564713084,
+ 4213671941,
+ 422864750,
+ 767470574,
+ 4052533943,
+ 644271941,
+ 4063816901,
+ 1781479337,
+ 460887046,
+ 1020449106,
+ 1296458501,
+ 4134043520,
+ 989173292,
+ 2986265355,
+ 1451410190,
+ 3780618935,
+ 1004441447,
+ 672911960,
+ 1031131912,
+ 1674854838,
+ 1182985261,
+ 4059680574,
+ 4283196155,
+ 3599366952,
+ 3668420308,
+ 2332783822,
+ 3286512321,
+ 2984425709,
+ 974455170,
+ 2795061463,
+ 2704831759,
];
static const List _envieddatatwilloRecoveryCode = [
- 2689140201,
- 1298299783,
- 2057967373,
- 2137865193,
- 2938356687,
- 1691312349,
- 2231705259,
- 59667541,
- 1041068628,
- 1212147055,
- 3924764082,
- 1831149945,
- 40385167,
- 1407278864,
- 3376967288,
- 2930603752,
- 2681028495,
- 325951988,
- 450904487,
- 1158123997,
- 3461876834,
- 4048211277,
- 3908777361,
- 1222192239,
- 3459582432,
- 3627977233,
- 1751140167,
- 3573607845,
- 3595094782,
- 3865880806,
- 714370767,
+ 3564713023,
+ 4213672004,
+ 422864699,
+ 767470553,
+ 4052533902,
+ 644271873,
+ 4063816845,
+ 1781479417,
+ 460887118,
+ 1020449123,
+ 1296458567,
+ 4134043626,
+ 989173353,
+ 2986265394,
+ 1451410270,
+ 3780618978,
+ 1004441391,
+ 672911980,
+ 1031131981,
+ 1674854882,
+ 1182985333,
+ 4059680618,
+ 4283196072,
+ 3599367024,
+ 3668420238,
+ 2332783766,
+ 3286512307,
+ 2984425653,
+ 974455278,
+ 2795061397,
+ 2704831843,
];
static final String twilloRecoveryCode = String.fromCharCodes(
@@ -1689,87 +1689,87 @@ final class _Env {
_envieddatatwilloRecoveryCode[i] ^ _enviedkeytwilloRecoveryCode[i]));
static const List _enviedkeyauthTokenTwillo = [
- 550160046,
- 2319335841,
- 1053614357,
- 3805976816,
- 2370913201,
- 1385227187,
- 1955262560,
- 3654581219,
- 3218643785,
- 3775928016,
- 1080892875,
- 1144318036,
- 1298398762,
- 3254180924,
- 4054769829,
- 576524082,
- 916329670,
- 4055003212,
- 986404453,
- 521422304,
- 1307751592,
- 641572031,
- 1969181429,
- 3951897168,
- 828310667,
- 3969389323,
- 1200210257,
- 3203333471,
- 2467733379,
- 917204918,
- 3855643778,
- 3370839775,
- 2467915783,
- 2462259520,
- 2536763376,
- 2301343237,
- 309682522,
- 1346811043,
- 9843013,
+ 133492157,
+ 3597778691,
+ 1213300853,
+ 1651084852,
+ 1081390096,
+ 2050646038,
+ 343777306,
+ 951772970,
+ 454371235,
+ 1941276755,
+ 2313351543,
+ 195802794,
+ 2920539467,
+ 2953644714,
+ 2605796199,
+ 1392408967,
+ 212250031,
+ 3249737329,
+ 360148124,
+ 210303032,
+ 2620614226,
+ 2416345653,
+ 614340852,
+ 1372948103,
+ 663764385,
+ 3499173035,
+ 3687053857,
+ 3650186248,
+ 3748010586,
+ 2629141478,
+ 657687456,
+ 1017223054,
+ 3055846927,
+ 2188091104,
+ 398163846,
+ 3415412409,
+ 828690464,
+ 3029501877,
+ 901187166,
];
static const List _envieddataauthTokenTwillo = [
- 550160025,
- 2319335825,
- 1053614432,
- 3805976777,
- 2370913161,
- 1385227225,
- 1955262485,
- 3654581203,
- 3218643835,
- 3775928033,
- 1080892927,
- 1144318011,
- 1298398802,
- 3254180932,
- 4054769809,
- 576524099,
- 916329718,
- 4055003193,
- 986404434,
- 521422292,
- 1307751576,
- 641571981,
- 1969181389,
- 3951897125,
- 828310715,
- 3969389369,
- 1200210272,
- 3203333418,
- 2467733431,
- 917204935,
- 3855643895,
- 3370839785,
- 2467915826,
- 2462259480,
- 2536763266,
- 2301343325,
- 309682486,
- 1346811105,
- 9842985,
+ 133492106,
+ 3597778739,
+ 1213300736,
+ 1651084813,
+ 1081390120,
+ 2050646140,
+ 343777391,
+ 951772954,
+ 454371217,
+ 1941276770,
+ 2313351491,
+ 195802821,
+ 2920539443,
+ 2953644754,
+ 2605796179,
+ 1392409078,
+ 212250015,
+ 3249737220,
+ 360148139,
+ 210302988,
+ 2620614242,
+ 2416345607,
+ 614340812,
+ 1372948210,
+ 663764369,
+ 3499173017,
+ 3687053840,
+ 3650186365,
+ 3748010606,
+ 2629141399,
+ 657687509,
+ 1017223096,
+ 3055846970,
+ 2188091064,
+ 398163956,
+ 3415412449,
+ 828690508,
+ 3029501943,
+ 901187122,
];
static final String authTokenTwillo = String.fromCharCodes(List.generate(
@@ -1780,125 +1780,125 @@ final class _Env {
(int i) => _envieddataauthTokenTwillo[i] ^ _enviedkeyauthTokenTwillo[i]));
static const List _enviedkeychatGPTkey = [
- 3411261939,
- 2148041557,
- 1239406863,
- 2505787222,
- 1026121752,
- 506996797,
- 1625950291,
- 2287542558,
- 1602415689,
- 3979349983,
- 3431506210,
- 2145365833,
- 1700889457,
- 2046901692,
- 1940607177,
- 3545010845,
- 1595543080,
- 51154378,
- 3799259360,
- 2429407672,
- 4164116956,
- 2680039016,
- 3275785567,
- 1250429927,
- 2147043762,
- 1486248192,
- 1272778244,
- 2987720676,
- 1957620816,
- 568908027,
- 2422341873,
- 2109254189,
- 2435992579,
- 3518627944,
- 1350420187,
- 2603668676,
- 3520694324,
- 799269050,
- 1126040433,
- 3973271653,
- 3874166578,
- 2691444775,
- 499201732,
- 1725502412,
- 512811952,
- 3550319764,
- 2791440863,
- 3370105785,
- 213525776,
- 3622779136,
- 3508089745,
- 3424172753,
- 2441788357,
- 1587664731,
- 3861880036,
- 3873561842,
- 3004624558,
- 3359940933,
+ 669644134,
+ 2034046405,
+ 3823837508,
+ 1873510258,
+ 2012511057,
+ 3931033162,
+ 2984314284,
+ 3293910364,
+ 19564972,
+ 2309790994,
+ 944032588,
+ 2259915942,
+ 942744128,
+ 897102349,
+ 1046454469,
+ 2543569460,
+ 527001546,
+ 2621984996,
+ 1262678280,
+ 1011124658,
+ 1074907393,
+ 3748150322,
+ 19820860,
+ 1631034193,
+ 1456119494,
+ 3813874742,
+ 1067581581,
+ 1733109041,
+ 1311940920,
+ 2269964053,
+ 1440805585,
+ 2118329084,
+ 3370861287,
+ 2389244527,
+ 141630283,
+ 3475483404,
+ 789312187,
+ 1905618654,
+ 1102304288,
+ 2468894143,
+ 492211569,
+ 2405915925,
+ 989924413,
+ 1180583879,
+ 2490300775,
+ 3593724816,
+ 4065690118,
+ 1347379019,
+ 3821656003,
+ 2336543047,
+ 3769498811,
+ 748537030,
+ 2059442174,
+ 3465724795,
+ 932109411,
+ 118569563,
+ 2179465608,
+ 3109925939,
];
static const List _envieddatachatGPTkey = [
- 3411261833,
- 2148041522,
- 1239406882,
- 2505787234,
- 1026121819,
- 506996751,
- 1625950309,
- 2287542639,
- 1602415741,
- 3979349900,
- 3431506299,
- 2145365806,
- 1700889395,
- 2046901751,
- 1940607128,
- 3545010936,
- 1595543136,
- 51154320,
- 3799259300,
- 2429407689,
- 4164116919,
- 2680038975,
- 3275785520,
- 1250429840,
- 2147043825,
- 1486248249,
- 1272778332,
- 2987720598,
- 1957620776,
- 568907932,
- 2422341796,
- 2109254248,
- 2435992677,
- 3518627901,
- 1350420130,
- 2603668733,
- 3520694398,
- 799269096,
- 1126040326,
- 3973271639,
- 3874166592,
- 2691444810,
- 499201778,
- 1725502365,
- 512811906,
- 3550319861,
- 2791440827,
- 3370105819,
- 213525795,
- 3622779243,
- 3508089851,
- 3424172710,
- 2441788317,
- 1587664681,
- 3861879996,
- 3873561758,
- 3004624620,
- 3359940905,
+ 669644060,
+ 2034046370,
+ 3823837545,
+ 1873510214,
+ 2012510994,
+ 3931033208,
+ 2984314266,
+ 3293910317,
+ 19564952,
+ 2309791041,
+ 944032533,
+ 2259915969,
+ 942744066,
+ 897102406,
+ 1046454420,
+ 2543569489,
+ 527001474,
+ 2621984958,
+ 1262678348,
+ 1011124675,
+ 1074907498,
+ 3748150373,
+ 19820883,
+ 1631034150,
+ 1456119429,
+ 3813874703,
+ 1067581653,
+ 1733109059,
+ 1311940928,
+ 2269964146,
+ 1440805508,
+ 2118329017,
+ 3370861185,
+ 2389244474,
+ 141630258,
+ 3475483445,
+ 789312241,
+ 1905618572,
+ 1102304343,
+ 2468894093,
+ 492211459,
+ 2405916024,
+ 989924363,
+ 1180583830,
+ 2490300757,
+ 3593724913,
+ 4065690210,
+ 1347378985,
+ 3821656048,
+ 2336543020,
+ 3769498833,
+ 748537009,
+ 2059442086,
+ 3465724681,
+ 932109371,
+ 118569527,
+ 2179465674,
+ 3109925983,
];
static final String chatGPTkey = String.fromCharCodes(List.generate(
@@ -1908,133 +1908,133 @@ final class _Env {
).map((int i) => _envieddatachatGPTkey[i] ^ _enviedkeychatGPTkey[i]));
static const List _enviedkeytransactionCloude = [
- 3074221553,
- 3951058408,
- 4067445206,
- 4240864769,
- 3029822673,
- 338343838,
- 313992139,
- 177933594,
- 1201867745,
- 902478735,
- 2553476916,
- 257362754,
- 392548703,
- 2942901664,
- 3789213795,
- 3442876235,
- 1376555914,
- 647608357,
- 3179574741,
- 942544542,
- 1564366485,
- 1769541812,
- 3204174490,
- 3220680781,
- 2298243568,
- 3608817361,
- 1548501007,
- 1334349355,
- 1102447177,
- 1385255816,
- 3808195097,
- 883667915,
- 772327800,
- 3925076835,
- 3326689581,
- 516407938,
- 1753712902,
- 4211012475,
- 186284189,
- 2507991086,
- 2230197226,
- 1267305337,
- 3358179646,
- 1142302397,
- 3106352290,
- 1768862547,
- 4106756966,
- 2172865925,
- 480632436,
- 2351076572,
- 4283776158,
- 2544420734,
- 207632763,
- 3684204177,
- 1987313992,
- 2918435654,
- 203592029,
- 2106962387,
- 3721228987,
- 2850354239,
- 1310733976,
- 3623391472,
+ 644626635,
+ 464807541,
+ 1235463807,
+ 3865610247,
+ 3001439536,
+ 3224677206,
+ 4023966903,
+ 2506243181,
+ 341788397,
+ 107831742,
+ 1667733332,
+ 1556646832,
+ 386438642,
+ 4070593082,
+ 890935858,
+ 1996649893,
+ 3895718479,
+ 1982695187,
+ 2392329794,
+ 3056441745,
+ 1529731243,
+ 647564510,
+ 340794502,
+ 1809333761,
+ 1944112534,
+ 4161836111,
+ 2550479392,
+ 2116842177,
+ 2851397731,
+ 196257070,
+ 78110319,
+ 3496501110,
+ 3090701324,
+ 1795580338,
+ 3035818598,
+ 2710620247,
+ 329993378,
+ 3089233399,
+ 787560220,
+ 2842433326,
+ 2287790868,
+ 1439511999,
+ 251257811,
+ 3504165308,
+ 3353584510,
+ 749411828,
+ 2719893645,
+ 3427000828,
+ 2066272313,
+ 1051988133,
+ 3016086939,
+ 560376228,
+ 1221159621,
+ 4030245751,
+ 3577896848,
+ 917356966,
+ 2102248730,
+ 562064372,
+ 1071699848,
+ 3387426253,
+ 4096155284,
+ 4074177241,
];
static const List _envieddatatransactionCloude = [
- 3074221472,
- 3951058304,
- 4067445173,
- 4240864886,
- 3029822628,
- 338343927,
- 313992103,
- 177933685,
- 1201867660,
- 902478846,
- 2553476951,
- 257362733,
- 392548662,
- 2942901698,
- 3789213785,
- 3442876186,
- 1376555996,
- 647608426,
- 3179574666,
- 942544596,
- 1564366555,
- 1769541869,
- 3204174559,
- 3220680713,
- 2298243522,
- 3608817289,
- 1548501080,
- 1334349418,
- 1102447227,
- 1385255870,
- 3808195136,
- 883667859,
- 772327731,
- 3925076768,
- 3326689567,
- 516408022,
- 1753712982,
- 4211012417,
- 186284228,
- 2507991141,
- 2230197211,
- 1267305277,
- 3358179688,
- 1142302453,
- 3106352276,
- 1768862464,
- 4106756908,
- 2172865991,
- 480632391,
- 2351076589,
- 4283776208,
- 2544420685,
- 207632683,
- 3684204244,
- 1987314041,
- 2918435603,
- 203591941,
- 2106962337,
- 3721229027,
- 2850354259,
- 1310734042,
- 3623391388,
+ 644626586,
+ 464807453,
+ 1235463708,
+ 3865610352,
+ 3001439557,
+ 3224677183,
+ 4023966939,
+ 2506243074,
+ 341788288,
+ 107831759,
+ 1667733303,
+ 1556646879,
+ 386438555,
+ 4070593112,
+ 890935816,
+ 1996649972,
+ 3895718425,
+ 1982695260,
+ 2392329757,
+ 3056441819,
+ 1529731301,
+ 647564423,
+ 340794563,
+ 1809333829,
+ 1944112548,
+ 4161836055,
+ 2550479479,
+ 2116842112,
+ 2851397713,
+ 196257048,
+ 78110262,
+ 3496501038,
+ 3090701383,
+ 1795580401,
+ 3035818580,
+ 2710620163,
+ 329993458,
+ 3089233357,
+ 787560261,
+ 2842433381,
+ 2287790885,
+ 1439512059,
+ 251257733,
+ 3504165364,
+ 3353584456,
+ 749411751,
+ 2719893703,
+ 3427000766,
+ 2066272266,
+ 1051988116,
+ 3016086997,
+ 560376215,
+ 1221159573,
+ 4030245682,
+ 3577896865,
+ 917357043,
+ 2102248770,
+ 562064262,
+ 1071699920,
+ 3387426209,
+ 4096155350,
+ 4074177205,
];
static final String transactionCloude = String.fromCharCodes(
@@ -2046,85 +2046,85 @@ final class _Env {
_envieddatatransactionCloude[i] ^ _enviedkeytransactionCloude[i]));
static const List _enviedkeyvisionApi = [
- 3449569445,
- 1424033417,
- 474964228,
- 2213678135,
- 567698513,
- 278969534,
- 144214055,
- 2659032685,
- 3925455488,
- 1622357700,
- 1136615058,
- 2580278842,
- 3675016836,
- 4191209896,
- 2524594001,
- 3838616617,
- 1876340672,
- 2111963964,
- 4288508606,
- 581945109,
- 3240508474,
- 1076307663,
- 3057404931,
- 782678162,
- 1629718417,
- 3313726635,
- 964809155,
- 1597079749,
- 3336087780,
- 1859779564,
- 1660419210,
- 2578934842,
- 4099186848,
- 2378904315,
- 2338194984,
- 881229155,
- 436842941,
- 3639724217,
+ 1859274690,
+ 1936393100,
+ 871984411,
+ 797013092,
+ 3557006686,
+ 445637923,
+ 2274771694,
+ 963797410,
+ 2785727336,
+ 633548303,
+ 3792907663,
+ 1133222243,
+ 1495843658,
+ 952261197,
+ 3251364925,
+ 1656913204,
+ 3144011487,
+ 1084420740,
+ 2577333135,
+ 3321556528,
+ 1348080989,
+ 3727333180,
+ 2596705837,
+ 3408148809,
+ 2210850819,
+ 528843337,
+ 3752859624,
+ 2969951620,
+ 3139560710,
+ 4039697356,
+ 371479210,
+ 142224147,
+ 2583050905,
+ 1080862929,
+ 3679438633,
+ 1847424829,
+ 606465259,
+ 706066840,
];
static const List _envieddatavisionApi = [
- 3449569430,
- 1424033529,
- 474964293,
- 2213678203,
- 567698466,
- 278969551,
- 144214132,
- 2659032638,
- 3925455577,
- 1622357648,
- 1136615140,
- 2580278848,
- 3675016948,
- 4191209886,
- 2524594024,
- 3838616696,
- 1876340725,
- 2111964026,
- 4288508659,
- 581945180,
- 3240508509,
- 1076307629,
- 3057405049,
- 782678264,
- 1629718486,
- 3313726621,
- 964809113,
- 1597079796,
- 3336087710,
- 1859779463,
- 1660419326,
- 2578934896,
- 4099186936,
- 2378904201,
- 2338195056,
- 881229071,
- 436843007,
- 3639724245,
+ 1859274737,
+ 1936393212,
+ 871984474,
+ 797013032,
+ 3557006637,
+ 445637970,
+ 2274771645,
+ 963797489,
+ 2785727281,
+ 633548379,
+ 3792907769,
+ 1133222169,
+ 1495843642,
+ 952261243,
+ 3251364868,
+ 1656913253,
+ 3144011498,
+ 1084420802,
+ 2577333186,
+ 3321556601,
+ 1348080954,
+ 3727333214,
+ 2596705879,
+ 3408148771,
+ 2210850884,
+ 528843391,
+ 3752859570,
+ 2969951669,
+ 3139560828,
+ 4039697319,
+ 371479262,
+ 142224217,
+ 2583050945,
+ 1080862883,
+ 3679438705,
+ 1847424849,
+ 606465193,
+ 706066932,
];
static final String visionApi = String.fromCharCodes(List.generate(
@@ -2134,237 +2134,237 @@ final class _Env {
).map((int i) => _envieddatavisionApi[i] ^ _enviedkeyvisionApi[i]));
static const List _enviedkeysecretKey = [
- 4140745550,
- 3178408042,
- 1670814531,
- 3711282077,
- 1662128599,
- 2889772086,
- 1014452685,
- 3064053161,
- 3380164303,
- 1121077713,
- 3395820404,
- 3048260593,
- 2971600797,
- 1624369151,
- 564174429,
- 1994829589,
- 2238813768,
- 3856513925,
- 2474391362,
- 1671318605,
- 1275341974,
- 2433357473,
- 2300558167,
- 3502011188,
- 3045159025,
- 3673257124,
- 3784164155,
- 2921536830,
- 3053351981,
- 1709997607,
- 939033529,
- 2210749178,
- 1543708163,
- 3587197731,
- 522450157,
- 1494024919,
- 1215441420,
- 4032619068,
- 4178537696,
- 1895028211,
- 814537802,
- 3097838214,
- 3924531299,
- 1123669819,
- 2471307014,
- 903882385,
- 518508348,
- 2734682307,
- 1609277034,
- 2300250967,
- 457095514,
- 4234953889,
- 3319745839,
- 3982427809,
- 1770484065,
- 1929441996,
- 668317955,
- 2709879740,
- 1548907051,
- 2501230123,
- 906637839,
- 2421468484,
- 402638955,
- 1070192145,
- 3349225512,
- 1492212846,
- 269678157,
- 3904211919,
- 3200035485,
- 2869006894,
- 3610364665,
- 1788566239,
- 3206653378,
- 747661071,
- 1566895650,
- 3568568164,
- 3654832529,
- 3253616469,
- 2410231022,
- 2720063622,
- 1111909744,
- 3148038286,
- 778856656,
- 3884526090,
- 545658427,
- 2059041156,
- 2243131660,
- 450205184,
- 3076101930,
- 776895230,
- 1756916461,
- 1964317324,
- 1474443632,
- 4025902323,
- 4141291063,
- 3352169569,
- 3125356068,
- 3252599961,
- 3744929749,
- 774818637,
- 226178144,
- 1277440227,
- 633593715,
- 2779085681,
- 3252663185,
- 2579559376,
- 1983324010,
- 2710271075,
- 53403007,
- 325554330,
- 4073441341,
- 3337826937,
- 1408439834,
- 3775185935,
+ 2821499233,
+ 17198337,
+ 1541935236,
+ 2381740829,
+ 2742533708,
+ 1637894746,
+ 1619556338,
+ 4012759918,
+ 3431688567,
+ 1654167779,
+ 4083421690,
+ 1546944978,
+ 3910564003,
+ 1395054948,
+ 3282253085,
+ 2346945946,
+ 2954509148,
+ 1891673810,
+ 593988595,
+ 2245962367,
+ 380656892,
+ 398419973,
+ 201534509,
+ 4235034870,
+ 1045968556,
+ 1779015710,
+ 1978057650,
+ 3329136210,
+ 1826370147,
+ 1707237866,
+ 101302851,
+ 1732727594,
+ 1150859010,
+ 2294885451,
+ 426549750,
+ 937167831,
+ 3378826296,
+ 289606519,
+ 911858283,
+ 4130974849,
+ 2659852882,
+ 2785404829,
+ 2516768686,
+ 716043284,
+ 4201007673,
+ 4095037624,
+ 894526430,
+ 2035203789,
+ 3871656660,
+ 1444799688,
+ 1107051818,
+ 3969115567,
+ 3568067317,
+ 2277856472,
+ 2286308041,
+ 1444009725,
+ 3408591654,
+ 594911780,
+ 1226440255,
+ 287508316,
+ 689090633,
+ 2221450424,
+ 2863006098,
+ 2624192455,
+ 3673652431,
+ 493344726,
+ 2614375948,
+ 1324614,
+ 2670421635,
+ 224043138,
+ 1788826443,
+ 4247987331,
+ 2877699891,
+ 1057938540,
+ 73342854,
+ 2979813025,
+ 3071898960,
+ 4143286568,
+ 2868671491,
+ 2587880564,
+ 2558015439,
+ 1575182745,
+ 3413144635,
+ 872511884,
+ 2106802128,
+ 3957842589,
+ 4116837855,
+ 3564610158,
+ 1342098745,
+ 4094384867,
+ 3212037735,
+ 3168683725,
+ 3133495552,
+ 1034612306,
+ 2045585055,
+ 1106919918,
+ 4027020512,
+ 1429044452,
+ 206888047,
+ 3737073433,
+ 4011608242,
+ 3028131530,
+ 2568760635,
+ 729342922,
+ 272627355,
+ 2735245334,
+ 1140178498,
+ 524728032,
+ 129268503,
+ 2161504159,
+ 190025194,
+ 3663899805,
+ 1074181335,
+ 1047579147,
];
static const List _envieddatasecretKey = [
- 4140745524,
- 3178407949,
- 1670814492,
- 3711282159,
- 1662128568,
- 2889772102,
- 1014452647,
- 3064053238,
- 3380164346,
- 1121077734,
- 3395820349,
- 3048260504,
- 2971600875,
- 1624369097,
- 564174381,
- 1994829656,
- 2238813710,
- 3856513990,
- 2474391296,
- 1671318539,
- 1275342055,
- 2433357458,
- 2300558100,
- 3502011142,
- 3045158943,
- 3673257106,
- 3784164210,
- 2921536870,
- 3053352001,
- 1709997642,
- 939033555,
- 2210749059,
- 1543708264,
- 3587197779,
- 522450069,
- 1494024851,
- 1215441505,
- 4032619115,
- 4178537689,
- 1895028160,
- 814537753,
- 3097838289,
- 3924531280,
- 1123669837,
- 2471307120,
- 903882441,
- 518508372,
- 2734682357,
- 1609277010,
- 2300250882,
- 457095451,
- 4234953880,
- 3319745915,
- 3982427796,
- 1770484007,
- 1929441923,
- 668318033,
- 2709879784,
- 1548907132,
- 2501230156,
- 906637912,
- 2421468471,
- 402638911,
- 1070192162,
- 3349225503,
- 1492212797,
- 269678137,
- 3904211844,
- 3200035566,
- 2869006945,
- 3610364585,
- 1788566203,
- 3206653365,
- 747661131,
- 1566895686,
- 3568568087,
- 3654832616,
- 3253616493,
- 2410230943,
- 2720063700,
- 1111909705,
- 3148038397,
- 778856610,
- 3884526151,
- 545658478,
- 2059041256,
- 2243131769,
- 450205281,
- 3076101954,
- 776895117,
- 1756916446,
- 1964317410,
- 1474443552,
- 4025902267,
- 4141291073,
- 3352169478,
- 3125356134,
- 3252600056,
- 3744929766,
- 774818686,
- 226178068,
- 1277440164,
- 633593624,
- 2779085640,
- 3252663201,
- 2579559334,
- 1983323964,
- 2710271062,
- 53402919,
- 325554408,
- 4073441381,
- 3337826837,
- 1408439896,
- 3775186019,
+ 2821499163,
+ 17198438,
+ 1541935323,
+ 2381740911,
+ 2742533667,
+ 1637894698,
+ 1619556248,
+ 4012759857,
+ 3431688514,
+ 1654167764,
+ 4083421619,
+ 1546944955,
+ 3910564053,
+ 1395054930,
+ 3282253165,
+ 2346946007,
+ 2954509082,
+ 1891673745,
+ 593988529,
+ 2245962297,
+ 380656781,
+ 398420022,
+ 201534574,
+ 4235034820,
+ 1045968578,
+ 1779015720,
+ 1978057723,
+ 3329136138,
+ 1826370063,
+ 1707237767,
+ 101302825,
+ 1732727635,
+ 1150859113,
+ 2294885435,
+ 426549646,
+ 937167763,
+ 3378826325,
+ 289606432,
+ 911858258,
+ 4130974898,
+ 2659852801,
+ 2785404874,
+ 2516768669,
+ 716043362,
+ 4201007695,
+ 4095037664,
+ 894526390,
+ 2035203835,
+ 3871656684,
+ 1444799645,
+ 1107051883,
+ 3969115542,
+ 3568067233,
+ 2277856493,
+ 2286307983,
+ 1444009650,
+ 3408591732,
+ 594911856,
+ 1226440296,
+ 287508283,
+ 689090590,
+ 2221450443,
+ 2863006150,
+ 2624192500,
+ 3673652472,
+ 493344645,
+ 2614376056,
+ 1324557,
+ 2670421744,
+ 224043213,
+ 1788826395,
+ 4247987431,
+ 2877699908,
+ 1057938472,
+ 73342946,
+ 2979813074,
+ 3071898921,
+ 4143286544,
+ 2868671602,
+ 2587880486,
+ 2558015478,
+ 1575182826,
+ 3413144649,
+ 872511937,
+ 2106802053,
+ 3957842673,
+ 4116837802,
+ 3564610063,
+ 1342098769,
+ 4094384784,
+ 3212037716,
+ 3168683683,
+ 3133495632,
+ 1034612250,
+ 2045585129,
+ 1106919817,
+ 4027020450,
+ 1429044357,
+ 206888028,
+ 3737073450,
+ 4011608262,
+ 3028131469,
+ 2568760656,
+ 729342963,
+ 272627371,
+ 2735245408,
+ 1140178452,
+ 524728021,
+ 129268559,
+ 2161504237,
+ 190025138,
+ 3663899889,
+ 1074181269,
+ 1047579239,
];
static final String secretKey = String.fromCharCodes(List.generate(
@@ -2374,237 +2374,237 @@ final class _Env {
).map((int i) => _envieddatasecretKey[i] ^ _enviedkeysecretKey[i]));
static const List _enviedkeystripePublishableKe = [
- 1131561294,
- 2711604043,
- 2145438534,
- 2360936889,
- 917884507,
- 943173038,
- 2049302825,
- 2388082498,
- 1714080331,
- 918934053,
- 1312375978,
- 1430083567,
- 3144177047,
- 753529424,
- 3600024350,
- 3533519459,
- 3393226149,
- 3034528707,
- 2274373170,
- 705124211,
- 3505652149,
- 3164031223,
- 2980824754,
- 4177489357,
- 2612244290,
- 380737404,
- 2073785079,
- 2028554690,
- 3637466038,
- 1326782093,
- 3714588566,
- 982432894,
- 1922869578,
- 1801151060,
- 1847673334,
- 2962612282,
- 4172865284,
- 2600285898,
- 3137668193,
- 1757787985,
- 2419940104,
- 3077560413,
- 2958385622,
- 1866645297,
- 1813098684,
- 2931437,
- 430881370,
- 3054916559,
- 3072068927,
- 2983391157,
- 537211855,
- 3016928490,
- 2932098291,
- 967822812,
- 2680842344,
- 349884289,
- 1918020125,
- 4181677295,
- 935528141,
- 98582932,
- 1580985494,
- 3131539899,
- 1625179159,
- 2225003075,
- 2057582527,
- 2841569269,
- 186929617,
- 3189508925,
- 1770763366,
- 353156279,
- 878542735,
- 3018827748,
- 2205537999,
- 544189314,
- 3077791291,
- 3905192562,
- 730377716,
- 1986075123,
- 197393759,
- 212586995,
- 1540211849,
- 4134830671,
- 1543569231,
- 2828495303,
- 2567308120,
- 1830630969,
- 3757512651,
- 2552828232,
- 695885796,
- 1231146981,
- 2871782048,
- 1453407665,
- 1681892297,
- 1140670313,
- 2344516727,
- 460245895,
- 3192034309,
- 3434432290,
- 2206422758,
- 1177540407,
- 919924075,
- 1753835819,
- 3003089654,
- 2783922040,
- 4124749669,
- 3899550883,
- 302065634,
- 3160408601,
- 4084296451,
- 416404171,
- 98095081,
- 115708127,
- 3379724151,
- 906566332,
+ 3110350615,
+ 3870377181,
+ 1113899572,
+ 2086051561,
+ 3828923566,
+ 4208676725,
+ 2550364897,
+ 611858521,
+ 112078454,
+ 2773210733,
+ 3833817074,
+ 2157488542,
+ 1950517515,
+ 2455558524,
+ 2699267359,
+ 2604899396,
+ 3638156382,
+ 3047510546,
+ 2693246980,
+ 602641052,
+ 1865216671,
+ 3716814079,
+ 1393363764,
+ 3455557654,
+ 944159520,
+ 4121665211,
+ 4125754010,
+ 2972647756,
+ 1810971763,
+ 896368838,
+ 1206591349,
+ 3103322084,
+ 1187173018,
+ 3834307280,
+ 3446522187,
+ 1458661923,
+ 3619923022,
+ 788456617,
+ 3411044678,
+ 1398656400,
+ 687634577,
+ 2110898898,
+ 3352025024,
+ 3465681846,
+ 2782219025,
+ 3941379985,
+ 2980551913,
+ 2093142900,
+ 3744098328,
+ 3945364669,
+ 3593498842,
+ 297129406,
+ 4171605779,
+ 839263804,
+ 2946997909,
+ 3769790345,
+ 459543370,
+ 859352067,
+ 321612583,
+ 2310846054,
+ 2469659358,
+ 3275293730,
+ 178588190,
+ 4144417982,
+ 4088383163,
+ 831384773,
+ 3786732206,
+ 1831791810,
+ 4057871318,
+ 2713812915,
+ 62992879,
+ 3748410014,
+ 184981013,
+ 3335841734,
+ 2330048294,
+ 672531614,
+ 883190975,
+ 2265564173,
+ 681130218,
+ 894721672,
+ 4132714762,
+ 2134536970,
+ 2577735856,
+ 1829023592,
+ 2921478608,
+ 514203602,
+ 2601731475,
+ 4067999124,
+ 4017458692,
+ 589586690,
+ 4096414820,
+ 1982571386,
+ 575733673,
+ 2275504296,
+ 2678720202,
+ 1144943758,
+ 4107321040,
+ 214906518,
+ 2311694387,
+ 978801498,
+ 1381575040,
+ 612882828,
+ 370556580,
+ 1727787830,
+ 1845892220,
+ 691609569,
+ 1182585230,
+ 53106037,
+ 2406123887,
+ 2070314,
+ 453389458,
+ 1043581603,
+ 1005619015,
+ 4043250889,
];
static const List _envieddatastripePublishableKe = [
- 1131561272,
- 2711604012,
- 2145438489,
- 2360936905,
- 917884457,
- 943173057,
- 2049302873,
- 2388082472,
- 1714080276,
- 918934032,
- 1312375965,
- 1430083494,
- 3144177150,
- 753529382,
- 3600024360,
- 3533519406,
- 3393226211,
- 3034528640,
- 2274373232,
- 705124149,
- 3505652164,
- 3164031172,
- 2980824817,
- 4177489407,
- 2612244268,
- 380737354,
- 2073784988,
- 2028554636,
- 3637466108,
- 1326782179,
- 3714588620,
- 982432828,
- 1922869555,
- 1801150978,
- 1847673280,
- 2962612308,
- 4172865393,
- 2600285838,
- 3137668117,
- 1757787913,
- 2419940205,
- 3077560420,
- 2958385567,
- 1866645339,
- 1813098745,
- 2931389,
- 430881301,
- 3054916521,
- 3072068951,
- 2983391192,
- 537211839,
- 3016928430,
- 2932098183,
- 967822731,
- 2680842245,
- 349884405,
- 1918020142,
- 4181677218,
- 935528065,
- 98582982,
- 1580985510,
- 3131539932,
- 1625179206,
- 2225003059,
- 2057582550,
- 2841569213,
- 186929586,
- 3189508972,
- 1770763275,
- 353156342,
- 878542793,
- 3018827689,
- 2205537946,
- 544189394,
- 3077791305,
- 3905192488,
- 730377623,
- 1986075072,
- 197393678,
- 212586906,
- 1540211914,
- 4134830603,
- 1543569189,
- 2828495295,
- 2567308058,
- 1830631011,
- 3757512583,
- 2552828202,
- 695885724,
- 1231146913,
- 2871782115,
- 1453407618,
- 1681892268,
- 1140670223,
- 2344516623,
- 460245968,
- 3192034429,
- 3434432344,
- 2206422741,
- 1177540356,
- 919923977,
- 1753835900,
- 3003089598,
- 2783921993,
- 4124749631,
- 3899550916,
- 302065552,
- 3160408682,
- 4084296539,
- 416404153,
- 98095025,
- 115708083,
- 3379724085,
- 906566352,
+ 3110350689,
+ 3870377146,
+ 1113899627,
+ 2086051481,
+ 3828923612,
+ 4208676634,
+ 2550364817,
+ 611858483,
+ 112078377,
+ 2773210712,
+ 3833817029,
+ 2157488599,
+ 1950517602,
+ 2455558410,
+ 2699267369,
+ 2604899337,
+ 3638156312,
+ 3047510609,
+ 2693247046,
+ 602641114,
+ 1865216750,
+ 3716814028,
+ 1393363831,
+ 3455557668,
+ 944159566,
+ 4121665165,
+ 4125754097,
+ 2972647682,
+ 1810971705,
+ 896368808,
+ 1206591279,
+ 3103322022,
+ 1187173091,
+ 3834307206,
+ 3446522237,
+ 1458661965,
+ 3619923003,
+ 788456685,
+ 3411044658,
+ 1398656456,
+ 687634676,
+ 2110898923,
+ 3352024969,
+ 3465681884,
+ 2782219092,
+ 3941380033,
+ 2980551846,
+ 2093142802,
+ 3744098416,
+ 3945364688,
+ 3593498794,
+ 297129466,
+ 4171605863,
+ 839263851,
+ 2946998008,
+ 3769790461,
+ 459543417,
+ 859352142,
+ 321612651,
+ 2310846004,
+ 2469659374,
+ 3275293765,
+ 178588239,
+ 4144417998,
+ 4088383186,
+ 831384717,
+ 3786732237,
+ 1831791763,
+ 4057871291,
+ 2713812978,
+ 62992809,
+ 3748410067,
+ 184981056,
+ 3335841686,
+ 2330048340,
+ 672531652,
+ 883191004,
+ 2265564222,
+ 681130171,
+ 894721761,
+ 4132714825,
+ 2134537038,
+ 2577735898,
+ 1829023504,
+ 2921478546,
+ 514203528,
+ 2601731551,
+ 4067999222,
+ 4017458812,
+ 589586758,
+ 4096414759,
+ 1982571337,
+ 575733708,
+ 2275504334,
+ 2678720178,
+ 1144943833,
+ 4107321000,
+ 214906604,
+ 2311694336,
+ 978801513,
+ 1381575138,
+ 612882907,
+ 370556652,
+ 1727787783,
+ 1845892134,
+ 691609478,
+ 1182585340,
+ 53105926,
+ 2406123831,
+ 2070360,
+ 453389514,
+ 1043581647,
+ 1005618949,
+ 4043250853,
];
static final String stripePublishableKe = String.fromCharCodes(
@@ -2617,125 +2617,125 @@ final class _Env {
_enviedkeystripePublishableKe[i]));
static const List _enviedkeychatGPTkeySefer = [
- 1170213883,
- 1230796405,
- 2692608690,
- 586643958,
- 1444376389,
- 2665329816,
- 2520813035,
- 1892323135,
- 2615026508,
- 1821623105,
- 470915285,
- 2986511910,
- 1984021874,
- 2378608420,
- 4040076084,
- 1357339810,
- 786958546,
- 2745942755,
- 3001335999,
- 3616186175,
- 4272291956,
- 1508908783,
- 4257149852,
- 2993173190,
- 3400204933,
- 1967437533,
- 1568762336,
- 2145918089,
- 4214034336,
- 1367897060,
- 3851127028,
- 3108930351,
- 1212223174,
- 2320450111,
- 1310355215,
- 2550142673,
- 77649110,
- 2799649395,
- 968869800,
- 924457208,
- 4273065543,
- 845117018,
- 2884866301,
- 1074957533,
- 2383930581,
- 2489578455,
- 4022005017,
- 981527223,
- 514946709,
- 90417695,
- 284556780,
- 1287050855,
- 1681773132,
- 2288410432,
- 1165774811,
- 3493773321,
- 3160030646,
- 639429337,
+ 2521737015,
+ 2604153989,
+ 1692906946,
+ 47006009,
+ 4284981978,
+ 1629573821,
+ 4035037858,
+ 885271793,
+ 2010897064,
+ 2180094810,
+ 2982016061,
+ 43623099,
+ 2161178444,
+ 4241121034,
+ 3723606314,
+ 3535224201,
+ 1337293485,
+ 469506708,
+ 3252592869,
+ 2497308145,
+ 2924659166,
+ 2181825253,
+ 566135561,
+ 70246557,
+ 2420253747,
+ 447055630,
+ 2235313452,
+ 3365333825,
+ 2262563341,
+ 319877043,
+ 915312987,
+ 730110538,
+ 261155039,
+ 412761347,
+ 3067639379,
+ 760491253,
+ 163833008,
+ 3024312519,
+ 3081857189,
+ 2945183743,
+ 2438077088,
+ 2969834507,
+ 4202024526,
+ 2544711010,
+ 2698466829,
+ 771236525,
+ 1674694706,
+ 2159382675,
+ 2708613535,
+ 1956630601,
+ 65840135,
+ 2666694283,
+ 2062670665,
+ 340840358,
+ 1178203614,
+ 3211377812,
+ 2341110326,
+ 4098467625,
];
static const List _envieddatachatGPTkeySefer = [
- 1170213761,
- 1230796306,
- 2692608671,
- 586643903,
- 1444376364,
- 2665329866,
- 2520813016,
- 1892323158,
- 2615026552,
- 1821623086,
- 470915258,
- 2986511964,
- 1984021779,
- 2378608407,
- 4040076141,
- 1357339860,
- 786958522,
- 2745942677,
- 3001336029,
- 3616186118,
- 4272291846,
- 1508908725,
- 4257149943,
- 2993173239,
- 3400204998,
- 1967437540,
- 1568762296,
- 2145918203,
- 4214034392,
- 1367896963,
- 3851126945,
- 3108930410,
- 1212223222,
- 2320450131,
- 1310355255,
- 2550142651,
- 77649028,
- 2799649313,
- 968869874,
- 924457098,
- 4273065487,
- 845116976,
- 2884866254,
- 1074957452,
- 2383930544,
- 2489578466,
- 4022005064,
- 981527279,
- 514946757,
- 90417779,
- 284556701,
- 1287050801,
- 1681773076,
- 2288410418,
- 1165774723,
- 3493773413,
- 3160030708,
- 639429301,
+ 2521737037,
+ 2604154082,
+ 1692906991,
+ 47006064,
+ 4284981939,
+ 1629573871,
+ 4035037841,
+ 885271704,
+ 2010897052,
+ 2180094773,
+ 2982016082,
+ 43623105,
+ 2161178413,
+ 4241121081,
+ 3723606387,
+ 3535224319,
+ 1337293509,
+ 469506786,
+ 3252592775,
+ 2497308104,
+ 2924659116,
+ 2181825215,
+ 566135650,
+ 70246572,
+ 2420253808,
+ 447055671,
+ 2235313524,
+ 3365333811,
+ 2262563445,
+ 319877076,
+ 915312910,
+ 730110479,
+ 261155055,
+ 412761455,
+ 3067639403,
+ 760491167,
+ 163833058,
+ 3024312469,
+ 3081857279,
+ 2945183629,
+ 2438077160,
+ 2969834593,
+ 4202024573,
+ 2544710963,
+ 2698466920,
+ 771236504,
+ 1674694755,
+ 2159382731,
+ 2708613583,
+ 1956630565,
+ 65840246,
+ 2666694365,
+ 2062670609,
+ 340840404,
+ 1178203526,
+ 3211377912,
+ 2341110388,
+ 4098467653,
];
static final String chatGPTkeySefer = String.fromCharCodes(List.generate(
@@ -2746,157 +2746,157 @@ final class _Env {
(int i) => _envieddatachatGPTkeySefer[i] ^ _enviedkeychatGPTkeySefer[i]));
static const List _enviedkeyllamaKey = [
- 2216994654,
- 4165720590,
- 2390816986,
- 2956800409,
- 2229394218,
- 967747776,
- 94923990,
- 343817980,
- 744985647,
- 3686941901,
- 1171660115,
- 3365633231,
- 4148699480,
- 3208172736,
- 1999091990,
- 521684559,
- 2316246415,
- 3823642181,
- 2869414779,
- 366505400,
- 1520105813,
- 2034625152,
- 1870663200,
- 729470607,
- 3908999355,
- 4085221290,
- 1497281490,
- 3213374705,
- 3043620130,
- 2328360698,
- 3378489523,
- 3120061209,
- 3360390810,
- 1054108641,
- 3498504396,
- 914607340,
- 2038771644,
- 2528646761,
- 2396923777,
- 3146042573,
- 280186846,
- 977954549,
- 995303269,
- 3809127322,
- 3447387968,
- 4210006039,
- 2032659889,
- 1067097282,
- 3998891546,
- 3195386803,
- 1828139144,
- 1327307609,
- 206086698,
- 2844558899,
- 229991343,
- 2606249556,
- 3543194086,
- 1263528290,
- 1426721303,
- 1658400226,
- 3147579068,
- 3409949773,
- 1538614711,
- 2565062690,
- 2007018161,
- 1405116349,
- 448046420,
- 3360054307,
- 49411291,
- 2622305860,
- 2198106288,
- 395273829,
- 1696907761,
- 3580203004,
+ 1368179507,
+ 4200213335,
+ 3309165179,
+ 3566247668,
+ 3950344486,
+ 259464237,
+ 954030477,
+ 2071578748,
+ 4266319225,
+ 3020732535,
+ 2461489281,
+ 1508924082,
+ 2539054403,
+ 2786875065,
+ 1776849675,
+ 2657849896,
+ 573574355,
+ 2991430333,
+ 3073333048,
+ 377940960,
+ 2807440451,
+ 3925555824,
+ 1127622050,
+ 3001052993,
+ 1671765256,
+ 1128191530,
+ 2027719395,
+ 3555578901,
+ 2632324424,
+ 3769693621,
+ 938118406,
+ 2366216258,
+ 3788977087,
+ 1269221067,
+ 1756003257,
+ 4031380760,
+ 1898609397,
+ 4234101614,
+ 107741148,
+ 855879302,
+ 1551961417,
+ 3944463058,
+ 2675702335,
+ 3646143671,
+ 114026210,
+ 3020370605,
+ 762884328,
+ 222179916,
+ 4174964600,
+ 1726207094,
+ 4276374012,
+ 829477279,
+ 2300596200,
+ 3134281240,
+ 217547676,
+ 3566393819,
+ 2195632418,
+ 3229929099,
+ 1717355104,
+ 4093227454,
+ 2855995429,
+ 2868592693,
+ 3409410877,
+ 3362624762,
+ 3307455062,
+ 3293537760,
+ 726784518,
+ 3729606980,
+ 3036527805,
+ 3798422448,
+ 1219072262,
+ 1534197716,
+ 925562973,
+ 673775217,
];
static const List _envieddatallamaKey = [
- 2216994572,
- 4165720668,
- 2390817015,
- 2956800476,
- 2229394271,
- 967747769,
- 94923961,
- 343817914,
- 744985707,
- 3686941848,
- 1171660069,
- 3365633193,
- 4148699402,
- 3208172676,
- 1999092052,
- 521684512,
- 2316246501,
- 3823642225,
- 2869414733,
- 366505438,
- 1520105743,
- 2034625227,
- 1870663265,
- 729470715,
- 3908999408,
- 4085221344,
- 1497281505,
- 3213374599,
- 3043620173,
- 2328360631,
- 3378489483,
- 3120061268,
- 3360390894,
- 1054108630,
- 3498504442,
- 914607316,
- 2038771679,
- 2528646713,
- 2396923876,
- 3146042503,
- 280186760,
- 977954498,
- 995303202,
- 3809127380,
- 3447387940,
- 4210006102,
- 2032659930,
- 1067097234,
- 3998891598,
- 3195386872,
- 1828139244,
- 1327307520,
- 206086674,
- 2844558972,
- 229991371,
- 2606249529,
- 3543194079,
- 1263528204,
- 1426721315,
- 1658400133,
- 3147579099,
- 3409949706,
- 1538614726,
- 2565062763,
- 2007018116,
- 1405116410,
- 448046381,
- 3360054348,
- 49411203,
- 2622305846,
- 2198106344,
- 395273737,
- 1696907699,
- 3580202896,
+ 1368179553,
+ 4200213253,
+ 3309165142,
+ 3566247601,
+ 3950344531,
+ 259464276,
+ 954030562,
+ 2071578682,
+ 4266319165,
+ 3020732450,
+ 2461489399,
+ 1508924116,
+ 2539054353,
+ 2786875133,
+ 1776849737,
+ 2657849927,
+ 573574329,
+ 2991430281,
+ 3073333006,
+ 377940870,
+ 2807440409,
+ 3925555771,
+ 1127622115,
+ 3001052981,
+ 1671765315,
+ 1128191584,
+ 2027719376,
+ 3555578979,
+ 2632324391,
+ 3769693688,
+ 938118462,
+ 2366216207,
+ 3788977099,
+ 1269221116,
+ 1756003215,
+ 4031380768,
+ 1898609302,
+ 4234101566,
+ 107741113,
+ 855879372,
+ 1551961375,
+ 3944463077,
+ 2675702392,
+ 3646143737,
+ 114026118,
+ 3020370668,
+ 762884227,
+ 222179868,
+ 4174964524,
+ 1726207037,
+ 4276373912,
+ 829477318,
+ 2300596176,
+ 3134281303,
+ 217547768,
+ 3566393782,
+ 2195632411,
+ 3229929189,
+ 1717355092,
+ 4093227481,
+ 2855995458,
+ 2868592754,
+ 3409410892,
+ 3362624691,
+ 3307455075,
+ 3293537703,
+ 726784639,
+ 3729606955,
+ 3036527845,
+ 3798422466,
+ 1219072350,
+ 1534197688,
+ 925562911,
+ 673775133,
];
static final String llamaKey = String.fromCharCodes(List.generate(
@@ -2906,6329 +2906,6329 @@ final class _Env {
).map((int i) => _envieddatallamaKey[i] ^ _enviedkeyllamaKey[i]));
static const List _enviedkeyprivateKeyFCM = [
- 737108508,
- 573120338,
- 87095031,
- 3005608619,
- 2324184303,
- 319812,
- 2992299153,
- 1346659080,
- 2924955154,
- 62838611,
- 2170406324,
- 2505515809,
- 3735550956,
- 3806209478,
- 3398063631,
- 4084618736,
- 1378498819,
- 3623321480,
- 1059847717,
- 656736188,
- 1833632012,
- 2992399005,
- 3804747339,
- 3613930643,
- 364610222,
- 974429030,
- 1309336034,
- 1575179458,
- 589362886,
- 2939539774,
- 839258162,
- 66853677,
- 1800855274,
- 989131233,
- 1213040799,
- 991279817,
- 1644643465,
- 4139169443,
- 3747969893,
- 2280084727,
- 3433754513,
- 3069250459,
- 2150388496,
- 504933718,
- 1756200000,
- 1163653455,
- 1561342080,
- 957420387,
- 1499889787,
- 1738785616,
- 1142338960,
- 98655020,
- 1222420391,
- 3251658945,
- 1828673116,
- 2669757101,
- 1663890525,
- 4213198241,
- 1901515812,
- 2006237424,
- 3566990374,
- 432866887,
- 1264698320,
- 3101388361,
- 2703842830,
- 2049244912,
- 3628984175,
- 1832165781,
- 4205264615,
- 4014240891,
- 969864767,
- 703341982,
- 2882946897,
- 2360807110,
- 2781536977,
- 3050041755,
- 685806492,
- 1311138729,
- 3060249574,
- 1002363991,
- 1773186186,
- 850997462,
- 3999181183,
- 3970312693,
- 1035395438,
- 4109867875,
- 3639678784,
- 4268164630,
- 3408604790,
- 3354725165,
- 1327178068,
- 3339196999,
- 3402432680,
- 3411255658,
- 527910727,
- 3283055986,
- 3194268840,
- 1184094784,
- 3791630318,
- 3499230394,
- 2572662801,
- 2946226062,
- 2416566560,
- 440429692,
- 3966221448,
- 4121517506,
- 4232403026,
- 634559426,
- 175875236,
- 3055100647,
- 1446238432,
- 2098346578,
- 602461515,
- 1444886775,
- 435403627,
- 1988702943,
- 1905524171,
- 2737701185,
- 2042620012,
- 2832605364,
- 810205668,
- 2822943840,
- 4273478887,
- 2336637032,
- 1116549109,
- 876235429,
- 4220014655,
- 4176943484,
- 976927884,
- 584017154,
- 3546447020,
- 4242171676,
- 2638608556,
- 1952394712,
- 2917757340,
- 3707210940,
- 2461337446,
- 233635531,
- 1707193000,
- 2607604006,
- 4268905770,
- 3870067046,
- 3191750736,
- 2860161726,
- 346202625,
- 1644345478,
- 2250124580,
- 944391642,
- 3255524738,
- 892954419,
- 1808714419,
- 1390002373,
- 587678839,
- 2218828846,
- 3374471347,
- 1141500902,
- 1838733170,
- 2966644131,
- 880245722,
- 2087597934,
- 293704416,
- 978320167,
- 3978037520,
- 2180809218,
- 248819883,
- 1637697607,
- 2355943008,
- 1795956877,
- 3772518787,
- 3881755530,
- 4269727252,
- 2875576223,
- 3127537762,
- 4034453623,
- 2203270748,
- 34570445,
- 2396105344,
- 571104241,
- 475073527,
- 4159175048,
- 1027140149,
- 373649624,
- 1416965627,
- 504987029,
- 592068475,
- 2921450630,
- 3935163257,
- 1454349378,
- 656342480,
- 754900442,
- 1182580228,
- 1128670799,
- 89676618,
- 2402432183,
- 2014451494,
- 3489468502,
- 4013501671,
- 1653974719,
- 2887167246,
- 3893150706,
- 1533169037,
- 1164736734,
- 1780892227,
- 4014216560,
- 1358147922,
- 2337430013,
- 1741844150,
- 4102090228,
- 2748631274,
- 493501955,
- 1850086195,
- 1960883912,
- 3308646063,
- 38467718,
- 3028939472,
- 917717499,
- 2742103999,
- 1723815327,
- 2119841600,
- 3876374749,
- 1705086518,
- 2881525210,
- 1570309733,
- 4020838165,
- 4042003212,
- 3183612656,
- 1061776814,
- 464840108,
- 2286632549,
- 1917636967,
- 24591962,
- 1176332303,
- 477225995,
- 2125512648,
- 2725072293,
- 4100958052,
- 724903694,
- 2328117473,
- 763126139,
- 2374124356,
- 2956326092,
- 1671131017,
- 3720376838,
- 2502605733,
- 4144105348,
- 657115594,
- 799433316,
- 4278236939,
- 769817051,
- 3428656795,
- 3593147835,
- 1412960909,
- 2453315602,
- 3669869285,
- 1496696873,
- 2426769290,
- 1026625395,
- 3651924245,
- 2279303817,
- 2686506544,
- 1087789694,
- 601636723,
- 3613706545,
- 1825740751,
- 2450074753,
- 421625639,
- 1992538740,
- 895723198,
- 1259255899,
- 3722659894,
- 4013418838,
- 1562558351,
- 1632139253,
- 2991629749,
- 2273247995,
- 599051780,
- 1669649043,
- 568846846,
- 1494068229,
- 2739996413,
- 2779113522,
- 779098913,
- 3619089187,
- 3385785731,
- 1519618858,
- 953641745,
- 1721296229,
- 4044107066,
- 3004078488,
- 3009551678,
- 2517659741,
- 46896549,
- 2278016083,
- 647406909,
- 3288514709,
- 431566043,
- 2590570702,
- 1584893263,
- 2225661900,
- 260418302,
- 3321929698,
- 119911658,
- 1690775963,
- 4150474225,
- 3566955070,
- 549546159,
- 3176775036,
- 4174765343,
- 834562569,
- 15792934,
- 1553903139,
- 3210900562,
- 1589989155,
- 3760850120,
- 1094719765,
- 3518056714,
- 178402282,
- 826054878,
- 3928025223,
- 2810483389,
- 2685635791,
- 2372946117,
- 1313388299,
- 3488829322,
- 2825312391,
- 2681967164,
- 2805496622,
- 4084983424,
- 2657934618,
- 2021592252,
- 2915120957,
- 2962531015,
- 1722337676,
- 1280032280,
- 2548289251,
- 171511951,
- 415022382,
- 1189000272,
- 932422039,
- 3216734072,
- 341391577,
- 3047858348,
- 1651917881,
- 2277957490,
- 490984133,
- 4236650724,
- 304171102,
- 65598413,
- 3558705810,
- 1971557001,
- 171398204,
- 2394745268,
- 310403285,
- 2891827010,
- 1724246465,
- 2016263904,
- 3028194727,
- 1651520282,
- 3098360562,
- 3908082798,
- 1842511364,
- 2816161470,
- 3849091953,
- 2742832395,
- 790092614,
- 1390496218,
- 816088873,
- 3429482282,
- 461830516,
- 3199835900,
- 3686386062,
- 3979458454,
- 1170862496,
- 1979591381,
- 3166629024,
- 2643421316,
- 893273076,
- 1872015831,
- 217186267,
- 2396243201,
- 2114500105,
- 2929432768,
- 3286322993,
- 172230515,
- 3745091746,
- 2433348965,
- 2437658089,
- 280270945,
- 28997464,
- 1196313563,
- 275582724,
- 3333984396,
- 4164495252,
- 1044000849,
- 333220410,
- 1650095926,
- 2490214898,
- 1724270327,
- 2827910655,
- 504243810,
- 1584872463,
- 3188419011,
- 1245166968,
- 3263494297,
- 3798399279,
- 1988345126,
- 2727316013,
- 1196129747,
- 431024879,
- 1545774225,
- 4139702023,
- 374409265,
- 3588824839,
- 1492346082,
- 932072585,
- 3424993475,
- 2422754366,
- 998601680,
- 2521224794,
- 1072875324,
- 1159425289,
- 737029075,
- 3650336061,
- 1303107153,
- 2039781324,
- 2856489033,
- 3623638098,
- 3845037406,
- 2946816830,
- 3927059905,
- 1845338773,
- 1231510506,
- 2933439153,
- 683918580,
- 872778124,
- 2604776366,
- 1981900781,
- 3635907945,
- 1550897010,
- 3629184493,
- 1206118436,
- 3648149673,
- 727434716,
- 1602639726,
- 1780556341,
- 3850244527,
- 1323335048,
- 1108496685,
- 1157470000,
- 2772928365,
- 3452416260,
- 718494217,
- 3881102491,
- 215401665,
- 3798263247,
- 1615013368,
- 4035375785,
- 900559206,
- 1568113547,
- 749008281,
- 2897102640,
- 1614058632,
- 1758876724,
- 3653676490,
- 163972223,
- 882695078,
- 59167481,
- 1834379473,
- 2322546183,
- 2980393762,
- 1490232916,
- 4041737500,
- 3568989214,
- 699988833,
- 971275641,
- 1742513241,
- 1682423804,
- 3878685575,
- 4216770089,
- 226208992,
- 3348458910,
- 2196695664,
- 521500134,
- 4280698849,
- 1357611769,
- 3289541888,
- 3393910430,
- 2287883831,
- 4031431574,
- 2828012877,
- 3416437096,
- 121667562,
- 920735091,
- 2196578511,
- 2948310575,
- 248380011,
- 3891608726,
- 2234400771,
- 1770949553,
- 252910982,
- 152768081,
- 992190982,
- 4250800032,
- 1104665650,
- 1620460112,
- 910886375,
- 988589648,
- 2109982703,
- 2954961044,
- 2885572299,
- 3172494047,
- 3560837227,
- 2608909294,
- 716888483,
- 2465398108,
- 1517335489,
- 3736024899,
- 2771259711,
- 2061806890,
- 1417775752,
- 2999572845,
- 29999225,
- 4177180716,
- 2514305897,
- 1440587013,
- 3165606417,
- 2277946711,
- 3147469051,
- 2251725117,
- 2992871711,
- 2476340157,
- 1126230188,
- 39175539,
- 3398671674,
- 1736606847,
- 228199498,
- 2156353508,
- 26073285,
- 3799395509,
- 2325692300,
- 3791842104,
- 902520711,
- 2617319459,
- 4149280098,
- 1592411394,
- 1938317647,
- 240139609,
- 768338201,
- 2082924395,
- 530812431,
- 3998049412,
- 2081467991,
- 2314487964,
- 2586281339,
- 678618197,
- 2528282136,
- 451421623,
- 1097511910,
- 1917811767,
- 1394821074,
- 3613783713,
- 4020287465,
- 2271581618,
- 2092137012,
- 2084276535,
- 2554427534,
- 1800484963,
- 3233181901,
- 3031706316,
- 2720746266,
- 2758588661,
- 2813951483,
- 3907403596,
- 1207599635,
- 2169947936,
- 2378158479,
- 4117306363,
- 2977420137,
- 2226429496,
- 2243095694,
- 890007429,
- 3283153562,
- 2811967260,
- 872014127,
- 3556991083,
- 2961403593,
- 2229661479,
- 2904431980,
- 3855472067,
- 1371651097,
- 2933911223,
- 2739638134,
- 2908258650,
- 1882535407,
- 2431747602,
- 3494440069,
- 3560078145,
- 2160705027,
- 44081358,
- 3748888990,
- 4092449092,
- 1623245009,
- 2338635800,
- 2572708241,
- 2954676519,
- 444147035,
- 3344052727,
- 3517469182,
- 1471233591,
- 650354967,
- 3633282511,
- 4125039770,
- 2705400548,
- 1313620863,
- 3082416307,
- 3978062965,
- 279638977,
- 854836137,
- 4037337142,
- 3090453260,
- 4193697212,
- 4062362249,
- 1846808329,
- 2578093281,
- 4049164058,
- 2846163405,
- 1582371251,
- 2264731836,
- 366032606,
- 590114350,
- 3999681516,
- 2376085057,
- 820850321,
- 1018267856,
- 369940615,
- 3531233325,
- 4268864790,
- 3497986315,
- 2341486448,
- 4227911824,
- 2181113229,
- 1355479127,
- 2749160717,
- 3246985925,
- 3341528965,
- 2073181213,
- 699314014,
- 1199359806,
- 1884703566,
- 1550999136,
- 1482176013,
- 1300010586,
- 999931811,
- 2273329898,
- 2676099752,
- 3108976156,
- 1024613626,
- 1270967057,
- 2078640132,
- 2774447762,
- 3819528373,
- 2718802711,
- 494397542,
- 2530165843,
- 1204456198,
- 123347534,
- 1750412062,
- 2496052368,
- 4139143146,
- 2882254737,
- 85720860,
- 2519613776,
- 4102714487,
- 1945156607,
- 586502618,
- 2827709244,
- 2671446606,
- 3080614560,
- 584388351,
- 1498919328,
- 2296929519,
- 3086107889,
- 2976189208,
- 735158679,
- 4238520014,
- 4215975286,
- 254924375,
- 3680593173,
- 1793969614,
- 210479610,
- 265149446,
- 453475021,
- 3916600565,
- 2504430318,
- 115272910,
- 603683711,
- 1058652331,
- 3016477085,
- 3630690683,
- 3940171619,
- 235273795,
- 2312000813,
- 1769144434,
- 1983369480,
- 1210401977,
- 774429527,
- 2735389365,
- 3451516815,
- 2697681175,
- 2873966044,
- 107771890,
- 340153891,
- 3902757494,
- 3595538682,
- 1710448917,
- 789110533,
- 2226993021,
- 3853510958,
- 2412690304,
- 3867806110,
- 2133599140,
- 118636039,
- 1464073882,
- 1533404869,
- 829450745,
- 1864196201,
- 2173100295,
- 2241884490,
- 2351157253,
- 947820395,
- 3437489691,
- 3975263411,
- 1471809739,
- 1798150894,
- 1305861513,
- 2932005066,
- 3352365449,
- 4068857789,
- 3126210219,
- 1856052759,
- 390543120,
- 207370740,
- 2605083184,
- 148692290,
- 3652608071,
- 2309777504,
- 1201795662,
- 331100815,
- 999928362,
- 1977239666,
- 1611841523,
- 725679959,
- 2725432383,
- 1962919820,
- 3833271832,
- 1197493782,
- 3887581928,
- 2346764006,
- 2707146122,
- 2277292665,
- 358692238,
- 2638816175,
- 1205487518,
- 4238210704,
- 3610245619,
- 4128009742,
- 2554570374,
- 1067956320,
- 3837039785,
- 1107712321,
- 2083151010,
- 3841744080,
- 4169811655,
- 1076138161,
- 2352889067,
- 3282931048,
- 2323101680,
- 443842367,
- 2540039222,
- 2422063034,
- 1730525519,
- 2762219325,
- 3148840983,
- 3874209774,
- 196601397,
- 4074234285,
- 4062274235,
- 1880180572,
- 3875358394,
- 4013145833,
- 547311925,
- 2450684733,
- 2461043683,
- 4171289982,
- 1640138908,
- 1282371500,
- 17590684,
- 1087296399,
- 469602025,
- 3623122096,
- 747793869,
- 3896203969,
- 3999952150,
- 4190926131,
- 2519459794,
- 2168164444,
- 557626550,
- 880135470,
- 3187688392,
- 3813281250,
- 574556672,
- 3153433893,
- 2430581141,
- 2807013398,
- 152834970,
- 2135828491,
- 502818277,
- 1130118504,
- 4202838221,
- 1789641146,
- 1467085169,
- 396223144,
- 597493763,
- 1736613021,
- 1197732685,
- 836437136,
- 3465854683,
- 3700168912,
- 91762645,
- 2391202287,
- 295023822,
- 2581861205,
- 449024774,
- 3001822024,
- 2466418913,
- 2872346546,
- 300481715,
- 572637303,
- 1484271709,
- 726078579,
- 4039959954,
- 666631537,
- 1023898487,
- 1853351749,
- 3948710707,
- 439645115,
- 979350397,
- 2222951989,
- 2589438737,
- 1937329467,
- 1501831158,
- 2316802053,
- 372631927,
- 702808879,
- 3578596427,
- 2126623624,
- 2458752824,
- 591974828,
- 2339297450,
- 1288431087,
- 3134899097,
- 1829570731,
- 1748985463,
- 1532824309,
- 1262165961,
- 1620842260,
- 3834158622,
- 3207937693,
- 2620793381,
- 4217292006,
- 3277388845,
- 425428660,
- 2751160949,
- 56937876,
- 2669958664,
- 184488470,
- 29417658,
- 2042579986,
- 565191942,
- 4291650434,
- 3961586806,
- 1918052443,
- 2110155068,
- 4266271406,
- 1220892870,
- 2242469591,
- 3290204425,
- 724667407,
- 3770454219,
- 2387813055,
- 480452061,
- 2567603094,
- 2949949763,
- 2282276912,
- 1267200881,
- 953654159,
- 4034685237,
- 1216035564,
- 1909479177,
- 1058998664,
- 1366599365,
- 1253836179,
- 1360163121,
- 2167363261,
- 3193726845,
- 1179755768,
- 3433333284,
- 773380335,
- 3567753495,
- 1576466808,
- 3739894862,
- 2045959091,
- 3999190751,
- 3100414601,
- 2926965518,
- 3258699619,
- 383894937,
- 3934726680,
- 2488205526,
- 1498264025,
- 1161227547,
- 3127776177,
- 2220619538,
- 406109899,
- 2833378383,
- 2052513668,
- 1280065426,
- 2747083647,
- 1440776597,
- 363124222,
- 2717590284,
- 2092050036,
- 4211537666,
- 2081321006,
- 3920316579,
- 2554903412,
- 4234188134,
- 1395865732,
- 3656836441,
- 935516021,
- 3869038146,
- 4070759880,
- 3991091986,
- 2976518188,
- 2127252047,
- 1715179207,
- 3202801490,
- 3025431438,
- 928909809,
- 1546620296,
- 3318207810,
- 1054357827,
- 1212288271,
- 3277649527,
- 3553252595,
- 3936269711,
- 3001222140,
- 3103022786,
- 4170067321,
- 1626772232,
- 3277583984,
- 1160016141,
- 4044133250,
- 4131372905,
- 66760443,
- 3630089669,
- 1635899333,
- 502492080,
- 1312728592,
- 2800543548,
- 4218566229,
- 3255613742,
- 1595941176,
- 3058111293,
- 4042640544,
- 3127660476,
- 1422193398,
- 600918209,
- 2420093446,
- 4236433793,
- 747974874,
- 2886017697,
- 3114878858,
- 167931937,
- 1327836548,
- 3104741324,
- 2684527889,
- 1613037900,
- 1092139049,
- 2037389600,
- 3866448239,
- 3288595761,
- 4179522838,
- 171851053,
- 3390747309,
- 1957846235,
- 23954568,
- 1558940286,
- 3034700871,
- 3415480659,
- 31874120,
- 1522582913,
- 2856359821,
- 3377785531,
- 1500505280,
- 2357411074,
- 3800478749,
- 4101318918,
- 1803104233,
- 3217189798,
- 1959035055,
- 1183090872,
- 3885183854,
- 1832623879,
- 1205759224,
- 2056117810,
- 1299363468,
- 972370045,
- 2099975250,
- 4217065998,
- 4257348043,
- 418611142,
- 1655512169,
- 2417558657,
- 2909371272,
- 2656106451,
- 2715763522,
- 2079161048,
- 911449349,
- 1919205988,
- 1318085068,
- 2274121803,
- 3022121620,
- 1086658175,
- 2320667621,
- 838833674,
- 1260983287,
- 3660810140,
- 3113371403,
- 1356064041,
- 3093057820,
- 4073346200,
- 1315756395,
- 686757640,
- 3121357794,
- 1236500707,
- 3765722282,
- 2652649750,
- 3709236432,
- 3540803614,
- 3817916578,
- 3883188098,
- 3953988724,
- 543859401,
- 781311165,
- 2452456487,
- 2916550976,
- 2684750456,
- 892435042,
- 2949028583,
- 717754283,
- 1888475079,
- 1299906003,
- 3511116600,
- 126850201,
- 1270745562,
- 2783791148,
- 986369010,
- 608139713,
- 91067219,
- 1164090762,
- 457020967,
- 3861335863,
- 822290723,
- 1786969484,
- 4114107643,
- 1303132466,
- 518716490,
- 3816897171,
- 1577554041,
- 2339924357,
- 2891084300,
- 4111620052,
- 3322948639,
- 1539415787,
- 1548519233,
- 3926129564,
- 696176191,
- 925185431,
- 395062940,
- 3381587935,
- 3306889576,
- 899581582,
- 449788296,
- 1019594972,
- 1913865482,
- 203763988,
- 1755407500,
- 61297365,
- 675631477,
- 527690561,
- 1096593511,
- 2112238977,
- 787715666,
- 571860435,
- 2568655235,
- 1903106127,
- 2426624345,
- 1489747569,
- 2080869854,
- 1003709041,
- 3656976326,
- 3137952402,
- 3129839596,
- 2424355766,
- 1454318887,
- 3784378793,
- 2943475351,
- 2000379797,
- 1143833414,
- 774235851,
- 4066300097,
- 98194233,
- 1878191248,
- 2867373123,
- 522169991,
- 2685739569,
- 4256716450,
- 3325187370,
- 2235760853,
- 1640310346,
- 3318246218,
- 3423908467,
- 951516825,
- 2362245957,
- 3314963287,
- 4023177333,
- 381459942,
- 3542113435,
- 569408190,
- 1295185712,
- 3607258715,
- 1292661913,
- 247757194,
- 987131275,
- 2552584360,
- 2636622474,
- 1860546077,
- 2494312162,
- 2782351156,
- 2896368516,
- 838382320,
- 2007823094,
- 238508444,
- 2524339566,
- 2363415013,
- 2914138234,
- 3628020394,
- 956855823,
- 2261081192,
- 2228097171,
- 4177271318,
- 4158766735,
- 3572796950,
- 1430343560,
- 3441921890,
- 3454495262,
- 1182316596,
- 2269278379,
- 1077135908,
- 2953651496,
- 526971321,
- 2859895637,
- 3358886671,
- 4174772554,
- 1567842165,
- 251118008,
- 670301942,
- 3825963349,
- 3042555775,
- 1426858006,
- 1471961782,
- 217889906,
- 3702626458,
- 2455552095,
- 3555365240,
- 2593708682,
- 786674689,
- 402322780,
- 1874981423,
- 3407237843,
- 4114519660,
- 351189325,
- 3161005591,
- 150308336,
- 1879067335,
- 134237765,
- 2879585660,
- 762142372,
- 735835325,
- 1401753103,
- 398664220,
- 14875690,
- 4243747163,
- 936349311,
- 2941560796,
- 1819832225,
- 3360941066,
- 2101168559,
- 3516605739,
- 3182955717,
- 233125019,
- 97945065,
- 4099904870,
- 2261675179,
- 547900100,
- 2128456938,
- 2732575461,
- 87231801,
- 3385975847,
- 3482964761,
- 3121124802,
- 1597590321,
- 2958060603,
- 2312160825,
- 1250748769,
- 3020167481,
- 3371053442,
- 3126787605,
- 4053203213,
- 2924348123,
- 979929759,
- 2756455437,
- 148006320,
- 3383905452,
- 600443167,
- 2403008860,
- 2978733323,
- 928489282,
- 1780947185,
- 210481903,
- 323488255,
- 1615005026,
- 1406587679,
- 3950773997,
- 394274012,
- 3894535349,
- 919963673,
- 3631959377,
- 3527523437,
- 1657473608,
- 386182504,
- 2937059394,
- 1321489105,
- 3741745280,
- 3920310972,
- 3696070760,
- 2261738974,
- 1952926698,
- 225802290,
- 1195348745,
- 2965761565,
- 2056518620,
- 396407764,
- 956877131,
- 1875725986,
- 3097739097,
- 4101905068,
- 2699871357,
- 1413749666,
- 1109515490,
- 13462994,
- 3880381067,
- 2916419322,
- 328116183,
- 226106344,
- 2081329924,
- 1535097045,
- 2564774093,
- 261153752,
- 3399688227,
- 3761551783,
- 1004728373,
- 2532161257,
- 3255250062,
- 2428018453,
- 3469426376,
- 3004436359,
- 1739930729,
- 3599610239,
- 1267828660,
- 4098765701,
- 2386215404,
- 1505123847,
- 2142089888,
- 2321182915,
- 2881932175,
- 2615077004,
- 1415862358,
- 1168026497,
- 3645446514,
- 3372125962,
- 938799889,
- 1710103627,
- 255086590,
- 3674651304,
- 124795004,
- 3199066378,
- 3366934121,
- 2992417017,
- 3415524713,
- 2126893206,
- 704178108,
- 2185287323,
- 682500890,
- 3868817720,
- 3396196232,
- 3965823276,
- 3045211901,
- 1440582217,
- 4124975708,
- 3663042745,
- 958722551,
- 3582803003,
- 698410183,
- 1326584168,
- 883957682,
- 4041682102,
- 1483491300,
- 2209582450,
- 482929064,
- 3263992226,
- 1281004503,
- 2617265487,
- 2142447888,
- 1819676160,
- 1008729606,
- 4034822963,
- 3809141533,
- 2709813384,
- 67866807,
- 1557696127,
- 3761367730,
- 3374392519,
- 346552041,
- 1703846311,
- 3218328747,
- 3001103576,
- 3412946097,
- 2399822036,
- 2694597616,
- 3997488047,
- 1218196704,
- 3414355785,
- 2436806548,
- 2017963340,
- 725408394,
- 1615692731,
- 1087814103,
- 2697424351,
- 1458392249,
- 24065513,
- 1070411251,
- 447202720,
- 1571053203,
- 112625802,
- 118146864,
- 2474166716,
- 2842438865,
- 3534055229,
- 67689917,
- 1515927908,
- 2734103201,
- 1751644415,
- 3909275685,
- 3384879962,
- 3666017748,
- 1692475293,
- 4217449575,
- 3963510214,
- 2609960465,
- 1773019879,
- 1740638298,
- 3079688126,
- 825059366,
- 2525582253,
- 809173383,
- 2448899203,
- 2217736624,
- 2277520791,
- 1914224962,
- 829145164,
- 2188695753,
- 16465694,
- 3434611013,
- 3259469704,
- 1023650405,
- 2687217452,
- 761380722,
- 2737740268,
- 1279609669,
- 917421681,
- 4101602515,
- 3805311991,
- 88690492,
- 3188616163,
- 1894076295,
- 4293155904,
- 761188336,
- 1347314708,
- 2426965027,
- 1196224288,
- 2756209073,
- 3055959203,
- 689707034,
- 499604835,
- 2899737222,
- 1270153861,
- 3031332410,
- 3602089111,
- 3363204557,
- 2438482117,
- 3926141544,
- 673670532,
- 1197517520,
- 2178506629,
- 1165071025,
- 3459297880,
- 2491136398,
- 2100111560,
- 2499580939,
- 3129850684,
- 1561898561,
- 4222189335,
- 2858594911,
- 2452644462,
- 564650845,
- 4241715201,
- 3050183901,
- 3429249115,
- 1744088629,
- 3505491935,
- 1210719655,
- 899473164,
- 220101518,
- 2927579979,
- 2257482708,
- 3626306094,
- 2467319906,
- 2553372897,
- 2478778089,
- 1823007988,
- 365664256,
- 3933134839,
- 801172840,
- 1868036938,
- 378019419,
- 1035773600,
- 3525003728,
- 1873010767,
- 2342038560,
- 3993115804,
- 3075704627,
- 3990883732,
- 2838094948,
- 2098740841,
- 305999125,
- 831587975,
- 1355628682,
- 4022023860,
- 4287347855,
- 1442429211,
- 2559972308,
- 3460099817,
- 3553454924,
- 885235272,
- 3728279493,
- 1983042396,
- 1429545122,
- 913342015,
- 2367269965,
- 1544672492,
- 2388114674,
- 3250341216,
- 818693828,
- 2072485903,
- 4142497218,
- 1958958614,
- 1612361722,
- 2706445790,
- 978171912,
- 2084253816,
- 958314763,
- 2592481316,
- 2043038190,
- 2170464672,
- 4221314248,
- 887093129,
- 3453655083,
- 1854155212,
- 63867747,
- 116312548,
- 135403836,
- 1091665580,
- 3512840896,
- 323240053,
- 2474737633,
- 3832061396,
- 1311071742,
- 1638570649,
- 2974975999,
- 1478237231,
- 2326274480,
- 914336033,
- 1169484559,
- 4012288073,
- 2942417787,
- 360693785,
- 4286096455,
- 1425575245,
- 1127870535,
- 1619231999,
- 2603112489,
- 4222012819,
- 833564180,
- 330380982,
- 1779793167,
- 2025688161,
- 2561250724,
- 3393389550,
- 1048169470,
- 2471305892,
- 1174749206,
- 446098583,
- 2474897940,
- 2883114031,
- 3833127176,
- 2492943358,
- 1613051102,
- 811168361,
- 2431387582,
- 3553946610,
- 1570264805,
- 3123044116,
- 3901492289,
- 3235168185,
- 3470112902,
- 1881735798,
- 1685107906,
- 3987640058,
- 3586110152,
- 963626683,
- 1969775845,
- 2759373690,
- 646389819,
- 1541048599,
- 179753707,
- 1559193915,
- 2631429993,
- 2264097382,
- 526413453,
- 3415678409,
- 1512725176,
- 787218320,
- 75508960,
- 346272688,
- 2089974690,
- 2322990168,
- 3668388399,
- 270007621,
- 1454966087,
- 366506235,
- 4011835820,
- 4282907384,
- 962899261,
- 7953992,
- 1885674769,
- 4122477458,
- 478979518,
- 1470752794,
- 5233456,
- 621787137,
- 3389803770,
- 651426711,
- 1422549806,
- 960418404,
- 1888196357,
- 3380956448,
- 3068584,
- 4113639785,
- 560028865,
- 2491692851,
- 3993048966,
- 1300605056,
- 3918766673,
- 2841666712,
- 3817375337,
- 1686792805,
- 3106757569,
- 1982375920,
- 3615367808,
- 827914130,
- 476813543,
- 3891456498,
- 3621439766,
- 1963144944,
- 1794052985,
- 3430537391,
- 2467825840,
- 2395936451,
- 2598868089,
- 877982392,
- 882309317,
- 3944952157,
- 2433750346,
- 2918248908,
- 2553151756,
- 213845474,
- 3583080327,
- 2818841781,
- 2117778591,
- 281749132,
- 1684124194,
- 2678034393,
- 452324480,
- 152633409,
- 2970659676,
- 3596194198,
- 724922234,
- 1015624469,
- 1851498348,
- 267948356,
- 918220441,
- 2682008985,
- 2313014353,
- 4120956231,
- 2957427741,
- 3284133875,
- 1597303758,
- 1838259435,
- 4039263642,
- 3952562195,
- 1113742084,
- 1035117265,
- 1538807463,
- 3415876745,
- 4185266524,
- 2260658205,
- 3320051878,
- 1491398558,
- 2368326563,
- 3518122532,
- 557159606,
- 188220554,
- 728450273,
- 2669937361,
- 3944084932,
- 146185271,
- 3753049809,
- 654749166,
- 2548701163,
- 1492790078,
- 885159436,
- 2032180833,
- 185541083,
- 1408338135,
- 4177556901,
- 2799355718,
- 1962137425,
- 4060195839,
- 3886028009,
- 3062049221,
- 3640202633,
- 2215380570,
- 2851749466,
- 1604187894,
- 3333853758,
- 3308495490,
- 3884855944,
- 1330134302,
- 3860627584,
- 1487207126,
- 972927344,
- 3338038739,
- 1450672074,
- 3540760251,
- 2266667253,
- 3100933941,
- 1873295160,
- 326309452,
- 924886925,
- 862802014,
- 3215289878,
- 4164073953,
- 3139818106,
- 1910022282,
- 1288279712,
- 2990058922,
- 3800086005,
- 3739259520,
- 1659970167,
- 2420358523,
- 178844776,
- 824545594,
- 3630376942,
- 2877871673,
- 2543016416,
- 3154096241,
- 2495265942,
- 4180559181,
- 2935731231,
- 2765594424,
- 1610187670,
- 3518701025,
- 4142784444,
- 3054890357,
- 112345705,
- 1324268213,
- 2409064639,
- 32964358,
- 1335035866,
- 4270370491,
- 1861361973,
- 1723022102,
- 1009151923,
- 2162047271,
- 1267993893,
- 278717373,
- 1324613848,
- 3896145043,
- 934799488,
- 1513616344,
- 1207592915,
- 1971754670,
- 397023240,
- 3722562442,
- 3449169263,
- 2410482035,
- 3280773420,
- 615291146,
- 206999015,
- 4265620950,
- 891352110,
- 4046806586,
- 1116027327,
- 3524593186,
- 4187321562,
- 1961121785,
- 4073733746,
- 1090056247,
- 2485658783,
- 4204201438,
- 3276672999,
- 3761441831,
- 508897925,
- 1506802514,
- 1781099422,
- 653494937,
- 850676639,
- 1805005754,
- 3141555797,
- 676908582,
- 1803517501,
- 2611079747,
- 1564681518,
- 2825767216,
- 3682456965,
- 73543672,
- 3773697306,
- 1874869614,
- 4288118543,
- 2264388187,
- 716261797,
- 4213906212,
- 2330637413,
- 2636008824,
- 327609223,
- 3611718407,
- 3237500828,
- 2461606882,
- 1218773841,
- 3381243615,
- 3683127091,
- 180739774,
- 3540860418,
- 4210302593,
- 4255660573,
- 1101708331,
- 2275520458,
- 2956221658,
- 705091750,
- 128285119,
- 348025140,
- 3015879819,
- 4294433780,
- 2283013827,
- 2872091639,
- 1995514832,
- 3898335866,
- 369231877,
- 3134065288,
- 3785352366,
- 3449195521,
- 2349342163,
- 946546054,
- 1813497194,
- 171256487,
- 3632156745,
- 612524536,
- 269302038,
- 1879637666,
- 3974863517,
- 1839164500,
- 1519188293,
- 749291211,
- 3859073775,
- 1920085967,
- 348345041,
- 832069339,
- 2612864119,
- 1066316368,
- 2939433048,
- 4062582254,
- 1487983609,
- 117681181,
- 2292585491,
- 2035812192,
- 1057146609,
- 2115797024,
- 583238974,
- 2308649929,
- 255596716,
- 843085928,
- 105840604,
- 2542246419,
- 2300356691,
- 1637936571,
- 494605222,
- 862961433,
- 778282545,
- 28971885,
- 2211284115,
- 273242591,
- 3381041291,
- 510866997,
- 873890165,
- 1888519834,
- 1168926363,
- 2785290841,
- 1178329596,
- 475402216,
- 3152982868,
- 3322435169,
- 1126330723,
- 1966599271,
- 1984447370,
- 733013171,
- 3917577367,
- 2262567596,
- 3843711059,
- 2191985467,
- 3822513516,
- 1099306433,
- 1803887553,
- 1454209210,
- 609003286,
- 3839737322,
- 4019677114,
- 3252288430,
- 776485098,
- 1531519310,
- 1455211875,
- 952129344,
- 2759034510,
- 364205245,
- 1770711601,
- 951845063,
- 1215290123,
- 4084089504,
- 477941061,
- 2264074574,
- 2015479554,
- 1289454639,
- 2969428072,
- 2895626307,
- 3569496672,
- 3568383351,
- 3342545915,
- 2708719178,
- 1492005991,
- 3420172830,
- 2826721269,
- 2628372477,
- 1684037350,
- 1139606518,
- 3929018151,
- 3098455923,
- 186296217,
- 1811168242,
- 2284940997,
- 3742025144,
- 2429700032,
- 1801511958,
- 1165053060,
- 2641259009,
- 3658146352,
- 1645470446,
- 1217120055,
- 1920510494,
- 3516800778,
- 3305472259,
- 2054592050,
- 4063578358,
- 593666440,
- 1076195398,
- 2860686291,
- 1087373254,
- 1281209491,
- 1433086410,
- 58552541,
- 4012745489,
- 474610793,
- 709960614,
- 3960616745,
- 2635967364,
- 3050780856,
- 3121903516,
- 685939958,
- 2781278349,
- 3520536842,
- 523160525,
- 3543296627,
- 1588391733,
- 3903034586,
- 824621684,
- 124080467,
- 930236687,
- 3233189258,
- 2197305320,
- 699789197,
- 3696830151,
- 3011553708,
- 2829726216,
- 3622840010,
- 2127420462,
- 1200826818,
- 100174625,
- 3419024423,
- 2816514213,
- 1529054674,
- 1829765057,
- 3421549413,
- 3237053658,
- 2766857046,
- 3391000382,
- 900303648,
- 739008767,
- 124496053,
- 1723628191,
- 1633988332,
- 602847449,
- 2350559786,
- 1561895414,
- 98628964,
- 869557287,
- 3174432014,
- 2685076422,
- 2908904158,
- 1161633329,
- 190273391,
- 3540362039,
- 2126448741,
- 2297854532,
- 1342031747,
- 2305317969,
- 3685516741,
- 2322878667,
- 355614790,
- 1785502827,
- 3636545872,
- 1548295048,
- 1645576781,
- 782791020,
- 4179603951,
- 4163928832,
- 2661881448,
- 1234070201,
- 880831587,
- 2356023557,
- 2377661565,
- 2125832884,
- 2377522010,
- 3591637257,
- 928622845,
- 2253675010,
- 3153308400,
- 2383862582,
- 794868856,
- 966417220,
- 1813968216,
- 2982461149,
- 2409845479,
- 2387490767,
- 1122654867,
- 3175442033,
- 2000993418,
- 725670439,
- 1192129860,
- 1132129980,
- 1745208070,
- 2391341201,
- 3041728908,
- 2159426814,
- 1302004203,
- 1617459203,
- 1911768148,
- 476777400,
- 3180606824,
- 1248616377,
- 3928566530,
- 1850108970,
- 3502869434,
- 2739220178,
- 2952410190,
- 4210146922,
- 2238360923,
- 1038610832,
- 1605495355,
- 4163727637,
- 233525315,
- 1687242609,
- 3676168878,
- 740965605,
- 3346781024,
- 3363598671,
- 1069649518,
- 3663459067,
- 2771448169,
- 1018963616,
- 831487941,
- 4144016834,
- 3264560939,
- 751076954,
- 639736708,
- 861511578,
- 1059871732,
- 175859367,
- 811543104,
- 3661361784,
- 194965611,
- 3582278989,
- 632916676,
- 3739461337,
- 864289586,
- 3820973112,
- 1913974855,
- 1657081394,
- 657192957,
- 1101023031,
- 2874327524,
- 1168278160,
- 3093754513,
- 4205829771,
- 1749005270,
- 1052060195,
- 743611671,
- 3533429521,
- 3867604030,
- 4203833123,
- 323903819,
- 1070185509,
- 395653014,
- 3703661459,
- 2737722089,
- 2635756254,
- 169890506,
- 194909705,
- 2509036782,
- 4002461430,
- 581790067,
- 2801365610,
- 2184894333,
- 1495813188,
- 958922075,
- 4188590836,
- 3526773797,
- 4244824144,
- 3687154895,
- 1726700272,
- 3992371074,
- 2086690336,
- 1106859089,
- 3103616298,
- 3429869385,
- 861527161,
- 396196204,
- 432619913,
- 2829280502,
- 2784614857,
- 1343210775,
- 2412999924,
- 3104538665,
- 2805969251,
- 1481524270,
- 1809948259,
- 1304964239,
- 981654964,
- 3054769109,
- 3099781004,
- 3529798319,
- 3794356060,
- 1653832115,
- 1800861787,
- 3845574120,
- 867500634,
- 1733599597,
- 3264188362,
- 3837798787,
- 212765050,
- 3263781488,
- 1843586422,
- 2798258489,
- 179736818,
- 1333619755,
- 3465220937,
- 2098927980,
- 773090001,
- 2534516902,
- 3976028918,
- 4218099570,
- 2102132164,
- 349958245,
- 1275818492,
- 3643660222,
- 2044148648,
- 4033014278,
- 1571915587,
- 278661416,
- 4202882002,
- 1091713967,
- 3043118505,
- 1942530998,
- 3983613615,
- 1773332063,
- 3847568268,
- 2204552035,
- 661684914,
- 1789474512,
- 218465177,
- 4066014252,
- 4043422341,
- 466066968,
- 4285235649,
- 1362471588,
- 1459910018,
- 2048495197,
- 2292895974,
- 2287214387,
- 2467719787,
- 452202191,
- 561332838,
- 1506465554,
- 2716724265,
- 1625862669,
- 2978760393,
- 1749644375,
- 1660623568,
- 3390843917,
- 2774383551,
- 1943768826,
- 2872116418,
- 4291881297,
- 56892350,
- 2020945277,
- 3541739198,
- 804365932,
- 141617903,
- 3021370095,
- 3736298791,
- 2118840600,
- 1246547929,
- 3997734469,
- 3479572,
- 1671443415,
- 2847570642,
- 2438226091,
- 2772857050,
- 1966757129,
- 337494088,
- 1781021915,
- 4045923063,
- 2602228945,
- 4199435130,
- 348116742,
- 2288411135,
- 243501321,
- 856775941,
- 2043385542,
- 2807031976,
- 1099293477,
- 1506043577,
- 100599652,
- 1753555786,
- 530518633,
- 206163940,
- 3815848638,
- 1874846472,
- 2040312267,
- 3957908769,
- 2051469840,
- 1046873021,
- 3853268326,
- 1120770657,
- 608359198,
- 3650155525,
- 562008079,
- 3379898922,
- 2057937314,
- 2829495306,
- 1352423463,
- 1424167408,
- 487002809,
- 3206903943,
- 4037813154,
- 2054021679,
- 3918180328,
- 1314532147,
- 2332954764,
- 2755650147,
- 22869110,
- 2221675638,
- 529422952,
- 2216813559,
- 28460189,
- 1186371777,
- 419139358,
- 3666901497,
- 2293040387,
- 1227484898,
- 238501053,
- 2556841463,
- 1617308720,
- 803025343,
- 861238697,
- 119514264,
- 3229174143,
- 1987112011,
- 2865057429,
- 1112900447,
- 1407928884,
- 1900474977,
- 2768906643,
- 3671178356,
- 3970256532,
- 3057462887,
- 480340502,
- 1515289858,
- 1272730497,
- 1804059970,
- 1444028903,
- 447627905,
- 3993520546,
- 3303255701,
- 1533216601,
- 3530272608,
- 3547749415,
- 4008018797,
- 2909571964,
- 753947902,
- 544210023,
- 2373393245,
- 3710608871,
- 2422318272,
- 862834386,
- 2977678954,
- 1561615415,
- 877293941,
- 3376143881,
- 431649966,
- 643816384,
- 4012200797,
- 1243530181,
- 2522196700,
- 1308061688,
- 2327649160,
- 3364635784,
- 987491481,
- 2296524860,
- 3998836545,
- 3061738622,
- 2301057958,
- 2451877545,
- 2318043384,
- 3528951720,
- 3624140615,
- 77896408,
- 2242427079,
- 2592857474,
- 1554274825,
- 3689357916,
- 474505634,
- 3228566628,
- 3637164040,
- 242197890,
- 337516152,
- 422317770,
- 2725263333,
- 2476332659,
- 2254155961,
- 3281599173,
- 2527297814,
- 326609542,
- 3597550691,
- 3066376078,
- 1629799726,
- 3578675441,
- 3368771307,
- 2480119774,
- 4096332419,
- 2242369551,
- 733301417,
- 2336079280,
- 401665740,
- 46265531,
- 4106097814,
- 2010267197,
- 3626587265,
- 3530359458,
- 322636037,
- 852851961,
- 4032337673,
- 3773787547,
- 1065333391,
- 3308839744,
- 2275765169,
- 3599013970,
- 580370296,
- 769904862,
- 1990798107,
- 2195415657,
- 2713394321,
- 702265631,
- 754248649,
- 3753592131,
- 3297910203,
- 27447168,
- 638607870,
- 4153235966,
- 1541837747,
- 2444317264,
- 3696997815,
- 1960327965,
- 3469063468,
- 2741101681,
- 2197375464,
- 1675881674,
- 990815654,
- 1461054978,
- 3412711693,
- 1722005152,
- 2413609765,
- 2173530700,
- 1683043527,
- 3885063087,
- 2809478304,
- 207231789,
- 2040851763,
- 2913636631,
- 2705415885,
- 3377000576,
- 3996186714,
- 1807884677,
- 1374228809,
- 4191831456,
- 2351813194,
- 32879892,
- 898623490,
- 3536814887,
- 2238130323,
- 31776039,
- 1714925957,
- 4280395886,
- 320992657,
- 69054436,
- 1328560455,
- 3710506541,
- 2326583595,
- 2637876344,
- 3013094900,
- 1875933749,
- 3109302611,
- 4250050007,
- 2071860946,
- 1604167520,
- 2504576469,
- 2885110642,
- 314140346,
- 2835907504,
- 4021924325,
- 881595382,
- 2508450728,
- 3042598433,
- 3577228499,
- 3221797486,
- 316176502,
- 1612879805,
- 2047075112,
- 2160797133,
- 1776889792,
- 3403420203,
- 3485662133,
- 1375535023,
- 451062288,
- 3443563948,
- 3242854535,
- 3361300026,
- 1240080434,
- 2832104274,
- 649885340,
- 852039268,
- 753656803,
- 1814387483,
- 3500678549,
- 4246459931,
- 1019193347,
- 4168437065,
- 271266176,
- 3571555013,
- 1794098201,
- 3630587046,
- 1893193944,
- 543676696,
- 2922819465,
- 3605835612,
- 4259354786,
- 697495066,
- 1418050267,
- 358767164,
- 3641238744,
- 2240236069,
- 1193640740,
- 2532558438,
- 3162712899,
- 1154541657,
- 2951418312,
- 4248463261,
- 540429074,
- 1271556058,
- 2466175058,
- 3967140302,
- 746486868,
- 1926230165,
- 2313857212,
- 1746481008,
- 4049771007,
- 276819718,
- 1300410526,
- 858057278,
- 4159855216,
- 2007958802,
- 1458631060,
- 3011696811,
- 1237842519,
- 269825411,
- 2070571958,
- 1056523616,
- 4118799167,
- 2272898628,
- 1511813972,
- 220140022,
- 2402554623,
- 2119219342,
- 652198072,
- 3132014063,
- 867028654,
- 1529211883,
- 3427379980,
- 1851848807,
- 419142561,
- 3171492047,
- 3520737863,
- 3875333620,
- 3010227615,
- 3268216433,
- 1001804898,
- 2186578344,
- 1048133228,
- 999941173,
- 816741580,
- 3534386973,
- 3855162922,
- 4196200624,
- 3207822732,
- 3833859943,
- 135757702,
- 3391657400,
- 763171032,
- 2287109680,
- 3871343181,
- 877732000,
- 764395419,
- 439471433,
- 3796002044,
- 2793528188,
- 2392351897,
- 2035365002,
- 1223193382,
- 4129706955,
- 3036778681,
- 343996415,
- 4160658517,
- 1654591154,
- 4248047665,
- 2252070190,
- 2779121866,
- 1437154125,
- 2593929761,
- 3336273139,
- 3924543196,
- 3310087890,
- 3715870187,
- 1649871853,
- 273759252,
- 319291040,
- 4213854912,
- 723208195,
- 1736008610,
- 3429417077,
- 2166018101,
- 1451128230,
- 196521758,
- 3064637844,
- 1055394271,
- 1316527796,
- 2618766203,
- 4023720373,
- 4028106986,
- 1813236080,
- 4202998799,
- 1142002362,
- 2577236163,
- 4071117031,
- 902556451,
- 437864039,
- 3085657673,
- 669842288,
- 1795096631,
- 2911344726,
- 2170792561,
- 2234546397,
- 2690995763,
- 2676358759,
- 709149943,
- 1012312890,
- 3849027082,
- 1466015008,
- 3679555372,
- 2136425442,
- 3068280767,
- 1604393680,
- 1271239244,
- 2165911239,
- 3212576502,
- 4119568089,
- 4212440637,
- 3509698481,
- 433244020,
- 1198689033,
- 3803012383,
- 3831485936,
- 696582326,
- 1273056213,
- 4267629071,
- 1017357420,
- 1413334459,
- 3076505173,
- 3340334389,
- 2884945686,
- 2343498209,
- 186633817,
- 2376862992,
- 548323457,
- 1358195436,
- 2975710699,
- 2701493952,
- 371993266,
- 3071386261,
- 2940700998,
- 3459878016,
- 3873529290,
- 891054793,
- 2767893467,
- 3096804830,
- 453580791,
- 2803055095,
- 1428970493,
- 2310757201,
- 1807480102,
- 4142520804,
- 2418197685,
- 660457580,
- 3379726443,
- 1918748089,
- 3380544713,
- 805590200,
- 417915645,
- 2592658906,
- 2991229834,
- 4189616576,
- 2580956066,
- 2225901297,
- 606702186,
- 1686419986,
- 3555297525,
- 1503163476,
- 1822325093,
- 1325627042,
- 467095686,
- 1450795955,
- 2379131582,
- 4097768532,
- 1897967225,
- 2230833133,
- 1655003515,
- 1528706843,
- 2311482541,
- 3254169242,
- 618321406,
- 1129751153,
- 2163467091,
- 1131242386,
- 3580752534,
- 344260348,
- 1562907382,
- 2963068076,
- 1505018536,
- 2318526962,
- 3552091401,
- 1636935726,
- 2382887536,
- 4073024494,
- 604206665,
- 179337553,
- 3321588108,
- 384384652,
- 2216525144,
- 770124852,
- 1445246410,
- 3736321303,
- 344573115,
- 462212969,
- 4052963802,
- 3468036091,
- 1085346189,
- 2883315614,
- 3361670333,
- 1709505992,
- 3514670,
- 4133931679,
- 50927383,
- 475373344,
- 2445475375,
- 4162896623,
- 234388227,
- 3571053121,
- 3171699146,
- 3597597359,
- 623509604,
- 3253962117,
- 1905698487,
- 3262720417,
- 1391758329,
- 1196498293,
- 516427586,
- 3207779051,
- 1214752339,
- 4007349164,
- 2647594653,
- 1411353718,
- 1208595518,
- 2101685446,
- 1149330900,
- 963947695,
- 4131359946,
- 2690099763,
- 3413659715,
- 3204312604,
- 2445693581,
- 2260843692,
- 3167366059,
- 3653061237,
- 3254204110,
- 239819133,
- 2699859773,
- 4223884450,
- 1146977759,
- 991186934,
- 2364443582,
- 1316158362,
- 2418505597,
- 1820234209,
- 3287888021,
- 1018316196,
- 1868021467,
- 663786682,
- 848938475,
- 3244248876,
- 1012591774,
- 3103336081,
- 3575307952,
- 1659916481,
- 1131078749,
- 1987856229,
- 1724042654,
- 899857000,
- 1915782124,
- 1627955056,
- 2992643328,
- 2104408461,
- 1524318379,
- 984348781,
- 159697712,
- 34614736,
- 3645806616,
- 1627676776,
- 3109228302,
- 1370554154,
- 2040434315,
- 1553910911,
- 1026540458,
- 3867928459,
- 431000418,
- 152448043,
- 691960367,
- 4289891560,
- 1244496521,
- 1377202318,
- 3895899651,
- 2171093566,
- 1561992988,
- 2252110915,
- 1445096217,
- 754104836,
- 3619386089,
- 4050441378,
- 1185348651,
- 2627412500,
- 1407362265,
- 1298068069,
- 1430755464,
- 3844479895,
- 3618517022,
- 59736412,
- 552100264,
- 1115491274,
- 3654244247,
- 2173460403,
- 87368796,
- 15996738,
- 2475381667,
- 340016539,
- 2175403706,
- 4287126893,
- 3678850389,
- 1521285129,
- 3352740003,
- 431171835,
- 1917217131,
- 4121275216,
- 2395517170,
- 2907776642,
- 2660073619,
- 3305497766,
- 432211443,
- 1044661636,
- 4197390238,
- 2989717750,
- 3219938265,
- 1660173246,
- 1875513833,
- 3160138064,
- 1114180220,
- 1900942382,
- 2570014103,
- 24250575,
- 1793405122,
- 3135775104,
- 3691054363,
- 1788205993,
- 3020995842,
- 2777266347,
- 205746810,
- 3201465979,
- 3063789352,
- 3389233479,
- 271265688,
- 2424812677,
- 98503380,
- 78210431,
- 292284637,
- 484041607,
- 1787870899,
- 3590556653,
- 909930309,
- 3100227788,
- 3184061217,
- 2849511009,
- 4245099983,
- 4114171783,
- 912316613,
- 317027273,
- 2009246575,
- 2384701120,
- 4122715074,
- 3875346911,
- 942301007,
- 2733181543,
- 3989143902,
- 3592896189,
- 3414269848,
- 1576595578,
- 1232805803,
- 1325884808,
- 3728880276,
- 1830083556,
- 2629986692,
- 2504078327,
- 3144670934,
- 791765512,
- 3973341621,
- 727510202,
- 4124368023,
- 3483950645,
- 1873797351,
- 2232106889,
- 3290136317,
- 1671952923,
- 2602619349,
- 4279386338,
- 3213227055,
- 1133211744,
- 1346700000,
- 2482375216,
- 3120611154,
- 1382571007,
- 1392782475,
- 3601732108,
- 3556657898,
- 950094521,
- 309672136,
- 967236171,
- 1920432479,
- 4223184050,
- 52721480,
- 673995073,
- 2699926917,
- 709861124,
- 2067789480,
- 1883200737,
- 1801477455,
- 4141002550,
- 3228364895,
- 1983198415,
- 857706243,
- 2332825183,
- 4099244372,
- 2432098977,
- 2290443223,
- 2718865077,
- 2363532398,
- 353871707,
- 796248592,
- 3974305086,
- 3668153167,
- 3010220886,
- 2959066356,
- 3208768709,
- 2548031705,
- 3959972152,
- 3891484091,
- 1395441026,
- 1327188347,
- 2212970376,
- 104935482,
- 3907210745,
- 3979836769,
- 1561382556,
- 3948002582,
- 539174856,
- 3413985039,
- 1973453152,
- 3266894197,
- 3042039942,
- 3032792760,
- 2180991686,
- 4030410608,
- 3197502960,
- 2835948083,
- 516998978,
- 1663960567,
- 2267681531,
- 3353519247,
- 3822351886,
- 3257728881,
- 3696655968,
- 3335053992,
- 198379156,
- 1696585017,
- 3772977781,
- 3065480492,
- 2650933604,
- 1785757241,
- 3072962718,
- 4076518835,
- 148543993,
- 1352493878,
- 3427072025,
- 188342029,
- 3894678808,
- 4088737782,
- 3372313219,
- 3898295289,
- 3876976471,
- 4127834099,
- 420249418,
- 482409197,
- 3461256983,
- 3269303517,
- 2096686210,
- 690023618,
- 3839651000,
- 3364817826,
- 2369252370,
- 2103265256,
- 2910720334,
- 3109060832,
- 1467810115,
- 3251904271,
- 2354897991,
- 2142098206,
- 2204140353,
- 1742026742,
- 348325637,
- 2641698184,
- 877361616,
- 3661595675,
- 2821896091,
- 2676446548,
- 2486102911,
- 3130861206,
- 2322539475,
- 4064710158,
- 643945898,
- 789074879,
- 3220302062,
- 2585312561,
- 2766178036,
- 2144322290,
- 564971392,
- 1673385042,
- 2687000568,
- 1521458096,
- 1145728595,
- 1322176305,
- 1723255860,
- 2145650441,
- 629297718,
- 384473330,
- 218873679,
- 2716275836,
- 2903058153,
- 140212026,
- 2845868426,
- 3150674569,
- 3645483047,
- 137186379,
- 955484067,
- 2630986851,
- 2911774269,
- 1245825734,
- 2768219185,
- 3021370275,
- 457212471,
- 2193682090,
- 2336342758,
- 2681588123,
- 2026845002,
- 1842827079,
- 2441577285,
- 4065238976,
- 4059717959,
- 1630822024,
- 3375028927,
- 1697093999,
- 2055417175,
- 4109915499,
- 3942456819,
- 2683613011,
- 1774765807,
- 3082184868,
- 4100697789,
- 3298111565,
- 850022871,
- 2526040909,
- 3499006157,
- 785798133,
- 3015464099,
- 2431506293,
- 183695631,
- 2978011915,
- 2439793236,
- 1056650966,
- 1850520063,
- 191087962,
- 3382518053,
- 119623700,
- 1080030572,
- 2228599724,
- 2615684184,
- 1654047832,
- 965690922,
- 3349645992,
- 3575792007,
- 2805409655,
- 4276231298,
- 3400998476,
- 3994695711,
- 1518430905,
- 2194813207,
- 3438408598,
- 2398095237,
- 668507232,
- 1514840721,
- 2281009251,
- 659163436,
- 2373796001,
- 338144178,
- 1268347232,
- 1713458683,
- 151107739,
- 256716674,
- 2859653652,
- 3405980334,
- 486546124,
- 1584119571,
- 2597514969,
- 1468507195,
- 2000577736,
- 1843808045,
- 1988265849,
- 1026376241,
- 3277345568,
- 2678166464,
- 696164723,
- 3030809616,
- 3302361850,
- 2422323485,
- 936466401,
- 985571383,
- 1928548543,
- 827494749,
- 1670498593,
- 3418529383,
- 1163435623,
- 3716546717,
- 1735276449,
- 3909999989,
- 3682056837,
- 1420416230,
- 1172221989,
- 1189979089,
- 2180173803,
- 1337511419,
- 1981310147,
- 2745057916,
- 2311566543,
- 863237347,
- 1156374074,
- 3158497072,
- 3209643625,
- 4280019240,
- 632432014,
- 473685650,
- 481475417,
- 1791620933,
- 3733485419,
- 183631936,
- 1152014001,
- 210005650,
- 1546343676,
- 2672416368,
- 842247511,
- 3931493036,
- 46628612,
- 3955907689,
- 3226700419,
- 109755983,
- 2697267694,
- 71378308,
- 3654160173,
- 1323910007,
- 3041013517,
- 2102236205,
- 3264224022,
- 2497052598,
- 1482332770,
- 2755593383,
- 1647613701,
- 1079841219,
- 3898622647,
- 382553371,
- 1070663631,
- 3453507166,
- 3222582762,
- 2338624790,
- 874037591,
- 3363659527,
- 4081838842,
- 2035791334,
- 914705757,
- 2252036853,
- 348342028,
- 2273729455,
- 1998981920,
- 1550771241,
- 1989761566,
- 496642953,
- 269017530,
- 3396188728,
- 2632336744,
- 946110016,
- 3418015478,
- 3346831221,
- 2438544059,
- 591279900,
- 4114795117,
- 2370717586,
- 4095897209,
- 576788505,
- 3634120340,
- 2919133009,
- 245561815,
- 957213667,
- 1292236995,
- 2491904620,
- 2815239179,
- 3923024807,
- 1695656778,
- 4105132125,
- 2586670745,
- 485134428,
- 1054405090,
- 2674237313,
- 1776216389,
- 155456865,
- 700137022,
- 1084647028,
- 1539957484,
- 1554266451,
- 2879174926,
+ 2927169611,
+ 3725767670,
+ 4042350840,
+ 581926083,
+ 1357820618,
+ 3533503760,
+ 3853220635,
+ 2221147873,
+ 1738422836,
+ 3762456749,
+ 4198175261,
+ 689683220,
+ 2617862663,
+ 2045615890,
+ 1940815466,
+ 4189249849,
+ 4108847063,
+ 616478402,
+ 3739211536,
+ 3033313842,
+ 352122034,
+ 3162474484,
+ 2138151174,
+ 4120154326,
+ 4193304459,
+ 3124226649,
+ 4060947694,
+ 3395696068,
+ 2227458735,
+ 2528196711,
+ 760321282,
+ 3450865608,
+ 2300278017,
+ 2203489312,
+ 1755362660,
+ 4286905514,
+ 1632819314,
+ 117610677,
+ 727834128,
+ 1108409134,
+ 2885562595,
+ 3488147265,
+ 177069209,
+ 2181033358,
+ 3792588500,
+ 888438403,
+ 142833613,
+ 3219200446,
+ 752838181,
+ 1623780424,
+ 1537500797,
+ 1866096452,
+ 1153561000,
+ 1471130363,
+ 2528558817,
+ 3029522232,
+ 389154834,
+ 960338053,
+ 117191572,
+ 3067412556,
+ 1325577731,
+ 1629702256,
+ 1709009238,
+ 1612873764,
+ 2999130058,
+ 903808914,
+ 1035641475,
+ 369820111,
+ 867198264,
+ 1139836030,
+ 666976362,
+ 1310691453,
+ 495814021,
+ 1932626707,
+ 1228744708,
+ 3158956963,
+ 3896758522,
+ 140031146,
+ 4286724942,
+ 1939970734,
+ 1170822566,
+ 2686588318,
+ 2143330183,
+ 700389265,
+ 679682082,
+ 782968050,
+ 3559400898,
+ 2370109973,
+ 1208865135,
+ 3270376104,
+ 599006871,
+ 855992901,
+ 3970653893,
+ 1472640232,
+ 1752581677,
+ 3489952520,
+ 25181734,
+ 1709947368,
+ 4243527263,
+ 1679306753,
+ 3935733555,
+ 3329826722,
+ 2998640206,
+ 3489988281,
+ 3648605304,
+ 2314771156,
+ 2934047364,
+ 1808242358,
+ 1107350390,
+ 865201208,
+ 1230326273,
+ 2894829407,
+ 3635007215,
+ 4108748408,
+ 1363673632,
+ 2180110271,
+ 2668075824,
+ 3664851105,
+ 3611423224,
+ 61646322,
+ 1740981763,
+ 2124809207,
+ 1532569037,
+ 973105858,
+ 2181217987,
+ 2971552907,
+ 2491954707,
+ 2425416898,
+ 875277462,
+ 4104812497,
+ 2887394601,
+ 1706723049,
+ 3465100425,
+ 1584187032,
+ 3967876468,
+ 564012086,
+ 2942368020,
+ 3312237806,
+ 4183576647,
+ 3215713733,
+ 3190771335,
+ 1115574927,
+ 568393343,
+ 3474713447,
+ 2774402840,
+ 396403056,
+ 3467291157,
+ 1140115609,
+ 3186736486,
+ 3762494382,
+ 2121324132,
+ 2299030273,
+ 2611362977,
+ 1145390345,
+ 275972723,
+ 2441400843,
+ 2074082520,
+ 1007792374,
+ 289493328,
+ 1123499085,
+ 2640366158,
+ 2345463079,
+ 2472363580,
+ 76599751,
+ 3522083358,
+ 3664930955,
+ 1407685551,
+ 146982379,
+ 1939134293,
+ 1722183345,
+ 1433223885,
+ 1232885628,
+ 1608342752,
+ 3709963,
+ 3848989918,
+ 681171146,
+ 2479008507,
+ 835392372,
+ 1247408328,
+ 697991463,
+ 2168288453,
+ 688502559,
+ 3665919858,
+ 347931236,
+ 3782552540,
+ 1387454412,
+ 1303817027,
+ 3481964059,
+ 624932230,
+ 273453060,
+ 2248118033,
+ 2959405646,
+ 2457897273,
+ 1630899740,
+ 2315493314,
+ 3788887362,
+ 4227209512,
+ 2320058949,
+ 4031587323,
+ 3822115631,
+ 1979815290,
+ 2886857976,
+ 288883683,
+ 1252625419,
+ 2896941880,
+ 3342650527,
+ 2497015978,
+ 278218152,
+ 2070320524,
+ 3090334887,
+ 3676696890,
+ 1399478070,
+ 3277332984,
+ 4051221247,
+ 57113133,
+ 87080013,
+ 3485115006,
+ 2981147863,
+ 3069833936,
+ 3166240949,
+ 2476608788,
+ 1701983626,
+ 66271627,
+ 2585392595,
+ 3170048579,
+ 50271480,
+ 3526651425,
+ 2991564067,
+ 1326060692,
+ 309399158,
+ 4238968831,
+ 1007177049,
+ 2951623927,
+ 841100940,
+ 1880249711,
+ 3620253011,
+ 251891179,
+ 4284117148,
+ 797233593,
+ 2467167048,
+ 3785950495,
+ 1687196623,
+ 3902962484,
+ 3734798674,
+ 2515810089,
+ 2924615524,
+ 3321401521,
+ 1182657599,
+ 2577663738,
+ 1566009618,
+ 2679367375,
+ 3691725657,
+ 2228777485,
+ 2317532666,
+ 1870190731,
+ 1398732312,
+ 3075069307,
+ 1563076042,
+ 2421223598,
+ 674473342,
+ 478958061,
+ 1365606314,
+ 3716835991,
+ 3619394840,
+ 2100868667,
+ 4064613405,
+ 649547047,
+ 1065702222,
+ 1250395900,
+ 4205682287,
+ 944398839,
+ 461921698,
+ 1963758153,
+ 2687473029,
+ 634727749,
+ 4223956417,
+ 309462170,
+ 1611309791,
+ 2708008488,
+ 877218763,
+ 4008659211,
+ 3904629628,
+ 2367057672,
+ 4043283410,
+ 727000598,
+ 4180186357,
+ 4187965629,
+ 1549404820,
+ 3567931052,
+ 1046609024,
+ 2617216919,
+ 1731507921,
+ 3656360267,
+ 4288841038,
+ 3608808643,
+ 3924592547,
+ 3780565750,
+ 4118028285,
+ 3476836083,
+ 1978854927,
+ 738959465,
+ 3790978571,
+ 166672228,
+ 125684781,
+ 1013208533,
+ 2644073520,
+ 2630188738,
+ 2778181717,
+ 3048052499,
+ 2028730461,
+ 315234121,
+ 1918375609,
+ 366381464,
+ 362050370,
+ 1743738091,
+ 2552819818,
+ 4055973919,
+ 872362017,
+ 1488175563,
+ 4127312610,
+ 278129733,
+ 1393416965,
+ 4210782349,
+ 1209619458,
+ 2620296956,
+ 3636358081,
+ 1061768384,
+ 1620386235,
+ 1272817857,
+ 2698314357,
+ 818849883,
+ 3029030959,
+ 777692126,
+ 12785806,
+ 3952237271,
+ 2888045758,
+ 2092802574,
+ 4237169149,
+ 463285666,
+ 984145946,
+ 4134008884,
+ 1394611130,
+ 3327738329,
+ 2867199950,
+ 3532569029,
+ 752226158,
+ 30543755,
+ 3139183598,
+ 256130050,
+ 1004041248,
+ 1121740073,
+ 1993942534,
+ 3992546836,
+ 3295258194,
+ 1100842286,
+ 1244665785,
+ 1574089077,
+ 2035539274,
+ 1847408037,
+ 1021969239,
+ 3797642682,
+ 2409911048,
+ 790766881,
+ 3618871526,
+ 307577322,
+ 568662316,
+ 3981359929,
+ 951992584,
+ 354410165,
+ 1918035697,
+ 3278481606,
+ 492216796,
+ 3943893297,
+ 532249378,
+ 1879633008,
+ 728943652,
+ 1124394332,
+ 2886026953,
+ 975184489,
+ 578701339,
+ 3550418968,
+ 4215703525,
+ 1062702623,
+ 525571136,
+ 3555640226,
+ 3982243014,
+ 927538932,
+ 244400631,
+ 3967244425,
+ 2436390191,
+ 3453527611,
+ 716562647,
+ 3608927186,
+ 2887384882,
+ 1602960299,
+ 527464146,
+ 2558437324,
+ 905570311,
+ 12377400,
+ 2637186829,
+ 1356608091,
+ 610098414,
+ 165495421,
+ 3834484099,
+ 3886330749,
+ 762615942,
+ 3172762380,
+ 860493485,
+ 1876059097,
+ 1780585247,
+ 643099493,
+ 1818608988,
+ 576507602,
+ 2819009377,
+ 2952467114,
+ 1732866792,
+ 2362620673,
+ 2699241213,
+ 2664098581,
+ 2405620685,
+ 2617472292,
+ 3681150952,
+ 3833578229,
+ 2504157347,
+ 347907154,
+ 1256817059,
+ 3923706931,
+ 176010338,
+ 2612578010,
+ 954155867,
+ 3336002647,
+ 4105422897,
+ 2062365684,
+ 810675040,
+ 3976522515,
+ 3343114956,
+ 2424321919,
+ 3553583927,
+ 1077189768,
+ 2586658798,
+ 3044020884,
+ 1721347596,
+ 3331989415,
+ 1119906594,
+ 1273887363,
+ 7156488,
+ 1395676371,
+ 1617211121,
+ 2673833302,
+ 4141282671,
+ 730006036,
+ 169163844,
+ 1026381461,
+ 3128781336,
+ 1269696008,
+ 1907477659,
+ 305087314,
+ 1651633234,
+ 3530252463,
+ 3622754252,
+ 1207148547,
+ 70688548,
+ 1158095093,
+ 1497036083,
+ 3424793072,
+ 2647530033,
+ 735721488,
+ 4120557905,
+ 928689370,
+ 4183899760,
+ 806018769,
+ 466018156,
+ 1050410762,
+ 1983675211,
+ 3769543575,
+ 1343706525,
+ 806840841,
+ 698566178,
+ 79736754,
+ 1394092908,
+ 684511562,
+ 714590551,
+ 1613352774,
+ 3158988209,
+ 1189821747,
+ 411199971,
+ 1134308907,
+ 3850510091,
+ 2899553059,
+ 2267296105,
+ 4286779263,
+ 2489058738,
+ 2230523385,
+ 2323075185,
+ 1087679406,
+ 895164078,
+ 2737335232,
+ 3991087763,
+ 607737928,
+ 2109685404,
+ 1421487957,
+ 865238436,
+ 130515411,
+ 766333829,
+ 3952056071,
+ 9527707,
+ 1684206034,
+ 2521169723,
+ 2521840737,
+ 2492541691,
+ 13606675,
+ 3858986778,
+ 4218735648,
+ 2634120785,
+ 154119462,
+ 2249241853,
+ 50606143,
+ 167464329,
+ 3254726481,
+ 909912035,
+ 3342634910,
+ 97820989,
+ 290880963,
+ 4152731175,
+ 3095308607,
+ 3118395246,
+ 1119011458,
+ 1499330459,
+ 1060255292,
+ 1677830870,
+ 3790257277,
+ 1760894137,
+ 2225063472,
+ 3724613146,
+ 3883367070,
+ 1266816453,
+ 587232121,
+ 1150001518,
+ 2786540414,
+ 497061387,
+ 27409144,
+ 3600610310,
+ 4269269317,
+ 160951515,
+ 2885784135,
+ 2150043190,
+ 3828270055,
+ 3118841265,
+ 2255634228,
+ 1915327122,
+ 1771780547,
+ 2953982256,
+ 3113409917,
+ 1752810613,
+ 1308553300,
+ 2543361417,
+ 4009587281,
+ 2204600119,
+ 3667623659,
+ 1926481428,
+ 1556392183,
+ 4044804948,
+ 2050943142,
+ 2454601920,
+ 2433405768,
+ 725360800,
+ 690111596,
+ 1548709435,
+ 3023449215,
+ 274402278,
+ 2917000266,
+ 1412538387,
+ 3836697397,
+ 3453052451,
+ 1995433810,
+ 2286438292,
+ 3754173163,
+ 1967942227,
+ 343954708,
+ 210401073,
+ 3882295048,
+ 3888403980,
+ 3126964567,
+ 2132718511,
+ 3474512038,
+ 2627730673,
+ 1341780845,
+ 3305921456,
+ 1538583559,
+ 4278709685,
+ 1639789881,
+ 2607711236,
+ 1416476077,
+ 3335166042,
+ 451716683,
+ 1401890548,
+ 4096381734,
+ 3702095671,
+ 1362815565,
+ 3978745846,
+ 1397115414,
+ 2915653608,
+ 3313628651,
+ 2636017234,
+ 1646695371,
+ 4266914550,
+ 2413694888,
+ 4122411947,
+ 1160764332,
+ 2086069280,
+ 3456983880,
+ 741697325,
+ 4212774211,
+ 1564934903,
+ 1059840474,
+ 1907699413,
+ 501755942,
+ 52125444,
+ 3577440548,
+ 1627592628,
+ 90145081,
+ 50260049,
+ 1789550133,
+ 2216830317,
+ 3970225366,
+ 1362951333,
+ 3998785590,
+ 2217316465,
+ 1194368717,
+ 1898678447,
+ 2045832607,
+ 3371428444,
+ 1755126406,
+ 2448835617,
+ 1421860358,
+ 2240813946,
+ 3970229305,
+ 1369921771,
+ 1475936515,
+ 3922647087,
+ 1749224137,
+ 1873404412,
+ 1832006782,
+ 1021464271,
+ 728484693,
+ 2446412519,
+ 1065559526,
+ 250094286,
+ 3390597810,
+ 4093121409,
+ 3515388604,
+ 621517432,
+ 3709994733,
+ 3480939007,
+ 3102863667,
+ 2381857872,
+ 1699626238,
+ 313449943,
+ 1518974509,
+ 1580163830,
+ 3654113016,
+ 1202788381,
+ 3072313361,
+ 3143085696,
+ 899774962,
+ 3118627476,
+ 3116390179,
+ 3830802007,
+ 1867991636,
+ 140197429,
+ 1434526008,
+ 717397584,
+ 1822028626,
+ 1374376270,
+ 3821134327,
+ 540652714,
+ 1907720541,
+ 81709737,
+ 2052789330,
+ 3044971498,
+ 2113250328,
+ 417805167,
+ 740296922,
+ 1281721271,
+ 259026063,
+ 4020615465,
+ 1427541629,
+ 3386481763,
+ 1301129459,
+ 1773969611,
+ 2191383107,
+ 2502697053,
+ 2436291135,
+ 1103454809,
+ 3684730822,
+ 4145260986,
+ 1880615193,
+ 1980010794,
+ 1463653178,
+ 1346998940,
+ 2675610121,
+ 2477114618,
+ 4206320178,
+ 679927405,
+ 2778717331,
+ 4007352528,
+ 949246255,
+ 3847933452,
+ 2937804252,
+ 3508186594,
+ 1087757772,
+ 3252831390,
+ 2782234580,
+ 1443627854,
+ 3902502283,
+ 1906494742,
+ 385793816,
+ 3941472015,
+ 2884513892,
+ 233079980,
+ 3026173412,
+ 2867744787,
+ 313921508,
+ 4104714990,
+ 52958201,
+ 1047790051,
+ 66301793,
+ 2162920729,
+ 2318015184,
+ 3432039555,
+ 2600642050,
+ 699248288,
+ 1888840606,
+ 2081468581,
+ 2015919657,
+ 3338023448,
+ 3924364325,
+ 703143709,
+ 299482349,
+ 3480666316,
+ 1565355661,
+ 3731353301,
+ 2382075319,
+ 1694524250,
+ 758313151,
+ 2263325953,
+ 2376003653,
+ 2914172777,
+ 2752182609,
+ 3924134476,
+ 1080037283,
+ 753026769,
+ 4019172251,
+ 2202374145,
+ 3730100303,
+ 674750282,
+ 1692131072,
+ 4056746484,
+ 2160135843,
+ 3734017859,
+ 80593585,
+ 4233688514,
+ 3187252507,
+ 1670345833,
+ 1869719448,
+ 3948946655,
+ 2692253995,
+ 2779123992,
+ 4152074563,
+ 4278929740,
+ 1094269387,
+ 2031385470,
+ 2933204584,
+ 2665142272,
+ 3403934621,
+ 3838318934,
+ 2567281860,
+ 865355305,
+ 4001464323,
+ 1491747346,
+ 2716365208,
+ 3739869181,
+ 3546678284,
+ 2076746578,
+ 269218182,
+ 3751768620,
+ 3326224508,
+ 3957201264,
+ 3065011762,
+ 1559994039,
+ 2229270221,
+ 45618691,
+ 916840148,
+ 3621122963,
+ 1039545290,
+ 3050738166,
+ 1227281581,
+ 3791099538,
+ 2335250817,
+ 2733357832,
+ 1192761491,
+ 1126344634,
+ 3452285804,
+ 1762877872,
+ 486346501,
+ 1885032862,
+ 335070529,
+ 311664227,
+ 2367558186,
+ 2771697428,
+ 635009842,
+ 806851758,
+ 447259615,
+ 2845556545,
+ 336317286,
+ 1522492569,
+ 310317548,
+ 4051302917,
+ 2967001417,
+ 641467449,
+ 2653714563,
+ 3250648447,
+ 3145217932,
+ 3923844746,
+ 2938786887,
+ 916978417,
+ 2745524132,
+ 302600246,
+ 4292660283,
+ 357603770,
+ 541024213,
+ 2865599408,
+ 2049688017,
+ 2221993182,
+ 1500565566,
+ 2382651166,
+ 3180264601,
+ 39431332,
+ 3495512887,
+ 3046352446,
+ 3230855407,
+ 2668311012,
+ 1654544830,
+ 3119668802,
+ 2751001110,
+ 3524235555,
+ 1357869513,
+ 2206979271,
+ 2858138064,
+ 357027931,
+ 2973316202,
+ 2005897709,
+ 1996434994,
+ 212994560,
+ 3250638811,
+ 3573555376,
+ 3282651917,
+ 1504950866,
+ 3681415566,
+ 1252333599,
+ 1016788149,
+ 878319250,
+ 3294449893,
+ 3780889970,
+ 2751408307,
+ 1583564017,
+ 2078339022,
+ 1843531929,
+ 1189321471,
+ 51388812,
+ 1535224094,
+ 2489363969,
+ 3991127132,
+ 3303385372,
+ 1322999141,
+ 3819380024,
+ 1201835741,
+ 2522632749,
+ 432345289,
+ 2818698371,
+ 4174050929,
+ 1061344447,
+ 2879419084,
+ 4238452044,
+ 3493979418,
+ 1067395219,
+ 3603423291,
+ 2312766186,
+ 4130472651,
+ 1543163626,
+ 904730809,
+ 670340342,
+ 983533778,
+ 4151065691,
+ 1509030648,
+ 179907074,
+ 1573842520,
+ 3788029881,
+ 1648610922,
+ 3413503380,
+ 1070845719,
+ 4037582821,
+ 4230738535,
+ 3114902197,
+ 838392155,
+ 1164205792,
+ 3493541072,
+ 1973737540,
+ 3738111387,
+ 480746708,
+ 2438064109,
+ 1931731366,
+ 899757191,
+ 3810639275,
+ 4057307301,
+ 1763308018,
+ 1348374107,
+ 3683704997,
+ 3085698804,
+ 77800268,
+ 1038751141,
+ 380679149,
+ 338482882,
+ 3506706913,
+ 4196955053,
+ 1821377341,
+ 1674543047,
+ 430738758,
+ 2027610582,
+ 473454804,
+ 2163837023,
+ 917847570,
+ 3618133536,
+ 537441414,
+ 2337687967,
+ 762133853,
+ 3965587,
+ 1381618379,
+ 1363596210,
+ 413468425,
+ 1728683506,
+ 553028358,
+ 4189090643,
+ 3149271503,
+ 2692478535,
+ 3531213479,
+ 1321532195,
+ 1264376661,
+ 582989271,
+ 3541118503,
+ 741059097,
+ 2595910609,
+ 3374527663,
+ 295450101,
+ 67839215,
+ 1809358301,
+ 4081928034,
+ 1855918616,
+ 3784906147,
+ 4095644272,
+ 2472998896,
+ 2160075443,
+ 664554811,
+ 786095238,
+ 4202044654,
+ 1395114629,
+ 3061446120,
+ 691558201,
+ 938714071,
+ 3064066819,
+ 3544963999,
+ 3908742839,
+ 502646312,
+ 1016710314,
+ 4002446016,
+ 4246920462,
+ 1259053403,
+ 2706858390,
+ 364376063,
+ 2110127166,
+ 3698063915,
+ 3763789005,
+ 3261769124,
+ 887806619,
+ 4254001769,
+ 2810860854,
+ 3807047117,
+ 638595018,
+ 1991970700,
+ 506029446,
+ 2494719145,
+ 2378000682,
+ 536473459,
+ 3665305615,
+ 146198697,
+ 572922397,
+ 4243282112,
+ 3874730152,
+ 958067396,
+ 1244323608,
+ 1000102601,
+ 1950944585,
+ 3703774493,
+ 2442630662,
+ 1033670510,
+ 2019163778,
+ 3310914348,
+ 2187405472,
+ 3892489555,
+ 575905319,
+ 824511685,
+ 1635350570,
+ 1792690435,
+ 4152281106,
+ 2342617830,
+ 958820125,
+ 551854962,
+ 1271528722,
+ 915265375,
+ 3632228491,
+ 1959975907,
+ 3559129169,
+ 2488411832,
+ 2407952434,
+ 882506653,
+ 4269397241,
+ 3029569587,
+ 506864755,
+ 3738126670,
+ 1847680189,
+ 2658711836,
+ 839750791,
+ 698935468,
+ 2580279807,
+ 1455298285,
+ 3197475798,
+ 2508344037,
+ 2150808840,
+ 1008721799,
+ 1370451181,
+ 3418094369,
+ 2732848929,
+ 4105077128,
+ 1013340279,
+ 2122525901,
+ 2503346630,
+ 407565477,
+ 2309091786,
+ 1836394517,
+ 340416955,
+ 576214325,
+ 2318898523,
+ 1783513459,
+ 655895731,
+ 2715403774,
+ 3540419174,
+ 2403480646,
+ 1437844854,
+ 1710922350,
+ 1503529329,
+ 1517609437,
+ 388256294,
+ 1372798631,
+ 683578756,
+ 1948364043,
+ 3302465962,
+ 505961473,
+ 3535381729,
+ 3052185477,
+ 2403901014,
+ 2890053157,
+ 1722449173,
+ 1505395308,
+ 1869174550,
+ 2264670816,
+ 2730285956,
+ 1118164222,
+ 3023968625,
+ 967771216,
+ 1847233658,
+ 3039614468,
+ 3813541159,
+ 2841668532,
+ 1467952142,
+ 2517169729,
+ 1256963649,
+ 1491440965,
+ 3457359494,
+ 844765386,
+ 2898440134,
+ 2172478236,
+ 1440412534,
+ 3563919240,
+ 4148693562,
+ 1940075918,
+ 3746184524,
+ 679489093,
+ 3706904972,
+ 1615808234,
+ 3510677350,
+ 3522745096,
+ 2276545574,
+ 2772387076,
+ 535086319,
+ 595101561,
+ 2594065105,
+ 1237007504,
+ 24066468,
+ 3044590605,
+ 3675258677,
+ 1183658749,
+ 3453862278,
+ 2494759901,
+ 2214737551,
+ 3371119492,
+ 3898265665,
+ 3231559929,
+ 1247575691,
+ 886213552,
+ 1129438511,
+ 923830510,
+ 2622175141,
+ 516070048,
+ 2601706705,
+ 3430832543,
+ 689233001,
+ 2345833976,
+ 178506187,
+ 4239859616,
+ 529254076,
+ 1829143198,
+ 3125389494,
+ 648818881,
+ 1207787477,
+ 508862763,
+ 458647969,
+ 2594653655,
+ 3370899772,
+ 4039074678,
+ 1817635327,
+ 4091276495,
+ 1848880731,
+ 382084519,
+ 3022084362,
+ 1412549064,
+ 3849408678,
+ 4093064030,
+ 1924687486,
+ 2739253085,
+ 2062393818,
+ 2999747250,
+ 1749726265,
+ 1095187628,
+ 1607750898,
+ 3902344822,
+ 2129234989,
+ 2941344688,
+ 1665079771,
+ 3170993176,
+ 3211394041,
+ 2703517567,
+ 4224888979,
+ 2267641517,
+ 1326653731,
+ 3510315312,
+ 4166730810,
+ 637618266,
+ 2123542711,
+ 2104488685,
+ 1334879553,
+ 879096110,
+ 859058567,
+ 3524504937,
+ 448062606,
+ 1104444046,
+ 3233964384,
+ 4256063136,
+ 1826786856,
+ 2219302985,
+ 2775528700,
+ 2784205032,
+ 3522217194,
+ 1974807071,
+ 3451084129,
+ 303575065,
+ 2575769897,
+ 1792613613,
+ 1427693526,
+ 1576012285,
+ 3049993839,
+ 3199697593,
+ 4134890505,
+ 2923852270,
+ 3730548257,
+ 908379291,
+ 265517029,
+ 2796559233,
+ 2242580415,
+ 1177614502,
+ 3766472717,
+ 910383220,
+ 3685207801,
+ 46985408,
+ 1961909217,
+ 2907305808,
+ 3644576672,
+ 2229233278,
+ 995572078,
+ 3501555033,
+ 158548594,
+ 1540978861,
+ 18762481,
+ 1846718901,
+ 1029886993,
+ 3819735007,
+ 2831491715,
+ 2227799821,
+ 701715525,
+ 3309814306,
+ 2175127626,
+ 1395404693,
+ 3479849255,
+ 1836754664,
+ 3720877730,
+ 3027158826,
+ 1574195707,
+ 506043995,
+ 2663312098,
+ 2246303796,
+ 2858623902,
+ 2033369406,
+ 3059113069,
+ 1528394458,
+ 41062765,
+ 2167659284,
+ 1888120883,
+ 384518155,
+ 1829865421,
+ 1282744571,
+ 1294725707,
+ 3937273585,
+ 852472823,
+ 1220510101,
+ 2453981865,
+ 1242483645,
+ 2719097957,
+ 1703169690,
+ 487388702,
+ 1354994669,
+ 1447735566,
+ 4104167,
+ 1210699265,
+ 1847432983,
+ 2343336288,
+ 3516359018,
+ 1795019555,
+ 4043315594,
+ 1055790561,
+ 1879254264,
+ 1611475287,
+ 4034980660,
+ 1949401573,
+ 3765498243,
+ 574863979,
+ 2555026857,
+ 4022615157,
+ 736691471,
+ 4282875447,
+ 664346537,
+ 2596414857,
+ 1603507048,
+ 4220292990,
+ 1835333234,
+ 4440612,
+ 3821852505,
+ 243254829,
+ 2117821607,
+ 1445486605,
+ 1787099461,
+ 804781822,
+ 2317107591,
+ 3974223944,
+ 258926523,
+ 2619673825,
+ 2416411117,
+ 3678746372,
+ 2228590701,
+ 814530594,
+ 986705860,
+ 4017877530,
+ 3028098376,
+ 1097539038,
+ 58423857,
+ 823755679,
+ 2735237917,
+ 2179714822,
+ 4218572574,
+ 1219243458,
+ 1991021574,
+ 2760299400,
+ 679600367,
+ 468753481,
+ 4293260438,
+ 1126746019,
+ 3873627856,
+ 2494139006,
+ 1379013527,
+ 3547929212,
+ 1802801162,
+ 2042886371,
+ 3078844175,
+ 3825255458,
+ 1052063867,
+ 3091728501,
+ 616819689,
+ 1917034630,
+ 829491144,
+ 4113740463,
+ 3620091835,
+ 1011606387,
+ 964080953,
+ 1822205343,
+ 3125430186,
+ 2437451326,
+ 3184653399,
+ 1435814164,
+ 3931305641,
+ 2089200032,
+ 3515688582,
+ 3813771638,
+ 3819889539,
+ 3630375676,
+ 2011643445,
+ 3901872112,
+ 3715049502,
+ 840181271,
+ 757738958,
+ 2924823933,
+ 1434747343,
+ 130077343,
+ 1888608659,
+ 2227430354,
+ 2959389445,
+ 2302046084,
+ 2517998929,
+ 284979750,
+ 3935307924,
+ 1726307,
+ 2124134064,
+ 1823057576,
+ 2244390665,
+ 3807395050,
+ 121153981,
+ 2976426609,
+ 4261805103,
+ 3983948677,
+ 761506741,
+ 4193250461,
+ 3108381042,
+ 2194303492,
+ 1059242370,
+ 3433706536,
+ 2054292609,
+ 2000584975,
+ 1464315921,
+ 1872665227,
+ 168348162,
+ 2934107354,
+ 1550639476,
+ 1700059117,
+ 2673047809,
+ 1991608686,
+ 2677916127,
+ 3880881117,
+ 520986532,
+ 2760642586,
+ 160391911,
+ 1158388011,
+ 3174554435,
+ 1692888444,
+ 35315305,
+ 4106421830,
+ 2716973982,
+ 70707141,
+ 3864271494,
+ 2002842125,
+ 1365097410,
+ 4196746769,
+ 79128007,
+ 2779476860,
+ 566722737,
+ 1637469752,
+ 4134530758,
+ 1111627051,
+ 3875985120,
+ 3352807631,
+ 833978145,
+ 3795889903,
+ 2316676692,
+ 3453530121,
+ 252400860,
+ 1386693533,
+ 3375096650,
+ 224235388,
+ 809414544,
+ 4273068225,
+ 548306780,
+ 586273337,
+ 9076777,
+ 3334428413,
+ 569310009,
+ 119214570,
+ 3266024765,
+ 4025012439,
+ 331531397,
+ 2442235372,
+ 3102093731,
+ 3327904917,
+ 1568733841,
+ 873619841,
+ 1534025907,
+ 2909894272,
+ 3781957755,
+ 3154405645,
+ 3123506488,
+ 3536526314,
+ 574729724,
+ 2666108351,
+ 2207907599,
+ 4167360287,
+ 3377460989,
+ 208368586,
+ 760364801,
+ 1951561492,
+ 1645243584,
+ 4228804206,
+ 605023747,
+ 442279935,
+ 2371220682,
+ 1779049731,
+ 4046285935,
+ 1410673635,
+ 3414076979,
+ 1401480672,
+ 3818992511,
+ 153985057,
+ 1477000720,
+ 4005064297,
+ 1053828743,
+ 3436635970,
+ 3424228678,
+ 2669527778,
+ 425965729,
+ 721959362,
+ 182444354,
+ 3423543810,
+ 1905959987,
+ 985554486,
+ 234225926,
+ 2168713476,
+ 623840665,
+ 2368050084,
+ 3040878596,
+ 3035434558,
+ 4215933855,
+ 3806995968,
+ 989548661,
+ 4147794998,
+ 3072912252,
+ 3176489320,
+ 1066232544,
+ 1541268936,
+ 3379927651,
+ 498060353,
+ 3463482211,
+ 958014185,
+ 4115577686,
+ 387117145,
+ 439969058,
+ 2557636065,
+ 3165797397,
+ 1066786925,
+ 3367173731,
+ 3037916309,
+ 2773321058,
+ 3135440448,
+ 599378382,
+ 2555626230,
+ 1961340375,
+ 1924602166,
+ 666137573,
+ 1902210174,
+ 2888451259,
+ 1621974848,
+ 2179353706,
+ 2282716652,
+ 2290308339,
+ 3489403450,
+ 3443185763,
+ 3329423111,
+ 827729712,
+ 3276252666,
+ 2931061683,
+ 1500043602,
+ 3717375001,
+ 337149733,
+ 3298527024,
+ 481191127,
+ 1967971302,
+ 996280201,
+ 1214287193,
+ 1280761888,
+ 3542428275,
+ 2385766023,
+ 3263123143,
+ 3808765213,
+ 1343251393,
+ 1523374022,
+ 268810322,
+ 2833897934,
+ 1617540292,
+ 2968311544,
+ 1869128009,
+ 1466336383,
+ 1353149654,
+ 2977523321,
+ 4255812096,
+ 3423418705,
+ 1974609416,
+ 484555456,
+ 1810012857,
+ 2388708529,
+ 1657273852,
+ 353202934,
+ 1739180546,
+ 3092013823,
+ 1653778823,
+ 1578749200,
+ 2141351217,
+ 2903207503,
+ 2031321379,
+ 3420293945,
+ 3032711685,
+ 2014732481,
+ 3149876243,
+ 1265103731,
+ 2681263265,
+ 2950573604,
+ 2726766278,
+ 3042922946,
+ 2902365941,
+ 1342214255,
+ 1131546827,
+ 2508372227,
+ 1926046322,
+ 2789983551,
+ 133513645,
+ 635681997,
+ 737784487,
+ 3656580480,
+ 2105982563,
+ 3315613770,
+ 778965707,
+ 933495381,
+ 895329165,
+ 165419866,
+ 1746604633,
+ 3861580219,
+ 4273349237,
+ 3558303901,
+ 2142884654,
+ 3591232679,
+ 1057013628,
+ 1547464882,
+ 4252192227,
+ 2202996955,
+ 265362011,
+ 3629132494,
+ 2798393065,
+ 163793978,
+ 2938597655,
+ 1695331754,
+ 1927027769,
+ 1689604506,
+ 3500333509,
+ 1908386941,
+ 2628482580,
+ 3091917673,
+ 287836407,
+ 3819716335,
+ 3258717042,
+ 379486562,
+ 3741771732,
+ 2007574185,
+ 3106766472,
+ 1404407905,
+ 3560619930,
+ 3128705922,
+ 1584146128,
+ 1901922518,
+ 3255334870,
+ 2133131363,
+ 2980698630,
+ 3014495939,
+ 2231745626,
+ 597723692,
+ 72028183,
+ 2418774175,
+ 818338756,
+ 1595412836,
+ 361252133,
+ 127763275,
+ 811941491,
+ 3557591397,
+ 326315757,
+ 1943860512,
+ 957042931,
+ 2920238516,
+ 2046499316,
+ 2090984492,
+ 2071039758,
+ 1786985729,
+ 3021780151,
+ 1497428060,
+ 737656665,
+ 1121396512,
+ 1823802460,
+ 2565996791,
+ 294175500,
+ 1944311138,
+ 1946835471,
+ 1746136743,
+ 3616461540,
+ 1024567664,
+ 1065049564,
+ 2721090102,
+ 1212477814,
+ 901884382,
+ 686742375,
+ 1766268787,
+ 3974733536,
+ 2885514796,
+ 369668975,
+ 2908984578,
+ 15234080,
+ 834949069,
+ 2498921270,
+ 2413020945,
+ 3072660853,
+ 818602786,
+ 1721201996,
+ 203498317,
+ 4197905658,
+ 1259897136,
+ 1747806842,
+ 3576199122,
+ 2373194389,
+ 2548207949,
+ 908821863,
+ 3066158255,
+ 3792916680,
+ 2449509081,
+ 1963708741,
+ 1573216256,
+ 3157641083,
+ 3711205277,
+ 956457223,
+ 41652061,
+ 1178189486,
+ 494639401,
+ 1010598424,
+ 554847783,
+ 562166191,
+ 2674342863,
+ 1402307916,
+ 3589413542,
+ 814679406,
+ 2709190621,
+ 3784109010,
+ 691309743,
+ 482137841,
+ 823004715,
+ 2020203998,
+ 2238370052,
+ 1053438031,
+ 1385924178,
+ 587065856,
+ 1229755984,
+ 555538934,
+ 3369723808,
+ 1262896786,
+ 3133543290,
+ 1099691334,
+ 4122424172,
+ 2421232446,
+ 2366835097,
+ 631586184,
+ 948327470,
+ 2803045360,
+ 588825429,
+ 3750647049,
+ 3119412229,
+ 1424286048,
+ 1082491299,
+ 193173435,
+ 3188915857,
+ 2875784784,
+ 3421353309,
+ 571633981,
+ 1770655660,
+ 2048933827,
+ 1538643501,
+ 2422328120,
+ 3491329937,
+ 209277549,
+ 3229923974,
+ 632582207,
+ 2959916526,
+ 35024145,
+ 498892893,
+ 3192383632,
+ 4283810481,
+ 2364556695,
+ 3679761189,
+ 1988439162,
+ 1741576630,
+ 434285902,
+ 308739848,
+ 2383073434,
+ 3651072992,
+ 1816238547,
+ 1039810761,
+ 693997278,
+ 3957734511,
+ 3710466494,
+ 4152132980,
+ 3291025993,
+ 560082406,
+ 946323045,
+ 2252664724,
+ 3416160305,
+ 2719287036,
+ 3646517229,
+ 2384076991,
+ 3924725331,
+ 2802689532,
+ 1729417254,
+ 773900885,
+ 2869229641,
+ 2115350892,
+ 4248052636,
+ 2961811080,
+ 2869703957,
+ 921485179,
+ 2309449068,
+ 1712909416,
+ 4188200440,
+ 3378464971,
+ 1028576174,
+ 2342515102,
+ 3290759006,
+ 2773110777,
+ 3254049876,
+ 3312471308,
+ 2000584916,
+ 1037319629,
+ 1087769496,
+ 3592081502,
+ 523664520,
+ 511748714,
+ 2494407961,
+ 4193459640,
+ 1093148237,
+ 832084609,
+ 617875847,
+ 3369714873,
+ 438198319,
+ 3711647997,
+ 2736086540,
+ 517507783,
+ 2091851597,
+ 2458687319,
+ 4160305411,
+ 462867029,
+ 1086859598,
+ 585637281,
+ 1950134284,
+ 602182830,
+ 3095958275,
+ 3828270332,
+ 3031088723,
+ 4147458377,
+ 1232536880,
+ 190694505,
+ 875593412,
+ 3929682605,
+ 122945976,
+ 3820431908,
+ 3461382075,
+ 2377101663,
+ 374459999,
+ 1406991191,
+ 2104225937,
+ 3870129565,
+ 1821598253,
+ 2811543918,
+ 3429570430,
+ 418997569,
+ 1232864139,
+ 3282000026,
+ 753059879,
+ 171114043,
+ 252798498,
+ 3660489709,
+ 1973133435,
+ 1781412368,
+ 2334452483,
+ 3571052820,
+ 3371496164,
+ 3462532099,
+ 733885251,
+ 3110035368,
+ 2660528935,
+ 4064404697,
+ 552571041,
+ 4039545104,
+ 2957924654,
+ 206570630,
+ 784750313,
+ 2709014194,
+ 2749717462,
+ 4033547710,
+ 3137952482,
+ 2937830077,
+ 3156105259,
+ 3372622073,
+ 3885016584,
+ 46772883,
+ 3573152053,
+ 4235852603,
+ 1532723436,
+ 2427906455,
+ 2970550573,
+ 3310226101,
+ 2645618942,
+ 3185011070,
+ 2147627938,
+ 1939817303,
+ 1423543140,
+ 3772138058,
+ 2559753425,
+ 2925242958,
+ 835689657,
+ 1104227335,
+ 2696990534,
+ 3459983217,
+ 3768784782,
+ 3310280446,
+ 468911425,
+ 2726007153,
+ 2044367550,
+ 1376694623,
+ 204321318,
+ 2149812383,
+ 2850715318,
+ 64809857,
+ 2835922079,
+ 255016134,
+ 376560976,
+ 2231577900,
+ 1693950841,
+ 2566709260,
+ 501528644,
+ 233227773,
+ 3369491806,
+ 1533252379,
+ 3663987253,
+ 3272735078,
+ 1822441365,
+ 3832285015,
+ 73764898,
+ 153853845,
+ 2390021738,
+ 2104378020,
+ 2520602454,
+ 2595134939,
+ 2581426463,
+ 2361027408,
+ 1074268394,
+ 3204044009,
+ 635577972,
+ 459914477,
+ 3577799817,
+ 2065524716,
+ 1097561640,
+ 3107072453,
+ 2626490791,
+ 3726619226,
+ 530161172,
+ 2269573977,
+ 826229664,
+ 3073616722,
+ 4249324742,
+ 717069838,
+ 160993970,
+ 2705032986,
+ 1571339582,
+ 3262202818,
+ 4269772041,
+ 2571459842,
+ 1423987143,
+ 1567932920,
+ 4138433738,
+ 3460119783,
+ 622295489,
+ 3887486213,
+ 2537470841,
+ 3453047763,
+ 1220241386,
+ 2899401311,
+ 1092671304,
+ 2844309194,
+ 3200774371,
+ 2690259979,
+ 2518684071,
+ 3281462524,
+ 3355326092,
+ 2958832878,
+ 1326608978,
+ 2227361736,
+ 1500883719,
+ 3784128700,
+ 2281318488,
+ 3525493053,
+ 3019842533,
+ 953356218,
+ 1625101144,
+ 677209585,
+ 1701741451,
+ 1573134057,
+ 3946357929,
+ 3004176405,
+ 1453295149,
+ 2417798493,
+ 3652636795,
+ 3890549470,
+ 984215477,
+ 2653426407,
+ 2344922000,
+ 2977252405,
+ 3326378253,
+ 1208092265,
+ 4218575370,
+ 2016835782,
+ 3875576334,
+ 2881837866,
+ 3647462406,
+ 2594792095,
+ 854846619,
+ 2273594895,
+ 1735731987,
+ 1345732335,
+ 190279979,
+ 1351818058,
+ 2206698616,
+ 2924550643,
+ 3083354554,
+ 794829057,
+ 3574386782,
+ 1439607856,
+ 3169011046,
+ 4115864176,
+ 3448354465,
+ 4059065813,
+ 3256496359,
+ 1753018206,
+ 282781198,
+ 3552213073,
+ 1619932623,
+ 3434407777,
+ 2948461687,
+ 2314443720,
+ 942992989,
+ 2554845255,
+ 3540098769,
+ 1281243009,
+ 1918638647,
+ 2402931230,
+ 1578122628,
+ 3812467515,
+ 161433727,
+ 4266968905,
+ 1715738265,
+ 1729584507,
+ 693725639,
+ 846442226,
+ 2239823675,
+ 783668076,
+ 1135710712,
+ 847055725,
+ 11526203,
+ 2068151949,
+ 3549985635,
+ 3982989404,
+ 3072117413,
+ 3393016325,
+ 139612887,
+ 3683379657,
+ 2744807206,
+ 3931379549,
+ 2992903347,
+ 1361746522,
+ 781656389,
+ 3760200027,
+ 2423443993,
+ 1576615253,
+ 3677337965,
+ 4133718543,
+ 2820166969,
+ 3663649386,
+ 2874077670,
+ 3664363941,
+ 3939393028,
+ 3707382196,
+ 2547654850,
+ 3761609551,
+ 2862738502,
+ 3196224472,
+ 1740026035,
+ 1411452856,
+ 1474806903,
+ 3941238797,
+ 1240207820,
+ 4176889403,
+ 1451395880,
+ 985814754,
+ 2132531218,
+ 478829291,
+ 1545867105,
+ 1856868171,
+ 3466391157,
+ 1367673510,
+ 3814830623,
+ 1257181366,
+ 1445921983,
+ 3071032822,
+ 105488161,
+ 3902089215,
+ 1208334461,
+ 1451492211,
+ 3189815332,
+ 2749795923,
+ 1051873556,
+ 3525448188,
+ 2189850198,
+ 1799862282,
+ 1720286451,
+ 1982546527,
+ 1821501803,
+ 490143190,
+ 3106217212,
+ 768668427,
+ 4014136757,
+ 99690617,
+ 1503995546,
+ 3018018778,
+ 3095425139,
+ 2845193199,
+ 3876617746,
+ 1485705371,
+ 2486367315,
+ 3955874940,
+ 293318689,
+ 1857889266,
+ 966438470,
+ 2765420698,
+ 2932380657,
+ 190308736,
+ 1374499620,
+ 2980868568,
+ 293769837,
+ 66176771,
+ 2124798707,
+ 4040877418,
+ 2385523286,
+ 1972034926,
+ 684162222,
+ 669432521,
+ 3059117940,
+ 2936492917,
+ 3189740593,
+ 2695967184,
+ 2792355876,
+ 3730621702,
+ 2848851603,
+ 428135304,
+ 1062765241,
+ 30642716,
+ 3996458650,
+ 2470139103,
+ 2070222746,
+ 2576742348,
+ 4174443054,
+ 2751300986,
+ 2839836567,
+ 3446440232,
+ 3955805385,
+ 4050959009,
+ 2135001622,
+ 1123838975,
+ 2228290184,
+ 3828396985,
+ 4073786851,
+ 1861362293,
+ 2575986195,
+ 3278595298,
+ 957723959,
+ 1880224430,
+ 1222276448,
+ 2051291935,
+ 3077138006,
+ 2860699489,
+ 3334802112,
+ 43242743,
+ 142235688,
+ 333058630,
+ 3606576308,
+ 987228195,
+ 1229434197,
+ 3665904387,
+ 1338449782,
+ 3784763108,
+ 1553565766,
+ 1227493934,
+ 1896669426,
+ 350135685,
+ 3406312868,
+ 1846271469,
+ 973572819,
+ 3028375847,
+ 760121179,
+ 3764895054,
+ 2161732455,
+ 2193197584,
+ 1283434377,
+ 1517622502,
+ 2840369842,
+ 1618778015,
+ 1622676356,
+ 3490149606,
+ 3056059904,
+ 1929820319,
+ 1523821877,
+ 973601979,
+ 213408278,
+ 4218076014,
+ 1931494471,
+ 3126124285,
+ 2439935771,
+ 578995787,
+ 3332203392,
+ 1336149122,
+ 3097347389,
+ 1612729116,
+ 3783555358,
+ 3838960186,
+ 2247942292,
+ 53058934,
+ 915887976,
+ 2227886603,
+ 1241539301,
+ 2613934868,
+ 4129752873,
+ 95964691,
+ 655574115,
+ 754357980,
+ 1566864287,
+ 3328021127,
+ 3905825879,
+ 1905430133,
+ 1213682467,
+ 2934841226,
+ 3482518741,
+ 671298003,
+ 3028179,
+ 4176355664,
+ 543505049,
+ 1172053171,
+ 3740216588,
+ 4093547309,
+ 685052591,
+ 3421713828,
+ 2038528168,
+ 2036235234,
+ 930946174,
+ 288770864,
+ 630916334,
+ 2110067270,
+ 1363859164,
+ 419292753,
+ 3447110694,
+ 2822357072,
+ 3753121966,
+ 2466344136,
+ 1996391852,
+ 2910434109,
+ 206598477,
+ 2607646792,
+ 2822268106,
+ 3185769904,
+ 2365852257,
+ 109399452,
+ 1235283929,
+ 3673405278,
+ 296476926,
+ 3170860990,
+ 3047198691,
+ 2974985269,
+ 1339223924,
+ 702131737,
+ 1338769192,
+ 2292413464,
+ 3099208019,
+ 3956571006,
+ 71498800,
+ 2518439777,
+ 3099167096,
+ 3582706332,
+ 2995772446,
+ 598679770,
+ 4076500543,
+ 2972104240,
+ 3103340247,
+ 881181335,
+ 1834616223,
+ 1443365142,
+ 983651784,
+ 623174682,
+ 1557676344,
+ 1505772503,
+ 44290357,
+ 1757605427,
+ 2549028434,
+ 1520146657,
+ 707286187,
+ 816551876,
+ 4063655141,
+ 4127961568,
+ 705830536,
+ 1042309165,
+ 1694440814,
+ 1677793247,
+ 3604260224,
+ 3634403722,
+ 3375237766,
+ 2688068513,
+ 3489165321,
+ 183578531,
+ 1130907065,
+ 3372608452,
+ 34038900,
+ 4031579192,
+ 556714704,
+ 973448691,
+ 3500707468,
+ 1679175169,
+ 216943671,
+ 3739361115,
+ 1842584363,
+ 2430999749,
+ 2369586973,
+ 3634030480,
+ 455470568,
+ 4131981057,
+ 1816832395,
+ 474465489,
+ 2308135491,
+ 2304336856,
+ 3807767744,
+ 1031485682,
+ 3794593624,
+ 3886382280,
+ 670016963,
+ 1618036618,
+ 2615367344,
+ 109228820,
+ 4173200201,
+ 3525694563,
+ 1138822620,
+ 3091019172,
+ 1454823453,
+ 3434618990,
+ 1182660271,
+ 1337018514,
+ 2502550863,
+ 1646440102,
+ 814501540,
+ 92347580,
+ 3812726919,
+ 2365025115,
+ 4064600559,
+ 66936171,
+ 3916924561,
+ 1855191784,
+ 478185957,
+ 2201183999,
+ 3961242726,
+ 3186291566,
+ 4152119631,
+ 3470204032,
+ 2940373348,
+ 3961231689,
+ 1819754277,
+ 3437935996,
+ 961801508,
+ 543111189,
+ 536188690,
+ 4185833738,
+ 1719250876,
+ 3149143289,
+ 2205283486,
+ 957231789,
+ 2118113656,
+ 2385259502,
+ 3357176750,
+ 1915858441,
+ 3938080135,
+ 270876535,
+ 4028794552,
+ 1614512960,
+ 3891731682,
+ 610565441,
+ 1612789679,
+ 1989208969,
+ 2024226780,
+ 2893045168,
+ 2759899851,
+ 97265413,
+ 1901072681,
+ 1502658402,
+ 3812349587,
+ 2991730830,
+ 1730247633,
+ 3066691092,
+ 2353888078,
+ 1934305848,
+ 1954716503,
+ 2458968451,
+ 3461763719,
+ 510491774,
+ 3635436831,
+ 1705786886,
+ 1812420632,
+ 1215140998,
+ 1686235064,
+ 1866181106,
+ 2894468347,
+ 3276088947,
+ 1214435249,
+ 1507917051,
+ 2581997244,
+ 1919092847,
+ 3668965339,
+ 2048952025,
+ 2564485946,
+ 1422507859,
+ 2938230059,
+ 2461999887,
+ 3700692280,
+ 994429886,
+ 1498381720,
+ 3919213524,
+ 2965603012,
+ 578843080,
+ 4060476827,
+ 3661407887,
+ 1399744201,
+ 3232329309,
+ 3317331590,
+ 99621343,
+ 910341129,
+ 1708345588,
+ 1894683458,
+ 2370196289,
+ 1308569519,
+ 3249722840,
+ 3047633971,
+ 1402183128,
+ 3603220452,
+ 1336347463,
+ 190666642,
+ 1995505972,
+ 1127984173,
+ 3112352344,
+ 120964928,
+ 1185789227,
+ 1660676796,
+ 735773147,
+ 341562939,
+ 3447454183,
+ 4178694032,
+ 1756452173,
+ 3203951686,
+ 3021476095,
+ 26399352,
+ 1135017372,
+ 3454817476,
+ 414314313,
+ 2138954105,
+ 4207947692,
+ 3407671681,
+ 3858202961,
+ 236209698,
+ 143209302,
+ 131315954,
+ 3258681015,
+ 4048379630,
+ 886765788,
+ 637481058,
+ 886958775,
+ 2162908067,
+ 598408057,
+ 2060528719,
+ 1725662266,
+ 3301349760,
+ 1068794422,
+ 1807259490,
+ 1394663973,
+ 1269299244,
+ 1939955831,
+ 1948336761,
+ 3991285356,
+ 147288894,
+ 143176637,
+ 899846425,
+ 2200057009,
+ 990309091,
+ 1482215190,
+ 3141809526,
+ 1975717246,
+ 587466485,
+ 3964298861,
+ 2391354663,
+ 2197016147,
+ 2434960965,
+ 1678891244,
+ 1800561843,
+ 2098735280,
+ 533404097,
+ 1633587096,
+ 2244571916,
+ 426615216,
+ 4142416400,
+ 4083079841,
+ 2871409690,
+ 3343777901,
+ 1783433714,
+ 4264647267,
+ 919762602,
+ 4099044933,
+ 857099228,
+ 2965364706,
+ 3986094527,
+ 3299952144,
+ 2354485252,
+ 871101551,
+ 3696931531,
+ 1759370865,
+ 1478770545,
+ 493931545,
+ 2666804720,
+ 1358643029,
+ 922073925,
+ 1466686153,
+ 1007281222,
+ 167680706,
+ 1242210567,
+ 2101545366,
+ 1906719149,
+ 256194620,
+ 2631482930,
+ 1858624755,
+ 2208228518,
+ 943297710,
+ 4016641885,
+ 2611704256,
+ 1908448390,
+ 1249029548,
+ 3590092013,
+ 2427355508,
+ 398363218,
+ 3727721081,
+ 1239705902,
+ 275339720,
+ 2289589405,
+ 6066331,
+ 3341347695,
+ 3837017225,
+ 1829188202,
+ 488842757,
+ 3354737108,
+ 326526668,
+ 2496808814,
+ 1117544383,
+ 1827880801,
+ 3734251687,
+ 2061445873,
+ 3156475488,
+ 1486826371,
+ 1036388247,
+ 3232853476,
+ 714302425,
+ 969818042,
+ 1041139020,
+ 2291220384,
+ 882807149,
+ 2226074741,
+ 2526410150,
+ 420023441,
+ 1976205298,
+ 3642660072,
+ 78269974,
+ 333261002,
+ 73142091,
+ 2868260895,
+ 2248319638,
+ 1264498410,
+ 3221985513,
+ 3176946910,
+ 700240411,
+ 2645649304,
+ 1406094341,
+ 2382200144,
+ 2187133509,
+ 370949899,
+ 2382882579,
+ 679146354,
+ 2956567455,
+ 1055274466,
+ 312317999,
+ 2945531550,
+ 432637857,
+ 2187225134,
+ 2296023911,
+ 2822442989,
+ 3892414597,
+ 312059717,
+ 2967901659,
+ 739967245,
+ 1340354627,
+ 2258772355,
+ 3382591557,
+ 2169076886,
+ 4154332229,
+ 963999144,
+ 743373052,
+ 7614609,
+ 611071271,
+ 1209319957,
+ 2790070743,
+ 845858813,
+ 667887296,
+ 506748741,
+ 1660679587,
+ 3308063220,
+ 1971374848,
+ 593908867,
+ 4293338450,
+ 2617862352,
+ 999430522,
+ 174109802,
+ 1657328530,
+ 3475747287,
+ 830830011,
+ 3405352709,
+ 3264716367,
+ 1948398919,
+ 870202625,
+ 4014180116,
+ 4001452612,
+ 2749767086,
+ 2740520100,
+ 3514170957,
+ 3473041725,
+ 181965018,
+ 3468023675,
+ 2603181632,
+ 3445446288,
+ 1107916133,
+ 1952806124,
+ 3685853730,
+ 1201298610,
+ 3346790178,
+ 2585632260,
+ 1400843886,
+ 2966311449,
+ 819985347,
+ 501059000,
+ 3238327053,
+ 1376286773,
+ 3847015085,
+ 3277646203,
+ 765554627,
+ 4239208668,
+ 3235487602,
+ 436993801,
+ 744126095,
+ 2297454605,
+ 1276615773,
+ 681319946,
+ 844881403,
+ 972414711,
+ 1947988109,
+ 3202692259,
+ 994283028,
+ 915239137,
+ 3283172365,
+ 694690423,
+ 3635262693,
+ 34466199,
+ 1497745193,
+ 276533570,
+ 3225538937,
+ 573590917,
+ 2965303167,
+ 621846188,
+ 904385291,
+ 3895866027,
+ 3590210208,
+ 2332317505,
+ 2633026623,
+ 2977727623,
+ 157886526,
+ 521250084,
+ 465120487,
+ 1715640052,
+ 362390082,
+ 3902938432,
+ 2824682785,
+ 474756140,
+ 2323913083,
+ 2282900129,
+ 3278803052,
+ 374343284,
+ 2431362504,
+ 3549923474,
+ 2771047550,
+ 4253239962,
+ 1571543978,
+ 690856581,
+ 2026702297,
+ 4096355015,
+ 3351130230,
+ 625146001,
+ 1550130762,
+ 1880755719,
+ 3923267087,
+ 6625154,
+ 883626425,
+ 3338768344,
+ 498117609,
+ 1927044453,
+ 2194496375,
+ 4107174595,
+ 2665309563,
+ 4113852,
+ 3643873091,
+ 2227207449,
+ 3701894980,
+ 2503502732,
+ 3309125202,
+ 4042823315,
+ 1544481061,
+ 638240371,
+ 377011431,
+ 3570501575,
+ 758240131,
+ 1633141749,
+ 4215721340,
+ 1267680717,
+ 1569512944,
+ 581526508,
+ 1449410375,
+ 2938073616,
+ 3298680318,
+ 2301481144,
+ 1674961366,
+ 3277170325,
+ 292909786,
+ 4240742652,
+ 67562486,
+ 1367008869,
+ 923837010,
+ 580790120,
+ 2770993079,
+ 3005138212,
+ 284812280,
+ 1421820560,
+ 2836013506,
+ 1109844036,
+ 3977205663,
+ 1436932589,
+ 3325723267,
+ 1387707968,
+ 147934696,
+ 388849369,
+ 4099457098,
+ 1683633005,
+ 2928608495,
+ 1928942301,
+ 2608050023,
+ 1155387758,
+ 3288945149,
+ 442730756,
+ 1123614079,
+ 2268456127,
+ 1043114801,
+ 1600331116,
+ 1387268696,
+ 2994763939,
+ 1376167571,
+ 733045367,
+ 2181920158,
+ 2464373317,
+ 362860139,
+ 3550115251,
+ 3544082686,
+ 3569638536,
+ 700665141,
+ 226505997,
+ 3624619310,
+ 2019343957,
+ 394295582,
+ 3726295555,
+ 118349551,
+ 3081300252,
+ 3612035132,
+ 2639980776,
+ 2659889395,
+ 1721917114,
+ 650243433,
+ 3890260999,
+ 360255529,
+ 2204325489,
+ 1354604255,
+ 3869397516,
+ 2868414141,
+ 1142493608,
+ 1176378628,
+ 246020931,
+ 4029237886,
+ 3597338107,
+ 1363517001,
+ 2350917167,
+ 3824578889,
+ 1393204365,
+ 1300974768,
+ 1700511514,
+ 1432814315,
+ 4161965621,
+ 725623114,
+ 4125274779,
+ 2439526126,
+ 3393374136,
+ 3896165652,
+ 2559322900,
+ 648292066,
+ 3180586768,
+ 2609918042,
+ 3934167453,
+ 745395970,
+ 893862925,
+ 1525497592,
+ 1278968265,
+ 58900451,
+ 1783403422,
+ 4278661289,
+ 607113073,
+ 2411919976,
+ 3570304525,
+ 3164558442,
+ 261884190,
+ 1946099851,
+ 2212800785,
+ 1540198106,
+ 987790903,
+ 2968716516,
+ 736007338,
+ 2638954572,
+ 3334161698,
+ 550305266,
+ 3352705775,
+ 99006505,
+ 1995212698,
+ 3663559969,
+ 3693915105,
+ 2661194094,
+ 1239720320,
+ 3106457282,
+ 835638568,
+ 3814053222,
+ 1997291095,
+ 1970642362,
+ 496954865,
+ 3785889518,
+ 2494493902,
+ 1076147363,
+ 2779526885,
+ 266173708,
+ 1787418123,
+ 3035649927,
+ 1412946202,
+ 2056696749,
+ 928668324,
+ 2705044393,
+ 1548644863,
+ 1464608516,
+ 3868077736,
+ 3355202520,
+ 1507530555,
+ 4149073988,
+ 2950190286,
+ 4028340536,
+ 1192530907,
+ 883103651,
+ 420463556,
+ 1749554348,
+ 3862913629,
+ 3287182013,
+ 3484994907,
+ 2954256325,
+ 730896169,
+ 3249718444,
+ 1088563875,
+ 549938607,
+ 2005069451,
+ 380504627,
+ 3892964593,
+ 1010150603,
+ 94460017,
+ 1853827466,
+ 652664335,
+ 3632230263,
+ 2637481805,
+ 2839486270,
+ 1230438759,
+ 1495139700,
+ 3890593874,
+ 4231959441,
+ 1166109182,
+ 3141599446,
+ 4277872386,
+ 3988992610,
+ 2010464005,
+ 1319108676,
+ 2934910070,
+ 3481688291,
+ 3976048884,
+ 2972013012,
+ 3153519671,
+ 3336527986,
+ 3985112073,
+ 1370833598,
+ 1914830400,
+ 1917095442,
+ 1307728803,
+ 4008247860,
+ 2885468347,
+ 806256882,
+ 2053943890,
+ 602195878,
+ 749975102,
+ 2629093719,
+ 444819541,
+ 1489982169,
+ 1870608471,
+ 2338718937,
+ 2547039058,
+ 1728121604,
+ 799819032,
+ 3996095140,
+ 3618540302,
+ 979909679,
+ 3141596918,
+ 2893707098,
+ 49913175,
+ 3041213796,
+ 1169071992,
+ 215035583,
+ 634555377,
+ 1058049949,
+ 2122807985,
+ 2929917568,
+ 944794649,
+ 1296602250,
+ 2848039750,
+ 78609948,
+ 1138599330,
+ 3710216932,
+ 3985064616,
+ 3953386964,
+ 2172853976,
+ 3279447632,
+ 3015137664,
+ 1927049514,
+ 1266273596,
+ 1320200835,
+ 1275168923,
+ 333722813,
+ 95929038,
+ 2333126759,
+ 747708563,
+ 921887207,
+ 3695104342,
+ 3327936668,
+ 602563651,
+ 3929871142,
+ 2141918564,
+ 1010359231,
+ 3967763959,
+ 2255404359,
+ 1233360357,
+ 46072913,
+ 3636965107,
+ 4141773889,
+ 4162494958,
+ 1456222332,
+ 2494537434,
+ 3935557762,
+ 3907370575,
+ 343629121,
+ 188144289,
+ 2140240018,
+ 1090760588,
+ 1555048154,
+ 449099012,
+ 2121238905,
+ 2534152136,
+ 1451008139,
+ 705274699,
+ 2898891827,
+ 2682107539,
+ 4088745236,
+ 341095250,
+ 1318534361,
+ 1328986218,
+ 865049724,
+ 881824026,
+ 1339096364,
+ 3979055922,
+ 2120819993,
+ 456671046,
+ 3534582444,
+ 2090155661,
+ 3118517957,
+ 3158756077,
+ 2110704939,
+ 4149517117,
+ 2807536287,
+ 2137559241,
+ 4202817251,
+ 1815408492,
+ 918115455,
+ 1140081123,
+ 1540106022,
+ 3655553344,
+ 4229924973,
+ 3436921861,
+ 3758587381,
+ 4033485238,
+ 2070905039,
+ 3756591159,
+ 3291691656,
+ 1826048444,
+ 4139310704,
+ 1480069702,
+ 2840620572,
+ 3727637100,
+ 3738288842,
+ 1715658565,
+ 490074979,
+ 1183025739,
+ 3237983364,
+ 3373632203,
+ 2958092341,
+ 1807797345,
+ 1246566701,
+ 2277937072,
+ 2328373895,
+ 2159899487,
+ 4196504663,
+ 1995892279,
+ 3723342028,
+ 3373095138,
+ 2485345939,
+ 1648239277,
+ 3570295732,
+ 3878032452,
+ 2326790112,
+ 1335133854,
+ 2972477483,
+ 1944572115,
+ 1813199608,
+ 3636275331,
+ 2470663402,
+ 2541786241,
+ 386494056,
+ 3468640465,
+ 3909908704,
+ 3834078419,
+ 1790816824,
+ 3201407622,
+ 3569045704,
+ 3811430535,
+ 2618813906,
+ 2132511650,
+ 397574924,
+ 17724939,
+ 2589734458,
+ 57470340,
+ 3820520374,
+ 3967421368,
+ 1222803357,
+ 1636594214,
+ 3104317554,
+ 2774724024,
+ 3122658720,
+ 113712712,
+ 3206866263,
+ 3499398700,
+ 1400896626,
+ 3268525998,
+ 472122406,
+ 652433776,
+ 3933344366,
+ 876776366,
+ 2992137815,
+ 202990778,
+ 225434196,
+ 857903947,
+ 3866837367,
+ 3606667573,
+ 41965912,
+ 1372741340,
+ 530216291,
+ 3866315483,
+ 1890539611,
+ 3917186342,
+ 4137533253,
+ 2303199821,
+ 1147302337,
+ 2842514,
+ 1772299952,
+ 993783867,
+ 205097073,
+ 2660850989,
+ 2437195748,
+ 2158779219,
+ 2000326795,
+ 3070278929,
+ 3413035927,
+ 3477375660,
+ 2718554892,
+ 2302411640,
+ 1812366739,
+ 3117335025,
+ 255761923,
+ 2982148936,
+ 3411387968,
+ 76135132,
+ 1662998170,
+ 2147499114,
+ 767724710,
+ 3658192398,
+ 453718728,
+ 1100591552,
+ 1841309960,
+ 2938322978,
+ 4185136605,
+ 461572970,
+ 3555875485,
+ 1414139322,
+ 186287062,
+ 3882110973,
+ 4014855937,
+ 1690864045,
+ 911397599,
+ 1486493799,
+ 371235676,
+ 3947211940,
+ 628779056,
+ 149536867,
+ 3833522288,
+ 1217349615,
+ 1663219333,
+ 3648657146,
+ 2272330162,
+ 3662990711,
+ 2791435897,
+ 1853392508,
+ 1109805592,
+ 3627468156,
+ 922891138,
+ 3920189270,
+ 3723491025,
+ 2701753462,
+ 2973496100,
+ 3590747305,
+ 2730521325,
+ 3038011936,
+ 2738130785,
+ 2266095949,
+ 626233935,
+ 946540769,
+ 1515686477,
+ 2508297708,
+ 428448245,
+ 215884084,
+ 3936686270,
+ 1528113930,
+ 1083842954,
+ 3461711889,
+ 583808800,
+ 3016358188,
+ 4111671823,
+ 3486899278,
+ 1001651275,
+ 998437647,
+ 2656023248,
+ 2785734354,
+ 3002643501,
+ 224688856,
+ 265180907,
+ 940424866,
+ 52864898,
+ 1563550045,
+ 4199367371,
+ 1703539819,
+ 825881803,
+ 2892422995,
+ 508309688,
+ 13179654,
+ 2395597941,
+ 4226386507,
+ 776744811,
+ 309472414,
+ 1606745230,
+ 4189282947,
+ 747996581,
+ 4218212909,
+ 1581447757,
+ 1389239858,
+ 309935021,
+ 542939405,
+ 2336979664,
+ 1098010366,
+ 3707524281,
+ 1763157763,
+ 99745433,
+ 4244133133,
];
static const List _envieddataprivateKeyFCM = [
- 737108555,
- 573120264,
- 87094948,
- 3005608675,
- 2324184216,
- 319752,
- 2992299204,
- 1346659142,
- 2924955227,
- 62838652,
- 2170406339,
- 2505515853,
- 3735550869,
- 3806209418,
- 3398063706,
- 4084618633,
- 1378498890,
- 3623321554,
- 1059847789,
- 656736229,
- 1833632106,
- 2992399026,
- 3804747323,
- 3613930740,
- 364610273,
- 974428937,
- 1309336020,
- 1575179400,
- 589362844,
- 2939539790,
- 839258206,
- 66853753,
- 1800855227,
- 989131152,
- 1213040852,
- 991279746,
- 1644643515,
- 4139169515,
- 3747969839,
- 2280084634,
- 3433754596,
- 3069250504,
- 2150388570,
- 504933757,
- 1756199986,
- 1163653499,
- 1561342153,
- 957420314,
- 1499889692,
- 1738785578,
- 1142339007,
- 98655099,
- 1222420364,
- 3251658993,
- 1828673135,
- 2669757144,
- 1663890459,
- 4213198321,
- 1901515874,
- 2006237347,
- 3566990354,
- 432866862,
- 1264698268,
- 3101388351,
- 2703842874,
- 2049244849,
- 3628984102,
- 1832165856,
- 4205264573,
- 4014240846,
- 969864724,
- 703342057,
- 2882946839,
- 2360807044,
- 2781536917,
- 3050041806,
- 685806501,
- 1311138766,
- 3060249472,
- 1002364005,
- 1773186238,
- 850997478,
- 3999181081,
- 3970312594,
- 1035395332,
- 4109867787,
- 3639678762,
- 4268164700,
- 3408604689,
- 3354725212,
- 1327178085,
- 3339196965,
- 3402432735,
- 3411255555,
- 527910672,
- 3283055942,
- 3194268924,
- 1184094770,
- 3791630210,
- 3499230446,
- 2572662905,
- 2946226106,
- 2416566649,
- 440429588,
- 3966221517,
- 4121517494,
- 4232402970,
- 634559400,
- 175875277,
- 3055100599,
- 1446238388,
- 2098346512,
- 602461448,
- 1444886686,
- 435403534,
- 1988702899,
- 1905524156,
- 2737701128,
- 2042619919,
- 2832605421,
- 810205602,
- 2822943762,
- 4273478799,
- 2336636954,
- 1116549017,
- 876235489,
- 4220014603,
- 4176943364,
- 976927936,
- 584017238,
- 3546447076,
- 4242171725,
- 2638608623,
- 1952394720,
- 2917757434,
- 3707210969,
- 2461337397,
- 233635473,
- 1707193053,
- 2607604092,
- 4268905758,
- 3870066962,
- 3191750755,
- 2860161737,
- 346202715,
- 1644345551,
- 2250124663,
- 944391560,
- 3255524836,
- 892954434,
- 1808714457,
- 1390002352,
- 587678782,
- 2218828887,
- 3374471366,
- 1141500883,
- 1838733130,
- 2966644186,
- 880245682,
- 2087597865,
- 293704405,
- 978320239,
- 3978037542,
- 2180809270,
- 248819961,
- 1637697582,
- 2355942918,
- 1795956975,
- 3772518855,
- 3881755583,
- 4269727345,
- 2875576313,
- 3127537672,
- 4034453517,
- 2203270681,
- 34570491,
- 2396105419,
- 571104187,
- 475073460,
- 4159175137,
- 1027140163,
- 373649584,
- 1416965554,
- 504987109,
- 592068387,
- 2921450725,
- 3935163186,
- 1454349431,
- 656342459,
- 754900459,
- 1182580336,
- 1128670844,
- 89676664,
- 2402432219,
- 2014451563,
- 3489468472,
- 4013501579,
- 1653974771,
- 2887167301,
- 3893150600,
- 1533169117,
- 1164736693,
- 1780892176,
- 4014216449,
- 1358147845,
- 2337429967,
- 1741844172,
- 4102090138,
- 2748631209,
- 493502043,
- 1850086250,
- 1960883872,
- 3308646141,
- 38467784,
- 3028939423,
- 917717418,
- 2742104058,
- 1723815379,
- 2119841643,
- 3876374702,
- 1705086583,
- 2881525174,
- 1570309641,
- 4020838264,
- 4042003293,
- 3183612606,
- 1061776862,
- 464840164,
- 2286632499,
- 1917636894,
- 24591981,
- 1176332355,
- 477226058,
- 2125512623,
- 2725072343,
- 4100958044,
- 724903740,
- 2328117464,
- 763126065,
- 2374124328,
- 2956326137,
- 1671131080,
- 3720376937,
- 2502605792,
- 4144105457,
- 657115522,
- 799433225,
- 4278237010,
- 769817022,
- 3428656894,
- 3593147896,
- 1412960961,
- 2453315677,
- 3669869228,
- 1496696915,
- 2426769372,
- 1026625350,
- 3651924346,
- 2279303876,
- 2686506580,
- 1087789622,
- 601636611,
- 3613706592,
- 1825740680,
- 2450074821,
- 421625699,
- 1992538677,
- 895723231,
- 1259255836,
- 3722659869,
- 4013418804,
- 1562558432,
- 1632139212,
- 2991629804,
- 2273247903,
- 599051877,
- 1669649063,
- 568846736,
- 1494068278,
- 2739996334,
- 2779113475,
- 779098991,
- 3619089275,
- 3385785805,
- 1519618923,
- 953641830,
- 1721296176,
- 4044107017,
- 3004078576,
- 3009551622,
- 2517659688,
- 46896626,
- 2278016032,
- 647406949,
- 3288514804,
- 431565978,
- 2590570630,
- 1584893212,
- 2225661949,
- 260418195,
- 3321929609,
- 119911565,
- 1690776057,
- 4150474181,
- 3566955015,
- 549546116,
- 3176774939,
- 4174765387,
- 834562627,
- 15793015,
- 1553903215,
- 3210900532,
- 1589989195,
- 3760850106,
- 1094719853,
- 3518056814,
- 178402176,
- 826054892,
- 3928025325,
- 2810483442,
- 2685635719,
- 2372946055,
- 1313388345,
- 3488829378,
- 2825312486,
- 2681967209,
- 2805496687,
- 4084983479,
- 2657934675,
- 2021592261,
- 2915120964,
- 2962530999,
- 1722337754,
- 1280032320,
- 2548289207,
- 171512011,
- 415022427,
- 1189000213,
- 932422093,
- 3216733954,
- 341391488,
- 3047858398,
- 1651917920,
- 2277957377,
- 490984170,
- 4236650703,
- 304171047,
- 65598342,
- 3558705824,
- 1971557057,
- 171398218,
- 2394745305,
- 310403219,
- 2891826990,
- 1724246437,
- 2016263887,
- 3028194785,
- 1651520363,
- 3098360454,
- 3908082777,
- 1842511466,
- 2816161498,
- 3849091878,
- 2742832506,
- 790092579,
- 1390496180,
- 816088911,
- 3429482310,
- 461830464,
- 3199835821,
- 3686386171,
- 3979458464,
- 1170862475,
- 1979591335,
- 3166629007,
- 2643421390,
- 893272993,
- 1872015762,
- 217186195,
- 2396243305,
- 2114500200,
- 2929432711,
- 3286323068,
- 172230453,
- 3745091820,
- 2433348878,
- 2437657984,
- 280270882,
- 28997424,
- 1196313517,
- 275582832,
- 3333984474,
- 4164495324,
- 1044000827,
- 333220470,
- 1650095998,
- 2490214838,
- 1724270264,
- 2827910589,
- 504243733,
- 1584872504,
- 3188418969,
- 1245166858,
- 3263494381,
- 3798399298,
- 1988345107,
- 2727316038,
- 1196129687,
- 431024789,
- 1545774310,
- 4139702133,
- 374409287,
- 3588824958,
- 1492345984,
- 932072650,
- 3424993429,
- 2422754404,
- 998601603,
- 2521224744,
- 1072875366,
- 1159425352,
- 737029028,
- 3650336119,
- 1303107111,
- 2039781305,
- 2856489005,
- 3623638022,
- 3845037417,
- 2946816859,
- 3927059867,
- 1845338879,
- 1231510456,
- 2933439197,
- 683918509,
- 872778238,
- 2604776394,
- 1981900672,
- 3635907931,
- 1550896897,
- 3629184454,
- 1206118482,
- 3648149660,
- 727434637,
- 1602639706,
- 1780556354,
- 3850244601,
- 1323335145,
- 1108496724,
- 1157470066,
- 2772928286,
- 3452416360,
- 718494283,
- 3881102540,
- 215401713,
- 3798263293,
- 1615013299,
- 4035375869,
- 900559177,
- 1568113629,
- 749008363,
- 2897102696,
- 1614058690,
- 1758876743,
- 3653676479,
- 163972143,
- 882695148,
- 59167410,
- 1834379429,
- 2322546254,
- 2980393749,
- 1490232888,
- 4041737518,
- 3568989300,
- 699988777,
- 971275523,
- 1742513168,
- 1682423722,
- 3878685617,
- 4216770148,
- 226208976,
- 3348458984,
- 2196695581,
- 521500075,
- 4280698809,
- 1357611692,
- 3289541944,
- 3393910508,
- 2287883867,
- 4031431671,
- 2828012837,
- 3416437082,
- 121667469,
- 920735008,
- 2196578457,
- 2948310595,
- 248379986,
- 3891608780,
- 2234400859,
- 1770949513,
- 252911083,
- 152768029,
- 992191102,
- 4250800067,
- 1104665699,
- 1620460093,
- 910886352,
- 988589625,
- 2109982648,
- 2954961142,
- 2885572231,
- 3172493990,
- 3560837180,
- 2608909238,
- 716888467,
- 2465398031,
- 1517335541,
- 3736024875,
- 2771259734,
- 2061806930,
- 1417775846,
- 2999572746,
- 29999118,
- 4177180703,
- 2514305831,
- 1440587054,
- 3165606523,
- 2277946720,
- 3147468940,
- 2251725137,
- 2992871787,
- 2476340220,
- 1126230228,
- 39175466,
- 3398671701,
- 1736606747,
- 228199468,
- 2156353423,
- 26073222,
- 3799395537,
- 2325692358,
- 3791842130,
- 902520759,
- 2617319521,
- 4149280006,
- 1592411495,
- 1938317575,
- 240139625,
- 768338243,
- 2082924328,
- 530812492,
- 3998049487,
- 2081467963,
- 2314488062,
- 2586281274,
- 678618139,
- 2528282219,
- 451421596,
- 1097511818,
- 1917811814,
- 1394821044,
- 3613783700,
- 4020287361,
- 2271581691,
- 2092137038,
- 2084276573,
- 2554427621,
- 1800484896,
- 3233181946,
- 3031706270,
- 2720746361,
- 2758588582,
- 2813951384,
- 3907403646,
- 1207599723,
- 2169948018,
- 2378158561,
- 4117306294,
- 2977420039,
- 2226429449,
- 2243095779,
- 890007526,
- 3283153635,
- 2811967341,
- 872014202,
- 3556990983,
- 2961403522,
- 2229661463,
- 2904431918,
- 3855472042,
- 1371651191,
- 2933911262,
- 2739638053,
- 2908258621,
- 1882535341,
- 2431747649,
- 3494440172,
- 3560078137,
- 2160705095,
- 44081405,
- 3748889044,
- 4092449056,
- 1623244961,
- 2338635871,
- 2572708265,
- 2954676594,
- 444146959,
- 3344052658,
- 3517469095,
- 1471233634,
- 650354978,
- 3633282465,
- 4125039868,
- 2705400496,
- 1313620777,
- 3082416343,
- 3978062866,
- 279638962,
- 854836177,
- 4037337117,
- 3090453354,
- 4193697247,
- 4062362367,
- 1846808419,
- 2578093188,
- 4049164079,
- 2846163337,
- 1582371295,
- 2264731859,
- 366032561,
- 590114328,
- 3999681430,
- 2376085027,
- 820850429,
- 1018267803,
- 369940709,
- 3531233380,
- 4268864832,
- 3497986401,
- 2341486357,
- 4227911848,
- 2181113339,
- 1355479103,
- 2749160760,
- 3246985864,
- 3341529046,
- 2073181275,
- 699313972,
- 1199359859,
- 1884703612,
- 1550999065,
- 1482176127,
- 1300010606,
- 999931853,
- 2273329829,
- 2676099800,
- 3108976254,
- 1024613547,
- 1270967140,
- 2078640189,
- 2774447783,
- 3819528387,
- 2718802776,
- 494397489,
- 2530165884,
- 1204456300,
- 123347485,
- 1750412103,
- 2496052421,
- 4139143040,
- 2882254844,
- 85720878,
- 2519613703,
- 4102714416,
- 1945156495,
- 586502570,
- 2827709311,
- 2671446563,
- 3080614608,
- 584388285,
- 1498919414,
- 2296929430,
- 3086107814,
- 2976189249,
- 735158768,
- 4238519970,
- 4215975174,
- 254924387,
- 3680593236,
- 1793969570,
- 210479508,
- 265149553,
- 453474953,
- 3916600507,
- 2504430248,
- 115272834,
- 603683663,
- 1058652314,
- 3016477165,
- 3630690632,
- 3940171529,
- 235273778,
- 2312000774,
- 1769144387,
- 1983369553,
- 1210402000,
- 774429487,
- 2735389413,
- 3451516891,
- 2697681229,
- 2873966006,
- 107771804,
- 340153939,
- 3902757442,
- 3595538616,
- 1710449016,
- 789110577,
- 2226992933,
- 3853511017,
- 2412690409,
- 3867806169,
- 2133599213,
- 118636114,
- 1464073972,
- 1533404840,
- 829450643,
- 1864196139,
- 2173100386,
- 2241884425,
- 2351157300,
- 947820371,
- 3437489752,
- 3975263458,
- 1471809790,
- 1798150877,
- 1305861627,
- 2932005037,
- 3352365474,
- 4068857820,
- 3126210300,
- 1856052833,
- 390543189,
- 207370691,
- 2605083237,
- 148692270,
- 3652608008,
- 2309777453,
- 1201795645,
- 331100896,
- 999928387,
- 1977239552,
- 1611841428,
- 725679874,
- 2725432334,
- 1962919893,
- 3833271859,
- 1197493858,
- 3887581865,
- 2346763934,
- 2707146224,
- 2277292571,
- 358692342,
- 2638816152,
- 1205487530,
- 4238210792,
- 3610245511,
- 4128009815,
- 2554570464,
- 1067956231,
- 3837039847,
- 1107712299,
- 2083151043,
- 3841744038,
- 4169811646,
- 1076138229,
- 2352889024,
- 3282930991,
- 2323101572,
- 443842410,
- 2540039265,
- 2422063057,
- 1730525440,
- 2762219367,
- 3148841031,
- 3874209690,
- 196601470,
- 4074234366,
- 4062274287,
- 1880180537,
- 3875358440,
- 4013145794,
- 547311877,
- 2450684744,
- 2461043617,
- 4171289868,
- 1640139002,
- 1282371576,
- 17590777,
- 1087296487,
- 469601967,
- 3623122171,
- 747793919,
- 3896204021,
- 3999952199,
- 4190926154,
- 2519459746,
- 2168164364,
- 557626499,
- 880135521,
- 3187688348,
- 3813281233,
- 574556772,
- 3153433975,
- 2430581239,
- 2807013463,
- 152835053,
- 2135828569,
- 502818227,
- 1130118406,
- 4202838184,
- 1789641155,
- 1467085090,
- 396223212,
- 597493833,
- 1736613074,
- 1197732669,
- 836437235,
- 3465854602,
- 3700168849,
- 91762668,
- 2391202199,
- 295023772,
- 2581861168,
- 449024863,
- 3001822008,
- 2466418859,
- 2872346581,
- 300481756,
- 572637216,
- 1484271727,
- 726078538,
- 4039960021,
- 666631435,
- 1023898425,
- 1853351689,
- 3948710781,
- 439645173,
- 979350290,
- 2222952048,
- 2589438790,
- 1937329424,
- 1501831104,
- 2316802096,
- 372631871,
- 702808934,
- 3578596410,
- 2126623697,
- 2458752873,
- 591974811,
- 2339297533,
- 1288430980,
- 3134899151,
- 1829570753,
- 1748985415,
- 1532824239,
- 1262166008,
- 1620842274,
- 3834158663,
- 3207937746,
- 2620793416,
- 4217291911,
- 3277388802,
- 425428707,
- 2751160861,
- 56937926,
- 2669958716,
- 184488539,
- 29417705,
- 2042580058,
- 565192017,
- 4291650546,
- 3961586745,
- 1918052406,
- 2110155085,
- 4266271446,
- 1220892816,
- 2242469526,
- 3290204496,
- 724667456,
- 3770454200,
- 2387813112,
- 480452013,
- 2567603148,
- 2949949748,
- 2282276873,
- 1267200800,
- 953654241,
- 4034685286,
- 1216035486,
- 1909479248,
- 1058998695,
- 1366599302,
- 1253836245,
- 1360163199,
- 2167363205,
- 3193726728,
- 1179755699,
- 3433333324,
- 773380278,
- 3567753543,
- 1576466747,
- 3739894906,
- 2045959137,
- 3999190680,
- 3100414662,
- 2926965568,
- 3258699563,
- 383895028,
- 3934726771,
- 2488205539,
- 1498263962,
- 1161227595,
- 3127776129,
- 2220619616,
- 406109855,
- 2833378305,
- 2052513733,
- 1280065442,
- 2747083532,
- 1440776684,
- 363124108,
- 2717590350,
- 2092049959,
- 4211537714,
- 2081321078,
- 3920316659,
- 2554903346,
- 4234188053,
- 1395865806,
- 3656836449,
- 935515907,
- 3869038122,
- 4070759855,
- 3991092056,
- 2976518209,
- 2127251981,
- 1715179253,
- 3202801445,
- 3025431524,
- 928909732,
- 1546620411,
- 3318207862,
- 1054357877,
- 1212288326,
- 3277649459,
- 3553252523,
- 3936269754,
- 3001222024,
- 3103022724,
- 4170067211,
- 1626772333,
- 3277583907,
- 1160016186,
- 4044133363,
- 4131372893,
- 66760346,
- 3630089661,
- 1635899318,
- 502492159,
- 1312728643,
- 2800543556,
- 4218566159,
- 3255613795,
- 1595941231,
- 3058111342,
- 4042640625,
- 3127660496,
- 1422193316,
- 600918153,
- 2420093541,
- 4236433913,
- 747974793,
- 2886017733,
- 3114878973,
- 167932007,
- 1327836626,
- 3104741261,
- 2684527988,
- 1613037884,
- 1092139115,
- 2037389673,
- 3866448137,
- 3288595806,
- 4179522897,
- 171851130,
- 3390747365,
- 1957846152,
- 23954653,
- 1558940179,
- 3034700802,
- 3415480675,
- 31874107,
- 1522583033,
- 2856359933,
- 3377785544,
- 1500505274,
- 2357411113,
- 3800478840,
- 4101319025,
- 1803104170,
- 3217189826,
- 1959035126,
- 1183090892,
- 3885183796,
- 1832623989,
- 1205759151,
- 2056117867,
- 1299363529,
- 972369997,
- 2099975224,
- 4217066105,
- 4257347982,
- 418611127,
- 1655512064,
- 2417558741,
- 2909371361,
- 2656106392,
- 2715763472,
- 2079161065,
- 911449416,
- 1919205968,
- 1318085028,
- 2274121787,
- 3022121722,
- 1086658118,
- 2320667573,
- 838833723,
- 1260983194,
- 3660810197,
- 3113371451,
- 1356064106,
- 3093057876,
- 4073346282,
- 1315756290,
- 686757694,
- 3121357719,
- 1236500657,
- 3765722367,
- 2652649807,
- 3709236450,
- 3540803671,
- 3817916623,
- 3883188154,
- 3953988674,
- 543859362,
- 781311176,
- 2452456546,
- 2916550919,
- 2684750393,
- 892435031,
- 2949028512,
- 717754350,
- 1888475134,
- 1299905926,
- 3511116554,
- 126850209,
- 1270745581,
- 2783791198,
- 986368957,
- 608139700,
- 91067185,
- 1164090844,
- 457021028,
- 3861335889,
- 822290784,
- 1786969511,
- 4114107570,
- 1303132490,
- 518716447,
- 3816897191,
- 1577553935,
- 2339924426,
- 2891084386,
- 4111619994,
- 3322948726,
- 1539415771,
- 1548519284,
- 3926129658,
- 696176241,
- 925185443,
- 395063024,
- 3381587861,
- 3306889501,
- 899581690,
- 449788396,
- 1019594884,
- 1913865568,
- 203764067,
- 1755407593,
- 61297309,
- 675631419,
- 527690614,
- 1096593451,
- 2112239024,
- 787715592,
- 571860377,
- 2568655287,
- 1903106055,
- 2426624361,
- 1489747504,
- 2080869805,
- 1003708983,
- 3656976288,
- 3137952481,
- 3129839572,
- 2424355815,
- 1454318868,
- 3784378849,
- 2943475396,
- 2000379869,
- 1143833357,
- 774235817,
- 4066300079,
- 98194188,
- 1878191325,
- 2867373079,
- 522170061,
- 2685739620,
- 4256716494,
- 3325187436,
- 2235760871,
- 1640310328,
- 3318246182,
- 3423908379,
- 951516887,
- 2362245930,
- 3314963258,
- 4023177272,
- 381459850,
- 3542113495,
- 569408244,
- 1295185758,
- 3607258633,
- 1292661995,
- 247757262,
- 987131377,
- 2552584433,
- 2636622563,
- 1860546126,
- 2494312104,
- 2782351106,
- 2896368627,
- 838382265,
- 2007822996,
- 238508510,
- 2524339510,
- 2363414943,
- 2914138158,
- 3628020370,
- 956855911,
- 2261081178,
- 2228097184,
- 4177271361,
- 4158766807,
- 3572796998,
- 1430343621,
- 3441921836,
- 3454495340,
- 1182316640,
- 2269278400,
- 1077135942,
- 2953651520,
- 526971265,
- 2859895554,
- 3358886756,
- 4174772506,
- 1567842048,
- 251118047,
- 670301875,
- 3825963269,
- 3042555661,
- 1426858086,
- 1471961734,
- 217889854,
- 3702626510,
- 2455552038,
- 3555365170,
- 2593708739,
- 786674739,
- 402322731,
- 1874981466,
- 3407237793,
- 4114519593,
- 351189285,
- 3161005695,
- 150308256,
- 1879067278,
- 134237737,
- 2879585549,
- 762142446,
- 735835338,
- 1401753161,
- 398664319,
- 14875738,
- 4243747121,
- 936349225,
- 2941560714,
- 1819832274,
- 3360941134,
- 2101168578,
- 3516605805,
- 3182955662,
- 233125110,
- 97945021,
- 4099904791,
- 2261675238,
- 547900065,
- 2128456845,
- 2732575407,
- 87231818,
- 3385975885,
- 3482964768,
- 3121124737,
- 1597590281,
- 2958060624,
- 2312160881,
- 1250748680,
- 3020167489,
- 3371053523,
- 3126787642,
- 4053203302,
- 2924348066,
- 979929803,
- 2756455485,
- 148006385,
- 3383905496,
- 600443214,
- 2403008879,
- 2978733434,
- 928489238,
- 1780947111,
- 210481815,
- 323488152,
- 1615004970,
- 1406587727,
- 3950773954,
- 394274021,
- 3894535387,
- 919963745,
- 3631959336,
- 3527523352,
- 1657473583,
- 386182404,
- 2937059348,
- 1321489067,
- 3741745380,
- 3920311001,
- 3696070674,
- 2261738927,
- 1952926598,
- 225802352,
- 1195348793,
- 2965761572,
- 2056518565,
- 396407707,
- 956877089,
- 1875726068,
- 3097739063,
- 4101905117,
- 2699871314,
- 1413749722,
- 1109515447,
- 13463033,
- 3880381157,
- 2916419220,
- 328116099,
- 226106256,
- 2081329974,
- 1535096967,
- 2564774037,
- 261153761,
- 3399688211,
- 3761551851,
- 1004728389,
- 2532161167,
- 3255250111,
- 2428018476,
- 3469426426,
- 3004436419,
- 1739930715,
- 3599610188,
- 1267828678,
- 4098765782,
- 2386215322,
- 1505123955,
- 2142089942,
- 2321182885,
- 2881932232,
- 2615077048,
- 1415862298,
- 1168026560,
- 3645446401,
- 3372126008,
- 938799975,
- 1710103591,
- 255086481,
- 3674651363,
- 124794896,
- 3199066464,
- 3366934050,
- 2992416958,
- 3415524697,
- 2126893295,
- 704178165,
- 2185287388,
- 682500980,
- 3868817740,
- 3396196302,
- 3965823334,
- 3045211807,
- 1440582176,
- 4124975671,
- 3663042810,
- 958722436,
- 3582803021,
- 698410230,
- 1326584074,
- 883957731,
- 4041682128,
- 1483491260,
- 2209582341,
- 482929097,
- 3263992214,
- 1281004468,
- 2617265431,
- 2142447986,
- 1819676214,
- 1008729704,
- 4034823002,
- 3809141622,
- 2709813499,
- 67866755,
- 1557696009,
- 3761367685,
- 3374392494,
- 346551963,
- 1703846372,
- 3218328769,
- 3001103508,
- 3412946123,
- 2399821969,
- 2694597508,
- 3997488086,
- 1218196649,
- 3414355725,
- 2436806638,
- 2017963302,
- 725408467,
- 1615692762,
- 1087814070,
- 2697424268,
- 1458392307,
- 24065418,
- 1070411203,
- 447202759,
- 1571053280,
- 112625852,
- 118146825,
- 2474166728,
- 2842438824,
- 3534055240,
- 67689936,
- 1515927843,
- 2734103185,
- 1751644317,
- 3909275718,
- 3384879981,
- 3666017685,
- 1692475383,
- 4217449517,
- 3963510183,
- 2609960485,
- 1773019814,
- 1740638252,
- 3079688140,
- 825059426,
- 2525582297,
- 809173441,
- 2448899296,
- 2217736664,
- 2277520857,
- 1914225008,
- 829145121,
- 2188695792,
- 16465742,
- 3434610973,
- 3259469775,
- 1023650339,
- 2687217475,
- 761380669,
- 2737740196,
- 1279609606,
- 917421633,
- 4101602486,
- 3805311923,
- 88690545,
- 3188616082,
- 1894076385,
- 4293155841,
- 761188286,
- 1347314807,
- 2426965009,
- 1196224374,
- 2756209099,
- 3055959255,
- 689707129,
- 499604794,
- 2899737322,
- 1270153923,
- 3031332479,
- 3602089178,
- 3363204485,
- 2438482165,
- 3926141486,
- 673670644,
- 1197517567,
- 2178506707,
- 1165071042,
- 3459297809,
- 2491136507,
- 2100111521,
- 2499581023,
- 3129850739,
- 1561898514,
- 4222189406,
- 2858594918,
- 2452644410,
- 564650798,
- 4241715299,
- 3050183909,
- 3429249068,
- 1744088671,
- 3505491853,
- 1210719691,
- 899473278,
- 220101611,
- 2927579964,
- 2257482725,
- 3626306077,
- 2467319847,
- 2553372816,
- 2478778046,
- 1823007905,
- 365664344,
- 3933134777,
- 801172828,
- 1868036978,
- 378019368,
- 1035773650,
- 3525003654,
- 1873010695,
- 2342038593,
- 3993115866,
- 3075704661,
- 3990883821,
- 2838094908,
- 2098740796,
- 305999190,
- 831588069,
- 1355628761,
- 4022023876,
- 4287347946,
- 1442429310,
- 2559972280,
- 3460099719,
- 3553454909,
- 885235211,
- 3728279456,
- 1983042414,
- 1429545107,
- 913342074,
- 2367269946,
- 1544672427,
- 2388114621,
- 3250341136,
- 818693794,
- 2072485992,
- 4142497203,
- 1958958705,
- 1612361647,
- 2706445757,
- 978172029,
- 2084253783,
- 958314814,
- 2592481395,
- 2043038090,
- 2170464724,
- 4221314193,
- 887093185,
- 3453655040,
- 1854155177,
- 63867732,
- 116312482,
- 135403788,
- 1091665654,
- 3512840947,
- 323239949,
- 2474737557,
- 3832061314,
- 1311071688,
- 1638570741,
- 2974975909,
- 1478237281,
- 2326274497,
- 914336119,
- 1169484600,
- 4012288036,
- 2942417708,
- 360693824,
- 4286096434,
- 1425575220,
- 1127870526,
- 1619231897,
- 2603112464,
- 4222012880,
- 833564205,
- 330381030,
- 1779793273,
- 2025688072,
- 2561250786,
- 3393389446,
- 1048169422,
- 2471305982,
- 1174749267,
- 446098644,
- 2474898015,
- 2883114103,
- 3833127265,
- 2492943240,
- 1613051065,
- 811168351,
- 2431387592,
- 3553946496,
- 1570264757,
- 3123044128,
- 3901492273,
- 3235168200,
- 3470112962,
- 1881735717,
- 1685107892,
- 3987639951,
- 3586110141,
- 963626636,
- 1969775836,
- 2759373600,
- 646389840,
- 1541048645,
- 179753691,
- 1559193946,
- 2631429949,
- 2264097280,
- 526413497,
- 3415678458,
- 1512725238,
- 787218368,
- 75508886,
- 346272759,
- 2089974768,
- 2322990097,
- 3668388454,
- 270007575,
- 1454966129,
- 366506163,
- 4011835854,
- 4282907282,
- 962899273,
- 7954019,
- 1885674844,
- 4122477537,
- 478979543,
- 1470752809,
- 5233523,
- 621787210,
- 3389803657,
- 651426757,
- 1422549826,
- 960418344,
- 1888196471,
- 3380956526,
- 3068560,
- 4113639706,
- 560028850,
- 2491692895,
- 3993049086,
- 1300605126,
- 3918766647,
- 2841666778,
- 3817375325,
- 1686792767,
- 3106757528,
- 1982375808,
- 3615367889,
- 827914225,
- 476813472,
- 3891456415,
- 3621439826,
- 1963144840,
- 1794052909,
- 3430537419,
- 2467825792,
- 2395936437,
- 2598867983,
- 877982422,
- 882309284,
- 3944952111,
- 2433750316,
- 2918248889,
- 2553151804,
- 213845383,
- 3583080445,
- 2818841807,
- 2117778602,
- 281749195,
- 1684124279,
- 2678034413,
- 452324545,
- 152633369,
- 2970659613,
- 3596194213,
- 724922175,
- 1015624567,
- 1851498328,
- 267948342,
- 918220480,
- 2682009085,
- 2313014320,
- 4120956200,
- 2957427807,
- 3284133824,
- 1597303683,
- 1838259385,
- 4039263714,
- 3952562277,
- 1113742182,
- 1035117187,
- 1538807521,
- 3415876774,
- 4185266542,
- 2260658259,
- 3320051947,
- 1491398650,
- 2368326610,
- 3518122566,
- 557159581,
- 188220615,
- 728450260,
- 2669937336,
- 3944084884,
- 146185315,
- 3753049735,
- 654749065,
- 2548701113,
- 1492790116,
- 885159483,
- 2032180759,
- 185541046,
- 1408338067,
- 4177556950,
- 2799355663,
- 1962137406,
- 4060195736,
- 3886027932,
- 3062049265,
- 3640202694,
- 2215380590,
- 2851749425,
- 1604187793,
- 3333853774,
- 3308495579,
- 3884856006,
- 1330134388,
- 3860627664,
- 1487207059,
- 972927298,
- 3338038673,
- 1450672124,
- 3540760205,
- 2266667172,
- 3100933967,
- 1873295127,
- 326309391,
- 924887023,
- 862801932,
- 3215289951,
- 4164073943,
- 3139818041,
- 1910022355,
- 1288279782,
- 2990058987,
- 3800085915,
- 3739259590,
- 1659970116,
- 2420358414,
- 178844699,
- 824545649,
- 3630376836,
- 2877871703,
- 2543016366,
- 3154096157,
- 2495265967,
- 4180559142,
- 2935731242,
- 2765594458,
- 1610187728,
- 3518700973,
- 4142784388,
- 3054890257,
- 112345695,
- 1324268237,
- 2409064596,
- 32964419,
- 1335035797,
- 4270370529,
- 1861362004,
- 1723022158,
- 1009151966,
- 2162047253,
- 1267993927,
- 278717415,
- 1324613808,
- 3896145118,
- 934799564,
- 1513616365,
- 1207592856,
- 1971754625,
- 397023271,
- 3722562558,
- 3449169197,
- 2410481985,
- 3280773496,
- 615291257,
- 206998944,
- 4265620922,
- 891352091,
- 4046806648,
- 1116027336,
- 3524593173,
- 4187321513,
- 1961121719,
- 4073733653,
- 1090056272,
- 2485658844,
- 4204201451,
- 3276672977,
- 3761441900,
- 508898036,
- 1506802461,
- 1781099483,
- 653494998,
- 850676728,
- 1805005708,
- 3141555714,
- 676908616,
- 1803517561,
- 2611079690,
- 1564681537,
- 2825767241,
- 3682457009,
- 73543606,
- 3773697376,
- 1874869524,
- 4288118598,
- 2264388150,
- 716261825,
- 4213906204,
- 2330637356,
- 2636008765,
- 327609318,
- 3611718506,
- 3237500905,
- 2461606840,
- 1218773813,
- 3381243572,
- 3683127130,
- 180739807,
- 3540860515,
- 4210302675,
- 4255660657,
- 1101708307,
- 2275520481,
- 2956221685,
- 705091830,
- 128285068,
- 348025209,
- 3015879921,
- 4294433759,
- 2283013793,
- 2872091588,
- 1995514850,
- 3898335823,
- 369231982,
- 3134065362,
- 3785352404,
- 3449195584,
- 2349342137,
- 946546100,
- 1813497103,
- 171256456,
- 3632156796,
- 612524446,
- 269302131,
- 1879637754,
- 3974863602,
- 1839164449,
- 1519188277,
- 749291251,
- 3859073721,
- 1920085984,
- 348344985,
- 832069359,
- 2612864018,
- 1066316340,
- 2939432977,
- 4062582173,
- 1487983536,
- 117681242,
- 2292585590,
- 2035812137,
- 1057146523,
- 2115797096,
- 583239024,
- 2308649916,
- 255596793,
- 843085891,
- 105840563,
- 2542246503,
- 2300356633,
- 1637936515,
- 494605290,
- 862961480,
- 778282504,
- 28971816,
- 2211284221,
- 273242514,
- 3381041357,
- 510867058,
- 873890068,
- 1888519872,
- 1168926461,
- 2785290802,
- 1178329493,
- 475402122,
- 3152982843,
- 3322435113,
- 1126330708,
- 1966599169,
- 1984447471,
- 733013236,
- 3917577382,
- 2262567675,
- 3843711100,
- 2191985493,
- 3822513492,
- 1099306418,
- 1803887515,
- 1454209275,
- 609003386,
- 3839737247,
- 4019677129,
- 3252288451,
- 776485021,
- 1531519277,
- 1455211795,
- 952129317,
- 2759034567,
- 364205294,
- 1770711679,
- 951845029,
- 1215290232,
- 4084089547,
- 477940998,
- 2264074531,
- 2015479635,
- 1289454692,
- 2969428007,
- 2895626359,
- 3569496660,
- 3568383256,
- 3342545842,
- 2708719218,
- 1492005920,
- 3420172846,
- 2826721186,
- 2628372394,
- 1684037284,
- 1139606406,
- 3929018219,
- 3098455869,
- 186296310,
- 1811168198,
- 2284941034,
- 3742025101,
- 2429699982,
- 1801512024,
- 1165053109,
- 2641259095,
- 3658146308,
- 1645470390,
- 1217120066,
- 1920510542,
- 3516800845,
- 3305472341,
- 2054592093,
- 4063578303,
- 593666528,
- 1076195390,
- 2860686210,
- 1087373205,
- 1281209564,
- 1433086376,
- 58552465,
- 4012745557,
- 474610731,
- 709960686,
- 3960616774,
- 2635967446,
- 3050780876,
- 3121903592,
- 685939867,
- 2781278400,
- 3520536900,
- 523160453,
- 3543296515,
- 1588391686,
- 3903034558,
- 824621603,
- 124080421,
- 930236708,
- 3233189336,
- 2197305297,
- 699789278,
- 3696830090,
- 3011553748,
- 2829726279,
- 3622839999,
- 2127420509,
- 1200826805,
- 100174713,
- 3419024509,
- 2816514300,
- 1529054625,
- 1829765005,
- 3421549360,
- 3237053584,
- 2766856978,
- 3391000331,
- 900303702,
- 739008691,
- 124496113,
- 1723628204,
- 1633988229,
- 602847456,
- 2350559856,
- 1561895308,
- 98628902,
- 869557330,
- 3174432066,
- 2685076404,
- 2908904092,
- 1161633365,
- 190273286,
- 3540362108,
- 2126448642,
- 2297854466,
- 1342031848,
- 2305317990,
- 3685516727,
- 2322878621,
- 355614720,
- 1785502749,
- 3636545796,
- 1548295162,
- 1645576759,
- 782791005,
- 4179603884,
- 4163928905,
- 2661881345,
- 1234070267,
- 880831527,
- 2356023630,
- 2377661464,
- 2125832946,
- 2377521966,
- 3591637375,
- 928622768,
- 2253675115,
- 3153308341,
- 2383862608,
- 794868797,
- 966417200,
- 1813968139,
- 2982461070,
- 2409845430,
- 2387490724,
- 1122654938,
- 3175441988,
- 2000993508,
- 725670473,
- 1192129836,
- 1132129933,
- 1745208162,
- 2391341273,
- 3041728991,
- 2159426694,
- 1302004153,
- 1617459281,
- 1911768086,
- 476777418,
- 3180606725,
- 1248616446,
- 3928566627,
- 1850108933,
- 3502869487,
- 2739220127,
- 2952410123,
- 4210146885,
- 2238360895,
- 1038610899,
- 1605495391,
- 4163727687,
- 233525252,
- 1687242525,
- 3676168920,
- 740965553,
- 3346780986,
- 3363598650,
- 1069649446,
- 3663459004,
- 2771448071,
- 1018963665,
- 831487982,
- 4144016786,
- 3264560972,
- 751076880,
- 639736770,
- 861511670,
- 1059871644,
- 175859428,
- 811543155,
- 3661361687,
- 194965554,
- 3582278913,
- 632916614,
- 3739461297,
- 864289661,
- 3820973170,
- 1913974820,
- 1657081413,
- 657192907,
- 1101022978,
- 2874327429,
- 1168278243,
- 3093754585,
- 4205829824,
- 1749005243,
- 1052060186,
- 743611683,
- 3533429605,
- 3867604057,
- 4203833199,
- 323903790,
- 1070185570,
- 395653107,
- 3703661508,
- 2737722035,
- 2635756263,
- 169890463,
- 194909808,
- 2509036698,
- 4002461363,
- 581789973,
- 2801365535,
- 2184894219,
- 1495813169,
- 958922007,
- 4188590790,
- 3526773826,
- 4244824089,
- 3687154830,
- 1726700197,
- 3992371159,
- 2086690385,
- 1106859069,
- 3103616282,
- 3429869370,
- 861527093,
- 396196102,
- 432620014,
- 2829280408,
- 2784614814,
- 1343210837,
- 2412999835,
- 3104538707,
- 2805969243,
- 1481524250,
- 1809948219,
- 1304964300,
- 981655007,
- 3054769051,
- 3099781082,
- 3529798370,
- 3794355980,
- 1653832065,
- 1800861757,
- 3845574058,
- 867500650,
- 1733599534,
- 3264188323,
- 3837798837,
- 212764980,
- 3263781425,
- 1843586324,
- 2798258539,
- 179736724,
- 1333619822,
- 3465220984,
- 2098927894,
- 773089947,
- 2534516942,
- 3976028878,
- 4218099490,
- 2102132114,
- 349958189,
- 1275818393,
- 3643660228,
- 2044148718,
- 4033014384,
- 1571915573,
- 278661485,
- 4202881949,
- 1091713987,
- 3043118481,
- 1942531069,
- 3983613657,
- 1773331977,
- 3847568359,
- 2204551983,
- 661684931,
- 1789474454,
- 218465261,
- 4066014294,
- 4043422423,
- 466067049,
- 4285235622,
- 1362471664,
- 1459910132,
- 2048495158,
- 2292895914,
- 2287214437,
- 2467719748,
- 452202156,
- 561332748,
- 1506465621,
- 2716724241,
- 1625862767,
- 2978760383,
- 1749644317,
- 1660623523,
- 3390843993,
- 2774383582,
- 1943768754,
- 2872116393,
- 4291881277,
- 56892379,
- 2020945175,
- 3541739239,
- 804365917,
- 141617883,
- 3021369990,
- 3736298833,
- 2118840627,
- 1246547881,
- 3997734402,
- 3479588,
- 1671443376,
- 2847570571,
- 2438226161,
- 2772857070,
- 1966757198,
- 337494051,
- 1781021874,
- 4045922966,
- 2602228964,
- 4199435024,
- 348116848,
- 2288411052,
- 243501427,
- 856776002,
- 2043385511,
- 2807031963,
- 1099293548,
- 1506043619,
- 100599585,
- 1753555771,
- 530518529,
- 206163883,
- 3815848697,
- 1874846525,
- 2040312227,
- 3957908857,
- 2051469949,
- 1046873080,
- 3853268260,
- 1120770605,
- 608359293,
- 3650155591,
- 562008172,
- 3379898956,
- 2057937362,
- 2829495357,
- 1352423526,
- 1424167296,
- 487002856,
- 3206903986,
- 4037813223,
- 2054021717,
- 3918180231,
- 1314532163,
- 2332954872,
- 2755650138,
- 22869043,
- 2221675580,
- 529422910,
- 2216813466,
- 28460201,
- 1186371818,
- 419139445,
- 3666901419,
- 2293040468,
- 1227484887,
- 238501075,
- 2556841376,
- 1617308786,
- 803025289,
- 861238768,
- 119514312,
- 3229174038,
- 1987111994,
- 2865057527,
- 1112900389,
- 1407928914,
- 1900474907,
- 2768906667,
- 3671178293,
- 3970256630,
- 3057462864,
- 480340537,
- 1515289975,
- 1272730583,
- 1804060020,
- 1444028832,
- 447627976,
- 3993520629,
- 3303255750,
- 1533216531,
- 3530272527,
- 3547749472,
- 4008018778,
- 2909571866,
- 753947854,
- 544209932,
- 2373393162,
- 3710608854,
- 2422318251,
- 862834359,
- 2977678911,
- 1561615427,
- 877293881,
- 3376143920,
- 431650045,
- 643816339,
- 4012200815,
- 1243530155,
- 2522196718,
- 1308061623,
- 2327649264,
- 3364635855,
- 987491498,
- 2296524911,
- 3998836593,
- 3061738534,
- 2301058033,
- 2451877603,
- 2318043274,
- 3528951793,
- 3624140584,
- 77896342,
- 2242427134,
- 2592857591,
- 1554274925,
- 3689357834,
- 474505684,
- 3228566541,
- 3637164110,
- 242197990,
- 337516052,
- 422317823,
- 2725263266,
- 2476332546,
- 2254156029,
- 3281599156,
- 2527297858,
- 326609632,
- 3597550592,
- 3066376122,
- 1629799745,
- 3578675349,
- 3368771250,
- 2480119783,
- 4096332533,
- 2242369595,
- 733301455,
- 2336079316,
- 401665690,
- 46265480,
- 4106097908,
- 2010267248,
- 3626587366,
- 3530359543,
- 322636085,
- 852851913,
- 4032337712,
- 3773787592,
- 1065333430,
- 3308839737,
- 2275765127,
- 3599013942,
- 580370230,
- 769904780,
- 1990798195,
- 2195415552,
- 2713394338,
- 702265677,
- 754248604,
- 3753592087,
- 3297910234,
- 27447246,
- 638607799,
- 4153235869,
- 1541837801,
- 2444317208,
- 3696997878,
- 1960328011,
- 3469063502,
- 2741101620,
- 2197375396,
- 1675881722,
- 990815728,
- 1461055066,
- 3412711799,
- 1722005240,
- 2413609834,
- 2173530661,
- 1683043560,
- 3885063133,
- 2809478292,
- 207231844,
- 2040851824,
- 2913636733,
- 2705415808,
- 3377000646,
- 3996186626,
- 1807884787,
- 1374228766,
- 4191831542,
- 2351813132,
- 32879916,
- 898623610,
- 3536814974,
- 2238130347,
- 31776117,
- 1714926049,
- 4280395812,
- 320992705,
- 69054337,
- 1328560419,
- 3710506584,
- 2326583570,
- 2637876272,
- 3013094845,
- 1875933783,
- 3109302544,
- 4250049923,
- 2071860899,
- 1604167499,
- 2504576385,
- 2885110562,
- 314140352,
- 2835907583,
- 4021924226,
- 881595270,
- 2508450784,
- 3042598478,
- 3577228434,
- 3221797408,
- 316176396,
- 1612879824,
- 2047075088,
- 2160797087,
- 1776889770,
- 3403420230,
- 3485662087,
- 1375535046,
- 451062310,
- 3443564006,
- 3242854578,
- 3361300078,
- 1240080510,
- 2832104199,
- 649885434,
- 852039189,
- 753656711,
- 1814387528,
- 3500678562,
- 4246459989,
- 1019193418,
- 4168436993,
- 271266281,
- 3571554978,
- 1794098209,
- 3630587115,
- 1893193965,
- 543676788,
- 2922819559,
- 3605835573,
- 4259354778,
- 697495082,
- 1418050187,
- 358767184,
- 3641238679,
- 2240236105,
- 1193640778,
- 2532558347,
- 3162712868,
- 1154541615,
- 2951418274,
- 4248463355,
- 540429095,
- 1271556009,
- 2466175076,
- 3967140254,
- 746486819,
- 1926230260,
- 2313857224,
- 1746480898,
- 4049770909,
- 276819784,
- 1300410536,
- 858057327,
- 4159855163,
- 2007958879,
- 1458631148,
- 3011696832,
- 1237842543,
- 269825505,
- 2070571985,
- 1056523606,
- 4118799219,
- 2272898603,
- 1511813917,
- 220139972,
- 2402554502,
- 2119219401,
- 652198081,
- 3132014042,
- 867028711,
- 1529211816,
- 3427380038,
- 1851848786,
- 419142597,
- 3171492001,
- 3520737828,
- 3875333506,
- 3010227708,
- 3268216355,
- 1001804877,
- 2186578415,
- 1048133131,
- 999941217,
- 816741556,
- 3534387029,
- 3855162991,
- 4196200640,
- 3207822838,
- 3833859924,
- 135757799,
- 3391657427,
- 763170998,
- 2287109732,
- 3871343145,
- 877732077,
- 764395498,
- 439471363,
- 3796001969,
- 2793528090,
- 2392351968,
- 2035365081,
- 1223193458,
- 4129707004,
- 3036778746,
- 343996306,
- 4160658460,
- 1654591170,
- 4248047717,
- 2252070241,
- 2779121823,
- 1437154049,
- 2593929828,
- 3336273084,
- 3924543208,
- 3310087848,
- 3715870086,
- 1649871748,
- 273759327,
- 319291090,
- 4213854871,
- 723208282,
- 1736008660,
- 3429416963,
- 2166018137,
- 1451128291,
- 196521843,
- 3064637941,
- 1055394238,
- 1316527820,
- 2618766156,
- 4023720415,
- 4028106971,
- 1813235990,
- 4202998853,
- 1142002389,
- 2577236153,
- 4071117011,
- 902556538,
- 437864022,
- 3085657619,
- 669842242,
- 1795096590,
- 2911344652,
- 2170792476,
- 2234546410,
- 2690995736,
- 2676358666,
- 709149872,
- 1012312835,
- 3849027174,
- 1466015079,
- 3679555422,
- 2136425377,
- 3068280810,
- 1604393662,
- 1271239231,
- 2165911186,
- 3212576463,
- 4119568026,
- 4212440679,
- 3509698526,
- 433243957,
- 1198689147,
- 3803012400,
- 3831485844,
- 696582301,
- 1273056179,
- 4267629155,
- 1017357350,
- 1413334485,
- 3076505094,
- 3340334434,
- 2884945761,
- 2343498117,
- 186633774,
- 2376863096,
- 548323533,
- 1358195395,
- 2975710649,
- 2701493912,
- 371993306,
- 3071386336,
- 2940701037,
- 3459878128,
- 3873529256,
- 891054754,
- 2767893439,
- 3096804779,
- 453580741,
- 2803054992,
- 1428970409,
- 2310757180,
- 1807480129,
- 4142520797,
- 2418197716,
- 660457502,
- 3379726431,
- 1918748116,
- 3380544702,
- 805590231,
- 417915578,
- 2592658819,
- 2991229946,
- 4189616633,
- 2580956133,
- 2225901214,
- 606702091,
- 1686420087,
- 3555297427,
- 1503163443,
- 1822325030,
- 1325627115,
- 467095795,
- 1450795971,
- 2379131607,
- 4097768472,
- 1897967181,
- 2230833081,
- 1655003464,
- 1528706897,
- 2311482568,
- 3254169329,
- 618321328,
- 1129751074,
- 2163467132,
- 1131242463,
- 3580752608,
- 344260241,
- 1562907308,
- 2963068138,
- 1505018570,
- 2318526875,
- 3552091470,
- 1636935766,
- 2382887452,
- 4073024474,
- 604206621,
- 179337479,
- 3321588186,
- 384384739,
- 2216525114,
- 770124894,
- 1445246463,
- 3736321370,
- 344573128,
- 462212912,
- 4052963730,
- 3468035994,
- 1085346298,
- 2883315666,
- 3361670350,
- 1709506045,
- 3514733,
- 4133931686,
- 50927446,
- 475373380,
- 2445475413,
- 4162896517,
- 234388294,
- 3571053108,
- 3171699073,
- 3597597337,
- 623509519,
- 3253962225,
- 1905698502,
- 3262720480,
- 1391758219,
- 1196498245,
- 516427565,
- 3207779034,
- 1214752298,
- 4007349199,
- 2647594719,
- 1411353601,
- 1208595544,
- 2101685420,
- 1149330914,
- 963947673,
- 4131359905,
- 2690099782,
- 3413659698,
- 3204312655,
- 2445693667,
- 2260843769,
- 3167366044,
- 3653061182,
- 3254204063,
- 239819032,
- 2699859801,
- 4223884495,
- 1146977715,
- 991186866,
- 2364443597,
- 1316158377,
- 2418505509,
- 1820234124,
- 3287888121,
- 1018316261,
- 1868021418,
- 663786718,
- 848938412,
- 3244248903,
- 1012591784,
- 3103336135,
- 3575307906,
- 1659916419,
- 1131078680,
- 1987856150,
- 1724042665,
- 899856967,
- 1915782030,
- 1627955035,
- 2992643426,
- 2104408555,
- 1524318430,
- 984348728,
- 159697786,
- 34614695,
- 3645806633,
- 1627676718,
- 3109228397,
- 1370554227,
- 2040434413,
- 1553910854,
- 1026540519,
- 3867928541,
- 431000378,
- 152448102,
- 691960446,
- 4289891462,
- 1244496583,
- 1377202367,
- 3895899763,
- 2171093596,
- 1561993048,
- 2252110856,
- 1445096275,
- 754104914,
- 3619386013,
- 4050441408,
- 1185348608,
- 2627412558,
- 1407362219,
- 1298067971,
- 1430755491,
- 3844479958,
- 3618517063,
- 59736333,
- 552100241,
- 1115491247,
- 3654244323,
- 2173460454,
- 87368716,
- 15996722,
- 2475381712,
- 340016628,
- 2175403774,
- 4287126805,
- 3678850362,
- 1521285220,
- 3352739985,
- 431171765,
- 1917217057,
- 4121275138,
- 2395517077,
- 2907776744,
- 2660073721,
- 3305497794,
- 432211328,
- 1044661704,
- 4197390325,
- 2989717690,
- 3219938192,
- 1660173294,
- 1875513745,
- 3160138005,
- 1114180134,
- 1900942360,
- 2570014175,
- 24250501,
- 1793405072,
- 3135775169,
- 3691054430,
- 1788206026,
- 3020995948,
- 2777266403,
- 205746690,
- 3201465935,
- 3063789329,
- 3389233410,
- 271265738,
- 2424812718,
- 98503342,
- 78210333,
- 292284601,
- 484041675,
- 1787870872,
- 3590556634,
- 909930248,
- 3100227719,
- 3184061262,
- 2849510925,
- 4245099917,
- 4114171861,
- 912316607,
- 317027237,
- 2009246520,
- 2384701172,
- 4122715055,
- 3875346821,
- 942300935,
- 2733181483,
- 3989143815,
- 3592896214,
- 3414269931,
- 1576595481,
- 1232805837,
- 1325884912,
- 3728880291,
- 1830083462,
- 2629986805,
- 2504078240,
- 3144670860,
- 791765627,
- 3973341693,
- 727510159,
- 4124368071,
- 3483950657,
- 1873797261,
- 2232106957,
- 3290136205,
- 1671952930,
- 2602619280,
- 4279386246,
- 3213227038,
- 1133211672,
- 1346699906,
- 2482375288,
- 3120611106,
- 1382570898,
- 1392782588,
- 3601732170,
- 3556657800,
- 950094543,
- 309672191,
- 967236115,
- 1920432393,
- 4223184000,
- 52721445,
- 673995032,
- 2699927011,
- 709861207,
- 2067789564,
- 1883200727,
- 1801477377,
- 4141002563,
- 3228364903,
- 1983198379,
- 857706319,
- 2332825094,
- 4099244351,
- 2432098958,
- 2290443233,
- 2718865090,
- 2363532293,
- 353871650,
- 796248650,
- 3974305095,
- 3668153133,
- 3010220832,
- 2959066316,
- 3208768685,
- 2548031639,
- 3959972189,
- 3891484042,
- 1395441109,
- 1327188241,
- 2212970407,
- 104935438,
- 3907210646,
- 3979836746,
- 1561382645,
- 3948002651,
- 539174810,
- 3413985121,
- 1973453103,
- 3266894086,
- 3042040005,
- 3032792813,
- 2180991655,
- 4030410499,
- 3197502884,
- 2835948042,
- 516998917,
- 1663960508,
- 2267681469,
- 3353519293,
- 3822351979,
- 3257728779,
- 3696655887,
- 3335054029,
- 198379262,
- 1696584968,
- 3772977703,
- 3065480572,
- 2650933534,
- 1785757303,
- 3072962733,
- 4076518900,
- 148543891,
- 1352493895,
- 3427072075,
- 188342077,
- 3894678911,
- 4088737680,
- 3372313329,
- 3898295191,
- 3876976435,
- 4127834013,
- 420249470,
- 482409181,
- 3461257073,
- 3269303429,
- 2096686276,
- 690023596,
- 3839650956,
- 3364817895,
- 2369252384,
- 2103265158,
- 2910720374,
- 3109060776,
- 1467810067,
- 3251904311,
- 2354897940,
- 2142098261,
- 2204140324,
- 1742026677,
- 348325741,
- 2641698273,
- 877361566,
- 3661595773,
- 2821896112,
- 2676446591,
- 2486102839,
- 3130861267,
- 2322539433,
- 4064710252,
- 643945936,
- 789074907,
- 3220302039,
- 2585312592,
- 2766177987,
- 2144322198,
- 564971498,
- 1673384970,
- 2687000509,
- 1521458051,
- 1145728523,
- 1322176350,
- 1723255898,
- 2145650481,
- 629297689,
- 384473232,
- 218873646,
- 2716275769,
- 2903058056,
- 140212078,
- 2845868511,
- 3150674635,
- 3645483116,
- 137186321,
- 955484150,
- 2630986764,
- 2911774324,
- 1245825692,
- 2768219144,
- 3021370348,
- 457212529,
- 2193682131,
- 2336342678,
- 2681588174,
- 2026845025,
- 1842827026,
- 2441577248,
- 4065238959,
- 4059718007,
- 1630822091,
- 3375028981,
- 1697093919,
- 2055417118,
- 4109915474,
- 3942456752,
- 2683612969,
- 1774765738,
- 3082184909,
- 4100697805,
- 3298111531,
- 850022799,
- 2526040893,
- 3499006206,
- 785798041,
- 3015464164,
- 2431506236,
- 183695714,
- 2978011997,
- 2439793212,
- 1056650917,
- 1850519963,
- 191087883,
- 3382518127,
- 119623718,
- 1080030509,
- 2228599771,
- 2615684106,
- 1654047798,
- 965690995,
- 3349645982,
- 3575792079,
- 2805409564,
- 4276231386,
- 3400998431,
- 3994695720,
- 1518430861,
- 2194813284,
- 3438408690,
- 2398095293,
- 668507220,
- 1514840737,
- 2281009195,
- 659163477,
- 2373796088,
- 338144200,
- 1268347172,
- 1713458620,
- 151107799,
- 256716722,
- 2859653718,
- 3405980310,
- 486546081,
- 1584119621,
- 2597514927,
- 1468507228,
- 2000577689,
- 1843808090,
- 1988265760,
- 1026376315,
- 3277345649,
- 2678166457,
- 696164656,
- 3030809659,
- 3302361730,
- 2422323541,
- 936466355,
- 985571418,
- 1928548593,
- 827494664,
- 1670498663,
- 3418529320,
- 1163435614,
- 3716546792,
- 1735276486,
- 3909999896,
- 3682056941,
- 1420416169,
- 1172222024,
- 1189979017,
- 2180173754,
- 1337511313,
- 1981310101,
- 2745057810,
- 2311566500,
- 863237296,
- 1156374126,
- 3158497033,
- 3209643569,
- 4280019289,
- 632432068,
- 473685730,
- 481475380,
- 1791620970,
- 3733485341,
- 183631927,
- 1152014053,
- 210005715,
- 1546343589,
- 2672416322,
- 842247535,
- 3931493103,
- 46628651,
- 3955907624,
- 3226700527,
- 109756030,
- 2697267591,
- 71378383,
- 3654160192,
- 1323909946,
- 3041013607,
- 2102236267,
- 3264224103,
- 2497052641,
- 1482332704,
- 2755593445,
- 1647613771,
- 1079841192,
- 3898622670,
- 382553417,
- 1070663557,
- 3453507130,
- 3222582748,
- 2338624890,
- 874037507,
- 3363659634,
- 4081838729,
- 2035791326,
- 914705770,
- 2252036763,
- 348342117,
- 2273729525,
- 1998981970,
- 1550771202,
- 1989761642,
- 496643065,
- 269017536,
- 3396188794,
- 2632336696,
- 946109964,
- 3418015393,
- 3346831171,
- 2438544107,
- 591279942,
- 4114795049,
- 2370717683,
- 4095897144,
- 576788602,
- 3634120391,
- 2919133028,
- 245561782,
- 957213623,
- 1292236947,
- 2491904575,
- 2815239204,
- 3923024835,
- 1695656764,
- 4105132141,
- 2586670760,
- 485134347,
- 1054405079,
- 2674237414,
- 1776216329,
- 155456772,
- 700137083,
- 1084646940,
- 1539957421,
- 1554266478,
- 2879174963,
+ 2927169564,
+ 3725767596,
+ 4042350763,
+ 581926027,
+ 1357820605,
+ 3533503836,
+ 3853220686,
+ 2221147823,
+ 1738422909,
+ 3762456706,
+ 4198175338,
+ 689683320,
+ 2617862782,
+ 2045615966,
+ 1940815423,
+ 4189249856,
+ 4108847006,
+ 616478360,
+ 3739211608,
+ 3033313899,
+ 352122068,
+ 3162474459,
+ 2138151286,
+ 4120154289,
+ 4193304516,
+ 3124226614,
+ 4060947672,
+ 3395696014,
+ 2227458805,
+ 2528196631,
+ 760321390,
+ 3450865564,
+ 2300278096,
+ 2203489361,
+ 1755362607,
+ 4286905569,
+ 1632819264,
+ 117610749,
+ 727834202,
+ 1108409155,
+ 2885562518,
+ 3488147218,
+ 177069267,
+ 2181033381,
+ 3792588454,
+ 888438455,
+ 142833540,
+ 3219200455,
+ 752838210,
+ 1623780402,
+ 1537500754,
+ 1866096403,
+ 1153560963,
+ 1471130315,
+ 2528558802,
+ 3029522253,
+ 389154900,
+ 960338133,
+ 117191634,
+ 3067412511,
+ 1325577783,
+ 1629702169,
+ 1709009178,
+ 1612873810,
+ 2999130110,
+ 903808979,
+ 1035641546,
+ 369820090,
+ 867198306,
+ 1139835979,
+ 666976321,
+ 1310691338,
+ 495814083,
+ 1932626769,
+ 1228744768,
+ 3158957046,
+ 3896758467,
+ 140031181,
+ 4286724904,
+ 1939970716,
+ 1170822546,
+ 2686588334,
+ 2143330273,
+ 700389366,
+ 679682120,
+ 782967962,
+ 3559400872,
+ 2370110047,
+ 1208865032,
+ 3270376153,
+ 599006886,
+ 855992871,
+ 3970653874,
+ 1472640129,
+ 1752581754,
+ 3489952572,
+ 25181810,
+ 1709947290,
+ 4243527219,
+ 1679306837,
+ 3935733595,
+ 3329826710,
+ 2998640151,
+ 3489988305,
+ 3648605245,
+ 2314771104,
+ 2934047436,
+ 1808242396,
+ 1107350303,
+ 865201256,
+ 1230326357,
+ 2894829341,
+ 3635007148,
+ 4108748305,
+ 1363673669,
+ 2180110291,
+ 2668075847,
+ 3664851176,
+ 3611423131,
+ 61646251,
+ 1740981829,
+ 2124809093,
+ 1532568997,
+ 973105840,
+ 2181217967,
+ 2971552975,
+ 2491954727,
+ 2425416890,
+ 875277530,
+ 4104812421,
+ 2887394657,
+ 1706723000,
+ 3465100490,
+ 1584187040,
+ 3967876370,
+ 564012115,
+ 2942368071,
+ 3312237748,
+ 4183576626,
+ 3215713695,
+ 3190771379,
+ 1115575035,
+ 568393292,
+ 3474713360,
+ 2774402882,
+ 396403001,
+ 3467291206,
+ 1140115659,
+ 3186736384,
+ 3762494431,
+ 2121324046,
+ 2299030388,
+ 2611363048,
+ 1145390448,
+ 275972614,
+ 2441400894,
+ 2074082528,
+ 1007792271,
+ 289493304,
+ 1123499018,
+ 2640366203,
+ 2345463151,
+ 2472363530,
+ 76599795,
+ 3522083404,
+ 3664931042,
+ 1407685577,
+ 146982281,
+ 1939134225,
+ 1722183300,
+ 1433223848,
+ 1232885530,
+ 1608342666,
+ 3710065,
+ 3848989851,
+ 681171196,
+ 2479008432,
+ 835392318,
+ 1247408267,
+ 697991502,
+ 2168288435,
+ 688502647,
+ 3665919803,
+ 347931156,
+ 3782552452,
+ 1387454383,
+ 1303816968,
+ 3481964078,
+ 624932333,
+ 273453109,
+ 2248118117,
+ 2959405693,
+ 2457897227,
+ 1630899824,
+ 2315493263,
+ 3788887340,
+ 4227209540,
+ 2320058889,
+ 4031587248,
+ 3822115669,
+ 1979815210,
+ 2886857875,
+ 288883632,
+ 1252625530,
+ 2896941935,
+ 3342650541,
+ 2497016016,
+ 278218182,
+ 2070320591,
+ 3090334975,
+ 3676696931,
+ 1399478110,
+ 3277332906,
+ 4051221169,
+ 57113186,
+ 87079964,
+ 3485114939,
+ 2981147803,
+ 3069833979,
+ 3166240966,
+ 2476608853,
+ 1701983718,
+ 66271719,
+ 2585392574,
+ 3170048530,
+ 50271414,
+ 3526651473,
+ 2991564139,
+ 1326060738,
+ 309399055,
+ 4238968776,
+ 1007176981,
+ 2951623862,
+ 841101035,
+ 1880249629,
+ 3620253035,
+ 251891161,
+ 4284117157,
+ 797233651,
+ 2467167012,
+ 3785950506,
+ 1687196558,
+ 3902962523,
+ 3734798615,
+ 2515810140,
+ 2924615468,
+ 3321401564,
+ 1182657638,
+ 2577663647,
+ 1566009719,
+ 2679367308,
+ 3691725589,
+ 2228777538,
+ 2317532595,
+ 1870190833,
+ 1398732366,
+ 3075069262,
+ 1563076005,
+ 2421223651,
+ 674473242,
+ 478957989,
+ 1365606362,
+ 3716836038,
+ 3619394911,
+ 2100868735,
+ 4064613465,
+ 649547110,
+ 1065702191,
+ 1250395835,
+ 4205682244,
+ 944398741,
+ 461921741,
+ 1963758192,
+ 2687473116,
+ 634727713,
+ 4223956384,
+ 309462190,
+ 1611309745,
+ 2708008475,
+ 877218712,
+ 4008659258,
+ 3904629554,
+ 2367057744,
+ 4043283356,
+ 727000663,
+ 4180186242,
+ 4187965672,
+ 1549404839,
+ 3567931076,
+ 1046609080,
+ 2617216994,
+ 1731507846,
+ 3656360248,
+ 4288840982,
+ 3608808610,
+ 3924592610,
+ 3780565694,
+ 4118028206,
+ 3476836034,
+ 1978855010,
+ 738959362,
+ 3790978668,
+ 166672134,
+ 125684761,
+ 1013208556,
+ 2644073499,
+ 2630188709,
+ 2778181633,
+ 3048052569,
+ 2028730380,
+ 315234053,
+ 1918375647,
+ 366381552,
+ 362050352,
+ 1743738003,
+ 2552819726,
+ 4055974005,
+ 872362003,
+ 1488175521,
+ 4127312557,
+ 278129677,
+ 1393417031,
+ 4210782399,
+ 1209619530,
+ 2620296861,
+ 3636358036,
+ 1061768321,
+ 1620386188,
+ 1272817800,
+ 2698314252,
+ 818849826,
+ 3029031007,
+ 777692040,
+ 12785878,
+ 3952237187,
+ 2888045818,
+ 2092802683,
+ 4237169080,
+ 463285752,
+ 984146016,
+ 4134008941,
+ 1394611144,
+ 3327738240,
+ 2867199933,
+ 3532569066,
+ 752226117,
+ 30543858,
+ 3139183525,
+ 256130096,
+ 1004041320,
+ 1121740127,
+ 1993942635,
+ 3992546898,
+ 3295258174,
+ 1100842314,
+ 1244665750,
+ 1574089011,
+ 2035539259,
+ 1847408081,
+ 1021969248,
+ 3797642708,
+ 2409911148,
+ 790766966,
+ 3618871447,
+ 307577231,
+ 568662338,
+ 3981359967,
+ 951992676,
+ 354410113,
+ 1918035616,
+ 3278481587,
+ 492216810,
+ 3943893274,
+ 532249424,
+ 1879632991,
+ 728943726,
+ 1124394249,
+ 2886026892,
+ 975184417,
+ 578701427,
+ 3550419065,
+ 4215703458,
+ 1062702674,
+ 525571078,
+ 3555640300,
+ 3982242989,
+ 927538845,
+ 244400564,
+ 3967244513,
+ 2436390233,
+ 3453527631,
+ 716562561,
+ 3608927130,
+ 2887384920,
+ 1602960359,
+ 527464090,
+ 2558437256,
+ 905570376,
+ 12377466,
+ 2637186938,
+ 1356608108,
+ 610098356,
+ 165495311,
+ 3834484215,
+ 3886330640,
+ 762615987,
+ 3172762471,
+ 860493545,
+ 1876059043,
+ 1780585320,
+ 643099415,
+ 1818608938,
+ 576507563,
+ 2819009283,
+ 2952467177,
+ 1732866750,
+ 2362620763,
+ 2699241134,
+ 2664098663,
+ 2405620631,
+ 2617472357,
+ 3681150879,
+ 3833578175,
+ 2504157397,
+ 347907111,
+ 1256817095,
+ 3923706983,
+ 176010325,
+ 2612577983,
+ 954155777,
+ 3336002621,
+ 4105422947,
+ 2062365592,
+ 810675001,
+ 3976522593,
+ 3343114920,
+ 2424321810,
+ 3553583877,
+ 1077189883,
+ 2586658757,
+ 3044020962,
+ 1721347641,
+ 3331989494,
+ 1119906582,
+ 1273887476,
+ 7156574,
+ 1395676338,
+ 1617211016,
+ 2673833236,
+ 4141282588,
+ 730006136,
+ 169163782,
+ 1026381506,
+ 3128781352,
+ 1269696058,
+ 1907477712,
+ 305087238,
+ 1651633277,
+ 3530252537,
+ 3622754238,
+ 1207148635,
+ 70688622,
+ 1158094982,
+ 1497036102,
+ 3424792992,
+ 2647530107,
+ 735721563,
+ 4120557861,
+ 928689299,
+ 4183899719,
+ 806018749,
+ 466018142,
+ 1050410848,
+ 1983675139,
+ 3769543661,
+ 1343706580,
+ 806840927,
+ 698566164,
+ 79736831,
+ 1394092892,
+ 684511548,
+ 714590522,
+ 1613352715,
+ 3158988265,
+ 1189821798,
+ 411199963,
+ 1134308953,
+ 3850510183,
+ 2899553090,
+ 2267296001,
+ 4286779213,
+ 2489058773,
+ 2230523306,
+ 2323075111,
+ 1087679426,
+ 895164055,
+ 2737335194,
+ 3991087819,
+ 607737968,
+ 2109685489,
+ 1421487897,
+ 865238492,
+ 130515376,
+ 766333908,
+ 3952056170,
+ 9527724,
+ 1684206011,
+ 2521169772,
+ 2521840643,
+ 2492541623,
+ 13606762,
+ 3858986829,
+ 4218735736,
+ 2634120801,
+ 154119541,
+ 2249241801,
+ 50606167,
+ 167464416,
+ 3254726441,
+ 909911949,
+ 3342635001,
+ 97821002,
+ 290881008,
+ 4152731241,
+ 3095308564,
+ 3118395140,
+ 1119011509,
+ 1499330540,
+ 1060255312,
+ 1677830818,
+ 3790257212,
+ 1760894145,
+ 2225063529,
+ 3724613237,
+ 3883367162,
+ 1266816419,
+ 587232018,
+ 1150001453,
+ 2786540314,
+ 497061441,
+ 27409042,
+ 3600610358,
+ 4269269255,
+ 160951487,
+ 2885784098,
+ 2150043262,
+ 3828270039,
+ 3118841323,
+ 2255634295,
+ 1915327185,
+ 1771780488,
+ 2953982300,
+ 3113409823,
+ 1752810548,
+ 1308553242,
+ 2543361530,
+ 4009587322,
+ 2204600155,
+ 3667623610,
+ 1926481522,
+ 1556392130,
+ 4044804924,
+ 2050943215,
+ 2454601914,
+ 2433405730,
+ 725360843,
+ 690111535,
+ 1548709388,
+ 3023449133,
+ 274402181,
+ 2917000217,
+ 1412538480,
+ 3836697351,
+ 3453052507,
+ 1995433728,
+ 2286438394,
+ 3754173094,
+ 1967942205,
+ 343954725,
+ 210401116,
+ 3882295147,
+ 3888404085,
+ 3126964518,
+ 2132718586,
+ 3474512074,
+ 2627730618,
+ 1341780829,
+ 3305921522,
+ 1538583662,
+ 4278709723,
+ 1639789904,
+ 2607711319,
+ 1416476106,
+ 3335165976,
+ 451716632,
+ 1401890461,
+ 4096381790,
+ 3702095731,
+ 1362815614,
+ 3978745788,
+ 1397115506,
+ 2915653528,
+ 3313628588,
+ 2636017258,
+ 1646695326,
+ 4266914466,
+ 2413694957,
+ 4122412018,
+ 1160764409,
+ 2086069269,
+ 3456983846,
+ 741697355,
+ 4212774167,
+ 1564934817,
+ 1059840446,
+ 1907699378,
+ 501755989,
+ 52125564,
+ 3577440527,
+ 1627592658,
+ 90145114,
+ 50260007,
+ 1789550175,
+ 2216830216,
+ 3970225379,
+ 1362951393,
+ 3998785626,
+ 2217316382,
+ 1194368674,
+ 1898678425,
+ 2045832677,
+ 3371428414,
+ 1755126506,
+ 2448835690,
+ 1421860452,
+ 2240813875,
+ 3970229359,
+ 1369921665,
+ 1475936614,
+ 3922647063,
+ 1749224127,
+ 1873404308,
+ 1832006731,
+ 1021464194,
+ 728484614,
+ 2446412449,
+ 1065559436,
+ 250094211,
+ 3390597760,
+ 4093121528,
+ 3515388622,
+ 621517388,
+ 3709994627,
+ 3480938928,
+ 3102863683,
+ 2381857842,
+ 1699626159,
+ 313449890,
+ 1518974484,
+ 1580163779,
+ 3654112910,
+ 1202788434,
+ 3072313414,
+ 3143085743,
+ 899774872,
+ 3118627527,
+ 3116390266,
+ 3830801922,
+ 1867991614,
+ 140197464,
+ 1434525962,
+ 717397511,
+ 1822028565,
+ 1374376254,
+ 3821134215,
+ 540652777,
+ 1907720496,
+ 81709785,
+ 2052789264,
+ 3044971452,
+ 2113250401,
+ 417805112,
+ 740296835,
+ 1281721296,
+ 259026147,
+ 4020615513,
+ 1427541577,
+ 3386481698,
+ 1301129375,
+ 1773969573,
+ 2191383092,
+ 2502696985,
+ 2436291185,
+ 1103454751,
+ 3684730762,
+ 4145260938,
+ 1880615208,
+ 1980010842,
+ 1463653129,
+ 1346999030,
+ 2675610232,
+ 2477114577,
+ 4206320131,
+ 679927348,
+ 2778717434,
+ 4007352488,
+ 949246335,
+ 3847933528,
+ 2937804166,
+ 3508186504,
+ 1087757730,
+ 3252831470,
+ 2782234592,
+ 1443627788,
+ 3902502374,
+ 1906494754,
+ 385793856,
+ 3941472072,
+ 2884513805,
+ 233080043,
+ 3026173357,
+ 2867744838,
+ 313921418,
+ 4104714883,
+ 52958099,
+ 1047789985,
+ 66301700,
+ 2162920794,
+ 2318015201,
+ 3432039611,
+ 2600642113,
+ 699248369,
+ 1888840619,
+ 2081468566,
+ 2015919707,
+ 3338023551,
+ 3924364302,
+ 703143804,
+ 299482298,
+ 3480666298,
+ 1565355720,
+ 3731353314,
+ 2382075362,
+ 1694524214,
+ 758313200,
+ 2263326028,
+ 2376003638,
+ 2914172678,
+ 2752182584,
+ 3924134462,
+ 1080037316,
+ 753026692,
+ 4019172266,
+ 2202374232,
+ 3730100324,
+ 674750270,
+ 1692131137,
+ 4056746380,
+ 2160135897,
+ 3734017825,
+ 80593609,
+ 4233688565,
+ 3187252527,
+ 1670345745,
+ 1869719532,
+ 3948946566,
+ 2692254029,
+ 2779124095,
+ 4152074509,
+ 4278929702,
+ 1094269354,
+ 2031385352,
+ 2933204497,
+ 2665142340,
+ 3403934646,
+ 3838318865,
+ 2567281840,
+ 865355388,
+ 4001464404,
+ 1491747449,
+ 2716365271,
+ 3739869095,
+ 3546678364,
+ 2076746534,
+ 269218253,
+ 3751768703,
+ 3326224424,
+ 3957201173,
+ 3065011808,
+ 1559994012,
+ 2229270269,
+ 45618806,
+ 916840086,
+ 3621123041,
+ 1039545260,
+ 3050738082,
+ 1227281608,
+ 3791099642,
+ 2335250887,
+ 2733357891,
+ 1192761505,
+ 1126344590,
+ 3452285757,
+ 1762877897,
+ 486346613,
+ 1885032910,
+ 335070580,
+ 311664172,
+ 2367558270,
+ 2771697447,
+ 635009878,
+ 806851836,
+ 447259581,
+ 2845556480,
+ 336317201,
+ 1522492619,
+ 310317498,
+ 4051303019,
+ 2967001388,
+ 641467456,
+ 2653714640,
+ 3250648379,
+ 3145217990,
+ 3923844805,
+ 2938786871,
+ 916978322,
+ 2745524213,
+ 302600311,
+ 4292660226,
+ 357603778,
+ 541024135,
+ 2865599445,
+ 2049687944,
+ 2221993134,
+ 1500565620,
+ 2382651257,
+ 3180264694,
+ 39431411,
+ 3495512837,
+ 3046352391,
+ 3230855336,
+ 2668310942,
+ 1654544880,
+ 3119668750,
+ 2751001176,
+ 3524235629,
+ 1357869478,
+ 2206979202,
+ 2858137991,
+ 357027952,
+ 2973316188,
+ 2005897688,
+ 1996435066,
+ 212994633,
+ 3250638762,
+ 3573555433,
+ 3282651996,
+ 1504950885,
+ 3681415641,
+ 1252333684,
+ 1016788195,
+ 878319352,
+ 3294449877,
+ 3780889896,
+ 2751408258,
+ 1583563975,
+ 2078338967,
+ 1843531990,
+ 1189321362,
+ 51388909,
+ 1535224113,
+ 2489364054,
+ 3991127092,
+ 3303385422,
+ 1322999121,
+ 3819380085,
+ 1201835662,
+ 2522632805,
+ 432345246,
+ 2818698483,
+ 4174050878,
+ 1061344466,
+ 2879419069,
+ 4238452020,
+ 3493979468,
+ 1067395282,
+ 3603423330,
+ 2312766117,
+ 4130472632,
+ 1543163565,
+ 904730825,
+ 670340268,
+ 983533733,
+ 4151065698,
+ 1509030569,
+ 179907180,
+ 1573842443,
+ 3788029899,
+ 1648610867,
+ 3413503419,
+ 1070845780,
+ 4037582755,
+ 4230738473,
+ 3114902157,
+ 838392110,
+ 1164205739,
+ 3493541048,
+ 1973737501,
+ 3738111435,
+ 480746647,
+ 2438064089,
+ 1931731444,
+ 899757248,
+ 3810639332,
+ 4057307371,
+ 1763307962,
+ 1348374070,
+ 3683705038,
+ 3085698753,
+ 77800207,
+ 1038751221,
+ 380679133,
+ 338482864,
+ 3506706869,
+ 4196955107,
+ 1821377404,
+ 1674543095,
+ 430738741,
+ 2027610543,
+ 473454758,
+ 2163836957,
+ 917847617,
+ 3618133520,
+ 537441502,
+ 2337688015,
+ 762133787,
+ 3965664,
+ 1381618305,
+ 1363596170,
+ 413468543,
+ 1728683418,
+ 553028449,
+ 4189090585,
+ 3149271458,
+ 2692478469,
+ 3531213461,
+ 1321532244,
+ 1264376639,
+ 582989186,
+ 3541118548,
+ 741059117,
+ 2595910631,
+ 3374527718,
+ 295450033,
+ 67839159,
+ 1809358312,
+ 4081927958,
+ 1855918686,
+ 3784906193,
+ 4095644181,
+ 2472998819,
+ 2160075396,
+ 664554826,
+ 786095282,
+ 4202044559,
+ 1395114749,
+ 3061446043,
+ 691558262,
+ 938713988,
+ 3064066939,
+ 3544964037,
+ 3908742906,
+ 502646399,
+ 1016710393,
+ 4002445969,
+ 4246920546,
+ 1259053321,
+ 2706858462,
+ 364375964,
+ 2110127174,
+ 3698063992,
+ 3763788969,
+ 3261769171,
+ 887806685,
+ 4254001727,
+ 2810860919,
+ 3807047080,
+ 638595002,
+ 1991970766,
+ 506029519,
+ 2494719183,
+ 2378000709,
+ 536473396,
+ 3665305688,
+ 146198753,
+ 572922446,
+ 4243282069,
+ 3874730181,
+ 958067329,
+ 1244323624,
+ 1000102586,
+ 1950944561,
+ 3703774573,
+ 2442630773,
+ 1033670420,
+ 2019163817,
+ 3310914377,
+ 2187405527,
+ 3892489488,
+ 575905347,
+ 824511644,
+ 1635350622,
+ 1792690521,
+ 4152281184,
+ 2342617777,
+ 958820164,
+ 551854903,
+ 1271528738,
+ 915265333,
+ 3632228604,
+ 1959975846,
+ 3559129120,
+ 2488411857,
+ 2407952486,
+ 882506740,
+ 4269397170,
+ 3029569633,
+ 506864706,
+ 3738126595,
+ 1847680137,
+ 2658711924,
+ 839750903,
+ 698935490,
+ 2580279750,
+ 1455298237,
+ 3197475815,
+ 2508343944,
+ 2150808897,
+ 1008721847,
+ 1370451118,
+ 3418094441,
+ 2732848979,
+ 4105077217,
+ 1013340225,
+ 2122525880,
+ 2503346580,
+ 407565552,
+ 2309091731,
+ 1836394535,
+ 340417010,
+ 576214360,
+ 2318898531,
+ 1783513413,
+ 655895768,
+ 2715403659,
+ 3540419107,
+ 2403480577,
+ 1437844791,
+ 1710922331,
+ 1503529270,
+ 1517609368,
+ 388256287,
+ 1372798706,
+ 683578806,
+ 1948364083,
+ 3302465949,
+ 505961587,
+ 3535381678,
+ 3052185584,
+ 2403900980,
+ 2890053235,
+ 1722449238,
+ 1505395210,
+ 1869174613,
+ 2264670795,
+ 2730286029,
+ 1118164102,
+ 3023968548,
+ 967771236,
+ 1847233548,
+ 3039614539,
+ 3813541193,
+ 2841668602,
+ 1467952231,
+ 2517169777,
+ 1256963700,
+ 1491440931,
+ 3457359560,
+ 844765438,
+ 2898440106,
+ 2172478294,
+ 1440412419,
+ 3563919356,
+ 4148693598,
+ 1940075990,
+ 3746184486,
+ 679489074,
+ 3706905065,
+ 1615808162,
+ 3510677288,
+ 3522745151,
+ 2276545642,
+ 2772387125,
+ 535086261,
+ 595101491,
+ 2594065125,
+ 1237007576,
+ 24066452,
+ 3044590668,
+ 3675258694,
+ 1183658683,
+ 3453862368,
+ 2494759854,
+ 2214737591,
+ 3371119573,
+ 3898265714,
+ 3231559857,
+ 1247575768,
+ 886213624,
+ 1129438564,
+ 923830412,
+ 2622175179,
+ 516070037,
+ 2601706652,
+ 3430832587,
+ 689232931,
+ 2345833901,
+ 178506151,
+ 4239859686,
+ 529254030,
+ 1829143276,
+ 3125389530,
+ 648818857,
+ 1207787419,
+ 508862788,
+ 458648012,
+ 2594653594,
+ 3370899792,
+ 4039074618,
+ 1817635253,
+ 4091276449,
+ 1848880649,
+ 382084565,
+ 3022084430,
+ 1412549042,
+ 3849408767,
+ 4093063991,
+ 1924687405,
+ 2739253015,
+ 2062393836,
+ 2999747269,
+ 1749726320,
+ 1095187662,
+ 1607750832,
+ 3902344750,
+ 2129235031,
+ 2941344740,
+ 1665079779,
+ 3170993264,
+ 3211393995,
+ 2703517516,
+ 4224889028,
+ 2267641589,
+ 1326653811,
+ 3510315389,
+ 4166730868,
+ 637618216,
+ 2123542755,
+ 2104488582,
+ 1334879523,
+ 879096134,
+ 859058623,
+ 3524504894,
+ 448062693,
+ 1104444126,
+ 3233964309,
+ 4256063175,
+ 1826786925,
+ 2219302937,
+ 2775528590,
+ 2784204952,
+ 3522217178,
+ 1974807123,
+ 3451084085,
+ 303575136,
+ 2575769955,
+ 1792613540,
+ 1427693540,
+ 1576012170,
+ 3049993754,
+ 3199697611,
+ 4134890572,
+ 2923852166,
+ 3730548297,
+ 908379339,
+ 265516972,
+ 2796559341,
+ 2242580430,
+ 1177614572,
+ 3766472826,
+ 910383154,
+ 3685207706,
+ 46985392,
+ 1961909131,
+ 2907305734,
+ 3644576758,
+ 2229233165,
+ 995572010,
+ 3501554996,
+ 158548532,
+ 1540978918,
+ 18762396,
+ 1846718945,
+ 1029887072,
+ 3819734930,
+ 2831491814,
+ 2227799914,
+ 701715471,
+ 3309814353,
+ 2175127584,
+ 1395404716,
+ 3479849316,
+ 1836754640,
+ 3720877769,
+ 3027158882,
+ 1574195602,
+ 506043939,
+ 2663312051,
+ 2246303771,
+ 2858623989,
+ 2033369415,
+ 3059113017,
+ 1528394474,
+ 41062700,
+ 2167659360,
+ 1888120930,
+ 384518200,
+ 1829865404,
+ 1282744495,
+ 1294725661,
+ 3937273481,
+ 852472720,
+ 1220510173,
+ 2453981945,
+ 1242483602,
+ 2719097948,
+ 1703169780,
+ 487388774,
+ 1354994580,
+ 1447735675,
+ 4104064,
+ 1210699373,
+ 1847433025,
+ 2343336218,
+ 3516358926,
+ 1795019590,
+ 4043315696,
+ 1055790480,
+ 1879254164,
+ 1611475221,
+ 4034980612,
+ 1949401564,
+ 3765498362,
+ 574863908,
+ 2555026883,
+ 4022615075,
+ 736691553,
+ 4282875462,
+ 664346502,
+ 2596414961,
+ 1603507005,
+ 4220292949,
+ 1835333148,
+ 4440650,
+ 3821852429,
+ 243254869,
+ 2117821589,
+ 1445486687,
+ 1787099421,
+ 804781767,
+ 2317107639,
+ 3974223876,
+ 258926539,
+ 2619673735,
+ 2416411100,
+ 3678746429,
+ 2228590687,
+ 814530662,
+ 986705910,
+ 4017877545,
+ 3028098362,
+ 1097538957,
+ 58423879,
+ 823755755,
+ 2735237995,
+ 2179714912,
+ 4218572633,
+ 1219243510,
+ 1991021642,
+ 2760299465,
+ 679600284,
+ 468753531,
+ 4293260512,
+ 1126746063,
+ 3873627839,
+ 2494138933,
+ 1379013627,
+ 3547929110,
+ 1802801217,
+ 2042886308,
+ 3078844223,
+ 3825255515,
+ 1052063794,
+ 3091728434,
+ 616819591,
+ 1917034738,
+ 829491086,
+ 4113740517,
+ 3620091865,
+ 1011606298,
+ 964080978,
+ 1822205404,
+ 3125430233,
+ 2437451336,
+ 3184653414,
+ 1435814262,
+ 3931305720,
+ 2089200070,
+ 3515688670,
+ 3813771521,
+ 3819889634,
+ 3630375624,
+ 2011643478,
+ 3901872040,
+ 3715049596,
+ 840181281,
+ 757738912,
+ 2924823828,
+ 1434747300,
+ 130077420,
+ 1888608679,
+ 2227430308,
+ 2959389490,
+ 2302046189,
+ 2517998883,
+ 284979813,
+ 3935308030,
+ 1726255,
+ 2124134090,
+ 1823057645,
+ 2244390781,
+ 3807394963,
+ 121154036,
+ 2976426549,
+ 4261805141,
+ 3983948783,
+ 761506796,
+ 4193250556,
+ 3108380947,
+ 2194303575,
+ 1059242440,
+ 3433706571,
+ 2054292657,
+ 2000585064,
+ 1464316002,
+ 1872665277,
+ 168348219,
+ 2934107310,
+ 1550639373,
+ 1700059032,
+ 2673047916,
+ 1991608617,
+ 2677916143,
+ 3880881087,
+ 520986567,
+ 2760642605,
+ 160391846,
+ 1158388033,
+ 3174554377,
+ 1692888349,
+ 35315293,
+ 4106421767,
+ 2716974056,
+ 70707127,
+ 3864271554,
+ 2002842233,
+ 1365097348,
+ 4196746866,
+ 79127983,
+ 2779476786,
+ 566722691,
+ 1637469781,
+ 4134530815,
+ 1111627131,
+ 3875985080,
+ 3352807560,
+ 833978215,
+ 3795889792,
+ 2316676635,
+ 3453530177,
+ 252400799,
+ 1386693549,
+ 3375096623,
+ 224235320,
+ 809414621,
+ 4273068208,
+ 548306746,
+ 586273400,
+ 9076839,
+ 3334428318,
+ 569309963,
+ 119214524,
+ 3266024775,
+ 4025012387,
+ 331531494,
+ 2442235317,
+ 3102093775,
+ 3327904979,
+ 1568733908,
+ 873619916,
+ 1534025979,
+ 2909894320,
+ 3781957693,
+ 3154405757,
+ 3123506455,
+ 3536526268,
+ 574729615,
+ 2666108406,
+ 2207907706,
+ 4167360374,
+ 3377460905,
+ 208368517,
+ 760364882,
+ 1951561565,
+ 1645243641,
+ 4228804154,
+ 605023856,
+ 442279837,
+ 2371220722,
+ 1779049844,
+ 4046285829,
+ 1410673585,
+ 3414077023,
+ 1401480594,
+ 3818992410,
+ 153985110,
+ 1477000737,
+ 4005064282,
+ 1053828802,
+ 3436635955,
+ 3424228625,
+ 2669527735,
+ 425965817,
+ 721959308,
+ 182444406,
+ 3423543866,
+ 1905960000,
+ 985554500,
+ 234226000,
+ 2168713548,
+ 623840760,
+ 2368050146,
+ 3040878690,
+ 3035434567,
+ 4215933895,
+ 3806996053,
+ 989548598,
+ 4147795028,
+ 3072912175,
+ 3176489240,
+ 1066232453,
+ 1541268909,
+ 3379927567,
+ 498060335,
+ 3463482130,
+ 958014122,
+ 4115577651,
+ 387117163,
+ 439969043,
+ 2557636004,
+ 3165797474,
+ 1066786858,
+ 3367173676,
+ 3037916389,
+ 2773320964,
+ 3135440423,
+ 599378367,
+ 2555626129,
+ 1961340290,
+ 1924602197,
+ 666137488,
+ 1902210129,
+ 2888451214,
+ 1621974807,
+ 2179353614,
+ 2282716568,
+ 2290308266,
+ 3489403506,
+ 3443185736,
+ 3329423202,
+ 827729671,
+ 3276252604,
+ 2931061635,
+ 1500043528,
+ 3717375018,
+ 337149789,
+ 3298527044,
+ 481191041,
+ 1967971280,
+ 996280293,
+ 1214287107,
+ 1280761966,
+ 3542428162,
+ 2385766097,
+ 3263123184,
+ 3808765296,
+ 1343251350,
+ 1523373983,
+ 268810279,
+ 2833897911,
+ 1617540285,
+ 2968311454,
+ 1869128048,
+ 1466336316,
+ 1353149679,
+ 2977523241,
+ 4255812214,
+ 3423418680,
+ 1974609486,
+ 484555432,
+ 1810012809,
+ 2388708587,
+ 1657273785,
+ 353202869,
+ 1739180617,
+ 3092013735,
+ 1653778926,
+ 1578749286,
+ 2141351254,
+ 2903207545,
+ 2031321429,
+ 3420293963,
+ 3032711765,
+ 2014732533,
+ 3149876323,
+ 1265103618,
+ 2681263333,
+ 2950573687,
+ 2726766256,
+ 3042922935,
+ 2902365824,
+ 1342214232,
+ 1131546866,
+ 2508372313,
+ 1926046233,
+ 2789983597,
+ 133513629,
+ 635681964,
+ 737784563,
+ 3656580582,
+ 2105982551,
+ 3315613817,
+ 778965637,
+ 933495301,
+ 895329275,
+ 165419805,
+ 1746604555,
+ 3861580274,
+ 4273349180,
+ 3558303951,
+ 2142884632,
+ 3591232751,
+ 1057013534,
+ 1547464920,
+ 4252192151,
+ 2202996976,
+ 265361942,
+ 3629132477,
+ 2798392960,
+ 163793929,
+ 2938597716,
+ 1695331809,
+ 1927027786,
+ 1689604552,
+ 3500333481,
+ 1908386865,
+ 2628482662,
+ 3091917607,
+ 287836367,
+ 3819716252,
+ 3258716929,
+ 379486478,
+ 3741771692,
+ 2007574255,
+ 3106766574,
+ 1404407843,
+ 3560619950,
+ 3128706008,
+ 1584146057,
+ 1901922470,
+ 3255334791,
+ 2133131264,
+ 2980698689,
+ 3014495918,
+ 2231745566,
+ 597723732,
+ 72028227,
+ 2418774267,
+ 818338804,
+ 1595412754,
+ 361252179,
+ 127763237,
+ 811941394,
+ 3557591319,
+ 326315659,
+ 1943860565,
+ 957042883,
+ 2920238545,
+ 2046499214,
+ 2090984534,
+ 2071039803,
+ 1786985798,
+ 3021780194,
+ 1497428072,
+ 737656600,
+ 1121396600,
+ 1823802397,
+ 2565996740,
+ 294175561,
+ 1944311040,
+ 1946835515,
+ 1746136789,
+ 3616461501,
+ 1024567572,
+ 1065049533,
+ 2721090137,
+ 1212477748,
+ 901884397,
+ 686742314,
+ 1766268705,
+ 3974733464,
+ 2885514842,
+ 369668877,
+ 2908984656,
+ 15234150,
+ 834949090,
+ 2498921220,
+ 2413021023,
+ 3072660792,
+ 818602822,
+ 1721201981,
+ 203498287,
+ 4197905617,
+ 1259897213,
+ 1747806799,
+ 3576199099,
+ 2373194437,
+ 2548207897,
+ 908821809,
+ 3066158280,
+ 3792916634,
+ 2449508995,
+ 1963708786,
+ 1573216374,
+ 3157640982,
+ 3711205337,
+ 956457332,
+ 41651988,
+ 1178189505,
+ 494639438,
+ 1010598509,
+ 554847763,
+ 562166240,
+ 2674342907,
+ 1402307879,
+ 3589413569,
+ 814679326,
+ 2709190532,
+ 3784108956,
+ 691309765,
+ 482137761,
+ 823004782,
+ 2020204012,
+ 2238370118,
+ 1053438073,
+ 1385924196,
+ 587065937,
+ 1229755946,
+ 555538905,
+ 3369723875,
+ 1262896880,
+ 3133543208,
+ 1099691279,
+ 4122424154,
+ 2421232509,
+ 2366835136,
+ 631586254,
+ 948327535,
+ 2803045278,
+ 588825363,
+ 3750647098,
+ 3119412336,
+ 1424285971,
+ 1082491368,
+ 193173457,
+ 3188915967,
+ 2875784734,
+ 3421353265,
+ 571633924,
+ 1770655687,
+ 2048933878,
+ 1538643535,
+ 2422328190,
+ 3491330013,
+ 209277525,
+ 3229924066,
+ 632582153,
+ 2959916438,
+ 35024186,
+ 498892824,
+ 3192383711,
+ 4283810539,
+ 2364556790,
+ 3679761277,
+ 1988439063,
+ 1741576580,
+ 434285868,
+ 308739922,
+ 2383073522,
+ 3651072941,
+ 1816238495,
+ 1039810812,
+ 693997205,
+ 3957734464,
+ 3710466449,
+ 4152132864,
+ 3291025931,
+ 560082388,
+ 946322993,
+ 2252664807,
+ 3416160374,
+ 2719286928,
+ 3646517208,
+ 2384077053,
+ 3924725284,
+ 2802689483,
+ 1729417301,
+ 773900827,
+ 2869229614,
+ 2115350795,
+ 4248052703,
+ 2961811133,
+ 2869703971,
+ 921485104,
+ 2309448989,
+ 1712909351,
+ 4188200381,
+ 3378464900,
+ 1028576201,
+ 2342515112,
+ 3290758921,
+ 2773110679,
+ 3254049808,
+ 3312471365,
+ 2000584891,
+ 1037319604,
+ 1087769516,
+ 3592081424,
+ 523664626,
+ 511748624,
+ 2494408016,
+ 4193459669,
+ 1093148201,
+ 832084665,
+ 617875918,
+ 3369714940,
+ 438198350,
+ 3711647888,
+ 2736086649,
+ 517507741,
+ 2091851561,
+ 2458687292,
+ 4160305514,
+ 462866996,
+ 1086859567,
+ 585637363,
+ 1950134368,
+ 602182806,
+ 3095958312,
+ 3828270291,
+ 3031088643,
+ 4147458426,
+ 1232536957,
+ 190694419,
+ 875593455,
+ 3929682639,
+ 122945931,
+ 3820431894,
+ 3461382030,
+ 2377101620,
+ 374459909,
+ 1406991149,
+ 2104226000,
+ 3870129655,
+ 1821598239,
+ 2811543819,
+ 3429570385,
+ 418997620,
+ 1232864237,
+ 3282000127,
+ 753059967,
+ 171114068,
+ 252798551,
+ 3660489629,
+ 1973133379,
+ 1781412422,
+ 2334452524,
+ 3571052892,
+ 3371496144,
+ 3462532198,
+ 733885223,
+ 3110035425,
+ 2660528980,
+ 4064404624,
+ 552571110,
+ 4039545205,
+ 2957924711,
+ 206570732,
+ 784750241,
+ 2709014268,
+ 2749717411,
+ 4033547755,
+ 3137952457,
+ 2937830098,
+ 3156105311,
+ 3372622003,
+ 3885016624,
+ 46772959,
+ 3573152100,
+ 4235852546,
+ 1532723369,
+ 2427906553,
+ 2970550624,
+ 3310226163,
+ 2645618873,
+ 3185010975,
+ 2147628024,
+ 1939817265,
+ 1423543055,
+ 3772138019,
+ 2559753395,
+ 2925242913,
+ 835689713,
+ 1104227376,
+ 2696990496,
+ 3459983124,
+ 3768784841,
+ 3310280399,
+ 468911382,
+ 2726007134,
+ 2044367568,
+ 1376694631,
+ 204321365,
+ 2149812421,
+ 2850715383,
+ 64809965,
+ 2835922154,
+ 255016117,
+ 376560957,
+ 2231577947,
+ 1693950746,
+ 2566709372,
+ 501528609,
+ 233227700,
+ 3369491725,
+ 1533252437,
+ 3663987287,
+ 3272734997,
+ 1822441470,
+ 3832284948,
+ 73764943,
+ 153853892,
+ 2390021665,
+ 2104378091,
+ 2520602466,
+ 2595134959,
+ 2581426544,
+ 2361027353,
+ 1074268370,
+ 3204043950,
+ 635577924,
+ 459914426,
+ 3577799902,
+ 2065524654,
+ 1097561688,
+ 3107072393,
+ 2626490857,
+ 3726619189,
+ 530161184,
+ 2269574006,
+ 826229653,
+ 3073616668,
+ 4249324680,
+ 717069887,
+ 160994020,
+ 2705033006,
+ 1571339622,
+ 3262202807,
+ 4269772121,
+ 2571459909,
+ 1423987089,
+ 1567932823,
+ 4138433667,
+ 3460119695,
+ 622295481,
+ 3887486292,
+ 2537470762,
+ 3453047708,
+ 1220241288,
+ 2899401235,
+ 1092671244,
+ 2844309128,
+ 3200774315,
+ 2690260068,
+ 2518684149,
+ 3281462408,
+ 3355326200,
+ 2958832771,
+ 1326608927,
+ 2227361670,
+ 1500883791,
+ 3784128716,
+ 2281318507,
+ 3525493081,
+ 3019842482,
+ 953356236,
+ 1625101171,
+ 677209507,
+ 1701741490,
+ 1573134010,
+ 3946357988,
+ 3004176493,
+ 1453295202,
+ 2417798440,
+ 3652636680,
+ 3890549417,
+ 984215533,
+ 2653426365,
+ 2344922057,
+ 2977252422,
+ 3326378305,
+ 1208092220,
+ 4218575424,
+ 2016835714,
+ 3875576379,
+ 2881837916,
+ 3647462474,
+ 2594792155,
+ 854846632,
+ 2273594982,
+ 1735732010,
+ 1345732277,
+ 190280017,
+ 1351817992,
+ 2206698509,
+ 2924550591,
+ 3083354568,
+ 794829123,
+ 3574386746,
+ 1439607897,
+ 3169010989,
+ 4115864087,
+ 3448354535,
+ 4059065790,
+ 3256496336,
+ 1753018156,
+ 282781272,
+ 3552213015,
+ 1619932601,
+ 3434407733,
+ 2948461573,
+ 2314443698,
+ 942993004,
+ 2554845188,
+ 3540098712,
+ 1281243112,
+ 1918638709,
+ 2402931290,
+ 1578122703,
+ 3812467550,
+ 161433657,
+ 4266968893,
+ 1715738351,
+ 1729584438,
+ 693725614,
+ 846442167,
+ 2239823709,
+ 783668009,
+ 1135710604,
+ 847055678,
+ 11526248,
+ 2068152028,
+ 3549985544,
+ 3982989333,
+ 3072117392,
+ 3393016427,
+ 139612857,
+ 3683379617,
+ 2744807191,
+ 3931379513,
+ 2992903419,
+ 1361746441,
+ 781656381,
+ 3760199945,
+ 2423444043,
+ 1576615191,
+ 3677337887,
+ 4133718626,
+ 2820167038,
+ 3663649291,
+ 2874077641,
+ 3664364016,
+ 3939393097,
+ 3707382257,
+ 2547654893,
+ 3761609515,
+ 2862738437,
+ 3196224444,
+ 1740026081,
+ 1411452927,
+ 1474806811,
+ 3941238907,
+ 1240207768,
+ 4176889441,
+ 1451395933,
+ 985814698,
+ 2132531285,
+ 478829189,
+ 1545867024,
+ 1856868192,
+ 3466391077,
+ 1367673537,
+ 3814830677,
+ 1257181424,
+ 1445922003,
+ 3071032734,
+ 105488226,
+ 3902089164,
+ 1208334354,
+ 1451492138,
+ 3189815400,
+ 2749795857,
+ 1051873660,
+ 3525448115,
+ 2189850140,
+ 1799862377,
+ 1720286340,
+ 1982546537,
+ 1821501790,
+ 490143159,
+ 3106217103,
+ 768668483,
+ 4014136830,
+ 99690516,
+ 1503995555,
+ 3018018798,
+ 3095425031,
+ 2845193096,
+ 3876617822,
+ 1485705470,
+ 2486367252,
+ 3955874841,
+ 293318774,
+ 1857889192,
+ 966438527,
+ 2765420751,
+ 2932380552,
+ 190308852,
+ 1374499681,
+ 2980868542,
+ 293769752,
+ 66176885,
+ 2124798598,
+ 4040877350,
+ 2385523300,
+ 1972034825,
+ 684162279,
+ 669432456,
+ 3059117857,
+ 2936492832,
+ 3189740608,
+ 2695967164,
+ 2792355860,
+ 3730621813,
+ 2848851679,
+ 428135394,
+ 1062765278,
+ 30642802,
+ 3996458701,
+ 2470139037,
+ 2070222837,
+ 2576742326,
+ 4174443030,
+ 2751300942,
+ 2839836623,
+ 3446440299,
+ 3955805346,
+ 4050959087,
+ 2135001664,
+ 1123838898,
+ 2228290264,
+ 3828396939,
+ 4073786757,
+ 1861362231,
+ 2575986211,
+ 3278595233,
+ 957723998,
+ 1880224408,
+ 1222276398,
+ 2051291998,
+ 3077137972,
+ 2860699443,
+ 3334802086,
+ 43242674,
+ 142235673,
+ 333058620,
+ 3606576382,
+ 987228235,
+ 1229434221,
+ 3665904467,
+ 1338449696,
+ 3784763052,
+ 1553565731,
+ 1227493972,
+ 1896669364,
+ 350135795,
+ 3406312914,
+ 1846271400,
+ 973572764,
+ 3028375883,
+ 760121187,
+ 3764894981,
+ 2161732369,
+ 2193197638,
+ 1283434466,
+ 1517622442,
+ 2840369859,
+ 1618778073,
+ 1622676464,
+ 3490149532,
+ 3056059986,
+ 1929820398,
+ 1523821906,
+ 973602031,
+ 213408352,
+ 4218075909,
+ 1931494411,
+ 3126124203,
+ 2439935796,
+ 578995752,
+ 3332203498,
+ 1336149189,
+ 3097347333,
+ 1612729214,
+ 3783555432,
+ 3838960240,
+ 2247942375,
+ 53058850,
+ 915887881,
+ 2227886659,
+ 1241539214,
+ 2613934968,
+ 4129752908,
+ 95964793,
+ 655574074,
+ 754357997,
+ 1566864299,
+ 3328021230,
+ 3905825825,
+ 1905430110,
+ 1213682515,
+ 2934841293,
+ 3482518757,
+ 671297972,
+ 3028106,
+ 4176355594,
+ 543505069,
+ 1172053236,
+ 3740216679,
+ 4093547332,
+ 685052622,
+ 3421713809,
+ 2038528194,
+ 2036235156,
+ 930946093,
+ 288770890,
+ 630916265,
+ 2110067239,
+ 1363859183,
+ 419292696,
+ 3447110780,
+ 2822357013,
+ 3753122015,
+ 2466344096,
+ 1996391907,
+ 2910434170,
+ 206598520,
+ 2607646752,
+ 2822268050,
+ 3185769949,
+ 2365852196,
+ 109399518,
+ 1235283861,
+ 3673405245,
+ 296476860,
+ 3170861021,
+ 3047198597,
+ 2974985285,
+ 1339223875,
+ 702131800,
+ 1338769240,
+ 2292413513,
+ 3099208038,
+ 3956570939,
+ 71498826,
+ 2518439694,
+ 3099166984,
+ 3582706408,
+ 2995772455,
+ 598679711,
+ 4076500597,
+ 2972104294,
+ 3103340218,
+ 881181347,
+ 1834616244,
+ 1443365245,
+ 983651738,
+ 623174733,
+ 1557676301,
+ 1505772473,
+ 44290402,
+ 1757605489,
+ 2549028452,
+ 1520146616,
+ 707286267,
+ 816551853,
+ 4063655060,
+ 4127961474,
+ 705830642,
+ 1042309195,
+ 1694440724,
+ 1677793255,
+ 3604260289,
+ 3634403816,
+ 3375237809,
+ 2688068494,
+ 3489165436,
+ 183578613,
+ 1130907023,
+ 3372608387,
+ 34038845,
+ 4031579247,
+ 556714627,
+ 973448633,
+ 3500707555,
+ 1679175238,
+ 216943616,
+ 3739361085,
+ 1842584347,
+ 2430999726,
+ 2369587018,
+ 3634030497,
+ 455470467,
+ 4131981156,
+ 1816832478,
+ 474465445,
+ 2308135439,
+ 2304336865,
+ 3807767699,
+ 1031485601,
+ 3794593642,
+ 3886382246,
+ 670017009,
+ 1618036677,
+ 2615367368,
+ 109228883,
+ 4173200250,
+ 3525694512,
+ 1138822636,
+ 3091019260,
+ 1454823498,
+ 3434618916,
+ 1182660317,
+ 1337018571,
+ 2502550816,
+ 1646440168,
+ 814501533,
+ 92347593,
+ 3812727011,
+ 2365025037,
+ 4064600473,
+ 66936066,
+ 3916924631,
+ 1855191692,
+ 478185865,
+ 2201183946,
+ 3961242657,
+ 3186291487,
+ 4152119563,
+ 3470204145,
+ 2940373296,
+ 3961231663,
+ 1819754310,
+ 3437935944,
+ 961801547,
+ 543111281,
+ 536188747,
+ 4185833779,
+ 1719250890,
+ 3149143245,
+ 2205283576,
+ 957231817,
+ 2118113582,
+ 2385259485,
+ 3357176780,
+ 1915858500,
+ 3938080224,
+ 270876450,
+ 4028794504,
+ 1614513008,
+ 3891731675,
+ 610565394,
+ 1612789654,
+ 1989209072,
+ 2024226794,
+ 2893045204,
+ 2759899781,
+ 97265495,
+ 1901072705,
+ 1502658315,
+ 3812349600,
+ 2991730908,
+ 1730247556,
+ 3066691136,
+ 2353888047,
+ 1934305910,
+ 1954716446,
+ 2458968544,
+ 3461763805,
+ 510491702,
+ 3635436894,
+ 1705786960,
+ 1812420730,
+ 1215141059,
+ 1686235124,
+ 1866181058,
+ 2894468269,
+ 3276088875,
+ 1214435275,
+ 1507916963,
+ 2581997299,
+ 1919092742,
+ 3668965364,
+ 2048951979,
+ 2564485902,
+ 1422507802,
+ 2938230120,
+ 2461999973,
+ 3700692341,
+ 994429944,
+ 1498381760,
+ 3919213474,
+ 2965602963,
+ 578843038,
+ 4060476893,
+ 3661407927,
+ 1399744177,
+ 3232329220,
+ 3317331646,
+ 99621261,
+ 910341229,
+ 1708345534,
+ 1894683410,
+ 2370196260,
+ 1308569547,
+ 3249722797,
+ 3047633930,
+ 1402183056,
+ 3603220397,
+ 1336347429,
+ 190666705,
+ 1995506016,
+ 1127984220,
+ 3112352371,
+ 120964884,
+ 1185789307,
+ 1660676806,
+ 735773076,
+ 341562972,
+ 3447454103,
+ 4178694104,
+ 1756452130,
+ 3203951623,
+ 3021476017,
+ 26399234,
+ 1135017457,
+ 3454817532,
+ 414314267,
+ 2138954003,
+ 4207947713,
+ 3407671731,
+ 3858202936,
+ 236209684,
+ 143209244,
+ 131315911,
+ 3258681059,
+ 4048379554,
+ 886765705,
+ 637480964,
+ 886958790,
+ 2162908103,
+ 598407978,
+ 2060528760,
+ 1725662324,
+ 3301349833,
+ 1068794494,
+ 1807259403,
+ 1394664002,
+ 1269299220,
+ 1939955770,
+ 1948336716,
+ 3991285248,
+ 147288912,
+ 143176660,
+ 899846433,
+ 2200056961,
+ 990309043,
+ 1482215290,
+ 3141809465,
+ 1975717138,
+ 587466395,
+ 3964298752,
+ 2391354688,
+ 2197016101,
+ 2434960943,
+ 1678891146,
+ 1800561798,
+ 2098735299,
+ 533404151,
+ 1633587144,
+ 2244572027,
+ 426615249,
+ 4142416484,
+ 4083079891,
+ 2871409784,
+ 3343777827,
+ 1783433668,
+ 4264647218,
+ 919762657,
+ 4099044872,
+ 857099172,
+ 2965364617,
+ 3986094471,
+ 3299952242,
+ 2354485347,
+ 871101529,
+ 3696931463,
+ 1759370782,
+ 1478770488,
+ 493931563,
+ 2666804617,
+ 1358642962,
+ 922073916,
+ 1466686204,
+ 1007281167,
+ 167680641,
+ 1242210637,
+ 2101545379,
+ 1906719177,
+ 256194642,
+ 2631482961,
+ 1858624645,
+ 2208228549,
+ 943297788,
+ 4016641906,
+ 2611704199,
+ 1908448481,
+ 1249029624,
+ 3590091925,
+ 2427355452,
+ 398363159,
+ 3727720969,
+ 1239705940,
+ 275339771,
+ 2289589500,
+ 6066416,
+ 3341347585,
+ 3837017309,
+ 1829188110,
+ 488842824,
+ 3354737061,
+ 326526598,
+ 2496808739,
+ 1117544409,
+ 1827880728,
+ 3734251764,
+ 2061445797,
+ 3156475479,
+ 1486826432,
+ 1036388346,
+ 3232853421,
+ 714302377,
+ 969818094,
+ 1041138947,
+ 2291220469,
+ 882807073,
+ 2226074672,
+ 2526410217,
+ 420023461,
+ 1976205192,
+ 3642659973,
+ 78270079,
+ 333260929,
+ 73142073,
+ 2868260936,
+ 2248319695,
+ 1264498332,
+ 3221985439,
+ 3176946866,
+ 700240478,
+ 2645649397,
+ 1406094436,
+ 2382200113,
+ 2187133501,
+ 370949948,
+ 2382882681,
+ 679146307,
+ 2956567545,
+ 1055274408,
+ 312318016,
+ 2945531620,
+ 432637845,
+ 2187225207,
+ 2296023894,
+ 2822442935,
+ 3892414647,
+ 312059772,
+ 2967901569,
+ 739967328,
+ 1340354676,
+ 2258772392,
+ 3382591528,
+ 2169076945,
+ 4154332284,
+ 963999172,
+ 743372987,
+ 7614691,
+ 611071332,
+ 1209320000,
+ 2790070713,
+ 845858702,
+ 667887253,
+ 506748796,
+ 1660679648,
+ 3308063150,
+ 1971374959,
+ 593908930,
+ 4293338400,
+ 2617862399,
+ 999430430,
+ 174109761,
+ 1657328628,
+ 3475747259,
+ 830830065,
+ 3405352811,
+ 3264716316,
+ 1948398864,
+ 870202742,
+ 4014180208,
+ 4001452595,
+ 2749767110,
+ 2740520168,
+ 3514170978,
+ 3473041775,
+ 181964930,
+ 3468023571,
+ 2603181621,
+ 3445446331,
+ 1107916053,
+ 1952806030,
+ 3685853769,
+ 1201298646,
+ 3346790231,
+ 2585632310,
+ 1400843785,
+ 2966311501,
+ 819985326,
+ 501059039,
+ 3238327092,
+ 1376286804,
+ 3847015135,
+ 3277646159,
+ 765554606,
+ 4239208619,
+ 3235487517,
+ 436993870,
+ 744126166,
+ 2297454717,
+ 1276615780,
+ 681320013,
+ 844881300,
+ 972414614,
+ 1947988200,
+ 3202692293,
+ 994283123,
+ 915239074,
+ 3283172420,
+ 694690306,
+ 3635262613,
+ 34466302,
+ 1497745253,
+ 276533622,
+ 3225538861,
+ 573590966,
+ 2965303093,
+ 621846217,
+ 904385376,
+ 3895866085,
+ 3590210291,
+ 2332317550,
+ 2633026674,
+ 2977727729,
+ 157886547,
+ 521250174,
+ 465120417,
+ 1715639958,
+ 362390059,
+ 3902938375,
+ 2824682841,
+ 474756160,
+ 2323913039,
+ 2282900213,
+ 3278803002,
+ 374343202,
+ 2431362471,
+ 3549923568,
+ 2771047444,
+ 4253239983,
+ 1571544039,
+ 690856694,
+ 2026702208,
+ 4096354959,
+ 3351130135,
+ 625146086,
+ 1550130694,
+ 1880755828,
+ 3923267130,
+ 6625217,
+ 883626368,
+ 3338768281,
+ 498117517,
+ 1927044383,
+ 2194496285,
+ 4107174534,
+ 2665309454,
+ 4113911,
+ 3643873141,
+ 2227207538,
+ 3701894960,
+ 2503502845,
+ 3309125139,
+ 4042823393,
+ 1544481045,
+ 638240284,
+ 377011414,
+ 3570501566,
+ 758240224,
+ 1633141687,
+ 4215721227,
+ 1267680683,
+ 1569512858,
+ 581526490,
+ 1449410417,
+ 2938073723,
+ 3298680203,
+ 2301481161,
+ 1674961285,
+ 3277170427,
+ 292909711,
+ 4240742603,
+ 67562429,
+ 1367008820,
+ 923836983,
+ 580790028,
+ 2770993114,
+ 3005138248,
+ 284812220,
+ 1421820643,
+ 2836013553,
+ 1109843996,
+ 3977205746,
+ 1436932481,
+ 3325723330,
+ 1387707953,
+ 147934604,
+ 388849310,
+ 4099457057,
+ 1683632987,
+ 2928608441,
+ 1928942319,
+ 2608049957,
+ 1155387691,
+ 3288945038,
+ 442730803,
+ 1123614032,
+ 2268456157,
+ 1043114778,
+ 1600331022,
+ 1387268670,
+ 2994763990,
+ 1376167622,
+ 733045309,
+ 2181920233,
+ 2464373364,
+ 362860077,
+ 3550115280,
+ 3544082599,
+ 3569638638,
+ 700665100,
+ 226506048,
+ 3624619384,
+ 2019343885,
+ 394295635,
+ 3726295634,
+ 118349441,
+ 3081300306,
+ 3612035085,
+ 2639980696,
+ 2659889297,
+ 1721917182,
+ 650243362,
+ 3890261069,
+ 360255615,
+ 2204325381,
+ 1354604221,
+ 3869397543,
+ 2868414183,
+ 1142493658,
+ 1176378722,
+ 246020968,
+ 4029237823,
+ 3597338018,
+ 1363516952,
+ 2350917142,
+ 3824578860,
+ 1393204473,
+ 1300974821,
+ 1700511562,
+ 1432814235,
+ 4161965638,
+ 725623077,
+ 4125274847,
+ 2439526038,
+ 3393374167,
+ 3896165753,
+ 2559322918,
+ 648292012,
+ 3180586842,
+ 2609917960,
+ 3934167546,
+ 745396072,
+ 893863015,
+ 1525497500,
+ 1278968250,
+ 58900399,
+ 1783403509,
+ 4278661349,
+ 607113016,
+ 2411919928,
+ 3570304629,
+ 3164558383,
+ 261884228,
+ 1946099901,
+ 2212800857,
+ 1540198032,
+ 987790949,
+ 2968716453,
+ 736007407,
+ 2638954543,
+ 3334161740,
+ 550305210,
+ 3352705687,
+ 99006493,
+ 1995212707,
+ 3663560036,
+ 3693915059,
+ 2661194053,
+ 1239720442,
+ 3106457248,
+ 835638604,
+ 3814053162,
+ 1997291132,
+ 1970642317,
+ 496954812,
+ 3785889445,
+ 2494493857,
+ 1076147407,
+ 2779526823,
+ 266173790,
+ 1787418225,
+ 3035650027,
+ 1412946253,
+ 2056696729,
+ 928668361,
+ 2705044467,
+ 1548644791,
+ 1464608584,
+ 3868077809,
+ 3355202483,
+ 1507530568,
+ 4149073959,
+ 2950190248,
+ 4028340544,
+ 1192530924,
+ 883103681,
+ 420463541,
+ 1749554427,
+ 3862913543,
+ 3287182030,
+ 3484994835,
+ 2954256368,
+ 730896249,
+ 3249718488,
+ 1088563913,
+ 549938667,
+ 2005069563,
+ 380504586,
+ 3892964532,
+ 1010150575,
+ 94459968,
+ 1853827570,
+ 652664429,
+ 3632230207,
+ 2637481789,
+ 2839486291,
+ 1230438672,
+ 1495139634,
+ 3890593840,
+ 4231959527,
+ 1166109129,
+ 3141599374,
+ 4277872468,
+ 3988992592,
+ 2010464104,
+ 1319108637,
+ 2934909968,
+ 3481688240,
+ 3976048800,
+ 2972013026,
+ 3153519737,
+ 3336527879,
+ 3985112113,
+ 1370833626,
+ 1914830348,
+ 1917095499,
+ 1307728840,
+ 4008247835,
+ 2885468301,
+ 806256773,
+ 2053943865,
+ 602195935,
+ 749975140,
+ 2629093678,
+ 444819511,
+ 1489982127,
+ 1870608495,
+ 2338718897,
+ 2547039004,
+ 1728121697,
+ 799819049,
+ 3996095219,
+ 3618540388,
+ 979909632,
+ 3141596866,
+ 2893707061,
+ 49913212,
+ 3041213709,
+ 1169071925,
+ 215035629,
+ 634555295,
+ 1058050002,
+ 2122808002,
+ 2929917635,
+ 944794700,
+ 1296602347,
+ 2848039733,
+ 78609992,
+ 1138599323,
+ 3710216867,
+ 3985064675,
+ 3953386898,
+ 2172853994,
+ 3279447605,
+ 3015137786,
+ 1927049541,
+ 1266273625,
+ 1320200937,
+ 1275168938,
+ 333722863,
+ 95928990,
+ 2333126685,
+ 747708637,
+ 921887188,
+ 3695104273,
+ 3327936758,
+ 602563634,
+ 3929871220,
+ 2141918548,
+ 1010359256,
+ 3967763857,
+ 2255404341,
+ 1233360267,
+ 46072885,
+ 3636965021,
+ 4141773941,
+ 4162494942,
+ 1456222234,
+ 2494537346,
+ 3935557828,
+ 3907370529,
+ 343629173,
+ 188144356,
+ 2140240032,
+ 1090760674,
+ 1555048162,
+ 449099084,
+ 2121238825,
+ 2534152176,
+ 1451008216,
+ 705274624,
+ 2898891862,
+ 2682107600,
+ 4088745340,
+ 341095227,
+ 1318534295,
+ 1328986124,
+ 865049687,
+ 881824049,
+ 1339096420,
+ 3979055991,
+ 2120820067,
+ 456671012,
+ 3534582486,
+ 2090155753,
+ 3118518012,
+ 3158755980,
+ 2110704924,
+ 4149517145,
+ 2807536373,
+ 2137559185,
+ 4202817190,
+ 1815408479,
+ 918115367,
+ 1140081036,
+ 1540106056,
+ 3655553400,
+ 4229924930,
+ 3436921959,
+ 3758587284,
+ 4033485299,
+ 2070905006,
+ 3756591203,
+ 3291691741,
+ 1826048510,
+ 4139310651,
+ 1480069660,
+ 2840620617,
+ 3727636995,
+ 3738288771,
+ 1715658527,
+ 490074970,
+ 1183025668,
+ 3237983426,
+ 3373632178,
+ 2958092357,
+ 1807797300,
+ 1246566662,
+ 2277937125,
+ 2328373986,
+ 2159899440,
+ 4196504679,
+ 1995892340,
+ 3723341958,
+ 3373095058,
+ 2485346010,
+ 1648239252,
+ 3570295799,
+ 3878032446,
+ 2326790053,
+ 1335133943,
+ 2972477531,
+ 1944572085,
+ 1813199520,
+ 3636275443,
+ 2470663385,
+ 2541786349,
+ 386493999,
+ 3468640408,
+ 3909908621,
+ 3834078341,
+ 1790816848,
+ 3201407733,
+ 3569045676,
+ 3811430614,
+ 2618813848,
+ 2132511632,
+ 397574989,
+ 17725052,
+ 2589734504,
+ 57470442,
+ 3820520431,
+ 3967421326,
+ 1222803413,
+ 1636594253,
+ 3104317482,
+ 2774724075,
+ 3122658711,
+ 113712764,
+ 3206866212,
+ 3499398728,
+ 1400896586,
+ 3268525978,
+ 472122390,
+ 652433720,
+ 3933344279,
+ 876776439,
+ 2992137773,
+ 202990846,
+ 225434131,
+ 857903879,
+ 3866837319,
+ 3606667639,
+ 41965920,
+ 1372741297,
+ 530216245,
+ 3866315437,
+ 1890539580,
+ 3917186423,
+ 4137533234,
+ 2303199764,
+ 1147302283,
+ 2842563,
+ 1772299977,
+ 993783928,
+ 205097050,
+ 2660851029,
+ 2437195692,
+ 2158779137,
+ 2000326886,
+ 3070279007,
+ 3413035970,
+ 3477375722,
+ 2718554947,
+ 2302411585,
+ 1812366822,
+ 3117334934,
+ 255762030,
+ 2982148896,
+ 3411387919,
+ 76135089,
+ 1662998210,
+ 2147499067,
+ 767724748,
+ 3658192472,
+ 453718694,
+ 1100591531,
+ 1841310043,
+ 2938323062,
+ 4185136612,
+ 461572914,
+ 3555875564,
+ 1414139376,
+ 186287014,
+ 3882110864,
+ 4014855982,
+ 1690864091,
+ 911397544,
+ 1486493747,
+ 371235613,
+ 3947212029,
+ 628779010,
+ 149536859,
+ 3833522227,
+ 1217349568,
+ 1663219396,
+ 3648657046,
+ 2272330115,
+ 3662990622,
+ 2791435826,
+ 1853392401,
+ 1109805653,
+ 3627468054,
+ 922891204,
+ 3920189223,
+ 3723490950,
+ 2701753396,
+ 2973496166,
+ 3590747367,
+ 2730521222,
+ 3038011993,
+ 2738130739,
+ 2266095879,
+ 626233899,
+ 946540759,
+ 1515686433,
+ 2508297656,
+ 428448128,
+ 215884103,
+ 3936686214,
+ 1528113981,
+ 1083843044,
+ 3461711992,
+ 583808890,
+ 3016358238,
+ 4111671844,
+ 3486899258,
+ 1001651259,
+ 998437749,
+ 2656023186,
+ 2785734274,
+ 3002643553,
+ 224688783,
+ 265180893,
+ 940424946,
+ 52864984,
+ 1563549977,
+ 4199367338,
+ 1703539754,
+ 825881768,
+ 2892422912,
+ 508309645,
+ 13179751,
+ 2395597857,
+ 4226386459,
+ 776744760,
+ 309472433,
+ 1606745322,
+ 4189283061,
+ 747996565,
+ 4218212892,
+ 1581447706,
+ 1389239815,
+ 309935050,
+ 542939457,
+ 2336979637,
+ 1098010299,
+ 3707524305,
+ 1763157826,
+ 99745444,
+ 4244133168,
];
static final String privateKeyFCM = String.fromCharCodes(List.generate(
@@ -9238,459 +9238,459 @@ final class _Env {
).map((int i) => _envieddataprivateKeyFCM[i] ^ _enviedkeyprivateKeyFCM[i]));
static const List _enviedkeywhatsapp = [
- 1793842969,
- 2979695104,
- 552073010,
- 1668071036,
- 2757896425,
- 1581344975,
- 773472335,
- 1616631832,
- 1449651370,
- 3414828039,
- 2843499424,
- 1830468926,
- 2891653828,
- 3079700325,
- 3527078668,
- 2229291198,
- 3562135513,
- 2772163578,
- 1858670456,
- 51193159,
- 449790980,
- 1229902759,
- 2139978907,
- 258398912,
- 3223809443,
- 2298512949,
- 1635102805,
- 3375712085,
- 3168807237,
- 594649961,
- 3289374766,
- 3867368905,
- 4202143482,
- 3071505162,
- 1927721702,
- 695516413,
- 1432465318,
- 1225239294,
- 67878624,
- 4169846636,
- 2356401047,
- 3353573547,
- 321745033,
- 513583934,
- 171655095,
- 2930408540,
- 1767025116,
- 576247158,
- 2220394527,
- 2600470306,
- 4029672093,
- 3556356676,
- 1603293260,
- 2460012237,
- 4197750517,
- 393292666,
- 953620913,
- 716484490,
- 2637385041,
- 2159698738,
- 3179430737,
- 1643947214,
- 1866881695,
- 2503016748,
- 3043773092,
- 3422328671,
- 1684653533,
- 1465686760,
- 3307419590,
- 3572767836,
- 1229702234,
- 1539144660,
- 527945081,
- 345164705,
- 2389645242,
- 2117534473,
- 3075657522,
- 887980157,
- 2982380784,
- 3676587774,
- 3254679643,
- 1819174876,
- 129637013,
- 2014788662,
- 3817149673,
- 1867026413,
- 811305888,
- 595125993,
- 3652772980,
- 142336218,
- 3531097276,
- 4006246751,
- 3967370500,
- 1663706737,
- 83146681,
- 2166354582,
- 2916933061,
- 526508897,
- 2735525085,
- 2815591717,
- 2412035693,
- 1054886648,
- 2328553487,
- 2003705192,
- 1950345465,
- 876893635,
- 3899344687,
- 3060093431,
- 423395087,
- 2725935342,
- 238247821,
- 2043197861,
- 1936616979,
- 1620213925,
- 1853941934,
- 2186640340,
- 2594762996,
- 3505366877,
- 3243768794,
- 1775071644,
- 2432111367,
- 819868695,
- 2831363539,
- 165891404,
- 1751389448,
- 3731402399,
- 1818537722,
- 375129131,
- 3398266519,
- 3528740996,
- 663040447,
- 354719114,
- 71447354,
- 557283994,
- 2373369852,
- 543223698,
- 2460580232,
- 3894281735,
- 1095167230,
- 3660744843,
- 288606202,
- 4224966146,
- 4092236737,
- 780041457,
- 3364381616,
- 2292637065,
- 3599245883,
- 2342754819,
- 3473897504,
- 1806695205,
- 464477110,
- 2397293484,
- 3258478611,
- 526361096,
- 1450699111,
- 158117824,
- 2476522858,
- 1061211419,
- 2247614670,
- 1817304775,
- 4258311242,
- 1498410948,
- 4024258313,
- 3376363360,
- 1439306411,
- 351407984,
- 2170321866,
- 2143937637,
- 91317167,
- 2655130680,
- 2601485600,
- 2614545932,
- 405810379,
- 1655554511,
- 1229412828,
- 565809995,
- 2893216575,
- 2582393985,
- 1830463464,
- 1831450456,
- 4009201662,
- 720932633,
- 120908142,
- 3730597739,
- 3769457771,
- 3623692340,
- 1779289477,
- 781678819,
- 3219259097,
- 586773655,
- 70367488,
- 2690381339,
- 1965848783,
- 693898669,
- 1623622987,
- 3021785898,
- 696377969,
- 785678098,
- 1949522814,
- 905984237,
- 1708448043,
- 136642637,
- 1423588436,
- 2427508648,
- 4058424892,
- 2897520513,
- 3301054351,
- 3690610146,
- 3916605147,
- 1566674996,
- 2313600931,
- 3440099349,
- 3658534190,
- 3084120730,
- 2032429252,
- 3236671555,
- 2739413625,
- 1793844070,
- 1517468365,
- 92152554,
- 2416308598,
- 3196847680,
- 458994295,
- 4083969608,
- 3463544947,
+ 3832415089,
+ 1617130159,
+ 1188781697,
+ 1482730811,
+ 3814573893,
+ 953003000,
+ 1907064412,
+ 2893681600,
+ 1288820911,
+ 2695497077,
+ 508353000,
+ 1036305732,
+ 3019623915,
+ 1633168997,
+ 4130718730,
+ 1894324992,
+ 2009572043,
+ 3490061240,
+ 375940325,
+ 1732385178,
+ 2573682732,
+ 3280794806,
+ 2645711290,
+ 3101876811,
+ 2783669774,
+ 3146556705,
+ 2818154600,
+ 3878267202,
+ 4035564920,
+ 3712470945,
+ 3769614513,
+ 1476219087,
+ 3090228749,
+ 2978919380,
+ 975276185,
+ 1823415687,
+ 2764215936,
+ 555846927,
+ 2150659507,
+ 3156812692,
+ 525234589,
+ 3486885261,
+ 2769960659,
+ 3442878601,
+ 2479562082,
+ 1335544186,
+ 3159694065,
+ 2513771767,
+ 2995932763,
+ 3222379259,
+ 2494779593,
+ 900389104,
+ 2909219141,
+ 4218760575,
+ 398946406,
+ 712953875,
+ 3521976398,
+ 960393940,
+ 1791519870,
+ 2054946588,
+ 45060134,
+ 4017194947,
+ 3158986638,
+ 2708625939,
+ 593731876,
+ 2659146900,
+ 1966363112,
+ 1590956996,
+ 3757704725,
+ 287315198,
+ 1750726760,
+ 3600293396,
+ 3629235563,
+ 3570134414,
+ 3435513512,
+ 3887307894,
+ 3323339063,
+ 3235248819,
+ 2262468199,
+ 2919012231,
+ 1452297117,
+ 54377852,
+ 3135885697,
+ 851223873,
+ 1581130201,
+ 2795853485,
+ 1459272239,
+ 2589426813,
+ 3154303877,
+ 2957980173,
+ 3465638089,
+ 2793698573,
+ 1843095359,
+ 1570032251,
+ 685154081,
+ 1425981186,
+ 2150940276,
+ 3646034038,
+ 2516096943,
+ 3722246328,
+ 3718345817,
+ 2899642306,
+ 721127910,
+ 1482469326,
+ 1359303871,
+ 2130180097,
+ 238812943,
+ 3147756716,
+ 1450926634,
+ 356477698,
+ 1472248339,
+ 1692179474,
+ 435743411,
+ 870845549,
+ 2850260532,
+ 1296944326,
+ 3786144212,
+ 952190002,
+ 3052172036,
+ 2739285784,
+ 1361366352,
+ 4128763457,
+ 1829351504,
+ 2416439379,
+ 3636181146,
+ 4222142689,
+ 665787100,
+ 4182447015,
+ 4022043676,
+ 98672934,
+ 1559022195,
+ 2129126531,
+ 2723870249,
+ 3292564018,
+ 1731218087,
+ 809082925,
+ 1092941660,
+ 2317533486,
+ 1564855696,
+ 1385924956,
+ 4244937192,
+ 2075849870,
+ 1937618222,
+ 2829287532,
+ 3319051454,
+ 3710887243,
+ 353533640,
+ 740647965,
+ 803891825,
+ 2209610654,
+ 161017692,
+ 3033655479,
+ 1293660876,
+ 3383361589,
+ 2558548988,
+ 2847001026,
+ 840610082,
+ 3036157970,
+ 3954285794,
+ 1985216468,
+ 1518816914,
+ 3163864358,
+ 1573616024,
+ 4024917230,
+ 1804852882,
+ 2110916803,
+ 1201259740,
+ 3780877449,
+ 3256034234,
+ 1711184070,
+ 2423144424,
+ 2191479567,
+ 150765736,
+ 2382045633,
+ 714253209,
+ 3142769047,
+ 775691917,
+ 3018296143,
+ 3421054608,
+ 2661132011,
+ 660597881,
+ 3492067975,
+ 1596835014,
+ 3888774696,
+ 2099589839,
+ 407024424,
+ 310446609,
+ 1203653046,
+ 3662955315,
+ 456929927,
+ 855136853,
+ 2148434181,
+ 2678488450,
+ 2976212264,
+ 410954234,
+ 2309470050,
+ 327384135,
+ 1834157119,
+ 2964578625,
+ 1006180095,
+ 2578419198,
+ 2556461611,
+ 1033245663,
+ 3737654249,
+ 2524405721,
+ 248548194,
+ 1032824898,
+ 617719628,
+ 1996698767,
+ 2272917788,
+ 1096836713,
+ 1195214832,
+ 3656569444,
+ 3518228895,
+ 2079383348,
+ 1572744720,
+ 3438166416,
+ 3615893042,
+ 4180007379,
+ 4223148118,
+ 3857119181,
+ 4163613954,
+ 3185145373,
+ 4272457124,
+ 1842120289,
];
static const List _envieddatawhatsapp = [
- 1793843036,
- 2979695169,
- 552073075,
- 1668070963,
- 2757896349,
- 1581344941,
- 773472277,
- 1616631898,
- 1449651449,
- 3414828114,
- 2843499499,
- 1830468873,
- 2891653872,
- 3079700263,
- 3527078723,
- 2229291204,
- 3562135438,
- 2772163523,
- 1858670337,
- 51193125,
- 449791027,
- 1229902739,
- 2139978974,
- 258398887,
- 3223809506,
- 2298512965,
- 1635102724,
- 3375712012,
- 3168807217,
- 594649888,
- 3289374742,
- 3867368945,
- 4202143380,
- 3071505235,
- 1927721618,
- 695516344,
- 1432465311,
- 1225239188,
- 67878577,
- 4169846533,
- 2356401070,
- 3353573626,
- 321745127,
- 513583986,
- 171655152,
- 2930408492,
- 1767025067,
- 576247109,
- 2220394585,
- 2600470387,
- 4029672173,
- 3556356647,
- 1603293305,
- 2460012201,
- 4197750413,
- 393292595,
- 953620957,
- 716484558,
- 2637385014,
- 2159698788,
- 3179430683,
- 1643947188,
- 1866881788,
- 2503016801,
- 3043773149,
- 3422328616,
- 1684653464,
- 1465686698,
- 3307419575,
- 3572767762,
- 1229702147,
- 1539144626,
- 527945034,
- 345164754,
- 2389645186,
- 2117534585,
- 3075657561,
- 887980054,
- 2982380742,
- 3676587677,
- 3254679553,
- 1819174814,
- 129637024,
- 2014788711,
- 3817149657,
- 1867026329,
- 811305931,
- 595125922,
- 3652772865,
- 142336137,
- 3531097331,
- 4006246661,
- 3967370566,
- 1663706626,
- 83146742,
- 2166354656,
- 2916933000,
- 526508859,
- 2735525020,
- 2815591702,
- 2412035641,
- 1054886555,
- 2328553595,
- 2003705088,
- 1950345417,
- 876893578,
- 3899344707,
- 3060093365,
- 423395143,
- 2725935293,
- 238247916,
- 2043197928,
- 1936617029,
- 1620213969,
- 1853941965,
- 2186640262,
- 2594762926,
- 3505366814,
- 3243768745,
- 1775071741,
- 2432111443,
- 819868764,
- 2831363485,
- 165891359,
- 1751389533,
- 3731402479,
- 1818537628,
- 375129191,
- 3398266565,
- 3528741059,
- 663040493,
- 354719208,
- 71447306,
- 557284072,
- 2373369748,
- 543223774,
- 2460580333,
- 3894281853,
- 1095167152,
- 3660744909,
- 288606102,
- 4224966254,
- 4092236721,
- 780041384,
- 3364381682,
- 2292637166,
- 3599245910,
- 2342754925,
- 3473897542,
- 1806695239,
- 464477150,
- 2397293561,
- 3258478706,
- 526361202,
- 1450699060,
- 158117786,
- 2476522792,
- 1061211458,
- 2247614614,
- 1817304739,
- 4258311224,
- 1498410992,
- 4024258361,
- 3376363278,
- 1439306438,
- 351407934,
- 2170321918,
- 2143937588,
- 91317226,
- 2655130719,
- 2601485655,
- 2614546025,
- 405810304,
- 1655554557,
- 1229412793,
- 565809978,
- 2893216614,
- 2582394064,
- 1830463366,
- 1831450380,
- 4009201578,
- 720932695,
- 120908059,
- 3730597657,
- 3769457682,
- 3623692384,
- 1779289546,
- 781678746,
- 3219259035,
- 586773756,
- 70367563,
- 2690381377,
- 1965848717,
- 693898652,
- 1623622918,
- 3021785970,
- 696377916,
- 785678181,
- 1949522760,
- 905984184,
- 1708448028,
- 136642588,
- 1423588410,
- 2427508732,
- 4058424942,
- 2897520592,
- 3301054411,
- 3690610074,
- 3916605075,
- 1566675030,
- 2313601014,
- 3440099395,
- 3658534210,
- 3084120811,
- 2032429219,
- 3236671498,
- 2739413547,
- 1793844018,
- 1517468351,
- 92152450,
- 2416308503,
- 3196847663,
- 458994200,
- 4083969554,
- 3463544887,
+ 3832415028,
+ 1617130222,
+ 1188781760,
+ 1482730868,
+ 3814573873,
+ 953002906,
+ 1907064326,
+ 2893681538,
+ 1288820988,
+ 2695496992,
+ 508352931,
+ 1036305779,
+ 3019623903,
+ 1633168935,
+ 4130718789,
+ 1894325114,
+ 2009571996,
+ 3490061185,
+ 375940252,
+ 1732385272,
+ 2573682715,
+ 3280794754,
+ 2645711359,
+ 3101876780,
+ 2783669839,
+ 3146556753,
+ 2818154553,
+ 3878267163,
+ 4035564812,
+ 3712471016,
+ 3769614473,
+ 1476219127,
+ 3090228835,
+ 2978919309,
+ 975276269,
+ 1823415746,
+ 2764215993,
+ 555847013,
+ 2150659554,
+ 3156812797,
+ 525234596,
+ 3486885340,
+ 2769960637,
+ 3442878661,
+ 2479562021,
+ 1335544074,
+ 3159693958,
+ 2513771716,
+ 2995932701,
+ 3222379178,
+ 2494779577,
+ 900389011,
+ 2909219184,
+ 4218760475,
+ 398946334,
+ 712953946,
+ 3521976354,
+ 960393872,
+ 1791519769,
+ 2054946634,
+ 45060204,
+ 4017194937,
+ 3158986733,
+ 2708626014,
+ 593731933,
+ 2659146979,
+ 1966363053,
+ 1590956934,
+ 3757704804,
+ 287315120,
+ 1750726705,
+ 3600293490,
+ 3629235544,
+ 3570134525,
+ 3435513488,
+ 3887307782,
+ 3323339100,
+ 3235248856,
+ 2262468177,
+ 2919012324,
+ 1452297159,
+ 54377790,
+ 3135885748,
+ 851223824,
+ 1581130217,
+ 2795853529,
+ 1459272260,
+ 2589426742,
+ 3154303984,
+ 2957980254,
+ 3465638022,
+ 2793698647,
+ 1843095421,
+ 1570032136,
+ 685154158,
+ 1425981300,
+ 2150940217,
+ 3646033964,
+ 2516097006,
+ 3722246283,
+ 3718345741,
+ 2899642273,
+ 721127826,
+ 1482469286,
+ 1359303823,
+ 2130180168,
+ 238813027,
+ 3147756782,
+ 1450926690,
+ 356477777,
+ 1472248434,
+ 1692179551,
+ 435743461,
+ 870845465,
+ 2850260567,
+ 1296944276,
+ 3786144142,
+ 952190065,
+ 3052172151,
+ 2739285881,
+ 1361366276,
+ 4128763402,
+ 1829351454,
+ 2416439296,
+ 3636181199,
+ 4222142609,
+ 665787066,
+ 4182447083,
+ 4022043726,
+ 98672993,
+ 1559022113,
+ 2129126625,
+ 2723870233,
+ 3292564032,
+ 1731218127,
+ 809082977,
+ 1092941625,
+ 2317533524,
+ 1564855774,
+ 1385924890,
+ 4244937092,
+ 2075849954,
+ 1937618270,
+ 2829287477,
+ 3319051516,
+ 3710887212,
+ 353533605,
+ 740648051,
+ 803891735,
+ 2209610748,
+ 161017652,
+ 3033655522,
+ 1293660845,
+ 3383361615,
+ 2558548911,
+ 2847000984,
+ 840610144,
+ 3036158027,
+ 3954285754,
+ 1985216432,
+ 1518816992,
+ 3163864338,
+ 1573616040,
+ 4024917120,
+ 1804852991,
+ 2110916749,
+ 1201259752,
+ 3780877528,
+ 3256034303,
+ 1711184033,
+ 2423144351,
+ 2191479658,
+ 150765795,
+ 2382045683,
+ 714253308,
+ 3142769126,
+ 775691988,
+ 3018296094,
+ 3421054718,
+ 2661131967,
+ 660597805,
+ 3492068041,
+ 1596834995,
+ 3888774746,
+ 2099589814,
+ 407024508,
+ 310446686,
+ 1203653071,
+ 3662955377,
+ 456930028,
+ 855136798,
+ 2148434271,
+ 2678488512,
+ 2976212249,
+ 410954167,
+ 2309470010,
+ 327384074,
+ 1834157128,
+ 2964578679,
+ 1006180010,
+ 2578419145,
+ 2556461690,
+ 1033245617,
+ 3737654205,
+ 2524405643,
+ 248548147,
+ 1032824838,
+ 617719604,
+ 1996698823,
+ 2272917886,
+ 1096836668,
+ 1195214758,
+ 3656569352,
+ 3518228974,
+ 2079383379,
+ 1572744793,
+ 3438166466,
+ 3615893094,
+ 4180007329,
+ 4223148094,
+ 3857119148,
+ 4163614061,
+ 3185145458,
+ 4272457214,
+ 1842120229,
];
static final String whatsapp = String.fromCharCodes(List.generate(
@@ -9700,41 +9700,41 @@ final class _Env {
).map((int i) => _envieddatawhatsapp[i] ^ _enviedkeywhatsapp[i]));
static const List _enviedkeywhatappID = [
- 1819412129,
- 3327493801,
- 2092517253,
- 2395283877,
- 3893198638,
- 3503604887,
- 1154553732,
- 1288357486,
- 4243965497,
- 1722242509,
- 3181122895,
- 2902152004,
- 1711462864,
- 3071899946,
- 3429761792,
- 3309611997,
+ 3964964454,
+ 316026116,
+ 2520720177,
+ 3720520073,
+ 903157332,
+ 542107349,
+ 4011416181,
+ 2223851165,
+ 1293200106,
+ 2190281791,
+ 191948670,
+ 1237211172,
+ 3275802676,
+ 4111761684,
+ 3486398825,
+ 1458096313,
];
static const List _envieddatawhatappID = [
- 1819412114,
- 3327493791,
- 2092517308,
- 2395283868,
- 3893198621,
- 3503604910,
- 1154553779,
- 1288357469,
- 4243965455,
- 1722242559,
- 3181122935,
- 2902152053,
- 1711462881,
- 3071899922,
- 3429761847,
- 3309612004,
+ 3964964437,
+ 316026162,
+ 2520720136,
+ 3720520112,
+ 903157351,
+ 542107372,
+ 4011416130,
+ 2223851182,
+ 1293200092,
+ 2190281741,
+ 191948614,
+ 1237211157,
+ 3275802629,
+ 4111761708,
+ 3486398814,
+ 1458096256,
];
static final String whatappID = String.fromCharCodes(List.generate(
@@ -9744,65 +9744,65 @@ final class _Env {
).map((int i) => _envieddatawhatappID[i] ^ _enviedkeywhatappID[i]));
static const List _enviedkeyserverPHP = [
- 233376009,
- 1566551619,
- 331136896,
- 1216815661,
- 3348545035,
- 1628229582,
- 1995657241,
- 2181999862,
- 1951700888,
- 2914520558,
- 2161104576,
- 1501169137,
- 1375149634,
- 3266906497,
- 3787386150,
- 816242737,
- 3926386164,
- 3389223109,
- 3748498346,
- 4247380979,
- 3039263969,
- 2069342385,
- 2132327120,
- 4123561875,
- 653197231,
- 4002794145,
- 1466155994,
- 3755037342,
+ 3884876196,
+ 1264659303,
+ 521066843,
+ 45391461,
+ 1119317984,
+ 3101641365,
+ 3126263607,
+ 1076005343,
+ 2719487610,
+ 222445393,
+ 1498967597,
+ 2081171692,
+ 4081336138,
+ 4065925758,
+ 3525036524,
+ 684900991,
+ 2167160953,
+ 1243580726,
+ 2687451463,
+ 3882337687,
+ 2904398753,
+ 3308761120,
+ 2302145770,
+ 298624329,
+ 3260081807,
+ 2861962963,
+ 3138933625,
+ 106157377,
];
static const List _envieddataserverPHP = [
- 233376097,
- 1566551607,
- 331137012,
- 1216815709,
- 3348545144,
- 1628229620,
- 1995657270,
- 2181999833,
- 1951700985,
- 2914520478,
- 2161104553,
- 1501169119,
- 1375149617,
- 3266906596,
- 3787386176,
- 816242772,
- 3926386054,
- 3389223147,
- 3748498374,
- 4247380890,
- 3039263895,
- 2069342420,
- 2132327167,
- 4123561952,
- 653197258,
- 4002794183,
- 1466155967,
- 3755037420,
+ 3884876236,
+ 1264659219,
+ 521066799,
+ 45391381,
+ 1119317907,
+ 3101641391,
+ 3126263576,
+ 1076005360,
+ 2719487515,
+ 222445345,
+ 1498967620,
+ 2081171650,
+ 4081336121,
+ 4065925659,
+ 3525036426,
+ 684900890,
+ 2167160843,
+ 1243580696,
+ 2687451435,
+ 3882337790,
+ 2904398807,
+ 3308761157,
+ 2302145733,
+ 298624314,
+ 3260081898,
+ 2861962933,
+ 3138933532,
+ 106157363,
];
static final String serverPHP = String.fromCharCodes(List.generate(
@@ -9812,77 +9812,77 @@ final class _Env {
).map((int i) => _envieddataserverPHP[i] ^ _enviedkeyserverPHP[i]));
static const List _enviedkeyseferAlexandriaServer = [
- 1086921407,
- 33749971,
- 1299323737,
- 1867562283,
- 2725745879,
- 215058798,
- 298712080,
- 3434842082,
- 85476533,
- 2515542448,
- 1597505511,
- 1850904501,
- 2067434882,
- 4078997699,
- 1544783480,
- 2940658160,
- 612752526,
- 4086642355,
- 804329563,
- 842643547,
- 3180693037,
- 3045223902,
- 1106223810,
- 4136910478,
- 1430798941,
- 1839108451,
- 502158413,
- 657946649,
- 3921194686,
- 3774568523,
- 3078739367,
- 4204284264,
- 521028757,
- 765962122,
+ 4064058826,
+ 3013476329,
+ 372324896,
+ 2434714469,
+ 1488815444,
+ 1080407006,
+ 648700496,
+ 3916168794,
+ 878457474,
+ 3113903024,
+ 643281252,
+ 1773618522,
+ 2861742189,
+ 3596268219,
+ 2381436362,
+ 3010395336,
+ 566353628,
+ 203788692,
+ 3111219388,
+ 1622617273,
+ 2435003074,
+ 1010034752,
+ 1717324100,
+ 1862274460,
+ 1651342811,
+ 3496300397,
+ 3070093679,
+ 1378902055,
+ 42780496,
+ 2290788773,
+ 181938400,
+ 3773690566,
+ 3995502775,
+ 2016419370,
];
static const List _envieddataseferAlexandriaServer = [
- 1086921431,
- 33749927,
- 1299323693,
- 1867562331,
- 2725745828,
- 215058772,
- 298712127,
- 3434842061,
- 85476550,
- 2515542485,
- 1597505409,
- 1850904528,
- 2067434992,
- 4078997666,
- 1544783380,
- 2940658069,
- 612752630,
- 4086642386,
- 804329525,
- 842643519,
- 3180693087,
- 3045223863,
- 1106223779,
- 4136910496,
- 1430798894,
- 1839108362,
- 502158393,
- 657946748,
- 3921194641,
- 3774568504,
- 3078739394,
- 4204284174,
- 521028848,
- 765962232,
+ 4064058786,
+ 3013476253,
+ 372324948,
+ 2434714389,
+ 1488815399,
+ 1080407012,
+ 648700543,
+ 3916168821,
+ 878457585,
+ 3113903061,
+ 643281154,
+ 1773618495,
+ 2861742111,
+ 3596268250,
+ 2381436326,
+ 3010395309,
+ 566353572,
+ 203788789,
+ 3111219410,
+ 1622617309,
+ 2435003056,
+ 1010034729,
+ 1717324069,
+ 1862274482,
+ 1651342760,
+ 3496300292,
+ 3070093595,
+ 1378902082,
+ 42780543,
+ 2290788822,
+ 181938309,
+ 3773690528,
+ 3995502802,
+ 2016419416,
];
static final String seferAlexandriaServer = String.fromCharCodes(
@@ -9895,61 +9895,61 @@ final class _Env {
_enviedkeyseferAlexandriaServer[i]));
static const List _enviedkeyseferPaymentServer = [
- 768732214,
- 1782044716,
- 1242343195,
- 599532122,
- 1181653385,
- 1616222116,
- 706631781,
- 1926324764,
- 3590100961,
- 718385720,
- 373115292,
- 1953572398,
- 2795340879,
- 1698493261,
- 583152396,
- 1890182344,
- 3772704194,
- 556817110,
- 334161123,
- 3268311950,
- 2706703664,
- 1610555282,
- 4096377317,
- 1315160758,
- 3046746327,
- 732560256,
+ 1509609896,
+ 921407197,
+ 1918854177,
+ 405204673,
+ 2041526023,
+ 1867127299,
+ 1844565537,
+ 698355878,
+ 2222190482,
+ 4086028855,
+ 443091059,
+ 3295857332,
+ 2138287953,
+ 880424795,
+ 4104111076,
+ 4284128892,
+ 803586300,
+ 4118722828,
+ 1009619368,
+ 2312079988,
+ 3967320809,
+ 1118171257,
+ 2882320730,
+ 2271029902,
+ 2620446930,
+ 1827103510,
];
static const List _envieddataseferPaymentServer = [
- 768732254,
- 1782044760,
- 1242343279,
- 599532074,
- 1181653498,
- 1616222110,
- 706631754,
- 1926324787,
- 3590100882,
- 718385757,
- 373115386,
- 1953572427,
- 2795340861,
- 1698493245,
- 583152507,
- 1890182374,
- 3772704177,
- 556817086,
- 334161036,
- 3268312062,
- 2706703647,
- 1610555361,
- 4096377216,
- 1315160784,
- 3046746290,
- 732560370,
+ 1509609920,
+ 921407145,
+ 1918854229,
+ 405204657,
+ 2041526132,
+ 1867127353,
+ 1844565518,
+ 698355849,
+ 2222190561,
+ 4086028882,
+ 443090965,
+ 3295857361,
+ 2138287907,
+ 880424747,
+ 4104110995,
+ 4284128850,
+ 803586191,
+ 4118722916,
+ 1009619399,
+ 2312079876,
+ 3967320774,
+ 1118171146,
+ 2882320703,
+ 2271029992,
+ 2620446903,
+ 1827103588,
];
static final String seferPaymentServer = String.fromCharCodes(
@@ -9961,95 +9961,95 @@ final class _Env {
_envieddataseferPaymentServer[i] ^ _enviedkeyseferPaymentServer[i]));
static const List _enviedkeyseferCairoServer = [
- 3073257740,
- 1302008952,
- 542297899,
- 3748129686,
- 2723833722,
- 1975173002,
- 3149390824,
- 289782306,
- 1064768129,
- 644127797,
- 3248108054,
- 2638358548,
- 2870995283,
- 313981222,
- 2138442133,
- 886639710,
- 2411621102,
- 3452465477,
- 1581948073,
- 3299869757,
- 449605680,
- 1270795421,
- 2638220430,
- 2269838457,
- 3151657341,
- 2621627433,
- 1390113920,
- 1637966510,
- 2477090572,
- 3818419085,
- 315504448,
- 3361813050,
- 919653993,
- 1820260643,
- 3891002182,
- 661845594,
- 4060691614,
- 3878676975,
- 2321487167,
- 2938001642,
- 2827739125,
- 3249564106,
- 4091313571,
+ 2663829138,
+ 2114767944,
+ 4290178149,
+ 177697289,
+ 3758012454,
+ 1495014149,
+ 3228974745,
+ 3507735454,
+ 213377289,
+ 2111381569,
+ 1067629108,
+ 196524426,
+ 1338188338,
+ 1467473426,
+ 75041905,
+ 3785269937,
+ 3270459708,
+ 2598471564,
+ 4173244612,
+ 4156014120,
+ 3147765895,
+ 3960245066,
+ 3370630492,
+ 3445274118,
+ 1242852386,
+ 1756518084,
+ 3115252317,
+ 953841144,
+ 3085185894,
+ 2358085443,
+ 2875371869,
+ 2063147225,
+ 1356404341,
+ 2848509940,
+ 3253753314,
+ 2128562790,
+ 2482254643,
+ 3631979521,
+ 609653311,
+ 2669041468,
+ 1699593548,
+ 1555626898,
+ 2249786118,
];
static const List _envieddataseferCairoServer = [
- 3073257828,
- 1302008844,
- 542297951,
- 3748129766,
- 2723833609,
- 1975173040,
- 3149390791,
- 289782285,
- 1064768242,
- 644127824,
- 3248108132,
- 2638358626,
- 2870995254,
- 313981268,
- 2138442171,
- 886639661,
- 2411621003,
- 3452465443,
- 1581948108,
- 3299869775,
- 449605662,
- 1270795505,
- 2638220519,
- 2269838351,
- 3151657240,
- 2621627398,
- 1390114035,
- 1637966539,
- 2477090666,
- 3818419176,
- 315504434,
- 3361813012,
- 919653898,
- 1820260687,
- 3891002159,
- 661845561,
- 4060691701,
- 3878676928,
- 2321487180,
- 2938001551,
- 2827739027,
- 3249564079,
- 4091313617,
+ 2663829242,
+ 2114767932,
+ 4290178065,
+ 177697401,
+ 3758012501,
+ 1495014207,
+ 3228974774,
+ 3507735473,
+ 213377402,
+ 2111381540,
+ 1067629126,
+ 196524540,
+ 1338188375,
+ 1467473504,
+ 75041887,
+ 3785269954,
+ 3270459737,
+ 2598471658,
+ 4173244577,
+ 4156014170,
+ 3147765929,
+ 3960245030,
+ 3370630453,
+ 3445274224,
+ 1242852423,
+ 1756518123,
+ 3115252270,
+ 953841053,
+ 3085185792,
+ 2358085414,
+ 2875371823,
+ 2063147255,
+ 1356404246,
+ 2848509848,
+ 3253753227,
+ 2128562693,
+ 2482254680,
+ 3631979566,
+ 609653324,
+ 2669041497,
+ 1699593514,
+ 1555626999,
+ 2249786228,
];
static final String seferCairoServer = String.fromCharCodes(
@@ -10061,69 +10061,69 @@ final class _Env {
_envieddataseferCairoServer[i] ^ _enviedkeyseferCairoServer[i]));
static const List _enviedkeyseferGizaServer = [
- 1183664105,
- 3712616981,
- 850615188,
- 586186022,
- 1049538427,
- 3791291947,
- 588468066,
- 3410202723,
- 1944492552,
- 3626804165,
- 2355509289,
- 2704756690,
- 4227380775,
- 1907132442,
- 3442221577,
- 3841071374,
- 1429277940,
- 1082657021,
- 2357495824,
- 2341268371,
- 2553773200,
- 3545366828,
- 1047264255,
- 3882435335,
- 942455229,
- 431809903,
- 523643076,
- 2261709373,
- 1661193779,
- 2467584001,
+ 3622418502,
+ 439340179,
+ 2994464239,
+ 973644708,
+ 1896319809,
+ 1058311322,
+ 1778009627,
+ 1642661845,
+ 2041766575,
+ 1795305939,
+ 901176432,
+ 2324823344,
+ 4252278344,
+ 1124513494,
+ 1065976996,
+ 4240491356,
+ 2739882543,
+ 2698850052,
+ 1290496710,
+ 518757415,
+ 2761205404,
+ 2106593195,
+ 2457504296,
+ 688669016,
+ 4189106886,
+ 3151894722,
+ 894287514,
+ 3670472538,
+ 1283750644,
+ 410621937,
];
static const List _envieddataseferGizaServer = [
- 1183664001,
- 3712617057,
- 850615264,
- 586186070,
- 1049538312,
- 3791291921,
- 588468045,
- 3410202700,
- 1944492655,
- 3626804140,
- 2355509331,
- 2704756659,
- 4227380820,
- 1907132543,
- 3442221679,
- 3841071467,
- 1429277830,
- 1082656979,
- 2357495935,
- 2341268477,
- 2553773308,
- 3545366853,
- 1047264145,
- 3882435426,
- 942455186,
- 431809820,
- 523643041,
- 2261709403,
- 1661193814,
- 2467584115,
+ 3622418478,
+ 439340263,
+ 2994464155,
+ 973644756,
+ 1896319794,
+ 1058311328,
+ 1778009652,
+ 1642661882,
+ 2041766600,
+ 1795305914,
+ 901176330,
+ 2324823377,
+ 4252278331,
+ 1124513459,
+ 1065977026,
+ 4240491321,
+ 2739882589,
+ 2698850090,
+ 1290496681,
+ 518757449,
+ 2761205488,
+ 2106593218,
+ 2457504326,
+ 688668989,
+ 4189106921,
+ 3151894705,
+ 894287615,
+ 3670472508,
+ 1283750545,
+ 410621827,
];
static final String seferGizaServer = String.fromCharCodes(List.generate(
@@ -10134,125 +10134,125 @@ final class _Env {
(int i) => _envieddataseferGizaServer[i] ^ _enviedkeyseferGizaServer[i]));
static const List _enviedkeychatGPTkeySeferNew = [
- 1297435154,
- 654002855,
- 1779588987,
- 3282634969,
- 1301979722,
- 3975701436,
- 345655782,
- 1349749531,
- 2404583887,
- 560991681,
- 2596680516,
- 3215978169,
- 3301508178,
- 4286201656,
- 3253646576,
- 3886158780,
- 769086640,
- 1779746901,
- 2506465089,
- 3783440253,
- 2144878225,
- 2858950572,
- 1934026004,
- 260097273,
- 1105373916,
- 478771000,
- 4287369645,
- 2142027115,
- 2208328988,
- 528496807,
- 3345892157,
- 1804654518,
- 1109564889,
- 72701215,
- 3200042259,
- 4023225626,
- 3333814692,
- 2936481284,
- 3795649336,
- 148882206,
- 3353419022,
- 2427744117,
- 162711774,
- 3297309729,
- 921780895,
- 3729383667,
- 1940116294,
- 1360112056,
- 503923734,
- 3258551381,
- 124050768,
- 3991470922,
- 2579994026,
- 2638204174,
- 2030014935,
- 6272770,
- 2070747,
- 883719464,
+ 3918376138,
+ 2456367288,
+ 1421170418,
+ 2447591240,
+ 3636832532,
+ 4145652696,
+ 3157680728,
+ 3622924766,
+ 1349496577,
+ 3035078806,
+ 41633069,
+ 2794745569,
+ 978427946,
+ 2494572899,
+ 1634787451,
+ 3493865176,
+ 2468555919,
+ 2545360316,
+ 2753314946,
+ 2527473627,
+ 1712691872,
+ 3812221516,
+ 3407357177,
+ 2745372665,
+ 1293579903,
+ 3460625604,
+ 1060843792,
+ 1182945416,
+ 2639160139,
+ 1807642065,
+ 3139758193,
+ 3823322078,
+ 1889247121,
+ 3640981981,
+ 1086026600,
+ 3490055430,
+ 4045177696,
+ 998388538,
+ 193934480,
+ 1525466814,
+ 537938625,
+ 3698539559,
+ 3730675274,
+ 2383216049,
+ 1886544007,
+ 4061865106,
+ 4187703511,
+ 4144230158,
+ 2548777811,
+ 2922886970,
+ 1905699741,
+ 310500786,
+ 2995217784,
+ 100546969,
+ 426497596,
+ 351955481,
+ 2459500809,
+ 327149455,
];
static const List _envieddatachatGPTkeySeferNew = [
- 1297435240,
- 654002880,
- 1779588950,
- 3282634883,
- 1301979774,
- 3975701459,
- 345655719,
- 1349749585,
- 2404583852,
- 560991616,
- 2596680470,
- 3215978230,
- 3301508149,
- 4286201718,
- 3253646504,
- 3886158806,
- 769086679,
- 1779746855,
- 2506465028,
- 3783440180,
- 2144878276,
- 2858950548,
- 1934026098,
- 260097202,
- 1105373855,
- 478770945,
- 4287369717,
- 2142027033,
- 2208329060,
- 528496832,
- 3345892200,
- 1804654579,
- 1109564909,
- 72701262,
- 3200042343,
- 4023225704,
- 3333814742,
- 2936481384,
- 3795649353,
- 148882223,
- 3353419127,
- 2427744028,
- 162711723,
- 3297309785,
- 921780911,
- 3729383577,
- 1940116234,
- 1360112011,
- 503923826,
- 3258551324,
- 124050692,
- 3991470873,
- 2579994098,
- 2638204284,
- 2030014863,
- 6272878,
- 2070681,
- 883719492,
+ 3918376112,
+ 2456367327,
+ 1421170399,
+ 2447591186,
+ 3636832544,
+ 4145652663,
+ 3157680665,
+ 3622924692,
+ 1349496674,
+ 3035078871,
+ 41633151,
+ 2794745518,
+ 978427981,
+ 2494572845,
+ 1634787363,
+ 3493865138,
+ 2468556008,
+ 2545360334,
+ 2753315015,
+ 2527473554,
+ 1712691957,
+ 3812221556,
+ 3407357087,
+ 2745372594,
+ 1293579836,
+ 3460625661,
+ 1060843848,
+ 1182945530,
+ 2639160115,
+ 1807642038,
+ 3139758116,
+ 3823322011,
+ 1889247141,
+ 3640981900,
+ 1086026524,
+ 3490055540,
+ 4045177618,
+ 998388566,
+ 193934561,
+ 1525466767,
+ 537938616,
+ 3698539598,
+ 3730675263,
+ 2383216073,
+ 1886544055,
+ 4061865208,
+ 4187703451,
+ 4144230205,
+ 2548777783,
+ 2922887027,
+ 1905699785,
+ 310500833,
+ 2995217696,
+ 100547051,
+ 426497636,
+ 351955573,
+ 2459500875,
+ 327149539,
];
static final String chatGPTkeySeferNew = String.fromCharCodes(
@@ -10264,103 +10264,103 @@ final class _Env {
_envieddatachatGPTkeySeferNew[i] ^ _enviedkeychatGPTkeySeferNew[i]));
static const List _enviedkeycohere = [
- 2846263346,
- 1209375899,
- 921926163,
- 861122420,
- 1267353074,
- 4127489306,
- 3504270502,
- 1400187864,
- 1514023688,
- 3654050103,
- 3259743895,
- 1546430706,
- 841299856,
- 3213593265,
- 812906699,
- 1442134310,
- 3055617311,
- 3592492504,
- 4056319548,
- 1650694833,
- 2637716127,
- 2817352558,
- 3452259327,
- 605039471,
- 3673440630,
- 333790363,
- 4178513786,
- 4023020203,
- 743093901,
- 389307320,
- 242941519,
- 892355416,
- 3775091845,
- 842900567,
- 4048999057,
- 2269053376,
- 796096779,
- 1301480278,
- 721688597,
- 3713590308,
- 1827778179,
- 875487106,
- 3600909625,
- 483721521,
- 4165893280,
- 2379156339,
- 3710511826,
+ 465617506,
+ 4171105983,
+ 1142219571,
+ 1966992022,
+ 790775751,
+ 75845748,
+ 1172817596,
+ 670308794,
+ 1955551984,
+ 1374978299,
+ 2724235462,
+ 1093206555,
+ 310447366,
+ 4169306129,
+ 4008515995,
+ 479191230,
+ 1238678828,
+ 3089203937,
+ 3354040615,
+ 1591237154,
+ 2634166923,
+ 3238711681,
+ 1319322998,
+ 145669953,
+ 548434632,
+ 4291538626,
+ 2472577549,
+ 1305575695,
+ 1799485420,
+ 4281280241,
+ 122254022,
+ 1051780634,
+ 2428959432,
+ 341254698,
+ 299468240,
+ 3495770959,
+ 447272735,
+ 827694643,
+ 847421866,
+ 3229656386,
+ 961432955,
+ 363511523,
+ 1751393508,
+ 2868721576,
+ 1787140922,
+ 2972929941,
+ 3637374187,
];
static const List _envieddatacohere = [
- 2846263411,
- 1209375982,
- 921926271,
- 861122307,
- 1267352982,
- 4127489314,
- 3504270559,
- 1400187885,
- 1514023771,
- 3654050151,
- 3259743936,
- 1546430621,
- 841299939,
- 3213593217,
- 812906659,
- 1442134380,
- 3055617399,
- 3592492468,
- 4056319611,
- 1650694785,
- 2637716203,
- 2817352449,
- 3452259242,
- 605039369,
- 3673440590,
- 333790460,
- 4178513717,
- 4023020227,
- 743093976,
- 389307373,
- 242941501,
- 892355368,
- 3775091939,
- 842900578,
- 4048999104,
- 2269053426,
- 796096863,
- 1301480198,
- 721688696,
- 3713590386,
- 1827778244,
- 875487194,
- 3600909643,
- 483721577,
- 4165893324,
- 2379156273,
- 3710511806,
+ 465617443,
+ 4171105994,
+ 1142219615,
+ 1966992097,
+ 790775715,
+ 75845708,
+ 1172817605,
+ 670308751,
+ 1955551907,
+ 1374978219,
+ 2724235409,
+ 1093206644,
+ 310447477,
+ 4169306145,
+ 4008516083,
+ 479191284,
+ 1238678852,
+ 3089203853,
+ 3354040672,
+ 1591237138,
+ 2634167039,
+ 3238711790,
+ 1319322915,
+ 145669927,
+ 548434672,
+ 4291538597,
+ 2472577602,
+ 1305575783,
+ 1799485369,
+ 4281280164,
+ 122254004,
+ 1051780714,
+ 2428959406,
+ 341254687,
+ 299468161,
+ 3495771005,
+ 447272779,
+ 827694691,
+ 847421895,
+ 3229656340,
+ 961432892,
+ 363511483,
+ 1751393430,
+ 2868721648,
+ 1787140950,
+ 2972930007,
+ 3637374087,
];
static final String cohere = String.fromCharCodes(List.generate(
@@ -10370,239 +10370,239 @@ final class _Env {
).map((int i) => _envieddatacohere[i] ^ _enviedkeycohere[i]));
static const List _enviedkeyclaudeAiAPI = [
- 4131489666,
- 2165259452,
- 2845346099,
- 2981133697,
- 3704954378,
- 1507193410,
- 196445514,
- 3410652725,
- 141352172,
- 1811972728,
- 705512459,
- 1831801987,
- 2341365198,
- 3369088150,
- 1786951065,
- 1097883633,
- 757379414,
- 560635189,
- 1329131469,
- 803104093,
- 1402632910,
- 1034441769,
- 283917562,
- 4207662176,
- 3243702378,
- 3726190199,
- 2822663170,
- 4020696522,
- 1150887032,
- 3074483755,
- 1047896673,
- 291144645,
- 3091318844,
- 3763132207,
- 934238455,
- 592501991,
- 4220721937,
- 567304901,
- 535349385,
- 702442603,
- 1457973911,
- 1333997339,
- 2654549676,
- 1871547490,
- 1982972942,
- 265118810,
- 4028087444,
- 786609233,
- 3946375097,
- 1734781531,
- 4222345314,
- 2239839030,
- 312083840,
- 2522689386,
- 548755348,
- 1300402719,
- 1180221657,
- 476380623,
- 2522336599,
- 3697540394,
- 506425126,
- 3238151482,
- 2176910194,
- 477649508,
- 3905994510,
- 2486576092,
- 2026065083,
- 3763234771,
- 2910279619,
- 3056970464,
- 1512338710,
- 2544532521,
- 498897564,
- 3641536473,
- 1944631323,
- 2475511856,
- 1257279720,
- 1178807909,
- 2682455016,
- 3035387467,
- 658134552,
- 1023291979,
- 2783382201,
- 2363134543,
- 904714733,
- 103852103,
- 2420089577,
- 4145163296,
- 4001366076,
- 121112603,
- 3437690877,
- 1002286287,
- 308250192,
- 353426924,
- 2650989615,
- 1483631504,
- 1946989618,
- 3918308885,
- 3367602157,
- 3670219410,
- 2538339801,
- 1788491585,
- 3854086315,
- 2898573027,
- 1982648414,
- 847163354,
- 3787243296,
- 3993991952,
- 2955160710,
- 725876103,
- 734759720,
- 2317250640,
- 2182600452,
- 4154762703,
- 2888719858,
+ 1891199863,
+ 1599631751,
+ 2334191924,
+ 1423081439,
+ 2797160503,
+ 4032609303,
+ 3140732882,
+ 689668715,
+ 2820045555,
+ 3507347581,
+ 2839177114,
+ 191102937,
+ 740866312,
+ 2785055967,
+ 865460157,
+ 2019953667,
+ 3259755556,
+ 3818248946,
+ 2730718241,
+ 767595840,
+ 2837771298,
+ 847604432,
+ 3266706559,
+ 3176955584,
+ 259944260,
+ 3218009214,
+ 77903964,
+ 233717117,
+ 2959138604,
+ 758852776,
+ 4161519812,
+ 3753404333,
+ 1807423236,
+ 4165562849,
+ 856939892,
+ 4023935749,
+ 2333070936,
+ 3933786453,
+ 164726905,
+ 3670127222,
+ 1564600576,
+ 2911814773,
+ 3372727927,
+ 1247390620,
+ 2161803242,
+ 1715910154,
+ 3389275721,
+ 563391158,
+ 2540336256,
+ 2491065012,
+ 4131113727,
+ 1438988281,
+ 3100347570,
+ 1204478261,
+ 1004770217,
+ 2910782358,
+ 3271046533,
+ 3087891887,
+ 2417453934,
+ 1910111185,
+ 436645096,
+ 1474821445,
+ 2004643604,
+ 1467950264,
+ 2938948722,
+ 2431957218,
+ 1303036832,
+ 525217242,
+ 588753993,
+ 4116540518,
+ 895861969,
+ 2134960025,
+ 2796650776,
+ 3375441160,
+ 3089756627,
+ 3358398203,
+ 3492102675,
+ 3074154154,
+ 2011075628,
+ 4258086346,
+ 2160818740,
+ 4230406755,
+ 2037199021,
+ 2108549979,
+ 77108176,
+ 2991841127,
+ 4108463061,
+ 3233643677,
+ 1183686461,
+ 1076032112,
+ 1467607368,
+ 3963752915,
+ 2518286287,
+ 3515102030,
+ 1928848123,
+ 854302165,
+ 3304266211,
+ 789267676,
+ 3577196513,
+ 3292153833,
+ 546651496,
+ 2435536707,
+ 149677022,
+ 693120858,
+ 414507700,
+ 2893343444,
+ 1131185035,
+ 1209625765,
+ 1467961318,
+ 2965895090,
+ 2771140381,
+ 2069330498,
+ 3878300660,
+ 3021738320,
+ 2159775190,
];
static const List _envieddataclaudeAiAPI = [
- 4131489784,
- 2165259483,
- 2845346078,
- 2981133808,
- 3704954472,
- 1507193377,
- 196445543,
- 3410652740,
- 141352090,
- 1811972631,
- 705512504,
- 1831802042,
- 2341365154,
- 3369088187,
- 1786951137,
- 1097883558,
- 757379353,
- 560635213,
- 1329131396,
- 803104026,
- 1402632889,
- 1034441854,
- 283917486,
- 4207662127,
- 3243702288,
- 3726190132,
- 2822663236,
- 4020696456,
- 1150886934,
- 3074483810,
- 1047896632,
- 291144598,
- 3091318903,
- 3763132260,
- 934238367,
- 592501889,
- 4220722024,
- 567304895,
- 535349462,
- 702442528,
- 1457973953,
- 1333997402,
- 2654549722,
- 1871547408,
- 1982972998,
- 265118839,
- 4028087458,
- 786609166,
- 3946375053,
- 1734781441,
- 4222345255,
- 2239839100,
- 312083916,
- 2522689372,
- 548755372,
- 1300402776,
- 1180221574,
- 476380574,
- 2522336533,
- 3697540450,
- 506425108,
- 3238151436,
- 2176910109,
- 477649409,
- 3905994586,
- 2486576019,
- 2026065142,
- 3763234718,
- 2910279596,
- 3056970417,
- 1512338787,
- 2544532558,
- 498897573,
- 3641536402,
- 1944631406,
- 2475511935,
- 1257279618,
- 1178807823,
- 2682454947,
- 3035387416,
- 658134600,
- 1023291924,
- 2783382264,
- 2363134587,
- 904714686,
- 103852148,
- 2420089530,
- 4145163381,
- 4001366136,
- 121112695,
- 3437690783,
- 1002286263,
- 308250114,
- 353426901,
- 2650989643,
- 1483631589,
- 1946989668,
- 3918308975,
- 3367602050,
- 3670219459,
- 2538339828,
- 1788491532,
- 3854086336,
- 2898572987,
- 1982648321,
- 847163279,
- 3787243377,
- 3993992001,
- 2955160791,
- 725876191,
- 734759770,
- 2317250568,
- 2182600552,
- 4154762637,
- 2888719774,
+ 1891199757,
+ 1599631840,
+ 2334191897,
+ 1423081390,
+ 2797160533,
+ 4032609396,
+ 3140732927,
+ 689668634,
+ 2820045445,
+ 3507347474,
+ 2839177129,
+ 191102944,
+ 740866404,
+ 2785055986,
+ 865460165,
+ 2019953748,
+ 3259755627,
+ 3818248842,
+ 2730718312,
+ 767595783,
+ 2837771349,
+ 847604359,
+ 3266706475,
+ 3176955535,
+ 259944254,
+ 3218009149,
+ 77903898,
+ 233717055,
+ 2959138626,
+ 758852833,
+ 4161519773,
+ 3753404414,
+ 1807423311,
+ 4165562794,
+ 856939804,
+ 4023935843,
+ 2333070881,
+ 3933786415,
+ 164726822,
+ 3670127165,
+ 1564600662,
+ 2911814708,
+ 3372727809,
+ 1247390702,
+ 2161803170,
+ 1715910183,
+ 3389275775,
+ 563391209,
+ 2540336308,
+ 2491065070,
+ 4131113658,
+ 1438988211,
+ 3100347646,
+ 1204478211,
+ 1004770193,
+ 2910782417,
+ 3271046618,
+ 3087891966,
+ 2417453868,
+ 1910111129,
+ 436645082,
+ 1474821491,
+ 2004643707,
+ 1467950301,
+ 2938948646,
+ 2431957165,
+ 1303036909,
+ 525217175,
+ 588753958,
+ 4116540471,
+ 895861924,
+ 2134960126,
+ 2796650785,
+ 3375441219,
+ 3089756582,
+ 3358398132,
+ 3492102777,
+ 3074154176,
+ 2011075687,
+ 4258086297,
+ 2160818788,
+ 4230406716,
+ 2037199084,
+ 2108549999,
+ 77108099,
+ 2991841108,
+ 4108462982,
+ 3233643720,
+ 1183686521,
+ 1076032028,
+ 1467607338,
+ 3963752875,
+ 2518286237,
+ 3515102071,
+ 1928848031,
+ 854302112,
+ 3304266165,
+ 789267622,
+ 3577196430,
+ 3292153784,
+ 546651461,
+ 2435536654,
+ 149676981,
+ 693120770,
+ 414507755,
+ 2893343361,
+ 1131185114,
+ 1209625844,
+ 1467961271,
+ 2965895146,
+ 2771140463,
+ 2069330458,
+ 3878300568,
+ 3021738258,
+ 2159775162,
];
static final String claudeAiAPI = String.fromCharCodes(List.generate(
@@ -10612,183 +10612,183 @@ final class _Env {
).map((int i) => _envieddataclaudeAiAPI[i] ^ _enviedkeyclaudeAiAPI[i]));
static const List _enviedkeypayPalClientId = [
- 3421699884,
- 2705657941,
- 487022891,
- 3984248249,
- 2328904681,
- 3885822742,
- 3420930535,
- 3264555084,
- 732736906,
- 213767513,
- 3094507499,
- 2980624808,
- 91218360,
- 1727574095,
- 2532614855,
- 1378550900,
- 597992186,
- 3740308450,
- 89891106,
- 1998860893,
- 754237010,
- 7377079,
- 1848663582,
- 1594098541,
- 2710966637,
- 1962166415,
- 792185201,
- 1240811118,
- 2544473063,
- 2414153168,
- 3431248430,
- 3888830653,
- 4225193163,
- 1123136414,
- 3985085840,
- 2687175171,
- 4203868975,
- 3526848237,
- 1543571245,
- 1196935314,
- 2496614288,
- 2116953668,
- 115720969,
- 1879493505,
- 3754501167,
- 3006098519,
- 3716336685,
- 874718366,
- 1006590153,
- 3827373254,
- 4076660377,
- 2997934424,
- 1447267292,
- 1449991732,
- 431000800,
- 4216414536,
- 1855856651,
- 3876864333,
- 1522129099,
- 3453112731,
- 3378256048,
- 3928705733,
- 2201768161,
- 3793455754,
- 3675489758,
- 4176286142,
- 1613231063,
- 1911375162,
- 2121092415,
- 562556003,
- 1088200541,
- 2523683948,
- 77184514,
- 1608558091,
- 3887542762,
- 3569332801,
- 1875853468,
- 1625541807,
- 3018562711,
- 1945231113,
- 4081662892,
- 1159821612,
- 3455547693,
- 3931528180,
- 1868551342,
- 2259042253,
- 2202260091,
+ 545058288,
+ 3238222047,
+ 4268024486,
+ 1613788368,
+ 4156310289,
+ 2655070274,
+ 4103563944,
+ 1665439136,
+ 3250797227,
+ 3975913446,
+ 2375218584,
+ 1968744419,
+ 3415427274,
+ 1951341876,
+ 1459071712,
+ 505846991,
+ 849975858,
+ 1813779301,
+ 3997677088,
+ 4038193353,
+ 1494379439,
+ 1973751452,
+ 403442521,
+ 299668935,
+ 4138434339,
+ 365332286,
+ 512140985,
+ 1308280798,
+ 3176485375,
+ 4017298824,
+ 3598282623,
+ 2889098468,
+ 4122317428,
+ 684456945,
+ 2898224836,
+ 3320545181,
+ 809900486,
+ 3116416347,
+ 3464165718,
+ 763538860,
+ 1610651320,
+ 246994550,
+ 2453669650,
+ 2844968335,
+ 2415897746,
+ 4065493699,
+ 3410668667,
+ 2599427880,
+ 2911877768,
+ 3319623595,
+ 656967474,
+ 3002495038,
+ 2254830961,
+ 799959504,
+ 3523786134,
+ 2468875891,
+ 3361961191,
+ 2454985614,
+ 3769181745,
+ 479710658,
+ 3276971513,
+ 2814486653,
+ 457710880,
+ 4107007789,
+ 1343819693,
+ 460270250,
+ 1206543880,
+ 3140345191,
+ 2665168513,
+ 1404786830,
+ 320234089,
+ 3188068583,
+ 1926495070,
+ 2077510009,
+ 291943582,
+ 2124167216,
+ 2082622705,
+ 1496873186,
+ 19571567,
+ 3186762288,
+ 1870915698,
+ 991271018,
+ 4007893449,
+ 1656281509,
+ 323248042,
+ 1706467958,
+ 1592398277,
];
static const List _envieddatapayPalClientId = [
- 3421699965,
- 2705657876,
- 487022951,
- 3984248256,
- 2328904580,
- 3885822842,
- 3420930433,
- 3264555010,
- 732736963,
- 213767532,
- 3094507455,
- 2980624850,
- 91218380,
- 1727574139,
- 2532614836,
- 1378550873,
- 597992067,
- 3740308369,
- 89891149,
- 1998860839,
- 754237028,
- 7377089,
- 1848663642,
- 1594098521,
- 2710966578,
- 1962166497,
- 792185088,
- 1240811062,
- 2544473047,
- 2414153091,
- 3431248507,
- 3888830665,
- 4225193120,
- 1123136477,
- 3985085903,
- 2687175282,
- 4203869046,
- 3526848187,
- 1543571200,
- 1196935367,
- 2496614391,
- 2116953647,
- 115721020,
- 1879493606,
- 3754501198,
- 3006098458,
- 3716336754,
- 874718374,
- 1006590099,
- 3827373291,
- 4076660466,
- 2997934399,
- 1447267304,
- 1449991800,
- 431000789,
- 4216414587,
- 1855856736,
- 3876864373,
- 1522129054,
- 3453112814,
- 3378256072,
- 3928705690,
- 2201768149,
- 3793455840,
- 3675489691,
- 4176286185,
- 1613230991,
- 1911375230,
- 2121092436,
- 562555949,
- 1088200493,
- 2523683892,
- 77184581,
- 1608558168,
- 3887542717,
- 3569332753,
- 1875853548,
- 1625541862,
- 3018562797,
- 1945231181,
- 4081662954,
- 1159821684,
- 3455547743,
- 3931528108,
- 1868551362,
- 2259042191,
- 2202259991,
+ 545058209,
+ 3238221982,
+ 4268024554,
+ 1613788329,
+ 4156310396,
+ 2655070254,
+ 4103563982,
+ 1665439214,
+ 3250797282,
+ 3975913427,
+ 2375218636,
+ 1968744345,
+ 3415427262,
+ 1951341824,
+ 1459071635,
+ 505847010,
+ 849975883,
+ 1813779222,
+ 3997677135,
+ 4038193331,
+ 1494379417,
+ 1973751530,
+ 403442461,
+ 299668979,
+ 4138434428,
+ 365332304,
+ 512141000,
+ 1308280710,
+ 3176485327,
+ 4017298907,
+ 3598282538,
+ 2889098384,
+ 4122317343,
+ 684456882,
+ 2898224795,
+ 3320545260,
+ 809900447,
+ 3116416269,
+ 3464165755,
+ 763538937,
+ 1610651359,
+ 246994461,
+ 2453669671,
+ 2844968424,
+ 2415897843,
+ 4065493646,
+ 3410668580,
+ 2599427856,
+ 2911877842,
+ 3319623558,
+ 656967513,
+ 3002495065,
+ 2254830917,
+ 799959452,
+ 3523786147,
+ 2468875840,
+ 3361961100,
+ 2454985654,
+ 3769181796,
+ 479710647,
+ 3276971393,
+ 2814486562,
+ 457710868,
+ 4107007815,
+ 1343819752,
+ 460270333,
+ 1206543952,
+ 3140345123,
+ 2665168618,
+ 1404786880,
+ 320234009,
+ 3188068543,
+ 1926495001,
+ 2077509930,
+ 291943625,
+ 2124167264,
+ 2082622593,
+ 1496873131,
+ 19571477,
+ 3186762356,
+ 1870915636,
+ 991270962,
+ 4007893435,
+ 1656281597,
+ 323248070,
+ 1706467892,
+ 1592398249,
];
static final String payPalClientId = String.fromCharCodes(List.generate(
@@ -10798,181 +10798,181 @@ final class _Env {
).map((int i) => _envieddatapayPalClientId[i] ^ _enviedkeypayPalClientId[i]));
static const List _enviedkeypayPalSecret = [
- 121165755,
- 1630078286,
- 1737211075,
- 1637386669,
- 13716191,
- 2950471662,
- 1051079565,
- 3965657676,
- 3320742932,
- 3083677180,
- 968800573,
- 3405798028,
- 1331351023,
- 2565991939,
- 3869177361,
- 3216086204,
- 4066736060,
- 2430655662,
- 57150375,
- 269987922,
- 2544126626,
- 4215543828,
- 4097892174,
- 1738593356,
- 2703465053,
- 2607827280,
- 1109206618,
- 2866562579,
- 4260359871,
- 4021869541,
- 2474246835,
- 3668453945,
- 3402147556,
- 2248569444,
- 1789853542,
- 2823798342,
- 2481759251,
- 1043821477,
- 173776381,
- 478654565,
- 991387389,
- 2287369832,
- 1921798374,
- 213626855,
- 2559535110,
- 1272072583,
- 3254143429,
- 5161082,
- 1973907271,
- 2565613093,
- 3783797477,
- 96054033,
- 174619207,
- 4261596093,
- 1699128524,
- 2685126863,
- 3649927403,
- 3726540925,
- 3663952131,
- 1316273443,
- 368786469,
- 80602253,
- 3444046054,
- 3479861766,
- 2144548527,
- 3163025384,
- 2962797859,
- 3577493416,
- 1141138401,
- 239839525,
- 744127193,
- 2164093100,
- 2039878416,
- 508090314,
- 2382175382,
- 4194983077,
- 3898019067,
- 1410604459,
- 3257668586,
- 4222177847,
- 3752615140,
- 644983055,
- 382830146,
- 3630979793,
- 3152539121,
- 3962793586,
+ 2491219203,
+ 359151560,
+ 2129194181,
+ 2273233135,
+ 2414687225,
+ 4091369435,
+ 2838847042,
+ 2443788764,
+ 2671376683,
+ 1638640938,
+ 1545429007,
+ 773876670,
+ 2609220624,
+ 3200131006,
+ 418006273,
+ 1222917693,
+ 140422981,
+ 2966077803,
+ 1559457586,
+ 549622254,
+ 3582071145,
+ 2965012497,
+ 1957288968,
+ 2311697965,
+ 1042598899,
+ 3836645,
+ 3962766969,
+ 4286834716,
+ 3869536349,
+ 907511555,
+ 3799356820,
+ 3981623730,
+ 3839401471,
+ 22093591,
+ 1128221888,
+ 2295328775,
+ 1988062977,
+ 3618192114,
+ 267968518,
+ 268702472,
+ 3613877190,
+ 2559321666,
+ 3665328656,
+ 3793658244,
+ 1018674235,
+ 2860264256,
+ 2451547686,
+ 4267585736,
+ 2502585767,
+ 1554309045,
+ 2467690694,
+ 1409126434,
+ 2126653409,
+ 632939572,
+ 4006117595,
+ 45546848,
+ 1190177070,
+ 2496725531,
+ 3435361433,
+ 1154899354,
+ 3219559250,
+ 1512675456,
+ 1504867192,
+ 1550778603,
+ 3101023171,
+ 827125478,
+ 877043757,
+ 468362786,
+ 2952007085,
+ 628304589,
+ 3536357693,
+ 3642614384,
+ 3054346088,
+ 393275222,
+ 1209262433,
+ 3891630703,
+ 1598797740,
+ 1795736287,
+ 1169620526,
+ 1801844862,
+ 2496570217,
+ 2510292194,
+ 3854949456,
+ 2341663614,
+ 3036683707,
+ 4113445554,
];
static const List _envieddatapayPalSecret = [
- 121165809,
- 1630078220,
- 1737211010,
- 1637386732,
- 13716137,
- 2950471583,
- 1051079623,
- 3965657629,
- 3320742995,
- 3083677097,
- 968800590,
- 3405798087,
- 1331350955,
- 2565991987,
- 3869177419,
- 3216086230,
- 4066736084,
- 2430655642,
- 57150444,
- 269987896,
- 2544126663,
- 4215543927,
- 4097892148,
- 1738593332,
- 2703465019,
- 2607827218,
- 1109206556,
- 2866562667,
- 4260359826,
- 4021869526,
- 2474246795,
- 3668453994,
- 3402147456,
- 2248569352,
- 1789853444,
- 2823798287,
- 2481759296,
- 1043821456,
- 173776331,
- 478654515,
- 991387311,
- 2287369765,
- 1921798366,
- 213626793,
- 2559535170,
- 1272072673,
- 3254143392,
- 5161036,
- 1973907242,
- 2565613135,
- 3783797416,
- 96054132,
- 174619165,
- 4261596151,
- 1699128484,
- 2685126785,
- 3649927335,
- 3726540855,
- 3663952230,
- 1316273480,
- 368786448,
- 80602325,
- 3444045953,
- 3479861847,
- 2144548588,
- 3163025305,
- 2962797928,
- 3577493483,
- 1141138345,
- 239839569,
- 744127115,
- 2164093130,
- 2039878438,
- 508090247,
- 2382175484,
- 4194983159,
- 3898018946,
- 1410604422,
- 3257668492,
- 4222177807,
- 3752615100,
- 644983165,
- 382830106,
- 3630979773,
- 3152539059,
- 3962793502,
+ 2491219273,
+ 359151498,
+ 2129194116,
+ 2273233070,
+ 2414687119,
+ 4091369386,
+ 2838846984,
+ 2443788685,
+ 2671376748,
+ 1638641023,
+ 1545429116,
+ 773876725,
+ 2609220692,
+ 3200130958,
+ 418006363,
+ 1222917719,
+ 140422957,
+ 2966077791,
+ 1559457657,
+ 549622148,
+ 3582071052,
+ 2965012594,
+ 1957289074,
+ 2311698005,
+ 1042598805,
+ 3836583,
+ 3962766911,
+ 4286834788,
+ 3869536368,
+ 907511600,
+ 3799356844,
+ 3981623777,
+ 3839401371,
+ 22093691,
+ 1128221858,
+ 2295328846,
+ 1988063058,
+ 3618192071,
+ 267968560,
+ 268702558,
+ 3613877140,
+ 2559321615,
+ 3665328680,
+ 3793658314,
+ 1018674303,
+ 2860264230,
+ 2451547715,
+ 4267585790,
+ 2502585802,
+ 1554309087,
+ 2467690635,
+ 1409126471,
+ 2126653371,
+ 632939646,
+ 4006117555,
+ 45546798,
+ 1190177122,
+ 2496725585,
+ 3435361532,
+ 1154899441,
+ 3219559271,
+ 1512675544,
+ 1504867103,
+ 1550778554,
+ 3101023104,
+ 827125399,
+ 877043814,
+ 468362849,
+ 2952007141,
+ 628304569,
+ 3536357743,
+ 3642614294,
+ 3054346078,
+ 393275163,
+ 1209262347,
+ 3891630653,
+ 1598797781,
+ 1795736306,
+ 1169620552,
+ 1801844806,
+ 2496570161,
+ 2510292112,
+ 3854949384,
+ 2341663506,
+ 3036683769,
+ 4113445598,
];
static final String payPalSecret = String.fromCharCodes(List.generate(
@@ -10982,101 +10982,101 @@ final class _Env {
).map((int i) => _envieddatapayPalSecret[i] ^ _enviedkeypayPalSecret[i]));
static const List _enviedkeygeminiApi = [
- 223111900,
- 3327322925,
- 1904098812,
- 2602619825,
- 3339605079,
- 526054989,
- 278313337,
- 2869630502,
- 1721997030,
- 2715276728,
- 3145406489,
- 2682533619,
- 1183004989,
- 3727499938,
- 3853073384,
- 3612204326,
- 3745106684,
- 3578513899,
- 2789755954,
- 3069137050,
- 4109517740,
- 895537005,
- 904901295,
- 4036534410,
- 638996261,
- 179318343,
- 1320184843,
- 500675349,
- 1616703134,
- 426210751,
- 4079331271,
- 189396896,
- 192631094,
- 3640333089,
- 1107408930,
- 2083209537,
- 2718309932,
- 3006793381,
- 1118157039,
- 3396017793,
- 3841677072,
- 1240956711,
- 1709853059,
- 800759106,
- 1266123344,
- 1443079759,
+ 2348553014,
+ 3831202948,
+ 1314289139,
+ 4059431953,
+ 1404248441,
+ 3641759431,
+ 761655019,
+ 3306542402,
+ 1770703325,
+ 484315725,
+ 2998663110,
+ 3911645831,
+ 1885611912,
+ 2937355433,
+ 4146366126,
+ 3082291542,
+ 1411120377,
+ 72503457,
+ 2273400959,
+ 399926592,
+ 2551360367,
+ 3160122347,
+ 4156779704,
+ 3801264723,
+ 218778687,
+ 989333531,
+ 1462694075,
+ 3764812939,
+ 1686329425,
+ 3768074087,
+ 2096245092,
+ 842016757,
+ 941247434,
+ 390320366,
+ 485943190,
+ 1798728121,
+ 2234878438,
+ 1375869753,
+ 1156326158,
+ 1601743399,
+ 3050795350,
+ 3939351920,
+ 1852996410,
+ 1615221011,
+ 3430504180,
+ 2243332004,
];
static const List _envieddatageminiApi = [
- 223111821,
- 3327322978,
- 1904098705,
- 2602619840,
- 3339605005,
- 526054974,
- 278313256,
- 2869630591,
- 1721996939,
- 2715276680,
- 3145406497,
- 2682533509,
- 1183005009,
- 3727500013,
- 3853073305,
- 3612204364,
- 3745106613,
- 3578513884,
- 2789755993,
- 3069137142,
- 4109517818,
- 895536935,
- 904901321,
- 4036534524,
- 638996341,
- 179318387,
- 1320184924,
- 500675415,
- 1616703192,
- 426210810,
- 4079331240,
- 189396933,
- 192631131,
- 3640333131,
- 1107408965,
- 2083209528,
- 2718309919,
- 3006793372,
- 1118157017,
- 3396017896,
- 3841677128,
- 1240956757,
- 1709853147,
- 800759086,
- 1266123282,
- 1443079715,
+ 2348553063,
+ 3831203019,
+ 1314289054,
+ 4059432032,
+ 1404248355,
+ 3641759412,
+ 761654970,
+ 3306542363,
+ 1770703280,
+ 484315773,
+ 2998663166,
+ 3911645937,
+ 1885612004,
+ 2937355494,
+ 4146366175,
+ 3082291516,
+ 1411120304,
+ 72503446,
+ 2273400852,
+ 399926572,
+ 2551360313,
+ 3160122273,
+ 4156779742,
+ 3801264677,
+ 218778735,
+ 989333551,
+ 1462694124,
+ 3764813001,
+ 1686329367,
+ 3768074018,
+ 2096245003,
+ 842016656,
+ 941247399,
+ 390320260,
+ 485943281,
+ 1798728128,
+ 2234878421,
+ 1375869696,
+ 1156326200,
+ 1601743438,
+ 3050795278,
+ 3939351810,
+ 1852996450,
+ 1615221119,
+ 3430504118,
+ 2243332040,
];
static final String geminiApi = String.fromCharCodes(List.generate(
@@ -11086,101 +11086,101 @@ final class _Env {
).map((int i) => _envieddatageminiApi[i] ^ _enviedkeygeminiApi[i]));
static const List _enviedkeygeminiApiMasa = [
- 2146824880,
- 3907550243,
- 2903161886,
- 3785672320,
- 461321014,
- 2732161292,
- 4101278503,
- 4188348806,
- 3097765060,
- 2840107809,
- 4074499765,
- 1377687999,
- 2466413864,
- 4131866855,
- 2085971762,
- 4291528158,
- 586406621,
- 1172253824,
- 4129699771,
- 4001684368,
- 13304699,
- 1388693678,
- 2478131258,
- 1930071347,
- 3722746620,
- 3939759101,
- 1802140304,
- 3906288734,
- 520770620,
- 3777786566,
- 1532556456,
- 2718322361,
- 517308172,
- 3937157671,
- 3195294693,
- 1852072784,
- 2465473003,
- 1057364077,
- 1530550642,
- 1157768896,
- 838941114,
- 716159291,
- 3129977605,
- 2454090027,
- 656020204,
- 3015116062,
+ 331072235,
+ 1641700432,
+ 670606718,
+ 1535711621,
+ 715396828,
+ 661067907,
+ 1884807807,
+ 1801064123,
+ 3908404627,
+ 3488244278,
+ 3009265722,
+ 673419129,
+ 2964765796,
+ 94739088,
+ 1039135150,
+ 1621029463,
+ 2552336150,
+ 951704035,
+ 3297417199,
+ 994943873,
+ 2314593375,
+ 842316745,
+ 2470990917,
+ 862624867,
+ 213842102,
+ 1968477958,
+ 87527473,
+ 1351015940,
+ 465457937,
+ 153935712,
+ 1618188131,
+ 2400338463,
+ 1180135933,
+ 1365305807,
+ 3802945790,
+ 4097854595,
+ 1284931949,
+ 3584443123,
+ 2133135227,
+ 1479486122,
+ 3427641879,
+ 3608702433,
+ 3038490015,
+ 973091624,
+ 1403854331,
+ 2399356153,
];
static const List _envieddatageminiApiMasa = [
- 2146824929,
- 3907550316,
- 2903161971,
- 3785672433,
- 461321068,
- 2732161407,
- 4101278582,
- 4188348879,
- 3097765044,
- 2840107845,
- 4074499832,
- 1377687947,
- 2466413930,
- 4131866805,
- 2085971777,
- 4291528085,
- 586406576,
- 1172253921,
- 4129699839,
- 4001684442,
- 13304628,
- 1388693758,
- 2478131213,
- 1930071383,
- 3722746534,
- 3939758989,
- 1802140325,
- 3906288755,
- 520770655,
- 3777786608,
- 1532556518,
- 2718322414,
- 517308266,
- 3937157700,
- 3195294605,
- 1852072807,
- 2465472955,
- 1057364012,
- 1530550558,
- 1157768849,
- 838941154,
- 716159305,
- 3129977693,
- 2454090055,
- 656020142,
- 3015116146,
+ 331072186,
+ 1641700383,
+ 670606611,
+ 1535711732,
+ 715396742,
+ 661068016,
+ 1884807726,
+ 1801064178,
+ 3908404707,
+ 3488244306,
+ 3009265783,
+ 673419085,
+ 2964765734,
+ 94739138,
+ 1039135197,
+ 1621029404,
+ 2552336251,
+ 951703938,
+ 3297417131,
+ 994943947,
+ 2314593296,
+ 842316697,
+ 2470990962,
+ 862624775,
+ 213842156,
+ 1968478070,
+ 87527428,
+ 1351015977,
+ 465458034,
+ 153935702,
+ 1618188077,
+ 2400338504,
+ 1180135835,
+ 1365305772,
+ 3802945686,
+ 4097854644,
+ 1284931901,
+ 3584443058,
+ 2133135127,
+ 1479486203,
+ 3427641935,
+ 3608702355,
+ 3038490055,
+ 973091652,
+ 1403854265,
+ 2399356053,
];
static final String geminiApiMasa = String.fromCharCodes(List.generate(
@@ -11190,87 +11190,87 @@ final class _Env {
).map((int i) => _envieddatageminiApiMasa[i] ^ _enviedkeygeminiApiMasa[i]));
static const List _enviedkeyagoraAppId = [
- 982909115,
- 4032014746,
- 2667496976,
- 1244373814,
- 2169549490,
- 2513268815,
- 2508161066,
- 4262625227,
- 1093894722,
- 1763747356,
- 1770864288,
- 1378934887,
- 3910975307,
- 286333664,
- 1412833318,
- 736382532,
- 2647048045,
- 2968933242,
- 4134348585,
- 2526996351,
- 4261988531,
- 2485258326,
- 677404645,
- 1947318732,
- 2195371670,
- 1967723766,
- 2804742620,
- 2852574734,
- 1194486788,
- 467783494,
- 1174851848,
- 2550687044,
- 3607336842,
- 3890566513,
- 3072184807,
- 1966246901,
- 3746002505,
- 414459976,
- 1203014288,
+ 1448094302,
+ 1758526592,
+ 1296788287,
+ 1992945573,
+ 4057284737,
+ 1141035464,
+ 3242419251,
+ 1414686012,
+ 614438755,
+ 3651500041,
+ 1693284652,
+ 3179833392,
+ 3246195153,
+ 4243149600,
+ 48987053,
+ 694518099,
+ 2342102978,
+ 1280124658,
+ 2764739937,
+ 941537104,
+ 788051234,
+ 4160029384,
+ 3888407420,
+ 2820177134,
+ 489088968,
+ 765959240,
+ 49512227,
+ 1540086581,
+ 2518012965,
+ 697027361,
+ 933389268,
+ 3092908295,
+ 633462158,
+ 2688657534,
+ 2351278152,
+ 2230791879,
+ 1015578700,
+ 1159851409,
+ 3779084456,
];
static const List _envieddataagoraAppId = [
- 982909068,
- 4032014763,
- 2667497000,
- 1244373774,
- 2169549442,
- 2513268777,
- 2508161048,
- 4262625185,
- 1093894772,
- 1763747375,
- 1770864278,
- 1378934792,
- 3910975358,
- 286333648,
- 1412833311,
- 736382510,
- 2647048031,
- 2968933198,
- 4134348624,
- 2526996298,
- 4261988481,
- 2485258351,
- 677404625,
- 1947318776,
- 2195371694,
- 1967723718,
- 2804742565,
- 2852574781,
- 1194486836,
- 467783475,
- 1174851888,
- 2550687088,
- 3607336882,
- 3890566441,
- 3072184725,
- 1966246829,
- 3746002469,
- 414459914,
- 1203014396,
+ 1448094313,
+ 1758526641,
+ 1296788231,
+ 1992945565,
+ 4057284785,
+ 1141035438,
+ 3242419201,
+ 1414686038,
+ 614438741,
+ 3651500090,
+ 1693284634,
+ 3179833439,
+ 3246195172,
+ 4243149584,
+ 48987028,
+ 694518073,
+ 2342103024,
+ 1280124614,
+ 2764739864,
+ 941537125,
+ 788051216,
+ 4160029425,
+ 3888407368,
+ 2820177114,
+ 489089008,
+ 765959288,
+ 49512282,
+ 1540086534,
+ 2518012949,
+ 697027412,
+ 933389292,
+ 3092908339,
+ 633462198,
+ 2688657446,
+ 2351278138,
+ 2230791839,
+ 1015578656,
+ 1159851475,
+ 3779084484,
];
static final String agoraAppId = String.fromCharCodes(List.generate(
@@ -11280,89 +11280,89 @@ final class _Env {
).map((int i) => _envieddataagoraAppId[i] ^ _enviedkeyagoraAppId[i]));
static const List _enviedkeyagoraAppCertificate = [
- 148296787,
- 1030269029,
- 1441602575,
- 3812053442,
- 1950278356,
- 3671561267,
- 1434625225,
- 1827943176,
- 765538776,
- 3510473977,
- 3534647847,
- 3991651439,
- 1730649378,
- 2192235652,
- 1497868681,
- 4222456294,
- 1419635174,
- 3078558415,
- 1343057880,
- 3963467963,
- 4239606087,
- 2705073477,
- 4069796052,
- 2033453495,
- 2041090376,
- 230773555,
- 394941453,
- 2603169682,
- 1284221495,
- 2992890744,
- 124758038,
- 467387007,
- 341677396,
- 4166361420,
- 1940683495,
- 748215012,
- 2783096969,
- 3303498089,
- 742275820,
- 1621720979,
+ 2026284921,
+ 988566402,
+ 3681095619,
+ 1658208752,
+ 463758627,
+ 2197609797,
+ 2563707925,
+ 2406569047,
+ 3869816322,
+ 3104803636,
+ 4165928636,
+ 2073076614,
+ 2171718539,
+ 989593439,
+ 3953179495,
+ 1320431542,
+ 3636243561,
+ 3796647991,
+ 3812720874,
+ 1986840188,
+ 4038030949,
+ 3811003834,
+ 2530391134,
+ 2639974324,
+ 3743843196,
+ 172919101,
+ 369340007,
+ 1396048803,
+ 3408007158,
+ 1785192824,
+ 1266601296,
+ 3425302872,
+ 1623872913,
+ 1403004989,
+ 836851518,
+ 3783997175,
+ 903225456,
+ 1459986110,
+ 4028795555,
+ 3827552480,
];
static const List _envieddataagoraAppCertificate = [
- 148296761,
- 1030269012,
- 1441602616,
- 3812053427,
- 1950278381,
- 3671561223,
- 1434625277,
- 1827943293,
- 765538796,
- 3510473920,
- 3534647828,
- 3991651414,
- 1730649362,
- 2192235758,
- 1497868769,
- 4222456215,
- 1419635153,
- 3078558458,
- 1343057888,
- 3963467982,
- 4239606134,
- 2705073523,
- 4069796064,
- 2033453454,
- 2041090428,
- 230773511,
- 394941493,
- 2603169763,
- 1284221445,
- 2992890625,
- 124758048,
- 467386887,
- 341677362,
- 4166361401,
- 1940683455,
- 748214934,
- 2783097041,
- 3303497989,
- 742275758,
- 1621721087,
+ 2026284819,
+ 988566451,
+ 3681095668,
+ 1658208641,
+ 463758618,
+ 2197609841,
+ 2563707937,
+ 2406568994,
+ 3869816374,
+ 3104803597,
+ 4165928591,
+ 2073076671,
+ 2171718587,
+ 989593397,
+ 3953179407,
+ 1320431559,
+ 3636243550,
+ 3796647938,
+ 3812720850,
+ 1986840073,
+ 4038030932,
+ 3811003788,
+ 2530391146,
+ 2639974285,
+ 3743843144,
+ 172919049,
+ 369339999,
+ 1396048850,
+ 3408007108,
+ 1785192705,
+ 1266601318,
+ 3425302816,
+ 1623873015,
+ 1403005000,
+ 836851558,
+ 3783997061,
+ 903225384,
+ 1459986130,
+ 4028795617,
+ 3827552396,
];
static final String agoraAppCertificate = String.fromCharCodes(
@@ -11375,183 +11375,183 @@ final class _Env {
_enviedkeyagoraAppCertificate[i]));
static const List _enviedkeypayPalClientIdLive = [
- 3552726285,
- 2580431135,
- 2141467714,
- 1977667948,
- 1697503721,
- 1397758048,
- 3646243724,
- 3886040870,
- 4282098554,
- 1516286681,
- 3899403517,
- 959529468,
- 3036846974,
- 2315036963,
- 3713426433,
- 2890887741,
- 2531903124,
- 721530673,
- 4108100855,
- 1158560523,
- 4215626327,
- 4086707267,
- 239381149,
- 4105735368,
- 1927091653,
- 192987965,
- 2662456065,
- 3161952659,
- 3814724116,
- 1538481867,
- 6275129,
- 2666158292,
- 52303665,
- 3064532886,
- 2887207556,
- 3853394648,
- 518755327,
- 1643163885,
- 882952186,
- 2614573476,
- 3823537516,
- 2867017412,
- 1374159785,
- 3975971167,
- 1231003132,
- 423235819,
- 2836549127,
- 2037589140,
- 600989228,
- 2723944530,
- 996747902,
- 2686676354,
- 3314504667,
- 3381757186,
- 1613617052,
- 539196595,
- 3246335736,
- 592746814,
- 2067366515,
- 1033116353,
- 2873721425,
- 2123513883,
- 3897157020,
- 4198928116,
- 3497306144,
- 1869438875,
- 3921661566,
- 1971604268,
- 452087330,
- 652709085,
- 530077752,
- 1788224811,
- 1599395528,
- 3396125369,
- 1044589359,
- 1172057857,
- 910407299,
- 2777323186,
- 2371455886,
- 2555785932,
- 2693487469,
- 1986233264,
- 3587400517,
- 2796334831,
- 1253728048,
- 1779876709,
- 3229508354,
+ 2542299289,
+ 390661455,
+ 1747944626,
+ 2071260196,
+ 4265511873,
+ 4145259269,
+ 1042837347,
+ 3904594211,
+ 3354780516,
+ 3474181519,
+ 3396065178,
+ 3276749209,
+ 866161328,
+ 2759495002,
+ 2208191859,
+ 1624281328,
+ 1962123208,
+ 3099634237,
+ 1467685684,
+ 3784772815,
+ 656890789,
+ 2367890627,
+ 791214153,
+ 1808440824,
+ 1506375395,
+ 3517599979,
+ 1244672442,
+ 3010675983,
+ 1383339829,
+ 996488188,
+ 776293701,
+ 4122977319,
+ 3311234769,
+ 2639382642,
+ 3938865093,
+ 2641954156,
+ 3278612116,
+ 2038432489,
+ 2031008450,
+ 2612737911,
+ 1392456194,
+ 3105631915,
+ 2954642987,
+ 1962313025,
+ 3465759387,
+ 3405320217,
+ 171629124,
+ 3325605649,
+ 1391239325,
+ 2254054182,
+ 2556522173,
+ 3568636970,
+ 1623466018,
+ 4096483970,
+ 4173884364,
+ 3997348234,
+ 538392571,
+ 1635557684,
+ 1193852388,
+ 3981478344,
+ 2867502975,
+ 2039501444,
+ 2438935886,
+ 2443448091,
+ 139458359,
+ 3766716202,
+ 616884353,
+ 3413980379,
+ 2979942606,
+ 3007101838,
+ 1557122824,
+ 3700307120,
+ 373874559,
+ 2351930522,
+ 2616179042,
+ 2754313346,
+ 2496321093,
+ 785714516,
+ 3997602222,
+ 1623852208,
+ 273660114,
+ 3994322644,
+ 433012430,
+ 602514198,
+ 3924571815,
+ 709063477,
+ 3825461016,
];
static const List _envieddatapayPalClientIdLive = [
- 3552726364,
- 2580431173,
- 2141467652,
- 1977667847,
- 1697503619,
- 1397757985,
- 3646243811,
- 3886040956,
- 4282098460,
- 1516286622,
- 3899403401,
- 959529362,
- 3036846873,
- 2315037037,
- 3713426546,
- 2890887768,
- 2531903206,
- 721530717,
- 4108100763,
- 1158560573,
- 4215626277,
- 4086707312,
- 239381246,
- 4105735307,
- 1927091696,
- 192987915,
- 2662456153,
- 3161952767,
- 3814724133,
- 1538481848,
- 6275183,
- 2666158232,
- 52303712,
- 3064532989,
- 2887207658,
- 3853394669,
- 518755227,
- 1643163808,
- 882952088,
- 2614573533,
- 3823537417,
- 2867017382,
- 1374159809,
- 3975971109,
- 1231003062,
- 423235762,
- 2836549170,
- 2037589165,
- 600989289,
- 2723944451,
- 996747853,
- 2686676458,
- 3314504609,
- 3381757237,
- 1613617093,
- 539196619,
- 3246335641,
- 592746875,
- 2067366402,
- 1033116292,
- 2873721365,
- 2123513922,
- 3897157068,
- 4198928032,
- 3497306229,
- 1869438941,
- 3921661469,
- 1971604349,
- 452087413,
- 652709036,
- 530077774,
- 1788224846,
- 1599395480,
- 3396125400,
- 1044589438,
- 1172057908,
- 910407382,
- 2777323256,
- 2371455940,
- 2555785882,
- 2693487423,
- 1986233320,
- 3587400503,
- 2796334775,
- 1253728092,
- 1779876647,
- 3229508462,
+ 2542299336,
+ 390661397,
+ 1747944692,
+ 2071260239,
+ 4265511851,
+ 4145259332,
+ 1042837260,
+ 3904594297,
+ 3354780418,
+ 3474181576,
+ 3396065262,
+ 3276749303,
+ 866161367,
+ 2759494932,
+ 2208191744,
+ 1624281237,
+ 1962123194,
+ 3099634257,
+ 1467685720,
+ 3784772857,
+ 656890839,
+ 2367890672,
+ 791214122,
+ 1808440763,
+ 1506375382,
+ 3517599965,
+ 1244672482,
+ 3010676067,
+ 1383339780,
+ 996488079,
+ 776293651,
+ 4122977387,
+ 3311234688,
+ 2639382553,
+ 3938865067,
+ 2641954137,
+ 3278612208,
+ 2038432420,
+ 2031008416,
+ 2612737806,
+ 1392456295,
+ 3105631945,
+ 2954643011,
+ 1962313019,
+ 3465759441,
+ 3405320256,
+ 171629169,
+ 3325605672,
+ 1391239384,
+ 2254054263,
+ 2556522126,
+ 3568636994,
+ 1623466072,
+ 4096484021,
+ 4173884309,
+ 3997348338,
+ 538392474,
+ 1635557745,
+ 1193852309,
+ 3981478285,
+ 2867502907,
+ 2039501533,
+ 2438935838,
+ 2443448143,
+ 139458402,
+ 3766716268,
+ 616884450,
+ 3413980298,
+ 2979942553,
+ 3007101951,
+ 1557122942,
+ 3700307157,
+ 373874479,
+ 2351930619,
+ 2616178995,
+ 2754313399,
+ 2496321040,
+ 785714462,
+ 3997602276,
+ 1623852262,
+ 273660032,
+ 3994322572,
+ 433012412,
+ 602514254,
+ 3924571851,
+ 709063543,
+ 3825461108,
];
static final String payPalClientIdLive = String.fromCharCodes(
@@ -11563,185 +11563,185 @@ final class _Env {
_envieddatapayPalClientIdLive[i] ^ _enviedkeypayPalClientIdLive[i]));
static const List _enviedkeypayPalSecretLive =