Main Views
QA Views
About Transvision
Displaying 17 results for the string document in th:
Entity | th | en-US |
---|---|---|
Entity
#
all locales
devtools • shared • screenshot.properties inspectNodeManual |
th
เครื่องมือเลือก CSS สำหรับใช้กับ Document.querySelector เพื่อระบุอิลิเมนต์ตัวเดียว
|
en-US
A CSS selector for use with document.querySelector which identifies a single element
|
Entity
#
all locales
dom • chrome • dom • dom.properties DOMNodeInsertedIntoDocumentWarning |
th
การเพิ่มตัวดักฟังสำหรับ DOMNodeInsertedIntoDocument เลิกใช้แล้วและจะถูกเอาออกในเร็วๆ นี้ โปรดใช้ MutationObserver แทนที่จะใช้ MutationEvent https://developer.mozilla.org/docs/Web/API/MutationObserver
|
en-US
Adding a listener for DOMNodeInsertedIntoDocument is deprecated and will be removed soon. Instead of a MutationEvent, use MutationObserver. https://developer.mozilla.org/docs/Web/API/MutationObserver
|
Entity
#
all locales
dom • chrome • dom • dom.properties DOMNodeRemovedFromDocumentWarning |
th
การเพิ่มตัวดักฟังสำหรับ DOMNodeRemovedFromDocument เลิกใช้แล้วและจะถูกเอาออกในเร็วๆ นี้ โปรดใช้ MutationObserver แทนที่จะใช้ MutationEvent https://developer.mozilla.org/docs/Web/API/MutationObserver
|
en-US
Adding a listener for DOMNodeRemovedFromDocument is deprecated and will be removed soon. Instead of a MutationEvent, use MutationObserver. https://developer.mozilla.org/docs/Web/API/MutationObserver
|
Entity
#
all locales
dom • chrome • dom • dom.properties DocumentReleaseCaptureWarning |
th
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 |
th
ไม่อนุญาตให้ตั้งค่า document.domain ในสภาพแวดล้อมแยกต่างหากแบบ cross-origin
|
en-US
Setting document.domain in a cross-origin isolated environment is not allowed.
|
Entity
#
all locales
dom • chrome • dom • dom.properties DocumentWriteIgnored |
th
การเรียกใช้ document.write() จากสคริปต์ภายนอกที่โหลดแบบ asynchronous ถูกเพิกเฉย
|
en-US
A call to document.write() from an asynchronously-loaded external script was ignored.
|
Entity
#
all locales
dom • chrome • dom • dom.properties ExecCommandCutCopyDeniedNotInputDriven |
th
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 InstallTriggerInstallDeprecatedWarning |
th
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 RequestStorageAccessNested |
th
document.requestStorageAccess() อาจไม่ถูกเรียกใน iframe ที่ซ้อนกัน
|
en-US
document.requestStorageAccess() may not be called in a nested iframe.
|
Entity
#
all locales
dom • chrome • dom • dom.properties RequestStorageAccessNotSecureContext |
th
document.requestStorageAccess() อาจให้สิทธิ์เข้าถึงเฉพาะบริบทที่ปลอดภัย
|
en-US
document.requestStorageAccess() may only grant access to secure contexts.
|
Entity
#
all locales
dom • chrome • dom • dom.properties RequestStorageAccessNullPrincipal |
th
document.requestStorageAccess() อาจไม่ถูกเรียกบนเอกสารที่มีที่มาที่มืดทึบ เช่น iframe without ที่มี sandbox ซึ่งไม่มี allow-same-origin ในแอตทริบิวต์ sandbox
|
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 |
th
document.requestStorageAccess() อาจไม่ถูกเรียกถ้าคุณลักษณะ storage-access ถูกปิดกั้นเนื่องจากนโยบายการกำหนดสิทธิ์
|
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 |
th
document.requestStorageAccess() อาจไม่ถูกเรียกใน iframe ที่มี sandbox ซึ่งไม่มี allow-storage-access-by-user-activation ในแอตทริบิวต์ sandbox
|
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 |
th
สามารถร้องขอ 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 SpeculationFailed2 |
th
document.write() ได้เขียนทรีที่ไม่สมดุล ทำให้ข้อมูลจากเครือข่ายต้องถูกวิเคราะห์โครงสร้างใหม่ ดูข้อมูลเพิ่มเติมที่: https://developer.mozilla.org/en-US/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 • security • security.properties SanitizerRcvdNoInput |
th
ได้รับอินพุตเปล่าหรือไม่ได้รับอินพุตใด กำลังส่งกลับ DocumentFragment เปล่า
|
en-US
Received empty or no input. Returning an empty DocumentFragment.
|
Entity
#
all locales
toolkit • chrome • mozapps • downloads • unknownContentType.properties pdfExtHandlerDescription |
th
Portable Document Format (PDF)
|
en-US
Portable Document Format (PDF)
|
Displaying 124 results for the string document in en-US:
Entity | th | en-US |
---|---|---|
Entity
#
all locales
browser • browser • aboutLogins.ftl about-logins-export-file-picker-csv-filter-title |
th
{ PLATFORM() ->
[macos] ไฟล์ CSV
*[other] ไฟล์ 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 |
th
{ PLATFORM() ->
[macos] เอกสาร CSV
*[other] ไฟล์ 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 |
th
{ PLATFORM() ->
[macos] เอกสาร TSV
*[other] ไฟล์ TSV
}
|
en-US
{ PLATFORM() ->
[macos] TSV Document
*[other] TSV File
}
|
Entity
#
all locales
browser • browser • aboutPolicies.ftl documentation-tab |
th
เอกสารประกอบ
|
en-US
Documentation
|
Entity
#
all locales
browser • browser • browser.ftl fullscreen-warning-no-domain |
th
เอกสารนี้เต็มหน้าจออยู่
|
en-US
This document is now full screen
|
Entity
#
all locales
browser • browser • browser.ftl pointerlock-warning-no-domain |
th
เอกสารชิ้นนี้ได้ควบคุมตัวชี้ของคุณ กด 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 |
th
เซ็นชื่อในเอกสารด้วยเครื่องมือวาดใหม่ของเรา
|
en-US
Sign documents with our new draw tool
|
Entity
#
all locales
browser • browser • migrationWizard.ftl migration-bookmarks-from-file-html-filter-title |
th
{ 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 |
th
{ PLATFORM() ->
[macos] เอกสาร CSV
*[other] ไฟล์ CSV
}
|
en-US
{ PLATFORM() ->
[macos] CSV Document
*[other] CSV File
}
|
Entity
#
all locales
browser • browser • migrationWizard.ftl migration-passwords-from-file-tsv-filter-title |
th
{ PLATFORM() ->
[macos] เอกสาร TSV
*[other] ไฟล์ TSV
}
|
en-US
{ PLATFORM() ->
[macos] TSV Document
*[other] TSV File
}
|
Entity
#
all locales
browser • browser • policies • policies-descriptions.ftl policy-WebsiteFilter |
th
ปิดกั้นไม่ให้เยี่ยมชมเว็บไซต์ ดูคู่มือสำหรับรายละเอียดเพิ่มเติมเกี่ยวกับรูปแบบ
|
en-US
Block websites from being visited. See documentation for more details on the format.
|
Entity
#
all locales
browser • chrome • browser • browser.properties droponhomemsg |
th
คุณต้องการให้เอกสารนี้เป็นหน้าแรกใหม่ของคุณหรือไม่?
|
en-US
Do you want this document to be your new home page?
|
Entity
#
all locales
browser • chrome • browser • browser.properties droponhomemsgMultiple |
th
คุณต้องการให้เอกสารเหล่านี้เป็นหน้าแรกใหม่ของคุณหรือไม่?
|
en-US
Do you want these documents to be your new home pages?
|
Entity
#
all locales
browser • chrome • browser • downloads • downloads.properties unblockInsecure2 |
th
การดาวน์โหลดนี้ทำผ่าน HTTP แม้เอกสารปัจจุบันจะถูกส่งผ่านการเชื่อมต่อ HTTPS ที่ปลอดภัยก็ตาม ถ้าคุณดำเนินการต่อ การดาวน์โหลดอาจเสียหายหรืออาจถูกดัดแปลงระหว่างกระบวนการดาวน์โหลด
|
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 |
th
ไม่สามารถเปลี่ยนแปลงเอกสารขณะกำลังพิมพ์หรืออยู่ในตัวอย่างก่อนพิมพ์
|
en-US
The document cannot change while Printing or in Print Preview.
|
Entity
#
all locales
browser • chrome • overrides • appstrings.properties notCached |
th
ไม่มีเอกสารนี้อีกต่อไป
|
en-US
This document is no longer available.
|
Entity
#
all locales
browser • pdfviewer • chrome.properties unsupported_feature |
th
เอกสาร PDF นี้อาจแสดงผลไม่ถูกต้อง
|
en-US
This PDF document might not be displayed correctly.
|
Entity
#
all locales
browser • pdfviewer • chrome.properties unsupported_feature_forms |
th
เอกสาร 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 |
th
เอกสาร 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 |
th
แสดงเค้าร่างเอกสาร (คลิกสองครั้งเพื่อขยาย/ยุบรายการทั้งหมด)
|
en-US
Show Document Outline (double-click to expand/collapse all items)
|
Entity
#
all locales
browser • pdfviewer • viewer.properties document_outline_label |
th
เค้าร่างเอกสาร
|
en-US
Document Outline
|
Entity
#
all locales
browser • pdfviewer • viewer.properties document_properties.title |
th
คุณสมบัติเอกสาร…
|
en-US
Document Properties…
|
Entity
#
all locales
browser • pdfviewer • viewer.properties document_properties_label |
th
คุณสมบัติเอกสาร…
|
en-US
Document Properties…
|
Entity
#
all locales
browser • pdfviewer • viewer.properties find_input.placeholder |
th
ค้นหาในเอกสาร…
|
en-US
Find in document…
|
Entity
#
all locales
browser • pdfviewer • viewer.properties find_reached_bottom |
th
ค้นหาถึงจุดสิ้นสุดหน้า เริ่มค้นต่อจากด้านบน
|
en-US
Reached end of document, continued from top
|
Entity
#
all locales
browser • pdfviewer • viewer.properties find_reached_top |
th
ค้นหาถึงจุดเริ่มต้นของหน้า เริ่มค้นต่อจากด้านล่าง
|
en-US
Reached top of document, continued from bottom
|
Entity
#
all locales
browser • pdfviewer • viewer.properties findbar.title |
th
ค้นหาในเอกสาร
|
en-US
Find in Document
|
Entity
#
all locales
browser • pdfviewer • viewer.properties print_progress_message |
th
กำลังเตรียมเอกสารสำหรับการพิมพ์…
|
en-US
Preparing document for printing…
|
Entity
#
all locales
browser • pdfviewer • viewer.properties toggle_sidebar_notification2.title |
th
เปิด/ปิดแถบข้าง (เอกสารมีเค้าร่าง/ไฟล์แนบ/เลเยอร์)
|
en-US
Toggle Sidebar (document contains outline/attachments/layers)
|
Entity
#
all locales
devtools • client • accessibility.ftl accessibility-text-label-issue-document-title |
th
เอกสารต้องมี <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 |
th
เอกสารประกอบ…
|
en-US
Documentation…
|
Entity
#
all locales
devtools • client • debugger.properties projectTextSearch.refreshButtonTooltipOnNavigation |
th
หน้านี้นำทางไปยังเอกสารใหม่ คลิกเพื่อเรียกผลการค้นหาใหม่
|
en-US
The page navigated to a new document. Click to refresh search results
|
Entity
#
all locales
devtools • client • inspector.properties eyedropper.disabled.title |
th
ไม่พร้อมใช้งานในเอกสารที่ไม่ใช่ HTML
|
en-US
Unavailable in non-HTML documents
|
Entity
#
all locales
devtools • client • styleeditor.ftl styleeditor-import-button.tooltiptext |
th
นำเข้าและผนวกสไตล์ชีตที่มีอยู่ไปยังเอกสาร
|
en-US
Import and append an existing style sheet to the document
|
Entity
#
all locales
devtools • client • styleeditor.ftl styleeditor-new-button.tooltiptext |
th
สร้างและผนวกสไตล์ชีตใหม่ไปยังเอกสาร
|
en-US
Create and append a new style sheet to the document
|
Entity
#
all locales
devtools • client • toolbox.ftl toolbox-meatball-menu-documentation-label |
th
เอกสารประกอบ…
|
en-US
Documentation…
|
Entity
#
all locales
devtools • client • toolbox.properties toolbox.frames.tooltip |
th
เลือก iframe เป็นเอกสารเป้าหมายในปัจจุบัน
|
en-US
Select an iframe as the currently targeted document
|
Entity
#
all locales
devtools • shared • accessibility.properties accessibility.text.label.issue.document.title |
th
เอกสารต้องมีชื่อเรื่อง
|
en-US
Documents must have a title.
|
Entity
#
all locales
devtools • shared • screenshot.properties inspectNodeManual |
th
เครื่องมือเลือก CSS สำหรับใช้กับ Document.querySelector เพื่อระบุอิลิเมนต์ตัวเดียว
|
en-US
A CSS selector for use with document.querySelector which identifies a single element
|
Entity
#
all locales
dom • chrome • accessibility • AccessFu.properties document |
th
เอกสาร
|
en-US
document
|
Entity
#
all locales
dom • chrome • accessibility • mac • accessible.properties document |
th
เอกสาร
|
en-US
document
|
Entity
#
all locales
dom • chrome • appstrings.properties isprinting |
th
ไม่สามารถเปลี่ยนแปลงเอกสารขณะกำลังพิมพ์หรืออยู่ในตัวอย่างก่อนพิมพ์
|
en-US
The document cannot change while Printing or in Print Preview.
|
Entity
#
all locales
dom • chrome • appstrings.properties netOffline |
th
ไม่สามารถแสดงผลเอกสารนี้ขณะออฟไลน์ได้ เพื่อออนไลน์ให้ยกเลิกการกาเครื่องหมาย ทำงานออฟไลน์ จากเมนู ไฟล์
|
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 |
th
เอกสารนี้ไม่มีข้อมูล
|
en-US
The document contains no data.
|
Entity
#
all locales
dom • chrome • appstrings.properties notCached |
th
ไม่มีเอกสารนี้อีกต่อไป
|
en-US
This document is no longer available.
|
Entity
#
all locales
dom • chrome • appstrings.properties unknownSocketType |
th
ไม่สามารถแสดงเอกสารนี้ได้จนกว่าคุณจะทำการติดตั้งตัวจัดการความปลอดภัยส่วนบุคคล (Personal Security Manager) ดาวน์โหลดและติดตั้งตัวจัดการความปลอดภัยส่วนบุคคลและลองใหม่อีกครั้งหรือติดต่อผู้ดูแลระบบ
|
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 DOMNodeInsertedIntoDocumentWarning |
th
การเพิ่มตัวดักฟังสำหรับ DOMNodeInsertedIntoDocument เลิกใช้แล้วและจะถูกเอาออกในเร็วๆ นี้ โปรดใช้ MutationObserver แทนที่จะใช้ MutationEvent https://developer.mozilla.org/docs/Web/API/MutationObserver
|
en-US
Adding a listener for DOMNodeInsertedIntoDocument is deprecated and will be removed soon. Instead of a MutationEvent, use MutationObserver. https://developer.mozilla.org/docs/Web/API/MutationObserver
|
Entity
#
all locales
dom • chrome • dom • dom.properties DOMNodeRemovedFromDocumentWarning |
th
การเพิ่มตัวดักฟังสำหรับ DOMNodeRemovedFromDocument เลิกใช้แล้วและจะถูกเอาออกในเร็วๆ นี้ โปรดใช้ MutationObserver แทนที่จะใช้ MutationEvent https://developer.mozilla.org/docs/Web/API/MutationObserver
|
en-US
Adding a listener for DOMNodeRemovedFromDocument is deprecated and will be removed soon. Instead of a MutationEvent, use MutationObserver. https://developer.mozilla.org/docs/Web/API/MutationObserver
|
Entity
#
all locales
dom • chrome • dom • dom.properties DocumentReleaseCaptureWarning |
th
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 |
th
ไม่อนุญาตให้ตั้งค่า document.domain ในสภาพแวดล้อมแยกต่างหากแบบ cross-origin
|
en-US
Setting document.domain in a cross-origin isolated environment is not allowed.
|
Entity
#
all locales
dom • chrome • dom • dom.properties DocumentWriteIgnored |
th
การเรียกใช้ document.write() จากสคริปต์ภายนอกที่โหลดแบบ asynchronous ถูกเพิกเฉย
|
en-US
A call to document.write() from an asynchronously-loaded external script was ignored.
|
Entity
#
all locales
dom • chrome • dom • dom.properties ExecCommandCutCopyDeniedNotInputDriven |
th
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 |
th
การร้องขอการแสดงผลเต็มจอถูกปฏิเสธเนื่องจากเอกสารอย่างน้อยหนึ่งชิ้นมี 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 |
th
การร้องขอการแสดงผลเต็มจอถูกปฏิเสธเนื่องจากเอกสารไม่สามารถมองเห็นได้อีกต่อไป
|
en-US
Request for fullscreen was denied because the document is no longer visible.
|
Entity
#
all locales
dom • chrome • dom • dom.properties FullscreenDeniedMovedDocument |
th
การร้องขอการแสดงผลเต็มจอถูกปฏิเสธเนื่องจากอิลิเมนต์ที่ร้องขอได้ย้ายเอกสาร
|
en-US
Request for fullscreen was denied because requesting element has moved document.
|
Entity
#
all locales
dom • chrome • dom • dom.properties FullscreenDeniedNotInDocument |
th
การร้องขอการแสดงผลเต็มจอถูกปฏิเสธเนื่องจากอิลิเมนต์ที่ร้องขอไม่มีอยู่ในเอกสารอีกต่อไป
|
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 |
th
การร้องขอการแสดงผลเต็มจอถูกปฏิเสธเนื่องจากเอกสารย่อยของเอกสารที่ร้องขอการแสดงผลเต็มจอเป็นแบบเต็มจออยู่แล้ว
|
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 |
th
ไม่สามารถเริ่ม 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 |
th
การใช้หน่วยความจำของ Will-change สูงเกินไป ขีดจำกัดงบประมาณคือพื้นที่พื้นผิวเอกสารคูณด้วย %1$S (%2$S พิกเซล) เหตุการณ์ที่เกิดของ 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 |
th
เลิกใช้การนำเข้าโหนด 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 |
th
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 |
th
URL ของ scope ต้องเป็นที่มาเดียวกับเอกสาร
|
en-US
The scope URL must be same origin as document.
|
Entity
#
all locales
dom • chrome • dom • dom.properties ManifestStartURLShouldBeSameOrigin |
th
URL เริ่มต้นต้องเป็นที่มาเดียวกับเอกสาร
|
en-US
The start URL must be same origin as document.
|
Entity
#
all locales
dom • chrome • dom • dom.properties ModuleSourceNotAllowed |
th
ไม่อนุญาตให้มี URI ที่มาของโมดูลในเอกสารนี้: “%S”
|
en-US
Module source URI is not allowed in this document: “%S”.
|
Entity
#
all locales
dom • chrome • dom • dom.properties NotificationsCrossOriginIframeRequestIsForbidden |
th
การขอสิทธิ์การแจ้งเตือนสามารถทำได้เฉพาะในเอกสารระดับบนสุดหรือ 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 OnBeforeUnloadPDFjsMessage |
th
บันทึกเอกสารนี้เพื่อหลีกเลี่ยงโอกาสสูญเสียการเปลี่ยนแปลงของคุณ
|
en-US
Save this document to avoid losing your changes.
|
Entity
#
all locales
dom • chrome • dom • dom.properties PointerLockDeniedHidden |
th
การร้องขอการล็อกตัวชี้ถูกปฏิเสธเนื่องจากเอกสารไม่สามารถมองเห็นได้
|
en-US
Request for pointer lock was denied because the document is not visible.
|
Entity
#
all locales
dom • chrome • dom • dom.properties PointerLockDeniedInUse |
th
การร้องขอการล็อกตัวชี้ถูกปฏิเสธเนื่องจากขณะนี้ตัวชี้ถูกควบคุมโดยเอกสารอื่น
|
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 |
th
การร้องขอการล็อกตัวชี้ถูกปฏิเสธเนื่องจากอิลิเมนต์ที่ร้องขอได้ย้ายเอกสาร
|
en-US
Request for pointer lock was denied because the requesting element has moved document.
|
Entity
#
all locales
dom • chrome • dom • dom.properties PointerLockDeniedNotFocused |
th
การร้องขอการล็อกตัวชี้ถูกปฏิเสธเนื่องจากเอกสารไม่ได้ถูกโฟกัส
|
en-US
Request for pointer lock was denied because the document is not focused.
|
Entity
#
all locales
dom • chrome • dom • dom.properties PointerLockDeniedNotInDocument |
th
การร้องขอการล็อกตัวชี้ถูกปฏิเสธเนื่องจากอิลิเมนต์ที่ร้องขอไม่อยู่ในเอกสาร
|
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 |
th
การร้องขอการล็อกตัวชี้ถูกปฏิเสธเนื่องจาก Element.requestPointerLock() ไม่ถูกเรียกจากภายในตัวจัดการเหตุการณ์ที่สร้างโดยผู้ใช้ซึ่งทำงานในระยะสั้น และเอกสารไม่ได้แสดงผลเต็มจอ
|
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 |
th
ออกจากการแสดงผลเต็มจอเนื่องจากอิลิเมนต์การแสดงผลเต็มจอถูกเอาออกจากเอกสารแล้ว
|
en-US
Exited fullscreen because fullscreen element was removed from document.
|
Entity
#
all locales
dom • chrome • dom • dom.properties RequestStorageAccessNested |
th
document.requestStorageAccess() อาจไม่ถูกเรียกใน iframe ที่ซ้อนกัน
|
en-US
document.requestStorageAccess() may not be called in a nested iframe.
|
Entity
#
all locales
dom • chrome • dom • dom.properties RequestStorageAccessNotSecureContext |
th
document.requestStorageAccess() อาจให้สิทธิ์เข้าถึงเฉพาะบริบทที่ปลอดภัย
|
en-US
document.requestStorageAccess() may only grant access to secure contexts.
|
Entity
#
all locales
dom • chrome • dom • dom.properties RequestStorageAccessNullPrincipal |
th
document.requestStorageAccess() อาจไม่ถูกเรียกบนเอกสารที่มีที่มาที่มืดทึบ เช่น iframe without ที่มี sandbox ซึ่งไม่มี allow-same-origin ในแอตทริบิวต์ sandbox
|
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 |
th
document.requestStorageAccess() อาจไม่ถูกเรียกถ้าคุณลักษณะ storage-access ถูกปิดกั้นเนื่องจากนโยบายการกำหนดสิทธิ์
|
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 |
th
document.requestStorageAccess() อาจไม่ถูกเรียกใน iframe ที่มี sandbox ซึ่งไม่มี allow-storage-access-by-user-activation ในแอตทริบิวต์ sandbox
|
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 |
th
สามารถร้องขอ 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 |
th
ไม่อนุญาตให้มี URI ที่มาของ <script> ในเอกสารนี้: “%S”
|
en-US
<script> source URI is not allowed in this document: “%S”.
|
Entity
#
all locales
dom • chrome • dom • dom.properties SpeculationFailed2 |
th
document.write() ได้เขียนทรีที่ไม่สมดุล ทำให้ข้อมูลจากเครือข่ายต้องถูกวิเคราะห์โครงสร้างใหม่ ดูข้อมูลเพิ่มเติมที่: https://developer.mozilla.org/en-US/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 |
th
ไม่ได้ประกาศรหัสอักขระของเอกสาร และได้เดารหัสอักขระจากเนื้อหา ซึ่งส่งผลให้เอกสารถูกโหลดซ้ำ รหัสอักขระจะต้องถูกประกาศในเฮดเดอร์ HTTP Content-Type โดยใช้แท็ก meta หรือโดยใช้เครื่องหมายลำดับไบต์
|
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 |
th
ไม่ได้ประกาศรหัสอักขระของเอกสาร และได้เดารหัสอักขระจากเนื้อหา ซึ่งส่งผลให้เอกสารถูกโหลดซ้ำ รหัสอักขระจะต้องถูกประกาศในเฮดเดอร์ HTTP Content-Type หรือโดยใช้เครื่องหมายลำดับไบต์
|
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 |
th
สตรีมไบต์มีข้อผิดพลาดตามรหัสอักขระที่สืบทอดมาจากเอกสารแม่ รหัสอักขระจะต้องถูกประกาศในเฮดเดอร์ HTTP Content-Type โดยใช้แท็ก meta หรือโดยใช้เครื่องหมายลำดับไบต์
|
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 |
th
สตรีมไบต์มีข้อผิดพลาดตามรหัสอักขระที่สืบทอดมาจากเอกสารแม่ รหัสอักขระจะต้องถูกประกาศในเฮดเดอร์ HTTP Content-Type หรือโดยใช้เครื่องหมายลำดับไบต์
|
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 |
th
แท็ก 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 |
th
พบแท็ก 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 |
th
พบแท็ก 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 |
th
เอกสาร 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 |
th
ไม่ได้ประกาศรหัสอักขระของเอกสาร จึงได้เดารหัสอักขระจากเนื้อหาแทน รหัสอักขระจะต้องถูกประกาศในเฮดเดอร์ HTTP Content-Type โดยใช้แท็ก meta หรือโดยใช้เครื่องหมายลำดับไบต์
|
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 |
th
ไม่ได้ประกาศรหัสอักขระของเอกสาร จึงได้เดารหัสอักขระจากเนื้อหาแทน รหัสอักขระจะต้องถูกประกาศในเฮดเดอร์ HTTP Content-Type โดยใช้เครื่องหมายลำดับไบต์
|
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 |
th
เอกสารภายในเฟรมไม่ได้ประกาศการเข้ารหัสอักขระ การแสดงผลเอกสารอาจต่างออกไปถ้าหากเปิดดูโดยไม่อยู่ในเฟรมของเอกสารอื่น
|
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 |
th
ส่วนเริ่มต้นของเอกสารถูกแจงส่วนใหม่ เนื่องจาก ISO-2022-JP เป็นรหัสอักขระที่ใช้ร่วมกับ ASCII ไม่ได้
|
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 |
th
ส่วนเริ่มต้นของเอกสารถูกแจงส่วนใหม่ เนื่องจากมีอักขระที่ไม่ใช่ ASCII ก่อนแท็ก meta ที่ประกาศรหัสอักขระไว้ meta ควรเป็นแท็กลูกแท็กแรกของเฮดเดอร์ที่ไม่มีคำอธิบายที่ไม่ใช่ 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 |
th
ส่วนเริ่มต้นของเอกสารถูกแจงส่วนใหม่ เนื่องจากมีอักขระที่ไม่ใช่ ASCII ในส่วนของเอกสารที่ค้นหาแท็ก meta ไม่สำเร็จก่อนที่จะถอยกลับไปใช้ไวยาการณ์การประกาศแบบ XML ควรใช้แท็ก meta ที่ส่วนเริ่มต้นของเฮดเดอร์แทนไวยากรณ์การประกาศแบบ XML
|
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 |
th
รหัสอักขระของเอกสาร HTML ถูกประกาศโดยใช้ไวยากรณ์ในการประกาศแบบ XML ซึ่งไม่เป็นไปตามข้อกำหนด และการประกาศรหัสอักขระโดยใช้แท็ก meta ที่จุดเริ่มต้นของส่วน head จะมีประสิทธิภาพมากกว่า
|
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 |
th
ทรีเอกสารลึกเกินไป ทรีจะถูกลดขนาดให้เหลือความลึกเพียง 513 อิลิเมนต์
|
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 |
th
ยังไม่สามารถพิมพ์เอกสารนี้ได้ เอกสารกำลังโหลดอยู่
|
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 |
th
เอกสารยังโหลดไม่เสร็จ ไม่สามารถแสดงตัวอย่างการพิมพ์ได้ในตอนนี้
|
en-US
Cannot print-preview this document yet, it is still being loaded.
|
Entity
#
all locales
dom • chrome • layout • xmlparser.properties 22 |
th
เอกสารไม่เป็นเอกเทศ
|
en-US
document is not standalone
|
Entity
#
all locales
dom • chrome • layout • xmlparser.properties 9 |
th
มีขยะอยู่หลังอิลิเมนต์เอกสาร
|
en-US
junk after document element
|
Entity
#
all locales
dom • chrome • security • security.properties SanitizerRcvdNoInput |
th
ได้รับอินพุตเปล่าหรือไม่ได้รับอินพุตใด กำลังส่งกลับ DocumentFragment เปล่า
|
en-US
Received empty or no input. Returning an empty DocumentFragment.
|
Entity
#
all locales
dom • dom • XMLPrettyPrint.ftl xml-nostylesheet |
th
ไฟล์ 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 |
th
Portable Document Format (PDF)
|
en-US
Portable Document Format (PDF)
|
Entity
#
all locales
toolkit • toolkit • about • aboutGlean.ftl about-glean-manual-testing |
th
คำแนะนำแบบเต็มมีอยู่ใน
<a data-l10n-name="fog-instrumentation-test-doc-link">คู่มือการทดสอบด้วยเครื่องมือที่กำหนดของ { -fog-brand-name }</a>
และใน<a data-l10n-name="glean-sdk-doc-link">คู่มือของ { glean-sdk-brand-name }</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 |
th
<a data-l10n-name="data-doc-link">เอกสารข้อมูล Firefox</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 |
th
<a data-l10n-name="client-doc-link">เอกสารเกี่ยวกับไคลเอนต์การวัดและส่งข้อมูลทางไกลของ Firefox</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 |
th
ภายใต้นโยบายการปกป้องข้อมูลขององค์กรของคุณ คุณไม่ได้รับอนุญาตให้พิมพ์เอกสารนี้ ให้ติดต่อผู้ดูแลระบบของคุณสำหรับข้อมูลเพิ่มเติม
|
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 |
th
คุณไม่ได้รับอนุญาตให้พิมพ์เอกสารนี้
|
en-US
You’re not permitted to print this document
|
Entity
#
all locales
toolkit • toolkit • featuregates • features.ftl experimental-features-abouthome-startup-cache-description |
th
แคชสำหรับเอกสาร 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 |
th
เอกสารหมดอายุ
|
en-US
Document Expired
|
Entity
#
all locales
toolkit • toolkit • neterror • netError.ftl neterror-not-cached-intro |
th
เอกสารที่ขอไม่มีในแคชของ { -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 |
th
ตามมาตรการรักษาความปลอดภัย { -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 |
th
คลิก ลองอีกครั้ง เพื่อขอเอกสารจากเว็บไซต์ใหม่
|
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 |
th
เค้าร่างเอกสาร
|
en-US
Document Outline
|
Entity
#
all locales
toolkit • toolkit • pdfviewer • viewer.ftl pdfjs-document-outline-button.title |
th
แสดงเค้าร่างเอกสาร (คลิกสองครั้งเพื่อขยาย/ยุบรายการทั้งหมด)
|
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 |
th
คุณสมบัติเอกสาร…
|
en-US
Document Properties…
|
Entity
#
all locales
toolkit • toolkit • pdfviewer • viewer.ftl pdfjs-document-properties-button.title |
th
คุณสมบัติเอกสาร…
|
en-US
Document Properties…
|
Entity
#
all locales
toolkit • toolkit • pdfviewer • viewer.ftl pdfjs-find-input.placeholder |
th
ค้นหาในเอกสาร…
|
en-US
Find in document…
|
Entity
#
all locales
toolkit • toolkit • pdfviewer • viewer.ftl pdfjs-find-reached-bottom |
th
ค้นหาถึงจุดสิ้นสุดหน้า เริ่มค้นต่อจากด้านบน
|
en-US
Reached end of document, continued from top
|
Entity
#
all locales
toolkit • toolkit • pdfviewer • viewer.ftl pdfjs-find-reached-top |
th
ค้นหาถึงจุดเริ่มต้นของหน้า เริ่มค้นต่อจากด้านล่าง
|
en-US
Reached top of document, continued from bottom
|
Entity
#
all locales
toolkit • toolkit • pdfviewer • viewer.ftl pdfjs-findbar-button.title |
th
ค้นหาในเอกสาร
|
en-US
Find in Document
|
Entity
#
all locales
toolkit • toolkit • pdfviewer • viewer.ftl pdfjs-print-progress-message |
th
กำลังเตรียมเอกสารสำหรับการพิมพ์…
|
en-US
Preparing document for printing…
|
Entity
#
all locales
toolkit • toolkit • pdfviewer • viewer.ftl pdfjs-toggle-sidebar-notification-button.title |
th
เปิด/ปิดแถบข้าง (เอกสารมีเค้าร่าง/ไฟล์แนบ/เลเยอร์)
|
en-US
Toggle Sidebar (document contains outline/attachments/layers)
|
APIThese results are also available as an API request to search in
th or
en-US.
Learn more about the Transvision API.
Please enable JavaScript. Some features won't be available without it.