Files
UNIT3D-Community-Edition/lang/tr/request.php
2024-05-23 13:58:29 +00:00

81 lines
3.7 KiB
PHP
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
declare(strict_types=1);
/**
* NOTICE OF LICENSE.
*
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D Community Edition
*
* @author HDVinnie <hdinnovations@protonmail.com>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
return [
'add-request' => 'İstek ekle',
'age' => 'Yaş',
'all-requests' => 'Tüm istekler',
'approve' => 'onaylamak',
'bounty' => 'cömertlik',
'bounty-claimed' => 'Ödül talep edildi',
'bounty-unclaimed' => 'Sahipsiz ödül',
'category' => 'Kategori',
'claim' => 'İddia',
'claim-anon-choose' => 'Lütfen Akıllıca Seçiniz',
'claim-as-anon' => 'Bunu Anonim Olarak Talep Etmek İster misiniz?',
'claim-now' => 'Şimdi talep et',
'claimed' => 'İddia Edilen',
'current' => 'şimdiki',
'delete' => 'Bu İsteği Sil',
'delete-confirmation' => 'Bu İsteği silmek istediğinize emin misiniz?',
'delete-filled' => 'Bu istek yalnızca doldurulmamışsa silinebilir',
'description' => 'Açıklama',
'dont-have-bps' => 'Yeterli Bonusunuz yok',
'edit-request' => 'İsteği düzenle',
'enter-bp' => 'Bonus puanları girin (en az 100)',
'enter-hash' => 'Yüklenen Torrent in Bilgi Karmasını girin',
'fill' => 'doldurmak',
'fill-request' => 'Bu isteği doldur',
'filled' => 'dolu',
'filled-by' => 'Tarafından doldurdu',
'for' => 'için',
'fulfill' => 'yerine getirmek',
'last-vote' => 'Son oy',
'my-requests' => 'Benim isteklerim',
'no' => 'Yok hayır,',
'no-imdb-id' => 'Tüm İstekler IMDB Numarası İçermelidir',
'no-privileges' => 'Hata: İstek haklarınız devre dışı bırakıldı',
'no-privileges-desc' => 'Bunun hatalı olduğunu düşünüyorsanız, lütfen Çalışanlar ile iletişim kurun.',
'no-refunds' => 'Bono borsaları yaratma, doldurma ve ödüller kazanma konusunda son! <br> <strong>İADE YOK!</strong>',
'pending' => 'kadar',
'reason' => 'neden',
'reject' => 'reddetmek',
'report' => 'İsteği bildir',
'request' => 'İstek',
'request-details' => 'İstek detayları',
'requested-by' => 'Tarafından talep edildi',
'requests' => 'İstekler',
'required' => 'gereklidir',
'reset' => 'Reset',
'reset-confirmation' => 'Bu İsteği sıfırlamak istediğinize emin misiniz?',
'reset-request' => 'Bu İsteği Sıfırla',
'reward' => 'Ödül',
'reward-desc' => 'Ne kadar bonus puan ödüllendirmek istersiniz? Minimum 100 BP',
'reward-from' => 'itibaren',
'title' => 'Başlık',
'torrent-hash' => 'Torrent Hash',
'total-bounty' => 'Toplam ödül',
'type' => 'tip',
'unclaim' => 'Bu isteği kabul etmeme',
'unfilled' => 'Doldurulmamış',
'view-filled' => 'Görünüm dolgulu',
'view-unfilled' => 'Dolgusuz görüntüleme',
'vote' => 'Oy',
'vote-that' => 'Bu İsteği Oyla',
'voters' => 'seçmenler',
'votes' => 'oy',
'yes' => 'Evet',
];