akaunting/resources/lang/ro-RO/transfers.php
2021-05-12 00:16:24 +00:00

15 lines
313 B
PHP

<?php
return [
'from_account' => 'Cont platitor',
'from_account_rate' => 'Curs cont plătitor',
'to_account' => 'Cont beneficiar',
'to_account_rate' => 'Curs cont încasator',
'messages' => [
'delete' => ':from la :to (:amount)',
],
];