akaunting/resources/lang/bg-BG/transfers.php
2018-08-06 10:25:41 +03:00

13 lines
214 B
PHP

<?php
return [
'from_account' => 'От сметка',
'to_account' => 'Към сметка',
'messages' => [
'delete' => ':from до :to (:amount)',
],
];