sv-SE translation
This commit is contained in:
parent
b884cac357
commit
c7112503da
@ -115,7 +115,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'allowed' => ['en-GB', 'ar-SA', 'cs-CZ', 'de-DE', 'es-ES', 'es-MX', 'fa-IR', 'fr-FR', 'hr-HR', 'id-ID', 'it-IT', 'nb-NO', 'nl-NL', 'pt-BR', 'ru-RU', 'sq-AL', 'tr-TR', 'vi-VN', 'zh-TW'],
|
||||
'allowed' => ['en-GB', 'ar-SA', 'cs-CZ', 'de-DE', 'es-ES', 'es-MX', 'fa-IR', 'fr-FR', 'hr-HR', 'id-ID', 'it-IT', 'nb-NO', 'nl-NL', 'pt-BR', 'ru-RU', 'sq-AL', 'sv-SE', 'tr-TR', 'vi-VN', 'zh-TW'],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
14
resources/lang/sv-SE/accounts.php
Normal file
14
resources/lang/sv-SE/accounts.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'account_name' => 'Kontonamn',
|
||||
'number' => 'Nummer',
|
||||
'opening_balance' => 'Ingående balans',
|
||||
'current_balance' => 'Aktuellt saldo',
|
||||
'bank_name' => 'Bankens namn',
|
||||
'bank_phone' => 'Bankens telefon',
|
||||
'bank_address' => 'Bankens adress',
|
||||
'default_account' => 'Huvudsakligt Konto',
|
||||
|
||||
];
|
30
resources/lang/sv-SE/auth.php
Normal file
30
resources/lang/sv-SE/auth.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'profile' => 'Profil',
|
||||
'logout' => 'Logga ut',
|
||||
'login' => 'Logga in',
|
||||
'login_to' => 'Logga in för att starta din session',
|
||||
'remember_me' => 'Kom ihåg mig',
|
||||
'forgot_password' => 'Jag har glömt mitt lösenord',
|
||||
'reset_password' => 'Återställ lösenord',
|
||||
'enter_email' => 'Ange din e-postadress',
|
||||
'current_email' => 'Aktuella e-post',
|
||||
'reset' => 'Återställ',
|
||||
'never' => 'aldrig',
|
||||
'password' => [
|
||||
'current' => 'Lösenord',
|
||||
'current_confirm' => 'Bekräfta lösenord',
|
||||
'new' => 'Nytt lösenord',
|
||||
'new_confirm' => 'Ny lösenords bekräftelse',
|
||||
],
|
||||
'error' => [
|
||||
'self_delete' => 'Fel: Kan inte ta bort dig själv!'
|
||||
],
|
||||
|
||||
'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.',
|
||||
|
||||
];
|
41
resources/lang/sv-SE/bills.php
Normal file
41
resources/lang/sv-SE/bills.php
Normal file
@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'bill_number' => 'Fakturanummer',
|
||||
'bill_date' => 'Leverantörsfakturadatum',
|
||||
'total_price' => 'Summa pris',
|
||||
'due_date' => 'Förfallodatum',
|
||||
'order_number' => 'Ordernummer',
|
||||
'bill_from' => 'Faktura från',
|
||||
|
||||
'quantity' => 'Antal',
|
||||
'price' => 'Pris',
|
||||
'sub_total' => 'Delsumma',
|
||||
'tax_total' => 'Summa moms',
|
||||
'total' => 'Summa',
|
||||
|
||||
'item_name' => 'Artikelnamn | Artikelnamn',
|
||||
|
||||
'payment_due' => 'Betalning',
|
||||
'amount_due' => 'Fordran',
|
||||
'paid' => 'Betald',
|
||||
'histories' => 'Historia',
|
||||
'payments' => 'Betalningar',
|
||||
'add_payment' => 'Lägg till betalning',
|
||||
'mark_received' => 'Markerad som mottagen',
|
||||
'download_pdf' => 'Ladda ner PDF',
|
||||
'send_mail' => 'Skicka E-post',
|
||||
|
||||
'status' => [
|
||||
'draft' => 'Utkast',
|
||||
'received' => 'Mottagen',
|
||||
'partial' => 'Delvis',
|
||||
'paid' => 'Betald',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'received' => 'Faktura markerad som mottagen!',
|
||||
],
|
||||
|
||||
];
|
13
resources/lang/sv-SE/companies.php
Normal file
13
resources/lang/sv-SE/companies.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'domain' => 'Domän',
|
||||
'logo' => 'Logotyp',
|
||||
'manage' => 'Hantera företag',
|
||||
'all' => 'Alla företag',
|
||||
'error' => [
|
||||
'delete_active' => 'Fel: Kan inte ta bort aktivt företag, var vänlig, ändra det först!',
|
||||
],
|
||||
|
||||
];
|
19
resources/lang/sv-SE/currencies.php
Normal file
19
resources/lang/sv-SE/currencies.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Kod',
|
||||
'rate' => 'Kurs',
|
||||
'default' => 'Huvudsaklig valuta',
|
||||
'decimal_mark' => 'Decimalkomma',
|
||||
'thousands_separator' => 'Tusentals avgränsare',
|
||||
'precision' => 'Noggrannhet
|
||||
',
|
||||
'symbol' => [
|
||||
'symbol' => 'Symbol',
|
||||
'position' => 'Symbol Position',
|
||||
'before' => 'Innan beloppet',
|
||||
'after' => 'Efter belopp',
|
||||
]
|
||||
|
||||
];
|
11
resources/lang/sv-SE/customers.php
Normal file
11
resources/lang/sv-SE/customers.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'allow_login' => 'Tillåt inloggning?',
|
||||
'user_created' => 'Användaren skapad',
|
||||
|
||||
'error' => [
|
||||
'email' => 'e-postadressen används redan.'
|
||||
]
|
||||
];
|
24
resources/lang/sv-SE/dashboard.php
Normal file
24
resources/lang/sv-SE/dashboard.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_incomes' => 'Summa inkomster',
|
||||
'receivables' => 'Fordringar',
|
||||
'open_invoices' => 'Öppna fakturor',
|
||||
'overdue_invoices' => 'Förfallna fakturor',
|
||||
'total_expenses' => 'Summa kostnader',
|
||||
'payables' => 'Skulder',
|
||||
'open_bills' => 'Öppna fakturor',
|
||||
'overdue_bills' => 'Förfallna fakturor',
|
||||
'total_profit' => 'Summa vinst',
|
||||
'open_profit' => 'Öppen vinst',
|
||||
'overdue_profit' => 'Förfallen vinst',
|
||||
'cash_flow' => 'Kassaflöde',
|
||||
'no_profit_loss' => 'Ingen vinst förlust',
|
||||
'incomes_by_category' => 'Inkomster efter kategori',
|
||||
'expenses_by_category' => 'Utgifter efter kategori',
|
||||
'account_balance' => 'Konto Saldo',
|
||||
'latest_incomes' => 'Senaste inkomsterna',
|
||||
'latest_expenses' => 'Senaste Utgifterna',
|
||||
|
||||
];
|
17
resources/lang/sv-SE/demo.php
Normal file
17
resources/lang/sv-SE/demo.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Kontanter',
|
||||
'categories_uncat' => 'Okatergoriserad',
|
||||
'categories_deposit' => 'Insättning',
|
||||
'categories_sales' => 'Försäljning',
|
||||
'currencies_usd' => 'US-Dollar',
|
||||
'currencies_eur' => 'Euro',
|
||||
'currencies_gbp' => 'Brittiska pund',
|
||||
'currencies_try' => 'Turkiska Lira',
|
||||
'taxes_exempt' => 'Momsfria',
|
||||
'taxes_normal' => 'Normal Moms',
|
||||
'taxes_sales' => 'Moms',
|
||||
|
||||
];
|
9
resources/lang/sv-SE/footer.php
Normal file
9
resources/lang/sv-SE/footer.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'version' => 'Version',
|
||||
'powered' => 'Powered By Akaunting',
|
||||
'software' => 'Fritt bokföringsprogram',
|
||||
|
||||
];
|
115
resources/lang/sv-SE/general.php
Normal file
115
resources/lang/sv-SE/general.php
Normal file
@ -0,0 +1,115 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'items' => 'Artikel | Artiklar',
|
||||
'incomes' => 'Inkomst | Inkomster',
|
||||
'invoices' => 'Faktura | Fakturor',
|
||||
'revenues' => 'Intäkt | Intäkter',
|
||||
'customers' => 'Kund | Kunder',
|
||||
'expenses' => 'Utgift | Utgifter',
|
||||
'bills' => 'Faktura | Fakturor',
|
||||
'payments' => 'Betalning | Betalningar',
|
||||
'vendors' => 'Leverantör | Leverantörer',
|
||||
'accounts' => 'Konto | Konton',
|
||||
'transfers' => 'Överföra | Överföringar',
|
||||
'transactions' => 'Transaktion | Transaktioner',
|
||||
'reports' => 'Rapport | Rapporter',
|
||||
'settings' => 'Inställning | Inställningar',
|
||||
'categories' => 'Kategori | Kategorier',
|
||||
'currencies' => 'Valuta | Valutor',
|
||||
'tax_rates' => 'Momssats | Momssatser',
|
||||
'users' => 'Användare | Användare',
|
||||
'roles' => 'Roll | Roller',
|
||||
'permissions' => 'Behörighet | Behörigheter',
|
||||
'modules' => 'App | Appar',
|
||||
'companies' => 'Företag | Företag',
|
||||
'profits' => 'Vinst | Vinster',
|
||||
'taxes' => 'Moms | Moms',
|
||||
'pictures' => 'Bild | Bilder',
|
||||
'types' => 'Typ | Typer',
|
||||
'payment_methods' => 'Betalningsmetod | Betalningsmetoder',
|
||||
'compares' => 'Inkomst mot Utgift | Inkomster mot Utgifter',
|
||||
'notes' => 'Anteckning | Anteckningar',
|
||||
'totals' => 'Summa | Summor',
|
||||
'languages' => 'Språk | Språk',
|
||||
'updates' => 'Uppdatering | Uppdateringar',
|
||||
'numbers' => 'Siffra | Siffror',
|
||||
'statuses' => 'Status | Statusar',
|
||||
|
||||
'dashboard' => 'Översikt',
|
||||
'banking' => 'Banktjänster',
|
||||
'general' => 'Generell',
|
||||
'no_records' => 'Inga poster.',
|
||||
'date' => 'Datum',
|
||||
'amount' => 'Belopp',
|
||||
'enabled' => 'Aktiverad',
|
||||
'disabled' => 'Inaktiverad',
|
||||
'yes' => 'Ja',
|
||||
'no' => 'Nej',
|
||||
'na' => 'Ej tillgängligt',
|
||||
'daily' => 'Dagligen',
|
||||
'monthly' => 'Månadsvis',
|
||||
'quarterly' => 'Kvartalsvis',
|
||||
'yearly' => 'Årligen',
|
||||
'add' => 'Lägg till',
|
||||
'add_new' => 'Lägg till ny',
|
||||
'show' => 'Visa',
|
||||
'edit' => 'Redigera',
|
||||
'delete' => 'Ta bort',
|
||||
'send' => 'Skicka',
|
||||
'download' => 'Ladda ner',
|
||||
'delete_confirm' => 'Bekräfta ta bort :name :type?',
|
||||
'name' => 'Namn',
|
||||
'email' => 'E-post',
|
||||
'tax_number' => 'Skattenummer',
|
||||
'phone' => 'Telefon',
|
||||
'address' => 'Adress',
|
||||
'website' => 'Webbplats',
|
||||
'actions' => 'Åtgärder',
|
||||
'description' => 'Beskrivning',
|
||||
'manage' => 'Hantera',
|
||||
'code' => 'Kod',
|
||||
'alias' => 'Alias',
|
||||
'balance' => 'Saldon',
|
||||
'reference' => 'Referens',
|
||||
'attachment' => 'Bilaga',
|
||||
'change' => 'Förändra',
|
||||
'switch' => 'Växla',
|
||||
'color' => 'Färg',
|
||||
'save' => 'Spara',
|
||||
'cancel' => 'Avbryt',
|
||||
'from' => 'Från',
|
||||
'to' => 'Till',
|
||||
'print' => 'Skriv ut',
|
||||
'search' => 'Sök',
|
||||
'search_placeholder' => 'Skriv för att söka..',
|
||||
'filter' => 'Filter',
|
||||
'help' => 'Help',
|
||||
'all' => 'Alla',
|
||||
'all_type' => 'Alla :type',
|
||||
'upcoming' => 'Kommande',
|
||||
'created' => 'Skapad',
|
||||
'id' => 'ID',
|
||||
'more_actions' => 'Fler åtgärder',
|
||||
'duplicate' => 'Duplicera',
|
||||
'unpaid' => 'Obetald',
|
||||
'paid' => 'Betald',
|
||||
'overdue' => 'Förfallen',
|
||||
'partially' => 'Delvis',
|
||||
'partially_paid' => 'Delvis betalat',
|
||||
|
||||
'title' => [
|
||||
'new' => 'Nytt :type',
|
||||
'edit' => 'Redigera :type',
|
||||
],
|
||||
'form' => [
|
||||
'enter' => 'Ange :field',
|
||||
'select' => [
|
||||
'field' => '-Välj :field -',
|
||||
'file' => 'Välj fil',
|
||||
],
|
||||
'no_file_selected' => 'Ingen fil är vald...',
|
||||
],
|
||||
|
||||
];
|
15
resources/lang/sv-SE/header.php
Normal file
15
resources/lang/sv-SE/header.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
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',
|
||||
'overdue_invoices' => '{1} :count förfallna fakturor|[2,*] :count förfallna fakturor',
|
||||
'upcoming_bills' => '{1} :count kommande räkning|[2,*] :count kommande räkningar',
|
||||
'items_stock' => '{1} :count objekt i lager | [2 *]:count objekt i lager',
|
||||
'view_all' => 'Visa alla'
|
||||
],
|
||||
|
||||
];
|
9
resources/lang/sv-SE/import.php
Normal file
9
resources/lang/sv-SE/import.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
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.',
|
||||
|
||||
];
|
44
resources/lang/sv-SE/install.php
Normal file
44
resources/lang/sv-SE/install.php
Normal file
@ -0,0 +1,44 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'next' => 'Nästa',
|
||||
'refresh' => 'Uppdatera',
|
||||
|
||||
'steps' => [
|
||||
'requirements' => 'Vänligen, uppfyll följande krav!',
|
||||
'language' => 'Steg 1/3: Språkval',
|
||||
'database' => 'Steg 2/3: Databasinställningar',
|
||||
'settings' => 'Steg 3/3: Företag och Admin uppgifter',
|
||||
],
|
||||
|
||||
'language' => [
|
||||
'select' => 'Välj språk',
|
||||
],
|
||||
|
||||
'requirements' => [
|
||||
'enabled' => ':feature måste vara aktiverad!',
|
||||
'disabled' => ':feature måste inaktiveras!',
|
||||
'extension' => ':extension tillägget måste laddas!',
|
||||
'directory' => ':directory katalogen måste vara skrivbar!',
|
||||
],
|
||||
|
||||
'database' => [
|
||||
'hostname' => 'Hostnamn',
|
||||
'username' => 'Användarnamn',
|
||||
'password' => 'Lösenord',
|
||||
'name' => 'Databas',
|
||||
],
|
||||
|
||||
'settings' => [
|
||||
'company_name' => 'Företagets namn',
|
||||
'company_email' => 'Företagets e-post',
|
||||
'admin_email' => 'Admin e-postadress',
|
||||
'admin_password' => 'Admin lösenord',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'connection' => 'Fel: Kunde inte ansluta till databasen! Snälla, se till att uppgifterna stämmer.',
|
||||
],
|
||||
|
||||
];
|
50
resources/lang/sv-SE/invoices.php
Normal file
50
resources/lang/sv-SE/invoices.php
Normal file
@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invoice_number' => 'Fakturanummer',
|
||||
'invoice_date' => 'Fakturadatum',
|
||||
'total_price' => 'Totalbelopp',
|
||||
'due_date' => 'Förfallodatum',
|
||||
'order_number' => 'Ordernummer',
|
||||
'bill_to' => 'Fakturera till',
|
||||
|
||||
'quantity' => 'Antal',
|
||||
'price' => 'Pris',
|
||||
'sub_total' => 'Delsumma',
|
||||
'tax_total' => 'Summa Skatt',
|
||||
'total' => 'Summa',
|
||||
|
||||
'item_name' => 'Artikelnamn | Artikelnamn',
|
||||
|
||||
'payment_due' => 'Betalning',
|
||||
'paid' => 'Betald',
|
||||
'histories' => 'Hävda',
|
||||
'payments' => 'Betalningar',
|
||||
'add_payment' => 'Lägg till betalning',
|
||||
'mark_paid' => 'Markera som betald',
|
||||
'mark_sent' => 'Markera som skickad',
|
||||
'download_pdf' => 'Ladda ner PDF',
|
||||
'send_mail' => 'Skicka E-post',
|
||||
|
||||
'status' => [
|
||||
'draft' => 'Utkast',
|
||||
'sent' => 'Skickat',
|
||||
'viewed' => 'Visad',
|
||||
'approved' => 'Godkänd',
|
||||
'partial' => 'Delvis',
|
||||
'paid' => 'Betald',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'email_sent' => 'Faktura e-postmeddelandet har skickats!',
|
||||
'marked_sent' => 'Faktura e-postmeddelandet har skickats!',
|
||||
'email_required' => 'Ingen e-postadress för den här kunden!',
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => 'Du får detta mail eftersom du har en kommande :amount faktura till :customer kunden.',
|
||||
'button' => 'Betala nu',
|
||||
],
|
||||
|
||||
];
|
15
resources/lang/sv-SE/items.php
Normal file
15
resources/lang/sv-SE/items.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'quantities' => 'Kvantitet | Kvantiteter',
|
||||
'sales_price' => 'Försäljningspris',
|
||||
'purchase_price' => 'Inköpspris',
|
||||
'sku' => 'Artikelnummer',
|
||||
|
||||
'notification' => [
|
||||
'message' => 'Du får detta mail eftersom :name är slut på lagret.',
|
||||
'button' => 'Visa nu',
|
||||
],
|
||||
|
||||
];
|
23
resources/lang/sv-SE/messages.php
Normal file
23
resources/lang/sv-SE/messages.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'success' => [
|
||||
'added' => ':type tillagt!',
|
||||
'updated' => ':type uppdaterad!',
|
||||
'deleted' => ':type bortagen!',
|
||||
'duplicated' => ':type dubbelpost!',
|
||||
'imported' => ':type uppdaterad!',
|
||||
],
|
||||
'error' => [
|
||||
'payment_add' => 'Fel: Du kan inte lägga till betalning! Du bör kontrollera lägg till beloppet.',
|
||||
'not_user_company' => 'Fel: Du får inte hantera detta företag!',
|
||||
'customer' => 'Fel: Du kan inte skapat användare! :name använder denna e-postadress.',
|
||||
'no_file' => 'Fel: Ingen fil har valts!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Varning: Du får inte ta bort <b>:name</b> eftersom den har :text relaterade.',
|
||||
'disabled' => 'Varning: Du får inte inaktivera <b>:name</b> eftersom den har :text relaterat.',
|
||||
],
|
||||
|
||||
];
|
47
resources/lang/sv-SE/modules.php
Normal file
47
resources/lang/sv-SE/modules.php
Normal file
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'API-Token',
|
||||
'api_token' => 'Token',
|
||||
'top_paid' => 'Bästa betal',
|
||||
'new' => 'Nytt',
|
||||
'top_free' => 'Bästa gratis',
|
||||
'free' => 'Fri',
|
||||
'install' => 'Installera',
|
||||
'buy_now' => 'Köp nu',
|
||||
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Klicka här</a> att få din API-token.',
|
||||
'no_apps' => 'Det finns inga appar i den här kategorin ännu.',
|
||||
'developer' => 'Är du en utvecklare? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">här</a> du kan lära dig hur du skapar en app och börja sälja idag!',
|
||||
|
||||
'about' => 'Om',
|
||||
|
||||
'added' => 'Tillagd',
|
||||
'updated' => 'Uppdaterad',
|
||||
'compatibility' => 'Kompatibilitet',
|
||||
|
||||
'installed' => ':module installerad',
|
||||
'uninstalled' => ':module avinstallerad',
|
||||
//'updated' => ':module updated',
|
||||
'enabled' => ':module aktiverad',
|
||||
'disabled' => ':module inaktiverad',
|
||||
|
||||
'tab' => [
|
||||
'installation' => 'Installation',
|
||||
'faq' => 'Vanliga frågor',
|
||||
'changelog' => 'Ändringslog',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => 'App-Installation',
|
||||
'download' => 'Laddar ner :module fil.',
|
||||
'unzip' => 'Packar upp :module filer.',
|
||||
'install' => 'Installerar :module filer.',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => 'Avinstallera',
|
||||
'disable' => 'Inaktivera',
|
||||
'enable' => 'Aktivera',
|
||||
],
|
||||
];
|
9
resources/lang/sv-SE/pagination.php
Normal file
9
resources/lang/sv-SE/pagination.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'previous' => '« Föregående',
|
||||
'next' => 'Nästa »',
|
||||
'showing' => 'Visar :first till :last av :total :type',
|
||||
|
||||
];
|
22
resources/lang/sv-SE/passwords.php
Normal file
22
resources/lang/sv-SE/passwords.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reset Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'password' => 'Lösenord måste innehålla minst sex tecken och matcha varandra.',
|
||||
'reset' => 'Lösenordet har blivit återställt!',
|
||||
'sent' => 'Lösenordspåminnelse skickad!',
|
||||
'token' => 'Koden för lösenordsåterställning är ogiltig.',
|
||||
'user' => "Det finns ingen användare med den e-postadressen.",
|
||||
|
||||
];
|
17
resources/lang/sv-SE/reports.php
Normal file
17
resources/lang/sv-SE/reports.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'this_year' => 'Årets',
|
||||
'previous_year' => 'Föregående år',
|
||||
'this_quarter' => 'Detta kvartal',
|
||||
'previous_quarter' => 'Föregående kvartal',
|
||||
'last_12_months' => 'Senaste 12 månaderna',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Inkomst Sammanfattning',
|
||||
'expense' => 'Utgiftsrapports Sammanfattning',
|
||||
'income_expense' => 'Inkomst mot Utgifter',
|
||||
],
|
||||
|
||||
];
|
85
resources/lang/sv-SE/settings.php
Normal file
85
resources/lang/sv-SE/settings.php
Normal file
@ -0,0 +1,85 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'company' => [
|
||||
'name' => 'Namn',
|
||||
'email' => 'E-post',
|
||||
'phone' => 'Telefon',
|
||||
'address' => 'Adress',
|
||||
'logo' => 'Logotyp',
|
||||
],
|
||||
'localisation' => [
|
||||
'tab' => 'Plats',
|
||||
'date' => [
|
||||
'format' => 'Datumformat',
|
||||
'separator' => 'Datumavgränsare',
|
||||
'dash' => 'Bindestreck (-)',
|
||||
'dot' => 'Punkt (.)',
|
||||
'comma' => 'Kommatecken ()',
|
||||
'slash' => 'Snedstreck (/)',
|
||||
'space' => 'Mellanslag ( )',
|
||||
],
|
||||
'timezone' => 'Tidszon',
|
||||
],
|
||||
'invoice' => [
|
||||
'tab' => 'Faktura',
|
||||
'prefix' => 'Nummerprefix',
|
||||
'digit' => 'Siffra',
|
||||
'next' => 'Nästa nummer',
|
||||
'logo' => 'Logotyp',
|
||||
],
|
||||
'default' => [
|
||||
'tab' => 'Huvudsakligt',
|
||||
'account' => 'Huvudsakligt Konto',
|
||||
'currency' => 'Huvudsaklig valuta',
|
||||
'tax' => 'Huvudsaklig skattesats',
|
||||
'payment' => 'Huvudsaklig betalningsmetod',
|
||||
'language' => 'Huvudspråk',
|
||||
],
|
||||
'email' => [
|
||||
'protocol' => 'Protokoll',
|
||||
'php' => 'PHP Mail',
|
||||
'smtp' => [
|
||||
'name' => 'SMTP',
|
||||
'host' => 'SMTP Server',
|
||||
'port' => 'SMTP Port',
|
||||
'username' => 'SMTP Användarnamn',
|
||||
'password' => 'SMTP Lösenord',
|
||||
'encryption' => 'SMTP Säkerhet',
|
||||
'none' => 'Ingen',
|
||||
],
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sökväg för Sendmail',
|
||||
'log' => 'Logga e-post',
|
||||
],
|
||||
'scheduling' => [
|
||||
'tab' => 'Schemaläggning',
|
||||
'send_invoice' => 'Skicka faktura påminnelse',
|
||||
'invoice_days' => 'Skicka efter förfallodagar',
|
||||
'send_bill' => 'Skicka faktura påminnelse',
|
||||
'bill_days' => 'Skicka innan förfallodatum',
|
||||
'cron_command' => 'Cron Kommando',
|
||||
'schedule_time' => 'Tid att köra',
|
||||
],
|
||||
'appearance' => [
|
||||
'tab' => 'Utseende',
|
||||
'theme' => 'Tema',
|
||||
'light' => 'Ljust',
|
||||
'dark' => 'Mörkt',
|
||||
'list_limit' => 'Poster Per sida',
|
||||
'use_gravatar' => 'Använda Gravatar',
|
||||
],
|
||||
'system' => [
|
||||
'tab' => 'System',
|
||||
'session' => [
|
||||
'lifetime' => 'Session-livstid (minuter)',
|
||||
'handler' => 'Sessionshanterare',
|
||||
'file' => 'Fil',
|
||||
'database' => 'Databas',
|
||||
],
|
||||
'file_size' => 'Max filstorlek (MB)',
|
||||
'file_types' => 'Tillåtna filtyper',
|
||||
],
|
||||
|
||||
];
|
8
resources/lang/sv-SE/taxes.php
Normal file
8
resources/lang/sv-SE/taxes.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'rate' => 'Kurs',
|
||||
'rate_percent' => 'Momssatts (%)',
|
||||
|
||||
];
|
8
resources/lang/sv-SE/transfers.php
Normal file
8
resources/lang/sv-SE/transfers.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'from_account' => 'Från konto',
|
||||
'to_account' => 'Till konto',
|
||||
|
||||
];
|
15
resources/lang/sv-SE/updates.php
Normal file
15
resources/lang/sv-SE/updates.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'installed_version' => 'Installerad version',
|
||||
'latest_version' => 'Senaste versionen',
|
||||
'update' => 'Uppdatera Akaunting till version :version',
|
||||
'changelog' => 'Ändringslog',
|
||||
'check' => 'Markera',
|
||||
'new_core' => 'Det finns en uppdaterad version av Akaunting.',
|
||||
'latest_core' => 'Grattis! Du har den senaste versionen av Akaunting. Framtida säkerhetsuppdateringar kommer att tillämpas automatiskt.',
|
||||
'success' => 'Uppdateringen har fullföljts.',
|
||||
'error' => 'Uppdateringen har misslyckats, var vänlig, försök igen.',
|
||||
|
||||
];
|
119
resources/lang/sv-SE/validation.php
Normal file
119
resources/lang/sv-SE/validation.php
Normal file
@ -0,0 +1,119 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => ':attribute måste accepteras.',
|
||||
'active_url' => ':attribute är inte en giltig webbadress.',
|
||||
'after' => ':attribute måste vara ett datum efter den :date.',
|
||||
'after_or_equal' => ':attribute måste vara ett datum senare eller samma dag som :date.',
|
||||
'alpha' => ':attribute får endast innehålla bokstäver.',
|
||||
'alpha_dash' => ':attribute får endast innehålla bokstäver, siffror och bindestreck.',
|
||||
'alpha_num' => ':attribute får endast innehålla bokstäver och siffror.',
|
||||
'array' => ':attribute måste vara en array.',
|
||||
'before' => ':attribute måste vara ett datum innan den :date.',
|
||||
'before_or_equal' => ':attribute måste vara ett datum före eller samma dag som :date.',
|
||||
'between' => [
|
||||
'numeric' => ':attribute måste vara en siffra mellan :min och :max.',
|
||||
'file' => ':attribute måste vara mellan :min till :max kilobyte stor.',
|
||||
'string' => ':attribute måste innehålla :min till :max tecken.',
|
||||
'array' => ':attribute måste innehålla mellan :min - :max objekt.',
|
||||
],
|
||||
'boolean' => ':attribute måste vara sant eller falskt.',
|
||||
'confirmed' => ':attribute bekräftelsen matchar inte.',
|
||||
'date' => ':attribute är inte ett giltigt datum.',
|
||||
'date_format' => ':attribute matchar inte formatet :format.',
|
||||
'different' => ':attribute och :other får inte vara lika.',
|
||||
'digits' => ':attribute måste vara :digits tecken.',
|
||||
'digits_between' => ':attribute måste vara mellan :min och :max tecken.',
|
||||
'dimensions' => ':attribute har felaktiga bilddimensioner.',
|
||||
'distinct' => ':attribute innehåller fler än en repetition av samma element.',
|
||||
'email' => ':attribute måste innehålla en korrekt e-postadress.',
|
||||
'exists' => ':attribute är ogiltigt.',
|
||||
'file' => ':attribute måste vara en fil.',
|
||||
'filled' => ':attribute är obligatoriskt.',
|
||||
'image' => ':attribute måste vara en bild.',
|
||||
'in' => ':attribute är ogiltigt.',
|
||||
'in_array' => ':attribute finns inte i :other.',
|
||||
'integer' => ':attribute måste vara en siffra.',
|
||||
'ip' => ':attribute måste vara en giltig IP-adress.',
|
||||
'json' => ':attribute måste vara en giltig JSON-sträng.',
|
||||
'max' => [
|
||||
'numeric' => ':attribute får inte vara större än :max.',
|
||||
'file' => ':attribute får max vara :max kilobyte stor.',
|
||||
'string' => ':attribute får max innehålla :max tecken.',
|
||||
'array' => ':attribute får inte innehålla mer än :max objekt.',
|
||||
],
|
||||
'mimes' => ':attribute måste vara en fil av typen: :values.',
|
||||
'mimetypes' => ':attribute måste vara en fil av typen: :values.',
|
||||
'min' => [
|
||||
'numeric' => ':attribute måste vara större än :min.',
|
||||
'file' => ':attribute måste vara minst :min kilobyte stor.',
|
||||
'string' => ':attribute måste innehålla minst :min tecken.',
|
||||
'array' => ':attribute måste innehålla minst :min objekt.',
|
||||
],
|
||||
'not_in' => ':attribute är ogiltigt.',
|
||||
'numeric' => ':attribute måste vara en siffra.',
|
||||
'present' => ':attribute måste finnas med.',
|
||||
'regex' => ':attribute har ogiltigt format.',
|
||||
'required' => ':attribute är obligatoriskt.',
|
||||
'required_if' => ':attribute är obligatoriskt när :other är :value.',
|
||||
'required_unless' => ':attribute är obligatoriskt när inte :other finns bland :values.',
|
||||
'required_with' => ':attribute är obligatoriskt när :values är ifyllt.',
|
||||
'required_with_all' => ':attribute är obligatoriskt när :values är ifyllt.',
|
||||
'required_without' => ':attribute är obligatoriskt när :values ej är ifyllt.',
|
||||
'required_without_all' => ':attribute är obligatoriskt när ingen av :values är ifyllt.',
|
||||
'same' => ':attribute och :other måste vara lika.',
|
||||
'size' => [
|
||||
'numeric' => ':attribute måste vara :size.',
|
||||
'file' => ':attribute får endast vara :size kilobyte stor.',
|
||||
'string' => ':attribute måste innehålla :size tecken.',
|
||||
'array' => ':attribute måste innehålla :size objekt.',
|
||||
],
|
||||
'string' => ':attribute måste vara en sträng.',
|
||||
'timezone' => ':attribute måste vara en giltig tidszon.',
|
||||
'unique' => ':attribute används redan.',
|
||||
'uploaded' => ':attribute kunde inte laddas upp.',
|
||||
'url' => ':attribute har ett ogiltigt format.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'anpassat-meddelande',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap attribute place-holders
|
||||
| with something more reader friendly such as E-Mail Address instead
|
||||
| of "email". This simply helps us make messages a little cleaner.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
];
|
Loading…
x
Reference in New Issue
Block a user