akaunting/resources/lang/ru-RU/transfers.php

13 lines
214 B
PHP
Raw Normal View History

2017-10-28 09:15:09 +03:00
<?php
return [
'from_account' => 'Из аккаунта',
'to_account' => 'В аккаунт',
2018-11-08 12:11:42 +03:00
'messages' => [
'delete' => ':from to :to (:amount)',
],
2017-10-28 09:15:09 +03:00
];