diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /l10n-tr/dom/chrome/security | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-tr/dom/chrome/security')
-rw-r--r-- | l10n-tr/dom/chrome/security/caps.properties | 9 | ||||
-rw-r--r-- | l10n-tr/dom/chrome/security/csp.properties | 125 | ||||
-rw-r--r-- | l10n-tr/dom/chrome/security/security.properties | 166 |
3 files changed, 300 insertions, 0 deletions
diff --git a/l10n-tr/dom/chrome/security/caps.properties b/l10n-tr/dom/chrome/security/caps.properties new file mode 100644 index 0000000000..2b609257b9 --- /dev/null +++ b/l10n-tr/dom/chrome/security/caps.properties @@ -0,0 +1,9 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +CheckLoadURIError = Güvenlik hatası: %S içeriği %S yükleyemez veya başka yere bağlanamaz. +CheckSameOriginError = Güvenlik hatası: %S içeriği %S üzerinden veri yükleyemez. +ExternalDataError = Güvenlik hatası: %S üzerindeki içerik %S yüklemeye çalıştı ama içerik resim olarak kullanıldığında dışarıdan veri yükleyemez.\u00A0 + +CreateWrapperDenied = %S sınıfının nesnesi için Wrapper oluşturulması isteği reddedildi. +CreateWrapperDeniedForOrigin = %1$S sınıfının nesnesi için Wrapper oluşturulması <%2$S> isteği engellendi diff --git a/l10n-tr/dom/chrome/security/csp.properties b/l10n-tr/dom/chrome/security/csp.properties new file mode 100644 index 0000000000..73f5f98acf --- /dev/null +++ b/l10n-tr/dom/chrome/security/csp.properties @@ -0,0 +1,125 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# CSP Warnings: +# LOCALIZATION NOTE (CSPViolation): +# %1$S is the reason why the resource has not been loaded. +CSPViolation = Bu sayfanın ayarları bir kaynağın yüklenmesini engelledi: %1$S +# LOCALIZATION NOTE (CSPViolationWithURI): +# %1$S is the directive that has been violated. +# %2$S is the URI of the resource which violated the directive. +CSPViolationWithURI = Bu sayfanın ayarları %2$S üzerindeki bir kaynağın yüklenmesini engelledi (“%1$S”). +# LOCALIZATION NOTE (CSPROViolation): +# %1$S is the reason why the resource has not been loaded. +CSPROViolation = Salt rapor bir CSP ilkesi için bir ihlal oluştu (“%1$S”). Davranışa izin verildi ve bir CSP raporu gönderildi. +# LOCALIZATION NOTE (CSPROViolationWithURI): +# %1$S is the directive that has been violated. +# %2$S is the URI of the resource which violated the directive. +CSPROViolationWithURI = Sayfa ayarları %2$S kaynağının yüklendiğini gözledi (“%1$S”). Bir CSP raporu gönderiliyor. +# LOCALIZATION NOTE (triedToSendReport): +# %1$S is the URI we attempted to send a report to. +triedToSendReport = Geçersiz adrese rapor gönderilmeye çalışıldı: “%1$S” +tooManyReports = Kısa bir süre içinde çok fazla CSP raporunun gönderilmesi engellendi. +# LOCALIZATION NOTE (couldNotParseReportURI): +# %1$S is the report URI that could not be parsed +couldNotParseReportURI = rapor adresi işlenemedi: %1$S +# LOCALIZATION NOTE (couldNotProcessUnknownDirective): +# %1$S is the unknown directive +couldNotProcessUnknownDirective = Bilinmeyen ‘%1$S’ yönergesi işlenemedi +# LOCALIZATION NOTE (ignoringUnknownOption): +# %1$S is the option that could not be understood +ignoringUnknownOption = Bilinmeyen %1$S seçeneği görmezden geliniyor +# LOCALIZATION NOTE (ignoringDuplicateSrc): +# %1$S defines the duplicate src +ignoringDuplicateSrc = Çift kaynak olan %1$S görmezden geliniyor +# LOCALIZATION NOTE (ignoringNonAsciiToken): +# %1$S defines the name of the directive +# %2$S is the token string containing non-ASCII characters. +ignoringNonAsciiToken = ASCII olmayan ‘%2$S’ jetonunu içeren ‘%1$S’ direktifi görmezden geliniyor +# LOCALIZATION NOTE (ignoringSrcFromMetaCSP): +# %1$S defines the ignored src +ignoringSrcFromMetaCSP = ‘%1$S’ kaynağı görmezden geliniyor. (meta elemanı aracılığıyla aktarıldığında desteklenmiyor.) +# LOCALIZATION NOTE (ignoringSrcWithinNonceOrHashDirective): +# %1$S is the ignored src (e.g. "unsafe-inline") +# %2$S is the directive (e.g. "script-src-elem") +ignoringSrcWithinNonceOrHashDirective = %2$S içindeki “%1$S” yok sayılıyor: nonce-source veya hash-source belirtildi +# LOCALIZATION NOTE (ignoringScriptSrcForStrictDynamic): +# %1$S is the ignored src +# %1$S is the directive src (e.g. "script-src-elem") +# 'strict-dynamic' should not be localized +ignoringScriptSrcForStrictDynamic = %2$S içindeki “%1$S” yok sayılıyor: ‘strict-dynamic’ belirtildi +# LOCALIZATION NOTE (ignoringStrictDynamic): +# %1$S is the ignored src +ignoringStrictDynamic = “%1$S” kaynağı görmezden geliniyor. (Yalnızca script-src içinde destekleniyor.) +# LOCALIZATION NOTE (ignoringUnsafeEval): +# %1$S is the csp directive (e.g. script-src-elem) +# 'unsafe-eval' and 'wasm-unsafe-eval' should not be localized +ignoringUnsafeEval = “%1$S” içindeki ‘unsafe-eval’ veya ‘wasm-unsafe-eval’ yok sayılıyor. +# LOCALIZATION NOTE (strictDynamicButNoHashOrNonce): +# %1$S is the csp directive that contains 'strict-dynamic' +# 'strict-dynamic' should not be localized +strictDynamicButNoHashOrNonce = “%1$S” içinde geçerli bir nonce veya hash’i olmayan ‘strict-dynamic’ anahtar kelimesi tüm script’lerin yüklenmesini engelleyebilir +# LOCALIZATION NOTE (reportURInotHttpsOrHttp2): +# %1$S is the ETLD of the report URI that is not HTTP or HTTPS +reportURInotHttpsOrHttp2 = Rapor URI'si (%1$S) HTTP veya HTTPS URI olmalıdır. +# LOCALIZATION NOTE (reportURInotInReportOnlyHeader): +# %1$S is the ETLD of the page with the policy +reportURInotInReportOnlyHeader = Bu sitenin (%1$S) rapor URI'si olmayan bir Report-Only ilkesi var. CSP bu ilkenin ihlallerini engelleyemez ve raporlayamaz. +# LOCALIZATION NOTE (failedToParseUnrecognizedSource): +# %1$S is the CSP Source that could not be parsed +failedToParseUnrecognizedSource = Tanınmayan %1$S kaynağının işlenmesi başarısız oldu +# LOCALIZATION NOTE (upgradeInsecureRequest): +# %1$S is the URL of the upgraded request; %2$S is the upgraded scheme. +upgradeInsecureRequest = Güvensiz '%1$S' isteği '%2$S' kullanmak üzere yükseltiliyor +# LOCALIZATION NOTE (ignoreSrcForDirective): +ignoreSrcForDirective = '%1$S' direktifi için srcs görmezden geliniyor +# LOCALIZATION NOTE (hostNameMightBeKeyword): +# %1$S is the hostname in question and %2$S is the keyword +hostNameMightBeKeyword = %1$S anahtar kelime olarak değil, ana bilgisayar adı olarak yorumlanıyor. Bunun anahtar kelime olmasını istediyseniz '%2$S' (tek tırnak içinde) kullanın. +# LOCALIZATION NOTE (notSupportingDirective): +# directive is not supported (e.g. 'reflected-xss') +notSupportingDirective = '%1$S' direktifi desteklenmiyor. Direktif ve değerler görmezden gelinecek. +# LOCALIZATION NOTE (blockAllMixedContent): +# %1$S is the URL of the blocked resource load. +blockAllMixedContent = Güvensiz '%1$S' isteği engelleniyor. +# LOCALIZATION NOTE (ignoringDirectiveWithNoValues): +# %1$S is the name of a CSP directive that requires additional values +ignoringDirectiveWithNoValues = Hiçbir parametre içermediği için ‘%1$S’ görmezden geliniyor. +# LOCALIZATION NOTE (ignoringReportOnlyDirective): +# %1$S is the directive that is ignored in report-only mode. +ignoringReportOnlyDirective = ‘%1$S’ report-only ilkesiyle teslim edildiği için sandbox direktifi görmezden geliniyor +# LOCALIZATION NOTE (IgnoringSrcBecauseOfDirective): +# %1$S is the name of the src that is ignored. +# %2$S is the name of the directive that causes the src to be ignored. +IgnoringSrcBecauseOfDirective=‘%2$S’ direktifi nedeniyle ‘%1$S’ görmezden geliniyor. +# LOCALIZATION NOTE (IgnoringSourceWithinDirective): +# %1$S is the ignored src +# %2$S is the directive which supports src +IgnoringSourceWithinDirective = “%1$S” kaynağı görmezden geliniyor. (‘%2$S’ içinde desteklenmiyor.) +# LOCALIZATION NOTE (IgnoringSourceWithinDirective): +# %1$S is the ignored src +obsoleteBlockAllMixedContent = Karma içerik görüntüleme yükseltmesi nedeniyle block-all-mixed-content geçersiz hale geldiği için ‘%1$S’ yok sayılıyor. + + +# CSP Errors: +# LOCALIZATION NOTE (couldntParseInvalidSource): +# %1$S is the source that could not be parsed +couldntParseInvalidSource = Geçersiz %1$S kaynağı işlenemedi +# LOCALIZATION NOTE (couldntParseInvalidHost): +# %1$S is the host that's invalid +couldntParseInvalidHost = Geçersiz %1$S sunucusu işlenemedi +# LOCALIZATION NOTE (couldntParsePort): +# %1$S is the string source +couldntParsePort = %1$S portu işlenemedi +# LOCALIZATION NOTE (duplicateDirective): +# %1$S is the name of the duplicate directive +duplicateDirective = Birden fazla %1$S yönergesi tespit edildi. İlki dışındaki tüm yönergeler görmezden gelinecek. +# LOCALIZATION NOTE (couldntParseInvalidSandboxFlag): +# %1$S is the option that could not be understood +couldntParseInvalidSandboxFlag = Geçersiz sandbox bayrağı ‘%1$S’ işlenemedi + +# LOCALIZATION NOTE (CSPMessagePrefix): +# Do not translate "Content-Security-Policy", only handle spacing for the colon. +# %S is a console message that is being prefixed here. +CSPMessagePrefix = Content-Security-Policy: %S diff --git a/l10n-tr/dom/chrome/security/security.properties b/l10n-tr/dom/chrome/security/security.properties new file mode 100644 index 0000000000..ea08e40525 --- /dev/null +++ b/l10n-tr/dom/chrome/security/security.properties @@ -0,0 +1,166 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Mixed Content Blocker +# LOCALIZATION NOTE: "%1$S" is the URI of the blocked mixed content resource +BlockMixedDisplayContent = "%1$S" karma görüntü içeriğinin yüklenmesi engellendi +BlockMixedActiveContent = "%1$S" karma etkin içeriğinin yüklenmesi engellendi + +# CORS +# LOCALIZATION NOTE: Do not translate "Access-Control-Allow-Origin", Access-Control-Allow-Credentials, Access-Control-Allow-Methods, Access-Control-Allow-Headers +CORSDisabled=Çapraz köken isteği engellendi: Aynı Köken İlkesi, %1$S üzerindeki uzak kaynağın okunmasına izin vermiyor. (Sebep: CORS devre dışı.) +CORSDidNotSucceed2=Çapraz köken isteği engellendi: Aynı Köken İlkesi, %1$S üzerindeki uzak kaynağın okunmasına izin vermiyor. (Sebep: CORS isteği başarısız oldu.) Durum kodu: %2$S. +CORSOriginHeaderNotAdded=Çapraz köken isteği engellendi: Aynı Köken İlkesi, %1$S üzerindeki uzak kaynağın okunmasına izin vermiyor. (Sebep: CORS ‘Origin’ üstbilgisi eklenemedi.) +CORSExternalRedirectNotAllowed=Çapraz köken isteği engellendi: Aynı Köken İlkesi, %1$S üzerindeki uzak kaynağın okunmasına izin vermiyor. (Sebep: CORS isteğinin harici yönlendirmesine izin verilmiyor.) +CORSRequestNotHttp=Çapraz köken isteği engellendi: Aynı Köken İlkesi, %1$S üzerindeki uzak kaynağın okunmasına izin vermiyor. (Sebep: CORS isteği http değil.) +CORSMissingAllowOrigin2=Çapraz köken isteği engellendi: Aynı Köken İlkesi, %1$S üzerindeki uzak kaynağın okunmasına izin vermiyor. (Sebep: CORS üstbilgisi ‘Access-Control-Allow-Origin’ eksik.) Durum kodu: %2$S. +CORSMultipleAllowOriginNotAllowed=Çapraz köken isteği engellendi: Aynı Köken İlkesi, %1$S üzerindeki uzak kaynağın okunmasına izin vermiyor. (Sebep: Birden fazla ‘Access-Control-Allow-Origin’ CORS üstbilgisine izin verilmiyor.) +CORSAllowOriginNotMatchingOrigin=Çapraz köken isteği engellendi: Aynı Köken İlkesi, %1$S üzerindeki uzak kaynağın okunmasına izin vermiyor. (Sebep: CORS üstbilgisi ‘Access-Control-Allow-Origin’, ‘%2$S’ ile eşleşmiyor.) +CORSNotSupportingCredentials=Cross-Origin isteği engellendi: Same Origin ilkesi, ‘%1$S’ üzerindeki uzak kaynağın okunmasına izin vermiyor. (Nedeni: ‘Access-Control-Allow-Origin’ CORS header’ı ‘*’ ise kimlik bilgisi desteklenmiyor.) +CORSMethodNotFound=Çapraz köken isteği engellendi: Aynı Köken İlkesi, %1$S üzerindeki uzak kaynağın okunmasına izin vermiyor. (Sebep: CORS üstbilgisi 'Access-Control-Allow-Methods'ta metot bulunamadı.) +CORSMissingAllowCredentials=Çapraz köken isteği engellendi: Aynı Köken İlkesi, %1$S üzerindeki uzak kaynağın okunmasına izin vermiyor. (Sebep: CORS üstbilgisi 'Access-Control-Allow-Credentials'ta 'true' bekleniyordu.) +CORSPreflightDidNotSucceed3=Çapraz köken isteği engellendi: Aynı Köken İlkesi, %1$S üzerindeki uzak kaynağın okunmasına izin vermiyor. (Sebep: CORS preflight yanıtı başarısız oldu.) Durum kodu: %2$S. +CORSInvalidAllowMethod=Çapraz köken isteği engellendi: Aynı Köken İlkesi, %1$S üzerindeki uzak kaynağın okunmasına izin vermiyor. (Sebep: CORS üstbilgisi 'Access-Control-Allow-Methods'ta geçersiz '%2$S' jetonu.) +CORSInvalidAllowHeader=Çapraz köken isteği engellendi: Aynı Köken İlkesi, %1$S üzerindeki uzak kaynağın okunmasına izin vermiyor. (Sebep: CORS üstbilgisi 'Access-Control-Allow-Headers'ta geçersiz '%2$S' jetonu.) +CORSMissingAllowHeaderFromPreflight2=Çapraz köken isteği engellendi: Aynı Köken İlkesi, %1$S üzerindeki uzak kaynağın okunmasına izin vermiyor. (Sebep: CORS başlangıç yanıtındaki ‘Access-Control-Allow-Headers’ CORS üstbilgisine göre ‘%2$S’ üstbilgisine izin verilmiyor.) + + +# LOCALIZATION NOTE: Do not translate "Strict-Transport-Security", "HSTS", "max-age" or "includeSubDomains" +STSUnknownError=Strict-Transport-Security: Site tarafından bildirilen üst bilgi işlenirken bilinmeyen bir hata oluştu. +STSCouldNotParseHeader=Strict-Transport-Security: Site, başarıyla çözemediğimiz bir üst bilgi belirtti. +STSNoMaxAge=Strict-Transport-Security: Site, 'max-age' direktifi içermeyen bir üst bilgi belirtti. +STSMultipleMaxAges=Strict-Transport-Security: Site, birden fazla 'max-age' direktifi içeren bir üst bilgi belirtti. +STSInvalidMaxAge=Strict-Transport-Security: Site, geçersiz bir 'max-age' direktifi içeren bir üst bilgi belirtti. +STSMultipleIncludeSubdomains=Strict-Transport-Security: Site, birden fazla 'includeSubDomains' direktifi içeren bir üst bilgi belirtti. +STSInvalidIncludeSubdomains=Strict-Transport-Security: Site, geçersiz bir 'includeSubDomains' direktifi içeren bir üst bilgi belirtti. +STSCouldNotSaveState=Strict-Transport-Security: Sitenin bir Strict-Transport-Security hot olduğunu bildiren bir hata oluştu. + +InsecurePasswordsPresentOnPage=Güvensiz bir sayfada (http://) parola alanları var. Bu, kullanıcı giriş bilgilerinin çalınmasına yol açabilecek bir güvenlik riskidir. +InsecureFormActionPasswordsPresent=Güvensiz bir form eylemine sahip (http://) bir formda parola alanları var. Bu, kullanıcı giriş bilgilerinin çalınmasına yol açabilecek bir güvenlik riskidir. +InsecurePasswordsPresentOnIframe=Güvensiz bir çerçevede (http://) parola alanları var. Bu, kullanıcı giriş bilgilerinin çalınmasına yol açabilecek bir güvenlik riskidir. +# LOCALIZATION NOTE: "%1$S" is the URI of the insecure mixed content resource +LoadingMixedActiveContent2=Güvenli bir sayfadaki "%1$S" karma (güvensiz) etkin içeriği yükleniyor +LoadingMixedDisplayContent2=Güvenli bir sayfadaki "%1$S" karma (güvensiz) gösterim içeriği yükleniyor +LoadingMixedDisplayObjectSubrequestDeprecation=Güvenli bir sayfaya yan uygulama içinde “%1$S” karma (güvensiz) içeriğin yüklenmesi önerilmez ve yakında bloke edilecektir. +# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download +MixedContentBlockedDownload = “%S” adresindeki güvensiz içeriğin indirilmesi engellendi. + +# LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe" +BothAllowScriptsAndSameOriginPresent=sandbox özniteliği hem allow-scripts hem de allow-same-origin olan bir iframe, sandbox'tan çıkabilir. +# LOCALIZATION NOTE: Do not translate "allow-top-navigation-by-user-activation", "allow-top-navigation", "sandbox" or "iframe" +BothAllowTopNavigationAndUserActivationPresent=sandbox özniteliğinde hem allow-top-navigation hem de allow-top-navigation-by-user-activation kullanılan bir iframe, üst navigasyona izin verir. + +# Sub-Resource Integrity +# LOCALIZATION NOTE: Do not translate "script" or "integrity". "%1$S" is the invalid token found in the attribute. +MalformedIntegrityHash=script elemanındaki integrity özniteliğinde bozulmuş bir hash var: “%1$S”. Doğru biçim: “<hash algorithm>-<hash value>”. +# LOCALIZATION NOTE: Do not translate "integrity" +InvalidIntegrityLength=integrity özniteliğindeki hash'in uzunluğu yanlış. +# LOCALIZATION NOTE: Do not translate "integrity" +InvalidIntegrityBase64=integrity özniteliğindeki hash çözülemedi. +# LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the type of hash algorithm in use (e.g. "sha256"). "%2$S" is the value we saw. +IntegrityMismatch2=integrity özniteliğindeki “%1$S” hash’lerinin hiçbiri alt kaynağın içeriğiyle eşleşmiyor. Hesaplanan hash “%2$S”. +# LOCALIZATION NOTE: "%1$S" is the URI of the sub-resource that cannot be protected using SRI. +IneligibleResource="%1$S" CORS etkin veya same-origin olmadığı için bütünlük kontrolü yapılamaz. +# LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the invalid hash algorithm found in the attribute. +UnsupportedHashAlg=integrity özniteliğinde desteklnmeyen hash algoritması: "%1$S" +# LOCALIZATION NOTE: Do not translate "integrity" +NoValidMetadata=integrity özniteliği geçerli bir meta verisi içermiyor. + +# LOCALIZATION NOTE: Do not translate "RC4". +WeakCipherSuiteWarning=Bu site şifreleme için RC4 şifresini kullanıyor ama bu şifreleme eski ve güvensiz.\u0020 + +DeprecatedTLSVersion2=Bu site, kullanımdan kaldırılmış bir TLS sürümünü kullanıyor. Lütfen TLS 1.2 veya 1.3’e yükseltin. + +#XCTO: nosniff +# LOCALIZATION NOTE: Do not translate "X-Content-Type-Options: nosniff". +MimeTypeMismatch2=“%1$S” kaynağı, eşleşmeyen MIME türü (“%2$S”) nedeniyle engellendi (X-Content-Type-Options: nosniff). +# LOCALIZATION NOTE: Do not translate "X-Content-Type-Options" and also do not translate "nosniff". +XCTOHeaderValueMissing=X-Content-Type-Options header uyarısı: Gönderdiğiniz değer “%1$S” idi. “nosniff” göndermek mi istediniz? +# LOCALIZATION NOTE: Do not translate "X-Content-Type-Options" and also do not translate "nosniff". +XTCOWithMIMEValueMissing=“%1$S” kaynağı; bilinmeyen, yanlış veya eksik MIME türü nedeniyle işlenmedi (X-Content-Type-Options: nosniff). + +BlockScriptWithWrongMimeType2=“%1$S” üzerinden gelen betik, izin verilmeyen bir MIME türü (“%2$S”) nedeniyle engellendi. +WarnScriptWithWrongMimeType=“%1$S” betiğinin MIME türü (“%2$S”) geçerli bir JavaScript MIME türü olmamasına rağmen betik yüklendi. +# LOCALIZATION NOTE: Do not translate "importScripts()" +BlockImportScriptsWithWrongMimeType=“%1$S” üzerinden gelen betiğin importScripts() ile yüklenmesi, izin verilmeyen bir MIME türü (“%2$S”) nedeniyle engellendi. +BlockWorkerWithWrongMimeType=“%1$S” worker'ının yüklenmesi, izin verilmeyen bir MIME türü (“%2$S”) nedeniyle engellendi. +BlockModuleWithWrongMimeType=“%1$S” modülünün yüklenmesi, izin verilmeyen bir MIME türü (“%2$S”) nedeniyle engellendi. + +# LOCALIZATION NOTE: Do not translate "data: URI". +BlockTopLevelDataURINavigation=Üst düzey data: URI'ye ulaşıma izin verilmiyor (“%1$S” yüklenmesi engellendi) + +BlockRedirectToDataURI=Veriye yönlendiriliyor: URI’ye izin verilmedi (“%1$S” yüklenmesi engellendi) + +# LOCALIZATION NOTE: Do not translate "file: URI". “%1$S” is the whole URI of the loaded file. “%2$S” is the MIME type e.g. "text/plain". +BlockFileScriptWithWrongMimeType=Betik dosyadan yükleniyor: MIME türü (“%2$S”) geçerli bir JavaScript MIME türü olmadığı için URI (“%1$S”) engellendi. + +# LOCALIZATION NOTE: “%S” is the whole URI of the loaded file. +BlockExtensionScriptWithWrongExt=Dosya uzantısına izin verilmediği için “%S” URI'sindeki betiğin yüklenmesi engellendi. + +RestrictBrowserEvalUsage=Üst işlemlerde ve sistem bağlamlarındaki eval() ve eval benzeri kullanımlara izin verilmiyor. (“%1$S” kullanımı engellendi.) + +# LOCALIZATION NOTE (MixedContentAutoUpgrade): +# %1$S is the URL of the upgraded request; %2$S is the upgraded scheme. +MixedContentAutoUpgrade=Güvensiz ‘%1$S’ görüntüleme isteği ‘%2$S’ kullanılmak üzere yükseltiliyor +# LOCALIZATION NOTE (RunningClearSiteDataValue): +# %S is the URI of the resource whose data was cleaned up +RunningClearSiteDataValue=Clear-Site-Data üst bilgisi “%S” verilerini temizlenmeye zorladı. +UnknownClearSiteDataValue=Clear-Site-Data üst bilgisi bulundu. “%S” değeri bilinmiyor. + +# Reporting API +ReportingHeaderInvalidJSON=Raporlama başlığı: Geçersiz JSON değeri alındı. +ReportingHeaderInvalidNameItem=Raporlama başlığı: Geçersiz grup adı. +ReportingHeaderDuplicateGroup=Raporlama başlığı: “%S” adlı kopya grup görmezden geliniyor. +ReportingHeaderInvalidItem=Raporlama başlığı: “%S” adlı geçersiz öğe görmezden geliniyor. +ReportingHeaderInvalidEndpoint=Raporlama başlığı: “%S” adlı öğenin geçersiz uç noktası görmezden geliniyor. +# LOCALIZATION NOTE(ReportingHeaderInvalidURLEndpoint): %1$S is the invalid URL, %2$S is the group name +ReportingHeaderInvalidURLEndpoint=Raporlama başlığı: “%2$S” adlı öğenin “%1$S” adresindeki geçersiz uç noktası görmezden geliniyor. + +FeaturePolicyUnsupportedFeatureName=Özellik ilkesi: Desteklenmeyen özellik adı “%S” atlanıyor. +# TODO: would be nice to add a link to the Feature-Policy MDN documentation here. See bug 1449501 +FeaturePolicyInvalidEmptyAllowValue= Özellik ilkesi: “%S” özelliğine ait boş izin listesi atlanıyor. +# TODO: would be nice to add a link to the Feature-Policy MDN documentation here. See bug 1449501 +FeaturePolicyInvalidAllowValue=Özellik ilkesi: Desteklenmeyen izin değeri “%S” atlanıyor. + +# LOCALIZATION NOTE: "%1$S" is the limitation length (bytes) of referrer URI, "%2$S" is the origin of the referrer URI. +ReferrerLengthOverLimitation=HTTP Referrer üst bilgisi: Uzunluk “%1$S” bayt sınırını aşıyor: referrer üst bilgisi yalnızca köken olacak şekilde kısaltıdı: “%2$S” +# LOCALIZATION NOTE: "%1$S" is the limitation length (bytes) of referrer URI, "%2$S" is the origin of the referrer URI. +ReferrerOriginLengthOverLimitation=HTTP Referrer üst bilgisi: Referrer içindeki köken uzunluu “%1$S” bayt sınırını aşıyor: “%2$S” kökenli referrer kaldırıldı. + +# LOCALIZATION NOTE: Do not translate "no-referrer-when-downgrade", "origin-when-cross-origin" and "unsafe-url". %S is the URI of the loading channel. +ReferrerPolicyDisallowRelaxingWarning=Referrer ilkesi: ‘no-referrer-when-downgrade’, ‘origin-when-cross-origin’ ve ‘unsafe-url’, gibi daha az kısıtlamalı ilkeler yakında siteler arası istekler için görmezden gelinmeye başlanacaktır: %S +# LOCALIZATION NOTE: %1$S is the ignored referrer policy, %2$S is the URI of the loading channel. +ReferrerPolicyDisallowRelaxingMessage=Referrer ilkesi: Siteler arası istek için daha az kısıtlamalı “%1$S” referrer ilkesi görmezden geliniyor: %2$S + +# X-Frame-Options +# LOCALIZATION NOTE(XFrameOptionsInvalid): %1$S is the header value, %2$S is frame URI. Do not translate "X-Frame-Options". +XFrameOptionsInvalid = “%2$S” yüklenirken geçersiz X-Frame-Options üstbilgisi bulundu: “%1$S” geçerli bir direktif değil. +# LOCALIZATION NOTE(XFrameOptionsDeny): %1$S is the header value, %2$S is frame URI and %3$S is the parent document URI. Do not translate "X-Frame-Options". +XFrameOptionsDeny=Bir çerçeveye “%2$S” yüklenmesi “%1$S“ olarak ayarlanan “X-Frame-Options“ yönergesi ile reddedildi. + +# HTTPS-Only Mode +# LOCALIZATION NOTE: %1$S is the URL of the upgraded request; %2$S is the upgraded scheme. +HTTPSOnlyUpgradeRequest = Güvensiz “%1$S” isteği “%2$S” kullanmak üzere yükseltiliyor. +# LOCALIZATION NOTE: %1$S is the URL of request. +HTTPSOnlyNoUpgradeException = Güvensiz “%1$S” isteği istisna olduğu için yükseltilmiyor. +# LOCALIZATION NOTE: %1$S is the URL of the failed request; %2$S is an error-code. +HTTPSOnlyFailedRequest = Güvensiz “%1$S” isteğinin yükseltilmesi başarısız oldu. (%2$S) +# LOCALIZATION NOTE: %S is the URL of the failed request; +HTTPSOnlyFailedDowngradeAgain = Güvensiz “%S” isteği yükseltilemedi. Yeniden “http”ye geçiliyor. +# LOCALIZATION NOTE: Hints or indicates a new transaction for a URL is likely coming soon. We use +# a speculative connection to start a TCP connection so that the resource is immediately ready +# when the transaction is actually submitted. HTTPS-Only and HTTPS-First will upgrade such +# speculative TCP connections from http to https. +# %1$S is the URL of the upgraded speculative TCP connection; %2$S is the upgraded scheme. +HTTPSOnlyUpgradeSpeculativeConnection = Güvensiz spekülatif “%1$S” TCP bağlantısı “%2$S” kullanmak üzere yükseltiliyor. + +# LOCALIZATION NOTE: %S is the URL of the blocked request; +IframeSandboxBlockedDownload = Tetikleyici iframe sandbox olarak ayarlandığı için “%S” indirmesi engellendi. + +# LOCALIZATION NOTE: %S is the URL of the blocked request; +SandboxBlockedCustomProtocols = Korumalı alan bağlamından özel “%S” protokolüne gezinme engellendi. + +# Sanitizer API +# LOCALIZATION NOTE: Please do not localize "DocumentFragment". It's the name of an API. +SanitizerRcvdNoInput = Boş girdi alındı veya hiç girdi alınmadı. Boş bir DocumentFragment döndürülüyor. |