updated translations

This commit is contained in:
denisdulici
2018-11-16 16:02:06 +03:00
parent 3317483e39
commit aa69f07368
29 changed files with 174 additions and 156 deletions

View File

@ -16,7 +16,7 @@ return [
'no_apps' => 'Non c\'è nessuna apps in questa categoria, ancora.',
'developer' => 'Sei uno sviluppatore? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Qui</a> si può imparare a creare un\'app e iniziare a vendere oggi!',
'recommended_apps' => 'Recommended Apps',
'recommended_apps' => 'App consigliate',
'about' => 'Info',
@ -34,26 +34,26 @@ return [
'installation' => 'Installazione',
'faq' => 'FAQ',
'changelog' => 'Modifiche di Versione',
'reviews' => 'Reviews',
'reviews' => 'Recensioni',
],
'installation' => [
'header' => 'Installazione di App',
'download' => 'Scaricamento del file del modulo :module.',
'unzip' => 'Estrazione files del modulo :module.',
'file_copy' => 'Copying :module files.',
'migrate' => 'Applying :module updates.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
'file_copy' => 'Copia file del :module.',
'migrate' => 'Applicazione aggiornamenti del :module.',
'finish' => 'L\'aggiornamento è stato installato con successo. Verrai reindirizzato al Centro aggiornamenti.',
'install' => 'Installazione dei files del modulo :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 non può essere scaricato!',
'upload' => 'Il :module Scaricato non può essere salvato!',
'unzip' => ':module non può essere estratto!',
'file_copy' => 'I file del :module non possono essere copiati!',
'migrate' => 'Migrazione del :modulo interrotta!',
'migrate core' => ':module ha già la versione più recente, quindi non è possibile aggiornare.',
],
'badge' => [
@ -73,8 +73,8 @@ return [
'reviews' => [
'button' => [
'add' => 'Add a Review'
'add' => 'Aggiungi una recensione'
],
'na' => 'There are no reviews.'
'na' => 'Non sono presenti recensioni.'
]
];