Files
panel-pelican-dev/lang/tr/server/console.php
github-actions[bot] 483145aac8 New Crowdin Translations (#2407)
Co-authored-by: notAreYouScared <1757840+notAreYouScared@users.noreply.github.com>
2026-06-22 09:10:23 -04:00

44 lines
1.4 KiB
PHP
Raw Permalink 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 [
'title' => 'Konsol',
'command' => 'Bir komut yazın...',
'command_blocked' => 'Sunucu Çevrimdışı...',
'command_blocked_title' => 'Sunucu Çevrimdışı olduğunda komut gönderilemiyor',
'open_in_admin' => 'Yönetici\'de aç',
'power_actions' => [
'start' => 'Başlat',
'stop' => 'Durdur',
'restart' => 'Yeniden Başlat',
'kill' => 'Sonlandır',
'kill_tooltip' => 'Bu durum veri bozulmasına ve/veya veri kaybına yol açabilir!',
],
'labels' => [
'cpu' => 'CPU',
'memory' => 'Bellek',
'network' => 'Ağ',
'disk' => 'Disk',
'name' => 'İsim',
'status' => 'Durum',
'address' => 'Adres',
'unavailable' => 'Mevcut değil',
],
'status' => [
'created' => 'Oluşturuldu',
'starting' => 'Başlatılıyor',
'running' => 'Çalışıyor',
'restarting' => 'Yeniden başlatılıyor',
'exited' => ıkıldı',
'paused' => 'Durduruldu',
'dead' => 'Yanıt Vermiyor',
'removing' => 'Kaldırılıyor',
'stopping' => 'Durduruluyor',
'offline' => 'Çevrimdışı',
'missing' => 'Eksik',
],
'websocket_error' => [
'title' => 'Websocket\'e bağlanılamadı!',
'body' => 'Daha fazla detay için tarayıcı konsolunu kontrol et',
],
];