Transvision

Filter by folder:

Show all results devtools dom toolkit

Displaying 33 results for the string document in ja:

Entity ja en-US
Entity # all locales devtools • shared • screenshot.properties
inspectNodeManual
ja
document.querySelector() で一意に識別可能な CSS セレクター
en-US
A CSS selector for use with document.querySelector which identifies a single element
Entity # all locales dom • chrome • dom • dom.properties
DocumentReleaseCaptureWarning
ja
Document.releaseCapture() は推奨されません。代わりに Element.releasePointerCapture() を使用してください。詳しくは https://developer.mozilla.org/docs/Web/API/Element/releasePointerCapture を参照してください。
en-US
Document.releaseCapture() is deprecated. Use Element.releasePointerCapture() instead. For more help https://developer.mozilla.org/docs/Web/API/Element/releasePointerCapture
Entity # all locales dom • chrome • dom • dom.properties
DocumentSetDomainNotAllowedWarning
ja
クロスオリジンの隔離された環境で document.domain を設定することは許可されていません。
en-US
Setting document.domain in a cross-origin isolated environment is not allowed.
Entity # all locales dom • chrome • dom • dom.properties
DocumentWriteIgnored
ja
非同期で読み込まれた外部スクリプトからの document.write() の呼び出しは無視されました。
en-US
A call to document.write() from an asynchronously-loaded external script was ignored.
Entity # all locales dom • chrome • dom • dom.properties
ExecCommandCutCopyDeniedNotInputDriven
ja
document.execCommand(‘cut’/‘copy’) はユーザー生成の短期的なイベントハンドラーの内部からの呼び出しでないため拒否されました。
en-US
document.execCommand(‘cut’/‘copy’) was denied because it was not called from inside a short running user-generated event handler.
Entity # all locales dom • chrome • dom • dom.properties
FullscreenDeniedContainerNotAllowed
ja
document に含まれる要素が iframe でないか “allowfullscreen” 属性を持たないため、全画面表示の要求が拒否されました。
en-US
Request for fullscreen was denied because at least one of the document’s containing elements is not an iframe or does not have an “allowfullscreen” attribute.
Entity # all locales dom • chrome • dom • dom.properties
FullscreenDeniedHidden
ja
document が不可視になったため、全画面表示の要求が拒否されました。
en-US
Request for fullscreen was denied because the document is no longer visible.
Entity # all locales dom • chrome • dom • dom.properties
FullscreenDeniedMovedDocument
ja
要求元の要素が document を移動したため、全画面表示の要求が拒否されました。
en-US
Request for fullscreen was denied because requesting element has moved document.
Entity # all locales dom • chrome • dom • dom.properties
FullscreenDeniedNotInDocument
ja
要求元の要素が document 内に存在しなくなったため、全画面表示の要求が拒否されました。
en-US
Request for fullscreen was denied because requesting element is no longer in its document.
Entity # all locales dom • chrome • dom • dom.properties
FullscreenDeniedSubDocFullscreen
ja
要求元の document のサブドキュメントがすでに全画面表示であるため、全画面表示の要求が拒否されました。
en-US
Request for fullscreen was denied because a subdocument of the document requesting fullscreen is already fullscreen.
Entity # all locales dom • chrome • dom • dom.properties
IgnoringWillChangeOverBudgetWarning
ja
will-change のメモリー消費量が多すぎます。予約サイズの制限は document の表面領域の %1$S 倍の値です (%2$Spx)。予約サイズを超えた場合、document で発生するすべての will-change は無視されます。
en-US
Will-change memory consumption is too high. Budget limit is the document surface area multiplied by %1$S (%2$S px). Occurrences of will-change over the budget will be ignored.
Entity # all locales dom • chrome • dom • dom.properties
InstallTriggerInstallDeprecatedWarning
ja
InstallTrigger.install() は推奨されません。これは将来のバージョンで削除されます。詳しくは https://extensionworkshop.com/documentation/publish/self-distribution/ を参照してください。
en-US
InstallTrigger.install() is deprecated and will be removed in the future. For more help https://extensionworkshop.com/documentation/publish/self-distribution/
Entity # all locales dom • chrome • dom • dom.properties
ModuleSourceNotAllowed
ja
この document ではモジュールのソース URI は許可されていません: “%S”。
en-US
Module source URI is not allowed in this document: “%S”.
Entity # all locales dom • chrome • dom • dom.properties
PointerLockDeniedHidden
ja
document が不可視のため、ポインターロックの要求が拒否されました。
en-US
Request for pointer lock was denied because the document is not visible.
Entity # all locales dom • chrome • dom • dom.properties
PointerLockDeniedInUse
ja
ポインターが異なる document により制御されているため、ポインターロックの要求が拒否されました。
en-US
Request for pointer lock was denied because the pointer is currently controlled by a different document.
Entity # all locales dom • chrome • dom • dom.properties
PointerLockDeniedMovedDocument
ja
要求した要素に移動した document があるため、ポインターロックの要求が拒否されました。
en-US
Request for pointer lock was denied because the requesting element has moved document.
Entity # all locales dom • chrome • dom • dom.properties
PointerLockDeniedNotFocused
ja
document がフォーカスされていないため、ポインターロックの要求が拒否されました。
en-US
Request for pointer lock was denied because the document is not focused.
Entity # all locales dom • chrome • dom • dom.properties
PointerLockDeniedNotInDocument
ja
要求した要素が document 内に存在しないため、ポインターロックの要求が拒否されました。
en-US
Request for pointer lock was denied because the requesting element is not in a document.
Entity # all locales dom • chrome • dom • dom.properties
PointerLockDeniedNotInputDriven
ja
ユーザー生成の短期的なイベントハンドラーの内部から Element.requestPointerLock() メソッドが呼び出されず、document が全画面表示でないため、ポインターロックの要求が拒否されました。
en-US
Request for pointer lock was denied because Element.requestPointerLock() was not called from inside a short running user-generated event handler, and the document is not in full screen.
Entity # all locales dom • chrome • dom • dom.properties
RemovedFullscreenElement
ja
Fullscreen 要素が document から削除されたため、全画面表示を終了しました。
en-US
Exited fullscreen because fullscreen element was removed from document.
Entity # all locales dom • chrome • dom • dom.properties
RequestStorageAccessNested
ja
document.requestStorageAccess() は入れ子の iframe 内では呼び出されません。
en-US
document.requestStorageAccess() may not be called in a nested iframe.
Entity # all locales dom • chrome • dom • dom.properties
RequestStorageAccessNotSecureContext
ja
document.requestStorageAccess() は安全なコンテキストでのアクセスのみを許可します。
en-US
document.requestStorageAccess() may only grant access to secure contexts.
Entity # all locales dom • chrome • dom • dom.properties
RequestStorageAccessNullPrincipal
ja
document.requestStorageAccess() は、sandbox 属性を持つ iframe 内のサンドボックス化されたコンテンツに allow-same-origin が指定されていないなど、非透過オリジンのドキュメント上では呼び出されません。
en-US
document.requestStorageAccess() may not be called on a document with an opaque origin, such as a sandboxed iframe without allow-same-origin in its sandbox attribute.
Entity # all locales dom • chrome • dom • dom.properties
RequestStorageAccessPermissionsPolicy
ja
権限ポリシーによりストレージアクセス機能がブロックされている場所では document.requestStorageAccess() が呼び出されません。
en-US
document.requestStorageAccess() may not be called where the storage-access feature is blocked by the Permissions Policy.
Entity # all locales dom • chrome • dom • dom.properties
RequestStorageAccessSandboxed
ja
document.requestStorageAccess() は、sandbox 属性を持つ iframe 内のサンドボックス化されたコンテンツで allow-storage-access-by-user-activation が指定されていない場合は呼び出されません。
en-US
document.requestStorageAccess() may not be called in a sandboxed iframe without allow-storage-access-by-user-activation in its sandbox attribute.
Entity # all locales dom • chrome • dom • dom.properties
RequestStorageAccessUserGesture
ja
document.requestStorageAccess() は、ユーザー生成の短期的なイベントハンドラーの内部からのみ要求されます。
en-US
document.requestStorageAccess() may only be requested from inside a short running user-generated event handler.
Entity # all locales dom • chrome • dom • dom.properties
ScriptSourceNotAllowed
ja
この document では <script> のソース URI は許可されていません: “%S”。
en-US
<script> source URI is not allowed in this document: “%S”.
Entity # all locales dom • chrome • dom • dom.properties
SpeculationFailed2
ja
不平衡なツリーが document.write() を使用して書き込まれたため、ネットワークからのデータが再度パースされます。詳しくは https://developer.mozilla.org/docs/Glossary/speculative_parsing を参照してください。
en-US
An unbalanced tree was written using document.write() causing data from the network to be reparsed. More information: https://developer.mozilla.org/en-US/docs/Glossary/speculative_parsing
Entity # all locales dom • chrome • layout • htmlparser.properties
errDeepTree
ja
The document tree is too deep. The tree will be flattened to be 513 elements deep.
en-US
The document tree is too deep. The tree will be flattened to be 513 elements deep.
Entity # all locales dom • chrome • security • security.properties
SanitizerRcvdNoInput
ja
入力がなかったか空の値を受け取りました。空の DocumentFragment を返します。
en-US
Received empty or no input. Returning an empty DocumentFragment.
Entity # all locales toolkit • chrome • mozapps • downloads • unknownContentType.properties
pdfExtHandlerDescription
ja
Portable Document Format (PDF)
en-US
Portable Document Format (PDF)
Entity # all locales toolkit • toolkit • about • aboutGlean.ftl
about-glean-manual-testing
ja
完全な手順は <a data-l10n-name="fog-instrumentation-test-doc-link">{ -fog-brand-name } instrumentation testing docs</a> および <a data-l10n-name="glean-sdk-doc-link">{ glean-sdk-brand-name } documentation</a> に文書化されています。 要するに、あなたの計測器の動作を手動でテストするには、以下を行ってください。
en-US
Full instructions are documented in the <a data-l10n-name="fog-instrumentation-test-doc-link">{ -fog-brand-name } instrumentation testing docs</a> and in the <a data-l10n-name="glean-sdk-doc-link">{ glean-sdk-brand-name } documentation</a>, but, in short, to manually test that your instrumentation works, you should:
Entity # all locales toolkit • toolkit • about • aboutTelemetry.ftl
about-telemetry-firefox-data-doc
ja
<a data-l10n-name="data-doc-link">Firefox Data Documentation</a> には、私たちのデータツールでの取り扱われ方についてのガイドが含まれます。
en-US
The <a data-l10n-name="data-doc-link">Firefox Data Documentation</a> contains guides about how to work with our data tools.

