mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
2a60ff3f1f
- Fixed sending a message to offline players when they get promoted, fired or whatever.
- Improved translation
- fixed hardcoded message
- improved translation with the usage of formatting
36 lines
1.8 KiB
Lua
36 lines
1.8 KiB
Lua
Locales['sv'] = {
|
|
['actions'] = 'handlingar ',
|
|
['deposit_amount'] = 'insättningsbelopp',
|
|
['deposit_society_money'] = 'insätt samhälls pengar',
|
|
['do_you_want_to_recruit'] = 'Vill du anlita %s?',
|
|
['employee'] = 'anställd',
|
|
['employee_list'] = 'anställningslista',
|
|
['employee_management'] = 'medarbetarhantering',
|
|
['fire'] = 'sparka',
|
|
['grade'] = 'grade',
|
|
['have_deposited'] = 'du har satt in ~r~$%s~s~',
|
|
['have_withdrawn'] = 'du har tagit ut ~g~$%s~s~',
|
|
['invalid_amount'] = 'Ogiltigt belopp',
|
|
['invalid_amount'] = 'Ogiltigt belopp',
|
|
['no'] = 'nej',
|
|
['promote'] = 'befodra',
|
|
['promote_employee'] = 'befodra %s',
|
|
['recruit'] = 'rekrytera',
|
|
['recruiting'] = 'rekrytering',
|
|
['salary_amount'] = 'lön belopp',
|
|
['salary_management'] = 'lönhantering',
|
|
['wash_money'] = 'tvätta pengar',
|
|
['wash_money_amount'] = 'belopp att tvätta',
|
|
['withdraw_amount'] = 'Ta ut summan',
|
|
['withdraw_society_money'] = 'ta ut samhällspengar',
|
|
['yes'] = 'ja',
|
|
['you_have'] = 'du har ~g~%s$~s~ som väntar på ~y~pengartvätt~s~ (24h).',
|
|
['you_have_laundered'] = 'du har ~r~tvättat~s~ dina pengar: ~g~$%s~s~',
|
|
['you_have_hired'] = 'du har anställt ~y~%s~s~',
|
|
['you_have_been_hired'] = 'du har blivit anställd utav %s',
|
|
['you_have_fired'] = 'du har ~r~sparkat~s~ ~y~%s~s~',
|
|
['you_have_been_fired'] = 'du har blivit ~r~sparkad~s~ utav ~y~%s~s~',
|
|
['you_have_promoted'] = 'du har befodrat ~y~%s~s~ till ~b~%s~s~',
|
|
['you_have_been_promoted'] = 'du har blivit ~b~befodrad~s~',
|
|
}
|