summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/ja/localization/ja/toolkit/global/extensions.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'thunderbird-l10n/ja/localization/ja/toolkit/global/extensions.ftl')
-rw-r--r--thunderbird-l10n/ja/localization/ja/toolkit/global/extensions.ftl97
1 files changed, 97 insertions, 0 deletions
diff --git a/thunderbird-l10n/ja/localization/ja/toolkit/global/extensions.ftl b/thunderbird-l10n/ja/localization/ja/toolkit/global/extensions.ftl
new file mode 100644
index 0000000000..84f81c53bb
--- /dev/null
+++ b/thunderbird-l10n/ja/localization/ja/toolkit/global/extensions.ftl
@@ -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/.
+
+
+## Headers used in the webextension permissions dialog,
+## See https://bug1308309.bmoattachments.org/attachment.cgi?id=8814612
+## for an example of the full dialog.
+## Note: This string will be used as raw markup. Avoid characters like <, >, &
+## Variables:
+## $extension (String): replaced with the localized name of the extension.
+
+webext-perms-header = { $extension } を追加しますか?
+webext-perms-header-with-perms = { $extension } を追加しますか? この拡張機能は以下の権限が必要です:
+webext-perms-header-unsigned = { $extension } を追加しますか? この拡張機能は検証されていません。悪意のある拡張機能はユーザーの個人情報を盗んだりコンピューターを危険にさらすことがあります。提供元を信頼できる場合のみ、追加するようにしてください。
+webext-perms-header-unsigned-with-perms = { $extension } を追加しますか? この拡張機能は検証されていません。悪意のある拡張機能はユーザーの個人情報を盗んだりコンピューターを危険にさらすことがあります。提供元を信頼できる場合のみ、追加するようにしてください。この拡張機能は以下の権限が必要です:
+webext-perms-sideload-header = { $extension } が追加されました
+webext-perms-optional-perms-header = { $extension } が追加の許可を必要としています。
+
+##
+
+webext-perms-add =
+ .label = 追加
+ .accesskey = A
+webext-perms-cancel =
+ .label = キャンセル
+ .accesskey = C
+webext-perms-sideload-text = コンピューター上の別のプログラムがブラウザーの動作に影響するアドオンをインストールしました。このアドオンの権限の要求を見直して、有効にするかキャンセル (無効のまま) を選んでください。
+webext-perms-sideload-text-no-perms = コンピューター上の別のプログラムがブラウザーの動作に影響するアドオンをインストールしました。有効にするかキャンセル (無効のまま) を選んでください。
+webext-perms-sideload-enable =
+ .label = 有効にする
+ .accesskey = E
+webext-perms-sideload-cancel =
+ .label = キャンセル
+ .accesskey = C
+# Variables:
+# $extension (String): replaced with the localized name of the extension.
+webext-perms-update-text = { $extension } が更新されています。新しいバージョンがインストールされる前に新たな権限を承認してください。“キャンセル” を選ぶと拡張機能は現在のバージョンが維持されます。この拡張機能は以下の権限が必要です:
+webext-perms-update-accept =
+ .label = 更新
+ .accesskey = U
+webext-perms-optional-perms-list-intro = 追加の許可:
+webext-perms-optional-perms-allow =
+ .label = 許可
+ .accesskey = A
+webext-perms-optional-perms-deny =
+ .label = 拒否
+ .accesskey = D
+webext-perms-host-description-all-urls = すべてのウェブサイトの保存されたデータへのアクセス
+# Variables:
+# $domain (String): will be replaced by the DNS domain for which a webextension is requesting access (e.g., mozilla.org)
+webext-perms-host-description-wildcard = { $domain } ドメイン内のサイトの保存されたデータへのアクセス
+# Variables:
+# $domainCount (Number): Integer indicating the number of additional
+# hosts for which this webextension is requesting permission.
+webext-perms-host-description-too-many-wildcards = 他の { $domainCount } 個のドメイン内の保存されたデータへのアクセス
+# Variables:
+# $domain (String): will be replaced by the DNS host name for which a webextension is requesting access (e.g., www.mozilla.org)
+webext-perms-host-description-one-site = { $domain } の保存されたデータへのアクセス
+# Variables:
+# $domainCount (Number): Integer indicating the number of additional
+# hosts for which this webextension is requesting permission.
+webext-perms-host-description-too-many-sites = 他の { $domainCount } 個のサイトの保存されたデータへのアクセス
+
+## Headers used in the webextension permissions dialog for synthetic add-ons.
+## The part of the string describing what privileges the extension gives should be consistent
+## with the value of webext-site-perms-description-gated-perms-{sitePermission}.
+## Note, this string will be used as raw markup. Avoid characters like <, >, &
+## Variables:
+## $hostname (String): the hostname of the site the add-on is being installed from.
+
+webext-site-perms-header-with-gated-perms-midi = このアドオンは MIDI デバイスへのアクセスを { $hostname } に許可します。
+webext-site-perms-header-with-gated-perms-midi-sysex = このアドオンは SysEx 対応 MIDI デバイスへのアクセスを { $hostname } に許可します。
+
+##
+
+# This string is used as description in the webextension permissions dialog for synthetic add-ons.
+# Note, the empty line is used to create a line break between the two sections.
+# Note, this string will be used as raw markup. Avoid characters like <, >, &
+webext-site-perms-description-gated-perms-midi =
+ これらは通常、オーディオシンセサイザーのようなプラグインデバイスですが、あなたのコンピューターにも組み込まれているでしょう。
+
+ ウェブサイトは通常、MIDI デバイスへのアクセスを許可されていません。誤った使い方をすると、破損の原因となったりセキュリティの低下を招いたりする恐れがあります。
+
+## Headers used in the webextension permissions dialog.
+## Note: This string will be used as raw markup. Avoid characters like <, >, &
+## Variables:
+## $extension (String): replaced with the localized name of the extension being installed.
+## $hostname (String): will be replaced by the DNS host name for which a webextension enables permissions.
+
+webext-site-perms-header-with-perms = { $extension } を追加しますか? この拡張機能は以下の機能を { $hostname } に付与します:
+webext-site-perms-header-unsigned-with-perms = { $extension } を追加しますか? この拡張機能は検証されていません。悪意のある拡張機能はあなたの機密情報を盗んだり、コンピューターを損傷させることができます。提供元を信用できる場合のみ追加してください。この拡張機能は以下の機能を { $hostname } に付与します:
+
+## These should remain in sync with permissions.NAME.label in sitePermissions.properties
+
+webext-site-perms-midi = MIDI デバイスへのアクセス
+webext-site-perms-midi-sysex = SysEx 対応 MIDI デバイスへのアクセス