updated translations

This commit is contained in:
denisdulici
2018-12-11 16:47:45 +03:00
parent b7de4bad6f
commit f2d47b5b19
52 changed files with 213 additions and 168 deletions

View File

@ -4,7 +4,7 @@ return [
'title' => 'API-token',
'api_token' => 'Token',
'my_apps' => 'My Apps',
'my_apps' => 'Mine applikasjoner',
'top_paid' => 'Topp betalte',
'new' => 'Ny',
'top_free' => 'Topp gratis',
@ -16,13 +16,16 @@ 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',
'recommended_apps' => 'Anbefalte applikasjoner',
'about' => 'Om',
'added' => 'Lagt til',
'updated' => 'Oppdatert',
'compatibility' => 'Kompatibilitet',
'documentation' => 'Dokumentasjon',
'view' => 'Se',
'back' => 'Tilbake',
'installed' => ':module installert',
'uninstalled' => ':module avinstallert',
@ -34,30 +37,30 @@ return [
'installation' => 'Installering',
'faq' => 'FAQ',
'changelog' => 'Endringslogg',
'reviews' => 'Reviews',
'reviews' => 'Anmeldelser',
],
'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.',
'file_copy' => 'Kopierer filer til :module.',
'migrate' => 'Legger til :module oppdateringer.',
'finish' => 'Oppdateringen ble installert. Du vil bli videresendt til Oppdateringssenter.',
'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.',
'download' => ':module kan ikke lastes ned!',
'upload' => 'Nedlastet :module kan ikke lagres!',
'unzip' => ':module kan ikke pakkes ut!',
'file_copy' => ':module filer kan ikke kopieres!',
'migrate' => ':module migrasjon mislykket!',
'migrate core' => ':module er allerede siste versjon, så du kan ikke oppdatere.',
],
'badge' => [
'installed' => 'Installed',
'installed' => 'Innstallert',
],
'button' => [
@ -67,14 +70,14 @@ return [
],
'my' => [
'purchased' => 'Purchased',
'installed' => 'Installed',
'purchased' => 'Kjøpt',
'installed' => 'Installert',
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
'add' => 'Legg til anmeldelse'
],
'na' => 'There are no reviews.'
'na' => 'Det er ingen anmeldelser.'
]
];