mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 22:34:45 +02:00
13 lines
398 B
PHP
13 lines
398 B
PHP
<?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.',
|
||
],
|
||
];
|