akaunting/resources/lang/vi-VN/transfers.php

13 lines
211 B
PHP
Raw Normal View History

2017-11-30 12:33:06 +03:00
<?php
return [
'from_account' => 'Từ Tài khoản',
'to_account' => 'Tới Tài khoản',
2018-06-20 18:47:39 +03:00
'messages' => [
'delete' => ':from to :to (:amount)',
],
2017-11-30 12:33:06 +03:00
];