From e0feff03c728e04e4dc736cab66be3e364636d17 Mon Sep 17 00:00:00 2001 From: Dannezan <123192307+Dannezzzan@users.noreply.github.com> Date: Sat, 27 Jan 2024 17:20:11 +0100 Subject: [PATCH] Create sv.lua Swedish esx_billing translation --- locales/sv.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 locales/sv.lua diff --git a/locales/sv.lua b/locales/sv.lua new file mode 100644 index 0000000..bed3848 --- /dev/null +++ b/locales/sv.lua @@ -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', + }