mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 23:01:36 +00:00
dda412968d
Co-Authored-By: William Plunkett Jr <humantree92@users.noreply.github.com>
53 lines
2.5 KiB
Lua
53 lines
2.5 KiB
Lua
Locales['de'] = {
|
|
-- cloakroom
|
|
['cloakroom_menu'] = 'cloakroom',
|
|
['cloakroom_prompt'] = 'press ~INPUT_CONTEXT~ to open the ~y~cloakroom~s~.',
|
|
['wear_citizen'] = 'citizen wear',
|
|
['wear_work'] = 'taxi wear',
|
|
|
|
-- garage
|
|
['spawner_prompt'] = 'press ~INPUT_CONTEXT~ to open the ~y~garage~s~.',
|
|
['store_veh'] = 'Drücke ~INPUT_CONTEXT~ um das Fahrzeug zu parken',
|
|
['spawn_veh'] = 'Fahrzeug spawnen',
|
|
['spawnpoint_blocked'] = 'there is a vehicle blocking the spawnpoint!',
|
|
['only_taxi'] = 'Du kannst nur Taxis parken.',
|
|
|
|
['taking_service'] = 'Service annehmen: Taxi/Uber',
|
|
['full_service'] = 'Voller Service: ',
|
|
['amount_invalid'] = 'Betrag ungültig',
|
|
['press_to_open'] = 'Drücke ~INPUT_CONTEXT~ um das Menü zu öffnen',
|
|
['billing'] = 'Rechnung',
|
|
['billing_sent'] = 'the bill has been registered!',
|
|
['invoice_amount'] = 'Rechnugsbetrag',
|
|
['no_players_near'] = 'Kein Spieler in der Nähe',
|
|
['start_job'] = 'start / stop driving NPC jobs',
|
|
['drive_search_pass'] = 'Auf der Suche nach ~y~Passagieren',
|
|
['customer_found'] = 'du hast einen Passagier ~g~gefunden~s~ , Fahre in zum Ziel',
|
|
['client_unconcious'] = 'dein Passagier ist ~r~bewusstlos~s~. Suche nach einem anderen.',
|
|
['arrive_dest'] = 'du bist an deinem Ziel ~g~angekommen~s~',
|
|
['take_me_to_near'] = '~s~Bring mich nach~y~ %s~s~, in der Nähe von~y~ %s',
|
|
['take_me_to'] = '~s~Bring mich nach~y~ %s',
|
|
['close_to_client'] = 'du bist nahe an dem Passagier, du musst noch näher ran',
|
|
['return_to_veh'] = 'bitte kehre zu deinem Fahezeug zurück umd die Mission fortzuführen',
|
|
['must_in_taxi'] = 'Du musst in einem Taxis sein umd die Mission starten zu können',
|
|
['must_in_vehicle'] = 'Du musst in einem Fahrzeug sein um die Mission starten zu können',
|
|
['not_in_taxi'] = 'You left the taxi while on mission!',
|
|
['have_earned'] = 'verdient ~g~$%s~s~',
|
|
['comp_earned'] = '- Die Firma verdient ~g~$\n- Verdient ~g~$%s~s~',
|
|
['deposit_stock'] = 'deposit Stock',
|
|
['take_stock'] = 'take Stock',
|
|
['boss_actions'] = 'boss Actions',
|
|
['mission_complete'] = 'mission Completed',
|
|
['quantity'] = 'quantity',
|
|
['quantity_invalid'] = 'that is an invalid quantity!',
|
|
['inventory'] = 'inventory',
|
|
['taxi_client'] = 'taxi Client',
|
|
['have_withdrawn'] = 'you have withdrawn ~y~x%s~s~ ~b~%s~s~',
|
|
['have_deposited'] = 'you have deposited ~y~x%s~s~ ~b~%s~s~',
|
|
['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!',
|
|
['blip_taxi'] = 'taxi',
|
|
['phone_taxi'] = 'taxi',
|
|
['taxi'] = 'taxi',
|
|
['taxi_stock'] = 'taxi Stock'
|
|
}
|