Minor locale improvements

This commit is contained in:
ElPumpo
2018-08-12 15:02:21 +02:00
parent 79a7e95bbd
commit 8dbdaec063
6 changed files with 70 additions and 70 deletions
+11 -10
View File
@@ -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~',
}