updated translations
This commit is contained in:
@ -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.'
|
||||
]
|
||||
];
|
||||
|
Reference in New Issue
Block a user