ro-RO translation
This commit is contained in:
48
resources/lang/ro-RO/modules.php
Normal file
48
resources/lang/ro-RO/modules.php
Normal file
@ -0,0 +1,48 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Token API',
|
||||
'api_token' => 'Token',
|
||||
'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.',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => 'Dezinstalează',
|
||||
'disable' => 'Dezactivează',
|
||||
'enable' => 'Activează',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user