92 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			92 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | ||
| 
 | ||
| return [
 | ||
|     '2fa' => '2AD',
 | ||
|     '2fa_token' => 'Doğrulama Kodu',
 | ||
|     'account' => 'Hesap',
 | ||
|     'action' => 'Action',
 | ||
|     'admin' => 'Yönetici',
 | ||
|     'admin_control' => 'Yönetici Kontrol',
 | ||
|     'admin_cp' => 'Yönetici Kontrol Paneli',
 | ||
|     'alias' => 'Alias',
 | ||
|     'api_access' => 'Api Access',
 | ||
|     'cancel' => 'Cancel',
 | ||
|     'captcha_invalid' => 'The provided captcha is invalid.',
 | ||
|     'close' => 'Kapat',
 | ||
|     'configuration' => 'Konfigürasyon',
 | ||
|     'confirm_password' => 'Confirm Password',
 | ||
|     'connection' => 'Bağlantı Adresi',
 | ||
|     'cpu' => 'CPU',
 | ||
|     'create' => 'Oluştur',
 | ||
|     'created' => 'Oluşturuldu',
 | ||
|     'created_at' => 'Created At',
 | ||
|     'current_password' => 'Mevcut Şifre',
 | ||
|     'danger' => 'Danger',
 | ||
|     'data' => 'Data',
 | ||
|     'database' => 'Veritabanı',
 | ||
|     'databases' => 'Veritabanları',
 | ||
|     'days' => [
 | ||
|         'fri' => 'Friday',
 | ||
|         'mon' => 'Monday',
 | ||
|         'sat' => 'Saturday',
 | ||
|         'sun' => 'Sunday',
 | ||
|         'thurs' => 'Thursday',
 | ||
|         'tues' => 'Tuesday',
 | ||
|         'wed' => 'Wednesday',
 | ||
|     ],
 | ||
|     'delete' => 'Sil',
 | ||
|     'email' => 'The :attribute must be a valid email address.',
 | ||
|     'expires' => 'Expires',
 | ||
|     'home' => 'Anasayfa',
 | ||
|     'id' => 'ID',
 | ||
|     'ip' => 'The :attribute must be a valid IP address.',
 | ||
|     'last_activity' => 'Son Hareket',
 | ||
|     'last_run' => 'Last Run',
 | ||
|     'last_used' => 'Last Used',
 | ||
|     'location' => 'Yer',
 | ||
|     'login' => 'Giriş',
 | ||
|     'logout' => 'Çıkış',
 | ||
|     'make_primary' => 'Make Primary',
 | ||
|     'memo' => 'Memo',
 | ||
|     'memory' => 'Bellek',
 | ||
|     'minutes' => 'Minutes',
 | ||
|     'name' => 'İsim',
 | ||
|     'never' => 'never',
 | ||
|     'new' => 'Yeni',
 | ||
|     'next_run' => 'Next Run',
 | ||
|     'no' => 'Hayır',
 | ||
|     'node' => 'Node',
 | ||
|     'none' => 'None',
 | ||
|     'not_run_yet' => 'Not Run Yet',
 | ||
|     'optional' => 'Optional',
 | ||
|     'owner' => 'Sahip',
 | ||
|     'password' => 'Şifre',
 | ||
|     'port' => 'Port',
 | ||
|     'primary' => 'Primary',
 | ||
|     'public_key' => 'Token',
 | ||
|     'queued' => 'Queued',
 | ||
|     'read_only' => 'Read Only',
 | ||
|     'registered' => 'Kayitli',
 | ||
|     'relation' => 'Relation',
 | ||
|     'required' => 'The :attribute field is required.',
 | ||
|     'restart' => 'Teklar baslat',
 | ||
|     'revoke' => 'Geri Al',
 | ||
|     'search' => 'Ara',
 | ||
|     'seconds' => 'Seconds',
 | ||
|     'security' => 'Güvenlik',
 | ||
|     'select_all' => 'Hepsini Seç',
 | ||
|     'select_none' => 'Select None',
 | ||
|     'servers' => 'Sunucular',
 | ||
|     'settings' => 'Ayarlar',
 | ||
|     'sftp' => 'SFTP',
 | ||
|     'sign_out' => 'Çıkış',
 | ||
|     'status' => 'Durum',
 | ||
|     'submit' => 'Gönder',
 | ||
|     'subuser' => 'Subuser',
 | ||
|     'suspended' => 'Askıya Alındı',
 | ||
|     'tasks' => 'Tasks',
 | ||
|     'username' => 'Kullanıcı adı',
 | ||
|     'user_identifier' => 'Kullanıcı adı veya Eposta',
 | ||
|     'yes' => 'Evet',
 | ||
| ];
 | 
