it-IT
This commit is contained in:
47
resources/lang/it-IT/modules.php
Normal file
47
resources/lang/it-IT/modules.php
Normal file
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'API Token',
|
||||
'api_token' => 'Token',
|
||||
'top_paid' => 'Più pagate',
|
||||
'new' => 'Nuovo',
|
||||
'top_free' => 'Top gratis',
|
||||
'free' => 'GRATIS',
|
||||
'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!',
|
||||
|
||||
'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',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => 'Installazione di App',
|
||||
'download' => 'Scaricamento del file del modulo :module.',
|
||||
'unzip' => 'Estrazione files del modulo :module.',
|
||||
'install' => 'Installazione dei files del modulo :module.',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => 'Disinstalla',
|
||||
'disable' => 'Disabilita',
|
||||
'enable' => 'Attiva',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user