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

15 lines
342 B
PHP
Raw Normal View History

2017-10-28 06:15:09 +00:00
<?php
return [
'from_account' => 'Из аккаунта',
2021-06-10 00:15:05 +00:00
'from_account_rate' => 'Из ставки счета',
2017-10-28 06:15:09 +00:00
'to_account' => 'В аккаунт',
2021-06-10 00:15:05 +00:00
'to_account_rate' => 'Ставка по счету',
2017-10-28 06:15:09 +00:00
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
];