mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 05:53:54 +03:00
18 lines
452 B
PHP
18 lines
452 B
PHP
<?php
|
||
|
||
return [
|
||
'title' => 'Ağ',
|
||
'add' => 'Allocation Ekle',
|
||
'limit' => 'Allocation limitine ulaşıldı',
|
||
'address' => 'Adres',
|
||
'port' => 'Port',
|
||
'notes' => 'Notlar',
|
||
'no_notes' => 'Not yok',
|
||
'make_primary' => 'Birincil Yap',
|
||
'primary' => 'Birincil',
|
||
'make' => 'Yap',
|
||
'delete' => 'Sil',
|
||
'locked' => 'Kilitli?',
|
||
'locked_helper' => 'Kilitli allocationlar sadece adminler tarafından silinebilir',
|
||
];
|