akaunting/resources/lang/ro-RO/currencies.php
2018-05-08 16:49:32 +03:00

19 lines
524 B
PHP

<?php
return [
'code' => 'Cod',
'rate' => 'Rată',
'default' => 'Moneda implicita',
'decimal_mark' => 'Delimitare pentru zecimale',
'thousands_separator' => 'Separator pentru Mii',
'precision' => 'Precizie',
'symbol' => [
'symbol' => 'Simbol',
'position' => 'Poziţia simbolului',
'before' => 'Înainte de suma',
'after' => 'După suma',
]
];