-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from Dannezzzan/patch-1
Create sv.lua
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
} |