Displaying 121 results for the string document in en-US:

Entity ja en-US
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-export-file-picker-csv-filter-title
ja
CSV ファイル
en-US
{ PLATFORM() -> [macos] CSV Document *[other] CSV File }
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-import-file-picker-csv-filter-title
ja
CSV ファイル
en-US
{ PLATFORM() -> [macos] CSV Document *[other] CSV File }
Entity # all locales browser • browser • aboutLogins.ftl
about-logins-import-file-picker-tsv-filter-title
ja
TSV ファイル
en-US
{ PLATFORM() -> [macos] TSV Document *[other] TSV File }
Entity # all locales browser • browser • aboutPolicies.ftl
documentation-tab
ja
ドキュメント
en-US
Documentation
Entity # all locales browser • browser • browser.ftl
fullscreen-warning-no-domain
ja
このページは現在全画面表示モードです。
en-US
This document is now full screen
Entity # all locales browser • browser • browser.ftl
pointerlock-warning-no-domain
ja
マウスポインターは現在、このページが制御しています。制御を取り戻すには、ESC キーを押してください。
en-US
This document has control of your pointer. Press Esc to take back control.
Entity # all locales browser • browser • featureCallout.ftl
callout-pdfjs-draw-title
ja
文書に図形注釈を追加できる新しいツール
en-US
Sign documents with our new draw tool
Entity # all locales browser • browser • migrationWizard.ftl
migration-bookmarks-from-file-html-filter-title
ja
{ PLATFORM() -> [macos] HTML ドキュメント *[other] HTML ファイル }
en-US
{ PLATFORM() -> [macos] HTML Document *[other] HTML File }
Entity # all locales browser • browser • migrationWizard.ftl
migration-passwords-from-file-csv-filter-title
ja
CSV ファイル
en-US
{ PLATFORM() -> [macos] CSV Document *[other] CSV File }
Entity # all locales browser • browser • migrationWizard.ftl
migration-passwords-from-file-tsv-filter-title
ja
TSV ファイル
en-US
{ PLATFORM() -> [macos] TSV Document *[other] TSV File }
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-WebsiteFilter
ja
ウェブサイトを訪問済みにしません。書式の詳細はドキュメントをご覧ください。
en-US
Block websites from being visited. See documentation for more details on the format.
Entity # all locales browser • chrome • browser • browser.properties
droponhomemsg
ja
このウェブページまたはファイルを新しいホームページに設定します。よろしいですか?
en-US
Do you want this document to be your new home page?
Entity # all locales browser • chrome • browser • browser.properties
droponhomemsgMultiple
ja
これらのウェブページまたはファイルを新しいホームページに設定します。よろしいですか?
en-US
Do you want these documents to be your new home pages?
Entity # all locales browser • chrome • browser • downloads • downloads.properties
unblockInsecure2
ja
現在のドキュメントには安全な HTTPS 接続が使用されましたが、ダウンロードが HTTP 接続で提供されています。続行すると、ダウンロードデータが破損するかダウンロード処理中に改竄される恐れがあります。
en-US
The download is offered over HTTP even though the current document was delivered over a secure HTTPS connection. If you proceed, the download may be corrupted or tampered with during the download process.
Entity # all locales browser • chrome • overrides • appstrings.properties
isprinting
ja
印刷中や印刷プレビューの表示中はドキュメントを変更できません。
en-US
The document cannot change while Printing or in Print Preview.
Entity # all locales browser • chrome • overrides • appstrings.properties
notCached
ja
このドキュメントは利用できなくなりました。
en-US
This document is no longer available.
Entity # all locales browser • pdfviewer • chrome.properties
unsupported_feature
ja
この PDF 文書はサポートされていないため正しく表示できない可能性があります。
en-US
This PDF document might not be displayed correctly.
Entity # all locales browser • pdfviewer • chrome.properties
unsupported_feature_forms
ja
この PDF ドキュメントは、フォームが含まれています。フォームフィールドへの入力はサポートされていません。
en-US
This PDF document contains forms. The filling of form fields is not supported.
Entity # all locales browser • pdfviewer • chrome.properties
unsupported_feature_signatures
ja
この PDF ドキュメントは、デジタル署名が含まれています。署名の検証はサポートされていません。
en-US
This PDF document contains digital signatures. Validation of signatures is not supported.
Entity # all locales browser • pdfviewer • viewer.properties
document_outline.title
ja
文書の目次を表示します (ダブルクリックで項目を開閉します)
en-US
Show Document Outline (double-click to expand/collapse all items)
Entity # all locales browser • pdfviewer • viewer.properties
document_outline_label
ja
文書の目次
en-US
Document Outline
Entity # all locales browser • pdfviewer • viewer.properties
document_properties.title
ja
文書のプロパティ...
en-US
Document Properties
Entity # all locales browser • pdfviewer • viewer.properties
document_properties_label
ja
文書のプロパティ...
en-US
Document Properties
Entity # all locales browser • pdfviewer • viewer.properties
find_input.placeholder
ja
文書内を検索...
en-US
Find in document
Entity # all locales browser • pdfviewer • viewer.properties
find_reached_bottom
ja
文書末尾に到達したので先頭から続けて検索します
en-US
Reached end of document, continued from top
Entity # all locales browser • pdfviewer • viewer.properties
find_reached_top
ja
文書先頭に到達したので末尾から続けて検索します
en-US
Reached top of document, continued from bottom
Entity # all locales browser • pdfviewer • viewer.properties
findbar.title
ja
文書内を検索します
en-US
Find in Document
Entity # all locales browser • pdfviewer • viewer.properties
print_progress_message
ja
文書の印刷を準備しています...
en-US
Preparing document for printing
Entity # all locales browser • pdfviewer • viewer.properties
toggle_sidebar_notification2.title
ja
サイドバー表示を切り替えます (文書に含まれるアウトライン / 添付 / レイヤー)
en-US
Toggle Sidebar (document contains outline/attachments/layers)
Entity # all locales devtools • client • accessibility.ftl
accessibility-text-label-issue-document-title
ja
ドキュメントには <code>title</code> が必要です。<a>詳細</a>
en-US
Documents must have a <code>title</code>. <a>Learn more</a>
Entity # all locales devtools • client • accessibility.properties
accessibility.documentation.label
ja
ドキュメント...
en-US
Documentation
Entity # all locales devtools • client • debugger.properties
projectTextSearch.refreshButtonTooltipOnNavigation
ja
新しいドキュメントのページへ移動しました。クリックすると検索結果をリフレッシュします
en-US
The page navigated to a new document. Click to refresh search results
Entity # all locales devtools • client • inspector.properties
eyedropper.disabled.title
ja
非 HTML ドキュメントでは利用できません
en-US
Unavailable in non-HTML documents
Entity # all locales devtools • client • styleeditor.ftl
styleeditor-import-button.tooltiptext
ja
既存のスタイルシートをドキュメントにインポートする
en-US
Import and append an existing style sheet to the document
Entity # all locales devtools • client • styleeditor.ftl
styleeditor-new-button.tooltiptext
ja
新しいスタイルシートを作成して、ドキュメントにインポートする
en-US
Create and append a new style sheet to the document
Entity # all locales devtools • client • toolbox.ftl
toolbox-meatball-menu-documentation-label
ja
ドキュメント...
en-US
Documentation
Entity # all locales devtools • client • toolbox.properties
toolbox.frames.tooltip
ja
現在の対象ドキュメントとして読み込む iframe を選択
en-US
Select an iframe as the currently targeted document
Entity # all locales devtools • shared • accessibility.properties
accessibility.text.label.issue.document.title
ja
ドキュメントには title が必要です。
en-US
Documents must have a title.
Entity # all locales devtools • shared • screenshot.properties
inspectNodeManual
ja
document.querySelector() で一意に識別可能な CSS セレクター
en-US
A CSS selector for use with document.querySelector which identifies a single element
Entity # all locales dom • chrome • accessibility • AccessFu.properties
document
ja
ドキュメント
en-US
document
Entity # all locales dom • chrome • accessibility • mac • accessible.properties
document
ja
文書
en-US
document
Entity # all locales dom • chrome • appstrings.properties
isprinting
ja
印刷中や印刷プレビューの表示中はドキュメントを変更できません。
en-US
The document cannot change while Printing or in Print Preview.
Entity # all locales dom • chrome • appstrings.properties
netOffline
ja
このページはオフラインでは表示できません。オンラインにするには、ファイルメニューから [オフライン作業] のチェックを解除してください。
en-US
This document cannot be displayed while offline. To go online, uncheck Work Offline from the File menu.
Entity # all locales dom • chrome • appstrings.properties
netReset
ja
このページにはデータがありません。
en-US
The document contains no data.
Entity # all locales dom • chrome • appstrings.properties
notCached
ja
このドキュメントは利用できなくなりました。
en-US
This document is no longer available.
Entity # all locales dom • chrome • appstrings.properties
unknownSocketType
ja
このページを表示するにはパーソナルセキュリティマネージャー (PSM) が必要です。PSM をインストールしてから再度試すか、システム管理者に問い合わせてください。
en-US
This document cannot be displayed unless you install the Personal Security Manager (PSM). Download and install PSM and try again, or contact your system administrator.
Entity # all locales dom • chrome • dom • dom.properties
DocumentReleaseCaptureWarning
ja
Document.releaseCapture() は推奨されません。代わりに Element.releasePointerCapture() を使用してください。詳しくは https://developer.mozilla.org/docs/Web/API/Element/releasePointerCapture を参照してください。
en-US
Document.releaseCapture() is deprecated. Use Element.releasePointerCapture() instead. For more help https://developer.mozilla.org/docs/Web/API/Element/releasePointerCapture
Entity # all locales dom • chrome • dom • dom.properties
DocumentSetDomainNotAllowedWarning
ja
クロスオリジンの隔離された環境で document.domain を設定することは許可されていません。
en-US
Setting document.domain in a cross-origin isolated environment is not allowed.
Entity # all locales dom • chrome • dom • dom.properties
DocumentWriteIgnored
ja
非同期で読み込まれた外部スクリプトからの document.write() の呼び出しは無視されました。
en-US
A call to document.write() from an asynchronously-loaded external script was ignored.
Entity # all locales dom • chrome • dom • dom.properties
ExecCommandCutCopyDeniedNotInputDriven
ja
document.execCommand(‘cut’/‘copy’) はユーザー生成の短期的なイベントハンドラーの内部からの呼び出しでないため拒否されました。
en-US
document.execCommand(‘cut’/‘copy’) was denied because it was not called from inside a short running user-generated event handler.
Entity # all locales dom • chrome • dom • dom.properties
FullscreenDeniedContainerNotAllowed
ja
document に含まれる要素が iframe でないか “allowfullscreen” 属性を持たないため、全画面表示の要求が拒否されました。
en-US
Request for fullscreen was denied because at least one of the document’s containing elements is not an iframe or does not have an “allowfullscreen” attribute.
Entity # all locales dom • chrome • dom • dom.properties
FullscreenDeniedHidden
ja
document が不可視になったため、全画面表示の要求が拒否されました。
en-US
Request for fullscreen was denied because the document is no longer visible.
Entity # all locales dom • chrome • dom • dom.properties
FullscreenDeniedMovedDocument
ja
要求元の要素が document を移動したため、全画面表示の要求が拒否されました。
en-US
Request for fullscreen was denied because requesting element has moved document.
Entity # all locales dom • chrome • dom • dom.properties
FullscreenDeniedNotInDocument
ja
要求元の要素が document 内に存在しなくなったため、全画面表示の要求が拒否されました。
en-US
Request for fullscreen was denied because requesting element is no longer in its document.
Entity # all locales dom • chrome • dom • dom.properties
FullscreenDeniedSubDocFullscreen
ja
要求元の document のサブドキュメントがすでに全画面表示であるため、全画面表示の要求が拒否されました。
en-US
Request for fullscreen was denied because a subdocument of the document requesting fullscreen is already fullscreen.
Entity # all locales dom • chrome • dom • dom.properties
HittingMaxWorkersPerDomain2
ja
Worker をすぐに開始できませんでした。同一生成元の他のドキュメントがすでに worker の数を上限まで使用しています。Worker をキューに追加し、他の worker の完了後に開始します。
en-US
A Worker could not be started immediately because other documents in the same origin are already using the maximum number of workers. The Worker is now queued and will be started after some of the other workers have completed.
Entity # all locales dom • chrome • dom • dom.properties
IgnoringWillChangeOverBudgetWarning
ja
will-change のメモリー消費量が多すぎます。予約サイズの制限は document の表面領域の %1$S 倍の値です (%2$Spx)。予約サイズを超えた場合、document で発生するすべての will-change は無視されます。
en-US
Will-change memory consumption is too high. Budget limit is the document surface area multiplied by %1$S (%2$S px). Occurrences of will-change over the budget will be ignored.
Entity # all locales dom • chrome • dom • dom.properties
ImportXULIntoContentWarning
ja
XUL ノードのコンテンツドキュメントへのインポートは推奨されません。この関数は間もなく削除されます。
en-US
Importing XUL nodes into a content document is deprecated. This functionality may be removed soon.
Entity # all locales dom • chrome • dom • dom.properties
InstallTriggerInstallDeprecatedWarning
ja
InstallTrigger.install() は推奨されません。これは将来のバージョンで削除されます。詳しくは https://extensionworkshop.com/documentation/publish/self-distribution/ を参照してください。
en-US
InstallTrigger.install() is deprecated and will be removed in the future. For more help https://extensionworkshop.com/documentation/publish/self-distribution/
Entity # all locales dom • chrome • dom • dom.properties
ManifestScopeNotSameOrigin
ja
scope URL はドキュメントと同一の生成元でなければなりません。
en-US
The scope URL must be same origin as document.
Entity # all locales dom • chrome • dom • dom.properties
ManifestStartURLShouldBeSameOrigin
ja
start URL はドキュメントと同一の生成元でなければなりません。
en-US
The start URL must be same origin as document.
Entity # all locales dom • chrome • dom • dom.properties
ModuleSourceNotAllowed
ja
この document ではモジュールのソース URI は許可されていません: “%S”。
en-US
Module source URI is not allowed in this document: “%S”.
Entity # all locales dom • chrome • dom • dom.properties
NotificationsCrossOriginIframeRequestIsForbidden
ja
通知の許可設定はトップレベルのドキュメントまたは同一生成元の iframe からしか要求されません。
en-US
The Notification permission may only be requested in a top-level document or same-origin iframe.
Entity # all locales dom • chrome • dom • dom.properties
PointerLockDeniedHidden
ja
document が不可視のため、ポインターロックの要求が拒否されました。
en-US
Request for pointer lock was denied because the document is not visible.
Entity # all locales dom • chrome • dom • dom.properties
PointerLockDeniedInUse
ja
ポインターが異なる document により制御されているため、ポインターロックの要求が拒否されました。
en-US
Request for pointer lock was denied because the pointer is currently controlled by a different document.
Entity # all locales dom • chrome • dom • dom.properties
PointerLockDeniedMovedDocument
ja
要求した要素に移動した document があるため、ポインターロックの要求が拒否されました。
en-US
Request for pointer lock was denied because the requesting element has moved document.
Entity # all locales dom • chrome • dom • dom.properties
PointerLockDeniedNotFocused
ja
document がフォーカスされていないため、ポインターロックの要求が拒否されました。
en-US
Request for pointer lock was denied because the document is not focused.
Entity # all locales dom • chrome • dom • dom.properties
PointerLockDeniedNotInDocument
ja
要求した要素が document 内に存在しないため、ポインターロックの要求が拒否されました。
en-US
Request for pointer lock was denied because the requesting element is not in a document.
Entity # all locales dom • chrome • dom • dom.properties
PointerLockDeniedNotInputDriven
ja
ユーザー生成の短期的なイベントハンドラーの内部から Element.requestPointerLock() メソッドが呼び出されず、document が全画面表示でないため、ポインターロックの要求が拒否されました。
en-US
Request for pointer lock was denied because Element.requestPointerLock() was not called from inside a short running user-generated event handler, and the document is not in full screen.
Entity # all locales dom • chrome • dom • dom.properties
RemovedFullscreenElement
ja
Fullscreen 要素が document から削除されたため、全画面表示を終了しました。
en-US
Exited fullscreen because fullscreen element was removed from document.
Entity # all locales dom • chrome • dom • dom.properties
RequestStorageAccessNested
ja
document.requestStorageAccess() は入れ子の iframe 内では呼び出されません。
en-US
document.requestStorageAccess() may not be called in a nested iframe.
Entity # all locales dom • chrome • dom • dom.properties
RequestStorageAccessNotSecureContext
ja
document.requestStorageAccess() は安全なコンテキストでのアクセスのみを許可します。
en-US
document.requestStorageAccess() may only grant access to secure contexts.
Entity # all locales dom • chrome • dom • dom.properties
RequestStorageAccessNullPrincipal
ja
document.requestStorageAccess() は、sandbox 属性を持つ iframe 内のサンドボックス化されたコンテンツに allow-same-origin が指定されていないなど、非透過オリジンのドキュメント上では呼び出されません。
en-US
document.requestStorageAccess() may not be called on a document with an opaque origin, such as a sandboxed iframe without allow-same-origin in its sandbox attribute.
Entity # all locales dom • chrome • dom • dom.properties
RequestStorageAccessPermissionsPolicy
ja
権限ポリシーによりストレージアクセス機能がブロックされている場所では document.requestStorageAccess() が呼び出されません。
en-US
document.requestStorageAccess() may not be called where the storage-access feature is blocked by the Permissions Policy.
Entity # all locales dom • chrome • dom • dom.properties
RequestStorageAccessSandboxed
ja
document.requestStorageAccess() は、sandbox 属性を持つ iframe 内のサンドボックス化されたコンテンツで allow-storage-access-by-user-activation が指定されていない場合は呼び出されません。
en-US
document.requestStorageAccess() may not be called in a sandboxed iframe without allow-storage-access-by-user-activation in its sandbox attribute.
Entity # all locales dom • chrome • dom • dom.properties
RequestStorageAccessUserGesture
ja
document.requestStorageAccess() は、ユーザー生成の短期的なイベントハンドラーの内部からのみ要求されます。
en-US
document.requestStorageAccess() may only be requested from inside a short running user-generated event handler.
Entity # all locales dom • chrome • dom • dom.properties
ScriptSourceNotAllowed
ja
この document では <script> のソース URI は許可されていません: “%S”。
en-US
<script> source URI is not allowed in this document: “%S”.
Entity # all locales dom • chrome • dom • dom.properties
SpeculationFailed2
ja
不平衡なツリーが document.write() を使用して書き込まれたため、ネットワークからのデータが再度パースされます。詳しくは https://developer.mozilla.org/docs/Glossary/speculative_parsing を参照してください。
en-US
An unbalanced tree was written using document.write() causing data from the network to be reparsed. More information: https://developer.mozilla.org/en-US/docs/Glossary/speculative_parsing
Entity # all locales dom • chrome • layout • htmlparser.properties
EncDetectorReload
ja
ドキュメントの文字エンコーディングが宣言されていませんでした。エンコーディングはコンテンツからのみ後で判別できますが、これはドキュメントが再度読み込まれる原因になります。文字エンコーディングは meta タグを使用して Content-Type HTTP ヘッダー内で宣言するか、バイトオーダーマーク (BOM) で指定する必要があります。
en-US
The character encoding of the document was not declared, and the encoding was guessable from content only late. This caused the document to be reloaded. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncDetectorReloadPlain
ja
ドキュメントの文字エンコーディングが宣言されていませんでした。エンコーディングはコンテンツからのみ後で判別できますが、これはドキュメントが再度読み込まれる原因になります。文字エンコーディングは Content-Type HTTP ヘッダー内で宣言するか、バイトオーダーマーク (BOM) で指定する必要があります。
en-US
The character encoding of the document was not declared, and the encoding was guessable from content only late. This caused the document to be reloaded. The character encoding needs to be declared in the Content-Type HTTP header or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncErrorFrame
ja
親ドキュメントから継承された文字エンコーディングによりバイトストリームがエラーを起こしています。文字エンコーディングは meta タグを使用して Content-Type HTTP ヘッダー内で宣言するか、バイトオーダーマーク (BOM) で指定する必要があります。
en-US
The byte stream was erroneous according to the character encoding that was inherited from the parent document. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncErrorFramePlain
ja
親ドキュメントから継承された文字エンコーディングによりバイトストリームがエラーを起こしています。文字エンコーディングは Content-Type HTTP ヘッダー内で宣言するか、バイトオーダーマーク (BOM) で指定する必要があります。
en-US
The byte stream was erroneous according to the character encoding that was inherited from the parent document. The character encoding needs to be declared in the Content-Type HTTP header or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaAfterHeadInKilobyte
ja
ドキュメントの文字エンコーディングを宣言する meta タグはドキュメントの head 部分の冒頭へ移動する必要があります。
en-US
The meta tag declaring the character encoding of the document should be moved to start of the head part of the document.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaTooLate
ja
文字エンコーディングを宣言する meta タグがドキュメント後方で見つかったため、代わりにコンテンツから文字エンコーディングが判別されました。この meta タグはドキュメントの head 部分の冒頭へ移動する必要があります。
en-US
A meta tag attempting to declare the character encoding declaration was found too late, and the encoding was guessed from content instead. The meta tag needs to be moved to the start of the head part of the document.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaTooLateFrame
ja
文字エンコーディングを宣言する meta タグがドキュメント後方で見つかったため、代わりに親ドキュメントの文字エンコーディングが使用されました。この meta タグはドキュメントの head 部分の冒頭へ移動する必要があります。
en-US
A meta tag attempting to declare the character encoding declaration was found too late, and the encoding of the parent document was used instead. The meta tag needs to be moved to the start of the head part of the document.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaUnsupported
ja
HTML ドキュメントの meta タグにサポートされていない文字エンコーディングが指定されています。文字エンコーディング宣言は無視されました。
en-US
An unsupported character encoding was declared for the HTML document using a meta tag. The declaration was ignored.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncNoDecl
ja
ドキュメントの文字エンコーディングが宣言されていないため、コンテンツから文字エンコーディングが判別されました。文字エンコーディングは meta タグを使用して Content-Type HTTP ヘッダー内で宣言するか、バイトオーダーマーク (BOM) で指定する必要があります。
en-US
The character encoding of the document was not declared, so the encoding was guessed from content. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncNoDeclPlain
ja
ドキュメントの文字エンコーディングが宣言されていないため、コンテンツから文字エンコーディングが判別されました。文字エンコーディングは Content-Type HTTP ヘッダー内で宣言するか、バイトオーダーマーク (BOM) で指定する必要があります。
en-US
The character encoding of the document was not declared, so the encoding was guessed from content. The character encoding needs to be declared in the Content-Type HTTP header or using a byte order mark.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncNoDeclarationFrame
ja
フレーム内のドキュメントの文字エンコーディングが宣言されていません。フレームなしで読み込む場合と表示が異なるかもしれません。
en-US
The character encoding of a framed document was not declared. The document may appear different if viewed without the document framing it.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncSpeculationFail2022
ja
ASCII と互換性がない ISO-2022-JP 形式の文字エンコーディングが使用されているため、ドキュメントの冒頭が再解釈されました。
en-US
The start of the document was reparsed, because ISO-2022-JP is an ASCII-incompatible encoding.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncSpeculationFailMeta
ja
エンコーディングを宣言する meta タグより前に非 ASCII 文字があったため、ドキュメントの冒頭が再解釈されました。前述のように meta タグは head の最初の子要素として非 ASCII 文字を含めずに宣言しなければなりません。
en-US
The start of the document was reparsed, because there were non-ASCII characters before the meta tag that declared the encoding. The meta should be the first child of head without non-ASCII comments before.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncSpeculationFailXml
ja
XML 宣言構文へフォールバックする前の meta タグ検索に失敗し、そのドキュメントの一部に非 ASCII 文字があったため、ドキュメントの冒頭が再解釈されました。XML 宣言構文の代わりに、head 部分の冒頭に meta タグを置いて宣言すべきです。
en-US
The start of the document was reparsed, because there were non-ASCII characters in the part of the document that was unsuccessfully searched for a meta tag before falling back to the XML declaration syntax. A meta tag at the start of the head part should be used instead of the XML declaration syntax.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncXmlDecl
ja
HTML ドキュメントの文字エンコーディングが XML 宣言構文で宣言されていました。基準に従わないこの宣言は head 部分の冒頭で meta タグを使用して宣言するとより効果的です。
en-US
The character encoding of an HTML document was declared using the XML declaration syntax. This is non-conforming, and declaring the encoding using a meta tag at the start of the head part is more efficient.
Entity # all locales dom • chrome • layout • htmlparser.properties
errDeepTree
ja
The document tree is too deep. The tree will be flattened to be 513 elements deep.
en-US
The document tree is too deep. The tree will be flattened to be 513 elements deep.
Entity # all locales dom • chrome • layout • printing.properties
PERR_GFX_PRINTER_DOC_IS_BUSY
ja
ドキュメントが読み込み中のため印刷できません。
en-US
Cannot print this document yet, it is still being loaded.
Entity # all locales dom • chrome • layout • printing.properties
PERR_GFX_PRINTER_DOC_IS_BUSY_PP
ja
ドキュメントが読み込み中のため印刷プレビューを実行できません。
en-US
Cannot print-preview this document yet, it is still being loaded.
Entity # all locales dom • chrome • layout • xmlparser.properties
22
ja
ドキュメントが standalone ではありません。
en-US
document is not standalone
Entity # all locales dom • chrome • layout • xmlparser.properties
9
ja
ドキュメント要素の後ろに不正な文字列があります。
en-US
junk after document element
Entity # all locales dom • chrome • security • security.properties
SanitizerRcvdNoInput
ja
入力がなかったか空の値を受け取りました。空の DocumentFragment を返します。
en-US
Received empty or no input. Returning an empty DocumentFragment.
Entity # all locales dom • dom • XMLPrettyPrint.ftl
xml-nostylesheet
ja
この XML ファイルにはスタイル情報が関連付けられていないようです。以下にドキュメントツリーを表示します。
en-US
This XML file does not appear to have any style information associated with it. The document tree is shown below.
Entity # all locales toolkit • chrome • mozapps • downloads • unknownContentType.properties
pdfExtHandlerDescription
ja
Portable Document Format (PDF)
en-US
Portable Document Format (PDF)
Entity # all locales toolkit • toolkit • about • aboutGlean.ftl
about-glean-manual-testing
ja
完全な手順は <a data-l10n-name="fog-instrumentation-test-doc-link">{ -fog-brand-name } instrumentation testing docs</a> および <a data-l10n-name="glean-sdk-doc-link">{ glean-sdk-brand-name } documentation</a> に文書化されています。 要するに、あなたの計測器の動作を手動でテストするには、以下を行ってください。
en-US
Full instructions are documented in the <a data-l10n-name="fog-instrumentation-test-doc-link">{ -fog-brand-name } instrumentation testing docs</a> and in the <a data-l10n-name="glean-sdk-doc-link">{ glean-sdk-brand-name } documentation</a>, but, in short, to manually test that your instrumentation works, you should:
Entity # all locales toolkit • toolkit • about • aboutTelemetry.ftl
about-telemetry-firefox-data-doc
ja
<a data-l10n-name="data-doc-link">Firefox Data Documentation</a> には、私たちのデータツールでの取り扱われ方についてのガイドが含まれます。
en-US
The <a data-l10n-name="data-doc-link">Firefox Data Documentation</a> contains guides about how to work with our data tools.
Entity # all locales toolkit • toolkit • about • aboutTelemetry.ftl
about-telemetry-telemetry-client-doc
ja
<a data-l10n-name="client-doc-link">Firefox Telemetry クライアントドキュメント</a> には、コンセプト、API ドキュメント、データ参照についての定義が含まれます。
en-US
The <a data-l10n-name="client-doc-link">Firefox Telemetry client documentation</a> includes definitions for concepts, API documentation and data references.
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-block-dialog-body-print
ja
Warning: Source string is missing
en-US
Under your organization’s data protection policies, you’re not permitted to print this document. Contact your administrator for more info.
Entity # all locales toolkit • toolkit • contentanalysis • contentanalysis.ftl
contentanalysis-block-dialog-title-print
ja
Warning: Source string is missing
en-US
You’re not permitted to print this document
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-abouthome-startup-cache-description
ja
起動時に既定で読み込まれる初期 about:home ドキュメントのキャッシュ。このキャッシュの目的は起動時のパフォーマンスを向上させることです。
en-US
A cache for the initial about:home document that is loaded by default at startup. The purpose of the cache is to improve startup performance.
Entity # all locales toolkit • toolkit • neterror • certError.ftl
notCached-title
ja
ドキュメントが有効期限切れです
en-US
Document Expired
Entity # all locales toolkit • toolkit • neterror • netError.ftl
neterror-not-cached-intro
ja
リクエストされた { -brand-short-name } のキャッシュ内のドキュメントは、利用できません。
en-US
The requested document is not available in { -brand-short-name }’s cache.
Entity # all locales toolkit • toolkit • neterror • netError.ftl
neterror-not-cached-sensitive
ja
安全対策のため、{ -brand-short-name } は注意を要するドキュメントを自動的に再リクエストしません。
en-US
As a security precaution, { -brand-short-name } does not automatically re-request sensitive documents.
Entity # all locales toolkit • toolkit • neterror • netError.ftl
neterror-not-cached-try-again
ja
"再試行" ボタンをクリックしてドキュメントをウェブサイトから読み込んでください。
en-US
Click Try Again to re-request the document from the website.
Entity # all locales toolkit • toolkit • pdfviewer • viewer.ftl
pdfjs-document-outline-button-label
ja
文書の目次
en-US
Document Outline
Entity # all locales toolkit • toolkit • pdfviewer • viewer.ftl
pdfjs-document-outline-button.title
ja
文書の目次を表示します (ダブルクリックで項目を開閉します)
en-US
Show Document Outline (double-click to expand/collapse all items)
Entity # all locales toolkit • toolkit • pdfviewer • viewer.ftl
pdfjs-document-properties-button-label
ja
文書のプロパティ...
en-US
Document Properties
Entity # all locales toolkit • toolkit • pdfviewer • viewer.ftl
pdfjs-document-properties-button.title
ja
文書のプロパティ...
en-US
Document Properties
Entity # all locales toolkit • toolkit • pdfviewer • viewer.ftl
pdfjs-find-input.placeholder
ja
文書内を検索...
en-US
Find in document
Entity # all locales toolkit • toolkit • pdfviewer • viewer.ftl
pdfjs-find-reached-bottom
ja
文書末尾に到達したので先頭から続けて検索します
en-US
Reached end of document, continued from top
Entity # all locales toolkit • toolkit • pdfviewer • viewer.ftl
pdfjs-find-reached-top
ja
文書先頭に到達したので末尾から続けて検索します
en-US
Reached top of document, continued from bottom
Entity # all locales toolkit • toolkit • pdfviewer • viewer.ftl
pdfjs-findbar-button.title
ja
文書内を検索します
en-US
Find in Document
Entity # all locales toolkit • toolkit • pdfviewer • viewer.ftl
pdfjs-print-progress-message
ja
文書の印刷を準備しています...
en-US
Preparing document for printing
Entity # all locales toolkit • toolkit • pdfviewer • viewer.ftl
pdfjs-toggle-sidebar-notification-button.title
ja
サイドバー表示を切り替えます (文書に含まれるアウトライン / 添付 / レイヤー)
en-US
Toggle Sidebar (document contains outline/attachments/layers)
Please enable JavaScript. Some features won't be available without it.