summaryrefslogtreecommitdiffstats
path: root/l10n-ru/dom
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-ru/dom
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-ru/dom')
-rw-r--r--l10n-ru/dom/chrome/dom/dom.properties16
-rw-r--r--l10n-ru/dom/chrome/security/csp.properties111
-rw-r--r--l10n-ru/dom/chrome/security/security.properties3
3 files changed, 125 insertions, 5 deletions
diff --git a/l10n-ru/dom/chrome/dom/dom.properties b/l10n-ru/dom/chrome/dom/dom.properties
index 3870cf767d..e2bcf2260e 100644
--- a/l10n-ru/dom/chrome/dom/dom.properties
+++ b/l10n-ru/dom/chrome/dom/dom.properties
@@ -18,6 +18,7 @@ DebugScriptButton=Отладка сценария
WaitForScriptButton=Продолжить
DontAskAgain=Больше &не задавать этот вопрос
WindowCloseBlockedWarning=Сценарии не могут закрывать окна, открытые другими сценариями.
+WindowCloseByScriptBlockedWarning=Скрипты могут закрывать только те окна, которые открыли.
OnBeforeUnloadTitle=Вы уверены?
OnBeforeUnloadMessage2=Эта страница просит вас подтвердить, что вы хотите уйти — при этом введённая вами информация может не сохраниться.
OnBeforeUnloadStayButton=Остаться на странице
@@ -304,16 +305,22 @@ NotificationsRequireUserGesture=Разрешение на отправку ув
NotificationsRequireUserGestureDeprecationWarning=Запрашивание разрешений на отправку уведомлений вне пользовательского короткоживущего обработчика событий устарело и не будет поддерживаться в будущем.
# LOCALIZATION NOTE: Do not translate "content", "Window", and "window.top"
WindowContentUntrustedWarning=Атрибут ‘content’ объекта Window является устаревшим. Пожалуйста, используйте вместо него ‘window.top’.
+
# LOCALIZATION NOTE: The first %S is the tag name of the element that starts the loop, the second %S is the element's ID.
SVGRefLoopWarning=SVG <%S> с идентификатором «%S» имеет цикл ссылок.
# LOCALIZATION NOTE: The first %S is the tag name of the element in the chain where the chain was broken, the second %S is the element's ID.
SVGRefChainLengthExceededWarning=Слишком длинная цепочка ссылок SVG <%S> была покинута у элемента с идентификатором «%S».
-# LOCALIZATION NOTE: Do not translate SVGSVGElement.deselectAll.
-SVGDeselectAll=SVGSVGElement.deselectAll устарел, поскольку он дублирует функциональность Selection API.
# LOCALIZATION NOTE: Do not translate SVGGraphicsElement.nearestViewportElement or SVGElement.viewportElement.
SVGNearestViewportElement=SVGGraphicsElement.nearestViewportElement является устаревшим и будет удалён в будущем. Вместо него используйте SVGElement.viewportElement.
# LOCALIZATION NOTE: Do not translate SVGGraphicsElement.farthestViewportElement.
SVGFarthestViewportElement=SVGGraphicsElement.farthestViewportElement является устаревшим и будет удалён в будущем.
+# LOCALIZATION NOTE: Do not translate SVGSVGElement.deselectAll.
+SVGDeselectAllWarning=SVGSVGElement.deselectAll устарел, поскольку он дублирует функциональность Selection API.
+# LOCALIZATION NOTE: Do not translate SVGGraphicsElement.nearestViewportElement or SVGElement.viewportElement.
+SVGNearestViewportElementWarning=SVGGraphicsElement.nearestViewportElement устарел и будет удалён в будущем. Вместо него используйте SVGElement.viewportElement.
+# LOCALIZATION NOTE: Do not translate SVGGraphicsElement.farthestViewportElement.
+SVGFarthestViewportElementWarning=SVGGraphicsElement.farthestViewportElement устарел и будет удалён в будущем.
+
# LOCALIZATION NOTE: Do not translate "<script>".
ScriptSourceEmpty=Атрибут «%S» элемента <script> является пустым.
# LOCALIZATION NOTE: Do not translate "<script>".
@@ -330,6 +337,8 @@ ModuleSourceNotAllowed=URI модуля не разрешён в этом док
WebExtContentScriptModuleSourceNotAllowed=Скрипты содержимого WebExtension могут загружать только модули с URL-адресами moz-extension, но не: «%S».
ModuleResolveFailureNoWarn=Ошибка разрешения спецификатора модуля «%S».
ModuleResolveFailureWarnRelative=Ошибка разрешения спецификатора модуля «%S». Связанные спецификаторы модуля должны начинаться с «./», «../» или «/».
+# LOCALIZATION NOTE: Do not translate "locale" and "IDBObjectStore.createIndex()".
+IDBObjectStoreCreateIndexLocaleWarning=Опция «locale» для IDBObjectStore.createIndex() является устаревшей.
ImportMapInvalidTopLevelKey=В карте импорта присутствует недопустимый ключ верхнего уровня «%S».
ImportMapEmptySpecifierKeys=Ключи спецификатора не могут быть пустыми строками.
ImportMapAddressesNotStrings=Адреса должны быть строками.
@@ -470,9 +479,6 @@ InstallTriggerInstallDeprecatedWarning=InstallTrigger.install() устарел
# LOCALIZATION NOTE: Do not translate "HTMLOptionsCollection.length". %1$S is the invalid value, %2$S is the current limit.
SelectOptionsLengthAssignmentWarning=Отказ в расширении списка опций <select> через присвоение значения переменной HTMLOptionsCollection.length (значение %1$S). Максимальный поддерживаемый размер: %2$S.
-# LOCALIZATION NOTE: Do not translate "isExternalCTAP2SecurityKeySupported".
-IsExternalCTAP2SecurityKeySupportedWarning=isExternalCTAP2SecurityKeySupported() устарел.
-
InvalidFormControlUnfocusable=Недопустимый элемент управления формой не может быть фокусируемым.
# LOCALIZATION NOTE: Do not translate "name="
InvalidNamedFormControlUnfocusable=Недопустимый элемент управления формой с name=‘%S’ не может быть фокусирован.
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.
diff --git a/l10n-ru/dom/chrome/security/security.properties b/l10n-ru/dom/chrome/security/security.properties
index d5176532b6..0bc1ecafdc 100644
--- a/l10n-ru/dom/chrome/security/security.properties
+++ b/l10n-ru/dom/chrome/security/security.properties
@@ -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"