From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- l10n-th/devtools/client/tooltips.ftl | 69 ++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 l10n-th/devtools/client/tooltips.ftl (limited to 'l10n-th/devtools/client/tooltips.ftl') diff --git a/l10n-th/devtools/client/tooltips.ftl b/l10n-th/devtools/client/tooltips.ftl new file mode 100644 index 0000000000..b8b969ac9f --- /dev/null +++ b/l10n-th/devtools/client/tooltips.ftl @@ -0,0 +1,69 @@ +# 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/. + + +### Localization for Developer Tools tooltips. + +learn-more = เรียนรู้เพิ่มเติม + +## In the Rule View when a CSS property cannot be successfully applied we display +## an icon. When this icon is hovered this message is displayed to explain why +## the property is not applied. +## Variables: +## $property (string) - A CSS property name e.g. "color". +## $display (string) - A CSS display value e.g. "inline-block". + +inactive-css-not-grid-or-flex-container = { $property } ไม่มีผลกับองค์ประกอบนี้เนื่องจากไม่ใช่ทั้งส่วนแยกข้อมูลแบบยืดหยุ่นหรือส่วนแยกข้อมูลแบบเส้นตาราง +inactive-css-not-grid-or-flex-container-or-multicol-container = { $property } ไม่มีผลกับองค์ประกอบนี้เนื่องจากไม่ใช่ทั้งส่วนแยกข้อมูลแบบยืดหยุ่น, ส่วนแยกข้อมูลแบบเส้นตาราง, หรือส่วนแยกข้อมูลแบบหลายคอลัมน์ +inactive-css-not-grid-or-flex-item = { $property } ไม่มีผลกับองค์ประกอบนี้เนื่องจากไม่ใช่รายการแบบเส้นตารางหรือแบบยืดหยุ่น +inactive-css-not-grid-item = { $property } ไม่มีผลกับองค์ประกอบนี้เนื่องจากไม่ใช่รายการแบบเส้นตาราง +inactive-css-not-grid-container = { $property } ไม่มีผลกับองค์ประกอบนี้เนื่องจากไม่ใช่ส่วนแยกข้อมูลแบบเส้นตาราง +inactive-css-not-flex-item = { $property } ไม่มีผลกับองค์ประกอบนี้เนื่องจากไม่ใช่รายการแบบยืดหยุ่น +inactive-css-not-flex-container = { $property } ไม่มีผลกับองค์ประกอบนี้เนื่องจากไม่ใช่ส่วนแยกข้อมูลแบบยืดหยุ่น +inactive-css-not-inline-or-tablecell = { $property } ไม่มีผลกับองค์ประกอบนี้เนื่องจากไม่ใช่องค์ประกอบแบบอินไลน์หรือแบบเซลล์ตาราง +inactive-css-property-because-of-display = { $property } ไม่มีผลกับองค์ประกอบนี้เนื่องจากมีการแสดงผลแบบ { $display } +inactive-css-not-display-block-on-floated = ค่า display ได้ถูกเปลี่ยนโดยเอนจินเป็น block เนื่องจากมีองค์ประกอบแบบ floated +inactive-css-property-is-impossible-to-override-in-visited = ไม่สามารถเขียนทับ { $property } เนื่องจากข้อจำกัดของ :visited +inactive-css-position-property-on-unpositioned-box = { $property } ไม่มีผลต่อองค์ประกอบนี้เนื่องจากไม่ใช่องค์ประกอบที่ถูกจัดตำแหน่ง +inactive-text-overflow-when-no-overflow = { $property } ไม่มีผลต่อองค์ประกอบนี้เนื่องจากไม่ได้ตั้งค่า overflow:hidden +inactive-outline-radius-when-outline-style-auto-or-none = { $property } ไม่มีผลต่อองค์ประกอบนี้เนื่องจาก outline-style เป็น auto or none +inactive-css-not-for-internal-table-elements = { $property } ไม่มีผลกับองค์ประกอบตารางภายใน +inactive-css-not-for-internal-table-elements-except-table-cells = { $property } ไม่มีผลกับองค์ประกอบตารางภายในยกเว้นเซลล์ตาราง + +## In the Rule View when a CSS property cannot be successfully applied we display +## an icon. When this icon is hovered this message is displayed to explain how +## the problem can be solved. + +inactive-css-not-grid-or-flex-container-fix = ลองเพิ่ม display:grid หรือ display:flex { learn-more } +inactive-css-not-grid-or-flex-container-or-multicol-container-fix = ลองเพิ่ม display:grid, display:flex, หรือ columns:2 { learn-more } +inactive-css-not-grid-or-flex-item-fix-2 = ลองเพิ่ม display:grid, display:flex, display:inline-grid หรือ display:inline-flex { learn-more } +inactive-css-not-grid-item-fix-2 = ลองเพิ่ม display:grid หรือ display:inline-grid ไปยังข้อมูลหลักขององค์ประกอบ { learn-more } +inactive-css-not-grid-container-fix = ลองเพิ่ม display:grid หรือ display:inline-grid { learn-more } +inactive-css-not-flex-item-fix-2 = ลองเพิ่ม display:flex หรือ display:inline-flex ไปยังข้อมูลหลักขององค์ประกอบ { learn-more } +inactive-css-not-flex-container-fix = ลองเพิ่ม display:flex หรือ display:inline-flex { learn-more } +inactive-css-not-inline-or-tablecell-fix = ลองเพิ่ม display:inline หรือ display:table-cell { learn-more } +inactive-css-non-replaced-inline-or-table-row-or-row-group-fix = ลองเพิ่ม display:inline-block หรือ display:block { learn-more } +inactive-css-non-replaced-inline-or-table-column-or-column-group-fix = ลองเพิ่ม display:inline-block { learn-more } +inactive-css-not-display-block-on-floated-fix = ลองเอา float ออกหรือเพิ่ม display:block { learn-more } +inactive-css-position-property-on-unpositioned-box-fix = ลองตั้งค่าคุณสมบัติ position เป็นอย่างอื่นนอกจาก static { learn-more } +inactive-text-overflow-when-no-overflow-fix = ลองเพิ่ม overflow:hidden { learn-more } +inactive-css-not-for-internal-table-elements-fix = ลองตั้งค่าคุณสมบัติ display เป็นอย่างอื่นนอกจาก table-cell, table-column, table-row, table-column-group, table-row-group, หรือ table-footer-group { learn-more } +inactive-css-not-for-internal-table-elements-except-table-cells-fix = ลองตั้งค่าคุณสมบัติ display เป็นอย่างอื่นนอกจาก table-column, table-row, table-column-group, table-row-group, หรือ table-footer-group { learn-more } +inactive-outline-radius-when-outline-style-auto-or-none-fix = ลองตั้งค่าคุณสมบัติ outline-style เป็นอย่างอื่นนอกจาก auto หรือ none { learn-more } + +## In the Rule View when a CSS property may have compatibility issues with other browsers +## we display an icon. When this icon is hovered this message is displayed to explain why +## the property is incompatible and the platforms it is incompatible on. +## Variables: +## $property (string) - A CSS declaration name e.g. "-moz-user-select" that can be a platform specific alias. +## $rootProperty (string) - A raw CSS property name e.g. "user-select" that is not a platform specific alias. + +css-compatibility-default-message = ไม่รองรับ { $property } ในเบราว์เซอร์ต่อไปนี้: +css-compatibility-deprecated-experimental-message = { $property } เป็นคุณสมบัติทดลองซึ่งเลิกใช้แล้วตามมาตรฐาน W3C โดยไม่รองรับในเบราว์เซอร์ต่อไปนี้: +css-compatibility-deprecated-experimental-supported-message = { $property } เป็นคุณสมบัติทดลองซึ่งเลิกใช้แล้วตามมาตรฐาน W3C +css-compatibility-deprecated-message = { $property } เลิกใช้แล้วตามมาตรฐาน W3C โดยไม่รองรับในเบราว์เซอร์ต่อไปนี้: +css-compatibility-deprecated-supported-message = { $property } เลิกใช้แล้วตามมาตรฐาน W3C +css-compatibility-experimental-message = { $property } เป็นคุณสมบัติทดลอง โดยไม่รองรับในเบราว์เซอร์ต่อไปนี้: +css-compatibility-experimental-supported-message = { $property } เป็นคุณสมบัติทดลอง +css-compatibility-learn-more-message = เรียนรู้เพิ่มเติมเกี่ยวกับ { $rootProperty } -- cgit v1.2.3