Files
esx_core/locales/de.lua
T
Romain Lanz c418c94619 chore(coding-style): update
- Adding the .editorconfig file
- Ensure there's a trailing comma
- Ensure there's a space before parameter when declaring a function
- Ensure there's no empty line before block declaration
- Ensure 2 spaces is used to indentate
2017-09-14 10:58:18 +02:00

23 lines
1.2 KiB
Lua

Locales['de'] = {
['actions'] = 'Aktionen',
['amount'] = 'Betrag',
['balance'] = 'Kontostand',
['bank'] = 'Bank',
['bill_amount'] = 'Rechnungsbetrag',
['billing'] = 'Rechnung',
['customer'] = 'Kunde',
['customers'] = 'Client',
['deposit'] = 'einzahlen',
['deposit_amount'] = 'Einzahlungsbetrag',
['deposit_society_money'] = 'Geld in Firma einzahlen',
['invalid_amount'] = 'ungültiger Betrag',
['no_player_nearby'] = 'kein Spieler in der Nähe',
['press_input_context_to_open_menu'] = 'Drücke ~INPUT_CONTEXT~ um das Menü zu öffnen',
['property'] = 'Immobilie',
['wash_money'] = 'Geld waschen',
['withdraw'] = 'Abheben',
['withdraw_amount'] = 'Abhebebetrag',
['withdraw_society_money'] = 'Firmengeld abheben',
['bank_customer'] = 'Bankkunde',
}