akaunting/resources/lang/hu-HU/transfers.php

13 lines
210 B
PHP
Raw Normal View History

2020-08-06 21:02:03 +00:00
<?php
return [
'from_account' => 'Forrás számla',
'to_account' => 'Cél számla',
'messages' => [
'delete' => ':from -ról :to -ra (:amount)',
],
];