updated translations
This commit is contained in:
@ -3,14 +3,16 @@
|
||||
return [
|
||||
|
||||
'company' => [
|
||||
'description' => 'Endre bedriftsnavn, e-post, adresse, momsavgifter mm',
|
||||
'name' => 'Navn',
|
||||
'email' => 'E-post',
|
||||
'phone' => 'Telefon',
|
||||
'address' => 'Adresse',
|
||||
'logo' => 'Logo',
|
||||
],
|
||||
|
||||
'localisation' => [
|
||||
'tab' => 'Lokalisering',
|
||||
'description' => 'Sett regnskapsår, tidssone, datoformat og mer',
|
||||
'financial_start' => 'Start på regnskapsår',
|
||||
'timezone' => 'Tidssone',
|
||||
'date' => [
|
||||
@ -28,8 +30,9 @@ return [
|
||||
'after' => 'Etter nummer',
|
||||
],
|
||||
],
|
||||
|
||||
'invoice' => [
|
||||
'tab' => 'Faktura',
|
||||
'description' => 'Tilpass fakturaprefiks, nummer, vilkår, bunntekst mm',
|
||||
'prefix' => 'Nummerprefiks',
|
||||
'digit' => 'Antall siffer',
|
||||
'next' => 'Neste nummer',
|
||||
@ -44,16 +47,25 @@ return [
|
||||
'rate' => 'Sats',
|
||||
'quantity_name' => 'Kvantitetsnavn',
|
||||
'quantity' => 'Kvantitet',
|
||||
'payment_terms' => 'Betalingsvilkår',
|
||||
'title' => 'Tittel',
|
||||
'subheading' => 'Underoverskrift',
|
||||
'due_receipt' => 'Forfall ved mottak',
|
||||
'due_days' => 'Forfall innen :days dager',
|
||||
'choose_template' => 'Velg fakturamal',
|
||||
'default' => 'Standard',
|
||||
'classic' => 'Klassisk',
|
||||
'modern' => 'Moderne',
|
||||
],
|
||||
|
||||
'default' => [
|
||||
'tab' => 'Standardinnstilinger',
|
||||
'account' => 'Standard konto',
|
||||
'currency' => 'Standard valuta',
|
||||
'tax' => 'Standard avgiftssats',
|
||||
'payment' => 'Standard betalingsmåte',
|
||||
'language' => 'Standard språk',
|
||||
'description' => 'Standard konto, valuta, språk for ditt foretak',
|
||||
'list_limit' => 'Oppføringer per side',
|
||||
'use_gravatar' => 'Bruk Gravatar',
|
||||
],
|
||||
|
||||
'email' => [
|
||||
'description' => 'Endre sendingsprotokoll og e-postmaler',
|
||||
'protocol' => 'Protokoll',
|
||||
'php' => 'PHP Mail',
|
||||
'smtp' => [
|
||||
@ -68,36 +80,44 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sti for Sendmail',
|
||||
'log' => 'Logg e-post',
|
||||
|
||||
'templates' => [
|
||||
'subject' => 'Emne',
|
||||
'body' => 'Hoveddel',
|
||||
'tags' => '<strong>Tilgjengelige tagger:</strong> :tag_list',
|
||||
'invoice_new_customer' => 'Ny fakturamal (sendt til kunde)',
|
||||
'invoice_remind_customer' => 'Fakturapåminnelsesmal (sendt til kunde)',
|
||||
'invoice_remind_admin' => 'Fakturapåminnelsesmal (sendt til admin)',
|
||||
'invoice_recur_customer' => 'Gjentagende fakturamal (sendt til kunde)',
|
||||
'invoice_recur_admin' => 'Gjentagende fakturamal (sendt til admin)',
|
||||
'invoice_payment_customer' => 'Mottatt betalingsmal (sendt til kunde)',
|
||||
'invoice_payment_admin' => 'Mottatt betalingsmal (sendt til admin)',
|
||||
'bill_remind_admin' => 'Fakturapåminnelsesmal (sendt til admin)',
|
||||
'bill_recur_admin' => 'Gjentagende fakturamal (sendt til admin)',
|
||||
],
|
||||
],
|
||||
|
||||
'scheduling' => [
|
||||
'tab' => 'Tidsplan',
|
||||
'name' => 'Tidsplan',
|
||||
'description' => 'Automatiske påminnelser og kommandoer for gjentakende aktiviteter',
|
||||
'send_invoice' => 'Send fakturapåminnelse',
|
||||
'invoice_days' => 'Antall dager etter forfall for utsending',
|
||||
'send_bill' => 'Send fakturapåminnelse',
|
||||
'bill_days' => 'Antall dager før forfall for utsending',
|
||||
'cron_command' => 'Cron-kommando',
|
||||
'schedule_time' => 'Tid for kjøring',
|
||||
'send_item_reminder'=> 'Send artikkelpåminnelse',
|
||||
'item_stocks' => 'Send en lagerpåminnelse',
|
||||
],
|
||||
'appearance' => [
|
||||
'tab' => 'Utseende',
|
||||
'theme' => 'Tema',
|
||||
'light' => 'Lys',
|
||||
'dark' => 'Mørk',
|
||||
'list_limit' => 'Oppføringer per side',
|
||||
'use_gravatar' => 'Bruk Gravatar',
|
||||
|
||||
'categories' => [
|
||||
'description' => 'Kategorier for inntekter, utgifter og artikler',
|
||||
],
|
||||
'system' => [
|
||||
'tab' => 'System',
|
||||
'session' => [
|
||||
'lifetime' => 'Øktlevetid (minutter)',
|
||||
'handler' => 'Øktbehandler',
|
||||
'file' => 'Fil',
|
||||
'database' => 'Database',
|
||||
],
|
||||
'file_size' => 'Maks fil størrelse (MB)',
|
||||
'file_types' => 'Tillatte filtyper',
|
||||
|
||||
'currencies' => [
|
||||
'description' => 'Opprette og behandle valuta',
|
||||
],
|
||||
|
||||
'taxes' => [
|
||||
'description' => 'Faste, normale, inklusive og forbundne avgifter',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user