2024-04-19 22:31:46 -04:00

13 lines
398 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 [
'exceptions' => [
'user_has_servers' => 'Hesabına bağlı sunucular bulunuyor. Devam etmeden önce lütfen sunucularını silin',
'user_is_self' => 'Kendi kullanıcı hesabınızı silemezsiniz.',
],
'notices' => [
'account_created' => 'Hesap başarıyla oluşturuldu.',
'account_updated' => 'Hesap başarıyla güncellendi.',
],
];