akaunting/resources/lang/tr-TR/transfers.php

13 lines
219 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'from_account' => 'Gönderen Hesap',
'to_account' => 'Alan Hesap',
2018-06-20 18:47:39 +03:00
'messages' => [
'delete' => ':from hesabıdan :to hesabına (:amount)',
],
2017-09-14 22:21:00 +03:00
];