nb-NO
This commit is contained in:
47
resources/lang/nb-NO/modules.php
Normal file
47
resources/lang/nb-NO/modules.php
Normal file
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'API-token',
|
||||
'api_token' => 'Token',
|
||||
'top_paid' => 'Topp betalte',
|
||||
'new' => 'Ny',
|
||||
'top_free' => 'Topp gratis',
|
||||
'free' => 'GRATIS',
|
||||
'install' => 'Installer',
|
||||
'buy_now' => 'Kjøp nå',
|
||||
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Klikk her</a> for å få din API-token.',
|
||||
'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.',
|
||||
|
||||
'about' => 'Om',
|
||||
|
||||
'added' => 'Lagt til',
|
||||
'updated' => 'Oppdatert',
|
||||
'compatibility' => 'Kompatibilitet',
|
||||
|
||||
'installed' => ':module installert',
|
||||
'uninstalled' => ':module avinstallert',
|
||||
//'updated' => ':module updated',
|
||||
'enabled' => ':module aktivert',
|
||||
'disabled' => ':module deaktivert',
|
||||
|
||||
'tab' => [
|
||||
'installation' => 'Installering',
|
||||
'faq' => 'FAQ',
|
||||
'changelog' => 'Endringslogg',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => 'Applikasjonsinstallering',
|
||||
'download' => 'Laster ned :module.',
|
||||
'unzip' => 'Pakker ut :module.',
|
||||
'install' => 'Installerer :module.',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => 'Avinstaller',
|
||||
'disable' => 'Deaktiver',
|
||||
'enable' => 'Aktiver',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user