Locale cleanup

This commit is contained in:
ElPumpo
2018-10-31 15:25:08 +01:00
parent a38b560a16
commit d65947e61b
10 changed files with 28 additions and 60 deletions
+2 -6
View File
@@ -1,15 +1,10 @@
Locales['en'] = {
Locales['de'] = {
['properties'] = 'Immobilien',
['property'] = 'Immobilie',
['clients'] = 'Kunden',
['remove_comp_money'] = 'Firmengeld abheben',
['dep_money'] = 'Geld einzahlen',
['wash_money'] = 'Geld waschen',
['realtor'] = 'Makler',
['amount_withdraw'] = 'Betrag zun abheben',
['invalid_amount'] = 'ungültiger Betrag',
['amount_deposit'] = 'Betrag zum einzahlen',
['amount_launder'] = 'Betrag zum waschen',
['press_to_access'] = 'Drücke ~INPUT_CONTEXT~ um das Menü zu öffnen',
['property_actions'] = '{{Zuweisen [Verkaufen]|sell}} {{Zuweisen [Vermieten]|rent}} {{GPS|gps}}',
['amount'] = 'Betrag',
@@ -18,4 +13,5 @@ Locales['en'] = {
['rent'] = 'Mieten',
['sell'] = 'Verkaufen',
['realtors'] = 'Makler',
['boss_action'] = 'boss Actions',
}