From 804bafd6908c1c6d0d02fe84c0db83d045620ac3 Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Wed, 26 Jan 2022 01:09:32 +0800 Subject: [PATCH] chore: change of repository --- README.md | 12 +- README.zh-CN.md | 14 +- assets/js/kratos.js | 2 +- footer.php | 2 +- inc/theme-core.php | 4 +- inc/theme-options.php | 10 +- inc/update-checker/update.json | 4 +- languages/en_US.mo | Bin 28200 -> 0 bytes languages/en_US.po | 1444 -------------------------------- languages/ja_JP.mo | Bin 32477 -> 0 bytes languages/ja_JP.po | 1444 -------------------------------- languages/kratos.pot | 562 ++++++------- languages/zh_TW.mo | Bin 26983 -> 0 bytes languages/zh_TW.po | 1444 -------------------------------- style.css | 6 +- 15 files changed, 308 insertions(+), 4640 deletions(-) delete mode 100644 languages/en_US.mo delete mode 100644 languages/en_US.po delete mode 100644 languages/ja_JP.mo delete mode 100644 languages/ja_JP.po delete mode 100644 languages/zh_TW.mo delete mode 100644 languages/zh_TW.po diff --git a/README.md b/README.md index 08990b3..fc601d5 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@

- +

- - - + + +

English | [简体中文](README.zh-CN.md) @@ -30,10 +30,10 @@ Kratos is a responsive WordPress theme focused on the user reading experience, j ## Changelog -Detailed changes for each release are documented in the [release notes](https://github.com/vtrois/kratos/releases). +Detailed changes for each release are documented in the [release notes](https://github.com/seatonjiang/kratos/releases). ## License -The code is available under the [GPL-3.0](https://github.com/vtrois/kratos/blob/main/LICENSE) license. +The code is available under the [GPL-3.0](https://github.com/seatonjiang/kratos/blob/main/LICENSE) license. The document is licensed under a [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License](http://creativecommons.org/licenses/by-nc-nd/4.0/). diff --git a/README.zh-CN.md b/README.zh-CN.md index 2649143..dbf285d 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,13 +1,13 @@

- +

- - - + + +

[English](README.md) | 简体中文 @@ -31,15 +31,15 @@ Kratos 是一款专注于用户阅读体验的响应式 WordPress 主题,整 ## 讨论交流

- +

## 打赏捐赠

- +

## 版权说明 -该仓库代码文件使用 [GPL-3.0](https://github.com/vtrois/kratos/blob/main/LICENSE) 协议进行授权,文档文件使用 [署名-非商业性使用-禁止演绎 4.0 国际](http://creativecommons.org/licenses/by-nc-nd/4.0/) 协议进行授权。 +该仓库代码文件使用 [GPL-3.0](https://github.com/seatonjiang/kratos/blob/main/LICENSE) 协议进行授权,文档文件使用 [署名-非商业性使用-禁止演绎 4.0 国际](http://creativecommons.org/licenses/by-nc-nd/4.0/) 协议进行授权。 diff --git a/assets/js/kratos.js b/assets/js/kratos.js index 2f25913..f5d2aa8 100644 --- a/assets/js/kratos.js +++ b/assets/js/kratos.js @@ -162,7 +162,7 @@ } var consoleConfig = function () { - console.log('\n Kratos v' + KRATOS_VERSION + '\n\n https://github.com/vtrois/kratos \n\n') + console.log('\n Kratos v' + KRATOS_VERSION + '\n\n https://github.com/seatonjiang/kratos \n\n') } var lightGalleryConfig = function () { diff --git a/footer.php b/footer.php index 1f8a7c5..85216eb 100644 --- a/footer.php +++ b/footer.php @@ -45,7 +45,7 @@

' . kratos_option('s_copyright', 'COPYRIGHT © ' . date('Y') . ' ' . get_bloginfo('name') . '. ALL RIGHTS RESERVED.') . '

'; - echo '

THEME KRATOS MADE BY VTROIS

'; + echo '

Theme Kratos Made By Seaton Jiang

'; if (kratos_option('s_icp')) { echo '

' . kratos_option('s_icp') . '

