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:
+11
-10
@@ -8,9 +8,10 @@ Locales['sv'] = {
|
||||
['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~',
|
||||
['have_deposited'] = 'du har satt in ~r~%s SEK~s~',
|
||||
['have_withdrawn'] = 'du har tagit ut ~g~%s SEK~s~',
|
||||
['invalid_amount'] = 'ogiltigt belopp',
|
||||
['invalid_amount_max'] = 'den lönen är inte tillåten',
|
||||
['no'] = 'nej',
|
||||
['promote'] = 'befodra',
|
||||
['promote_employee'] = 'befodra %s',
|
||||
@@ -23,12 +24,12 @@ Locales['sv'] = {
|
||||
['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~',
|
||||
['you_have'] = 'du har ~g~%s SEK~s~ som väntar på ~y~pengartvätt~s~ (24h).',
|
||||
['you_have_laundered'] = 'du har ~r~tvättat~s~ dina pengar: ~g~%s SEK~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~',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user