summaryrefslogtreecommitdiffstats
path: root/l10n-zh-TW/devtools/client/toolbox-options.ftl
blob: 04a91a7b492cc078458b34e71f41179da13604f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# 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 options


## Default Developer Tools section

# The heading
options-select-default-tools-label = 預設開發者工具

# The label for the explanation of the * marker on a tool which is currently not supported
# for the target of the toolbox.
options-tool-not-supported-label = * 目前的工具箱目標不支援

# The label for the heading of group of checkboxes corresponding to the developer tools
# added by add-ons. This heading is hidden when there is no developer tool installed by add-ons.
options-select-additional-tools-label = 由附加元件安裝的開發者工具

# The label for the heading of group of checkboxes corresponding to the default developer
# tool buttons.
options-select-enabled-toolbox-buttons-label = 可用的工具箱按鈕

# The label for the heading of the radiobox corresponding to the theme
options-select-dev-tools-theme-label = 佈景主題

## Inspector section

# The heading
options-context-inspector = 檢測器

# The label for the checkbox option to show user agent styles
options-show-user-agent-styles-label = 顯示瀏覽器樣式
options-show-user-agent-styles-tooltip =
    .title = 開啟此功能將會顯示瀏覽器載入的預設樣式。

# The label for the checkbox option to enable collapse attributes
options-collapse-attrs-label = 截斷 DOM 屬性
options-collapse-attrs-tooltip =
    .title = 截斷檢測器中的長屬性

## "Default Color Unit" options for the Inspector

options-default-color-unit-label = 預設色彩單位
options-default-color-unit-authored = 如同原始單位
options-default-color-unit-hex = Hex
options-default-color-unit-hsl = HSL(A)
options-default-color-unit-rgb = RGB(A)
options-default-color-unit-name = 色彩名稱

## Style Editor section

# The heading
options-styleeditor-label = 樣式編輯器

# The label for the checkbox that toggles autocompletion of css in the Style Editor
options-stylesheet-autocompletion-label = 自動完成 CSS
options-stylesheet-autocompletion-tooltip =
    .title = 在您於樣式編輯器中輸入時自動完成 CSS 屬性、值與選擇器

## Screenshot section

# The heading
options-screenshot-label = 畫面擷圖行為

# Label for the checkbox that toggles screenshot to clipboard feature
options-screenshot-clipboard-label = 將畫面擷圖拍到剪貼簿
options-screenshot-clipboard-tooltip =
    .title = 直接將畫面擷圖拍到剪貼簿

# Label for the checkbox that toggles the camera shutter audio for screenshot tool
options-screenshot-audio-label = 播放快門音效
options-screenshot-audio-tooltip =
    .title = 拍攝畫面擷圖時播放快門音效

## Editor section

# The heading
options-sourceeditor-label = 編輯器偏好設定

options-sourceeditor-detectindentation-tooltip =
    .title = 依照原始內容猜測縮排長度
options-sourceeditor-detectindentation-label = 偵測縮排
options-sourceeditor-autoclosebrackets-tooltip =
    .title = 自動插入結尾括號
options-sourceeditor-autoclosebrackets-label = 自動關閉括號
options-sourceeditor-expandtab-tooltip =
    .title = 使用空白而不使用 tab 符號
options-sourceeditor-expandtab-label = 使用空白縮排
options-sourceeditor-tabsize-label = Tab 大小
options-sourceeditor-keybinding-label = Keybinding
options-sourceeditor-keybinding-default-label = 預設

## Advanced section

# The heading
options-context-advanced-settings = 進階設定

# The label for the checkbox that toggles the HTTP cache on or off
options-disable-http-cache-label = 停用 HTTP 快取(開啟工具箱時)
options-disable-http-cache-tooltip =
    .title = 開啟此選項後,將停用所有已開啟工具箱的分頁的 HTTP 快取;Service Worker 不受此選項影響。

# The label for checkbox that toggles JavaScript on or off
options-disable-javascript-label = 停用 JavaScript *
options-disable-javascript-tooltip =
    .title = 開啟此選項後將停用目前分頁中的 JavaScript。當您關閉工具箱或分頁後此設定將會被遺忘。

# The label for checkbox that toggles chrome debugging, i.e. the devtools.chrome.enabled preference
options-enable-chrome-label = 啟用瀏覽器 chrome 與附加元件除錯工具箱
options-enable-chrome-tooltip =
    .title = 開啟此選項將會讓您可在瀏覽器環境中使用不同的開發者工具(透過工具 > 網頁開發者 > 瀏覽器工具箱)並透過附加元件管理員對附加元件除錯

# The label for checkbox that toggles remote debugging, i.e. the devtools.debugger.remote-enabled preference
options-enable-remote-label = 啟用遠端除錯

options-enable-remote-tooltip2 =
    .title = 開啟此選項後,將允許從遠端對此瀏覽器除錯

# The label for checkbox that toggles the service workers testing over HTTP on or off.
options-enable-service-workers-http-label = 啟用 Service Workers over HTTP(當工具箱開啟時)
options-enable-service-workers-http-tooltip =
    .title = 開啟此選項後,將會允許在開啟工具箱的所有分頁中透過 HTTP 使用 service workers。

# The label for the checkbox that toggles source maps in all tools.
options-source-maps-label = 開啟原始碼對應
options-source-maps-tooltip =
    .title = 若您開啟此選項,將會在開發者工具中進行原始碼對應。

# The message shown for settings that trigger page reload
options-context-triggers-page-refresh = * 僅在目前瀏覽階段有效,將會重新載入頁面

# The label for the checkbox that toggles the display of the platform data in the
# Profiler i.e. devtools.profiler.ui.show-platform-data a boolean preference in about:config
options-show-platform-data-label = 顯示 Gecko 平台資料
options-show-platform-data-tooltip =
    .title = 若您啟用此選項,JavaScript 效能檢測報告將會包含 Gecko 平台符號