updated translations
This commit is contained in:
@@ -13,18 +13,27 @@ return [
|
||||
'current_email' => 'Gjeldende e-post',
|
||||
'reset' => 'Tilbakestill',
|
||||
'never' => 'aldri',
|
||||
|
||||
'password' => [
|
||||
'current' => 'Passord',
|
||||
'current_confirm' => 'Passordbekreftelse',
|
||||
'new' => 'Nytt passord',
|
||||
'new_confirm' => 'Passordbekreftelse',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'self_delete' => 'Feil: Du kan ikke slette deg selv.'
|
||||
'self_delete' => 'Feil: Du kan ikke slette deg selv.',
|
||||
'no_company' => 'Error: No company assigned to your account. Please, contact the system administrator.',
|
||||
],
|
||||
|
||||
'failed' => 'Disse opplysningene samsvarer ikke med våre oppføringer.',
|
||||
'disabled' => 'Denne kontoen er deaktivert. Kontakt systemadministrator.',
|
||||
'throttle' => 'For mange innloggingsforsøk. Forsøk igjen om :seconds sekunder.',
|
||||
|
||||
'notification' => [
|
||||
'message_1' => 'You are receiving this email because we received a password reset request for your account.',
|
||||
'message_2' => 'If you did not request a password reset, no further action is required.',
|
||||
'button' => 'Reset Password',
|
||||
],
|
||||
|
||||
];
|
||||
|
@@ -41,6 +41,18 @@ return [
|
||||
|
||||
'messages' => [
|
||||
'received' => 'Faktura ble merket som mottatt.',
|
||||
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
|
||||
|
||||
'status' => [
|
||||
'created' => 'Created on :date',
|
||||
'receive' => [
|
||||
'draft' => 'Not sent',
|
||||
'received' => 'Received on :date',
|
||||
],
|
||||
'paid' => [
|
||||
'await' => 'Awaiting payment',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
@@ -7,5 +7,10 @@ return [
|
||||
|
||||
'error' => [
|
||||
'email' => 'E-postadressen er allerede i bruk.'
|
||||
]
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => ':customer made :amount payment to invoice number :invoice_number.',
|
||||
'button' => 'Show',
|
||||
],
|
||||
];
|
||||
|
@@ -3,7 +3,6 @@
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Kontanter',
|
||||
'categories_uncat' => 'Ukategorisert',
|
||||
'categories_deposit' => 'Innskudd',
|
||||
'categories_sales' => 'Salg',
|
||||
'currencies_usd' => 'Amerikanske Dollar',
|
||||
|
@@ -4,6 +4,7 @@ return [
|
||||
|
||||
'version' => 'Versjon',
|
||||
'powered' => 'Drevet med Akaunting',
|
||||
'link' => 'https://akaunting.com',
|
||||
'software' => 'Gratis regnskapsprogram',
|
||||
|
||||
];
|
||||
|
@@ -38,6 +38,10 @@ return [
|
||||
'numbers' => 'Nummer | Nummer',
|
||||
'statuses' => 'Status | Statuser',
|
||||
'others' => 'Annen | Andre',
|
||||
'contacts' => 'Contact|Contacts',
|
||||
'reconciliations' => 'Reconciliation|Reconciliations',
|
||||
'deposits' => 'Deposit|Deposits',
|
||||
'withdrawals' => 'Withdrawal|Withdrawals',
|
||||
|
||||
'dashboard' => 'Kontrollpanel',
|
||||
'banking' => 'Bank',
|
||||
@@ -81,6 +85,7 @@ return [
|
||||
'color' => 'Farge',
|
||||
'save' => 'Lagre',
|
||||
'cancel' => 'Avbryt',
|
||||
'loading' => 'Loading...',
|
||||
'from' => 'Fra',
|
||||
'to' => 'Til',
|
||||
'print' => 'Skriv ut',
|
||||
@@ -100,11 +105,30 @@ return [
|
||||
'overdue' => 'Forfalt',
|
||||
'partially' => 'Delvis',
|
||||
'partially_paid' => 'Delvis betalt',
|
||||
'export' => 'Export',
|
||||
'finish' => 'Finish',
|
||||
'wizard' => 'Wizard',
|
||||
'skip' => 'Skip',
|
||||
'enable' => 'Enable',
|
||||
'disable' => 'Disable',
|
||||
'select_all' => 'Select All',
|
||||
'unselect_all' => 'Unselect All',
|
||||
'go_to' => 'Go to :name',
|
||||
'created_date' => 'Created Date',
|
||||
'period' => 'Period',
|
||||
'start' => 'Start',
|
||||
'end' => 'End',
|
||||
'clear' => 'Clear',
|
||||
'difference' => 'Difference',
|
||||
|
||||
'title' => [
|
||||
'new' => 'Ny :type',
|
||||
'edit' => 'Endre :type',
|
||||
'create' => 'Create :type',
|
||||
'send' => 'Send :type',
|
||||
'get' => 'Get :type',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
'enter' => 'Fyll inn :field',
|
||||
'select' => [
|
||||
@@ -114,4 +138,11 @@ return [
|
||||
'no_file_selected' => 'Ingen fil valgt ...',
|
||||
],
|
||||
|
||||
'date_range' => [
|
||||
'today' => 'Today',
|
||||
'yesterday' => 'Yesterday',
|
||||
'last_days' => 'Last :day Days',
|
||||
'this_month' => 'This Month',
|
||||
'last_month' => 'Last Month',
|
||||
],
|
||||
];
|
||||
|
@@ -11,5 +11,6 @@ return [
|
||||
'items_stock' => '{1} :count utsolgt produkt|[2,*] :count utsolgte produkter',
|
||||
'view_all' => 'Vis alle'
|
||||
],
|
||||
'docs_link' => 'https://akaunting.com/docs',
|
||||
|
||||
];
|
||||
|
@@ -4,6 +4,6 @@ return [
|
||||
|
||||
'import' => 'Importer',
|
||||
'title' => 'Importer :type',
|
||||
'message' => 'Tillatte filtyper: CSV, XLS. <a target="_blank" href=":link"><strong>Last ned eksempelfilen</strong></a>.',
|
||||
'message' => 'Allowed file types: XLS, XLSX. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
|
||||
|
||||
];
|
||||
|
@@ -6,7 +6,7 @@ return [
|
||||
'refresh' => 'Oppfrisk',
|
||||
|
||||
'steps' => [
|
||||
'requirements' => 'Du må oppfyll følgende avhengigheter.',
|
||||
'requirements' => 'Please, ask your hosting provider to fix the errors!',
|
||||
'language' => 'Steg 1/3: Språkvalg',
|
||||
'database' => 'Steg 2/3: Databaseoppsett',
|
||||
'settings' => 'Steg 3/3: Foretak- og administratordetaljer',
|
||||
@@ -19,7 +19,7 @@ return [
|
||||
'requirements' => [
|
||||
'enabled' => ':feature må være aktivert.',
|
||||
'disabled' => ':feature må være deaktivert.',
|
||||
'extension' => ':extension utvidelse må være lastet.',
|
||||
'extension' => ':extension extension needs to be installed and loaded!',
|
||||
'directory' => 'Mappen :directory må være skrivbar.',
|
||||
],
|
||||
|
||||
|
@@ -31,6 +31,7 @@ return [
|
||||
'mark_sent' => 'Merk som sendt',
|
||||
'download_pdf' => 'Last ned PDF',
|
||||
'send_mail' => 'Send e-post',
|
||||
'all_invoices' => 'Login to view all invoices',
|
||||
|
||||
'status' => [
|
||||
'draft' => 'Utkast',
|
||||
@@ -45,6 +46,18 @@ return [
|
||||
'email_sent' => 'E-post med faktura har blitt sendt.',
|
||||
'marked_sent' => 'Faktura merket som sendt.',
|
||||
'email_required' => 'E-postadresse må fylles inn.',
|
||||
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
|
||||
|
||||
'status' => [
|
||||
'created' => 'Created on :date',
|
||||
'send' => [
|
||||
'draft' => 'Not sent',
|
||||
'sent' => 'Sent on :date',
|
||||
],
|
||||
'paid' => [
|
||||
'await' => 'Awaiting payment',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
|
@@ -8,7 +8,10 @@ return [
|
||||
'sku' => 'Varenummer (SKU)',
|
||||
|
||||
'notification' => [
|
||||
'message' => 'Du mottar denne e-posten fordi :name snart er utsolgt.',
|
||||
'message' => [
|
||||
'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
|
||||
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
|
||||
],
|
||||
'button' => 'Vis nå',
|
||||
],
|
||||
|
||||
|
@@ -8,14 +8,18 @@ return [
|
||||
'deleted' => ':type slettet.',
|
||||
'duplicated' => ':type duplisert.',
|
||||
'imported' => ':type importert.',
|
||||
'enabled' => ':type enabled!',
|
||||
'disabled' => ':type disabled!',
|
||||
],
|
||||
'error' => [
|
||||
'over_payment' => 'Feil: Betaling ble ikke lagt til. Beløpet overstiger total.',
|
||||
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
|
||||
'not_user_company' => 'Feil: Du ikke kan administrere dette foretaket.',
|
||||
'customer' => 'Feil: Bruker ble ikke opprettet. :name bruker allerede denne e-postadressen.',
|
||||
'no_file' => 'Feil: Ingen fil er valgt.',
|
||||
'last_category' => 'Feil: Kan ikke slette siste :type kategori.',
|
||||
'invalid_token' => 'Feil: Angitt token er ugyldig.',
|
||||
'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.',
|
||||
'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Advarsel: Du har ikke mulighet til å slette <b>:name</b> fordi kontoen har :text relatert.',
|
||||
|
@@ -4,6 +4,7 @@ return [
|
||||
|
||||
'title' => 'API-token',
|
||||
'api_token' => 'Token',
|
||||
'my_apps' => 'My Apps',
|
||||
'top_paid' => 'Topp betalte',
|
||||
'new' => 'Ny',
|
||||
'top_free' => 'Topp gratis',
|
||||
@@ -15,6 +16,8 @@ return [
|
||||
'no_apps' => 'Det er ingen applikasjoner i denne kategorien ennå.',
|
||||
'developer' => 'Er du en utvikler? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Her</a> kan du lære hvordan du lager en applikasjon for salg.',
|
||||
|
||||
'recommended_apps' => 'Recommended Apps',
|
||||
|
||||
'about' => 'Om',
|
||||
|
||||
'added' => 'Lagt til',
|
||||
@@ -31,18 +34,47 @@ return [
|
||||
'installation' => 'Installering',
|
||||
'faq' => 'FAQ',
|
||||
'changelog' => 'Endringslogg',
|
||||
'reviews' => 'Reviews',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => 'Applikasjonsinstallering',
|
||||
'download' => 'Laster ned :module.',
|
||||
'unzip' => 'Pakker ut :module.',
|
||||
'file_copy' => 'Copying :module files.',
|
||||
'migrate' => 'Applying :module updates.',
|
||||
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
|
||||
'install' => 'Installerer :module.',
|
||||
],
|
||||
|
||||
'errors' => [
|
||||
'download' => ':module can not download!',
|
||||
'upload' => 'Downloaded :module can not saved!',
|
||||
'unzip' => ':module can not unzip!',
|
||||
'file_copy' => ':module files can not copy!',
|
||||
'migrate' => ':module migrate broken!',
|
||||
'migrate core' => ':module already latest version so then yon can not update.',
|
||||
],
|
||||
|
||||
'badge' => [
|
||||
'installed' => 'Installed',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => 'Avinstaller',
|
||||
'disable' => 'Deaktiver',
|
||||
'enable' => 'Aktiver',
|
||||
],
|
||||
|
||||
'my' => [
|
||||
'purchased' => 'Purchased',
|
||||
'installed' => 'Installed',
|
||||
],
|
||||
|
||||
'reviews' => [
|
||||
'button' => [
|
||||
'add' => 'Add a Review'
|
||||
],
|
||||
'na' => 'There are no reviews.'
|
||||
]
|
||||
];
|
||||
|
10
resources/lang/nb-NO/notifications.php
Normal file
10
resources/lang/nb-NO/notifications.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'whoops' => 'Whoops!',
|
||||
'hello' => 'Hello!',
|
||||
'salutation' => 'Regards,<br> :company_name',
|
||||
'subcopy' => 'If you’re having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)',
|
||||
|
||||
];
|
14
resources/lang/nb-NO/reconciliations.php
Normal file
14
resources/lang/nb-NO/reconciliations.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'reconcile' => 'Reconcile',
|
||||
'reconciled' => 'Reconciled',
|
||||
'closing_balance' => 'Closing Balance',
|
||||
'unreconciled' => 'Unreconciled',
|
||||
'list_transactions' => 'List Transactions',
|
||||
'start_date' => 'Start Date',
|
||||
'end_date' => 'End Date',
|
||||
'cleared_amount' => 'Cleared Amount',
|
||||
|
||||
];
|
@@ -33,6 +33,16 @@ return [
|
||||
'digit' => 'Antall siffer',
|
||||
'next' => 'Neste nummer',
|
||||
'logo' => 'Logo',
|
||||
'custom' => 'Custom',
|
||||
'item_name' => 'Item Name',
|
||||
'item' => 'Items',
|
||||
'product' => 'Products',
|
||||
'service' => 'Services',
|
||||
'price_name' => 'Price Name',
|
||||
'price' => 'Price',
|
||||
'rate' => 'Rate',
|
||||
'quantity_name' => 'Quantity Name',
|
||||
'quantity' => 'Quantity',
|
||||
],
|
||||
'default' => [
|
||||
'tab' => 'Standardinnstilinger',
|
||||
@@ -66,6 +76,8 @@ return [
|
||||
'bill_days' => 'Antall dager før forfall for utsending',
|
||||
'cron_command' => 'Cron-kommando',
|
||||
'schedule_time' => 'Tid for kjøring',
|
||||
'send_item_reminder'=> 'Send Item Reminder',
|
||||
'item_stocks' => 'Send When Item Stock',
|
||||
],
|
||||
'appearance' => [
|
||||
'tab' => 'Utseende',
|
||||
|
@@ -5,4 +5,8 @@ return [
|
||||
'from_account' => 'Fra konto',
|
||||
'to_account' => 'Til konto',
|
||||
|
||||
'messages' => [
|
||||
'delete' => ':from to :to (:amount)',
|
||||
],
|
||||
|
||||
];
|
||||
|
@@ -101,6 +101,8 @@ return [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
'invalid_currency' => 'The :attribute code is invalid.',
|
||||
'invalid_amount' => 'The amount :attribute is invalid.',
|
||||
],
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user