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

15 lines
298 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'success' => [
'added' => ':type eklendi!',
'updated' => ':type güncellendi!',
'deleted' => ':type silindi!',
],
'error' => [
'not_user_company' => 'Hata: Bu şirketi yönetme yetkiniz yok!',
],
];