new crowdin translations

This commit is contained in:
Crowdin Bot
2021-06-27 15:31:40 +00:00
parent 145db786f8
commit d1e2137917
117 changed files with 636 additions and 283 deletions

View File

@@ -29,8 +29,8 @@ return [
],
'failed' => 'Dessa uppgifter stämmer inte överens med vårt register.',
'disabled' => 'Detta konto är inaktiverat. Kontakta systemadministratören.',
'throttle' => 'För många inloggningsförsök. Var vänlig försök igen om :seconds sekunder.',
'disabled' => 'Detta konto är inaktiverat. Kontakta systemadministratören.',
'notification' => [
'message_1' => 'Du får detta mail eftersom vi fått en begäran om återställning av lösenord för ditt konto.',

View File

@@ -3,7 +3,7 @@
return [
'edit_columns' => 'Redigera kolumner',
'empty_items' =>'Du har inte lagt till några objekt.',
'empty_items' => 'Du har inte lagt till några objekt.',
'statuses' => [
'draft' => 'Utkast',

View File

@@ -4,12 +4,24 @@ return [
'change_language' => 'Ändra språk',
'last_login' => 'Senaste inloggningen :time',
'notifications' => [
'counter' => '{0} Du har inga notifikationer|{1} Du har :count notifikationer|[2,*] Du har :count notifikationer',
'new_apps' => '{1} :count ny app är publicerad<unk> [2,*] :count nya appar publicerade',
'overdue_invoices' => '{1} :count förfallna fakturor|[2,*] :count förfallna fakturor',
'upcoming_bills' => '{1} :count kommande räkning|[2,*] :count kommande räkningar',
'view_all' => 'Visa alla'
'view_all' => 'Visa alla',
'exports' => [
'completed' => '{1} :count färdig export<unk> [2,*] :count färdiga exporter',
'failed' => '{1} :count misslyckad export<unk> [2,*] :count misslyckade exporter',
],
'imports' => [
'completed' => '{1} :count färdig import<unk> [2,*] :count färdiga importer',
'failed' => '{1} :count misslyckad import<unk> [2,*] :count misslyckade importer',
],
],
'docs_link' => 'https://akaunting.com/docs',
'support_link' => 'https://akaunting.com/support',

View File

@@ -4,6 +4,7 @@ return [
'import' => 'Importera',
'title' => 'Importera :type',
'message' => 'Tillåtna filtyper: CSV, XLS. var vänlig, <a target="_blank" href=":link"><strong>Hämta</strong></a> exempelfilen.',
'limitations' => 'Tillåtna filtyper: :extensions<br>Max antal rader: :row_limit',
'sample_file' => 'Du kan <a target="_blank" href=":download_link"><strong>ladda ner</strong></a> exempelfilen och fylla den med dina data.',
];

View File

@@ -27,7 +27,7 @@ return [
'installed' => ':module installerad',
'uninstalled' => ':module avinstallerad',
//'updated' => ':module updated',
'updated_2' => 'modulen uppdaterades',
'enabled' => ':module aktiverad',
'disabled' => ':module inaktiverad',

View File

@@ -6,6 +6,14 @@ return [
'hello' => 'Hallå!',
'salutation' => 'Hälsningar,<br> :company_name',
'subcopy' => 'Om du har problem att klicka på den ”:text”-knappen, kopiera och klistra in webbadressen nedan i din webbläsare: [:url](:url)',
'reads' => 'läsa|läsningar',
'read_all' => 'Läs alla',
'mark_read' => 'Markera som läst',
'mark_read_all' => 'Markera som läst alla',
'new_apps' => 'Ny app|Nya appar',
'upcoming_bills' => 'Kommande fakturor',
'recurring_invoices' => 'Återkommande fakturor',
'recurring_bills' => 'Återkommande räkningar',
'update' => [
@@ -27,28 +35,45 @@ return [
'import' => [
'completed' => [
'subject' => 'Importen slutförd',
'description' => 'Importen har slutförts och posterna finns i din panel.',
],
'failed' => [
'subject' => 'Importen misslyckades',
'description' => 'Kan inte importera filen på grund av följande problem:',
],
],
'export' => [
'completed' => [
'subject' => 'Exporteringen är klar',
'description' => 'Exportfilen är klar att ladda ner från följande länk:',
],
'failed' => [
'subject' => 'Exporteringen misslyckades',
'description' => 'Kan inte skapa exportfilen på grund av följande problem:',
],
],
'messages' => [
'mark_read' => ':type är läst denna notifiering!',
'mark_read_all' => ':type är läst alla notifikeringar!',
'new_app' => ':type app publicerad.',
'export' => 'Din <b>:type</b> exportfil är redo att <a href=":url" target="_blank"><b>ladda ner</b></a>.',
'import' => 'Din <b>:type</b> fodrad <b>:count</b> data importeras.',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'payment_made' => 'Betalning utförd',
'paid_to' => 'Betalad till',
'related_bill' => 'Relaterad faktura',
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'revenue_received' => 'Intäkter mottagna',
'paid_by' => 'Betald av',
'related_invoice' => 'Relaterad Faktura',
];