msgid ""
msgstr ""
"Project-Id-Version: Xhtheme Code Block 1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/xhtheme-code-block\n"
"POT-Creation-Date: 2025-01-08T07:25:04+00:00\n"
"PO-Revision-Date: 2025-01-08 15:50+0800\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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 ""

#. 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 "代码高亮"
