msgid ""
msgstr ""
"Project-Id-Version: Xhtheme Code Block 1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/xhtheme-code-block\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2025-01-08T07:25:04+00:00\n"
"PO-Revision-Date: \n"
"Language: zh_TW\n"
"X-Generator: Poedit 3.5\n"
"X-Domain: xhtheme-code-block\n"

#. Plugin Name of the plugin
#: xhtheme-code-block.php
#: admin/settings.php:66
msgid "Xhtheme Code Block"
msgstr "Xhtheme Code Block"

#. Plugin URI of the plugin
#: xhtheme-code-block.php
msgid "https://wordpress.org/plugins/xhtheme-code-block/"
msgstr ""

#. Description of the plugin
#: xhtheme-code-block.php
msgid "A plugin to add code blocks with syntax highlighting to your WordPress site, and adapt to the theme's light and dark mode switching."
msgstr "用於在您的 WordPress 網站中添加帶有語法高亮的代碼塊的插件，並可以適配主題的明暗模式切換。"

#. Author of the plugin
#: xhtheme-code-block.php
msgid "xhtheme"
msgstr "星河主题"

#. Author URI of the plugin
#: xhtheme-code-block.php
msgid "https://www.xhtheme.com"
msgstr ""

#: admin/settings.php:22
msgid "Unauthorized user"
msgstr "未經授權的用戶"

#: admin/settings.php:32
msgid "Language selection cannot be empty."
msgstr "語言選擇不能為空。"

#: admin/settings.php:59
msgid "Settings saved"
msgstr "設置已保存"

#: admin/settings.php:65
#: admin/settings.php:129
msgid "Xhtheme Code Block Settings"
msgstr "Xhtheme Code Block 設置"

#: admin/settings.php:98
msgid "Save Settings"
msgstr "保存設置"

#: admin/settings.php:99
msgid "Save Success!"
msgstr "保存成功！"

#: admin/settings.php:132
msgid "Mode Selection:"
msgstr "模式選擇："

#: admin/settings.php:136
msgid "Light"
msgstr "明亮"

#: admin/settings.php:140
msgid "Dark"
msgstr "黑暗"

#: admin/settings.php:144
msgid "Auto"
msgstr "自動"

#: admin/settings.php:148
msgid "Light mode is suitable for bright environments."
msgstr "明亮模式適合光線充足的環境。"

#: admin/settings.php:149
msgid "Dark mode is suitable for low-light environments."
msgstr "黑暗模式適合光線較暗的環境。"

#: admin/settings.php:150
msgid "The automatic mode follows the theme's display mode switching."
msgstr "自動模式遵循主題的顯示模式切換。"

#: admin/settings.php:151
msgid " Your theme needs to support mode switching and adapt to dark mode using the .dark class."
msgstr "您的主題需要支持模式切換，並使用 .dark 類適應黑暗模式。"

#: admin/settings.php:154
msgid "Style Selection:"
msgstr "樣式選擇："

#: admin/settings.php:156
msgid "Each option is just a difference in color scheme, mainly to adapt to more themes!"
msgstr "每個選項只是配色上的差別，主要是為了適配更多的主題！"

#: admin/settings.php:161
msgid "Default Style"
msgstr "默認樣式"

#: admin/settings.php:165
msgid "Minimal Style"
msgstr "極簡風格"

#: admin/settings.php:169
msgid "Meteor Theme"
msgstr "Meteor主題"

#: admin/settings.php:175
msgid "High Contrast"
msgstr "高對比度"

#: admin/settings.php:179
msgid "Classic Style"
msgstr "經典風格"

#: admin/settings.php:183
msgid "Modern Style"
msgstr "現代風格"

#: admin/settings.php:188
msgid "Note: This option can use automatic mode to follow the theme, but cannot use dark style in the theme’s light mode!"
msgstr "注意：這個選項可使用自動模式跟隨主題，但不可在主題明亮模式下使用黑暗樣式！"

#: admin/settings.php:194
msgid "The Meteor theme is a WordPress theme developed by us, and this option is adapted based on the color scheme of that theme. Of course, you can also use this color scheme in your theme!"
msgstr "Meteor主題是我們開發的一款WordPress主題，該選項是參考該主題的配色進行適配的色彩樣式，當然您也可以把該配色在您的主題上使用！"

#: admin/settings.php:196
msgid "View Meteor Theme"
msgstr "查看Meteor主題"

#: admin/settings.php:201
msgid "Language Selection:"
msgstr "語言選擇："

#: admin/settings.php:221
msgid "Expand more language selection"
msgstr "展開更多語言選擇"

#: admin/settings.php:225
msgid "Default Language:"
msgstr "默認語言："

#: admin/settings.php:227
msgid "Select a default language"
msgstr "選擇默認語言"

#: xhtheme-code-block.php:123
#: block-code/src/index.js:102
#: build/index.js:1
msgid "Copy Code"
msgstr "複製代碼"

#: xhtheme-code-block.php:124
msgid "Copied"
msgstr "已複製"

#: xhtheme-code-block.php:125
msgid "Copy Failed"
msgstr "複製失敗"

#: block-code/src/block.json
#: build/block.json
msgctxt "block title"
msgid "Code Block"
msgstr "代碼塊"

#: block-code/src/block.json
#: build/block.json
msgctxt "block description"
msgid "A customizable code block component for displaying and editing code snippets with syntax highlighting."
msgstr "一個可定制的代碼塊組件，用於顯示和編輯帶有語法高亮的代碼片段。"

#: block-code/src/block.json
#: build/block.json
msgctxt "block keyword"
msgid "Code"
msgstr "代碼"

#: block-code/src/block.json
#: build/block.json
msgctxt "block keyword"
msgid "Syntax Highlighting "
msgstr "代碼高亮"
