Skip to content

Commit

Permalink
Merge pull request #21 from Dannezzzan/patch-1
Browse files Browse the repository at this point in the history
Create sv.lua
  • Loading branch information
Arctos2win authored Oct 10, 2023
2 parents 81933ec + d8f6027 commit 7b3649d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions locales/sv.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Locales ['sv'] = {
['valid_purchase'] = 'Vill du köpa detta?',
['yes'] = 'Ja (<span style="color: green;">%skr</span>)',
['no'] = 'Nej',
['helmet'] = 'Hjälm / Hatt',
['glasses'] = 'Glasögon',
['mask'] = 'Mask',
['ears'] = 'Öron accessoarer',
['shop'] = '%s affär',
['set_unset'] = 'Ta på / Ta av',
['not_enough_money'] = 'Du har inte tillräckligt med pengar',
['press_access'] = 'Tryck [E] för att öppna menyn',
['accessories_blip'] = 'Accessoarer',
['no_ears'] = 'Du har inga öron accessoarer',
['no_glasses'] = 'Du har inga glasögon',
['no_helmet'] = 'Du har ingen hjälm',
['no_mask'] = 'Du har ingen mask',
['you_paid'] = 'Du betalade %skr',
['keymap'] = 'Öppna accessoar meny',
}

0 comments on commit 7b3649d

Please sign in to comment.