oms-Monitoring/Theme/Backend/Lang/tr.lang.php

65 lines
2.2 KiB
PHP
Executable File
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
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Monitoring' => [
'Alerts' => 'Uyarılar',
'All' => 'Herşey',
'Backtrace' => 'Geritakip',
'CPUUsage' => 'CPU kullanımı',
'Created' => 'düzenlendi',
'CreatedBy' => 'Tarafından yaratıldı',
'Criticals' => 'criticals',
'Debug' => 'Hata ayıklama',
'Deprecated' => 'Kaldırıldı',
'Description' => 'Açıklama',
'DisabledFunctions' => 'Engelli İşlevleri',
'DiskUsage' => 'Disk kullanımı',
'Emergencies' => 'Acil Durumlar',
'Errors' => 'Hatalar',
'Exception' => 'İstisna',
'File' => 'Dosya',
'Files' => 'Dosyalar',
'Info' => 'Bilgi',
'Inspect' => 'denetlemek',
'Inspection' => 'teftiş',
'Integrity' => 'Bütünlük',
'Level' => 'seviye',
'Line' => 'Hat',
'Logs' => 'Kütükler',
'MemoryLimit' => 'Bellek Sınırı',
'Message' => 'İleti',
'Modified' => 'Değiştirilmiş',
'NG' => 'NG',
'Notices' => 'Uyarılar',
'OK' => 'TAMAM MI',
'OS' => 'işletim sistemi',
'PHPSettings' => 'PHP Ayarları',
'Penetrators' => 'penetratörler',
'RAMUsage' => 'RAM Kullanım',
'Release' => 'Serbest bırakmak',
'Report' => 'Bildiri',
'Source' => 'Kaynak',
'Status' => 'durum',
'System' => 'sistem',
'SystemRAM' => 'Sistem RAM',
'Theme' => 'Tema',
'Time' => 'Zaman',
'Timestamp' => 'Zaman Damgası',
'Total' => 'Toplam',
'Unicode' => 'Unicode',
'Uri' => 'Uri',
'Version' => 'versiyon',
'Warnings' => 'Uyarılar',
]];