updated translations

This commit is contained in:
denisdulici
2018-11-08 12:11:42 +03:00
parent 9fbac1d4fa
commit 798fc89797
456 changed files with 4227 additions and 309 deletions

View File

@ -16,6 +16,8 @@ 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',
'about' => 'Info',
'added' => 'Aggiunto',
@ -32,15 +34,28 @@ return [
'installation' => 'Installazione',
'faq' => 'FAQ',
'changelog' => 'Modifiche di Versione',
'reviews' => 'Reviews',
],
'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.',
'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.',
],
'badge' => [
'installed' => 'Installato',
],
@ -55,4 +70,11 @@ return [
'purchased' => 'Acquistato',
'installed' => 'Installato',
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
];