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

13 lines
216 B
PHP
Raw Normal View History

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