diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-th/devtools/client/perftools.ftl | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/l10n-th/devtools/client/perftools.ftl b/l10n-th/devtools/client/perftools.ftl new file mode 100644 index 0000000000..d264c12ddd --- /dev/null +++ b/l10n-th/devtools/client/perftools.ftl @@ -0,0 +1,63 @@ +# 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/. + + +### These strings are used in DevTools’ performance-new panel, about:profiling, and +### the remote profiling panel. There are additional profiler strings in the appmenu.ftl +### file that are used for the profiler popup. + +perftools-intro-title = การตั้งค่า Profiler + +## All of the headings for the various sections. + +perftools-heading-settings = การตั้งค่าแบบเต็ม +perftools-heading-buffer = การตั้งค่าบัฟเฟอร์ +perftools-heading-features = คุณลักษณะ +perftools-heading-features-default = คุณสมบัติ (แนะนำโดยค่าเริ่มต้น) +perftools-heading-features-disabled = คุณสมบัติที่ปิดใช้งาน +perftools-heading-features-experimental = การทดลอง + +## + + +## The controls for the interval at which the profiler samples the code. + +perftools-range-interval-label = ช่วงการสุ่มตัวอย่าง: +perftools-range-interval-milliseconds = { NUMBER($interval, maxFractionalUnits: 2) } มิลลิวินาที + +## + +# The size of the memory buffer used to store things in the profiler. +perftools-range-entries-label = ขนาดบัฟเฟอร์: +perftools-custom-threads-label = เพิ่มหัวข้อที่กำหนดเองตามชื่อ: +perftools-devtools-interval-label = ช่วงเวลา: +perftools-devtools-settings-label = การตั้งค่า + +## Various statuses that affect the current state of profiling, not typically displayed. + +perftools-status-recording-stopped-by-another-tool = การบันทึกถูกหยุดโดยเครื่องมืออื่น +perftools-status-restart-required = ต้องเริ่มการทำงานเบราว์เซอร์ใหม่เพื่อเปิดใช้งานคุณลักษณะนี้ + +## These are shown briefly when the user is waiting for the profiler to respond. + +perftools-request-to-stop-profiler = กำลังหยุดการบันทึก +perftools-request-to-get-profile-and-stop-profiler = กำลังจับโปรไฟล์ + +## + +perftools-button-start-recording = เริ่มการบันทึก +perftools-button-cancel-recording = ยกเลิกการบันทึก +perftools-button-save-settings = บันทึกการตั้งค่าและย้อนกลับ +perftools-button-restart = เริ่มการทำงานใหม่ +perftools-button-add-directory = เพิ่มไดเร็กทอรี +perftools-button-remove-directory = เอาที่เลือกออก +perftools-button-edit-settings = แก้ไขการตั้งค่า… + +## These messages are descriptions of the threads that can be enabled for the profiler. + +perftools-thread-img-decoder = + .title = เธรดการถอดรหัสรูปภาพ + +## + |