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

11 lines
197 B
PHP
Raw Normal View History

2021-08-29 18:54:09 +00:00
<?php
return [
'payment_made' => 'Ödeme Yapıldı',
'paid_to' => 'Ödenen',
'related_bill' => 'İlgili Fatura',
'create_payment' => 'Ödeme Oluştur',
];