Akaunting/resources/lang/bg-BG/transfers.php

13 lines
214 B
PHP

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