2017-12-22 15:25:43 +03:00
< ? php
return [
'title' => 'API Token' ,
'api_token' => 'Token' ,
2018-08-29 16:47:58 +03:00
'my_apps' => 'Le mie Applicazioni' ,
2017-12-22 15:25:43 +03:00
'top_paid' => 'Più pagate' ,
'new' => 'Nuovo' ,
'top_free' => 'Top gratis' ,
'free' => 'GRATIS' ,
2018-08-29 16:47:58 +03:00
'search' => 'Ricerca' ,
2017-12-22 15:25:43 +03:00
'install' => 'Installa' ,
'buy_now' => 'Acquista ora' ,
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank"> Clicca qui</a> per ottenere il tuo API token.' ,
'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!' ,
2018-11-08 12:11:42 +03:00
'recommended_apps' => 'Recommended Apps' ,
2017-12-22 15:25:43 +03:00
'about' => 'Info' ,
'added' => 'Aggiunto' ,
'updated' => 'Aggiornato' ,
'compatibility' => 'Compatibilità' ,
'installed' => ':module installato' ,
'uninstalled' => ':module disinstallato' ,
//'updated' => ':module updated',
'enabled' => ':module abilitato' ,
'disabled' => ':module disabilitato' ,
'tab' => [
'installation' => 'Installazione' ,
'faq' => 'FAQ' ,
'changelog' => 'Modifiche di Versione' ,
2018-11-08 12:11:42 +03:00
'reviews' => 'Reviews' ,
2017-12-22 15:25:43 +03:00
],
'installation' => [
'header' => 'Installazione di App' ,
'download' => 'Scaricamento del file del modulo :module.' ,
'unzip' => 'Estrazione files del modulo :module.' ,
2018-11-08 12:11:42 +03:00
'file_copy' => 'Copying :module files.' ,
'migrate' => 'Applying :module updates.' ,
'finish' => 'The update was successfully installed. You will be redirect Update Center.' ,
2017-12-22 15:25:43 +03:00
'install' => 'Installazione dei files del modulo :module.' ,
],
2018-11-08 12:11:42 +03:00
'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.' ,
],
2018-08-29 16:47:58 +03:00
'badge' => [
'installed' => 'Installato' ,
],
2017-12-22 15:25:43 +03:00
'button' => [
'uninstall' => 'Disinstalla' ,
'disable' => 'Disabilita' ,
'enable' => 'Attiva' ,
],
2018-08-29 16:47:58 +03:00
'my' => [
'purchased' => 'Acquistato' ,
'installed' => 'Installato' ,
],
2018-11-08 12:11:42 +03:00
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
2017-12-22 15:25:43 +03:00
];