diff --git a/locales/tr/http-statuses.php b/locales/tr/http-statuses.php index 880a53dc..aa864e11 100644 --- a/locales/tr/http-statuses.php +++ b/locales/tr/http-statuses.php @@ -1,32 +1,32 @@ 'Unknown Error', - '0' => 'Unknown Error', + 'unknownError' => 'Bilinmeyen Hata', + '0' => 'Bilinmeyen Hata', - '100' => 'Continue', - '101' => 'Switching Protocols', - '102' => 'Processing', + '100' => 'Devam Et', + '101' => 'Anahtarlama Protokolleri', + '102' => 'İşleme', - '200' => 'OK', - '201' => 'Created', - '202' => 'Accepted', - '203' => 'Non-Authoritative Information', - '204' => 'No Content', - '205' => 'Reset Content', - '206' => 'Partial Content', - '207' => 'Multi-Status', - '208' => 'Already Reported', - '226' => 'IM Used', + '200' => 'Tamam', + '201' => 'Oluşturuldu', + '202' => 'Kabul Edilmiş', + '203' => 'Yetkili Olmayan Bilgiler', + '204' => 'İçerik Yok', + '205' => 'İçeriği Sıfırla', + '206' => 'Kısmi İçerik', + '207' => 'Çoklu Durum', + '208' => 'Zaten Bildirildi', + '226' => 'IM Kullanıldı', - '300' => 'Multiple Choices', - '301' => 'Moved Permanently', - '302' => 'Found', - '303' => 'See Other', - '304' => 'Not Modified', - '305' => 'Use Proxy', - '307' => 'Temporary Redirect', - '308' => 'Permanent Redirect', + '300' => 'Çoklu Seçimler', + '301' => 'Kalıcı Olarak Taşındı', + '302' => 'Bulundu', + '303' => 'Diğerlerini Gör', + '304' => 'Modifiye Edilmemiş', + '305' => 'Proxy Kullan', + '307' => 'Geçici Yönlendirme', + '308' => 'Kalıcı Yönlendirme', '400' => 'Bad Request', '401' => 'Unauthorized',