summaryrefslogtreecommitdiffstats
path: root/l10n-uk/dom/chrome/security
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-21 05:22:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-21 05:22:11 +0000
commit724b36b7051c0d9190cbd8854ba5919904967c11 (patch)
tree8996ac57bf70972bf524e865e0845cd54aab6f6b /l10n-uk/dom/chrome/security
parentReleasing progress-linux version 115.10.0esr-1~deb12u1progress7u1. (diff)
downloadfirefox-esr-724b36b7051c0d9190cbd8854ba5919904967c11.tar.xz
firefox-esr-724b36b7051c0d9190cbd8854ba5919904967c11.zip
Merging upstream version 115.11.0esr.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-uk/dom/chrome/security')
-rw-r--r--l10n-uk/dom/chrome/security/csp.properties111
-rw-r--r--l10n-uk/dom/chrome/security/security.properties13
2 files changed, 119 insertions, 5 deletions
diff --git a/l10n-uk/dom/chrome/security/csp.properties b/l10n-uk/dom/chrome/security/csp.properties
index f0f0349226..aadbd5c53c 100644
--- a/l10n-uk/dom/chrome/security/csp.properties
+++ b/l10n-uk/dom/chrome/security/csp.properties
@@ -17,6 +17,105 @@ CSPROViolation = Для політики CSP report-only сталося пору
# %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
# %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.
diff --git a/l10n-uk/dom/chrome/security/security.properties b/l10n-uk/dom/chrome/security/security.properties
index 2042006bbb..c360ad62a8 100644
--- a/l10n-uk/dom/chrome/security/security.properties
+++ b/l10n-uk/dom/chrome/security/security.properties
@@ -21,8 +21,8 @@ CORSNotSupportingCredentials=Запит зі стороннього джерел
CORSMethodNotFound=Запит зі стороннього джерела заблоковано: Політика одного джерела не дозволяє читання віддаленого ресурсу на %1$S. (Причина: Не знайдено метод в заголовку CORS 'Access-Control-Allow-Methods').
CORSMissingAllowCredentials=Запит зі стороннього джерела заблоковано: Політика одного джерела не дозволяє читання віддаленого ресурсу на %1$S. (Причина: очікувалось 'true' в заголовку CORS 'Access-Control-Allow-Credentials').
CORSPreflightDidNotSucceed3=Запит зі стороннього джерела заблоковано: Політика одного джерела не дозволяє читання віддаленого ресурсу на %1$S. (Причина: невдача відповіді CORS preflight). Код стану: %2$S.
-CORSInvalidAllowMethod=Запит зі стороннього джерела заблоковано: Політика одного джерела не дозволяє читання віддаленого ресурсу на %1$S. (Причина: невірний токен '%2$S' в заголовку CORS 'Access-Control-Allow-Methods').
-CORSInvalidAllowHeader=Запит зі стороннього джерела заблоковано: Політика одного джерела не дозволяє читання віддаленого ресурсу на %1$S. (Причина: невірний токен '%2$S' в заголовку CORS 'Access-Control-Allow-Headers').
+CORSInvalidAllowMethod=Запит зі стороннього джерела заблоковано. Політика одного джерела не дозволяє читання віддаленого ресурсу на %1$S. (Причина: недійсний токен ‘%2$S’ у заголовку CORS ‘Access-Control-Allow-Methods’).
+CORSInvalidAllowHeader=Запит зі стороннього джерела заблоковано. Політика одного джерела не дозволяє читання віддаленого ресурсу на %1$S. (Причина: недійсний токен ‘%2$S’ у заголовку CORS ‘Access-Control-Allow-Headers’).
CORSMissingAllowHeaderFromPreflight2=Запит зі стороннього джерела заблоковано: Політика одного джерела не дозволяє читання віддаленого ресурсу на %1$S. (Причина: заголовок ‘%2$S’ не дозволений в заголовку ‘Access-Control-Allow-Headers’ від відповіді CORS preflight).
CORSAllowHeaderFromPreflightDeprecation=Попередження щодо запиту між джерелами: Політика того самого джерела незабаром заборонить читати віддалений ресурс на %1$S. (Причина: коли `Access-Control-Allow-Headers` має значення `*`, заголовок `Authorization` не охоплюється. Щоб включити заголовок `Authorization`, його потрібно явно вказати в заголовку CORS `Access-Control-Allow-Headers`).
@@ -46,6 +46,9 @@ LoadingMixedDisplayObjectSubrequestDeprecation=Завантаження зміш
# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download
MixedContentBlockedDownload = Заблоковано завантаження небезпечного вмісту “%S”.
+# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download
+BlockedInsecureDownload = Ми заблокували незахищене завантаження: “%S”.
+
# LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe"
BothAllowScriptsAndSameOriginPresent=iframe, який має і allow-scripts і allow-same-origin для його атрибуту sandbox, може вилучити свою пісочницю.
# LOCALIZATION NOTE: Do not translate "allow-top-navigation-by-user-activation", "allow-top-navigation", "sandbox" or "iframe"
@@ -81,9 +84,9 @@ XCTOHeaderValueMissing=Попередження про заголовок X-Cont
XTCOWithMIMEValueMissing=Ресурс з “%1$S” не було показано, у зв'язку з невідомим, неправильним, або відсутнім типом MIME (X-Content-Type-Опції: nosniff).
BlockScriptWithWrongMimeType2=Скрипт з “%1$S” було заблоковано через недозволений тип MIME (“%2$S”).
-WarnScriptWithWrongMimeType=Сценарій з “%1$S” був завантажений, не дивлячись на те, що його тип MIME (“%2$S”) не є дійсним типом MIME для JavaScript.
+WarnScriptWithWrongMimeType=Скрипт з “%1$S” був завантажений, попри те, що його тип MIME (“%2$S”) не є припустимим для JavaScript.
# LOCALIZATION NOTE: Do not translate "importScripts()"
-BlockImportScriptsWithWrongMimeType=Завантаження сценарію з “%1$S” за допомогою importScripts() було заблоковано, у зв'язку з недозволеним типом MIME (“%2$S”).
+BlockImportScriptsWithWrongMimeType=Завантаження скрипту з “%1$S” за допомогою importScripts() було заблоковано, у зв'язку з недозволеним типом MIME (“%2$S”).
BlockWorkerWithWrongMimeType=Завантаження Worker з “%1$S” було заблоковано, у зв'язку з недозволеним типом MIME (“%2$S”).
BlockModuleWithWrongMimeType=Завантаження модуля з “%1$S” було заблоковано через недозволений тип MIME (“%2$S”).
@@ -109,7 +112,7 @@ UnknownClearSiteDataValue=Знайдено заголовок Clear-Site-Data.
# Reporting API
ReportingHeaderInvalidJSON=Заголовок Reporting: отримано некоректне значення JSON.
-ReportingHeaderInvalidNameItem=Заголовок Reporting: некоректна назва групи.
+ReportingHeaderInvalidNameItem=Заголовок Reporting: недійсна назва групи.
ReportingHeaderDuplicateGroup=Заголовок Reporting: ігнорування дублікату групи “%S”.
ReportingHeaderInvalidItem=Заголовок Reporting: ігнорування некоректного елемента “%S”.
ReportingHeaderInvalidEndpoint=Заголовок Reporting: ігнорування некоректної кінцевої точки для елемента “%S”.