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

15 lines
342 B
PHP
Raw Normal View History

2017-10-28 09:15:09 +03:00
<?php
return [
'from_account' => 'Из аккаунта',
2021-06-10 00:15:05 +00:00
'from_account_rate' => 'Из ставки счета',
2017-10-28 09:15:09 +03:00
'to_account' => 'В аккаунт',
2021-06-10 00:15:05 +00:00
'to_account_rate' => 'Ставка по счету',
2017-10-28 09:15:09 +03:00
2018-11-08 12:11:42 +03:00
'messages' => [
2019-11-18 20:38:25 +03:00
'delete' => ':from до :to (:amount)',
2018-11-08 12:11:42 +03:00
],
2017-10-28 09:15:09 +03:00
];