mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 20:01:34 +00:00
13 lines
617 B
Lua
13 lines
617 B
Lua
Locales['de'] = {
|
|
['invoices'] = 'rechnungen',
|
|
['invoices_item'] = '$%s',
|
|
['received_invoice'] = 'you hast eine Rechnung ~r~erhlaten~s~',
|
|
['paid_invoice'] = 'du ~g~bezahlst~s~ eine Rechnung von ~r~$%s~s~',
|
|
['no_invoices'] = 'you do not have any bills to pay at this moment',
|
|
['received_payment'] = 'du ~g~erhältst~s~ eine Zahlung von ~r~$%s~s~',
|
|
['player_not_online'] = 'der Spieler ist nicht online',
|
|
['no_money'] = 'you do not have enough money to pay this bill',
|
|
['target_no_money'] = 'the player ~r~does not~s~ have enough money to pay the bill!',
|
|
['keymap_showbills'] = 'open bills menu',
|
|
}
|