LocalCDN-Firefox-Chrome-Brave/_locales/tr/messages.json

183 lines
8.4 KiB
JSON
Raw Normal View History

2020-02-27 13:45:29 +01:00
{
"extensionDescription": {
"message": "Sizi içerik dağıtımıyla yapılan merkezi ve \"ücretsiz\" takipten korur.",
"description": "Extension description."
},
"amountInjectedDescription": {
"message": "Kurulumdan bu yana yerel İçerik Dağıtım Ağı kaynak eklemelerinin miktarı.",
"description": "Amount injected description."
},
"optionsTitle": {
"message": "Seçenekler",
"description": "Options title"
},
"showIconBadgeTitle": {
"message": "Simgede enjeksiyon sayaçlarını göster",
"description": "Show icon badge title"
},
"showIconBadgeDescription": {
"message": "Enjekte edilen kaynakların sayısını uzantı simgesinde gösterin.",
"description": "Show icon badge description."
},
"blockMissingTitle": {
"message": "Eksik kaynaklar için gelen istekleri engelle",
"description": "Block requests for missing resources title"
},
"blockMissingDescription": {
"message": "İstenilen kaynak yerel olarak mevcut değilse, yakalanan isteği iptal et.",
"description": "Block requests for missing resources description."
},
"disablePrefetchTitle": {
"message": "Bağlantı önalımını devre dışı bırak",
"description": "Disable prefetch title"
},
"disablePrefetchDescription": {
"message": "İzin verilmeyen isteklerin dağıtım ağlarına sızmasını engelleyin.",
"description": "Disable prefetch description."
},
"stripMetadataTitle": {
"message": "Meta verilerini izin verilen isteklerden ayır",
"description": "Strip metadata title"
},
"stripMetadataDescription": {
"message": "İleri düzey gizlilik için, izin verilen CDN isteklerinden hassas verileri sil.",
"description": "Strip metadata description."
},
"whitelistedDomainsTitle": {
"message": "Bu etki alanları için LocalCDN'yi devre dışı bırak:",
2020-06-26 19:48:47 +02:00
"description": "Deactivate LocalCDN for these domains:"
},
"whitelistedDomainsDescription": {
"message": "LocalCDN'nin devre dışı bırakılacağı etki alanlarını girin. Birden çok girdiyi noktalı virgül (;) ile ayırın.",
2020-06-26 19:48:47 +02:00
"description": "Enter domains to disable LocalCDN there. Separate multiple entries with semi-colons (;)."
},
"advancedLabel": {
"message": "Gelişmiş",
"description": "Advanced label"
},
"generateRuleSetTitle": {
"message": "UBlock veya uMatrix için kural kümeleri oluşturma",
"description": "Generate rule set title"
},
"generateRuleSetDescription": {
"message": "uBlock Origin veya uMatrix kullanıyorsanız kuralları buradan oluşturabilirsiniz. Bu kuralları uBlock Origin veya uMatrix'e elle eklemeniz gerekir.",
2020-07-14 20:31:13 +02:00
"description": "In case you are using uBlock Origin or uMatrix you can generate the rules here. You have to add these rules manually in uBlock Origin or uMatrix."
},
"lastUpdate": {
"message": "Son güncelleme:",
"description": "Last update:"
},
"copyRuleSet": {
"message": "Kopyala",
"description": "Text of button to copy ruleset"
},
"loggingTitle": {
"message": "Tarayıcı konsolunda günlük kaydını etkinleştir",
"description": "Enable logging in browser console"
},
"loggingDescription": {
"message": "Eksik kaynakları göstermek için \"Tarayıcı Konsolunu\" (CTRL + SHIFT + J) açın.",
"description": "Open \"Browser Console\" ( CTRL + SHIFT + J ) to show missing resources."
},
"hideReleaseNotesTitle": {
"message": "Sürüm notlarını devre dışı bırak",
"description": "Disable release notes"
},
"hideReleaseNotesDescription": {
"message": "Yeni LocalCDN özellikleri hakkında bilgi almamak için bunu açın. Buna yeni uBlock/uMatrix kuralları hakkında bilgiler de dahildir.",
"description": "If enabled, you wont receive any information about new features in LocalCDN. This includes information about new uBlock/uMatrix rules."
},
"featureBreaksWebsitesDescription": {
"message": "Bu özellik web sitelerini bozar. Etkilenen alan adlarını elle beyaz listeye almaya hazır değilseniz, etkinleştirilmiş olarak bırakmayın.",
"description": "This feature breaks websites. Do not leave it enabled, unless you are prepared to manually whitelist any affected domains."
},
"featureBreaksWebsitesButton": {
"message": "Devre dışı bırak",
"description": "Disable"
},
"labelManipulateDOM": {
"message": "HTML kaynak kodunu filtrele",
2020-06-28 18:59:19 +02:00
"description": "Filter HTML source code"
},
"labelDonate": {
"message": "Bağış yap",
"description": "Donate"
2020-06-26 19:48:47 +02:00
},
"negateHtmlFilterListTitle": {
"message": "HTML filtresini tersine çevir",
2020-06-28 18:59:19 +02:00
"description": "Invert HTML filter"
2020-06-26 19:48:47 +02:00
},
"negateHtmlFilterListDescription": {
"message": "HTML filtresini her zaman uygulamak için bu seçeneği etkinleştirin. Listedeki etki alanları göz ardı edilecektir. Bu seçenek devre dışı bırakılırsa, HTML filtresi sadece listedeki etki alanlarına uygulanır.",
2020-06-26 19:48:47 +02:00
"description": "Enable this option to always apply the HTML filter. The domains in the list will be ignored then. If this option is disabled, the HTML filter is only applied to domains in the list."
},
"negateHtmlFilterListWarning": {
"message": "Bu işlev web sitelerini bozabilir. Lütfen Wiki sayfasındaki bilgilere göz atın.",
2020-06-26 19:48:47 +02:00
"description": "This function can break websites. Please note the information on the Wiki page."
},
"htmlFilterDomainsTitleExclude": {
"message": "Bu etki alanlarına HTML filtresi uygulama:",
2020-06-28 18:59:19 +02:00
"description": "Do not apply HTML filter to these domains:"
2020-06-26 19:48:47 +02:00
},
"htmlFilterDomainsDescription": {
"message": "HTML filtresi tarafından işlenecek veya yok sayılacak etki alanlarını girin. Birden çok girdiyi noktalı virgül (;) ile ayırın.",
2020-06-29 15:21:44 +02:00
"description": "Enter the domains to be handled or ignored by the HTML filter. Separate multiple entries with semi-colons (;)."
2020-06-26 19:48:47 +02:00
},
"htmlFilterDomainsTitleInclude": {
"message": "Bu etki alanları için HTML filtresini uygula:",
2020-06-28 18:59:19 +02:00
"description": "Apply HTML filter for these domains:"
},
"blockGoogleFontsTitle": {
"message": "Google Yazı Tiplerini Engelle",
"description": "Block Google Fonts"
},
"blockGoogleFontsDescription": {
"message": "Eksik kaynaklar için isteklere izin verilirse, \"fonts.googleapis.com\" adresiyle yapılan bağlantılar engellenmez. Bu istekleri engellemek için bu seçeneği etkinleştirin.",
"description": "If requests for missing resources are allowed, connections to \"fonts.googleapis.com\" are not blocked. Enable this option to block these requests."
2020-07-12 09:58:22 +02:00
},
"chooseIconStyle": {
"message": "Bu uzantı için bir simge seç",
2020-07-12 09:58:22 +02:00
"description": "Choose an icon for this extension"
},
"internalStatisticsTitle": {
"message": "Dahili istatistikler",
"description": "Internal statistics"
},
"internalStatisticsDescription": {
"message": "Bu işlev şu anda deneysel bir aşamadadır. Veri aktarımı yok. Hepsi aygıtınızda yereldir.",
"description": "This function is currently in an experimental stage. No data transmission. Its all local on your device."
2020-08-09 08:09:20 +02:00
},
"headerStatistics": {
"message": "",
"description": "Statistics. The header of a statistics page."
},
"labelToday": {
"message": "",
"description": "Statistics view for today."
},
"labelPastWeek": {
"message": "",
"description": "Statistics view for past week."
},
"labelPastMonth": {
"message": "",
"description": "Statistics view for past month."
},
"labelPastYear": {
"message": "",
"description": "Statistics view for past year."
},
"labelDelete": {
"message": "",
"description": "Button to delete all statistics data."
},
"labelAvg": {
"message": "",
"description": "Followed by a number of average injections per day within a specific period."
},
"labelInjectedFrameworks": {
"message": "",
"description": "Followed by a number of injections within a specific period."
}
2020-03-04 17:52:49 +01:00
}