mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Minor locale improvements
This commit is contained in:
+5
-4
@@ -8,9 +8,10 @@ Locales['fi'] = {
|
||||
['employee_management'] = 'työntekijöiden hallinta',
|
||||
['fire'] = 'anna potkut',
|
||||
['grade'] = 'taso',
|
||||
['have_deposited'] = 'sinä talletit ~r~€',
|
||||
['have_withdrawn'] = 'sinä nostit ~g~€',
|
||||
['have_deposited'] = 'sinä talletit ~r~€%s~s~',
|
||||
['have_withdrawn'] = 'sinä nostit ~g~€%s~s~',
|
||||
['invalid_amount'] = 'virheellinen summa',
|
||||
['invalid_amount_max'] = 'that salary is not allowed',
|
||||
['no'] = 'ei',
|
||||
['promote'] = 'ylennä',
|
||||
['promote_employee'] = 'ylennä henkilö %s',
|
||||
@@ -23,8 +24,8 @@ Locales['fi'] = {
|
||||
['withdraw_amount'] = 'nostettava määrä',
|
||||
['withdraw_society_money'] = 'nosta yrityksen rahoja',
|
||||
['yes'] = 'kyllä',
|
||||
['you_have'] = 'sinulla on ~g~€',
|
||||
['you_have_laundered'] = 'olet ~r~pessyt~s~ rahojasi: ~g~€',
|
||||
['you_have'] = 'you have ~g~$%s~s~ waiting in ~y~money laundering~s~ (24h).',
|
||||
['you_have_laundered'] = 'olet ~r~pessyt~s~ rahojasi: ~g~€%s~s~',
|
||||
['you_have_hired'] = 'sinä palkkasit henkilön %s',
|
||||
['you_have_been_hired'] = 'sinut on palkattu pelaajan %s toimesta',
|
||||
['you_have_fired'] = 'sinä annoit potkut pelaajalle %s',
|
||||
|
||||
Reference in New Issue
Block a user