akaunting/resources/lang/tr-TR/dashboards.php
2020-02-05 13:43:29 +03:00

12 lines
382 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'error' => [
'not_user_dashboard' => 'Hata: Bu yönetim panelini değiştirme yetkiniz yok!',
'delete_last' => 'Hata: Son yönetim panelini silemezsiniz. Önce yeni bir panel oluşturun!',
'disable_last' => 'Hata: Son yönetim panelini devre dışı bırakamazsınız. Önce yeni bir panel oluşturun!',
],
];