diff options
Diffstat (limited to 'l10n-ja/dom/chrome/dom/dom.properties')
-rw-r--r-- | l10n-ja/dom/chrome/dom/dom.properties | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/l10n-ja/dom/chrome/dom/dom.properties b/l10n-ja/dom/chrome/dom/dom.properties index 9874909b8c..7c925fcc7d 100644 --- a/l10n-ja/dom/chrome/dom/dom.properties +++ b/l10n-ja/dom/chrome/dom/dom.properties @@ -18,6 +18,7 @@ DebugScriptButton =スクリプトをデバッグ WaitForScriptButton =処理を続行 DontAskAgain =次回からは確認しない(&D) WindowCloseBlockedWarning =スクリプトはスクリプトによって開かれたウィンドウ以外を閉じることができません。 +WindowCloseByScriptBlockedWarning =スクリプトはスクリプトによって開かれたウィンドウのみを閉じます。 OnBeforeUnloadTitle =本当によろしいですか? OnBeforeUnloadMessage2 =このページから移動しますか? 入力した情報は保存されません。 OnBeforeUnloadStayButton =このページに留まる @@ -307,16 +308,22 @@ NotificationsRequireUserGesture =通知の許可設定はユーザー生成の NotificationsRequireUserGestureDeprecationWarning =通知許可の要求について、ユーザー生成の短期的なイベントハンドラーでない外部のものは推奨されません。将来のバージョンでサポートされなくなります。 # LOCALIZATION NOTE: Do not translate "content", "Window", and "window.top" WindowContentUntrustedWarning =window オブジェクトの ‘content’ 属性は推奨されません。代わりに ‘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 =ID “%S” を持つ SVG <%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 =ID “%S” を持つ要素で SVG <%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 =<script> 要素の ‘%S’ 属性が空です。 # LOCALIZATION NOTE: Do not translate "<script>". @@ -333,6 +340,8 @@ ModuleSourceNotAllowed =この document ではモジュールのソース URI WebExtContentScriptModuleSourceNotAllowed =WebExtension コンテンツスクリプトは moz-extension URL のモジュールしか読み込みません。次の URL は対象外です: “%S” ModuleResolveFailureNoWarn =モジュール指定 “%S” の解決時にエラーが発生しました。 ModuleResolveFailureWarnRelative =モジュール指定 “%S” の解決時にエラーが発生しました。モジュール指定の相対パスは “./” または “../”, “/” のいずれかで始まらなければなりません。 +# LOCALIZATION NOTE: Do not translate "locale" and "IDBObjectStore.createIndex()". +IDBObjectStoreCreateIndexLocaleWarning =IDBObjectStore.createIndex() の ‘locale’ オプションは推奨されません。 ImportMapInvalidTopLevelKey =import map 内に不正なトップレベルキー “%S” が提供されています。 ImportMapEmptySpecifierKeys =specifier キーを空文字列にすることはできません。 ImportMapAddressesNotStrings =アドレスは文字列でなければなりません。 @@ -473,9 +482,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’ を持つ不正なコントロールはフォーカスできません。 |