63 lines
3.2 KiB
Lua
63 lines
3.2 KiB
Lua
Locales['de'] = {
|
|
['actions'] = 'Aktionen',
|
|
['boss_menu'] = 'Bossmenü',
|
|
['money_generic'] = '%s€',
|
|
['deposit_amount'] = 'Anzahl einzahlen',
|
|
['deposit_society_money'] = 'Geld einzahlen',
|
|
['do_you_want_to_recruit'] = 'Möchtest du %s einstellen?',
|
|
['employee'] = 'Mitarbeiter',
|
|
['employee_list'] = 'Mitarbeiter liste',
|
|
['employee_management'] = 'Mitarbeiter Management',
|
|
['fire'] = 'Feuern',
|
|
['grade'] = 'Grad',
|
|
['have_deposited'] = 'Du zahlst ein ~r~%s€~s~',
|
|
['have_withdrawn'] = 'Du zahlst aus ~g~%s€~s~',
|
|
['check_balance'] = 'Geld ist ~g~%s€',
|
|
['invalid_amount'] = 'invalid amount',
|
|
['invalid_amount_max'] = 'Dieses gehalt ist nicht erlaubt!',
|
|
['invalid_amount'] = 'Ungültige Anzahl',
|
|
['invalid_value_nochanges']= 'Ungültige Anzahl! Keine Änderungen gespeichert!',
|
|
['no'] = 'Nein',
|
|
['promote'] = 'Befördern',
|
|
['promote_employee'] = '%s befördern',
|
|
['recruit'] = 'Einstellen',
|
|
['recruiting'] = 'Eingestellt',
|
|
['salary_amount'] = 'Gehaltsanzahl',
|
|
['salary_management'] = 'Gehaltsmanagement',
|
|
['grade_management'] = 'Grad Name Management',
|
|
['grade_label'] = 'Grad Name',
|
|
['check_society_balance'] = 'Überprüfe Firmengeld',
|
|
['wash_money'] = 'Geld Waschen',
|
|
['wash_money_amount'] = 'Anzahl zum Waschen',
|
|
['withdraw_amount'] = 'Anzahl einzahlen',
|
|
['withdraw_society_money'] = 'Geld auszahlen',
|
|
['yes'] = 'Ja',
|
|
['you_have'] = 'Du hast ~g~%s€~s~ wartent in deiner ~y~Geld Waschmaschine~s~ (24h).',
|
|
['you_have_laundered'] = 'Du hast dein Geld ~r~gewaschen~s~ Anzahl: ~g~%s€~s~',
|
|
['you_have_hired'] = 'Du wurdest eingestellt %s',
|
|
['you_have_been_hired'] = 'Du wurdest eingestellt von %s',
|
|
['you_have_fired'] = 'Du wurdest gefeuert %s',
|
|
['you_have_been_fired'] = 'Du wurdest gefeuert von %s',
|
|
['you_have_promoted'] = 'Du wurdest befördert %s zu als %s',
|
|
['you_have_been_promoted'] = 'Du wurdest ~b~befördert~s~!',
|
|
-- new not translated ↓
|
|
['withdraw_description'] = 'Withdraw money from the society account',
|
|
['deposit_description'] = 'Deposit some money into the society account',
|
|
['wash_money_description'] = 'Deposit some money into the money wash',
|
|
['amount_title'] = 'Amount',
|
|
['withdraw_amount_placeholder'] = 'Amount to withdraw..',
|
|
['deposit_amount_placeholder'] = 'Amount to deposit..',
|
|
['money_wash_amount_placeholder'] = 'Amount to wash..',
|
|
['confirm'] = 'Confirm',
|
|
['return'] = 'Return',
|
|
['change_salary_description'] = 'Change a grade salary amount',
|
|
['change_salary_placeholder'] = 'Amount to change grade salary..',
|
|
['change_label_title'] = 'Label',
|
|
['change_label_placeholder'] = 'Label to change job grade label..',
|
|
['change_label_description'] = 'Change a grade label',
|
|
['money_remove_reason'] = 'Society Deposit',
|
|
['money_add_reason'] = 'Society Withdraw',
|
|
['name_not_found'] = 'Name not found.',
|
|
['employees_title'] = 'Employees',
|
|
}
|