summaryrefslogtreecommitdiffstats
path: root/l10n-ru/dom/chrome/security/csp.properties
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--l10n-ru/dom/chrome/security/csp.properties111
1 files changed, 111 insertions, 0 deletions
diff --git a/l10n-ru/dom/chrome/security/csp.properties b/l10n-ru/dom/chrome/security/csp.properties
index 18efd67e12..a96bb8e45e 100644
--- a/l10n-ru/dom/chrome/security/csp.properties
+++ b/l10n-ru/dom/chrome/security/csp.properties
@@ -17,6 +17,105 @@ CSPROViolation = Для политики CSP Только-Отчёт произ
# %1$S is the directive that has been violated.
# %2$S is the URI of the resource which violated the directive.
CSPROViolationWithURI = Параметры страницы зарегистрировали загрузку ресурса на %2$S («%1$S»). Был отправлен отчёт CSP.
+
+# CSP Warnings:
+
+# LOCALIZATION NOTE (CSPInlineStyleViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. style-src-elem)
+CSPInlineStyleViolation = Параметры страницы заблокировали применение встроенного стиля (%2$S), поскольку он нарушает следующую директиву: «%1$S»
+# LOCALIZATION NOTE (CSPROInlineStyleViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. style-src-elem)
+CSPROInlineStyleViolation = (Политика Report-Only) Параметры страницы будут блокировать применение встроенного стиля (%2$S), поскольку он нарушает следующую директиву: «%1$S»
+# LOCALIZATION NOTE (CSPInlineScriptViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPInlineScriptViolation = Параметры страницы заблокировали выполнение встроенного скрипта (%2$S), поскольку он нарушает следующую директиву: «%1$S»
+# LOCALIZATION NOTE (CSPROInlineScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPROInlineScriptViolation = (Политика Report-Only) Настройки страницы будут блокировать выполнение встроенного скрипта (%2$S), поскольку он нарушает следующую директиву: «%1$S»
+# LOCALIZATION NOTE (CSPEventHandlerScriptViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-attr)
+CSPEventHandlerScriptViolation = Параметры страницы заблокировали выполнение обработчика события (%2$S), поскольку он нарушает следующую директиву: «%1$S»
+# LOCALIZATION NOTE (CSPROEventHandlerScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-attr)
+CSPROEventHandlerScriptViolation = (Политика Report-Only) Настройки страницы блокируют выполнение обработчика события (%2$S), поскольку он нарушает следующую директиву: «%1$S»
+# LOCALIZATION NOTE (CSPEvalScriptViolation):
+# Don't translate/change "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPEvalScriptViolation = Параметры страницы заблокировали выполнение JavaScript eval (%2$S), поскольку он нарушает следующую директиву: «%1$S» (Отсутствует 'unsafe-eval')
+# LOCALIZATION NOTE (CSPROEvalScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# Don't translate/change "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPROEvalScriptViolation = (Политика Report-Only) Настройки страницы будут блокировать выполнение JavaScript eval (%2$S), поскольку оно нарушает следующую директиву: «%1$S» (Отсутствует «unsafe-eval»)
+# LOCALIZATION NOTE (CSPWasmEvalScriptViolation):
+# WebAssembly is a feature name.
+# Don't translate/change "'wasm-unsafe-eval'" or "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPWasmEvalScriptViolation = Параметры страницы заблокировали выполнение WebAssembly (%2$S), поскольку он нарушает следующую директиву: «%1$S» (Отсутствуют 'wasm-unsafe-eval' или 'unsafe-eval')
+# LOCALIZATION NOTE (CSPROWasmEvalScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# WebAssembly is a feature name.
+# Don't translate/change "'wasm-unsafe-eval'" or "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPROWasmEvalScriptViolation = (Политика Report-Only) Параметры страницы будут блокировать выполнение WebAssembly (%2$S), поскольку он нарушает следующую директиву: «%1$S» (Отсутствует 'wasm-unsafe-eval' или 'unsafe-eval')
+# LOCALIZATION NOTE (CSPStyleViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. style-src)
+CSPStyleViolation = Параметры страницы заблокировали применение стиля (%3$S) на %2$S, поскольку он нарушает следующую директиву: «%1$S»
+# LOCALIZATION NOTE (CSPROStyleViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. style-src)
+CSPROStyleViolation = (Политика Report-Only) Параметры страницы блокируют применение стиля (%3$S) на %2$S, поскольку он нарушает следующую директиву: «%1$S»
+# LOCALIZATION NOTE (CSPScriptViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPScriptViolation = Параметры страницы заблокировали выполнение сценария (%3$S) на %2$S, поскольку он нарушает следующую директиву: «%1$S»
+# LOCALIZATION NOTE (CSPROScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPROScriptViolation = (Политика Report-Only) Настройки страницы будут блокировать сценарий (%3$S) на %2$S от выполнения, поскольку он нарушает следующую директиву: «%1$S»
+# LOCALIZATION NOTE (CSPWorkerViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. worker-src)
+CSPWorkerViolation = Параметры страницы заблокировали выполнение сценария worker'а (%3$S) на %2$S, поскольку он нарушает следующую директиву: «%1$S»
+# LOCALIZATION NOTE (CSPROWorkerViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. worker-src)
+CSPROWorkerViolation = (Политика Report-Only) Настройки страницы блокируют выполнение сценария worker'а (%3$S) на %2$S, поскольку он нарушает следующую директиву: «%1$S»
+# LOCALIZATION NOTE (CSPGenericViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. image-src)
+CSPGenericViolation = Параметры страницы заблокировали загрузку ресурса (%3$S) на %2$S, поскольку это нарушает следующую директиву: «%1$S»
+# LOCALIZATION NOTE (CSPROGenericViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. image-src)
+CSPROGenericViolation = (Политика Report-Only) Параметры страницы будут блокировать загрузку ресурса (%3$S) на %2$S, поскольку это нарушает следующую директиву: «%1$S»
+
# LOCALIZATION NOTE (triedToSendReport):
# %1$S is the URI we attempted to send a report to.
triedToSendReport = Попытка отправки отчёта на некорректный URI: «%1$S»
@@ -119,6 +218,18 @@ duplicateDirective = Обнаружены дублирующиеся дирек
# %1$S is the option that could not be understood
couldntParseInvalidSandboxFlag = Не удалось распарсить некорректный флаг песочницы «%1$S»
+# LOCALIZATION NOTE (invalidNumberOfTrustedTypesForDirectiveValues):
+# %1$S is the number of passed tokens.
+invalidNumberOfTrustedTypesForDirectiveValues = Получено некорректное количество токенов для директивы «require-trusted-types-for»: %1$S; ожидается 1
+# LOCALIZATION NOTE (invalidRequireTrustedTypesForDirectiveValue):
+# %1$S is the passed token
+invalidRequireTrustedTypesForDirectiveValue = Получен некорректный токен для директивы «require-trusted-types-for»: %1$S; ожидался «script»
+
+
+# LOCALIZATION NOTE (invalidTrustedTypesExpression):
+# %1$S is the passed token
+invalidTrustedTypesExpression = Получен некорректный токен для директивы «trusted-types»: %1$S
+
# 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.