forked from Simnation/Main
fixes
This commit is contained in:
parent
ec5f1e0ce4
commit
f94ef0df65
2 changed files with 80 additions and 80 deletions
|
@ -8,7 +8,7 @@ Config.core = exports['qb-core']:GetCoreObject() -- Your core export (for qb is
|
|||
Config.target = 'qb-target' -- ox_target, qb-target, interact, ...
|
||||
Config.banking = 'Renewed-Banking' -- qb-banking, Renewed-Banking, (can change at server/functions.lua) ...
|
||||
Config.keys = false -- qb-vehiclekeys, qbx_vehiclekeys, mk_vehiclekeys, qs-vehiclekeys
|
||||
Config.locale = 'de'
|
||||
Config.locale = 'en'
|
||||
|
||||
Config.useTabletAnimation = true
|
||||
|
||||
|
|
|
@ -1,94 +1,94 @@
|
|||
{
|
||||
"target_dashboard": "Dashboard",
|
||||
"target_dashboard": "Übersicht",
|
||||
"target_dashboard_icon": "fas fa-laptop",
|
||||
"target_management": "Boss menu",
|
||||
"target_management": "Chef-Menü",
|
||||
"target_management_icon": "fas fa-user-tie",
|
||||
"target_catalogue": "Catalogue",
|
||||
"target_catalogue": "Katalog",
|
||||
"target_catalogue_icon": "fas fa-laptop",
|
||||
"target_vehicle_info": "%s %s - %s$",
|
||||
"target_vehicle_info_icon": "fas fa-info",
|
||||
"target_test_drive": "Test Drive",
|
||||
"target_test_drive": "Probefahrt",
|
||||
"target_test_drive_icon": "fas fa-car",
|
||||
"target_buy_vehicle": "Buy vehicle",
|
||||
"target_buy_vehicle": "Fahrzeug kaufen",
|
||||
"target_buy_vehicle_icon": "fas fa-dollar-sign",
|
||||
|
||||
"timer_testdrive_time": "Remaining time",
|
||||
"timer_testdrive_time": "Verbleibende Zeit",
|
||||
|
||||
"textui_pess_cancel_test_drive": "Cancel test drive",
|
||||
"textui_press_deliver_vehicle": "Finish importation",
|
||||
"textui_pess_cancel_test_drive": "Probefahrt abbrechen",
|
||||
"textui_press_deliver_vehicle": "Import abschließen",
|
||||
|
||||
"notify_cant_spawn_trailer": "All the pickup locations are occupied!!",
|
||||
"notify_cant_spawn_truck": "Truck truck spawn location is occupied!!",
|
||||
"notify_no_money": "The company does not have enoght money!!",
|
||||
"notify_pick_delivery": "Get into the truck outside and go to the GPS location and pick the vehicle trailer!",
|
||||
"notify_finish_delivery": "Now go to the GPS location and finish the importatio!",
|
||||
"notify_stock_added": "Stock added!",
|
||||
"notify_vehicle_bought": "Vehicle bought!",
|
||||
"notify_no_money_player": "You don't have that money!",
|
||||
"noitfy_no_id": "No ID provided!",
|
||||
"notify_missing_fields": "You need to fill all the needed fields!",
|
||||
"notify_no_nearby": "No players neaby you!",
|
||||
"notify_vehicle_no_stock": "This vehicle does not have stock!",
|
||||
"notify_stock_removed": "Stock removed!",
|
||||
"notify_vehicle_sold": "Vehicle sold! You earned %s$",
|
||||
"notify_cant_spawn_trailer": "Alle Abholplätze sind belegt!!",
|
||||
"notify_cant_spawn_truck": "Der LKW-Abstellplatz ist belegt!!",
|
||||
"notify_no_money": "Das Unternehmen hat nicht genug Geld!!",
|
||||
"notify_pick_delivery": "Steig in den LKW draußen ein, folge dem GPS und hole den Fahrzeuganhänger ab!",
|
||||
"notify_finish_delivery": "Fahre nun zum GPS-Ziel und schließe den Import ab!",
|
||||
"notify_stock_added": "Bestand hinzugefügt!",
|
||||
"notify_vehicle_bought": "Fahrzeug gekauft!",
|
||||
"notify_no_money_player": "Du hast nicht genug Geld!",
|
||||
"noitfy_no_id": "Keine ID angegeben!",
|
||||
"notify_missing_fields": "Bitte fülle alle erforderlichen Felder aus!",
|
||||
"notify_no_nearby": "Keine Spieler in der Nähe!",
|
||||
"notify_vehicle_no_stock": "Dieses Fahrzeug ist nicht auf Lager!",
|
||||
"notify_stock_removed": "Bestand entfernt!",
|
||||
"notify_vehicle_sold": "Fahrzeug verkauft! Du hast %s$ verdient",
|
||||
|
||||
"blip_vehicle": "Pickup vehicle",
|
||||
"blip_vehicle_finish": "Delivery vehicle",
|
||||
"blip_vehicle": "Fahrzeug abholen",
|
||||
"blip_vehicle_finish": "Fahrzeug liefern",
|
||||
|
||||
"logs_vehicle_imported_title": "Vehicle Imported",
|
||||
"logs_vehicle_imported_message": "Player **%s (%s)** imported the vehicle **%s** for **%s** having a new stock of **%s** at the **%s** dealership company",
|
||||
"logs_vehicle_bought_title": "Vehicle Bought",
|
||||
"logs_vehicle_bought_message": "Player **%s (%s)** bought the vehicle **%s** for **%s$** at **%s** dealership",
|
||||
"logs_add_stock_command_title": "Add stock command",
|
||||
"logs_add_stock_command_message": "Player **%s (%s)** added stock for the vehicle **%s** having a new stock of **%s** at the **%s** dealership company",
|
||||
"logs_vehicle_imported_title": "Fahrzeug importiert",
|
||||
"logs_vehicle_imported_message": "Spieler **%s (%s)** hat das Fahrzeug **%s** für **%s** importiert. Neuer Bestand: **%s** bei der Firma **%s**",
|
||||
"logs_vehicle_bought_title": "Fahrzeug gekauft",
|
||||
"logs_vehicle_bought_message": "Spieler **%s (%s)** hat das Fahrzeug **%s** für **%s$** bei **%s** gekauft",
|
||||
"logs_add_stock_command_title": "Bestand hinzufügen Befehl",
|
||||
"logs_add_stock_command_message": "Spieler **%s (%s)** hat Bestand des Fahrzeugs **%s** auf **%s** bei **%s** erhöht",
|
||||
|
||||
"ui_all": "All",
|
||||
"ui_stocked": "Stocked",
|
||||
"ui_search": "Search",
|
||||
"ui_vehicle_info_title": "Vehicle Information",
|
||||
"ui_price": "Price",
|
||||
"ui_category": "Category",
|
||||
"ui_stock": "Stock",
|
||||
"ui_class": "Class",
|
||||
"ui_weight": "Trunk weight",
|
||||
"ui_seats": "Seats",
|
||||
"ui_confirm_buy_vehicle_title": "Confirm Purchase",
|
||||
"ui_confirm_buy_vehicle_message": "You're sure you want to buy this vehicle?",
|
||||
"ui_cancel": "Cancel",
|
||||
"ui_confirm": "Confirm",
|
||||
"ui_buy": "Buy",
|
||||
"ui_test_drive": "Test Drive",
|
||||
"ui_dealership_sells_title": "Dealership Sells",
|
||||
"ui_dealership_importations_title": "Dealership Importations",
|
||||
"ui_date": "Date",
|
||||
"ui_employee": "Employee",
|
||||
"ui_customer": "Customer",
|
||||
"ui_plate": "Plate",
|
||||
"ui_model": "Model",
|
||||
"ui_sells": "Sells",
|
||||
"ui_importations": "Importations",
|
||||
"ui_confirm_sell_title": "Confirm vehicle sell",
|
||||
"ui_player_id": "Player",
|
||||
"ui_sell": "Sell",
|
||||
"ui_cancel_stock": "Cancel stock",
|
||||
"ui_confirm_importation_title": "Confirm importation",
|
||||
"ui_confirm_importation_message": "You're sure you want to import this vehicle?",
|
||||
"ui_add_stock": "Add stock",
|
||||
"ui_date_format": "%d/%m/%Y - %X",
|
||||
"ui_change_vehicle": "Change",
|
||||
"ui_all": "Alle",
|
||||
"ui_stocked": "Auf Lager",
|
||||
"ui_search": "Suchen",
|
||||
"ui_vehicle_info_title": "Fahrzeuginformationen",
|
||||
"ui_price": "Preis",
|
||||
"ui_category": "Kategorie",
|
||||
"ui_stock": "Bestand",
|
||||
"ui_class": "Klasse",
|
||||
"ui_weight": "Kofferraumgewicht",
|
||||
"ui_seats": "Sitzplätze",
|
||||
"ui_confirm_buy_vehicle_title": "Kauf bestätigen",
|
||||
"ui_confirm_buy_vehicle_message": "Bist du sicher, dass du dieses Fahrzeug kaufen willst?",
|
||||
"ui_cancel": "Abbrechen",
|
||||
"ui_confirm": "Bestätigen",
|
||||
"ui_buy": "Kaufen",
|
||||
"ui_test_drive": "Probefahrt",
|
||||
"ui_dealership_sells_title": "Verkäufe",
|
||||
"ui_dealership_importations_title": "Importe",
|
||||
"ui_date": "Datum",
|
||||
"ui_employee": "Mitarbeiter",
|
||||
"ui_customer": "Kunde",
|
||||
"ui_plate": "Kennzeichen",
|
||||
"ui_model": "Modell",
|
||||
"ui_sells": "Verkäufe",
|
||||
"ui_importations": "Importe",
|
||||
"ui_confirm_sell_title": "Verkauf bestätigen",
|
||||
"ui_player_id": "Spieler",
|
||||
"ui_sell": "Verkaufen",
|
||||
"ui_cancel_stock": "Bestand stornieren",
|
||||
"ui_confirm_importation_title": "Import bestätigen",
|
||||
"ui_confirm_importation_message": "Bist du sicher, dass du dieses Fahrzeug importieren willst?",
|
||||
"ui_add_stock": "Bestand hinzufügen",
|
||||
"ui_date_format": "%d.%m.%Y - %X",
|
||||
"ui_change_vehicle": "Wechseln",
|
||||
|
||||
"command_add_stock_help": "Add dealership vehicle stock",
|
||||
"command_add_stock_vehicle_name": "vehicle",
|
||||
"command_add_stock_vehicle_help": "Vehicle spawn name",
|
||||
"command_add_stock_amount_name": "amount",
|
||||
"command_add_stock_amount_help": "Amount of stock to add",
|
||||
"command_add_stock_dealership_name": "dealership",
|
||||
"command_add_stock_dealership_help": "Job of the dealership to add stock",
|
||||
"command_remove_stock_help": "Remove dealership vehicle stock",
|
||||
"command_remove_stock_vehicle_name": "vehicle",
|
||||
"command_remove_stock_vehicle_help": "Vehicle spawn name",
|
||||
"command_remove_stock_amount_name": "amount",
|
||||
"command_remove_stock_amount_help": "Amount of stock to remove",
|
||||
"command_remove_stock_dealership_name": "dealership",
|
||||
"command_remove_stock_dealership_help": "Job of the dealership to remove stock"
|
||||
}
|
||||
"command_add_stock_help": "Fahrzeugbestand für das Autohaus hinzufügen",
|
||||
"command_add_stock_vehicle_name": "fahrzeug",
|
||||
"command_add_stock_vehicle_help": "Spawn-Name des Fahrzeugs",
|
||||
"command_add_stock_amount_name": "anzahl",
|
||||
"command_add_stock_amount_help": "Menge des hinzuzufügenden Bestands",
|
||||
"command_add_stock_dealership_name": "autohaus",
|
||||
"command_add_stock_dealership_help": "Job des Autohauses für Bestandserhöhung",
|
||||
"command_remove_stock_help": "Fahrzeugbestand für das Autohaus entfernen",
|
||||
"command_remove_stock_vehicle_name": "fahrzeug",
|
||||
"command_remove_stock_vehicle_help": "Spawn-Name des Fahrzeugs",
|
||||
"command_remove_stock_amount_name": "anzahl",
|
||||
"command_remove_stock_amount_help": "Menge des zu entfernenden Bestands",
|
||||
"command_remove_stock_dealership_name": "autohaus",
|
||||
"command_remove_stock_dealership_help": "Job des Autohauses für Bestandsentfernung"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue