diff options
Diffstat (limited to 'l10n-zh-TW/devtools/startup')
-rw-r--r-- | l10n-zh-TW/devtools/startup/aboutDevTools.ftl | 57 | ||||
-rw-r--r-- | l10n-zh-TW/devtools/startup/key-shortcuts.properties | 67 | ||||
-rw-r--r-- | l10n-zh-TW/devtools/startup/startup.properties | 8 |
3 files changed, 132 insertions, 0 deletions
diff --git a/l10n-zh-TW/devtools/startup/aboutDevTools.ftl b/l10n-zh-TW/devtools/startup/aboutDevTools.ftl new file mode 100644 index 0000000000..f0839f31fc --- /dev/null +++ b/l10n-zh-TW/devtools/startup/aboutDevTools.ftl @@ -0,0 +1,57 @@ +# 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/. + +head-title = 關於開發者工具 +enable-title = 啟用 Firefox 開發者工具 +enable-inspect-element-title = 啟用 Firefox 開發者工具來檢測頁面元素 +enable-inspect-element-message = 使用開發者工具的檢測器來檢測和編輯 HTML 和 CSS。 +enable-about-debugging-message = 使用 Firefox 開發者工具開發,並對 WebExtensions、Web Worker、Service Worker 除錯。 +enable-key-shortcut-message = 您按下了開發者工具的快捷鍵。若不是您要的,可以直接關閉此分頁。 +enable-menu-message = 使用檢測器、除錯器等工具,讓網站上的 HTML、CSS 及 JavaScript 變得更棒。 +enable-common-message = 為了讓您能對瀏覽器更有控制,已預設停用 Firefox 開發者工具。 +enable-learn-more-link = 了解開發者工具的更多資訊 +enable-enable-button = 啟用開發者工具 +enable-close-button = 關閉此分頁 + +welcome-title = 歡迎使用 Firefox 開發者工具! +newsletter-title = Mozilla 開發者電子報 +newsletter-message = 讓開發者消息、秘訣與資源直接寄到信箱裡。 +newsletter-email-placeholder = + .placeholder = 電子郵件 +newsletter-privacy-label = 我同意 Mozilla 依照<a data-l10n-name="privacy-policy">隱私權保護政策</a>當中描述的方式處理這些資訊。 +newsletter-subscribe-button = 訂閱 +newsletter-thanks-title = 謝啦! +newsletter-thanks-message = 若您先前沒有確認訂閱過 Mozilla 電子報,現在可能需要確認。請到信箱收信,或到垃圾信件匣中看看有沒有來自我們的訊息。 + +footer-title = Firefox Developer Edition +footer-message = 想要的不只是開發者工具嗎?快試試特地為了開發者與現代工作流程所打造的 Firefox 瀏覽器。 +footer-learn-more-link = 了解更多 + +features-learn-more = 了解更多 +features-inspector-title = 檢測器 +features-inspector-desc = 檢測並改善程式碼,讓版面上的每個像素都顯得完美。<a data-l10n-name="learn-more">{ features-learn-more }</a> +features-console-title = 主控台 +features-console-desc = 追蹤 CSS、JavaScript、安全性或網路問題。<a data-l10n-name="learn-more">{ features-learn-more }</a> +features-debugger-title = 除錯器 +features-debugger-desc = 超強大的 JavaScript 除錯器,完整支援您的開發框架。<a data-l10n-name="learn-more">{ features-learn-more }</a> +features-network-title = 網路 +features-network-desc = 監控有哪些拖慢網站速度的網路請求。<a data-l10n-name="learn-more">{ features-learn-more }</a> +features-storage-title = 儲存空間 +features-storage-desc = 新增、修改或清除快取、Cookie、資料庫及 Session 資料。<a data-l10n-name="learn-more">{ features-learn-more }</a> +features-responsive-title = 適應性設計模式 +features-responsive-desc = 在瀏覽器中以不同裝置的畫面大小來測試網站。<a data-l10n-name="learn-more">{ features-learn-more }</a> +features-visual-editing-title = 視覺化編輯 +features-visual-editing-desc = 微調動畫、對齊或間距。<a data-l10n-name="learn-more">{ features-learn-more }</a> +features-performance-title = 效能 +features-performance-desc = 打開瓶頸、流線化處理程序、最佳化網頁資產。<a data-l10n-name="learn-more">{ features-learn-more }</a> +features-memory-title = 記憶體 +features-memory-desc = 找出 memory leak 的地方,讓您的程式一步飛天。<a data-l10n-name="learn-more">{ features-learn-more }</a> +# Variables: +# $errorDescription (String) - The error that occurred e.g. 404 - Not Found +newsletter-error-common = 訂閱要求失敗({ $errorDescription })。 +newsletter-error-unknown = 發生未預期的錯誤。 +newsletter-error-timeout = 訂閱要求逾時。 +# Variables: +# $shortcut (String) - The keyboard shortcut used for the tool +welcome-message = 您已成功開啟開發者工具!要開始使用,請試試網頁開發者選單,或是使用 { $shortcut } 開啟工具。 diff --git a/l10n-zh-TW/devtools/startup/key-shortcuts.properties b/l10n-zh-TW/devtools/startup/key-shortcuts.properties new file mode 100644 index 0000000000..a5bdf43188 --- /dev/null +++ b/l10n-zh-TW/devtools/startup/key-shortcuts.properties @@ -0,0 +1,67 @@ +# 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 NOTE (toggleToolbox.commandkey): +# Key pressed to open a toolbox with the default panel selected +toggleToolbox.commandkey=I + +# LOCALIZATION NOTE (toggleToolboxF12.commandkey): +# Alternative key pressed to open a toolbox with the default panel selected +toggleToolboxF12.commandkey=VK_F12 + +# LOCALIZATION NOTE (browserToolbox.commandkey): +# Key pressed to open the Browser Toolbox, used for debugging Firefox itself +browserToolbox.commandkey=I + +# LOCALIZATION NOTE (browserConsole.commandkey): +# Key pressed to open the Browser Console, used for debugging Firefox itself +browserConsole.commandkey=J + +# LOCALIZATION NOTE (responsiveDesignMode.commandkey): +# Key pressed to toggle on the Responsive Design Mode +responsiveDesignMode.commandkey=M + +# LOCALIZATION NOTE (inspector.commandkey): +# Key pressed to open a toolbox with the inspector panel selected +inspector.commandkey=C + +# LOCALIZATION NOTE (webconsole.commandkey): +# Key pressed to open a toolbox with the web console panel selected +webconsole.commandkey=K + +# LOCALIZATION NOTE (jsdebugger.commandkey2): +# Key pressed to open a toolbox with the debugger panel selected +jsdebugger.commandkey2=Z + +# LOCALIZATION NOTE (netmonitor.commandkey): +# Key pressed to open a toolbox with the network monitor panel selected +netmonitor.commandkey=E + +# LOCALIZATION NOTE (styleeditor.commandkey): +# Key pressed to open a toolbox with the style editor panel selected +styleeditor.commandkey=VK_F7 + +# LOCALIZATION NOTE (performance.commandkey): +# Key pressed to open a toolbox with the performance panel selected +performance.commandkey=VK_F5 + +# LOCALIZATION NOTE (storage.commandkey): +# Key pressed to open a toolbox with the storage panel selected +storage.commandkey=VK_F9 + +# LOCALIZATION NOTE (dom.commandkey): +# Key pressed to open a toolbox with the DOM panel selected +dom.commandkey=W + +# LOCALIZATION NOTE (accessibilityF12.commandkey): +# Key pressed to open a toolbox with the accessibility panel selected +accessibilityF12.commandkey=VK_F12 + +# LOCALIZATION NOTE (profilerStartStop.commandkey): +# Key pressed to start or stop the performance profiler +profilerStartStop.commandkey=VK_1 + +# LOCALIZATION NOTE (profilerCapture.commandkey): +# Key pressed to capture a recorded performance profile +profilerCapture.commandkey=VK_2 diff --git a/l10n-zh-TW/devtools/startup/startup.properties b/l10n-zh-TW/devtools/startup/startup.properties new file mode 100644 index 0000000000..846cb0fa1c --- /dev/null +++ b/l10n-zh-TW/devtools/startup/startup.properties @@ -0,0 +1,8 @@ +# 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 NOTE (enableDevTools.label): +# Label for the menu item displayed in Tools > Developer Tools when DevTools are disabled. +enableDevTools.label=開啟開發者工具… +enableDevTools.accesskey=E |