Skip to content

Commit

Permalink
Merge pull request #16 from Dannezzzan/patch-1
Browse files Browse the repository at this point in the history
Create sv.lua
  • Loading branch information
Gellipapa authored Feb 1, 2024
2 parents 4dce1a6 + e0feff0 commit cb93856
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions locales/sv.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Locales['sv'] = {
['invoices'] = 'Fakturor',
['invoices_item'] = 'SEK: %s',
['received_invoice'] = 'Du har previs ~r~mottagit en faktura',
['paid_invoice'] = 'Du betalade en faktura på ~r~SEK: %s',
['no_invoices'] = 'Du har inga fakturor att betala för tillfället.',
['received_payment'] = 'Du mottog en betalning på ~r~SEK: %s',
['player_not_online'] = 'Spelaren är inte online',
['no_money'] = 'Du har inte tillräckligt med pengar för att betala fakturan',
['target_no_money'] = 'Spelaren ~r~har inte tillräckligt att betala fakturan!',
['keymap_showbills'] = 'Öppna faktura menyn',
}

0 comments on commit cb93856

Please sign in to comment.