-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
01e1dd2
commit 84c6a0c
Showing
34 changed files
with
471 additions
and
561 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"error": { | ||
"already_mission": "أنت تقوم بالفعل بمهمة نقل السكان الاصلين", | ||
"not_in_taxi": "أنت لست في سيارة أجرة", | ||
"missing_meter": "هذه السيارة لا تحتوي على عداد سيارات الأجرة", | ||
"no_vehicle": "أنت لست في سيارة", | ||
"not_active_meter": "عداد سيارة الأجرة غير نشط", | ||
"no_meter_sight": "لا يوجد عداد سيارات الأجرة في الأفق" | ||
}, | ||
"success": {}, | ||
"info": { | ||
"person_was_dropped_off": "تم إنزال الشخص", | ||
"npc_on_gps": "تم الاشاة لك في الخريطة عن المكان", | ||
"go_to_location": "إحضار إلى الموقع المحدد", | ||
"vehicle_parking": "[~g~E~w~] - ﺕﺍﺭﺍﻳﺳﻟﺍ ﺝﺍﺭﻏ", | ||
"job_vehicles": "[~g~E~w~] - ﻞﻤﻌﻟﺍ ﺝﺍﺭﻏ", | ||
"drop_off_npc": "[~g~E~w~] - ﺎﻨﻠﺻﻭ", | ||
"call_npc": "[~g~E~w~] - ﺐﻛﺭﺍ", | ||
"blip_name": "ﻲﺴﻛﺎﺘﻟﺍ ﺰﻛﺮﻣ", | ||
"taxi_label_1": "تاكسي" | ||
}, | ||
"menu": { | ||
"taxi_menu_header": "سيارات التاكسي", | ||
"close_menu": "⬅ إغلاق" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"error": { | ||
"already_mission": "Již provádíš NPC misi", | ||
"not_in_taxi": "Nejsi v taxíku", | ||
"missing_meter": "Toto vozidlo nemá taxametr", | ||
"no_vehicle": "Nejsi v vozidle", | ||
"not_active_meter": "Taxametr není aktivní", | ||
"no_meter_sight": "Žádný taxametr není v dohledu" | ||
}, | ||
"success": {}, | ||
"info": { | ||
"person_was_dropped_off": "Osoba byla vysazena!", | ||
"npc_on_gps": "NPC je označeno na tvém GPS", | ||
"go_to_location": "Doveď NPC na určené místo", | ||
"vehicle_parking": "[E] Parkování vozidla", | ||
"job_vehicles": "[E] Pracovní vozidla", | ||
"drop_off_npc": "[E] Vysadit NPC", | ||
"call_npc": "[E] Zavolat NPC", | ||
"blip_name": "Downtown Cab", | ||
"taxi_label_1": "Standardní taxi", | ||
"no_spawn_point": "Nepodařilo se najít místo pro zaparkování taxíku", | ||
"taxi_returned": "Taxík zaparkován", | ||
"request_taxi": "🚕 Objednat taxík", | ||
"take_vehicle": "Vezmi naše " | ||
}, | ||
"menu": { | ||
"taxi_menu_header": "Taxi vozidla", | ||
"close_menu": "⬅ Zavřít menu", | ||
"boss_menu": "Menu šéfa" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"error": { | ||
"already_mission": "Du laver allerede en NPC Mission", | ||
"not_in_taxi": "Du er ikke i en taxa", | ||
"missing_meter": "Dette køretøj har intet taxameter", | ||
"no_vehicle": "Du er ikke i et køretøj", | ||
"not_active_meter": "Taxameteret er ikke aktivt", | ||
"no_meter_sight": "Intet taxameter at se" | ||
}, | ||
"success": {}, | ||
"info": { | ||
"person_was_dropped_off": "Personen blev sat af!", | ||
"npc_on_gps": "En NPC er markeret på din GPS", | ||
"go_to_location": "Kør en NPC til lokationen", | ||
"vehicle_parking": "[E] Køretøjs parkering", | ||
"job_vehicles": "[E] Job køretøjer", | ||
"drop_off_npc": "[E] Sæt NPC af", | ||
"call_npc": "[E] Kald en NPC", | ||
"blip_name": "Midtby taxa", | ||
"taxi_label_1": "Standart taxa" | ||
}, | ||
"menu": { | ||
"taxi_menu_header": "Taxa køretøjer", | ||
"close_menu": "⬅ Luk menuen" | ||
} | ||
} |
Oops, something went wrong.