'; } diff --git a/inc/theme-core.php b/inc/theme-core.php index 5d98011..d15c37f 100644 --- a/inc/theme-core.php +++ b/inc/theme-core.php @@ -9,7 +9,7 @@ // CDN 资源地址 if (kratos_option('g_cdn', false)) { - $asset_path = 'https://cdn.jsdelivr.net/gh/vtrois/kratos@' . THEME_VERSION; + $asset_path = 'https://cdn.jsdelivr.net/gh/seatonjiang/kratos@' . THEME_VERSION; } else { $asset_path = get_template_directory_uri(); } @@ -191,7 +191,7 @@ add_filter('get_avatar_url', 'get_https_avatar'); // 主题更新检测 $myUpdateChecker = Puc_v4_Factory::buildUpdateChecker( - 'https://cdn.jsdelivr.net/gh/vtrois/kratos/inc/update-checker/update.json', + 'https://cdn.jsdelivr.net/gh/seatonjiang/kratos/inc/update-checker/update.json', get_template_directory() . '/functions.php', 'Kratos' ); diff --git a/inc/theme-options.php b/inc/theme-options.php index a0ae868..484390a 100644 --- a/inc/theme-options.php +++ b/inc/theme-options.php @@ -50,7 +50,7 @@ CSF::createOptions($prefix, array( 'admin_bar_menu_icon' => 'dashicons-admin-generic', 'framework_title' => '主题设置Kratos v' . THEME_VERSION . '', 'theme' => 'light', - 'footer_credit' => '感谢使用 Kratos 主题开始创作,欢迎加入交流群:734508', + 'footer_credit' => '感谢使用 Kratos 主题开始创作,欢迎加入交流群:734508', )); CSF::createSection($prefix, array( @@ -1122,7 +1122,7 @@ CSF::createSection($prefix, array( ), array( 'type' => 'content', - 'content' => '', + 'content' => '', ), array( 'type' => 'subheading', @@ -1130,7 +1130,7 @@ CSF::createSection($prefix, array( ), array( 'type' => 'content', - 'content' => __('主题源码使用 GPL-3.0 协议 进行许可,说明文档使用 CC BY-NC-ND 4.0 进行许可。', 'kratos'), + 'content' => __('主题源码使用 GPL-3.0 协议 进行许可,说明文档使用 CC BY-NC-ND 4.0 进行许可。', 'kratos'), ), array( 'type' => 'subheading', @@ -1138,7 +1138,7 @@ CSF::createSection($prefix, array( ), array( 'type' => 'content', - 'content' => '
', + 'content' => '
', ), array( 'type' => 'subheading', @@ -1146,7 +1146,7 @@ CSF::createSection($prefix, array( ), array( 'type' => 'content', - 'content' => '
', + 'content' => '
', ), ), )); diff --git a/inc/update-checker/update.json b/inc/update-checker/update.json index 3a086dc..a3a14c0 100644 --- a/inc/update-checker/update.json +++ b/inc/update-checker/update.json @@ -1,5 +1,5 @@ { "version": "4.0.3", - "details_url": "https://github.com/vtrois/kratos/releases/tag/v4.0.3", - "download_url": "https://mirrors.vtrois.com/kratos/v4.0.3.zip" + "details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.0.3", + "download_url": "https://mirrors.seatonjiang.com/kratos/v4.0.3.zip" } diff --git a/languages/en_US.mo b/languages/en_US.mo deleted file mode 100644 index 40ca0c976ff69573b2dd7e318b4dd875f23941ac..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28200 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 diff --git a/languages/en_US.po b/languages/en_US.po deleted file mode 100644 index cacfd91..0000000 --- a/languages/en_US.po +++ /dev/null @@ -1,1444 +0,0 @@ -msgid "" -msgstr "" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"Project-Id-Version: 87f769374581b4e7ec717067bc809033\n" -"POT-Creation-Date: 2021-08-22 15:27+0800\n" -"PO-Revision-Date: 2021-08-22 15:44+0800\n" -"Last-Translator: Seaton Jiang \n" -"Language-Team: English\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.3\n" -"X-Poedit-Basepath: ..\n" -"X-Poedit-Flags-xgettext: --add-comments=translators:\n" -"X-Poedit-WPHeader: style.css\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n" -"X-Crowdin-Project: 87f769374581b4e7ec717067bc809033\n" -"X-Crowdin-Project-ID: 1\n" -"X-Crowdin-Language: en\n" -"X-Crowdin-File: /main/languages/kratos.pot\n" -"X-Crowdin-File-ID: 10\n" -"Language: en_US\n" -"X-Poedit-SearchPath-0: .\n" -"X-Poedit-SearchPathExcluded-0: inc/codestar-framework\n" -"X-Poedit-SearchPathExcluded-1: inc/update-checker\n" -"X-Poedit-SearchPathExcluded-2: inc/volcengine-imagex\n" - -#: 404.php:19 -msgid "很抱歉,你访问的页面不存在" -msgstr "Sorry, that page you visited does not exist" - -#: 404.php:20 -msgid "可能是输入地址有误或该地址已被删除" -msgstr "It may be the incorrect input address or the address has been deleted" - -#: 404.php:22 -msgid "返回上页" -msgstr "Return" - -#: 404.php:23 -msgid "返回主页" -msgstr "Homepage" - -#: comments.php:17 -msgid "文章评论" -msgstr "Comments" - -#: comments.php:19 -msgid "评论内容" -msgstr "Comments" - -#: comments.php:25 -msgid "加载更多" -msgstr "Load more" - -#: comments.php:30 -#, php-format -msgid "您需要 登录 之后才可以评论" -msgstr "You need to sign in to comment" - -#: comments.php:42 -msgid "昵称" -msgstr "Nickname" - -#: comments.php:50 -msgid "邮箱" -msgstr "Email" - -#: comments.php:58 -msgid "网址" -msgstr "URL" - -#: comments.php:75 -msgid "取消回复" -msgstr "Cancel reply" - -#: comments.php:76 -msgid "提交评论" -msgstr "Submit" - -#: footer.php:28 inc/theme-widgets.php:184 -msgid "搜点什么呢?" -msgstr "What are you looking for?" - -#: header.php:75 inc/theme-options.php:830 -msgid "一款专注于用户阅读体验的响应式博客主题" -msgstr "A responsive blog theme focused om user reading experience" - -#: inc/theme-article.php:218 -msgid "评论正在提交中" -msgstr "Comments being submitted" - -#: inc/theme-article.php:219 -msgid "评论提交成功" -msgstr "Comment submitted success" - -#: inc/theme-article.php:261 inc/theme-article.php:306 -msgid "编辑" -msgstr "Edit" - -#: inc/theme-article.php:312 inc/theme-smtp.php:103 -msgid "回复" -msgstr "Reply" - -#: inc/theme-article.php:367 -msgid "添加表情" -msgstr "Add Emoji" - -#: inc/theme-article.php:424 -msgid "描述" -msgstr "Description" - -#: inc/theme-article.php:429 inc/theme-options.php:567 -msgid "关键词" -msgstr "Keywords" - -#: inc/theme-article.php:436 -msgid "SEO 设置" -msgstr "SEO Setting" - -#: inc/theme-core.php:94 -msgid "您已经赞过了" -msgstr "You already support" - -#: inc/theme-core.php:95 -msgid "感谢您的支持" -msgstr "Thanks for your support" - -#: inc/theme-core.php:96 -msgid "打赏作者" -msgstr "Reward the author" - -#: inc/theme-core.php:97 -msgid "扫码支付" -msgstr "Scan code payment" - -#: inc/theme-navwalker.php:22 -msgid "顶部菜单" -msgstr "Top Menu" - -#: inc/theme-navwalker.php:388 -msgid "添加导航" -msgstr "Add navigation" - -#: inc/theme-options.php:68 -msgid "主题设置" -msgstr "Theme Settings" - -#: inc/theme-options.php:81 -msgid "全站配置" -msgstr "Website Config" - -#: inc/theme-options.php:87 -msgid "功能配置" -msgstr "Feature configuration" - -#: inc/theme-options.php:93 -msgid "前台管理员导航" -msgstr "Front Desk Administrator Navigation" - -#: inc/theme-options.php:94 -msgid "启用/禁用前台管理员导航" -msgstr "Enable/disable foreground administrator navigation" - -#: inc/theme-options.php:100 -msgid "侧边栏后台入口" -msgstr "Sidebar Backstage Entrance" - -#: inc/theme-options.php:101 -msgid "启用/禁用个人简介头像进入后台功能" -msgstr "Enable/disable profile avatar access to the background feature" - -#: inc/theme-options.php:107 -msgid "侧边栏随动" -msgstr "Sidebar follows" - -#: inc/theme-options.php:108 -msgid "启用/禁用小工具侧边栏随动功能" -msgstr "Enable/disable the gadget sidebar follow-up feature" - -#: inc/theme-options.php:114 -msgid "搜索增强" -msgstr "Search enhancements" - -#: inc/theme-options.php:115 -msgid "启用/禁用仅搜索文章标题" -msgstr "Enable/disable searching only for article titles" - -#: inc/theme-options.php:121 -msgid "特色图片" -msgstr "Featured image" - -#: inc/theme-options.php:122 -msgid "启用/禁用文章特色图片" -msgstr "Enable/disable article featured pictures" - -#: inc/theme-options.php:128 -msgid "哀悼功能" -msgstr "Mourning" - -#: inc/theme-options.php:129 -msgid "启用/禁用站点首页黑白功能" -msgstr "Enable/disable the site home page black and white feature" - -#: inc/theme-options.php:135 -msgid "CSS 动画库" -msgstr "CSS animation library" - -#: inc/theme-options.php:136 -msgid "启用/禁用 animate.css 效果" -msgstr "Enable/disable the animate .css effect" - -#: inc/theme-options.php:142 -msgid "Font Awesome" -msgstr "Font Awesome" - -#: inc/theme-options.php:143 -msgid "启用/禁用 Font Awesome Free 字体" -msgstr "Enable/disable Font Awesome Free fonts" - -#: inc/theme-options.php:149 -msgid "静态资源加速" -msgstr "Static Resource Optimize" - -#: inc/theme-options.php:150 -msgid "启用/禁用静态资源加速" -msgstr "Enable/disable static resource acceleration" - -#: inc/theme-options.php:156 -msgid "Gravatar 加速" -msgstr "Speed up Gravatar" - -#: inc/theme-options.php:157 -msgid "启用/禁用 Gravatar 头像加速" -msgstr "Enable/disable Gravatar avatar acceleration" - -#: inc/theme-options.php:163 -msgid "自定义图片类型的文件名" -msgstr "The file name of the custom picture type" - -#: inc/theme-options.php:164 -msgid "启用/禁用 图片类型的文件名改为 MD5 值" -msgstr "Enable/disable the file name of the picture type to change to the MD5 value" - -#: inc/theme-options.php:170 -msgid "禁止生成缩略图" -msgstr "Disable thumbnail generation" - -#: inc/theme-options.php:171 -msgid "启用/禁用生成多种尺寸图片资源" -msgstr "Enable/disable the generation of multi-size picture resources" - -#: inc/theme-options.php:177 -msgid "Gutenberg 编辑器" -msgstr "Gutenberg editor" - -#: inc/theme-options.php:178 -msgid "启用/禁用 Gutenberg 编辑器" -msgstr "Enable/disable the Gutenberg editor" - -#: inc/theme-options.php:184 -msgid "文章简介缩略" -msgstr "An introduction to the article" - -#: inc/theme-options.php:185 -msgid "文章简介显示的字符数量" -msgstr "The number of characters displayed in the article introduction" - -#: inc/theme-options.php:194 -msgid "附件重命名" -msgstr "The attachment is renamed" - -#: inc/theme-options.php:199 inc/theme-options.php:234 -#: inc/theme-options.php:337 inc/theme-options.php:421 -#: inc/theme-options.php:482 inc/theme-options.php:652 -#: inc/theme-options.php:714 inc/theme-options.php:1064 -#: inc/theme-options.php:1103 -msgid "功能开关" -msgstr "Function switch" - -#: inc/theme-options.php:200 -msgid "开启/关闭附件重命名" -msgstr "Turn attachment renames on/off" - -#: inc/theme-options.php:201 inc/theme-options.php:236 -#: inc/theme-options.php:339 inc/theme-options.php:423 -#: inc/theme-options.php:484 inc/theme-options.php:654 -#: inc/theme-options.php:716 inc/theme-options.php:1066 -#: inc/theme-options.php:1105 -msgid "开启" -msgstr "Enable" - -#: inc/theme-options.php:202 inc/theme-options.php:237 -#: inc/theme-options.php:340 inc/theme-options.php:424 -#: inc/theme-options.php:485 inc/theme-options.php:655 -#: inc/theme-options.php:717 inc/theme-options.php:1067 -#: inc/theme-options.php:1106 -msgid "关闭" -msgstr "Close" - -#: inc/theme-options.php:207 -msgid "文件前缀" -msgstr "The file prefix" - -#: inc/theme-options.php:208 -msgid "前缀与文件名之间会用 - 连接" -msgstr "The prefix is used - connected to the file name" - -#: inc/theme-options.php:213 -msgid "文件类型" -msgstr "File type" - -#: inc/theme-options.php:214 -msgid "每个类型之间用 | 隔开" -msgstr "Use | between each type Separated" - -#: inc/theme-options.php:229 inc/theme-options.php:722 -msgid "微信二维码" -msgstr "WeChat QR Code" - -#: inc/theme-options.php:235 -msgid "开启/关闭微信二维码" -msgstr "Turn WeChat QR code on/off" - -#: inc/theme-options.php:242 -msgid "二维码图片" -msgstr "QR code picture" - -#: inc/theme-options.php:245 -msgid "浮动显示在页面右下角" -msgstr "Floats appear in the lower right corner of the page" - -#: inc/theme-options.php:258 -msgid "颜色配置" -msgstr "Color configuration" - -#: inc/theme-options.php:265 -msgid "全站背景颜色" -msgstr "The background color of the whole station" - -#: inc/theme-options.php:266 -msgid "全站页面的背景颜色" -msgstr "The background color of the full station page" - -#: inc/theme-options.php:272 -msgid "Chrome 导航栏颜色" -msgstr "Chrome navigation bar color" - -#: inc/theme-options.php:273 -msgid "移动端 Chrome 浏览器导航栏颜色" -msgstr "Mobile Chrome navigation bar color" - -#: inc/theme-options.php:280 -msgid "图片配置" -msgstr "Picture configuration" - -#: inc/theme-options.php:286 -msgid "站点 Logo" -msgstr "Site Logo" - -#: inc/theme-options.php:289 -msgid "不上传图片则显示站点标题" -msgstr "The site title is displayed without uploading the image" - -#: inc/theme-options.php:294 -msgid "Favicon 图标" -msgstr "The Favicon icon" - -#: inc/theme-options.php:297 -msgid "浏览器收藏夹和地址栏中显示的图标" -msgstr "Icons displayed in browser favorites and address bar" - -#: inc/theme-options.php:302 -msgid "404 页面图片" -msgstr "404 Page Pictures" - -#: inc/theme-options.php:306 -msgid "图片显示出来是 404 的形状" -msgstr "The picture shows the shape of 404" - -#: inc/theme-options.php:311 -msgid "无内容图片" -msgstr "Picture displayed when information is not found" - -#: inc/theme-options.php:315 -msgid "当搜索不到文章或分类没有文章时显示" -msgstr "Displays when no articles are searched or no articles are classified" - -#: inc/theme-options.php:320 -msgid "默认特色图" -msgstr "Default featured image" - -#: inc/theme-options.php:324 -msgid "当文章中没有图片且没有特色图时显示" -msgstr "Displays when there are no pictures and no features in the article" - -#: inc/theme-options.php:331 -msgid "首页轮播" -msgstr "Home Rotation" - -#: inc/theme-options.php:338 -msgid "开启/关闭首页轮播功能" -msgstr "Turn home page autocast on/off" - -#: inc/theme-options.php:354 inc/theme-options.php:1044 -#: inc/theme-options.php:1083 -msgid "唯一标识" -msgstr "Unique identity" - -#: inc/theme-options.php:355 -msgid "仅用于轮播标识,可以作为备注使用" -msgstr "Used only for carousel identification and can be used as a note" - -#: inc/theme-options.php:360 inc/theme-options.php:1050 -#: inc/theme-options.php:1089 -msgid "轮播图片" -msgstr "A picture of the rotation" - -#: inc/theme-options.php:361 inc/theme-options.php:1051 -#: inc/theme-options.php:1090 -msgid "可以直接填写图片链接,也可以上传图片" -msgstr "You can fill in the image link directly or upload the picture" - -#: inc/theme-options.php:368 inc/theme-options.php:1058 -#: inc/theme-options.php:1097 -msgid "网址链接" -msgstr "RELATED LINKS http://www.scots" - -#: inc/theme-options.php:369 inc/theme-options.php:1059 -#: inc/theme-options.php:1098 -msgid "需要填写完整的链接地址,包含协议头" -msgstr "A complete link address with the agreement header is required" - -#: inc/theme-options.php:374 -msgid "轮播标题" -msgstr "The title of the rotation" - -#: inc/theme-options.php:375 inc/theme-options.php:381 -msgid "选填项目,如果不填则不显示" -msgstr "Optional items are not displayed if they are not filled in" - -#: inc/theme-options.php:380 -msgid "轮播简介" -msgstr "Introduction to the rotation" - -#: inc/theme-options.php:387 -msgid "文字颜色" -msgstr "The color of the text" - -#: inc/theme-options.php:388 -msgid "轮播标题和简介的颜色" -msgstr "The color of the rotation title and introduction" - -#: inc/theme-options.php:397 -msgid "第三方配置" -msgstr "Third-party configuration" - -#: inc/theme-options.php:411 -msgid "DogeCloud 云存储" -msgstr "DogeCloud cloud storage" - -#: inc/theme-options.php:422 -msgid "开启/关闭 DogeCloud 云存储" -msgstr "Turn DogeCloud cloud storage on/off" - -#: inc/theme-options.php:429 -msgid "空间名称" -msgstr "The space name" - -#: inc/theme-options.php:430 -msgid "空间名称可在空间基本信息中查看" -msgstr "Space names can be viewed in the space basic information" - -#: inc/theme-options.php:431 -msgid "点击这里查询空间名称" -msgstr "Click here to find the space name" - -#: inc/theme-options.php:436 inc/theme-options.php:509 -msgid "加速域名" -msgstr "Speed up the domain" - -#: inc/theme-options.php:437 inc/theme-options.php:510 -msgid "域名结尾不要添加 /" -msgstr "Don't add / at the end of the domain name" - -#: inc/theme-options.php:438 -msgid "点击这里查询加速域名" -msgstr "Click here to find an accelerated domain name" - -#: inc/theme-options.php:443 inc/theme-options.php:523 -msgid "AccessKey" -msgstr "AccessKey" - -#: inc/theme-options.php:444 inc/theme-options.php:454 -#: inc/theme-options.php:524 inc/theme-options.php:534 -msgid "出于安全考虑,建议周期性地更换密钥" -msgstr "For security reasons, it is recommended to replace the key periodically" - -#: inc/theme-options.php:445 -msgid "点击这里查询 AccessKey" -msgstr "Click here to find AccessKey" - -#: inc/theme-options.php:453 inc/theme-options.php:533 -msgid "SecretKey" -msgstr "SecretKey" - -#: inc/theme-options.php:455 -msgid "点击这里查询 SecretKey" -msgstr "Click here to find SecretKey" - -#: inc/theme-options.php:472 -msgid "火山引擎 ImageX" -msgstr "Volcanic engine ImageX" - -#: inc/theme-options.php:483 -msgid "开启/关闭 火山引擎 ImageX" -msgstr "Turn volcano engine ImageX on/off" - -#: inc/theme-options.php:490 -msgid "加速地域" -msgstr "Speed up the region" - -#: inc/theme-options.php:491 -msgid "加速地域在创建服务的时候进行选择" -msgstr "Speed up the selection of geographies when creating services" - -#: inc/theme-options.php:492 -msgid "点击这里查询加速地域" -msgstr "Click here to find out what to speed up" - -#: inc/theme-options.php:494 -msgid "国内" -msgstr "domestic" - -#: inc/theme-options.php:495 -msgid "美东" -msgstr "Meeton" - -#: inc/theme-options.php:496 -msgid "新加坡" -msgstr "Singapore" - -#: inc/theme-options.php:502 -msgid "服务 ID" -msgstr "The service ID" - -#: inc/theme-options.php:503 -msgid "服务 ID 可在图片服务管理中查看" -msgstr "The service ID can be viewed in Picture Service Management" - -#: inc/theme-options.php:504 -msgid "点击这里查询服务 ID" -msgstr "Click here to find the service ID" - -#: inc/theme-options.php:511 -msgid "点击这里查询加速域名" -msgstr "Click here to find an accelerated domain name" - -#: inc/theme-options.php:516 -msgid "处理模板" -msgstr "Work with templates" - -#: inc/theme-options.php:517 -msgid "处理模板可在图片处理配置中查看" -msgstr "The processing template can be viewed in the picture processing configuration" - -#: inc/theme-options.php:518 -msgid "点击这里查询处理模板" -msgstr "Click here to query the processing template" - -#: inc/theme-options.php:525 -msgid "点击这里查询 AccessKey" -msgstr "Click here to find AccessKey" - -#: inc/theme-options.php:535 -msgid "点击这里查询 SecretKey" -msgstr "Click here to find SecretKey" - -#: inc/theme-options.php:552 -msgid "收录配置" -msgstr "SEO Config" - -#: inc/theme-options.php:558 -msgid "分享图片" -msgstr "Share pictures" - -#: inc/theme-options.php:562 -msgid "用于搜索引擎或社交工具抓取时使用" -msgstr "Used when crawling search engines or social tools" - -#: inc/theme-options.php:568 -msgid "每个关键词之间需要用 , 分割" -msgstr "Each keyword needs to be split between" - -#: inc/theme-options.php:573 -msgid "站点描述" -msgstr "Site description" - -#: inc/theme-options.php:574 -msgid "网站首页的描述信息" -msgstr "Description of the home page of the website" - -#: inc/theme-options.php:578 -msgid "统计代码" -msgstr "Statistical Code" - -#: inc/theme-options.php:579 -msgid "输入代码时请注意辨别代码安全性" -msgstr "Be careful to identify code security when entering code" - -#: inc/theme-options.php:594 -msgid "robots.txt 配置" -msgstr "robots.txt config" - -#: inc/theme-options.php:598 -msgid "- 需要 " -msgstr "- Needed" - -#: inc/theme-options.php:598 -msgid "设置-阅读-对搜索引擎的可见性" -msgstr "Set - read - visibility to search engines" - -#: inc/theme-options.php:598 -msgid " 是开启的状态,以下配置才会生效" -msgstr " is on until the following configuration takes effect" - -#: inc/theme-options.php:598 -msgid "- 如果网站根目录下已经有 robots.txt 文件,下面的配置不会生效" -msgstr "- if there has been a robots.txt file in the root direcotry,the following settings won't take effect." - -#: inc/theme-options.php:598 -msgid "- 点击 " -msgstr "- Click" - -#: inc/theme-options.php:598 -msgid " 查看配置是否生效,如果网站开启了 CDN,可能需要刷新缓存才会生效" -msgstr " Check whether the configuration is effective. If the website has CDN enabled, you may need to refresh the cache to take effect" - -#: inc/theme-options.php:613 -msgid "文章配置" -msgstr "Article Configurations" - -#: inc/theme-options.php:619 -msgid "网易云音乐" -msgstr "NetEase Music" - -#: inc/theme-options.php:620 -msgid "启用/禁用网易云音乐自动播放功能" -msgstr "Enable/disable NetEase Cloud Music AutoPlay" - -#: inc/theme-options.php:626 -msgid "附加功能" -msgstr "Additional features" - -#: inc/theme-options.php:627 -msgid "启用/禁用文章自动保存、修订版本功能" -msgstr "Enable/disable the auto-save, revision features of articles" - -#: inc/theme-options.php:633 -msgid "页面布局" -msgstr "Page Layout" - -#: inc/theme-options.php:634 -msgid "差异在于侧边栏小工具,仅在文章页面生效" -msgstr "The difference is that the sidebar gadgets only take effect on the article page" - -#: inc/theme-options.php:647 -msgid "知识共享协议" -msgstr "creative commons license" - -#: inc/theme-options.php:653 -msgid "开启/关闭 知识共享协议" -msgstr "Turn the creative sharing protocol on/off" - -#: inc/theme-options.php:660 -msgid "协议名称" -msgstr "The name of the agreement" - -#: inc/theme-options.php:661 -msgid "选择文章的知识共享协议" -msgstr "Choose a knowledge sharing protocol for articles" - -#: inc/theme-options.php:663 single.php:118 -msgid "知识共享署名 4.0 国际许可协议" -msgstr "Creative Commons Attribution 4.0 International License" - -#: inc/theme-options.php:664 single.php:119 -msgid "知识共享署名-非商业性使用 4.0 国际许可协议" -msgstr "Creative Commons Attribution-NonCommercial 4.0 International License" - -#: inc/theme-options.php:665 single.php:120 -msgid "知识共享署名-禁止演绎 4.0 国际许可协议" -msgstr "Creative Commons Attribution-NoDerivatives 4.0 International License" - -#: inc/theme-options.php:666 single.php:121 -msgid "知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议" -msgstr "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License" - -#: inc/theme-options.php:667 single.php:122 -msgid "知识共享署名-相同方式共享 4.0 国际许可协议" -msgstr "Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)" - -#: inc/theme-options.php:668 single.php:123 -msgid "知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议" -msgstr "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License" - -#: inc/theme-options.php:683 -msgid "文章 HOT 标签" -msgstr "Article HOT tag" - -#: inc/theme-options.php:688 -msgid "评论数" -msgstr "Comments" - -#: inc/theme-options.php:689 -msgid "填写显示 HOT 标签需要的评论数" -msgstr "Fill in the number of comments needed to display the HOT tag" - -#: inc/theme-options.php:694 -msgid "点赞数" -msgstr "Likes" - -#: inc/theme-options.php:695 -msgid "填写显示 HOT 标签需要的点赞数" -msgstr "Fill in the number of likes needed to display the HOT tag" - -#: inc/theme-options.php:709 -msgid "文章打赏" -msgstr "Articles reward" - -#: inc/theme-options.php:715 -msgid "开启/关闭 文章打赏" -msgstr "On/Off Article Rewards" - -#: inc/theme-options.php:729 -msgid "支付宝二维码" -msgstr "Alipay QR code" - -#: inc/theme-options.php:744 -msgid "邮件配置" -msgstr "Fetchmail Configuration" - -#: inc/theme-options.php:750 -msgid "SMTP 服务" -msgstr "SMTP Service" - -#: inc/theme-options.php:751 -msgid "启用/禁用 SMTP 服务" -msgstr "Enable/disable the SMTP service" - -#: inc/theme-options.php:757 -msgid "邮件服务器" -msgstr "Mail Server" - -#: inc/theme-options.php:758 -msgid "填写发件服务器地址" -msgstr "Mail Server Address" - -#: inc/theme-options.php:759 -msgid "smtp.example.com" -msgstr "smtp.example.com" - -#: inc/theme-options.php:764 -msgid "服务器端口" -msgstr "Port" - -#: inc/theme-options.php:765 -msgid "填写发件服务器端口" -msgstr "Fill in the sending server port" - -#: inc/theme-options.php:766 -msgid "465" -msgstr "26s" - -#: inc/theme-options.php:771 -msgid "授权方式" -msgstr "Authorization Method" - -#: inc/theme-options.php:772 -msgid "填写登录鉴权的方式" -msgstr "Fill in login authentication method" - -#: inc/theme-options.php:773 -msgid "ssl" -msgstr "ssl" - -#: inc/theme-options.php:778 -msgid "邮箱帐号" -msgstr "Email account" - -#: inc/theme-options.php:779 -msgid "填写邮箱账号" -msgstr "fill the email password" - -#: inc/theme-options.php:780 -msgid "user@example.com" -msgstr "user@example.com" - -#: inc/theme-options.php:785 -msgid "邮箱密码" -msgstr "Email password" - -#: inc/theme-options.php:786 -msgid "填写邮箱密码" -msgstr "Fill in email password" - -#: inc/theme-options.php:796 -msgid "顶部配置" -msgstr "Top Config" - -#: inc/theme-options.php:802 inc/theme-options.php:808 -msgid "图片导航" -msgstr "Image navigation" - -#: inc/theme-options.php:809 -msgid "启用/禁用 图片导航" -msgstr "Enable/disable picture navigation" - -#: inc/theme-options.php:815 -msgid "顶部图片" -msgstr "The top picture" - -#: inc/theme-options.php:823 -msgid "图片标题" -msgstr "Image caption" - -#. Theme Name of the plugin/theme -#: inc/theme-options.php:824 -msgid "Kratos" -msgstr "Kratos" - -#: inc/theme-options.php:829 -msgid "标题描述" -msgstr "title discription" - -#: inc/theme-options.php:837 inc/theme-options.php:844 -msgid "颜色导航" -msgstr "Color navigation" - -#: inc/theme-options.php:851 -msgid "页脚配置" -msgstr "footer configuration" - -#: inc/theme-options.php:857 -msgid "社交图标" -msgstr "Social icon" - -#: inc/theme-options.php:866 -msgid "国内平台" -msgstr "China platform" - -#: inc/theme-options.php:871 -msgid "新浪微博" -msgstr "Weibo" - -#: inc/theme-options.php:872 -msgid "https://weibo.com/xxxxx" -msgstr "https://weibo.com/xxxxx" - -#: inc/theme-options.php:877 -msgid "哔哩哔哩" -msgstr "bilibili" - -#: inc/theme-options.php:878 -msgid "https://space.bilibili.com/xxxxx" -msgstr "https://space.bilibili.com/xxxxx" - -#: inc/theme-options.php:883 -msgid "CODING" -msgstr "CODING" - -#: inc/theme-options.php:884 -msgid "https://xxxxx.coding.net/u/xxxxx" -msgstr "https://xxxxx.coding.net/u/xxxxx" - -#: inc/theme-options.php:889 -msgid "码云" -msgstr "Code cloud" - -#: inc/theme-options.php:890 -msgid "https://gitee.com/xxxxx" -msgstr "https://gitee.com/xxxxx" - -#: inc/theme-options.php:895 -msgid "豆瓣" -msgstr "Bean petals" - -#: inc/theme-options.php:896 -msgid "https://www.douban.com/people/xxxxx" -msgstr "https://www.douban.com/people/xxxxx" - -#: inc/theme-options.php:906 -msgid "海外平台" -msgstr "Global platform" - -#: inc/theme-options.php:911 -msgid "Twitter" -msgstr "Twitter" - -#: inc/theme-options.php:912 -msgid "https://twitter.com/xxxxx" -msgstr "https://twitter.com/xxxxx" - -#: inc/theme-options.php:917 -msgid "Telegram" -msgstr "Telegram" - -#: inc/theme-options.php:918 -msgid "https://t.me/xxxxx" -msgstr "https://t.me/xxxxx" - -#: inc/theme-options.php:923 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: inc/theme-options.php:924 -msgid "https://www.linkedin.com/in/xxxxx" -msgstr "https://www.linkedin.com/in/xxxxx" - -#: inc/theme-options.php:929 -msgid "YouTube" -msgstr "YouTube" - -#: inc/theme-options.php:930 -msgid "https://www.youtube.com/channel/xxxxx" -msgstr "https://www.youtube.com/channel/xxxxx" - -#: inc/theme-options.php:935 -msgid "Github" -msgstr "Github" - -#: inc/theme-options.php:936 -msgid "https://github.com/xxxxx" -msgstr "https://github.com/xxxxx" - -#: inc/theme-options.php:941 -msgid "Stack Overflow" -msgstr "Stack Overflow" - -#: inc/theme-options.php:942 -msgid "https://stackoverflow.com/users/xxxxx" -msgstr "https://stackoverflow.com/users/xxxxx" - -#: inc/theme-options.php:952 -msgid "其他" -msgstr "Other" - -#: inc/theme-options.php:957 -msgid "电子邮箱" -msgstr "Email address" - -#: inc/theme-options.php:958 -msgid "mailto:xxxxx@example.com" -msgstr "mailto:xxxxx@example.com" - -#: inc/theme-options.php:981 -msgid "备案信息" -msgstr "Record information" - -#: inc/theme-options.php:987 -msgid "工信部备案信息" -msgstr "Filing the ICP information" - -#: inc/theme-options.php:988 -msgid "由工业和信息化部政务服务平台提供" -msgstr "Provided by the Ministry of Industry and Information Technology's Government Service Platform" - -#: inc/theme-options.php:989 -msgid "冀ICP证XXXXXX号" -msgstr "ICP card XXXXXX" - -#: inc/theme-options.php:994 -msgid "公安备案信息" -msgstr "Public security record information" - -#: inc/theme-options.php:995 inc/theme-options.php:1002 -msgid "由全国互联网安全管理服务平台提供" -msgstr "Provided by the National Internet Security Management Service Platform" - -#: inc/theme-options.php:996 -msgid "冀公网安备 XXXXXXXXXXXXX 号" -msgstr "Public network security XXXXXXXXXXXXX" - -#: inc/theme-options.php:1001 -msgid "公安备案链接" -msgstr "Links to public security filings" - -#: inc/theme-options.php:1003 -msgid "http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=xxxxx" -msgstr "http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=xxxxx" - -#: inc/theme-options.php:1010 inc/theme-options.php:1016 -msgid "版权信息" -msgstr "Copyright Info" - -#: inc/theme-options.php:1024 -msgid "广告配置" -msgstr "Ad config" - -#: inc/theme-options.php:1030 -msgid "文章广告" -msgstr "Article ads" - -#: inc/theme-options.php:1045 inc/theme-options.php:1084 -msgid "仅用于识别广告内容,可以作为备注使用" -msgstr "Used only to identify ad content and can be used as a comment" - -#: inc/theme-options.php:1065 inc/theme-options.php:1104 -msgid "开启/关闭此条广告" -msgstr "Turn this ad on/off" - -#: inc/theme-options.php:1115 -msgid "备份恢复" -msgstr "Backup recovery" - -#: inc/theme-options.php:1125 -msgid "关于主题" -msgstr "About Theme" - -#: inc/theme-options.php:1130 -msgid "基础信息" -msgstr "Basic information" - -#: inc/theme-options.php:1135 -msgid "提示:在反馈主题相关的问题时,请同时复制并提交下面的内容。" -msgstr "Tip: When you have questions about a feedback topic, copy and submit the following at the same time." - -#: inc/theme-options.php:1139 -msgid "PHP 版本:" -msgstr "PHP version:" - -#: inc/theme-options.php:1139 -msgid "Kratos 版本:" -msgstr "Kratos version:" - -#: inc/theme-options.php:1139 -msgid "WordPress 版本:" -msgstr "WordPress version:" - -#: inc/theme-options.php:1139 -msgid "User Agent 信息:" -msgstr "User agent information:" - -#: inc/theme-options.php:1144 -msgid "资料文档" -msgstr "Data document" - -#: inc/theme-options.php:1148 -msgid "说明文档:" -msgstr "Description document:" - -#: inc/theme-options.php:1148 -msgid "讨论反馈:" -msgstr "Discuss feedback:" - -#: inc/theme-options.php:1148 -msgid "常见问题:" -msgstr "FAQ:" - -#: inc/theme-options.php:1148 -msgid "更新日志:" -msgstr "Changelog:" - -#: inc/theme-options.php:1148 -msgid "捐赠记录:" -msgstr "Donation records:" - -#: inc/theme-options.php:1152 -msgid "版权声明" -msgstr "Copyright notice" - -#: inc/theme-options.php:1156 -msgid "主题源码使用 GPL-3.0 协议 进行许可,说明文档使用 CC BY-NC-ND 4.0 进行许可。" -msgstr "The subject source is licensed using the GPL-3.0 protocol, and the documentation is licensed using CC BY-NC-ND 4.0." - -#: inc/theme-options.php:1160 -msgid "讨论交流" -msgstr "Discussion and communication" - -#: inc/theme-options.php:1168 -msgid "打赏支持" -msgstr "Reward and support" - -#: inc/theme-setting.php:23 -#, php-format -msgid "第 %s 页" -msgstr "Page %s" - -#: inc/theme-shortcode.php:106 inc/theme-shortcode.php:118 -#: inc/theme-shortcode.php:130 inc/theme-shortcode.php:142 -#: inc/theme-shortcode.php:218 -msgid "标题内容" -msgstr "Title Content" - -#: inc/theme-shortcode.php:181 -msgid "温馨提示:此处内容已隐藏,回复后刷新页面即可查看!" -msgstr "Tips: The content here has been hidden, please refresh the page after reply to view!" - -#: inc/theme-smtp.php:39 -msgid "[通知]您的留言已经通过审核" -msgstr "[notice] Your message has passed the review" - -#: inc/theme-smtp.php:47 inc/theme-smtp.php:97 -msgid "您好," -msgstr "Hello," - -#: inc/theme-smtp.php:48 -msgid "您的留言已经通过了管理员的审核,摘要信息如下:" -msgstr "Your message has been approved by the administrator, and the summary information is as follows:" - -#: inc/theme-smtp.php:52 -msgid "文章" -msgstr "Article" - -#: inc/theme-smtp.php:53 -msgid "内容" -msgstr "Content" - -#: inc/theme-smtp.php:54 inc/theme-smtp.php:105 -msgid "操作" -msgstr "Operation" - -#: inc/theme-smtp.php:66 inc/theme-smtp.php:118 -msgid "该邮件由系统自动发出,如果不是您本人操作,请忽略此邮件。" -msgstr "This email is sent automatically, if this was you, just ignore this email." - -#: inc/theme-smtp.php:89 -msgid "[通知]您的留言有了新的回复" -msgstr "[notice] Your message has a new reply" - -#: inc/theme-smtp.php:98 -msgid "您的留言有了新的回复,摘要信息如下:" -msgstr "Your message has a new reply. The summary information is as follows:" - -#: inc/theme-smtp.php:102 -msgid "原文" -msgstr "Original" - -#: inc/theme-smtp.php:104 -msgid "作者" -msgstr "Author" - -#: inc/theme-smtp.php:113 -msgid "查看回复" -msgstr "View Reply" - -#: inc/theme-widgets.php:14 -msgid "主页侧边栏" -msgstr "Home sidebar" - -#: inc/theme-widgets.php:22 -msgid "文章侧边栏" -msgstr "Article sidebar" - -#: inc/theme-widgets.php:30 -msgid "页面侧边栏" -msgstr "The sidebar of the page" - -#: inc/theme-widgets.php:62 inc/theme-widgets.php:71 -msgid "篇" -msgstr "piece" - -#: inc/theme-widgets.php:104 -msgid "刚刚" -msgstr "just" - -#: inc/theme-widgets.php:106 -msgid " 年前" -msgstr " years ago" - -#: inc/theme-widgets.php:107 -msgid " 个月前" -msgstr " months ago" - -#: inc/theme-widgets.php:108 -msgid " 周前" -msgstr " weeks ago" - -#: inc/theme-widgets.php:109 -msgid " 天前" -msgstr " days ago" - -#: inc/theme-widgets.php:110 -msgid " 小时前" -msgstr " hours ago" - -#: inc/theme-widgets.php:111 -msgid " 分钟前" -msgstr " minutes ago" - -#: inc/theme-widgets.php:112 -msgid " 秒前" -msgstr " seconds ago" - -#: inc/theme-widgets.php:148 -msgid "匿名" -msgstr "Anonymity" - -#: inc/theme-widgets.php:153 -msgid "发布于 " -msgstr "Posted in " - -#: inc/theme-widgets.php:153 -msgid "m月d日" -msgstr "m-d" - -#: inc/theme-widgets.php:169 -msgid "A search form for your site." -msgstr "A search form for your site." - -#: inc/theme-widgets.php:172 -msgctxt "Search widget" -msgid "Search" -msgstr "Search" - -#: inc/theme-widgets.php:184 -msgid "搜索" -msgstr "Search" - -#: inc/theme-widgets.php:193 -msgid "Title:" -msgstr "Title:" - -#: inc/theme-widgets.php:213 -msgid "图片广告" -msgstr " image advertisement" - -#: inc/theme-widgets.php:214 -msgid "显示自定义图片广告的工具" -msgstr "Tools for displaying custom image ads" - -#: inc/theme-widgets.php:230 inc/theme-widgets.php:252 -msgid "广告" -msgstr "Advertisement" - -#: inc/theme-widgets.php:258 -msgid "副标题:" -msgstr "Subtitle:" - -#: inc/theme-widgets.php:262 -msgid "链接地址:" -msgstr "Link URL:" - -#: inc/theme-widgets.php:266 -msgid "广告图片:" -msgstr "Advertisement Images:" - -#: inc/theme-widgets.php:268 inc/theme-widgets.php:338 -msgid "选择图片" -msgstr "Select Image" - -#: inc/theme-widgets.php:282 -msgid "个人简介" -msgstr "Profile" - -#: inc/theme-widgets.php:283 -msgid "站长个人简介的展示工具" -msgstr "Presentation tool for webmaster profiles" - -#: inc/theme-widgets.php:299 pages/page-toolbar.php:14 -msgid "这个人很懒,什么都没留下" -msgstr "The man was lazy and left nothing behind" - -#: inc/theme-widgets.php:336 -msgid "背景图片:" -msgstr "Background picture:" - -#: inc/theme-widgets.php:350 inc/theme-widgets.php:374 -msgid "标签聚合" -msgstr "Tag aggregation" - -#: inc/theme-widgets.php:351 -msgid "文章标签的展示工具" -msgstr "Article Tags Display Tool" - -#: inc/theme-widgets.php:397 -msgid "显示数量:" -msgstr "Display quantity:" - -#: inc/theme-widgets.php:401 -msgid "显示排序:" -msgstr "Display sort:" - -#: inc/theme-widgets.php:403 -msgid "降序" -msgstr "Descending" - -#: inc/theme-widgets.php:404 -msgid "升序" -msgstr "Ascending" - -#: inc/theme-widgets.php:405 inc/theme-widgets.php:436 -#: inc/theme-widgets.php:441 inc/theme-widgets.php:496 -msgid "随机" -msgstr "Random" - -#: inc/theme-widgets.php:418 -msgid "文章聚合" -msgstr "Article aggregation" - -#: inc/theme-widgets.php:419 -msgid "展示最热、随机、最新文章的工具" -msgstr "Tools to show the hottest, random, latest articles" - -#: inc/theme-widgets.php:434 inc/theme-widgets.php:439 -#: inc/theme-widgets.php:494 -msgid "最新" -msgstr "Newest" - -#: inc/theme-widgets.php:435 inc/theme-widgets.php:440 -#: inc/theme-widgets.php:495 -msgid "热点" -msgstr "Hotspots" - -#: inc/theme-widgets.php:484 inc/theme-widgets.php:547 -msgid "展示数量:" -msgstr "display amount" - -#: inc/theme-widgets.php:488 -msgid "统计天数:" -msgstr "Statistical days:" - -#: inc/theme-widgets.php:492 -msgid "默认显示:" -msgstr "Default display:" - -#: inc/theme-widgets.php:509 inc/theme-widgets.php:519 -#: inc/theme-widgets.php:539 -msgid "最近评论" -msgstr "Recent Comments" - -#: inc/theme-widgets.php:510 -msgid "展示站点最近的评论" -msgstr "Show site recent comments" - -#: inc/theme-widgets.php:543 -msgid "栏目标题:" -msgstr "Title:" - -#: inc/theme-widgets.php:562 -msgid "文章目录" -msgstr "The article catalog" - -#: inc/theme-widgets.php:563 -msgid "仅在有目录规则的文章中显示目录的工具" -msgstr "Tools that display directories only in articles with directory rules" - -#: index.php:19 -msgid "搜索内容:" -msgstr "Search:" - -#: index.php:32 -msgid "很抱歉,没有找到任何内容" -msgstr "Sorry, nothing was found" - -#: page.php:29 single.php:85 -msgid "上一页" -msgstr "Previous" - -#: page.php:48 single.php:104 -msgid "下一页" -msgstr "next page" - -#: pages/page-content.php:34 -msgid "页面" -msgstr "Page" - -#: pages/page-content.php:47 single.php:62 -msgid "条评论" -msgstr "Comments" - -#: pages/page-content.php:51 single.php:54 -msgid "点热度" -msgstr "Browse" - -#: pages/page-content.php:57 single.php:60 -msgid "人点赞" -msgstr "Like" - -#: pages/page-content.php:61 -msgid "阅读全文" -msgstr "Read more" - -#: pages/page-toolbar.php:18 -msgid "打赏" -msgstr "Reward" - -#: pages/page-toolbar.php:20 -msgid "点赞" -msgstr "Like" - -#: single.php:26 -msgid "首页" -msgstr "Home" - -#: single.php:46 -msgid "正文" -msgstr "This article" - -#: single.php:65 -msgid "编辑文章" -msgstr "Edit post" - -#: single.php:126 -#, php-format -msgid "本作品采用 %s 进行许可" -msgstr "This work is licensed under a %s" - -#: single.php:131 -msgid "标签:" -msgstr "Tags:" - -#: single.php:135 -msgid "暂无" -msgstr "None" - -#: single.php:139 -msgid "最后更新:" -msgstr "Last updated:" - -#: single.php:149 -msgid "< 上一篇" -msgstr "< Previous" - -#: single.php:153 -msgid "下一篇 >" -msgstr "Next >" - -#. Theme URI of the plugin/theme -msgid "https://github.com/vtrois/kratos" -msgstr "https://github.com/vtrois/kratos" - -#. Description of the plugin/theme -msgid "主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验,优化的邮件中心为你的网站留存加分添彩。" -msgstr "Theme provides a variety of widgets to meet the needs of self-service media blogs. Focusing on a user-centric reading experience, an optimized email center adds extra points to your website retention." - -#. Author of the plugin/theme -msgid "Seaton Jiang" -msgstr "Seaton Jiang" - -#. Author URI of the plugin/theme -msgid "https://www.vtrois.com/" -msgstr "https://www.vtrois.com/" diff --git a/languages/ja_JP.mo b/languages/ja_JP.mo deleted file mode 100644 index a00ec400b07d9b0835784070e0214bdab6960b04..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 32477 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 diff --git a/languages/ja_JP.po b/languages/ja_JP.po deleted file mode 100644 index 2c6c1c3..0000000 --- a/languages/ja_JP.po +++ /dev/null @@ -1,1444 +0,0 @@ -msgid "" -msgstr "" -"Plural-Forms: nplurals=1; plural=0;\n" -"Project-Id-Version: 87f769374581b4e7ec717067bc809033\n" -"POT-Creation-Date: 2021-08-22 15:27+0800\n" -"PO-Revision-Date: 2021-08-22 15:44+0800\n" -"Last-Translator: Seaton Jiang \n" -"Language-Team: Japanese\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.3\n" -"X-Poedit-Basepath: ..\n" -"X-Poedit-Flags-xgettext: --add-comments=translators:\n" -"X-Poedit-WPHeader: style.css\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n" -"X-Crowdin-Project: 87f769374581b4e7ec717067bc809033\n" -"X-Crowdin-Project-ID: 1\n" -"X-Crowdin-Language: ja\n" -"X-Crowdin-File: /main/languages/kratos.pot\n" -"X-Crowdin-File-ID: 10\n" -"Language: ja_JP\n" -"X-Poedit-SearchPath-0: .\n" -"X-Poedit-SearchPathExcluded-0: inc/codestar-framework\n" -"X-Poedit-SearchPathExcluded-1: inc/update-checker\n" -"X-Poedit-SearchPathExcluded-2: inc/volcengine-imagex\n" - -#: 404.php:19 -msgid "很抱歉,你访问的页面不存在" -msgstr "申し訳ありませんが、あなたが訪れたページは存在しません" - -#: 404.php:20 -msgid "可能是输入地址有误或该地址已被删除" -msgstr "アドレスが間違って入力されたか、アドレスが削除されている可能性があります" - -#: 404.php:22 -msgid "返回上页" -msgstr "前のページへ戻る" - -#: 404.php:23 -msgid "返回主页" -msgstr "メインページへ戻る" - -#: comments.php:17 -msgid "文章评论" -msgstr "記事コメント" - -#: comments.php:19 -msgid "评论内容" -msgstr "コメント" - -#: comments.php:25 -msgid "加载更多" -msgstr "もっと読み込む" - -#: comments.php:30 -#, php-format -msgid "您需要 登录 之后才可以评论" -msgstr "コメントするには ログイン が必要です" - -#: comments.php:42 -msgid "昵称" -msgstr "ニックネーム" - -#: comments.php:50 -msgid "邮箱" -msgstr "メール" - -#: comments.php:58 -msgid "网址" -msgstr "ウェブサイト" - -#: comments.php:75 -msgid "取消回复" -msgstr "返答をキャンセルする" - -#: comments.php:76 -msgid "提交评论" -msgstr "コメントの投稿" - -#: footer.php:28 inc/theme-widgets.php:184 -msgid "搜点什么呢?" -msgstr "何を探せばいいのか?" - -#: header.php:75 inc/theme-options.php:830 -msgid "一款专注于用户阅读体验的响应式博客主题" -msgstr "ユーザーの読書体験を重視したレスポンシブブログテーマ" - -#: inc/theme-article.php:218 -msgid "评论正在提交中" -msgstr "コメント投稿中" - -#: inc/theme-article.php:219 -msgid "评论提交成功" -msgstr "コメントが正常に送信されました" - -#: inc/theme-article.php:261 inc/theme-article.php:306 -msgid "编辑" -msgstr "編集" - -#: inc/theme-article.php:312 inc/theme-smtp.php:103 -msgid "回复" -msgstr "返信する" - -#: inc/theme-article.php:367 -msgid "添加表情" -msgstr "絵文字を追加" - -#: inc/theme-article.php:424 -msgid "描述" -msgstr "叙述" - -#: inc/theme-article.php:429 inc/theme-options.php:567 -msgid "关键词" -msgstr "キーワード" - -#: inc/theme-article.php:436 -msgid "SEO 设置" -msgstr "SEO設定" - -#: inc/theme-core.php:94 -msgid "您已经赞过了" -msgstr "もう好きになってしまったんですね" - -#: inc/theme-core.php:95 -msgid "感谢您的支持" -msgstr "ご支援ありがとうございました" - -#: inc/theme-core.php:96 -msgid "打赏作者" -msgstr "著者への報酬" - -#: inc/theme-core.php:97 -msgid "扫码支付" -msgstr "掃引払い" - -#: inc/theme-navwalker.php:22 -msgid "顶部菜单" -msgstr "トップメニュー" - -#: inc/theme-navwalker.php:388 -msgid "添加导航" -msgstr "ナビゲーションを追加" - -#: inc/theme-options.php:68 -msgid "主题设置" -msgstr "テーマ設定" - -#: inc/theme-options.php:81 -msgid "全站配置" -msgstr "フルステーション構成" - -#: inc/theme-options.php:87 -msgid "功能配置" -msgstr "機能構成" - -#: inc/theme-options.php:93 -msgid "前台管理员导航" -msgstr "フロント管理者ナビ" - -#: inc/theme-options.php:94 -msgid "启用/禁用前台管理员导航" -msgstr "フォアグラウンド管理者ナビゲーションを有効または無効にします" - -#: inc/theme-options.php:100 -msgid "侧边栏后台入口" -msgstr "サイドバーバックエンドエントリー" - -#: inc/theme-options.php:101 -msgid "启用/禁用个人简介头像进入后台功能" -msgstr "プロフィールアバターをバックグラウンド機能に有効/無効にします" - -#: inc/theme-options.php:107 -msgid "侧边栏随动" -msgstr "サイドバーが追従します" - -#: inc/theme-options.php:108 -msgid "启用/禁用小工具侧边栏随动功能" -msgstr "ガジェットサイドバーの追従機能を有効または無効にします" - -#: inc/theme-options.php:114 -msgid "搜索增强" -msgstr "検索の機能強化" - -#: inc/theme-options.php:115 -msgid "启用/禁用仅搜索文章标题" -msgstr "記事のタイトルのみを検索する場合は、有効/無効にします" - -#: inc/theme-options.php:121 -msgid "特色图片" -msgstr "注目の画像" - -#: inc/theme-options.php:122 -msgid "启用/禁用文章特色图片" -msgstr "記事のおすすめ画像を有効または無効にします" - -#: inc/theme-options.php:128 -msgid "哀悼功能" -msgstr "喪服機能" - -#: inc/theme-options.php:129 -msgid "启用/禁用站点首页黑白功能" -msgstr "サイトのフロント ページの白黒機能を有効または無効にします" - -#: inc/theme-options.php:135 -msgid "CSS 动画库" -msgstr "CSS アニメーションライブラリ" - -#: inc/theme-options.php:136 -msgid "启用/禁用 animate.css 效果" -msgstr "animate.css効果を有効/無効にします" - -#: inc/theme-options.php:142 -msgid "Font Awesome" -msgstr "フォントオーサム" - -#: inc/theme-options.php:143 -msgid "启用/禁用 Font Awesome Free 字体" -msgstr "Font Awesome Free フォントを有効または無効にします" - -#: inc/theme-options.php:149 -msgid "静态资源加速" -msgstr "静的リソースアクセラレーション" - -#: inc/theme-options.php:150 -msgid "启用/禁用静态资源加速" -msgstr "静的リソース アクセラレーションを有効または無効にします" - -#: inc/theme-options.php:156 -msgid "Gravatar 加速" -msgstr "グラバターの加速" - -#: inc/theme-options.php:157 -msgid "启用/禁用 Gravatar 头像加速" -msgstr "Gravatarアバターアクセラレーションを有効/無効にします" - -#: inc/theme-options.php:163 -msgid "自定义图片类型的文件名" -msgstr "カスタム ピクチャ タイプのファイル名" - -#: inc/theme-options.php:164 -msgid "启用/禁用 图片类型的文件名改为 MD5 值" -msgstr "有効/無効 画像タイプのファイル名を MD5 値に変更します" - -#: inc/theme-options.php:170 -msgid "禁止生成缩略图" -msgstr "サムネイルの生成を無効にする" - -#: inc/theme-options.php:171 -msgid "启用/禁用生成多种尺寸图片资源" -msgstr "複数のサイズの画像アセットの生成を有効/無効にします" - -#: inc/theme-options.php:177 -msgid "Gutenberg 编辑器" -msgstr "グーテンベルクエディタ" - -#: inc/theme-options.php:178 -msgid "启用/禁用 Gutenberg 编辑器" -msgstr "Gutenberg エディタを有効または無効にします" - -#: inc/theme-options.php:184 -msgid "文章简介缩略" -msgstr "記事の概要を簡単に説明します" - -#: inc/theme-options.php:185 -msgid "文章简介显示的字符数量" -msgstr "記事の概要に表示される文字数" - -#: inc/theme-options.php:194 -msgid "附件重命名" -msgstr "添付ファイルの名前を変更します" - -#: inc/theme-options.php:199 inc/theme-options.php:234 -#: inc/theme-options.php:337 inc/theme-options.php:421 -#: inc/theme-options.php:482 inc/theme-options.php:652 -#: inc/theme-options.php:714 inc/theme-options.php:1064 -#: inc/theme-options.php:1103 -msgid "功能开关" -msgstr "機能スイッチ" - -#: inc/theme-options.php:200 -msgid "开启/关闭附件重命名" -msgstr "添付ファイルの名前変更のオン/オフを切り替える" - -#: inc/theme-options.php:201 inc/theme-options.php:236 -#: inc/theme-options.php:339 inc/theme-options.php:423 -#: inc/theme-options.php:484 inc/theme-options.php:654 -#: inc/theme-options.php:716 inc/theme-options.php:1066 -#: inc/theme-options.php:1105 -msgid "开启" -msgstr "開く" - -#: inc/theme-options.php:202 inc/theme-options.php:237 -#: inc/theme-options.php:340 inc/theme-options.php:424 -#: inc/theme-options.php:485 inc/theme-options.php:655 -#: inc/theme-options.php:717 inc/theme-options.php:1067 -#: inc/theme-options.php:1106 -msgid "关闭" -msgstr "シャットオフ" - -#: inc/theme-options.php:207 -msgid "文件前缀" -msgstr "ファイル接頭辞" - -#: inc/theme-options.php:208 -msgid "前缀与文件名之间会用 - 连接" -msgstr "プレフィックスとファイル名の間には - 接続が使用されます" - -#: inc/theme-options.php:213 -msgid "文件类型" -msgstr "ファイルの種類" - -#: inc/theme-options.php:214 -msgid "每个类型之间用 | 隔开" -msgstr "各型間で | 分離" - -#: inc/theme-options.php:229 inc/theme-options.php:722 -msgid "微信二维码" -msgstr "WeChatの二次元コード" - -#: inc/theme-options.php:235 -msgid "开启/关闭微信二维码" -msgstr "WeChat QR コードのオン/オフを切り替える" - -#: inc/theme-options.php:242 -msgid "二维码图片" -msgstr "QR コードの画像" - -#: inc/theme-options.php:245 -msgid "浮动显示在页面右下角" -msgstr "ページの右下隅にフローティングが表示されます" - -#: inc/theme-options.php:258 -msgid "颜色配置" -msgstr "色の構成" - -#: inc/theme-options.php:265 -msgid "全站背景颜色" -msgstr "駅全体の背景色" - -#: inc/theme-options.php:266 -msgid "全站页面的背景颜色" -msgstr "フル ステーション ページの背景色" - -#: inc/theme-options.php:272 -msgid "Chrome 导航栏颜色" -msgstr "クロームナビゲーションバーの色" - -#: inc/theme-options.php:273 -msgid "移动端 Chrome 浏览器导航栏颜色" -msgstr "モバイル Chrome ブラウザのナビゲーション バーの色" - -#: inc/theme-options.php:280 -msgid "图片配置" -msgstr "画像構成" - -#: inc/theme-options.php:286 -msgid "站点 Logo" -msgstr "サイトロゴ" - -#: inc/theme-options.php:289 -msgid "不上传图片则显示站点标题" -msgstr "画像をアップロードしないと、サイトのタイトルが表示されます" - -#: inc/theme-options.php:294 -msgid "Favicon 图标" -msgstr "Favicon アイコン" - -#: inc/theme-options.php:297 -msgid "浏览器收藏夹和地址栏中显示的图标" -msgstr "ブラウザのお気に入りやアドレスバーに表示されるアイコン" - -#: inc/theme-options.php:302 -msgid "404 页面图片" -msgstr "404ページの画像" - -#: inc/theme-options.php:306 -msgid "图片显示出来是 404 的形状" -msgstr "写真は404の形状を示しています" - -#: inc/theme-options.php:311 -msgid "无内容图片" -msgstr "コンテンツ画像なし" - -#: inc/theme-options.php:315 -msgid "当搜索不到文章或分类没有文章时显示" -msgstr "記事が検索されない場合、またはカテゴリに記事がない場合に表示されます" - -#: inc/theme-options.php:320 -msgid "默认特色图" -msgstr "デフォルトのフィーチャーマップ" - -#: inc/theme-options.php:324 -msgid "当文章中没有图片且没有特色图时显示" -msgstr "記事に画像がなく、注目の画像がない場合に表示されます" - -#: inc/theme-options.php:331 -msgid "首页轮播" -msgstr "ホームローテーション" - -#: inc/theme-options.php:338 -msgid "开启/关闭首页轮播功能" -msgstr "トップページカルーセル機能のオン/オフを切り替えます" - -#: inc/theme-options.php:354 inc/theme-options.php:1044 -#: inc/theme-options.php:1083 -msgid "唯一标识" -msgstr "一意の ID" - -#: inc/theme-options.php:355 -msgid "仅用于轮播标识,可以作为备注使用" -msgstr "カルーセル ID にのみ使用され、メモとして使用できます" - -#: inc/theme-options.php:360 inc/theme-options.php:1050 -#: inc/theme-options.php:1089 -msgid "轮播图片" -msgstr "画像をカルーセルします" - -#: inc/theme-options.php:361 inc/theme-options.php:1051 -#: inc/theme-options.php:1090 -msgid "可以直接填写图片链接,也可以上传图片" -msgstr "画像リンクを直接入力することも、画像をアップロードすることもできます" - -#: inc/theme-options.php:368 inc/theme-options.php:1058 -#: inc/theme-options.php:1097 -msgid "网址链接" -msgstr "URL リンク" - -#: inc/theme-options.php:369 inc/theme-options.php:1059 -#: inc/theme-options.php:1098 -msgid "需要填写完整的链接地址,包含协议头" -msgstr "プロトコル ヘッダーを含む完全なリンク アドレスを入力する必要があります" - -#: inc/theme-options.php:374 -msgid "轮播标题" -msgstr "タイトルをカルーセルします" - -#: inc/theme-options.php:375 inc/theme-options.php:381 -msgid "选填项目,如果不填则不显示" -msgstr "項目を選択し、入力しない場合は表示しません" - -#: inc/theme-options.php:380 -msgid "轮播简介" -msgstr "カルーセルの概要" - -#: inc/theme-options.php:387 -msgid "文字颜色" -msgstr "テキストの色" - -#: inc/theme-options.php:388 -msgid "轮播标题和简介的颜色" -msgstr "カルーセルのタイトルとイントロの色" - -#: inc/theme-options.php:397 -msgid "第三方配置" -msgstr "サード パーティの構成" - -#: inc/theme-options.php:411 -msgid "DogeCloud 云存储" -msgstr "DogeCloud クラウド ストレージ" - -#: inc/theme-options.php:422 -msgid "开启/关闭 DogeCloud 云存储" -msgstr "DogeCloud ストレージのオン/オフを切り替える" - -#: inc/theme-options.php:429 -msgid "空间名称" -msgstr "スペース名" - -#: inc/theme-options.php:430 -msgid "空间名称可在空间基本信息中查看" -msgstr "スペース名は、スペースの基本情報で表示できます" - -#: inc/theme-options.php:431 -msgid "点击这里查询空间名称" -msgstr "ここをクリックしてスペース名を照会します" - -#: inc/theme-options.php:436 inc/theme-options.php:509 -msgid "加速域名" -msgstr "加速されたドメイン名" - -#: inc/theme-options.php:437 inc/theme-options.php:510 -msgid "域名结尾不要添加 /" -msgstr "ドメイン名の末尾に追加しないでください /" - -#: inc/theme-options.php:438 -msgid "点击这里查询加速域名" -msgstr "アクセラレーション ドメイン名については、ここをクリックしてください" - -#: inc/theme-options.php:443 inc/theme-options.php:523 -msgid "AccessKey" -msgstr "アクセスキー" - -#: inc/theme-options.php:444 inc/theme-options.php:454 -#: inc/theme-options.php:524 inc/theme-options.php:534 -msgid "出于安全考虑,建议周期性地更换密钥" -msgstr "セキュリティ上の理由から、キーを定期的に交換することをお勧めします" - -#: inc/theme-options.php:445 -msgid "点击这里查询 AccessKey" -msgstr "AccessKey を照会するには、ここをクリックしてください" - -#: inc/theme-options.php:453 inc/theme-options.php:533 -msgid "SecretKey" -msgstr "シークレットキー" - -#: inc/theme-options.php:455 -msgid "点击这里查询 SecretKey" -msgstr "SecretKey については、ここをクリックしてください" - -#: inc/theme-options.php:472 -msgid "火山引擎 ImageX" -msgstr "火山エンジンImageX" - -#: inc/theme-options.php:483 -msgid "开启/关闭 火山引擎 ImageX" -msgstr "火山エンジンImageXのオン/オフを切り替える" - -#: inc/theme-options.php:490 -msgid "加速地域" -msgstr "エリアを高速化" - -#: inc/theme-options.php:491 -msgid "加速地域在创建服务的时候进行选择" -msgstr "サービスの作成時に地域の選択を高速化します" - -#: inc/theme-options.php:492 -msgid "点击这里查询加速地域" -msgstr "アクセラレーション ドメインについては、ここをクリックしてください" - -#: inc/theme-options.php:494 -msgid "国内" -msgstr "中国" - -#: inc/theme-options.php:495 -msgid "美东" -msgstr "メドン" - -#: inc/theme-options.php:496 -msgid "新加坡" -msgstr "シンガポール" - -#: inc/theme-options.php:502 -msgid "服务 ID" -msgstr "サービス ID" - -#: inc/theme-options.php:503 -msgid "服务 ID 可在图片服务管理中查看" -msgstr "サービス ID は、ピクチャ サービス管理で確認できます" - -#: inc/theme-options.php:504 -msgid "点击这里查询服务 ID" -msgstr "サービス IDについては、ここをクリックしてください" - -#: inc/theme-options.php:511 -msgid "点击这里查询加速域名" -msgstr "アクセラレーション ドメイン名については、ここをクリックしてください" - -#: inc/theme-options.php:516 -msgid "处理模板" -msgstr "テンプレートを処理します" - -#: inc/theme-options.php:517 -msgid "处理模板可在图片处理配置中查看" -msgstr "処理テンプレートは、画像処理構成で表示できます" - -#: inc/theme-options.php:518 -msgid "点击这里查询处理模板" -msgstr "ここをクリックして処理テンプレートを照会します" - -#: inc/theme-options.php:525 -msgid "点击这里查询 AccessKey" -msgstr "AccessKey を照会するには、ここをクリックしてください" - -#: inc/theme-options.php:535 -msgid "点击这里查询 SecretKey" -msgstr "SecretKey については、ここをクリックしてください" - -#: inc/theme-options.php:552 -msgid "收录配置" -msgstr "コレクション構成" - -#: inc/theme-options.php:558 -msgid "分享图片" -msgstr "画像を共有する" - -#: inc/theme-options.php:562 -msgid "用于搜索引擎或社交工具抓取时使用" -msgstr "検索エンジンやソーシャルツールのクロールに使用されます" - -#: inc/theme-options.php:568 -msgid "每个关键词之间需要用 , 分割" -msgstr "各キーワードは、分割する必要があります" - -#: inc/theme-options.php:573 -msgid "站点描述" -msgstr "サイトの説明" - -#: inc/theme-options.php:574 -msgid "网站首页的描述信息" -msgstr "サイトのフロント ページの説明情報" - -#: inc/theme-options.php:578 -msgid "统计代码" -msgstr "統計コード" - -#: inc/theme-options.php:579 -msgid "输入代码时请注意辨别代码安全性" -msgstr "コードを入力するときは、コードのセキュリティを識別することに注意してください" - -#: inc/theme-options.php:594 -msgid "robots.txt 配置" -msgstr "ロボッツテキスト設定" - -#: inc/theme-options.php:598 -msgid "- 需要 " -msgstr "- ひつよう " - -#: inc/theme-options.php:598 -msgid "设置-阅读-对搜索引擎的可见性" -msgstr "設定 - 読み取り - 検索エンジンへの表示" - -#: inc/theme-options.php:598 -msgid " 是开启的状态,以下配置才会生效" -msgstr " 次の構成が有効になるまで有効になりません" - -#: inc/theme-options.php:598 -msgid "- 如果网站根目录下已经有 robots.txt 文件,下面的配置不会生效" -msgstr "- サイトのルートにすでに robots.txt ファイルがある場合、以下の設定は有効になりません" - -#: inc/theme-options.php:598 -msgid "- 点击 " -msgstr "- 戞戞 " - -#: inc/theme-options.php:598 -msgid " 查看配置是否生效,如果网站开启了 CDN,可能需要刷新缓存才会生效" -msgstr " サイトがCDNを有効にしている場合、設定が有効になる前にキャッシュを更新する必要があるかもしれません" - -#: inc/theme-options.php:613 -msgid "文章配置" -msgstr "記事の構成" - -#: inc/theme-options.php:619 -msgid "网易云音乐" -msgstr "NetEase.comまたはNetEase Cloud Music、ウェブベースの音楽サービス" - -#: inc/theme-options.php:620 -msgid "启用/禁用网易云音乐自动播放功能" -msgstr "NetEase Cloud ミュージックの自動再生を有効または無効にします" - -#: inc/theme-options.php:626 -msgid "附加功能" -msgstr "追加機能" - -#: inc/theme-options.php:627 -msgid "启用/禁用文章自动保存、修订版本功能" -msgstr "記事の自動保存、リビジョン機能を有効または無効にします" - -#: inc/theme-options.php:633 -msgid "页面布局" -msgstr "ページレイアウト" - -#: inc/theme-options.php:634 -msgid "差异在于侧边栏小工具,仅在文章页面生效" -msgstr "違いは、サイドバーガジェットは、記事のページでのみ有効です" - -#: inc/theme-options.php:647 -msgid "知识共享协议" -msgstr "ナレッジシェアリングアグリーメント" - -#: inc/theme-options.php:653 -msgid "开启/关闭 知识共享协议" -msgstr "クリエイティブ・コモンズ・アグリーメントのオン/オフを切り替えます" - -#: inc/theme-options.php:660 -msgid "协议名称" -msgstr "プロトコル名" - -#: inc/theme-options.php:661 -msgid "选择文章的知识共享协议" -msgstr "記事のクリエイティブ・コモンズプロトコルを選択" - -#: inc/theme-options.php:663 single.php:118 -msgid "知识共享署名 4.0 国际许可协议" -msgstr "クリエイティブ・コモンズ 表示 4.0 国際ライセンス" - -#: inc/theme-options.php:664 single.php:119 -msgid "知识共享署名-非商业性使用 4.0 国际许可协议" -msgstr "クリエイティブ・コモンズ 表示-非商用利用 4.0 国際ライセンス" - -#: inc/theme-options.php:665 single.php:120 -msgid "知识共享署名-禁止演绎 4.0 国际许可协议" -msgstr "クリエイティブ・コモンズ 表示なし 4.0 国際ライセンス" - -#: inc/theme-options.php:666 single.php:121 -msgid "知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议" -msgstr "クリエイティブ・コモンズ 表示-非商用利用-無差別4.0国際ライセンス" - -#: inc/theme-options.php:667 single.php:122 -msgid "知识共享署名-相同方式共享 4.0 国际许可协议" -msgstr "クリエイティブ・コモンズ 表示-継承 4.0 国際ライセンス" - -#: inc/theme-options.php:668 single.php:123 -msgid "知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议" -msgstr "クリエイティブ・コモンズ 表示-非商用利用-シェアライク 4.0 国際ライセンス" - -#: inc/theme-options.php:683 -msgid "文章 HOT 标签" -msgstr "記事 HOT ラベル" - -#: inc/theme-options.php:688 -msgid "评论数" -msgstr "コメントの数" - -#: inc/theme-options.php:689 -msgid "填写显示 HOT 标签需要的评论数" -msgstr "HOTタグを表示するために必要なコメント数を記入する" - -#: inc/theme-options.php:694 -msgid "点赞数" -msgstr "いいね!" - -#: inc/theme-options.php:695 -msgid "填写显示 HOT 标签需要的点赞数" -msgstr "HOTタグを表示するために必要な「いいね!」の数を入力します" - -#: inc/theme-options.php:709 -msgid "文章打赏" -msgstr "記事の報酬" - -#: inc/theme-options.php:715 -msgid "开启/关闭 文章打赏" -msgstr "記事の報酬をオン/オフします" - -#: inc/theme-options.php:729 -msgid "支付宝二维码" -msgstr "アリペイQRコード" - -#: inc/theme-options.php:744 -msgid "邮件配置" -msgstr "メールの設定" - -#: inc/theme-options.php:750 -msgid "SMTP 服务" -msgstr "SMTPサービス" - -#: inc/theme-options.php:751 -msgid "启用/禁用 SMTP 服务" -msgstr "SMTP サービスを有効または無効にします" - -#: inc/theme-options.php:757 -msgid "邮件服务器" -msgstr "メールサーバー" - -#: inc/theme-options.php:758 -msgid "填写发件服务器地址" -msgstr "送信サーバーのアドレスを入力します" - -#: inc/theme-options.php:759 -msgid "smtp.example.com" -msgstr "smtp.example.com" - -#: inc/theme-options.php:764 -msgid "服务器端口" -msgstr "サーバーポート" - -#: inc/theme-options.php:765 -msgid "填写发件服务器端口" -msgstr "送信サーバーのポートを入力します" - -#: inc/theme-options.php:766 -msgid "465" -msgstr "465" - -#: inc/theme-options.php:771 -msgid "授权方式" -msgstr "認証方法" - -#: inc/theme-options.php:772 -msgid "填写登录鉴权的方式" -msgstr "ログインの認証方法を入力します" - -#: inc/theme-options.php:773 -msgid "ssl" -msgstr "ssl" - -#: inc/theme-options.php:778 -msgid "邮箱帐号" -msgstr "メールアカウント" - -#: inc/theme-options.php:779 -msgid "填写邮箱账号" -msgstr "メールアカウントを記入" - -#: inc/theme-options.php:780 -msgid "user@example.com" -msgstr "user@example.com" - -#: inc/theme-options.php:785 -msgid "邮箱密码" -msgstr "メールボックスのパスワード" - -#: inc/theme-options.php:786 -msgid "填写邮箱密码" -msgstr "メールのパスワードを入力してください" - -#: inc/theme-options.php:796 -msgid "顶部配置" -msgstr "トップ構成" - -#: inc/theme-options.php:802 inc/theme-options.php:808 -msgid "图片导航" -msgstr "イメージナビゲーション" - -#: inc/theme-options.php:809 -msgid "启用/禁用 图片导航" -msgstr "画像ナビゲーションを有効/無効にします" - -#: inc/theme-options.php:815 -msgid "顶部图片" -msgstr "トップ画像" - -#: inc/theme-options.php:823 -msgid "图片标题" -msgstr "画像のタイトル" - -#. Theme Name of the plugin/theme -#: inc/theme-options.php:824 -msgid "Kratos" -msgstr "クレイトス" - -#: inc/theme-options.php:829 -msgid "标题描述" -msgstr "タイトルの説明" - -#: inc/theme-options.php:837 inc/theme-options.php:844 -msgid "颜色导航" -msgstr "カラーナビゲーション" - -#: inc/theme-options.php:851 -msgid "页脚配置" -msgstr "フッターの構成" - -#: inc/theme-options.php:857 -msgid "社交图标" -msgstr "ソーシャル アイコン" - -#: inc/theme-options.php:866 -msgid "国内平台" -msgstr "国内プラットフォーム" - -#: inc/theme-options.php:871 -msgid "新浪微博" -msgstr "新浪微博" - -#: inc/theme-options.php:872 -msgid "https://weibo.com/xxxxx" -msgstr "https://weibo.com/xxxxx" - -#: inc/theme-options.php:877 -msgid "哔哩哔哩" -msgstr "ベージュベージュ" - -#: inc/theme-options.php:878 -msgid "https://space.bilibili.com/xxxxx" -msgstr "https://space.bilibili.com/xxxxx" - -#: inc/theme-options.php:883 -msgid "CODING" -msgstr "コーディング" - -#: inc/theme-options.php:884 -msgid "https://xxxxx.coding.net/u/xxxxx" -msgstr "https://xxxxx.coding.net/u/xxxxx" - -#: inc/theme-options.php:889 -msgid "码云" -msgstr "ヤードクラウド" - -#: inc/theme-options.php:890 -msgid "https://gitee.com/xxxxx" -msgstr "https://gitee.com/xxxxx" - -#: inc/theme-options.php:895 -msgid "豆瓣" -msgstr "ポッド" - -#: inc/theme-options.php:896 -msgid "https://www.douban.com/people/xxxxx" -msgstr "https://www.douban.com/people/xxxxx" - -#: inc/theme-options.php:906 -msgid "海外平台" -msgstr "海外プラットフォーム" - -#: inc/theme-options.php:911 -msgid "Twitter" -msgstr "ツイッター" - -#: inc/theme-options.php:912 -msgid "https://twitter.com/xxxxx" -msgstr "https://twitter.com/xxxxx" - -#: inc/theme-options.php:917 -msgid "Telegram" -msgstr "電報" - -#: inc/theme-options.php:918 -msgid "https://t.me/xxxxx" -msgstr "https://t.me/xxxxx" - -#: inc/theme-options.php:923 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: inc/theme-options.php:924 -msgid "https://www.linkedin.com/in/xxxxx" -msgstr "https://www.linkedin.com/in/xxxxx" - -#: inc/theme-options.php:929 -msgid "YouTube" -msgstr "ユーチューブ" - -#: inc/theme-options.php:930 -msgid "https://www.youtube.com/channel/xxxxx" -msgstr "https://www.youtube.com/channel/xxxxx" - -#: inc/theme-options.php:935 -msgid "Github" -msgstr "Github" - -#: inc/theme-options.php:936 -msgid "https://github.com/xxxxx" -msgstr "https://github.com/xxxxx" - -#: inc/theme-options.php:941 -msgid "Stack Overflow" -msgstr "スタックオーバーフロー" - -#: inc/theme-options.php:942 -msgid "https://stackoverflow.com/users/xxxxx" -msgstr "https://stackoverflow.com/users/xxxxx" - -#: inc/theme-options.php:952 -msgid "其他" -msgstr "その他" - -#: inc/theme-options.php:957 -msgid "电子邮箱" -msgstr "メールアドレス" - -#: inc/theme-options.php:958 -msgid "mailto:xxxxx@example.com" -msgstr "mailto:xxxxx@example.com" - -#: inc/theme-options.php:981 -msgid "备案信息" -msgstr "ファイリング情報" - -#: inc/theme-options.php:987 -msgid "工信部备案信息" -msgstr "MIITファイリング情報" - -#: inc/theme-options.php:988 -msgid "由工业和信息化部政务服务平台提供" -msgstr "産業情報技術省の政府サービスプラットフォームによって提供されます" - -#: inc/theme-options.php:989 -msgid "冀ICP证XXXXXX号" -msgstr "YIP証明書XXXXXX番号" - -#: inc/theme-options.php:994 -msgid "公安备案信息" -msgstr "公安記録情報" - -#: inc/theme-options.php:995 inc/theme-options.php:1002 -msgid "由全国互联网安全管理服务平台提供" -msgstr "全国インターネットセキュリティ管理サービスプラットフォームによって提供されます" - -#: inc/theme-options.php:996 -msgid "冀公网安备 XXXXXXXXXXXXX 号" -msgstr "XXXXXXXXXXXXX 番号は、パブリック ネットワークにセキュリティで保護されています" - -#: inc/theme-options.php:1001 -msgid "公安备案链接" -msgstr "公安ファイリングリンク" - -#: inc/theme-options.php:1003 -msgid "http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=xxxxx" -msgstr "http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=xxxxx" - -#: inc/theme-options.php:1010 inc/theme-options.php:1016 -msgid "版权信息" -msgstr "著作権情報" - -#: inc/theme-options.php:1024 -msgid "广告配置" -msgstr "広告構成" - -#: inc/theme-options.php:1030 -msgid "文章广告" -msgstr "記事の広告" - -#: inc/theme-options.php:1045 inc/theme-options.php:1084 -msgid "仅用于识别广告内容,可以作为备注使用" -msgstr "広告コンテンツの識別のみを目的としており、メモとして使用できます" - -#: inc/theme-options.php:1065 inc/theme-options.php:1104 -msgid "开启/关闭此条广告" -msgstr "この広告のオン/オフを切り替える" - -#: inc/theme-options.php:1115 -msgid "备份恢复" -msgstr "バックアップの復元" - -#: inc/theme-options.php:1125 -msgid "关于主题" -msgstr "テーマについて" - -#: inc/theme-options.php:1130 -msgid "基础信息" -msgstr "基本情報" - -#: inc/theme-options.php:1135 -msgid "提示:在反馈主题相关的问题时,请同时复制并提交下面的内容。" -msgstr "ヒント: トピックに関連する質問をフィードバックする場合は、以下の内容もコピーして送信してください。" - -#: inc/theme-options.php:1139 -msgid "PHP 版本:" -msgstr "PHPのバージョン:" - -#: inc/theme-options.php:1139 -msgid "Kratos 版本:" -msgstr "クレイトス編:" - -#: inc/theme-options.php:1139 -msgid "WordPress 版本:" -msgstr "WordPressのバージョン:" - -#: inc/theme-options.php:1139 -msgid "User Agent 信息:" -msgstr "ユーザーエージェント情報です:" - -#: inc/theme-options.php:1144 -msgid "资料文档" -msgstr "情報文書" - -#: inc/theme-options.php:1148 -msgid "说明文档:" -msgstr "指示書:" - -#: inc/theme-options.php:1148 -msgid "讨论反馈:" -msgstr "ディスカッションフィードバック:" - -#: inc/theme-options.php:1148 -msgid "常见问题:" -msgstr "よくある質問:" - -#: inc/theme-options.php:1148 -msgid "更新日志:" -msgstr "ログを更新します:" - -#: inc/theme-options.php:1148 -msgid "捐赠记录:" -msgstr "寄付記録:" - -#: inc/theme-options.php:1152 -msgid "版权声明" -msgstr "著作権について" - -#: inc/theme-options.php:1156 -msgid "主题源码使用 GPL-3.0 协议 进行许可,说明文档使用 CC BY-NC-ND 4.0 进行许可。" -msgstr "トピック ソースは GPL-3.0 プロトコル を使用してライセンスされ、ドキュメントは CC BY-NC-ND 4.0 でライセンスされています。" - -#: inc/theme-options.php:1160 -msgid "讨论交流" -msgstr "議論と交流" - -#: inc/theme-options.php:1168 -msgid "打赏支持" -msgstr "報酬サポート" - -#: inc/theme-setting.php:23 -#, php-format -msgid "第 %s 页" -msgstr "ページ%s" - -#: inc/theme-shortcode.php:106 inc/theme-shortcode.php:118 -#: inc/theme-shortcode.php:130 inc/theme-shortcode.php:142 -#: inc/theme-shortcode.php:218 -msgid "标题内容" -msgstr "タイトル内容" - -#: inc/theme-shortcode.php:181 -msgid "温馨提示:此处内容已隐藏,回复后刷新页面即可查看!" -msgstr "暖かいヒント:ここのコンテンツは隠されています、返信してページを更新すると表示されます!" - -#: inc/theme-smtp.php:39 -msgid "[通知]您的留言已经通过审核" -msgstr "お知らせ】あなたのメッセージは承認されました" - -#: inc/theme-smtp.php:47 inc/theme-smtp.php:97 -msgid "您好," -msgstr "こんにちは," - -#: inc/theme-smtp.php:48 -msgid "您的留言已经通过了管理员的审核,摘要信息如下:" -msgstr "あなたのメッセージは管理者によってレビューされ、要約メッセージは以下の通りです:" - -#: inc/theme-smtp.php:52 -msgid "文章" -msgstr "ブログ" - -#: inc/theme-smtp.php:53 -msgid "内容" -msgstr "コンテンツ" - -#: inc/theme-smtp.php:54 inc/theme-smtp.php:105 -msgid "操作" -msgstr "操作" - -#: inc/theme-smtp.php:66 inc/theme-smtp.php:118 -msgid "该邮件由系统自动发出,如果不是您本人操作,请忽略此邮件。" -msgstr "このメールはシステムから自動送信されますので、作業をしている方以外は無視してください。" - -#: inc/theme-smtp.php:89 -msgid "[通知]您的留言有了新的回复" -msgstr "お知らせ] あなたのメッセージには新しい応答があります" - -#: inc/theme-smtp.php:98 -msgid "您的留言有了新的回复,摘要信息如下:" -msgstr "あなたのメッセージには新たな返信があり、概要情報は以下の通りです:" - -#: inc/theme-smtp.php:102 -msgid "原文" -msgstr "げんぶん" - -#: inc/theme-smtp.php:104 -msgid "作者" -msgstr "著作者" - -#: inc/theme-smtp.php:113 -msgid "查看回复" -msgstr "返信を見る" - -#: inc/theme-widgets.php:14 -msgid "主页侧边栏" -msgstr "ホームサイドバー" - -#: inc/theme-widgets.php:22 -msgid "文章侧边栏" -msgstr "記事のサイドバー" - -#: inc/theme-widgets.php:30 -msgid "页面侧边栏" -msgstr "ページサイドバー" - -#: inc/theme-widgets.php:62 inc/theme-widgets.php:71 -msgid "篇" -msgstr "編" - -#: inc/theme-widgets.php:104 -msgid "刚刚" -msgstr "たった今" - -#: inc/theme-widgets.php:106 -msgid " 年前" -msgstr " 年前" - -#: inc/theme-widgets.php:107 -msgid " 个月前" -msgstr " ひと月前" - -#: inc/theme-widgets.php:108 -msgid " 周前" -msgstr " 週間前" - -#: inc/theme-widgets.php:109 -msgid " 天前" -msgstr " 日前" - -#: inc/theme-widgets.php:110 -msgid " 小时前" -msgstr " 時前" - -#: inc/theme-widgets.php:111 -msgid " 分钟前" -msgstr " 分前" - -#: inc/theme-widgets.php:112 -msgid " 秒前" -msgstr " さきほど" - -#: inc/theme-widgets.php:148 -msgid "匿名" -msgstr "匿名" - -#: inc/theme-widgets.php:153 -msgid "发布于 " -msgstr "掲示されています " - -#: inc/theme-widgets.php:153 -msgid "m月d日" -msgstr "エムディー" - -#: inc/theme-widgets.php:169 -msgid "A search form for your site." -msgstr "あなたのサイトの検索フォームです。" - -#: inc/theme-widgets.php:172 -msgctxt "Search widget" -msgid "Search" -msgstr "検索" - -#: inc/theme-widgets.php:184 -msgid "搜索" -msgstr "検索" - -#: inc/theme-widgets.php:193 -msgid "Title:" -msgstr "タイトルです:" - -#: inc/theme-widgets.php:213 -msgid "图片广告" -msgstr "写真広告" - -#: inc/theme-widgets.php:214 -msgid "显示自定义图片广告的工具" -msgstr "カスタム画像広告を表示するためのツール" - -#: inc/theme-widgets.php:230 inc/theme-widgets.php:252 -msgid "广告" -msgstr "宣伝" - -#: inc/theme-widgets.php:258 -msgid "副标题:" -msgstr "字幕です:" - -#: inc/theme-widgets.php:262 -msgid "链接地址:" -msgstr "リンクアドレスです:" - -#: inc/theme-widgets.php:266 -msgid "广告图片:" -msgstr "広告のイメージ:" - -#: inc/theme-widgets.php:268 inc/theme-widgets.php:338 -msgid "选择图片" -msgstr "画像を選択" - -#: inc/theme-widgets.php:282 -msgid "个人简介" -msgstr "じこじょうほうじん" - -#: inc/theme-widgets.php:283 -msgid "站长个人简介的展示工具" -msgstr "ウェブマスタープロフィール表示ツール" - -#: inc/theme-widgets.php:299 pages/page-toolbar.php:14 -msgid "这个人很懒,什么都没留下" -msgstr "その男は怠け者で何も残っていない" - -#: inc/theme-widgets.php:336 -msgid "背景图片:" -msgstr "背景画像:" - -#: inc/theme-widgets.php:350 inc/theme-widgets.php:374 -msgid "标签聚合" -msgstr "タグアグリゲーション" - -#: inc/theme-widgets.php:351 -msgid "文章标签的展示工具" -msgstr "記事タグの表示ツール" - -#: inc/theme-widgets.php:397 -msgid "显示数量:" -msgstr "表示件数:" - -#: inc/theme-widgets.php:401 -msgid "显示排序:" -msgstr "並べ替えを表示します:" - -#: inc/theme-widgets.php:403 -msgid "降序" -msgstr "降順" - -#: inc/theme-widgets.php:404 -msgid "升序" -msgstr "昇順" - -#: inc/theme-widgets.php:405 inc/theme-widgets.php:436 -#: inc/theme-widgets.php:441 inc/theme-widgets.php:496 -msgid "随机" -msgstr "ランダム" - -#: inc/theme-widgets.php:418 -msgid "文章聚合" -msgstr "記事のシンジケーション" - -#: inc/theme-widgets.php:419 -msgid "展示最热、随机、最新文章的工具" -msgstr "話題の記事、ランダムな記事、最新の記事を紹介するツール" - -#: inc/theme-widgets.php:434 inc/theme-widgets.php:439 -#: inc/theme-widgets.php:494 -msgid "最新" -msgstr "最新" - -#: inc/theme-widgets.php:435 inc/theme-widgets.php:440 -#: inc/theme-widgets.php:495 -msgid "热点" -msgstr "ホットスポット" - -#: inc/theme-widgets.php:484 inc/theme-widgets.php:547 -msgid "展示数量:" -msgstr "表示件数:" - -#: inc/theme-widgets.php:488 -msgid "统计天数:" -msgstr "カウントした日数:" - -#: inc/theme-widgets.php:492 -msgid "默认显示:" -msgstr "デフォルトの表示:" - -#: inc/theme-widgets.php:509 inc/theme-widgets.php:519 -#: inc/theme-widgets.php:539 -msgid "最近评论" -msgstr "最近のコメント" - -#: inc/theme-widgets.php:510 -msgid "展示站点最近的评论" -msgstr "サイトの最近のレビューを表示する" - -#: inc/theme-widgets.php:543 -msgid "栏目标题:" -msgstr "コラムのタイトルです:" - -#: inc/theme-widgets.php:562 -msgid "文章目录" -msgstr "記事のディレクトリ" - -#: inc/theme-widgets.php:563 -msgid "仅在有目录规则的文章中显示目录的工具" -msgstr "カタログ ルールのある記事にのみ目次を表示するツール" - -#: index.php:19 -msgid "搜索内容:" -msgstr "検索してみてください:" - -#: index.php:32 -msgid "很抱歉,没有找到任何内容" -msgstr "すみません、何も見つかりませんでした" - -#: page.php:29 single.php:85 -msgid "上一页" -msgstr "ぜんページ" - -#: page.php:48 single.php:104 -msgid "下一页" -msgstr "次のページ" - -#: pages/page-content.php:34 -msgid "页面" -msgstr "ページ" - -#: pages/page-content.php:47 single.php:62 -msgid "条评论" -msgstr "記事コメント" - -#: pages/page-content.php:51 single.php:54 -msgid "点热度" -msgstr "ねつてん" - -#: pages/page-content.php:57 single.php:60 -msgid "人点赞" -msgstr "お気に召す" - -#: pages/page-content.php:61 -msgid "阅读全文" -msgstr "続きを読む" - -#: pages/page-toolbar.php:18 -msgid "打赏" -msgstr "お礼" - -#: pages/page-toolbar.php:20 -msgid "点赞" -msgstr "褒め称える" - -#: single.php:26 -msgid "首页" -msgstr "ホーム" - -#: single.php:46 -msgid "正文" -msgstr "主文" - -#: single.php:65 -msgid "编辑文章" -msgstr "記事の編集" - -#: single.php:126 -#, php-format -msgid "本作品采用 %s 进行许可" -msgstr "この作品は%sの下でライセンスされています" - -#: single.php:131 -msgid "标签:" -msgstr "タグ:" - -#: single.php:135 -msgid "暂无" -msgstr "使用不可" - -#: single.php:139 -msgid "最后更新:" -msgstr "最終更新日:" - -#: single.php:149 -msgid "< 上一篇" -msgstr "< 前へ" - -#: single.php:153 -msgid "下一篇 >" -msgstr "次のページ" - -#. Theme URI of the plugin/theme -msgid "https://github.com/vtrois/kratos" -msgstr "https://github.com/vtrois/kratos" - -#. Description of the plugin/theme -msgid "主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验,优化的邮件中心为你的网站留存加分添彩。" -msgstr "テーマは、自己出版ブログのニーズのための様々なサイドバーツールを提供し、複雑さを削除し、ユーザーの読書体験に焦点を当て、あなたのサイトの保持のために最適化されたメールセンターに加えて、色を追加します。" - -#. Author of the plugin/theme -msgid "Seaton Jiang" -msgstr "蒋シートン" - -#. Author URI of the plugin/theme -msgid "https://www.vtrois.com/" -msgstr "https://www.vtrois.com/" diff --git a/languages/kratos.pot b/languages/kratos.pot index 543190f..dcadc87 100644 --- a/languages/kratos.pot +++ b/languages/kratos.pot @@ -3,10 +3,10 @@ msgid "" msgstr "" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" "Project-Id-Version: Kratos\n" -"POT-Creation-Date: 2021-08-22 15:27+0800\n" -"PO-Revision-Date: 2020-02-14 23:32+0800\n" -"Last-Translator: \n" -"Language-Team: \n" +"POT-Creation-Date: 2022-01-26 01:07+0800\n" +"PO-Revision-Date: 2022-01-26 01:05+0800\n" +"Last-Translator: Seaton Jiang \n" +"Language-Team: Seaton Jiang \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -19,9 +19,10 @@ msgstr "" "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;" "_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n" "X-Poedit-SearchPath-0: .\n" -"X-Poedit-SearchPathExcluded-0: inc/codestar-framework\n" -"X-Poedit-SearchPathExcluded-1: inc/update-checker\n" -"X-Poedit-SearchPathExcluded-2: inc/volcengine-imagex\n" +"X-Poedit-SearchPathExcluded-0: *.min.js\n" +"X-Poedit-SearchPathExcluded-1: inc/codestar-framework\n" +"X-Poedit-SearchPathExcluded-2: inc/update-checker\n" +"X-Poedit-SearchPathExcluded-3: inc/volcengine-imagex\n" #: 404.php:19 msgid "很抱歉,你访问的页面不存在" @@ -80,7 +81,7 @@ msgstr "" msgid "搜点什么呢?" msgstr "" -#: header.php:75 inc/theme-options.php:830 +#: header.php:75 inc/theme-options.php:807 msgid "一款专注于用户阅读体验的响应式博客主题" msgstr "" @@ -108,7 +109,7 @@ msgstr "" msgid "描述" msgstr "" -#: inc/theme-article.php:429 inc/theme-options.php:567 +#: inc/theme-article.php:429 inc/theme-options.php:544 msgid "关键词" msgstr "" @@ -140,970 +141,970 @@ msgstr "" msgid "添加导航" msgstr "" -#: inc/theme-options.php:68 +#: inc/theme-options.php:45 msgid "主题设置" msgstr "" -#: inc/theme-options.php:81 +#: inc/theme-options.php:58 msgid "全站配置" msgstr "" -#: inc/theme-options.php:87 +#: inc/theme-options.php:64 msgid "功能配置" msgstr "" -#: inc/theme-options.php:93 +#: inc/theme-options.php:70 msgid "前台管理员导航" msgstr "" -#: inc/theme-options.php:94 +#: inc/theme-options.php:71 msgid "启用/禁用前台管理员导航" msgstr "" -#: inc/theme-options.php:100 +#: inc/theme-options.php:77 msgid "侧边栏后台入口" msgstr "" -#: inc/theme-options.php:101 +#: inc/theme-options.php:78 msgid "启用/禁用个人简介头像进入后台功能" msgstr "" -#: inc/theme-options.php:107 +#: inc/theme-options.php:84 msgid "侧边栏随动" msgstr "" -#: inc/theme-options.php:108 +#: inc/theme-options.php:85 msgid "启用/禁用小工具侧边栏随动功能" msgstr "" -#: inc/theme-options.php:114 +#: inc/theme-options.php:91 msgid "搜索增强" msgstr "" -#: inc/theme-options.php:115 +#: inc/theme-options.php:92 msgid "启用/禁用仅搜索文章标题" msgstr "" -#: inc/theme-options.php:121 +#: inc/theme-options.php:98 msgid "特色图片" msgstr "" -#: inc/theme-options.php:122 +#: inc/theme-options.php:99 msgid "启用/禁用文章特色图片" msgstr "" -#: inc/theme-options.php:128 +#: inc/theme-options.php:105 msgid "哀悼功能" msgstr "" -#: inc/theme-options.php:129 +#: inc/theme-options.php:106 msgid "启用/禁用站点首页黑白功能" msgstr "" -#: inc/theme-options.php:135 +#: inc/theme-options.php:112 msgid "CSS 动画库" msgstr "" -#: inc/theme-options.php:136 +#: inc/theme-options.php:113 msgid "启用/禁用 animate.css 效果" msgstr "" -#: inc/theme-options.php:142 +#: inc/theme-options.php:119 msgid "Font Awesome" msgstr "" -#: inc/theme-options.php:143 +#: inc/theme-options.php:120 msgid "启用/禁用 Font Awesome Free 字体" msgstr "" -#: inc/theme-options.php:149 +#: inc/theme-options.php:126 msgid "静态资源加速" msgstr "" -#: inc/theme-options.php:150 +#: inc/theme-options.php:127 msgid "启用/禁用静态资源加速" msgstr "" -#: inc/theme-options.php:156 -msgid "Gravatar 加速" -msgstr "" - -#: inc/theme-options.php:157 -msgid "启用/禁用 Gravatar 头像加速" -msgstr "" - -#: inc/theme-options.php:163 +#: inc/theme-options.php:133 msgid "自定义图片类型的文件名" msgstr "" -#: inc/theme-options.php:164 +#: inc/theme-options.php:134 msgid "启用/禁用 图片类型的文件名改为 MD5 值" msgstr "" -#: inc/theme-options.php:170 +#: inc/theme-options.php:140 msgid "禁止生成缩略图" msgstr "" -#: inc/theme-options.php:171 +#: inc/theme-options.php:141 msgid "启用/禁用生成多种尺寸图片资源" msgstr "" -#: inc/theme-options.php:177 +#: inc/theme-options.php:147 msgid "Gutenberg 编辑器" msgstr "" -#: inc/theme-options.php:178 +#: inc/theme-options.php:148 msgid "启用/禁用 Gutenberg 编辑器" msgstr "" -#: inc/theme-options.php:184 +#: inc/theme-options.php:154 msgid "文章简介缩略" msgstr "" -#: inc/theme-options.php:185 +#: inc/theme-options.php:155 msgid "文章简介显示的字符数量" msgstr "" -#: inc/theme-options.php:194 +#: inc/theme-options.php:161 +msgid "Gravatar 加速" +msgstr "" + +#: inc/theme-options.php:162 +msgid "自定义 Gravatar 头像加速地址" +msgstr "" + +#: inc/theme-options.php:171 msgid "附件重命名" msgstr "" -#: inc/theme-options.php:199 inc/theme-options.php:234 -#: inc/theme-options.php:337 inc/theme-options.php:421 -#: inc/theme-options.php:482 inc/theme-options.php:652 -#: inc/theme-options.php:714 inc/theme-options.php:1064 -#: inc/theme-options.php:1103 +#: inc/theme-options.php:176 inc/theme-options.php:211 +#: inc/theme-options.php:314 inc/theme-options.php:398 +#: inc/theme-options.php:459 inc/theme-options.php:629 +#: inc/theme-options.php:691 inc/theme-options.php:1041 +#: inc/theme-options.php:1080 msgid "功能开关" msgstr "" -#: inc/theme-options.php:200 +#: inc/theme-options.php:177 msgid "开启/关闭附件重命名" msgstr "" -#: inc/theme-options.php:201 inc/theme-options.php:236 -#: inc/theme-options.php:339 inc/theme-options.php:423 -#: inc/theme-options.php:484 inc/theme-options.php:654 -#: inc/theme-options.php:716 inc/theme-options.php:1066 -#: inc/theme-options.php:1105 +#: inc/theme-options.php:178 inc/theme-options.php:213 +#: inc/theme-options.php:316 inc/theme-options.php:400 +#: inc/theme-options.php:461 inc/theme-options.php:631 +#: inc/theme-options.php:693 inc/theme-options.php:1043 +#: inc/theme-options.php:1082 msgid "开启" msgstr "" -#: inc/theme-options.php:202 inc/theme-options.php:237 -#: inc/theme-options.php:340 inc/theme-options.php:424 -#: inc/theme-options.php:485 inc/theme-options.php:655 -#: inc/theme-options.php:717 inc/theme-options.php:1067 -#: inc/theme-options.php:1106 +#: inc/theme-options.php:179 inc/theme-options.php:214 +#: inc/theme-options.php:317 inc/theme-options.php:401 +#: inc/theme-options.php:462 inc/theme-options.php:632 +#: inc/theme-options.php:694 inc/theme-options.php:1044 +#: inc/theme-options.php:1083 msgid "关闭" msgstr "" -#: inc/theme-options.php:207 +#: inc/theme-options.php:184 msgid "文件前缀" msgstr "" -#: inc/theme-options.php:208 +#: inc/theme-options.php:185 msgid "前缀与文件名之间会用 - 连接" msgstr "" -#: inc/theme-options.php:213 +#: inc/theme-options.php:190 msgid "文件类型" msgstr "" -#: inc/theme-options.php:214 +#: inc/theme-options.php:191 msgid "每个类型之间用 | 隔开" msgstr "" -#: inc/theme-options.php:229 inc/theme-options.php:722 +#: inc/theme-options.php:206 inc/theme-options.php:699 msgid "微信二维码" msgstr "" -#: inc/theme-options.php:235 +#: inc/theme-options.php:212 msgid "开启/关闭微信二维码" msgstr "" -#: inc/theme-options.php:242 +#: inc/theme-options.php:219 msgid "二维码图片" msgstr "" -#: inc/theme-options.php:245 +#: inc/theme-options.php:222 msgid "浮动显示在页面右下角" msgstr "" -#: inc/theme-options.php:258 +#: inc/theme-options.php:235 msgid "颜色配置" msgstr "" -#: inc/theme-options.php:265 +#: inc/theme-options.php:242 msgid "全站背景颜色" msgstr "" -#: inc/theme-options.php:266 +#: inc/theme-options.php:243 msgid "全站页面的背景颜色" msgstr "" -#: inc/theme-options.php:272 +#: inc/theme-options.php:249 msgid "Chrome 导航栏颜色" msgstr "" -#: inc/theme-options.php:273 +#: inc/theme-options.php:250 msgid "移动端 Chrome 浏览器导航栏颜色" msgstr "" -#: inc/theme-options.php:280 +#: inc/theme-options.php:257 msgid "图片配置" msgstr "" -#: inc/theme-options.php:286 +#: inc/theme-options.php:263 msgid "站点 Logo" msgstr "" -#: inc/theme-options.php:289 +#: inc/theme-options.php:266 msgid "不上传图片则显示站点标题" msgstr "" -#: inc/theme-options.php:294 +#: inc/theme-options.php:271 msgid "Favicon 图标" msgstr "" -#: inc/theme-options.php:297 +#: inc/theme-options.php:274 msgid "浏览器收藏夹和地址栏中显示的图标" msgstr "" -#: inc/theme-options.php:302 +#: inc/theme-options.php:279 msgid "404 页面图片" msgstr "" -#: inc/theme-options.php:306 +#: inc/theme-options.php:283 msgid "图片显示出来是 404 的形状" msgstr "" -#: inc/theme-options.php:311 +#: inc/theme-options.php:288 msgid "无内容图片" msgstr "" -#: inc/theme-options.php:315 +#: inc/theme-options.php:292 msgid "当搜索不到文章或分类没有文章时显示" msgstr "" -#: inc/theme-options.php:320 +#: inc/theme-options.php:297 msgid "默认特色图" msgstr "" -#: inc/theme-options.php:324 +#: inc/theme-options.php:301 msgid "当文章中没有图片且没有特色图时显示" msgstr "" -#: inc/theme-options.php:331 +#: inc/theme-options.php:308 msgid "首页轮播" msgstr "" -#: inc/theme-options.php:338 +#: inc/theme-options.php:315 msgid "开启/关闭首页轮播功能" msgstr "" -#: inc/theme-options.php:354 inc/theme-options.php:1044 -#: inc/theme-options.php:1083 +#: inc/theme-options.php:331 inc/theme-options.php:1021 +#: inc/theme-options.php:1060 msgid "唯一标识" msgstr "" -#: inc/theme-options.php:355 +#: inc/theme-options.php:332 msgid "仅用于轮播标识,可以作为备注使用" msgstr "" -#: inc/theme-options.php:360 inc/theme-options.php:1050 -#: inc/theme-options.php:1089 +#: inc/theme-options.php:337 inc/theme-options.php:1027 +#: inc/theme-options.php:1066 msgid "轮播图片" msgstr "" -#: inc/theme-options.php:361 inc/theme-options.php:1051 -#: inc/theme-options.php:1090 +#: inc/theme-options.php:338 inc/theme-options.php:1028 +#: inc/theme-options.php:1067 msgid "可以直接填写图片链接,也可以上传图片" msgstr "" -#: inc/theme-options.php:368 inc/theme-options.php:1058 -#: inc/theme-options.php:1097 +#: inc/theme-options.php:345 inc/theme-options.php:1035 +#: inc/theme-options.php:1074 msgid "网址链接" msgstr "" -#: inc/theme-options.php:369 inc/theme-options.php:1059 -#: inc/theme-options.php:1098 +#: inc/theme-options.php:346 inc/theme-options.php:1036 +#: inc/theme-options.php:1075 msgid "需要填写完整的链接地址,包含协议头" msgstr "" -#: inc/theme-options.php:374 +#: inc/theme-options.php:351 msgid "轮播标题" msgstr "" -#: inc/theme-options.php:375 inc/theme-options.php:381 +#: inc/theme-options.php:352 inc/theme-options.php:358 msgid "选填项目,如果不填则不显示" msgstr "" -#: inc/theme-options.php:380 +#: inc/theme-options.php:357 msgid "轮播简介" msgstr "" -#: inc/theme-options.php:387 +#: inc/theme-options.php:364 msgid "文字颜色" msgstr "" -#: inc/theme-options.php:388 +#: inc/theme-options.php:365 msgid "轮播标题和简介的颜色" msgstr "" -#: inc/theme-options.php:397 +#: inc/theme-options.php:374 msgid "第三方配置" msgstr "" -#: inc/theme-options.php:411 +#: inc/theme-options.php:388 msgid "DogeCloud 云存储" msgstr "" -#: inc/theme-options.php:422 +#: inc/theme-options.php:399 msgid "开启/关闭 DogeCloud 云存储" msgstr "" -#: inc/theme-options.php:429 +#: inc/theme-options.php:406 msgid "空间名称" msgstr "" -#: inc/theme-options.php:430 +#: inc/theme-options.php:407 msgid "空间名称可在空间基本信息中查看" msgstr "" -#: inc/theme-options.php:431 +#: inc/theme-options.php:408 msgid "" "点击这" "里查询空间名称" msgstr "" -#: inc/theme-options.php:436 inc/theme-options.php:509 +#: inc/theme-options.php:413 inc/theme-options.php:486 msgid "加速域名" msgstr "" -#: inc/theme-options.php:437 inc/theme-options.php:510 +#: inc/theme-options.php:414 inc/theme-options.php:487 msgid "域名结尾不要添加 /" msgstr "" -#: inc/theme-options.php:438 +#: inc/theme-options.php:415 msgid "" "点击这" "里查询加速域名" msgstr "" -#: inc/theme-options.php:443 inc/theme-options.php:523 +#: inc/theme-options.php:420 inc/theme-options.php:500 msgid "AccessKey" msgstr "" -#: inc/theme-options.php:444 inc/theme-options.php:454 -#: inc/theme-options.php:524 inc/theme-options.php:534 +#: inc/theme-options.php:421 inc/theme-options.php:431 +#: inc/theme-options.php:501 inc/theme-options.php:511 msgid "出于安全考虑,建议周期性地更换密钥" msgstr "" -#: inc/theme-options.php:445 +#: inc/theme-options.php:422 msgid "" -"点击" -"这里查询 AccessKey" +"点击这" +"里查询 AccessKey" msgstr "" -#: inc/theme-options.php:453 inc/theme-options.php:533 +#: inc/theme-options.php:430 inc/theme-options.php:510 msgid "SecretKey" msgstr "" -#: inc/theme-options.php:455 +#: inc/theme-options.php:432 msgid "" -"点击" -"这里查询 SecretKey" +"点击这" +"里查询 SecretKey" msgstr "" -#: inc/theme-options.php:472 +#: inc/theme-options.php:449 msgid "火山引擎 ImageX" msgstr "" -#: inc/theme-options.php:483 +#: inc/theme-options.php:460 msgid "开启/关闭 火山引擎 ImageX" msgstr "" -#: inc/theme-options.php:490 +#: inc/theme-options.php:467 msgid "加速地域" msgstr "" -#: inc/theme-options.php:491 +#: inc/theme-options.php:468 msgid "加速地域在创建服务的时候进行选择" msgstr "" -#: inc/theme-options.php:492 +#: inc/theme-options.php:469 msgid "" "点击这里查询加速地域" msgstr "" -#: inc/theme-options.php:494 +#: inc/theme-options.php:471 msgid "国内" msgstr "" -#: inc/theme-options.php:495 +#: inc/theme-options.php:472 msgid "美东" msgstr "" -#: inc/theme-options.php:496 +#: inc/theme-options.php:473 msgid "新加坡" msgstr "" -#: inc/theme-options.php:502 +#: inc/theme-options.php:479 msgid "服务 ID" msgstr "" -#: inc/theme-options.php:503 +#: inc/theme-options.php:480 msgid "服务 ID 可在图片服务管理中查看" msgstr "" -#: inc/theme-options.php:504 +#: inc/theme-options.php:481 msgid "" "点击这里查询服务 ID" msgstr "" -#: inc/theme-options.php:511 +#: inc/theme-options.php:488 msgid "" "点击这里查询加速域名" msgstr "" -#: inc/theme-options.php:516 +#: inc/theme-options.php:493 msgid "处理模板" msgstr "" -#: inc/theme-options.php:517 +#: inc/theme-options.php:494 msgid "处理模板可在图片处理配置中查看" msgstr "" -#: inc/theme-options.php:518 +#: inc/theme-options.php:495 msgid "" "点击这里查询处理模板" msgstr "" -#: inc/theme-options.php:525 +#: inc/theme-options.php:502 msgid "" -"点击这里查询 AccessKey" +"" +"点击这里查询 AccessKey" msgstr "" -#: inc/theme-options.php:535 +#: inc/theme-options.php:512 msgid "" -"点击这里查询 SecretKey" +"" +"点击这里查询 SecretKey" msgstr "" -#: inc/theme-options.php:552 +#: inc/theme-options.php:529 msgid "收录配置" msgstr "" -#: inc/theme-options.php:558 +#: inc/theme-options.php:535 msgid "分享图片" msgstr "" -#: inc/theme-options.php:562 +#: inc/theme-options.php:539 msgid "用于搜索引擎或社交工具抓取时使用" msgstr "" -#: inc/theme-options.php:568 +#: inc/theme-options.php:545 msgid "每个关键词之间需要用 , 分割" msgstr "" -#: inc/theme-options.php:573 +#: inc/theme-options.php:550 msgid "站点描述" msgstr "" -#: inc/theme-options.php:574 +#: inc/theme-options.php:551 msgid "网站首页的描述信息" msgstr "" -#: inc/theme-options.php:578 +#: inc/theme-options.php:555 msgid "统计代码" msgstr "" -#: inc/theme-options.php:579 +#: inc/theme-options.php:556 msgid "输入代码时请注意辨别代码安全性" msgstr "" -#: inc/theme-options.php:594 +#: inc/theme-options.php:571 msgid "robots.txt 配置" msgstr "" -#: inc/theme-options.php:598 +#: inc/theme-options.php:575 msgid "- 需要 " msgstr "" -#: inc/theme-options.php:598 +#: inc/theme-options.php:575 msgid "设置-阅读-对搜索引擎的可见性" msgstr "" -#: inc/theme-options.php:598 +#: inc/theme-options.php:575 msgid " 是开启的状态,以下配置才会生效" msgstr "" -#: inc/theme-options.php:598 +#: inc/theme-options.php:575 msgid "- 如果网站根目录下已经有 robots.txt 文件,下面的配置不会生效" msgstr "" -#: inc/theme-options.php:598 +#: inc/theme-options.php:575 msgid "- 点击 " msgstr "" -#: inc/theme-options.php:598 +#: inc/theme-options.php:575 msgid " 查看配置是否生效,如果网站开启了 CDN,可能需要刷新缓存才会生效" msgstr "" -#: inc/theme-options.php:613 +#: inc/theme-options.php:590 msgid "文章配置" msgstr "" -#: inc/theme-options.php:619 +#: inc/theme-options.php:596 msgid "网易云音乐" msgstr "" -#: inc/theme-options.php:620 +#: inc/theme-options.php:597 msgid "启用/禁用网易云音乐自动播放功能" msgstr "" -#: inc/theme-options.php:626 +#: inc/theme-options.php:603 msgid "附加功能" msgstr "" -#: inc/theme-options.php:627 +#: inc/theme-options.php:604 msgid "启用/禁用文章自动保存、修订版本功能" msgstr "" -#: inc/theme-options.php:633 +#: inc/theme-options.php:610 msgid "页面布局" msgstr "" -#: inc/theme-options.php:634 +#: inc/theme-options.php:611 msgid "差异在于侧边栏小工具,仅在文章页面生效" msgstr "" -#: inc/theme-options.php:647 +#: inc/theme-options.php:624 msgid "知识共享协议" msgstr "" -#: inc/theme-options.php:653 +#: inc/theme-options.php:630 msgid "开启/关闭 知识共享协议" msgstr "" -#: inc/theme-options.php:660 +#: inc/theme-options.php:637 msgid "协议名称" msgstr "" -#: inc/theme-options.php:661 +#: inc/theme-options.php:638 msgid "选择文章的知识共享协议" msgstr "" -#: inc/theme-options.php:663 single.php:118 +#: inc/theme-options.php:640 single.php:118 msgid "知识共享署名 4.0 国际许可协议" msgstr "" -#: inc/theme-options.php:664 single.php:119 +#: inc/theme-options.php:641 single.php:119 msgid "知识共享署名-非商业性使用 4.0 国际许可协议" msgstr "" -#: inc/theme-options.php:665 single.php:120 +#: inc/theme-options.php:642 single.php:120 msgid "知识共享署名-禁止演绎 4.0 国际许可协议" msgstr "" -#: inc/theme-options.php:666 single.php:121 +#: inc/theme-options.php:643 single.php:121 msgid "知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议" msgstr "" -#: inc/theme-options.php:667 single.php:122 +#: inc/theme-options.php:644 single.php:122 msgid "知识共享署名-相同方式共享 4.0 国际许可协议" msgstr "" -#: inc/theme-options.php:668 single.php:123 +#: inc/theme-options.php:645 single.php:123 msgid "知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议" msgstr "" -#: inc/theme-options.php:683 +#: inc/theme-options.php:660 msgid "文章 HOT 标签" msgstr "" -#: inc/theme-options.php:688 +#: inc/theme-options.php:665 msgid "评论数" msgstr "" -#: inc/theme-options.php:689 +#: inc/theme-options.php:666 msgid "填写显示 HOT 标签需要的评论数" msgstr "" -#: inc/theme-options.php:694 +#: inc/theme-options.php:671 msgid "点赞数" msgstr "" -#: inc/theme-options.php:695 +#: inc/theme-options.php:672 msgid "填写显示 HOT 标签需要的点赞数" msgstr "" -#: inc/theme-options.php:709 +#: inc/theme-options.php:686 msgid "文章打赏" msgstr "" -#: inc/theme-options.php:715 +#: inc/theme-options.php:692 msgid "开启/关闭 文章打赏" msgstr "" -#: inc/theme-options.php:729 +#: inc/theme-options.php:706 msgid "支付宝二维码" msgstr "" -#: inc/theme-options.php:744 +#: inc/theme-options.php:721 msgid "邮件配置" msgstr "" -#: inc/theme-options.php:750 +#: inc/theme-options.php:727 msgid "SMTP 服务" msgstr "" -#: inc/theme-options.php:751 +#: inc/theme-options.php:728 msgid "启用/禁用 SMTP 服务" msgstr "" -#: inc/theme-options.php:757 +#: inc/theme-options.php:734 msgid "邮件服务器" msgstr "" -#: inc/theme-options.php:758 +#: inc/theme-options.php:735 msgid "填写发件服务器地址" msgstr "" -#: inc/theme-options.php:759 +#: inc/theme-options.php:736 msgid "smtp.example.com" msgstr "" -#: inc/theme-options.php:764 +#: inc/theme-options.php:741 msgid "服务器端口" msgstr "" -#: inc/theme-options.php:765 +#: inc/theme-options.php:742 msgid "填写发件服务器端口" msgstr "" -#: inc/theme-options.php:766 +#: inc/theme-options.php:743 msgid "465" msgstr "" -#: inc/theme-options.php:771 +#: inc/theme-options.php:748 msgid "授权方式" msgstr "" -#: inc/theme-options.php:772 +#: inc/theme-options.php:749 msgid "填写登录鉴权的方式" msgstr "" -#: inc/theme-options.php:773 +#: inc/theme-options.php:750 msgid "ssl" msgstr "" -#: inc/theme-options.php:778 +#: inc/theme-options.php:755 msgid "邮箱帐号" msgstr "" -#: inc/theme-options.php:779 +#: inc/theme-options.php:756 msgid "填写邮箱账号" msgstr "" -#: inc/theme-options.php:780 +#: inc/theme-options.php:757 msgid "user@example.com" msgstr "" -#: inc/theme-options.php:785 +#: inc/theme-options.php:762 msgid "邮箱密码" msgstr "" -#: inc/theme-options.php:786 +#: inc/theme-options.php:763 msgid "填写邮箱密码" msgstr "" -#: inc/theme-options.php:796 +#: inc/theme-options.php:773 msgid "顶部配置" msgstr "" -#: inc/theme-options.php:802 inc/theme-options.php:808 +#: inc/theme-options.php:779 inc/theme-options.php:785 msgid "图片导航" msgstr "" -#: inc/theme-options.php:809 +#: inc/theme-options.php:786 msgid "启用/禁用 图片导航" msgstr "" -#: inc/theme-options.php:815 +#: inc/theme-options.php:792 msgid "顶部图片" msgstr "" -#: inc/theme-options.php:823 +#: inc/theme-options.php:800 msgid "图片标题" msgstr "" #. Theme Name of the plugin/theme -#: inc/theme-options.php:824 +#: inc/theme-options.php:801 msgid "Kratos" msgstr "" -#: inc/theme-options.php:829 +#: inc/theme-options.php:806 msgid "标题描述" msgstr "" -#: inc/theme-options.php:837 inc/theme-options.php:844 +#: inc/theme-options.php:814 inc/theme-options.php:821 msgid "颜色导航" msgstr "" -#: inc/theme-options.php:851 +#: inc/theme-options.php:828 msgid "页脚配置" msgstr "" -#: inc/theme-options.php:857 +#: inc/theme-options.php:834 msgid "社交图标" msgstr "" -#: inc/theme-options.php:866 +#: inc/theme-options.php:843 msgid "国内平台" msgstr "" -#: inc/theme-options.php:871 +#: inc/theme-options.php:848 msgid "新浪微博" msgstr "" -#: inc/theme-options.php:872 +#: inc/theme-options.php:849 msgid "https://weibo.com/xxxxx" msgstr "" -#: inc/theme-options.php:877 +#: inc/theme-options.php:854 msgid "哔哩哔哩" msgstr "" -#: inc/theme-options.php:878 +#: inc/theme-options.php:855 msgid "https://space.bilibili.com/xxxxx" msgstr "" -#: inc/theme-options.php:883 +#: inc/theme-options.php:860 msgid "CODING" msgstr "" -#: inc/theme-options.php:884 +#: inc/theme-options.php:861 msgid "https://xxxxx.coding.net/u/xxxxx" msgstr "" -#: inc/theme-options.php:889 +#: inc/theme-options.php:866 msgid "码云" msgstr "" -#: inc/theme-options.php:890 +#: inc/theme-options.php:867 msgid "https://gitee.com/xxxxx" msgstr "" -#: inc/theme-options.php:895 +#: inc/theme-options.php:872 msgid "豆瓣" msgstr "" -#: inc/theme-options.php:896 +#: inc/theme-options.php:873 msgid "https://www.douban.com/people/xxxxx" msgstr "" -#: inc/theme-options.php:906 +#: inc/theme-options.php:883 msgid "海外平台" msgstr "" -#: inc/theme-options.php:911 +#: inc/theme-options.php:888 msgid "Twitter" msgstr "" -#: inc/theme-options.php:912 +#: inc/theme-options.php:889 msgid "https://twitter.com/xxxxx" msgstr "" -#: inc/theme-options.php:917 +#: inc/theme-options.php:894 msgid "Telegram" msgstr "" -#: inc/theme-options.php:918 +#: inc/theme-options.php:895 msgid "https://t.me/xxxxx" msgstr "" -#: inc/theme-options.php:923 +#: inc/theme-options.php:900 msgid "LinkedIn" msgstr "" -#: inc/theme-options.php:924 +#: inc/theme-options.php:901 msgid "https://www.linkedin.com/in/xxxxx" msgstr "" -#: inc/theme-options.php:929 +#: inc/theme-options.php:906 msgid "YouTube" msgstr "" -#: inc/theme-options.php:930 +#: inc/theme-options.php:907 msgid "https://www.youtube.com/channel/xxxxx" msgstr "" -#: inc/theme-options.php:935 +#: inc/theme-options.php:912 msgid "Github" msgstr "" -#: inc/theme-options.php:936 +#: inc/theme-options.php:913 msgid "https://github.com/xxxxx" msgstr "" -#: inc/theme-options.php:941 +#: inc/theme-options.php:918 msgid "Stack Overflow" msgstr "" -#: inc/theme-options.php:942 +#: inc/theme-options.php:919 msgid "https://stackoverflow.com/users/xxxxx" msgstr "" -#: inc/theme-options.php:952 +#: inc/theme-options.php:929 msgid "其他" msgstr "" -#: inc/theme-options.php:957 +#: inc/theme-options.php:934 msgid "电子邮箱" msgstr "" -#: inc/theme-options.php:958 +#: inc/theme-options.php:935 msgid "mailto:xxxxx@example.com" msgstr "" -#: inc/theme-options.php:981 +#: inc/theme-options.php:958 msgid "备案信息" msgstr "" -#: inc/theme-options.php:987 +#: inc/theme-options.php:964 msgid "工信部备案信息" msgstr "" -#: inc/theme-options.php:988 +#: inc/theme-options.php:965 msgid "" "由工业和信息化部政" "务服务平台提供" msgstr "" -#: inc/theme-options.php:989 +#: inc/theme-options.php:966 msgid "冀ICP证XXXXXX号" msgstr "" -#: inc/theme-options.php:994 +#: inc/theme-options.php:971 msgid "公安备案信息" msgstr "" -#: inc/theme-options.php:995 inc/theme-options.php:1002 +#: inc/theme-options.php:972 inc/theme-options.php:979 msgid "" "由全国互联网安全管理" "服务平台提供" msgstr "" -#: inc/theme-options.php:996 +#: inc/theme-options.php:973 msgid "冀公网安备 XXXXXXXXXXXXX 号" msgstr "" -#: inc/theme-options.php:1001 +#: inc/theme-options.php:978 msgid "公安备案链接" msgstr "" -#: inc/theme-options.php:1003 +#: inc/theme-options.php:980 msgid "http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=xxxxx" msgstr "" -#: inc/theme-options.php:1010 inc/theme-options.php:1016 +#: inc/theme-options.php:987 inc/theme-options.php:993 msgid "版权信息" msgstr "" -#: inc/theme-options.php:1024 +#: inc/theme-options.php:1001 msgid "广告配置" msgstr "" -#: inc/theme-options.php:1030 +#: inc/theme-options.php:1007 msgid "文章广告" msgstr "" -#: inc/theme-options.php:1045 inc/theme-options.php:1084 +#: inc/theme-options.php:1022 inc/theme-options.php:1061 msgid "仅用于识别广告内容,可以作为备注使用" msgstr "" -#: inc/theme-options.php:1065 inc/theme-options.php:1104 +#: inc/theme-options.php:1042 inc/theme-options.php:1081 msgid "开启/关闭此条广告" msgstr "" -#: inc/theme-options.php:1115 +#: inc/theme-options.php:1092 msgid "备份恢复" msgstr "" -#: inc/theme-options.php:1125 +#: inc/theme-options.php:1102 msgid "关于主题" msgstr "" -#: inc/theme-options.php:1130 +#: inc/theme-options.php:1107 msgid "基础信息" msgstr "" -#: inc/theme-options.php:1135 +#: inc/theme-options.php:1112 msgid "提示:在反馈主题相关的问题时,请同时复制并提交下面的内容。" msgstr "" -#: inc/theme-options.php:1139 +#: inc/theme-options.php:1116 msgid "PHP 版本:" msgstr "" -#: inc/theme-options.php:1139 +#: inc/theme-options.php:1116 msgid "Kratos 版本:" msgstr "" -#: inc/theme-options.php:1139 +#: inc/theme-options.php:1116 msgid "WordPress 版本:" msgstr "" -#: inc/theme-options.php:1139 +#: inc/theme-options.php:1116 msgid "User Agent 信息:" msgstr "" -#: inc/theme-options.php:1144 +#: inc/theme-options.php:1121 msgid "资料文档" msgstr "" -#: inc/theme-options.php:1148 +#: inc/theme-options.php:1125 msgid "说明文档:" msgstr "" -#: inc/theme-options.php:1148 +#: inc/theme-options.php:1125 msgid "讨论反馈:" msgstr "" -#: inc/theme-options.php:1148 +#: inc/theme-options.php:1125 msgid "常见问题:" msgstr "" -#: inc/theme-options.php:1148 +#: inc/theme-options.php:1125 msgid "更新日志:" msgstr "" -#: inc/theme-options.php:1148 +#: inc/theme-options.php:1125 msgid "捐赠记录:" msgstr "" -#: inc/theme-options.php:1152 +#: inc/theme-options.php:1129 msgid "版权声明" msgstr "" -#: inc/theme-options.php:1156 +#: inc/theme-options.php:1133 msgid "" -"主题源码使用 GPL-3.0 协议 进行许可,说明文档使用 CC BY-NC-ND 4.0 进行许可。" +"主题源码使用 GPL-3.0 协议 进行许可,说明文档使用 CC " +"BY-NC-ND 4.0 进行许可。" msgstr "" -#: inc/theme-options.php:1160 +#: inc/theme-options.php:1137 msgid "讨论交流" msgstr "" -#: inc/theme-options.php:1168 +#: inc/theme-options.php:1145 msgid "打赏支持" msgstr "" @@ -1120,8 +1121,7 @@ msgstr "" #: inc/theme-shortcode.php:181 msgid "" -"温馨提示:此处内容已隐藏,回复后刷新页面即可查" -"看!" +"温馨提示:此处内容已隐藏,回复后刷新页面即可查看!" msgstr "" #: inc/theme-smtp.php:39 @@ -1455,13 +1455,13 @@ msgid "下一篇 >" msgstr "" #. Theme URI of the plugin/theme -msgid "https://github.com/vtrois/kratos" +msgid "https://github.com/seatonjiang/kratos" msgstr "" #. Description of the plugin/theme msgid "" -"主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验," -"优化的邮件中心为你的网站留存加分添彩。" +"主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验,优" +"化的邮件中心为你的网站留存加分添彩。" msgstr "" #. Author of the plugin/theme @@ -1469,5 +1469,5 @@ msgid "Seaton Jiang" msgstr "" #. Author URI of the plugin/theme -msgid "https://www.vtrois.com/" +msgid "https://seatonjiang.com" msgstr "" diff --git a/languages/zh_TW.mo b/languages/zh_TW.mo deleted file mode 100644 index 7c0790730c3c69ffa3a7c84a48ee8a5247f1b225..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 26983 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 IBrnJR2Pg(ye*gdg diff --git a/languages/zh_TW.po b/languages/zh_TW.po deleted file mode 100644 index 5ac8ae7..0000000 --- a/languages/zh_TW.po +++ /dev/null @@ -1,1444 +0,0 @@ -msgid "" -msgstr "" -"Plural-Forms: nplurals=1; plural=0;\n" -"Project-Id-Version: 87f769374581b4e7ec717067bc809033\n" -"POT-Creation-Date: 2021-08-22 15:27+0800\n" -"PO-Revision-Date: 2021-08-22 15:44+0800\n" -"Last-Translator: Seaton Jiang \n" -"Language-Team: Chinese Traditional\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.3\n" -"X-Poedit-Basepath: ..\n" -"X-Poedit-Flags-xgettext: --add-comments=translators:\n" -"X-Poedit-WPHeader: style.css\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n" -"X-Crowdin-Project: 87f769374581b4e7ec717067bc809033\n" -"X-Crowdin-Project-ID: 1\n" -"X-Crowdin-Language: zh-TW\n" -"X-Crowdin-File: /main/languages/kratos.pot\n" -"X-Crowdin-File-ID: 10\n" -"Language: zh_TW\n" -"X-Poedit-SearchPath-0: .\n" -"X-Poedit-SearchPathExcluded-0: inc/codestar-framework\n" -"X-Poedit-SearchPathExcluded-1: inc/update-checker\n" -"X-Poedit-SearchPathExcluded-2: inc/volcengine-imagex\n" - -#: 404.php:19 -msgid "很抱歉,你访问的页面不存在" -msgstr "很抱歉,您造訪的頁面不存在" - -#: 404.php:20 -msgid "可能是输入地址有误或该地址已被删除" -msgstr "可能是輸入網址有誤或該網址已被刪除" - -#: 404.php:22 -msgid "返回上页" -msgstr "返回上頁" - -#: 404.php:23 -msgid "返回主页" -msgstr "返回首頁" - -#: comments.php:17 -msgid "文章评论" -msgstr "文章留言" - -#: comments.php:19 -msgid "评论内容" -msgstr "留言內容" - -#: comments.php:25 -msgid "加载更多" -msgstr "載入更多" - -#: comments.php:30 -#, php-format -msgid "您需要 登录 之后才可以评论" -msgstr "您需要 登入 之後才可以留言" - -#: comments.php:42 -msgid "昵称" -msgstr "暱稱" - -#: comments.php:50 -msgid "邮箱" -msgstr "電子郵件" - -#: comments.php:58 -msgid "网址" -msgstr "網址" - -#: comments.php:75 -msgid "取消回复" -msgstr "取消回覆" - -#: comments.php:76 -msgid "提交评论" -msgstr "發佈留言" - -#: footer.php:28 inc/theme-widgets.php:184 -msgid "搜点什么呢?" -msgstr "您要搜尋什麼呢?" - -#: header.php:75 inc/theme-options.php:830 -msgid "一款专注于用户阅读体验的响应式博客主题" -msgstr "一款專注於使用者閱讀體驗的響應式部落格主題" - -#: inc/theme-article.php:218 -msgid "评论正在提交中" -msgstr "評論正在提交中" - -#: inc/theme-article.php:219 -msgid "评论提交成功" -msgstr "評論提交成功" - -#: inc/theme-article.php:261 inc/theme-article.php:306 -msgid "编辑" -msgstr "編輯" - -#: inc/theme-article.php:312 inc/theme-smtp.php:103 -msgid "回复" -msgstr "回覆" - -#: inc/theme-article.php:367 -msgid "添加表情" -msgstr "新增表情" - -#: inc/theme-article.php:424 -msgid "描述" -msgstr "描述" - -#: inc/theme-article.php:429 inc/theme-options.php:567 -msgid "关键词" -msgstr "關鍵字" - -#: inc/theme-article.php:436 -msgid "SEO 设置" -msgstr "SEO 設定" - -#: inc/theme-core.php:94 -msgid "您已经赞过了" -msgstr "您已經按讚了" - -#: inc/theme-core.php:95 -msgid "感谢您的支持" -msgstr "感謝您的支持" - -#: inc/theme-core.php:96 -msgid "打赏作者" -msgstr "打賞作者" - -#: inc/theme-core.php:97 -msgid "扫码支付" -msgstr "掃碼支付" - -#: inc/theme-navwalker.php:22 -msgid "顶部菜单" -msgstr "頂部選單" - -#: inc/theme-navwalker.php:388 -msgid "添加导航" -msgstr "新增導覽列" - -#: inc/theme-options.php:68 -msgid "主题设置" -msgstr "主題設定" - -#: inc/theme-options.php:81 -msgid "全站配置" -msgstr "全站設定" - -#: inc/theme-options.php:87 -msgid "功能配置" -msgstr "附加功能" - -#: inc/theme-options.php:93 -msgid "前台管理员导航" -msgstr "前台管理員導覽列" - -#: inc/theme-options.php:94 -msgid "启用/禁用前台管理员导航" -msgstr "啟用/禁用前臺管理員導航" - -#: inc/theme-options.php:100 -msgid "侧边栏后台入口" -msgstr "側欄後台入口" - -#: inc/theme-options.php:101 -msgid "启用/禁用个人简介头像进入后台功能" -msgstr "啟用/禁用個人簡介頭像進入後台功能" - -#: inc/theme-options.php:107 -msgid "侧边栏随动" -msgstr "側邊欄隨動" - -#: inc/theme-options.php:108 -msgid "启用/禁用小工具侧边栏随动功能" -msgstr "啟用/禁用小工具側邊欄隨動功能" - -#: inc/theme-options.php:114 -msgid "搜索增强" -msgstr "搜索增強" - -#: inc/theme-options.php:115 -msgid "启用/禁用仅搜索文章标题" -msgstr "啟用/禁用僅搜索文章標題" - -#: inc/theme-options.php:121 -msgid "特色图片" -msgstr "精選圖片" - -#: inc/theme-options.php:122 -msgid "启用/禁用文章特色图片" -msgstr "啟用/禁用文章特色圖片" - -#: inc/theme-options.php:128 -msgid "哀悼功能" -msgstr "哀悼功能" - -#: inc/theme-options.php:129 -msgid "启用/禁用站点首页黑白功能" -msgstr "啟用/禁用網站首頁黑白功能" - -#: inc/theme-options.php:135 -msgid "CSS 动画库" -msgstr "CSS 動畫函式庫" - -#: inc/theme-options.php:136 -msgid "启用/禁用 animate.css 效果" -msgstr "啟用/禁用 animate.css 效果" - -#: inc/theme-options.php:142 -msgid "Font Awesome" -msgstr "Font Awesome" - -#: inc/theme-options.php:143 -msgid "启用/禁用 Font Awesome Free 字体" -msgstr "啟用/禁用 Font Awesome Free 字體" - -#: inc/theme-options.php:149 -msgid "静态资源加速" -msgstr "靜態資源加速" - -#: inc/theme-options.php:150 -msgid "启用/禁用静态资源加速" -msgstr "啟用/禁用靜態資源加速" - -#: inc/theme-options.php:156 -msgid "Gravatar 加速" -msgstr "Gravatar 加速(不適用於非中國大陸使用者)" - -#: inc/theme-options.php:157 -msgid "启用/禁用 Gravatar 头像加速" -msgstr "啟用/禁用 Gravatar 頭像加速" - -#: inc/theme-options.php:163 -msgid "自定义图片类型的文件名" -msgstr "自訂圖片類型的檔名" - -#: inc/theme-options.php:164 -msgid "启用/禁用 图片类型的文件名改为 MD5 值" -msgstr "啟用/禁用 圖片類型的檔名改為 MD5 值" - -#: inc/theme-options.php:170 -msgid "禁止生成缩略图" -msgstr "禁止產生縮圖" - -#: inc/theme-options.php:171 -msgid "启用/禁用生成多种尺寸图片资源" -msgstr "啟用/禁用生成多種尺寸圖片資源" - -#: inc/theme-options.php:177 -msgid "Gutenberg 编辑器" -msgstr "Gutenberg 編輯器" - -#: inc/theme-options.php:178 -msgid "启用/禁用 Gutenberg 编辑器" -msgstr "啟用/禁用 Gutenberg 編輯器" - -#: inc/theme-options.php:184 -msgid "文章简介缩略" -msgstr "文章簡介縮略" - -#: inc/theme-options.php:185 -msgid "文章简介显示的字符数量" -msgstr "文章簡介顯示的字元數量" - -#: inc/theme-options.php:194 -msgid "附件重命名" -msgstr "附件重命名" - -#: inc/theme-options.php:199 inc/theme-options.php:234 -#: inc/theme-options.php:337 inc/theme-options.php:421 -#: inc/theme-options.php:482 inc/theme-options.php:652 -#: inc/theme-options.php:714 inc/theme-options.php:1064 -#: inc/theme-options.php:1103 -msgid "功能开关" -msgstr "功能開關" - -#: inc/theme-options.php:200 -msgid "开启/关闭附件重命名" -msgstr "開啟/關閉附件重命名" - -#: inc/theme-options.php:201 inc/theme-options.php:236 -#: inc/theme-options.php:339 inc/theme-options.php:423 -#: inc/theme-options.php:484 inc/theme-options.php:654 -#: inc/theme-options.php:716 inc/theme-options.php:1066 -#: inc/theme-options.php:1105 -msgid "开启" -msgstr "開啟" - -#: inc/theme-options.php:202 inc/theme-options.php:237 -#: inc/theme-options.php:340 inc/theme-options.php:424 -#: inc/theme-options.php:485 inc/theme-options.php:655 -#: inc/theme-options.php:717 inc/theme-options.php:1067 -#: inc/theme-options.php:1106 -msgid "关闭" -msgstr "關閉" - -#: inc/theme-options.php:207 -msgid "文件前缀" -msgstr "檔前綴" - -#: inc/theme-options.php:208 -msgid "前缀与文件名之间会用 - 连接" -msgstr "前綴與檔名之間會用 - 連接" - -#: inc/theme-options.php:213 -msgid "文件类型" -msgstr "檔案類型" - -#: inc/theme-options.php:214 -msgid "每个类型之间用 | 隔开" -msgstr "每個類型之間用 | 隔開" - -#: inc/theme-options.php:229 inc/theme-options.php:722 -msgid "微信二维码" -msgstr "微信二維碼" - -#: inc/theme-options.php:235 -msgid "开启/关闭微信二维码" -msgstr "開啟/關閉微信二維碼" - -#: inc/theme-options.php:242 -msgid "二维码图片" -msgstr "二維碼圖片" - -#: inc/theme-options.php:245 -msgid "浮动显示在页面右下角" -msgstr "浮動顯示在頁面右下角" - -#: inc/theme-options.php:258 -msgid "颜色配置" -msgstr "顏色配置" - -#: inc/theme-options.php:265 -msgid "全站背景颜色" -msgstr "全站背景顏色" - -#: inc/theme-options.php:266 -msgid "全站页面的背景颜色" -msgstr "全站頁面的背景顏色" - -#: inc/theme-options.php:272 -msgid "Chrome 导航栏颜色" -msgstr "Chrome 導覽列顏色" - -#: inc/theme-options.php:273 -msgid "移动端 Chrome 浏览器导航栏颜色" -msgstr "移動端 Chrome 瀏覽器導航欄顏色" - -#: inc/theme-options.php:280 -msgid "图片配置" -msgstr "圖片配置" - -#: inc/theme-options.php:286 -msgid "站点 Logo" -msgstr "網站 Logo" - -#: inc/theme-options.php:289 -msgid "不上传图片则显示站点标题" -msgstr "不上傳圖片則顯示網站標題" - -#: inc/theme-options.php:294 -msgid "Favicon 图标" -msgstr "Favicon 圖示" - -#: inc/theme-options.php:297 -msgid "浏览器收藏夹和地址栏中显示的图标" -msgstr "瀏覽器書籤列和網址列中顯示的圖示" - -#: inc/theme-options.php:302 -msgid "404 页面图片" -msgstr "404 頁面圖片" - -#: inc/theme-options.php:306 -msgid "图片显示出来是 404 的形状" -msgstr "圖片顯示出來是 404 的形狀" - -#: inc/theme-options.php:311 -msgid "无内容图片" -msgstr "無內容圖片" - -#: inc/theme-options.php:315 -msgid "当搜索不到文章或分类没有文章时显示" -msgstr "當搜索不到文章或分類沒有文章時顯示" - -#: inc/theme-options.php:320 -msgid "默认特色图" -msgstr "預設精選圖片" - -#: inc/theme-options.php:324 -msgid "当文章中没有图片且没有特色图时显示" -msgstr "當文章中沒有圖片且沒有特色圖時顯示" - -#: inc/theme-options.php:331 -msgid "首页轮播" -msgstr "首頁輪播" - -#: inc/theme-options.php:338 -msgid "开启/关闭首页轮播功能" -msgstr "開啟/關閉首頁輪播功能" - -#: inc/theme-options.php:354 inc/theme-options.php:1044 -#: inc/theme-options.php:1083 -msgid "唯一标识" -msgstr "唯一標識" - -#: inc/theme-options.php:355 -msgid "仅用于轮播标识,可以作为备注使用" -msgstr "僅用於輪播標識,可以作為備註使用" - -#: inc/theme-options.php:360 inc/theme-options.php:1050 -#: inc/theme-options.php:1089 -msgid "轮播图片" -msgstr "輪播圖片" - -#: inc/theme-options.php:361 inc/theme-options.php:1051 -#: inc/theme-options.php:1090 -msgid "可以直接填写图片链接,也可以上传图片" -msgstr "可以直接填寫圖片連結,也可以上傳圖片" - -#: inc/theme-options.php:368 inc/theme-options.php:1058 -#: inc/theme-options.php:1097 -msgid "网址链接" -msgstr "網址連結" - -#: inc/theme-options.php:369 inc/theme-options.php:1059 -#: inc/theme-options.php:1098 -msgid "需要填写完整的链接地址,包含协议头" -msgstr "需要填寫完整的鏈接位址,包含協定頭" - -#: inc/theme-options.php:374 -msgid "轮播标题" -msgstr "輪播標題" - -#: inc/theme-options.php:375 inc/theme-options.php:381 -msgid "选填项目,如果不填则不显示" -msgstr "選填專案,如果不填則不顯示" - -#: inc/theme-options.php:380 -msgid "轮播简介" -msgstr "輪播簡介" - -#: inc/theme-options.php:387 -msgid "文字颜色" -msgstr "文字顏色" - -#: inc/theme-options.php:388 -msgid "轮播标题和简介的颜色" -msgstr "輪播標題和簡介的顏色" - -#: inc/theme-options.php:397 -msgid "第三方配置" -msgstr "第三方配置" - -#: inc/theme-options.php:411 -msgid "DogeCloud 云存储" -msgstr "DogeCloud 雲存儲" - -#: inc/theme-options.php:422 -msgid "开启/关闭 DogeCloud 云存储" -msgstr "開啟/關閉 DogeCloud 雲存儲" - -#: inc/theme-options.php:429 -msgid "空间名称" -msgstr "空間名稱" - -#: inc/theme-options.php:430 -msgid "空间名称可在空间基本信息中查看" -msgstr "空間名稱可在空間基本資訊中查看" - -#: inc/theme-options.php:431 -msgid "点击这里查询空间名称" -msgstr "點擊這裡查詢空間名稱" - -#: inc/theme-options.php:436 inc/theme-options.php:509 -msgid "加速域名" -msgstr "加速域名" - -#: inc/theme-options.php:437 inc/theme-options.php:510 -msgid "域名结尾不要添加 /" -msgstr "網域名稱結尾不要新增 /" - -#: inc/theme-options.php:438 -msgid "点击这里查询加速域名" -msgstr "點擊這裏查詢加速功能變數名稱" - -#: inc/theme-options.php:443 inc/theme-options.php:523 -msgid "AccessKey" -msgstr "AccessKey" - -#: inc/theme-options.php:444 inc/theme-options.php:454 -#: inc/theme-options.php:524 inc/theme-options.php:534 -msgid "出于安全考虑,建议周期性地更换密钥" -msgstr "出於安全考慮,建議週期性地更換密鑰" - -#: inc/theme-options.php:445 -msgid "点击这里查询 AccessKey" -msgstr "點擊這裏查詢 AccessKey" - -#: inc/theme-options.php:453 inc/theme-options.php:533 -msgid "SecretKey" -msgstr "SecretKey" - -#: inc/theme-options.php:455 -msgid "点击这里查询 SecretKey" -msgstr "點擊這裏查詢 SecretKey" - -#: inc/theme-options.php:472 -msgid "火山引擎 ImageX" -msgstr "火山引擎 ImageX" - -#: inc/theme-options.php:483 -msgid "开启/关闭 火山引擎 ImageX" -msgstr "開啟/關閉 火山引擎 ImageX" - -#: inc/theme-options.php:490 -msgid "加速地域" -msgstr "加速地域" - -#: inc/theme-options.php:491 -msgid "加速地域在创建服务的时候进行选择" -msgstr "加速地域在創建服務的時候進行選擇" - -#: inc/theme-options.php:492 -msgid "点击这里查询加速地域" -msgstr "點擊這裏查詢加速地域" - -#: inc/theme-options.php:494 -msgid "国内" -msgstr "國內" - -#: inc/theme-options.php:495 -msgid "美东" -msgstr "美東" - -#: inc/theme-options.php:496 -msgid "新加坡" -msgstr "新加坡" - -#: inc/theme-options.php:502 -msgid "服务 ID" -msgstr "服務ID" - -#: inc/theme-options.php:503 -msgid "服务 ID 可在图片服务管理中查看" -msgstr "服務ID可在圖片服務管理中查看" - -#: inc/theme-options.php:504 -msgid "点击这里查询服务 ID" -msgstr "點擊這裏查詢服務ID" - -#: inc/theme-options.php:511 -msgid "点击这里查询加速域名" -msgstr "點擊這裏查詢加速功能變數名稱" - -#: inc/theme-options.php:516 -msgid "处理模板" -msgstr "處理範本" - -#: inc/theme-options.php:517 -msgid "处理模板可在图片处理配置中查看" -msgstr "處理範本可在圖片處理配置中查看" - -#: inc/theme-options.php:518 -msgid "点击这里查询处理模板" -msgstr "點擊這裏查詢處理範本" - -#: inc/theme-options.php:525 -msgid "点击这里查询 AccessKey" -msgstr "點擊這裏查詢 AccessKey" - -#: inc/theme-options.php:535 -msgid "点击这里查询 SecretKey" -msgstr "點擊這裏查詢 SecretKey" - -#: inc/theme-options.php:552 -msgid "收录配置" -msgstr "收錄設定" - -#: inc/theme-options.php:558 -msgid "分享图片" -msgstr "分享圖片" - -#: inc/theme-options.php:562 -msgid "用于搜索引擎或社交工具抓取时使用" -msgstr "用於搜尋引擎或社交工具抓取時使用" - -#: inc/theme-options.php:568 -msgid "每个关键词之间需要用 , 分割" -msgstr "每個關鍵字之間需要用 , 分割" - -#: inc/theme-options.php:573 -msgid "站点描述" -msgstr "網站描述" - -#: inc/theme-options.php:574 -msgid "网站首页的描述信息" -msgstr "網站首頁的描述資訊" - -#: inc/theme-options.php:578 -msgid "统计代码" -msgstr "統計程式碼" - -#: inc/theme-options.php:579 -msgid "输入代码时请注意辨别代码安全性" -msgstr "輸入代碼時請注意辨別代碼安全性" - -#: inc/theme-options.php:594 -msgid "robots.txt 配置" -msgstr "robots.txt 設定" - -#: inc/theme-options.php:598 -msgid "- 需要 " -msgstr "- 需要 " - -#: inc/theme-options.php:598 -msgid "设置-阅读-对搜索引擎的可见性" -msgstr "設定-閱讀-搜尋引擎可見度" - -#: inc/theme-options.php:598 -msgid " 是开启的状态,以下配置才会生效" -msgstr " 是開啟的狀態,以下配置才會生效" - -#: inc/theme-options.php:598 -msgid "- 如果网站根目录下已经有 robots.txt 文件,下面的配置不会生效" -msgstr "- 如果網站根目錄下已經有 robots.txt 檔案,以下的設定不會生效" - -#: inc/theme-options.php:598 -msgid "- 点击 " -msgstr "- 按一下 " - -#: inc/theme-options.php:598 -msgid " 查看配置是否生效,如果网站开启了 CDN,可能需要刷新缓存才会生效" -msgstr " 檢視設定是否生效,如果網站開啟了 CDN,可能需要重新整理快取才會生效" - -#: inc/theme-options.php:613 -msgid "文章配置" -msgstr "文章設定" - -#: inc/theme-options.php:619 -msgid "网易云音乐" -msgstr "網易雲音樂" - -#: inc/theme-options.php:620 -msgid "启用/禁用网易云音乐自动播放功能" -msgstr "啟用/禁用網易雲音樂自動播放功能" - -#: inc/theme-options.php:626 -msgid "附加功能" -msgstr "附加功能" - -#: inc/theme-options.php:627 -msgid "启用/禁用文章自动保存、修订版本功能" -msgstr "啟用/禁用文章自動保存、修訂版本功能" - -#: inc/theme-options.php:633 -msgid "页面布局" -msgstr "頁面佈局" - -#: inc/theme-options.php:634 -msgid "差异在于侧边栏小工具,仅在文章页面生效" -msgstr "差異在於側邊欄小工具,僅在文章頁面生效" - -#: inc/theme-options.php:647 -msgid "知识共享协议" -msgstr "創用 CC 授權條款" - -#: inc/theme-options.php:653 -msgid "开启/关闭 知识共享协议" -msgstr "開啟/關閉 知識共享協定" - -#: inc/theme-options.php:660 -msgid "协议名称" -msgstr "協定名稱" - -#: inc/theme-options.php:661 -msgid "选择文章的知识共享协议" -msgstr "選擇文章的創用 CC 授權條款" - -#: inc/theme-options.php:663 single.php:118 -msgid "知识共享署名 4.0 国际许可协议" -msgstr "創用 CC 姓名標示 4.0 國際授權條款" - -#: inc/theme-options.php:664 single.php:119 -msgid "知识共享署名-非商业性使用 4.0 国际许可协议" -msgstr "創用 CC 姓名標示-非商業性 4.0 國際授權條款" - -#: inc/theme-options.php:665 single.php:120 -msgid "知识共享署名-禁止演绎 4.0 国际许可协议" -msgstr "創用 CC 姓名標示-禁止改作 4.0 國際授權條款" - -#: inc/theme-options.php:666 single.php:121 -msgid "知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议" -msgstr "創用 CC 姓名標示-非商業性-禁止改作 4.0 國際授權條款" - -#: inc/theme-options.php:667 single.php:122 -msgid "知识共享署名-相同方式共享 4.0 国际许可协议" -msgstr "創用 CC 姓名標示-相同方式分享 4.0 國際授權條款" - -#: inc/theme-options.php:668 single.php:123 -msgid "知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议" -msgstr "創用 CC 姓名標示-非商業性-相同方式分享 4.0 國際授權條款" - -#: inc/theme-options.php:683 -msgid "文章 HOT 标签" -msgstr "文章 HOT 標籤" - -#: inc/theme-options.php:688 -msgid "评论数" -msgstr "評論數" - -#: inc/theme-options.php:689 -msgid "填写显示 HOT 标签需要的评论数" -msgstr "填寫顯示 HOT 標籤需要的評論數" - -#: inc/theme-options.php:694 -msgid "点赞数" -msgstr "點讚數" - -#: inc/theme-options.php:695 -msgid "填写显示 HOT 标签需要的点赞数" -msgstr "填寫顯示 HOT 標籤需要的點贊數" - -#: inc/theme-options.php:709 -msgid "文章打赏" -msgstr "文章打賞" - -#: inc/theme-options.php:715 -msgid "开启/关闭 文章打赏" -msgstr "開啟/關閉 文章打賞" - -#: inc/theme-options.php:729 -msgid "支付宝二维码" -msgstr "支付寶二維碼" - -#: inc/theme-options.php:744 -msgid "邮件配置" -msgstr "郵件設定" - -#: inc/theme-options.php:750 -msgid "SMTP 服务" -msgstr "SMTP 服務" - -#: inc/theme-options.php:751 -msgid "启用/禁用 SMTP 服务" -msgstr "啟用/禁用 SMTP 服務" - -#: inc/theme-options.php:757 -msgid "邮件服务器" -msgstr "郵件伺服器" - -#: inc/theme-options.php:758 -msgid "填写发件服务器地址" -msgstr "填寫寄件伺服器位址" - -#: inc/theme-options.php:759 -msgid "smtp.example.com" -msgstr "smtp.example.com" - -#: inc/theme-options.php:764 -msgid "服务器端口" -msgstr "伺服器連接埠" - -#: inc/theme-options.php:765 -msgid "填写发件服务器端口" -msgstr "填寫寄件伺服器連接埠" - -#: inc/theme-options.php:766 -msgid "465" -msgstr "465" - -#: inc/theme-options.php:771 -msgid "授权方式" -msgstr "授權方式" - -#: inc/theme-options.php:772 -msgid "填写登录鉴权的方式" -msgstr "填寫登入認證的方式" - -#: inc/theme-options.php:773 -msgid "ssl" -msgstr "ssl" - -#: inc/theme-options.php:778 -msgid "邮箱帐号" -msgstr "電子郵件帳號" - -#: inc/theme-options.php:779 -msgid "填写邮箱账号" -msgstr "填寫電子郵件帳號" - -#: inc/theme-options.php:780 -msgid "user@example.com" -msgstr "user@example.com" - -#: inc/theme-options.php:785 -msgid "邮箱密码" -msgstr "電子郵件密碼" - -#: inc/theme-options.php:786 -msgid "填写邮箱密码" -msgstr "填寫電子郵件帳號" - -#: inc/theme-options.php:796 -msgid "顶部配置" -msgstr "頂部設定" - -#: inc/theme-options.php:802 inc/theme-options.php:808 -msgid "图片导航" -msgstr "圖片導覽" - -#: inc/theme-options.php:809 -msgid "启用/禁用 图片导航" -msgstr "啟用/禁用 圖片導航" - -#: inc/theme-options.php:815 -msgid "顶部图片" -msgstr "頂部圖片" - -#: inc/theme-options.php:823 -msgid "图片标题" -msgstr "圖片標題" - -#. Theme Name of the plugin/theme -#: inc/theme-options.php:824 -msgid "Kratos" -msgstr "Kratos" - -#: inc/theme-options.php:829 -msgid "标题描述" -msgstr "標題描述" - -#: inc/theme-options.php:837 inc/theme-options.php:844 -msgid "颜色导航" -msgstr "顏色導覽" - -#: inc/theme-options.php:851 -msgid "页脚配置" -msgstr "頁尾設定" - -#: inc/theme-options.php:857 -msgid "社交图标" -msgstr "社交圖示" - -#: inc/theme-options.php:866 -msgid "国内平台" -msgstr "中國大陸平台" - -#: inc/theme-options.php:871 -msgid "新浪微博" -msgstr "新浪微博" - -#: inc/theme-options.php:872 -msgid "https://weibo.com/xxxxx" -msgstr "https://weibo.com/xxxxx" - -#: inc/theme-options.php:877 -msgid "哔哩哔哩" -msgstr "嗶哩嗶哩" - -#: inc/theme-options.php:878 -msgid "https://space.bilibili.com/xxxxx" -msgstr "https://space.bilibili.com/xxxxx" - -#: inc/theme-options.php:883 -msgid "CODING" -msgstr "CODING" - -#: inc/theme-options.php:884 -msgid "https://xxxxx.coding.net/u/xxxxx" -msgstr "https://xxxxx.coding.net/u/xxxxx" - -#: inc/theme-options.php:889 -msgid "码云" -msgstr "碼雲" - -#: inc/theme-options.php:890 -msgid "https://gitee.com/xxxxx" -msgstr "https://gitee.com/xxxxx" - -#: inc/theme-options.php:895 -msgid "豆瓣" -msgstr "豆瓣" - -#: inc/theme-options.php:896 -msgid "https://www.douban.com/people/xxxxx" -msgstr "https://www.douban.com/people/xxxxx" - -#: inc/theme-options.php:906 -msgid "海外平台" -msgstr "國外平台" - -#: inc/theme-options.php:911 -msgid "Twitter" -msgstr "Twitter" - -#: inc/theme-options.php:912 -msgid "https://twitter.com/xxxxx" -msgstr "https://twitter.com/xxxxx" - -#: inc/theme-options.php:917 -msgid "Telegram" -msgstr "Telegram" - -#: inc/theme-options.php:918 -msgid "https://t.me/xxxxx" -msgstr "https://t.me/xxxxx" - -#: inc/theme-options.php:923 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: inc/theme-options.php:924 -msgid "https://www.linkedin.com/in/xxxxx" -msgstr "https://www.linkedin.com/in/xxxxx" - -#: inc/theme-options.php:929 -msgid "YouTube" -msgstr "YouTube" - -#: inc/theme-options.php:930 -msgid "https://www.youtube.com/channel/xxxxx" -msgstr "https://www.youtube.com/channel/xxxxx" - -#: inc/theme-options.php:935 -msgid "Github" -msgstr "Github" - -#: inc/theme-options.php:936 -msgid "https://github.com/xxxxx" -msgstr "https://github.com/xxxxx" - -#: inc/theme-options.php:941 -msgid "Stack Overflow" -msgstr "Stack Overflow" - -#: inc/theme-options.php:942 -msgid "https://stackoverflow.com/users/xxxxx" -msgstr "https://stackoverflow.com/users/xxxxx" - -#: inc/theme-options.php:952 -msgid "其他" -msgstr "其他" - -#: inc/theme-options.php:957 -msgid "电子邮箱" -msgstr "電子郵件" - -#: inc/theme-options.php:958 -msgid "mailto:xxxxx@example.com" -msgstr "mailto:xxxxx@example.com" - -#: inc/theme-options.php:981 -msgid "备案信息" -msgstr "備案資訊" - -#: inc/theme-options.php:987 -msgid "工信部备案信息" -msgstr "工信部備案資訊" - -#: inc/theme-options.php:988 -msgid "由工业和信息化部政务服务平台提供" -msgstr "由工業和資訊化部政務服務平臺提供" - -#: inc/theme-options.php:989 -msgid "冀ICP证XXXXXX号" -msgstr "冀ICP證XXXXXX號" - -#: inc/theme-options.php:994 -msgid "公安备案信息" -msgstr "公安備案資訊" - -#: inc/theme-options.php:995 inc/theme-options.php:1002 -msgid "由全国互联网安全管理服务平台提供" -msgstr "由全國互聯網安全管理服務平臺提供" - -#: inc/theme-options.php:996 -msgid "冀公网安备 XXXXXXXXXXXXX 号" -msgstr "冀公網安備 XXXXXXXXXXXXX 號" - -#: inc/theme-options.php:1001 -msgid "公安备案链接" -msgstr "公安備案連結" - -#: inc/theme-options.php:1003 -msgid "http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=xxxxx" -msgstr "http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=xxxxx" - -#: inc/theme-options.php:1010 inc/theme-options.php:1016 -msgid "版权信息" -msgstr "版權資訊" - -#: inc/theme-options.php:1024 -msgid "广告配置" -msgstr "廣告設定" - -#: inc/theme-options.php:1030 -msgid "文章广告" -msgstr "文章廣告" - -#: inc/theme-options.php:1045 inc/theme-options.php:1084 -msgid "仅用于识别广告内容,可以作为备注使用" -msgstr "僅用於識別廣告內容,可以作為備註使用" - -#: inc/theme-options.php:1065 inc/theme-options.php:1104 -msgid "开启/关闭此条广告" -msgstr "開啟/關閉此條廣告" - -#: inc/theme-options.php:1115 -msgid "备份恢复" -msgstr "備份恢復" - -#: inc/theme-options.php:1125 -msgid "关于主题" -msgstr "關於主題" - -#: inc/theme-options.php:1130 -msgid "基础信息" -msgstr "基本資訊" - -#: inc/theme-options.php:1135 -msgid "提示:在反馈主题相关的问题时,请同时复制并提交下面的内容。" -msgstr "提示:在反饋主題相關的問題時,請同時複製並提交下面的內容。" - -#: inc/theme-options.php:1139 -msgid "PHP 版本:" -msgstr "PHP 版本:" - -#: inc/theme-options.php:1139 -msgid "Kratos 版本:" -msgstr "Kratos 版本:" - -#: inc/theme-options.php:1139 -msgid "WordPress 版本:" -msgstr "WordPress 版本:" - -#: inc/theme-options.php:1139 -msgid "User Agent 信息:" -msgstr "User Agent 資訊:" - -#: inc/theme-options.php:1144 -msgid "资料文档" -msgstr "資料文件" - -#: inc/theme-options.php:1148 -msgid "说明文档:" -msgstr "說明文件:" - -#: inc/theme-options.php:1148 -msgid "讨论反馈:" -msgstr "討論回饋:" - -#: inc/theme-options.php:1148 -msgid "常见问题:" -msgstr "常見問題: " - -#: inc/theme-options.php:1148 -msgid "更新日志:" -msgstr "更新日誌:" - -#: inc/theme-options.php:1148 -msgid "捐赠记录:" -msgstr "捐贈記錄:" - -#: inc/theme-options.php:1152 -msgid "版权声明" -msgstr "版權聲明" - -#: inc/theme-options.php:1156 -msgid "主题源码使用 GPL-3.0 协议 进行许可,说明文档使用 CC BY-NC-ND 4.0 进行许可。" -msgstr "主題源碼使用 GPL-3.0 協定 進行許可,說明文檔使用 CC BY-NC-ND 4.0 進行許可。" - -#: inc/theme-options.php:1160 -msgid "讨论交流" -msgstr "討論交流" - -#: inc/theme-options.php:1168 -msgid "打赏支持" -msgstr "打賞支持" - -#: inc/theme-setting.php:23 -#, php-format -msgid "第 %s 页" -msgstr "第 %s 頁" - -#: inc/theme-shortcode.php:106 inc/theme-shortcode.php:118 -#: inc/theme-shortcode.php:130 inc/theme-shortcode.php:142 -#: inc/theme-shortcode.php:218 -msgid "标题内容" -msgstr "標題內容" - -#: inc/theme-shortcode.php:181 -msgid "温馨提示:此处内容已隐藏,回复后刷新页面即可查看!" -msgstr "溫馨提醒:此處內容已隱藏,回覆後重新整理網頁即可查看!" - -#: inc/theme-smtp.php:39 -msgid "[通知]您的留言已经通过审核" -msgstr "[通知] 您的留言已經通過審核" - -#: inc/theme-smtp.php:47 inc/theme-smtp.php:97 -msgid "您好," -msgstr "您好," - -#: inc/theme-smtp.php:48 -msgid "您的留言已经通过了管理员的审核,摘要信息如下:" -msgstr "您的留言已經通過了管理員的審核,摘要資訊如下:" - -#: inc/theme-smtp.php:52 -msgid "文章" -msgstr "文章" - -#: inc/theme-smtp.php:53 -msgid "内容" -msgstr "內容" - -#: inc/theme-smtp.php:54 inc/theme-smtp.php:105 -msgid "操作" -msgstr "操作" - -#: inc/theme-smtp.php:66 inc/theme-smtp.php:118 -msgid "该邮件由系统自动发出,如果不是您本人操作,请忽略此邮件。" -msgstr "該郵件由系統自動傳送,如果不是您本人操作,請忽略此郵件。" - -#: inc/theme-smtp.php:89 -msgid "[通知]您的留言有了新的回复" -msgstr "[通知] 您的留言有了新的回覆" - -#: inc/theme-smtp.php:98 -msgid "您的留言有了新的回复,摘要信息如下:" -msgstr "您的留言有了新的回覆,摘要資訊如下:" - -#: inc/theme-smtp.php:102 -msgid "原文" -msgstr "原文" - -#: inc/theme-smtp.php:104 -msgid "作者" -msgstr "作者" - -#: inc/theme-smtp.php:113 -msgid "查看回复" -msgstr "檢視回覆" - -#: inc/theme-widgets.php:14 -msgid "主页侧边栏" -msgstr "主頁側邊欄" - -#: inc/theme-widgets.php:22 -msgid "文章侧边栏" -msgstr "文章側邊欄" - -#: inc/theme-widgets.php:30 -msgid "页面侧边栏" -msgstr "頁面側邊欄" - -#: inc/theme-widgets.php:62 inc/theme-widgets.php:71 -msgid "篇" -msgstr "篇" - -#: inc/theme-widgets.php:104 -msgid "刚刚" -msgstr "剛剛" - -#: inc/theme-widgets.php:106 -msgid " 年前" -msgstr " 年前" - -#: inc/theme-widgets.php:107 -msgid " 个月前" -msgstr " 個月前" - -#: inc/theme-widgets.php:108 -msgid " 周前" -msgstr " 週前" - -#: inc/theme-widgets.php:109 -msgid " 天前" -msgstr " 天前" - -#: inc/theme-widgets.php:110 -msgid " 小时前" -msgstr " 小時前" - -#: inc/theme-widgets.php:111 -msgid " 分钟前" -msgstr " 分鐘前" - -#: inc/theme-widgets.php:112 -msgid " 秒前" -msgstr " 秒前" - -#: inc/theme-widgets.php:148 -msgid "匿名" -msgstr "匿名" - -#: inc/theme-widgets.php:153 -msgid "发布于 " -msgstr "發佈於 " - -#: inc/theme-widgets.php:153 -msgid "m月d日" -msgstr "m月d日" - -#: inc/theme-widgets.php:169 -msgid "A search form for your site." -msgstr "您網站中的搜尋表單。" - -#: inc/theme-widgets.php:172 -msgctxt "Search widget" -msgid "Search" -msgstr "搜尋" - -#: inc/theme-widgets.php:184 -msgid "搜索" -msgstr "搜尋" - -#: inc/theme-widgets.php:193 -msgid "Title:" -msgstr "標題:" - -#: inc/theme-widgets.php:213 -msgid "图片广告" -msgstr "圖片廣告" - -#: inc/theme-widgets.php:214 -msgid "显示自定义图片广告的工具" -msgstr "顯示自訂圖片廣告的工具" - -#: inc/theme-widgets.php:230 inc/theme-widgets.php:252 -msgid "广告" -msgstr "廣告" - -#: inc/theme-widgets.php:258 -msgid "副标题:" -msgstr "副標題:" - -#: inc/theme-widgets.php:262 -msgid "链接地址:" -msgstr "連結位址:" - -#: inc/theme-widgets.php:266 -msgid "广告图片:" -msgstr "廣告圖片:" - -#: inc/theme-widgets.php:268 inc/theme-widgets.php:338 -msgid "选择图片" -msgstr "選擇圖片" - -#: inc/theme-widgets.php:282 -msgid "个人简介" -msgstr "個人簡介" - -#: inc/theme-widgets.php:283 -msgid "站长个人简介的展示工具" -msgstr "站長個人簡介的展示工具" - -#: inc/theme-widgets.php:299 pages/page-toolbar.php:14 -msgid "这个人很懒,什么都没留下" -msgstr "這個人很懶,什麼都沒留下" - -#: inc/theme-widgets.php:336 -msgid "背景图片:" -msgstr "背景圖片:" - -#: inc/theme-widgets.php:350 inc/theme-widgets.php:374 -msgid "标签聚合" -msgstr "標籤彙整" - -#: inc/theme-widgets.php:351 -msgid "文章标签的展示工具" -msgstr "文章標籤的顯示工具" - -#: inc/theme-widgets.php:397 -msgid "显示数量:" -msgstr "顯示數量:" - -#: inc/theme-widgets.php:401 -msgid "显示排序:" -msgstr "顯示排序:" - -#: inc/theme-widgets.php:403 -msgid "降序" -msgstr "遞減" - -#: inc/theme-widgets.php:404 -msgid "升序" -msgstr "遞增" - -#: inc/theme-widgets.php:405 inc/theme-widgets.php:436 -#: inc/theme-widgets.php:441 inc/theme-widgets.php:496 -msgid "随机" -msgstr "隨機" - -#: inc/theme-widgets.php:418 -msgid "文章聚合" -msgstr "文章彙整" - -#: inc/theme-widgets.php:419 -msgid "展示最热、随机、最新文章的工具" -msgstr "顯示最熱門、隨機、最新文章的工具" - -#: inc/theme-widgets.php:434 inc/theme-widgets.php:439 -#: inc/theme-widgets.php:494 -msgid "最新" -msgstr "最新" - -#: inc/theme-widgets.php:435 inc/theme-widgets.php:440 -#: inc/theme-widgets.php:495 -msgid "热点" -msgstr "熱度" - -#: inc/theme-widgets.php:484 inc/theme-widgets.php:547 -msgid "展示数量:" -msgstr "顯示數量:" - -#: inc/theme-widgets.php:488 -msgid "统计天数:" -msgstr "統計天數:" - -#: inc/theme-widgets.php:492 -msgid "默认显示:" -msgstr "默認顯示:" - -#: inc/theme-widgets.php:509 inc/theme-widgets.php:519 -#: inc/theme-widgets.php:539 -msgid "最近评论" -msgstr "最近評論" - -#: inc/theme-widgets.php:510 -msgid "展示站点最近的评论" -msgstr "展示站點最近的評論" - -#: inc/theme-widgets.php:543 -msgid "栏目标题:" -msgstr "欄目標題:" - -#: inc/theme-widgets.php:562 -msgid "文章目录" -msgstr "文章目錄" - -#: inc/theme-widgets.php:563 -msgid "仅在有目录规则的文章中显示目录的工具" -msgstr "僅在有目錄規則的文章中顯示目錄的工具" - -#: index.php:19 -msgid "搜索内容:" -msgstr "搜尋內容:" - -#: index.php:32 -msgid "很抱歉,没有找到任何内容" -msgstr "很抱歉,沒有找到任何內容" - -#: page.php:29 single.php:85 -msgid "上一页" -msgstr "上一頁" - -#: page.php:48 single.php:104 -msgid "下一页" -msgstr "下一頁" - -#: pages/page-content.php:34 -msgid "页面" -msgstr "頁面" - -#: pages/page-content.php:47 single.php:62 -msgid "条评论" -msgstr "則留言" - -#: pages/page-content.php:51 single.php:54 -msgid "点热度" -msgstr "點熱度" - -#: pages/page-content.php:57 single.php:60 -msgid "人点赞" -msgstr "人按讚" - -#: pages/page-content.php:61 -msgid "阅读全文" -msgstr "閱讀全文" - -#: pages/page-toolbar.php:18 -msgid "打赏" -msgstr "打賞" - -#: pages/page-toolbar.php:20 -msgid "点赞" -msgstr "按讚" - -#: single.php:26 -msgid "首页" -msgstr "首頁" - -#: single.php:46 -msgid "正文" -msgstr "正文" - -#: single.php:65 -msgid "编辑文章" -msgstr "編輯文章" - -#: single.php:126 -#, php-format -msgid "本作品采用 %s 进行许可" -msgstr "本文採用 %s 進行授權" - -#: single.php:131 -msgid "标签:" -msgstr "標籤:" - -#: single.php:135 -msgid "暂无" -msgstr "暫無" - -#: single.php:139 -msgid "最后更新:" -msgstr "最後更新:" - -#: single.php:149 -msgid "< 上一篇" -msgstr "< 上一篇" - -#: single.php:153 -msgid "下一篇 >" -msgstr "下一篇 >" - -#. Theme URI of the plugin/theme -msgid "https://github.com/vtrois/kratos" -msgstr "https://github.com/vtrois/kratos" - -#. Description of the plugin/theme -msgid "主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验,优化的邮件中心为你的网站留存加分添彩。" -msgstr "主題提供了多種針對自媒體部落格需求的小工具,刪繁就簡專注於使用者的閱讀體驗,最佳化的郵件中心為您的網站留存加分添彩。" - -#. Author of the plugin/theme -msgid "Seaton Jiang" -msgstr "Seaton Jiang" - -#. Author URI of the plugin/theme -msgid "https://www.vtrois.com/" -msgstr "https://www.vtrois.com/" diff --git a/style.css b/style.css index 901999f..79f045d 100644 --- a/style.css +++ b/style.css @@ -7,10 +7,10 @@ Requires PHP: 7.2.5 Description: 主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验,优化的邮件中心为你的网站留存加分添彩。 Tags: 博客, 双栏, 响应式, 自定义背景, 自定义颜色, 自定义图标, 自定义菜单, 特色图像, 收录优化, 邮件中心, 主题选项, 小工具, 文章置顶, 无障碍友好 Author: Seaton Jiang -Author URI: https://www.vtrois.com/ -Theme URI: https://github.com/vtrois/kratos +Author URI: https://seatonjiang.com +Theme URI: https://github.com/seatonjiang/kratos License: GPL-3.0 License -License URI: https://github.com/vtrois/kratos/blob/main/LICENSE +License URI: https://github.com/seatonjiang/kratos/blob/main/LICENSE */ /*--------------------------------------------------------------