Skip to content

Commit

Permalink
Merge pull request #30 from hs-qwerty/tr-update
Browse files Browse the repository at this point in the history
tr-http-status update version 1
  • Loading branch information
Andrey Helldar authored Jun 28, 2022
2 parents 74fc873 + b408d70 commit 2de1943
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions locales/tr/http-statuses.php
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
<?php

return [
'unknownError' => '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',
Expand Down

0 comments on commit 2de1943

Please sign in to comment.