2018-05-08 16:49:32 +03:00
< ? php
return [
'title' => 'Token API' ,
'api_token' => 'Token' ,
2018-06-20 18:47:39 +03:00
'my_apps' => 'Aplicatiile Mele' ,
2018-05-08 16:49:32 +03:00
'top_paid' => 'Cel mai bine platit' ,
'new' => 'Nou' ,
'top_free' => 'Top gratuit' ,
'free' => 'GRATUIT' ,
'search' => 'Cauta' ,
'install' => 'Instalează' ,
'buy_now' => 'Cumpara acum' ,
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Click aici</a> pentru a obtine token API.' ,
'no_apps' => 'Inca nu exista aplicatii in aceasta categorie.' ,
'developer' => 'Esti un dezvoltator de aplicatii? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Aici</a> poti afla cum sa creezi o aplicatie si sa incepi sa vinzi astazi!' ,
'about' => 'Despre' ,
'added' => 'Adăugat' ,
'updated' => 'Actualizat' ,
'compatibility' => 'Compatibilitate' ,
'installed' => ':module instalat' ,
'uninstalled' => ':module dezinstalat' ,
//'updated' => ':module updated',
'enabled' => ':module activat' ,
'disabled' => ':module dezactivat' ,
'tab' => [
'installation' => 'Instalare' ,
'faq' => 'Întrebări frecvente' ,
'changelog' => 'Istoric modificări' ,
],
'installation' => [
'header' => 'Instalare aplicatie' ,
'download' => 'Descărcare fisier :module.' ,
'unzip' => 'Dezarhivare fisiere :module.' ,
'install' => 'Instalare fisiere :module.' ,
],
2018-06-20 18:47:39 +03:00
'badge' => [
'installed' => 'Instalat' ,
],
2018-05-08 16:49:32 +03:00
'button' => [
'uninstall' => 'Dezinstalează' ,
'disable' => 'Dezactivează' ,
'enable' => 'Activează' ,
],
2018-06-20 18:47:39 +03:00
'my' => [
'purchased' => 'Cumparat' ,
'installed' => 'Instalat' ,
],
2018-05-08 16:49:32 +03:00
];