diff options
Diffstat (limited to 'l10n-th/devtools/client/styleeditor.ftl')
-rw-r--r-- | l10n-th/devtools/client/styleeditor.ftl | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/l10n-th/devtools/client/styleeditor.ftl b/l10n-th/devtools/client/styleeditor.ftl new file mode 100644 index 0000000000..0c2de2a0e7 --- /dev/null +++ b/l10n-th/devtools/client/styleeditor.ftl @@ -0,0 +1,52 @@ +# 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/. + +styleeditor-new-button = + .tooltiptext = สร้างและผนวกสไตล์ชีตใหม่ไปยังเอกสาร + .accesskey = ห +styleeditor-import-button = + .tooltiptext = นำเข้าและผนวกสไตล์ชีตที่มีอยู่ไปยังเอกสาร + .accesskey = น +styleeditor-filter-input = + .placeholder = กรองสไตล์ชีต +styleeditor-visibility-toggle = + .tooltiptext = เปิด/ปิดการมองเห็นสไตล์ชีต + .accesskey = บ +styleeditor-visibility-toggle-system = + .tooltiptext = ไม่สามารถปิดใช้งานสไตล์ชีตระบบได้ +styleeditor-save-button = บันทึก + .tooltiptext = บันทึกแผ่นลักษณะนี้เป็นไฟล์ + .accesskey = บ +styleeditor-options-button = + .tooltiptext = ตัวเลือกของตัวแก้ไขสไตล์ +styleeditor-at-rules = At-rules +styleeditor-editor-textbox = + .data-placeholder = พิมพ์ CSS ที่นี่ +styleeditor-no-stylesheet = หน้านี้ไม่มีสไตล์ชีต +styleeditor-no-stylesheet-tip = บางทีคุณอาจต้องการ <a data-l10n-name="append-new-stylesheet">ผนวกสไตล์ชีตใหม่</a>หรือไม่ +styleeditor-open-link-new-tab = + .label = เปิดลิงก์ในแท็บใหม่ +styleeditor-copy-url = + .label = คัดลอก URL +styleeditor-find = + .label = ค้นหา + .accesskey = น +styleeditor-find-again = + .label = ค้นหาอีกครั้ง + .accesskey = ห +styleeditor-go-to-line = + .label = กระโดดไปบรรทัดที่… + .accesskey = ป +# Label displayed when searching a term that is not found in any stylesheet path +styleeditor-stylesheet-all-filtered = ไม่พบสไตล์ชีตที่ตรงกัน +# This string is shown in the style sheets list +# Variables: +# $ruleCount (Integer) - The number of rules in the stylesheet. +styleeditor-stylesheet-rule-count = { $ruleCount } กฎ +# Title for the pretty print button in the editor footer. +styleeditor-pretty-print-button = + .title = แสดงสไตล์ชีตแบบสวยงาม +# Title for the pretty print button in the editor footer, when it's disabled +styleeditor-pretty-print-button-disabled = + .title = สามารถแสดงแบบสวยงามได้เฉพาะไฟล์ CSS เท่านั้น |