81 lines
2.9 KiB
PHP
Raw Normal View History

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!',
2018-11-08 12:11:42 +03:00
'recommended_apps' => 'Recommended Apps',
2018-05-08 16:49:32 +03:00
'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',
2018-11-08 12:11:42 +03:00
'reviews' => 'Reviews',
2018-05-08 16:49:32 +03:00
],
'installation' => [
'header' => 'Instalare aplicatie',
'download' => 'Descărcare fisier :module.',
'unzip' => 'Dezarhivare fisiere :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.',
2018-05-08 16:49:32 +03:00
'install' => 'Instalare fisiere :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-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-11-08 12:11:42 +03:00
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
2018-05-08 16:49:32 +03:00
];