diff options
Diffstat (limited to 'l10n-uz/dom/chrome/security/csp.properties')
-rw-r--r-- | l10n-uz/dom/chrome/security/csp.properties | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/l10n-uz/dom/chrome/security/csp.properties b/l10n-uz/dom/chrome/security/csp.properties new file mode 100644 index 0000000000..6beaf684da --- /dev/null +++ b/l10n-uz/dom/chrome/security/csp.properties @@ -0,0 +1,97 @@ +# 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 = Sahifaning sozlamalari manbalarni yuklashni to‘sib qo‘ydi: %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 = Sahifaning sozlamalari manbalarni yuklashni %2$S ("%1$S")da to‘sib qo‘ydi. +# LOCALIZATION NOTE (CSPROViolation): +# %1$S is the reason why the resource has not been loaded. +CSPROViolation = Faqat hisobotga asoslangan CSP siyosati uchun buzilish sodir bo‘ldi ("%1$S"). Xususiyatga ruxsat berilgan va CSP hisoboti jo‘natilgan. +# 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 = Sahifaning sozlamalari %2$S ("%1$S")dagi manba yuklanishini kuzatdi. CSP hisobot jo‘natiladi. +# LOCALIZATION NOTE (triedToSendReport): +# %1$S is the URI we attempted to send a report to. +triedToSendReport = Noto‘g‘ri URI’ga hisobotni jo‘natish urinildi: "%1$S" +# LOCALIZATION NOTE (couldNotParseReportURI): +# %1$S is the report URI that could not be parsed +couldNotParseReportURI = URI hisobotini ajratib bo‘lmadi: %1$S +# LOCALIZATION NOTE (couldNotProcessUnknownDirective): +# %1$S is the unknown directive +couldNotProcessUnknownDirective = Noma’lum '%1$S' yo‘naltiruvchi jarayoni amalga oshmadi +# LOCALIZATION NOTE (ignoringUnknownOption): +# %1$S is the option that could not be understood +ignoringUnknownOption = Noma’lum %1$S tanlovi rad qilindi +# LOCALIZATION NOTE (ignoringDuplicateSrc): +# %1$S defines the duplicate src +ignoringDuplicateSrc = %1$S nusxasi e’tiborsiz qoldirilmoqda +# LOCALIZATION NOTE (ignoringSrcFromMetaCSP): +# %1$S defines the ignored src +ignoringSrcFromMetaCSP = "%1$S‘ manbasi e’tiborsiz qoldirilmoqda (Meta element orqali yetkazilganda ishlamaydi). +# LOCALIZATION NOTE (ignoringSrcForStrictDynamic): +# %1$S is the ignored src +# script-src, as well as 'strict-dynamic' should not be localized +# LOCALIZATION NOTE (ignoringStrictDynamic): +# %1$S is the ignored src +# LOCALIZATION NOTE (strictDynamicButNoHashOrNonce): +# %1$S is the csp directive that contains 'strict-dynamic' +# 'strict-dynamic' should not be localized +# LOCALIZATION NOTE (reportURInotHttpsOrHttp2): +# %1$S is the ETLD of the report URI that is not HTTP or HTTPS +reportURInotHttpsOrHttp2 = Hisobot URI (%1$S) HTTP yoki HTTPS URI bo‘lishi kerak. +# LOCALIZATION NOTE (reportURInotInReportOnlyHeader): +# %1$S is the ETLD of the page with the policy +reportURInotInReportOnlyHeader = Ushbu saytda (%1$S) hisobot URI’isiz faqat hisobot siyotosati bor. CSP ushbu siyosat zararlanishlari haqida hisobot bera olmaydi va to‘sib qo‘ya olmaydi. +# LOCALIZATION NOTE (failedToParseUnrecognizedSource): +# %1$S is the CSP Source that could not be parsed +failedToParseUnrecognizedSource = %1$S tanilmagan manbani ajratib bo‘lmadi +# LOCALIZATION NOTE (upgradeInsecureRequest): +# %1$S is the URL of the upgraded request; %2$S is the upgraded scheme. +upgradeInsecureRequest = Xavfli “%1$S” so‘rovi “%2$S” sxemasidan foydalanish uchun yangilanmoqda +# LOCALIZATION NOTE (ignoreSrcForDirective): +ignoreSrcForDirective = “%1$S” yo‘naltirgich uchun srcs rad qilindi +# LOCALIZATION NOTE (hostNameMightBeKeyword): +# %1$S is the hostname in question and %2$S is the keyword +hostNameMightBeKeyword = %1$Sni host nomi sifatida (kalit so‘z sifatida emas) o‘girilmoqda. Agar siz buni kalit so‘z bo‘lishini xohlasangiz, '%2$S' (yakka qo‘shtirnoqlarga joylashtirilgan)dan foydalaning. +# LOCALIZATION NOTE (notSupportingDirective): +# directive is not supported (e.g. 'reflected-xss') +notSupportingDirective = '%1$S' yo‘naltiruvchi ishlamaydi. Yo‘naltiruvchilar va qiymatlar rad qilinadi. +# LOCALIZATION NOTE (blockAllMixedContent): +# %1$S is the URL of the blocked resource load. +blockAllMixedContent = Xavfli “%1$S” so‘rovi bloklandi. +# LOCALIZATION NOTE (ignoringDirectiveWithNoValues): +# %1$S is the name of a CSP directive that requires additional values (e.g., 'require-sri-for') +ignoringDirectiveWithNoValues = “%1$S” hech qanday parametrga ega bo‘lmaganidan beri rad qilinmoqda. +# LOCALIZATION NOTE (ignoringReportOnlyDirective): +# %1$S is the directive that is ignored in report-only mode. +ignoringReportOnlyDirective = Sinov muhiti yo‘naltirgichi “report-only” “%1$S” parametri bilan yetkazib berilganda rad qilinmoqda +# LOCALIZATION NOTE (deprecatedReferrerDirective): +# %1$S is the value of the deprecated Referrer Directive. +# 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. + +# CSP Errors: +# LOCALIZATION NOTE (couldntParseInvalidSource): +# %1$S is the source that could not be parsed +couldntParseInvalidSource = %1$S noto‘g‘ri manbani ajratib bo‘lmadi +# LOCALIZATION NOTE (couldntParseInvalidHost): +# %1$S is the host that's invalid +couldntParseInvalidHost = Noto‘g‘ri hostda %1$Sni ajratib bo‘lmadi +# LOCALIZATION NOTE (couldntParsePort): +# %1$S is the string source +couldntParsePort = Portni %1$Sda ajratib bo‘lmadi +# LOCALIZATION NOTE (duplicateDirective): +# %1$S is the name of the duplicate directive +duplicateDirective = %1$S ko‘rsatmalar nusxasi aniqlandi. Ammo barcha birinchi holat rad qilinadi. +# LOCALIZATION NOTE (couldntParseInvalidSandboxFlag): +# %1$S is the option that could not be understood +couldntParseInvalidSandboxFlag = “%1$S” noto‘g‘ri sinov muhiti bayrog‘ini tahlil qilib bo‘lmadi + |