diff options
author | Unknwon <u@gogs.io> | 2017-02-27 18:38:16 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-27 18:38:16 -0500 |
commit | b3757e424ffc47f7ae07d8fecd9f2ecf98f20679 (patch) | |
tree | 26f2ba923a914bc6332535d61d1fe7c189515ccb /conf/locale/locale_tr-TR.ini | |
parent | 2381fe72cbacf8a375ec1a2f291ec3292bb52334 (diff) |
Prepare release
Diffstat (limited to 'conf/locale/locale_tr-TR.ini')
-rw-r--r-- | conf/locale/locale_tr-TR.ini | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/locale/locale_tr-TR.ini b/conf/locale/locale_tr-TR.ini index f7382941..2f816554 100644 --- a/conf/locale/locale_tr-TR.ini +++ b/conf/locale/locale_tr-TR.ini @@ -656,6 +656,10 @@ settings.protect_require_pull_request=Require pull request instead direct pushin settings.protect_require_pull_request_desc=Enable this option to disable direct pushing to this branch. Commits have to be pushed to another non-protected branch and merged to this branch through pull request. settings.protect_whitelist_committers=Whitelist who can push to this branch settings.protect_whitelist_committers_desc=Add people or teams to whitelist of direct push to this branch. +settings.protect_whitelist_users=Users who can push to this branch +settings.protect_whitelist_search_users=Search users +settings.protect_whitelist_teams=Teams for which members of them can push to this branch +settings.protect_whitelist_search_teams=Search teams settings.update_protect_branch_success=Protect options for this branch has been updated successfully! settings.hooks=Web İstekleri settings.githooks=Git İstekleri @@ -684,6 +688,7 @@ settings.tracker_issue_style.alphanumeric=Alfanumerik settings.tracker_url_format_desc=Kullanıcı adı, depo ismi ve hata indeksi için <code>{kullanıcı} {depo} {indeks}</code> tutucusunu kullanabilirsiniz. settings.pulls_desc=Herkese açık katkıları kabul etmek için değişiklik isteklerini etkinleştirin settings.danger_zone=Tehlike Alanı +settings.cannot_fork_to_same_owner=You cannot fork a repository to its original owner. settings.new_owner_has_same_repo=Yeni sahibin aynı isimde başka bir deposu var. Lütfen farklı bir isim seçin. settings.convert=Düzenli Depoya Dönüştür settings.convert_desc=Bu yansıyı düzenli bir depoya dönüştürebilirsiniz. Bu işlem geri alınamaz. @@ -718,7 +723,6 @@ settings.collaborator_deletion_desc=Kullanıcı, silme işleminden sonra bu depo settings.remove_collaborator_success=Katkıcı silindi. settings.search_user_placeholder=Kullanıcı ara... settings.org_not_allowed_to_be_collaborator=Organizasyon, bir katkıcı olarak eklenemez. -settings.user_is_org_member=Kullanıcı organizasyon üyesi olduğu için katkıcı olarak eklenemez. settings.add_webhook=Web İsteği Ekle settings.hooks_desc=Web istekleri, HTTP POST olay tetikleyicileri gibidirler. Gogs'ta ne zaman bir şey olsa, hedef belirttiğiniz sunuculara bildirim yapabilecek duruma geliriz. Daha fazla bilgiyi <a target="_blank" href="%s">Web İstekleri Kılavuzu</a>'nda bulabilirsiniz. settings.webhook_deletion=Web İsteğini Sil @@ -741,6 +745,7 @@ settings.add_webhook_desc=Gogs, meydana gelen olay ile birlikte belirttiğiniz b settings.payload_url=Yük Bağlantısı settings.content_type=İçerik Türü settings.secret=Gizli +settings.secret_desc=Secret will be sent as SHA256 HMAC hex digest of payload via <code>X-Gogs-Signature</code> header. settings.slack_username=Kullanıcı Adı settings.slack_icon_url=Simge Bağlantısı settings.slack_color=Renk |