summaryrefslogtreecommitdiffstats
path: root/l10n-ja/dom/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-ja/dom/chrome')
-rw-r--r--l10n-ja/dom/chrome/accessibility/win/accessible.properties8
-rw-r--r--l10n-ja/dom/chrome/security/csp.properties4
-rw-r--r--l10n-ja/dom/chrome/security/security.properties3
3 files changed, 13 insertions, 2 deletions
diff --git a/l10n-ja/dom/chrome/accessibility/win/accessible.properties b/l10n-ja/dom/chrome/accessibility/win/accessible.properties
index 8e714cc281..cb6ed78b8b 100644
--- a/l10n-ja/dom/chrome/accessibility/win/accessible.properties
+++ b/l10n-ja/dom/chrome/accessibility/win/accessible.properties
@@ -21,3 +21,11 @@ cycle =切り替え
# (^m^) Bug 1395181 で追加。Entity 名にスペースが入っているためコメントアウト
# https://phabricator.services.mozilla.com/D144252#inline-797003
#click ancestor = 祖先要素をクリック
+# These messages are reported by accessibility clients such as screen readers to
+# indicate landmarks, which are significant sections of a document to which
+# users might want to navigate quickly. See this page for more information:
+# https://www.w3.org/WAI/ARIA/apg/patterns/landmarks/examples/general-principles.html
+banner = バナー
+complementary = 補足
+contentinfo = コンテンツ情報
+region = リージョン
diff --git a/l10n-ja/dom/chrome/security/csp.properties b/l10n-ja/dom/chrome/security/csp.properties
index 3a4a35b66f..f8242929fc 100644
--- a/l10n-ja/dom/chrome/security/csp.properties
+++ b/l10n-ja/dom/chrome/security/csp.properties
@@ -220,10 +220,10 @@ couldntParseInvalidSandboxFlag =不正な sandbox フラグを解析できませ
# LOCALIZATION NOTE (invalidNumberOfTrustedTypesForDirectiveValues):
# %1$S is the number of passed tokens.
-invalidNumberOfTrustedTypesForDirectiveValues =受け取った ‘require-trusted-types-for‘ ディレクティブのトークンの数値が正しくありません: %1$S; (期待値 1)
+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‘)
+invalidRequireTrustedTypesForDirectiveValue =受け取った ‘require-trusted-types-for‘ ディレクティブのトークンが正しくありません: %1$S (期待値 ‘script‘)
# LOCALIZATION NOTE (invalidTrustedTypesExpression):
# %1$S is the passed token
invalidTrustedTypesExpression = 受け取った ‘trusted-types‘ ディレクティブのトークンが正しくありません: %1$S
diff --git a/l10n-ja/dom/chrome/security/security.properties b/l10n-ja/dom/chrome/security/security.properties
index e5cb3f3184..d2113d73ee 100644
--- a/l10n-ja/dom/chrome/security/security.properties
+++ b/l10n-ja/dom/chrome/security/security.properties
@@ -156,6 +156,9 @@ HTTPSOnlyUpgradeSpeculativeConnection =安全でない投機的な TCP 接続
HTTPSFirstSchemeless = プロトコルスキームなしでアドレスバーに読み込まれた URL をアップグレードして HTTPS を使用します。
+# LOCALIZATION NOTE: %S is the hostname for which a exception will be added;
+HTTPSFirstAddingSessionException = ウェブサイトが HTTPS をサポートしていません。この先の “http://%S” の読み込みは安全のため一時的にスキップされます。
+
# LOCALIZATION NOTE: %S is the URL of the blocked request;
IframeSandboxBlockedDownload =ダウンロード元の iframe に sandbox フラグが設定されているため “%S” のダウンロードがブロックされました。