From fad1d9f30fad00deb7bd40fef835aae9ca69774a Mon Sep 17 00:00:00 2001 From: Spirit Date: Tue, 4 Aug 2020 23:42:53 +0800 Subject: [PATCH] feat: add comment location option now you can choose whether to enable comment location in the comment fields, besides, Comment become a new group in Sakura Options issue #237 --- functions.php | 2 +- inc/css/optionsframework.css | 14 +- languages/en_US.mo | Bin 1568 -> 1608 bytes languages/en_US.po | 1298 ++++++++++++++++---------------- languages/sakura.pot | 1346 ++++++++++++++++------------------ languages/zh_CN.mo | Bin 35759 -> 35973 bytes languages/zh_CN.po | 984 +++++++++++++------------ options.php | 255 ++++--- 8 files changed, 1895 insertions(+), 2004 deletions(-) diff --git a/functions.php b/functions.php index 78b3c11..69252b7 100644 --- a/functions.php +++ b/functions.php @@ -424,7 +424,7 @@ if (!function_exists('akina_comment_format')) { $depth, 'max_depth' => $args['max_depth'])));?>
-
comment_agent); ?>comment_agent); ?> : +
comment_agent); ?>comment_agent); ?> : comment_ID; $i_private = get_comment_meta($comment_ID, '_private', true); diff --git a/inc/css/optionsframework.css b/inc/css/optionsframework.css index 7cbc57a..85abf72 100644 --- a/inc/css/optionsframework.css +++ b/inc/css/optionsframework.css @@ -8,7 +8,7 @@ body { .nav-tab-wrapper { position: relative; - max-width: 860px; + max-width: 930px; margin: auto !important; } @@ -37,7 +37,7 @@ body { .nav-tab { background: none; border:none; - padding: 10px 20px; + padding: 10px 15px; font-weight: 300; font-size: 15px; color: darkgoldenrod; @@ -74,17 +74,23 @@ a#options-group-4-tab:before { a#options-group-5-tab:before { font-family: "dashicons"; - content: "\f110"; + content: "\f101"; float: left; } a#options-group-6-tab:before { + font-family: "dashicons"; + content: "\f110"; + float: left; +} + +a#options-group-7-tab:before { font-family: "dashicons"; content: "\f325"; float: left; } -a#options-group-7-tab:before { +a#options-group-8-tab:before { font-family: "dashicons"; content: "\f487"; float: left; diff --git a/languages/en_US.mo b/languages/en_US.mo index 602c477ea5b7a859492795eafef28a50c1ae118e..9e6c94e39c240bd4b838eb28d6472fd49b68e406 100644 GIT binary patch delta 505 zcmX}ozb^w}9LMqJxn3RZscHuc(b0gYc95nfgT+5!rcIitCSnpvM==>LHcd>D&eg@l zqQYVz21z%G%_1g)_viY=H~HS{p1bGA=k79m2;0M)e{QHeJxgEHbM%(wLfv8p?=XeW z7~(rl;wNVD2WK$wM(^iQ&lhn5*Kry*-FO?>w{3RZg9FsY$EYx;s0}-)g?-e41B~cb zI?1@fMZsFA^+y=si5s7x0$iXz@8i6s=$?eQ_r0+G4ud utnD8b>W$joZtuBb5XSLcj~Bt?#j~){KuZD%M`%D=3o08c3tJ0YYwr^fLoSAnkWi6OXh<{^ zBz78XEvT&J8&L9p?#@YOf438MXO=H_;s(E7>e&z;c}C93bFybyh!-s4E9UV7UHrx} zZtxVhN!=dA^&;k|SMV5X$^HU$-(|cH%rzgn@D@+-9(7@WIyk}t&TvS+lWF#S77cWT zI)9URhid$QYV?R2bbu)w;~`ElX98Z#M~1>%R4`_Ry6_V<&<|>$Kh!|_u?F&xM@MnQ zswNJpyYz1=G@zPB=Tu07H^fngELkEol^Xwtrl)5VdQl- For a better experience, please do not set permalink as plain. To do this, you may need to " @@ -439,31 +439,31 @@ msgstr "" msgid "View comments" msgstr "" -#: options.php:34 options.php:45 options.php:306 +#: options.php:34 options.php:45 options.php:293 msgid "1" msgstr "" -#: options.php:35 options.php:46 options.php:307 +#: options.php:35 options.php:46 options.php:294 msgid "2" msgstr "" -#: options.php:36 options.php:47 options.php:308 +#: options.php:36 options.php:47 options.php:295 msgid "3" msgstr "" -#: options.php:37 options.php:48 options.php:309 +#: options.php:37 options.php:48 options.php:296 msgid "4" msgstr "" -#: options.php:38 options.php:49 options.php:310 +#: options.php:38 options.php:49 options.php:297 msgid "5" msgstr "" -#: options.php:39 options.php:311 +#: options.php:39 options.php:298 msgid "6" msgstr "" -#: options.php:40 options.php:312 +#: options.php:40 options.php:299 msgid "7" msgstr "" @@ -497,59 +497,15 @@ msgstr "" #: options.php:137 msgid "" -"Adjust the theme scheme menu transparency, the smaller the value, the more " -"transparent. The default value is 0.8" -msgstr "" - -#: options.php:142 -msgid "Transparent" +"Adjust the theme scheme menu transparency, fill in decimals between 0 and " +"1, the smaller the value, the more transparent. The default value is 0.8" msgstr "" #: options.php:143 -msgid "Transparency 0.1" -msgstr "" - -#: options.php:144 -msgid "Transparency 0.2" -msgstr "" - -#: options.php:145 -msgid "Transparency 0.3" -msgstr "" - -#: options.php:146 -msgid "Transparency 0.4" -msgstr "" - -#: options.php:147 -msgid "Transparency 0.5" -msgstr "" - -#: options.php:148 -msgid "Transparency 0.6" -msgstr "" - -#: options.php:149 -msgid "Transparency 0.7" -msgstr "" - -#: options.php:150 -msgid "Transparency 0.8" -msgstr "" - -#: options.php:151 -msgid "Transparency 0.9" -msgstr "" - -#: options.php:152 -msgid "Opaque" -msgstr "" - -#: options.php:156 msgid "Change web background" msgstr "" -#: options.php:157 +#: options.php:144 msgid "" "The foreground switches the background of the webpage. There are 8 urls " "separated by commas. The order corresponds to the foreground scheme tool " @@ -560,298 +516,298 @@ msgid "" "configuration page to any new value!" msgstr "" -#: options.php:163 +#: options.php:150 msgid "Darkmode" msgstr "" -#: options.php:164 -msgid "Automatically turn on dark mode from 22:00 p.m. to 06:00 a.m." +#: options.php:151 +msgid "Automatically turn on dark mode from 10:00 p.m. to 06:00 a.m." msgstr "" -#: options.php:170 +#: options.php:157 msgid "Personal avatar" msgstr "" -#: options.php:171 +#: options.php:158 msgid "The best size is 130px*130px." msgstr "" -#: options.php:176 +#: options.php:163 msgid "Text LOGO" msgstr "" -#: options.php:177 +#: options.php:164 msgid "" "The home page does not display the avatar above, but displays a paragraph of " "text (use the avatar above if left blank).The text is recommended not to be " "too long, about 16 bytes is appropriate." msgstr "" -#: options.php:183 +#: options.php:170 msgid "logo" msgstr "" -#: options.php:184 +#: options.php:171 msgid "The best height size is 40px。" msgstr "" -#: options.php:189 +#: options.php:176 msgid "Favicon" msgstr "" -#: options.php:190 +#: options.php:177 msgid "It is the small logo on the browser tab, fill in the url" msgstr "" -#: options.php:196 +#: options.php:183 msgid "Custom keywords and descriptions " msgstr "" -#: options.php:197 +#: options.php:184 msgid "Customize keywords and descriptions after opening" msgstr "" -#: options.php:203 +#: options.php:190 msgid "Site keywords" msgstr "" -#: options.php:204 +#: options.php:191 msgid "Each keyword is divided by a comma \",\" and the number is within 5." msgstr "" -#: options.php:210 +#: options.php:197 msgid "Site descriptions" msgstr "" -#: options.php:211 +#: options.php:198 msgid "Describe the site in concise text, with a maximum of 120 words." msgstr "" -#: options.php:217 +#: options.php:204 msgid "Expand the nav menu" msgstr "" -#: options.php:218 +#: options.php:205 msgid "Check to enable, default shrink" msgstr "" -#: options.php:224 +#: options.php:211 msgid "Head decoration" msgstr "" -#: options.php:225 +#: options.php:212 msgid "" "Enable by default, check off, display on the article page, separate page and " "category page" msgstr "" -#: options.php:231 +#: options.php:218 msgid "Search button" msgstr "" -#: options.php:236 options.php:277 options.php:581 options.php:591 -#: options.php:601 options.php:611 +#: options.php:223 options.php:264 options.php:568 options.php:578 +#: options.php:588 options.php:598 msgid "Open" msgstr "" -#: options.php:237 options.php:278 options.php:582 options.php:592 -#: options.php:602 options.php:612 +#: options.php:224 options.php:265 options.php:569 options.php:579 +#: options.php:589 options.php:599 msgid "Close" msgstr "" -#: options.php:241 +#: options.php:228 msgid "Home article style" msgstr "" -#: options.php:246 +#: options.php:233 msgid "Standard" msgstr "" -#: options.php:247 +#: options.php:234 msgid "Graphic" msgstr "" -#: options.php:251 +#: options.php:238 msgid "Home article feature images (only valid for standard mode)" msgstr "" -#: options.php:256 +#: options.php:243 msgid "Round" msgstr "" -#: options.php:257 +#: options.php:244 msgid "Square" msgstr "" -#: options.php:261 +#: options.php:248 msgid "" "Home article feature images alignment (only for graphic mode, default left " "and right alternate)" msgstr "" -#: options.php:266 +#: options.php:253 msgid "Left" msgstr "" -#: options.php:267 +#: options.php:254 msgid "Right" msgstr "" -#: options.php:268 +#: options.php:255 msgid "Alternate" msgstr "" -#: options.php:272 +#: options.php:259 msgid "Comment shrink" msgstr "" -#: options.php:282 +#: options.php:269 msgid "Display author information at the end of the article?" msgstr "" -#: options.php:283 +#: options.php:270 msgid "Check to enable" msgstr "" -#: options.php:289 +#: options.php:276 msgid "Paging mode" msgstr "" -#: options.php:294 +#: options.php:281 msgid "Ajax load" msgstr "" -#: options.php:295 +#: options.php:282 msgid "Previous and next page" msgstr "" -#: options.php:299 +#: options.php:286 msgid "Automatically load the next page" msgstr "" -#: options.php:300 +#: options.php:287 msgid "" "(seconds) Set to automatically load the next page time, the default is not " "automatically loaded" msgstr "" -#: options.php:305 +#: options.php:292 msgid "0" msgstr "" -#: options.php:313 +#: options.php:300 msgid "8" msgstr "" -#: options.php:314 +#: options.php:301 msgid "9" msgstr "" -#: options.php:315 +#: options.php:302 msgid "10" msgstr "" -#: options.php:316 +#: options.php:303 msgid "Do not load automatically" msgstr "" -#: options.php:320 +#: options.php:307 msgid "Blogger description" msgstr "" -#: options.php:321 +#: options.php:308 msgid "A self-described statement" msgstr "" -#: options.php:327 +#: options.php:314 msgid "Footer info" msgstr "" -#: options.php:328 +#: options.php:315 msgid "Footer description, support for HTML code" msgstr "" -#: options.php:334 +#: options.php:321 msgid "Google analytics" msgstr "" -#: options.php:335 +#: options.php:322 msgid "UA-xxxxx-x" msgstr "" -#: options.php:341 +#: options.php:328 msgid "CNZZ Statistics (not recommand)" msgstr "" -#: options.php:342 +#: options.php:329 msgid "Statistics code, which will be invisible in web page." msgstr "" -#: options.php:348 +#: options.php:335 msgid "Customize CSS styles" msgstr "" -#: options.php:349 +#: options.php:336 msgid "Fill in the CSS code directly, no need to write style tags" msgstr "" -#: options.php:356 +#: options.php:343 msgid "First screen" msgstr "Above The Fold" -#: options.php:360 +#: options.php:347 msgid "Main switch" msgstr "" -#: options.php:361 options.php:405 +#: options.php:348 options.php:392 msgid "Default on, check off" msgstr "" -#: options.php:367 +#: options.php:354 msgid "Social information" msgstr "" -#: options.php:368 +#: options.php:355 msgid "Enable by default, check off, display avatar, signature, SNS" msgstr "" -#: options.php:374 +#: options.php:361 msgid "Social information style" msgstr "" -#: options.php:379 +#: options.php:366 msgid "Merge with signature" msgstr "" -#: options.php:380 +#: options.php:367 msgid "Independent line" msgstr "" -#: options.php:384 +#: options.php:371 msgid "Cover manifest" msgstr "" -#: options.php:385 +#: options.php:372 msgid "Select how to call the cover random image" msgstr "" -#: options.php:390 +#: options.php:377 msgid "webp images (optimization)" msgstr "" -#: options.php:391 +#: options.php:378 msgid "built-in api (default)" msgstr "" -#: options.php:392 +#: options.php:379 msgid "custom api (advanced)" msgstr "" -#: options.php:397 +#: options.php:384 msgid "Cover images url" msgstr "Remove image" -#: options.php:398 +#: options.php:385 #, php-format msgid "" "Fill in the manifest path for random picture display, please refer to here to " -"change the color scheme to custom.(Custom).
Tip: How to match " -"colors? Maybe this can help " -"you." -msgstr "" - -#: options.php:764 -msgid "Panel main color A" -msgstr "" - -#: options.php:767 options.php:775 options.php:783 options.php:791 -msgid "" -"(array) (optional) An array of CSS color definitions which are used " -"to give the user a feel for the theme." -msgstr "" - -#: options.php:772 -msgid "Panel main color B" -msgstr "" - -#: options.php:780 -msgid "Panel main color C" -msgstr "" - -#: options.php:788 -msgid "Panel main color D" -msgstr "" - -#: options.php:796 -msgid "Panel icon color——base" -msgstr "" - -#: options.php:799 options.php:807 options.php:815 -msgid "" -"(array) (optional) An array of CSS color definitions used to color " -"any SVG icons." -msgstr "" - -#: options.php:804 -msgid "Panel icon color——focus" -msgstr "" - -#: options.php:812 -msgid "Panel icon color——current" -msgstr "" - -#: options.php:820 -msgid "Other custom panel styles(CSS)" -msgstr "" - -#: options.php:821 -msgid "If you need to adjust other styles of the panel, put the style here." -msgstr "" - -#: options.php:827 -msgid "Login interface background image" -msgstr "" - -#: options.php:828 -msgid "Use the default image if left this blank" -msgstr "" - -#: options.php:833 -msgid "Login interface logo" -msgstr "" - -#: options.php:834 -msgid "Used for login interface display" -msgstr "" - -#: options.php:840 -msgid "Login/registration related settings" -msgstr "" - -#: options.php:847 -msgid "Specify login address" -msgstr "" - -#: options.php:848 -msgid "" -"Forcibly do not use the background address to log in, fill in the new " -"landing page address, such as http://www.xxx.com/login [Note] Before you " -"fill out, test your new page can be opened normally, so as not to enter the " -"background or other problems happening" -msgstr "" - -#: options.php:854 -msgid "Specify registered address" -msgstr "" - -#: options.php:855 -msgid "This link is used on the login page as a registration entry" -msgstr "" - -#: options.php:861 -msgid "Allow users to register" -msgstr "" - -#: options.php:862 -msgid "Check to allow users to register at the frontend" -msgstr "" - -#: options.php:868 -msgid "Automatically redirect after login" -msgstr "" - -#: options.php:869 -msgid "" -"After checken, the administrator redirects to the background and the user " -"redirects to the home page." -msgstr "" - -#: options.php:875 -msgid "Registration verification (frontend only, backend forced open)" -msgstr "" - -#: options.php:876 -msgid "Check to enable slide verification" -msgstr "" - -#: options.php:883 -msgid "CDN" -msgstr "" - -#: options.php:887 -msgid "Images CDN" -msgstr "" - -#: options.php:888 -msgid "" -"Note: Fill in the format http(s)://your CDN domain name/.
In other " -"words, the original path is http://your.domain/wp-content/uploads/2018/05/xx." -"png and the picture will load from http://your CDN domain/2018/05/xx.png" -msgstr "" - -#: options.php:894 -msgid "Use the front-end library locally (lib.js、lib.css)" -msgstr "" - -#: options.php:895 -msgid "The front-end library don't load from jsDelivr, not recommand" -msgstr "" - -#: options.php:901 -msgid "Use js and css file of the theme (sakura-app.js、style.css) locally" -msgstr "" - -#: options.php:902 -msgid "" -"The js and css files of the theme do not load from jsDelivr, please open " -"when DIY" -msgstr "" - -#: options.php:909 -msgid "Others" -msgstr "" - -#: options.php:913 -msgid "About" -msgstr "" - -#: options.php:914 -#, php-format -msgid "" -"Theme Sakura v %s | Theme " -"document | Source " -"code\"GitHub" -msgstr "" - -#: options.php:920 -msgid "Check for Updates" -msgstr "" - -#: options.php:932 -msgid "Footer float music player" -msgstr "" - -#: options.php:933 -msgid "Choose which platform you'll use." -msgstr "" - -#: options.php:938 -msgid "Netease Cloud Music (default)" -msgstr "" - -#: options.php:939 -msgid "Xiami Music" -msgstr "" - -#: options.php:940 -msgid "KuGou Music" -msgstr "" - -#: options.php:941 -msgid "Baidu Music" -msgstr "" - -#: options.php:942 -msgid "QQ Music (may fail) " -msgstr "" - -#: options.php:943 -msgid "Off" -msgstr "" - -#: options.php:947 -msgid "Song list ID" -msgstr "" - -#: options.php:948 -msgid "" -"Fill in the \"song list\" ID, eg: https://music.163.com/#/playlist?" -"id=2288037900 The ID is 2288037900" -msgstr "" - -#: options.php:954 -msgid "Netease Cloud Music cookie" -msgstr "" - -#: options.php:955 -msgid "" -"For Netease Cloud Music, fill in your vip account's cookies if you want to " -"play special tracks.If you don't know what does mean, left it blank." -msgstr "" - -#: options.php:961 -msgid "Version Control" -msgstr "" - -#: options.php:962 -msgid "" -"Used to update frontend cookies and browser caches, any string can be used" -msgstr "" - -#: options.php:968 -msgid "Enable PJAX (recommand on)" -msgstr "" - -#: options.php:969 -msgid "The principle is the same as Ajax" -msgstr "" - -#: options.php:975 -msgid "Enable NProgress progress bar" -msgstr "" - -#: options.php:976 options.php:983 options.php:990 -msgid "Default off, check on" -msgstr "" - -#: options.php:982 -msgid "Enable sidebar widget" -msgstr "" - -#: options.php:989 -msgid "Enable Announcement" -msgstr "" - -#: options.php:996 -msgid "Announcement content" -msgstr "" - -#: options.php:997 -msgid "" -"Announcement content, the text exceeds 142 bytes will be scrolled display " -"(mobile device is invalid)" -msgstr "" - -#: options.php:1002 -msgid "Bilibili UID" -msgstr "" - -#: options.php:1003 -msgid "" -"Fill in your UID, eg.https://space.bilibili.com/13972644/, only fill in with " -"the number part." -msgstr "" - -#: options.php:1009 -msgid "Bilibili Cookie" -msgstr "" - -#: options.php:1010 -msgid "" -"Fill in your Cookies, go to your bilibili homepage, you can get cookies in " -"brownser network pannel with pressing F12. If left this blank, you'll not " -"get the progress." -msgstr "" - -#: options.php:1015 -msgid "The categories of articles that don't not show on homepage" -msgstr "" - -#: options.php:1016 options.php:1023 -msgid "Fill in category ID, multiple IDs are divided by a comma \",\"" -msgstr "" - -#: options.php:1022 -msgid "Images category" -msgstr "" - -#: options.php:1029 -msgid "Statistics Interface" -msgstr "" - -#: options.php:1034 -msgid "" -"WP-Statistics plugin (Professional statistics, can exclude invalid access)" -msgstr "" - -#: options.php:1035 -msgid "Theme built-in (simple statistics, calculate each page access request)" -msgstr "" - -#: options.php:1039 -msgid "Statistical data display format" -msgstr "" - -#: options.php:1044 -msgid "23333 Views (default)" -msgstr "" - -#: options.php:1045 -msgid "23,333 Views (britain)" -msgstr "" - -#: options.php:1046 -msgid "23 333 Views (french)" -msgstr "" - -#: options.php:1047 -msgid "23k Views (chinese)" -msgstr "" - -#: options.php:1051 +#: options.php:743 msgid "Gravatar avatar proxy" msgstr "" -#: options.php:1052 +#: options.php:744 msgid "" "A front-ed proxy for Gravatar, eg. gravatar.2heng.xin/avatar . Leave it " "blank if you do not need." msgstr "" -#: options.php:1058 +#: options.php:750 msgid "Comment image upload API" msgstr "" -#: options.php:1063 +#: options.php:755 msgid "Imgur (https://imgur.com)" msgstr "" -#: options.php:1064 +#: options.php:756 msgid "SM.MS (https://sm.ms)" msgstr "" -#: options.php:1065 +#: options.php:757 msgid "Chevereto (https://chevereto.com)" msgstr "" -#: options.php:1069 +#: options.php:761 msgid "Imgur Client ID" msgstr "" -#: options.php:1070 +#: options.php:762 msgid "" "Register your application here, note we only need the Client ID here." msgstr "" -#: options.php:1076 +#: options.php:768 msgid "SM.MS Secret Token" msgstr "" -#: options.php:1077 +#: options.php:769 msgid "" "Register your application here." msgstr "" -#: options.php:1083 +#: options.php:775 msgid "Chevereto API v1 key" msgstr "" -#: options.php:1084 +#: options.php:776 msgid "Get your API key here: " msgstr "" -#: options.php:1090 +#: options.php:782 msgid "Chevereto URL" msgstr "" -#: options.php:1091 +#: options.php:783 msgid "" "Your Chevereto homepage url, no slash in the end, eg. https://your.cherverto." "com" msgstr "" -#: options.php:1097 +#: options.php:789 msgid "Comment images proxy" msgstr "" -#: options.php:1098 +#: options.php:790 msgid "" "A front-ed proxy for the uploaded images. Leave it blank if you do not need." msgstr "" -#: options.php:1104 +#: options.php:796 msgid "Imgur upload proxy" msgstr "" -#: options.php:1105 +#: options.php:797 msgid "" "A back-ed proxy to upload images. You may set a self hosted proxy with " "Nginx, following my 】" msgstr "" -#: options.php:1111 -msgid "Enable live search" -msgstr "" - -#: options.php:1112 -msgid "" -"Real-time search in the foreground, call the Rest API to update the cache " -"every hour, you can manually set the cache time in api.php" -msgstr "" - -#: options.php:1118 -msgid "Include comments in live search" -msgstr "" - -#: options.php:1119 -msgid "" -"Search for comments in real-time search (not recommended if there are too " -"many comments on the site)" -msgstr "" - -#: options.php:1125 -msgid "Enable baguetteBox" -msgstr "" - -#: options.php:1126 -msgid "" -"Default off,please read wiki" -msgstr "" - -#: options.php:1132 -msgid "Enable lazyload in posts" -msgstr "" - -#: options.php:1139 -msgid "lazyload spinner" -msgstr "" - -#: options.php:1140 -msgid "The placeholder to display when the image loads, fill in the image url" -msgstr "" - -#: options.php:1146 -msgid "Whether to enable the clipboard copyright" -msgstr "" - -#: options.php:1147 -msgid "" -"Automatically add a copyright to the clipboard when copying more than 30 " -"bytes, which is enabled by default." -msgstr "" - -#: options.php:1153 -msgid "Email address prefix" -msgstr "" - -#: options.php:1154 -msgid "" -"For sending system mail, the sender address displayed in the user's mailbox, " -"do not use Chinese, the default system email address is bibi@your_domain_name" -msgstr "" - -#: options.php:1160 +#: options.php:803 msgid "Comments reply notification" msgstr "" -#: options.php:1161 +#: options.php:804 msgid "" "WordPress will use email to notify users when their comments receive a reply " "by default. Tick this item allows users to set their own comments reply " "notification" msgstr "" -#: options.php:1167 +#: options.php:810 msgid "Administrator comment notification" msgstr "" -#: options.php:1168 +#: options.php:811 msgid "" "Whether to use email notification when the administrator's comments receive " "a reply" msgstr "" -#: options.php:1174 +#: options.php:817 msgid "Enable private comment" msgstr "" -#: options.php:1175 +#: options.php:818 msgid "Allow users to set their own comments to be invisible to others" msgstr "" -#: options.php:1181 +#: options.php:824 msgid "Human verification" msgstr "" -#: options.php:1182 +#: options.php:825 msgid "Enable human verification" msgstr "" -#: options.php:1188 +#: options.php:831 msgid "QQ avatar link encryption" msgstr "" -#: options.php:1189 +#: options.php:832 msgid "Do not display the user's qq avatar links directly." msgstr "" -#: options.php:1194 +#: options.php:837 msgid "Off (default)" msgstr "" -#: options.php:1195 +#: options.php:838 msgid "use redirect (general security)" msgstr "" -#: options.php:1196 +#: options.php:839 msgid "fetch data at backend (high security)" msgstr "" -#: options.php:1197 +#: options.php:840 msgid "fetch data at backend (high security,slow)" msgstr "" -#: options.php:1201 +#: options.php:844 msgid "Comment UA infomation" msgstr "" -#: options.php:1202 +#: options.php:845 msgid "" "Check to enable, display the user's browser, operating system information" msgstr "" -#: options.php:1208 +#: options.php:851 +msgid "Comment location infomation" +msgstr "" + +#: options.php:852 +msgid "Check to enable, display the user's location info" +msgstr "" + +#: options.php:858 msgid "Enable disqus" msgstr "" -#: options.php:1209 +#: options.php:859 msgid "Enable disqus for comment" msgstr "" -#: options.php:1215 +#: options.php:865 msgid "Time Zone adjustment" msgstr "" -#: options.php:1216 +#: options.php:866 msgid "" "If the comment has a time difference problem adjust here, fill in an " "integer, the calculation method: actual_time = display_error_time - " "the_integer_you_entered (unit: hour)" msgstr "" +#: options.php:872 +msgid "Dashboard configuration" +msgstr "Dashboard" + +#: options.php:877 +msgid "Dashboard panel custom color scheme" +msgstr "" + +#: options.php:878 +msgid "" +"You can design the dashboard panel (/wp-admin/) style yourself below, but " +"before you start, please go to here to " +"change the color scheme to custom.(Custom).
Tip: How to match " +"colors? Maybe this can help " +"you." +msgstr "" + +#: options.php:884 +msgid "Panel main color A" +msgstr "" + +#: options.php:887 options.php:895 options.php:903 options.php:911 +msgid "" +"(array) (optional) An array of CSS color definitions which are used " +"to give the user a feel for the theme." +msgstr "" + +#: options.php:892 +msgid "Panel main color B" +msgstr "" + +#: options.php:900 +msgid "Panel main color C" +msgstr "" + +#: options.php:908 +msgid "Panel main color D" +msgstr "" + +#: options.php:916 +msgid "Panel icon color——base" +msgstr "" + +#: options.php:919 options.php:927 options.php:935 +msgid "" +"(array) (optional) An array of CSS color definitions used to color " +"any SVG icons." +msgstr "" + +#: options.php:924 +msgid "Panel icon color——focus" +msgstr "" + +#: options.php:932 +msgid "Panel icon color——current" +msgstr "" + +#: options.php:940 +msgid "Other custom panel styles(CSS)" +msgstr "" + +#: options.php:941 +msgid "If you need to adjust other styles of the panel, put the style here." +msgstr "" + +#: options.php:947 +msgid "Login interface background image" +msgstr "" + +#: options.php:948 +msgid "Use the default image if left this blank" +msgstr "" + +#: options.php:953 +msgid "Login interface logo" +msgstr "" + +#: options.php:954 +msgid "Used for login interface display" +msgstr "" + +#: options.php:960 +msgid "Login/registration related settings" +msgstr "" + +#: options.php:967 +msgid "Specify login address" +msgstr "" + +#: options.php:968 +msgid "" +"Forcibly do not use the background address to log in, fill in the new " +"landing page address, such as http://www.xxx.com/login [Note] Before you " +"fill out, test your new page can be opened normally, so as not to enter the " +"background or other problems happening" +msgstr "" + +#: options.php:974 +msgid "Specify registered address" +msgstr "" + +#: options.php:975 +msgid "This link is used on the login page as a registration entry" +msgstr "" + +#: options.php:981 +msgid "Allow users to register" +msgstr "" + +#: options.php:982 +msgid "Check to allow users to register at the frontend" +msgstr "" + +#: options.php:988 +msgid "Automatically redirect after login" +msgstr "" + +#: options.php:989 +msgid "" +"After checken, the administrator redirects to the background and the user " +"redirects to the home page." +msgstr "" + +#: options.php:995 +msgid "Registration verification (frontend only, backend forced open)" +msgstr "" + +#: options.php:996 +msgid "Check to enable slide verification" +msgstr "" + +#: options.php:1003 +msgid "CDN" +msgstr "" + +#: options.php:1007 +msgid "Images CDN" +msgstr "" + +#: options.php:1008 +msgid "" +"Note: Fill in the format http(s)://your CDN domain name/.
In other " +"words, the original path is http://your.domain/wp-content/uploads/2018/05/xx." +"png and the picture will load from http://your CDN domain/2018/05/xx.png" +msgstr "" + +#: options.php:1014 +msgid "Use the front-end library locally (lib.js、lib.css)" +msgstr "" + +#: options.php:1015 +msgid "The front-end library don't load from jsDelivr, not recommand" +msgstr "" + +#: options.php:1021 +msgid "Use js and css file of the theme (sakura-app.js、style.css) locally" +msgstr "" + +#: options.php:1022 +msgid "" +"The js and css files of the theme do not load from jsDelivr, please open " +"when DIY" +msgstr "" + +#: options.php:1029 +msgid "Others" +msgstr "" + +#: options.php:1033 +msgid "About" +msgstr "" + +#: options.php:1034 +#, php-format +msgid "" +"Theme Sakura v %s | Theme " +"document | Source " +"code\"GitHub" +msgstr "" + +#: options.php:1040 +msgid "Check for Updates" +msgstr "" + +#: options.php:1052 +msgid "Footer float music player" +msgstr "" + +#: options.php:1053 +msgid "Choose which platform you'll use." +msgstr "" + +#: options.php:1058 +msgid "Netease Cloud Music (default)" +msgstr "" + +#: options.php:1059 +msgid "Xiami Music" +msgstr "" + +#: options.php:1060 +msgid "KuGou Music" +msgstr "" + +#: options.php:1061 +msgid "Baidu Music" +msgstr "" + +#: options.php:1062 +msgid "QQ Music (may fail) " +msgstr "" + +#: options.php:1063 +msgid "Off" +msgstr "" + +#: options.php:1067 +msgid "Song list ID" +msgstr "" + +#: options.php:1068 +msgid "" +"Fill in the \"song list\" ID, eg: https://music.163.com/#/playlist?" +"id=2288037900 The ID is 2288037900" +msgstr "" + +#: options.php:1074 +msgid "Netease Cloud Music cookie" +msgstr "" + +#: options.php:1075 +msgid "" +"For Netease Cloud Music, fill in your vip account's cookies if you want to " +"play special tracks.If you don't know what does mean, left it blank." +msgstr "" + +#: options.php:1081 +msgid "Version Control" +msgstr "" + +#: options.php:1082 +msgid "" +"Used to update frontend cookies and browser caches, any string can be used" +msgstr "" + +#: options.php:1088 +msgid "Enable PJAX (recommand on)" +msgstr "" + +#: options.php:1089 +msgid "The principle is the same as Ajax" +msgstr "" + +#: options.php:1095 +msgid "Enable NProgress progress bar" +msgstr "" + +#: options.php:1096 options.php:1103 options.php:1110 +msgid "Default off, check on" +msgstr "" + +#: options.php:1102 +msgid "Enable sidebar widget" +msgstr "" + +#: options.php:1109 +msgid "Enable Announcement" +msgstr "" + +#: options.php:1116 +msgid "Announcement content" +msgstr "" + +#: options.php:1117 +msgid "" +"Announcement content, the text exceeds 142 bytes will be scrolled display " +"(mobile device is invalid)" +msgstr "" + +#: options.php:1122 +msgid "Bilibili UID" +msgstr "" + +#: options.php:1123 +msgid "" +"Fill in your UID, eg.https://space.bilibili.com/13972644/, only fill in with " +"the number part." +msgstr "" + +#: options.php:1129 +msgid "Bilibili Cookie" +msgstr "" + +#: options.php:1130 +msgid "" +"Fill in your Cookies, go to your bilibili homepage, you can get cookies in " +"brownser network pannel with pressing F12. If left this blank, you'll not " +"get the progress." +msgstr "" + +#: options.php:1135 +msgid "The categories of articles that don't not show on homepage" +msgstr "" + +#: options.php:1136 options.php:1143 +msgid "Fill in category ID, multiple IDs are divided by a comma \",\"" +msgstr "" + +#: options.php:1142 +msgid "Images category" +msgstr "" + +#: options.php:1149 +msgid "Statistics Interface" +msgstr "" + +#: options.php:1154 +msgid "" +"WP-Statistics plugin (Professional statistics, can exclude invalid access)" +msgstr "" + +#: options.php:1155 +msgid "Theme built-in (simple statistics, calculate each page access request)" +msgstr "" + +#: options.php:1159 +msgid "Statistical data display format" +msgstr "" + +#: options.php:1164 +msgid "23333 Views (default)" +msgstr "" + +#: options.php:1165 +msgid "23,333 Views (britain)" +msgstr "" + +#: options.php:1166 +msgid "23 333 Views (french)" +msgstr "" + +#: options.php:1167 +msgid "23k Views (chinese)" +msgstr "" + +#: options.php:1171 +msgid "Enable live search" +msgstr "" + +#: options.php:1172 +msgid "" +"Real-time search in the foreground, call the Rest API to update the cache " +"every hour, you can manually set the cache time in api.php" +msgstr "" + +#: options.php:1178 +msgid "Include comments in live search" +msgstr "" + +#: options.php:1179 +msgid "" +"Search for comments in real-time search (not recommended if there are too " +"many comments on the site)" +msgstr "" + +#: options.php:1185 +msgid "Enable baguetteBox" +msgstr "" + +#: options.php:1186 +msgid "" +"Default off,please read wiki" +msgstr "" + +#: options.php:1192 +msgid "Enable lazyload in posts" +msgstr "" + +#: options.php:1199 +msgid "lazyload spinner" +msgstr "" + +#: options.php:1200 +msgid "The placeholder to display when the image loads, fill in the image url" +msgstr "" + +#: options.php:1206 +msgid "Whether to enable the clipboard copyright" +msgstr "" + +#: options.php:1207 +msgid "" +"Automatically add a copyright to the clipboard when copying more than 30 " +"bytes, which is enabled by default." +msgstr "" + +#: options.php:1213 +msgid "Email address prefix" +msgstr "" + +#: options.php:1214 +msgid "" +"For sending system mail, the sender address displayed in the user's mailbox, " +"do not use Chinese, the default system email address is bibi@your_domain_name" +msgstr "" + #: search.php:19 #, php-format msgid "search result: %s" diff --git a/languages/sakura.pot b/languages/sakura.pot index 626d5b5..f66dba2 100644 --- a/languages/sakura.pot +++ b/languages/sakura.pot @@ -3,42 +3,40 @@ msgid "" msgstr "" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" "Project-Id-Version: Sakura\n" -"POT-Creation-Date: 2020-04-19 00:12+0800\n" +"POT-Creation-Date: 2020-08-04 23:33+0800\n" "PO-Revision-Date: 2019-11-01 14:27+0800\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.3\n" +"X-Generator: Poedit 2.3.1\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-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-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPathExcluded-0: *.js\n" -#: 404.php:17 +#: 404.php:18 #, php-format msgid "page %s" msgstr "" -#: 404.php:46 +#: 404.php:47 msgid "return to previous page" msgstr "" -#: 404.php:47 +#: 404.php:48 msgid "return to home page" msgstr "" -#: 404.php:50 +#: 404.php:51 msgid "Don't worry, search in site?" msgstr "" -#: 404.php:53 footer.php:62 search.php:42 +#: 404.php:54 footer.php:62 search.php:42 msgid "Search..." msgstr "" @@ -142,7 +140,8 @@ msgstr "" msgid "Nav Menus" msgstr "" -#: functions.php:423 inc/theme_plus.php:186 layouts/authorprofile.php:11 options.php:121 +#: functions.php:423 inc/theme_plus.php:186 layouts/authorprofile.php:11 +#: options.php:121 msgid "Author" msgstr "" @@ -171,9 +170,7 @@ msgid "Edit" msgstr "" #: functions.php:527 -msgid "" -"Please install pulgin WP-Statistics" +msgid "Please install pulgin WP-Statistics" msgstr "" #: functions.php:577 @@ -184,7 +181,7 @@ msgstr "" msgid "All expand/collapse" msgstr "" -#: functions.php:1356 options.php:841 +#: functions.php:1356 options.php:961 msgid " " msgstr "" @@ -208,11 +205,8 @@ msgstr "" msgid "Sidebar" msgstr "" -#: functions.php:1901 -msgid "" -" For a better experience, please do not set " -"permalink as plain. To do this, you may need to configure pseudo-static . " +#: functions.php:1902 +msgid " For a better experience, please do not set permalink as plain. To do this, you may need to configure pseudo-static . " msgstr "" #: header.php:35 @@ -224,7 +218,8 @@ msgstr "" msgid "category/tag image" msgstr "" -#: inc/categories-images.php:48 inc/categories-images.php:68 inc/categories-images.php:197 +#: inc/categories-images.php:48 inc/categories-images.php:68 +#: inc/categories-images.php:197 msgid "add image" msgstr "" @@ -244,7 +239,8 @@ msgstr "" msgid "The comment is private" msgstr "" -#: inc/options-framework.php:182 inc/options-framework.php:183 inc/options-framework.php:412 +#: inc/options-framework.php:182 inc/options-framework.php:183 +#: inc/options-framework.php:412 msgid "Sakura Options" msgstr "" @@ -403,8 +399,8 @@ msgstr "" msgid "Sign out? " msgstr "" -#: inc/theme_plus.php:298 inc/theme_plus.php:353 inc/theme_plus.php:421 tpl/content-single.php:16 -#: tpl/single-image.php:18 +#: inc/theme_plus.php:298 inc/theme_plus.php:353 inc/theme_plus.php:421 +#: tpl/content-single.php:16 tpl/single-image.php:18 msgid "View" msgid_plural "Views" msgstr[0] "" @@ -435,31 +431,31 @@ msgstr "" msgid "View comments" msgstr "" -#: options.php:34 options.php:45 options.php:306 +#: options.php:34 options.php:45 options.php:293 msgid "1" msgstr "" -#: options.php:35 options.php:46 options.php:307 +#: options.php:35 options.php:46 options.php:294 msgid "2" msgstr "" -#: options.php:36 options.php:47 options.php:308 +#: options.php:36 options.php:47 options.php:295 msgid "3" msgstr "" -#: options.php:37 options.php:48 options.php:309 +#: options.php:37 options.php:48 options.php:296 msgid "4" msgstr "" -#: options.php:38 options.php:49 options.php:310 +#: options.php:38 options.php:49 options.php:297 msgid "5" msgstr "" -#: options.php:39 options.php:311 +#: options.php:39 options.php:298 msgid "6" msgstr "" -#: options.php:40 options.php:312 +#: options.php:40 options.php:299 msgid "7" msgstr "" @@ -492,1257 +488,1156 @@ msgid "Theme scheme tool transparency" msgstr "" #: options.php:137 -msgid "" -"Adjust the theme scheme menu transparency, the smaller the value, the more transparent. The " -"default value is 0.8" -msgstr "" - -#: options.php:142 -msgid "Transparent" +msgid "Adjust the theme scheme menu transparency, fill in decimals between 0 and 1, the smaller the value, the more transparent. The default value is 0.8" msgstr "" #: options.php:143 -msgid "Transparency 0.1" -msgstr "" - -#: options.php:144 -msgid "Transparency 0.2" -msgstr "" - -#: options.php:145 -msgid "Transparency 0.3" -msgstr "" - -#: options.php:146 -msgid "Transparency 0.4" -msgstr "" - -#: options.php:147 -msgid "Transparency 0.5" -msgstr "" - -#: options.php:148 -msgid "Transparency 0.6" -msgstr "" - -#: options.php:149 -msgid "Transparency 0.7" -msgstr "" - -#: options.php:150 -msgid "Transparency 0.8" -msgstr "" - -#: options.php:151 -msgid "Transparency 0.9" -msgstr "" - -#: options.php:152 -msgid "Opaque" -msgstr "" - -#: options.php:156 msgid "Change web background" msgstr "" -#: options.php:157 -msgid "" -"The foreground switches the background of the webpage. There are 8 urls separated by commas. " -"The order corresponds to the foreground scheme tool button position (the order of the buttons " -"is from left to right, top to bottom). If no background is needed, fill in the corresponding " -"position as none.Note: If the theme is updated from v3.2.3 and below, be sure to " -"change the [Version Control] parameter under the [Other] tab of this configuration page to any " -"new value!" +#: options.php:144 +msgid "The foreground switches the background of the webpage. There are 8 urls separated by commas. The order corresponds to the foreground scheme tool button position (the order of the buttons is from left to right, top to bottom). If no background is needed, fill in the corresponding position as none.Note: If the theme is updated from v3.2.3 and below, be sure to change the [Version Control] parameter under the [Other] tab of this configuration page to any new value!" msgstr "" -#: options.php:163 +#: options.php:150 msgid "Darkmode" msgstr "" -#: options.php:164 -msgid "Automatically turn on dark mode from 22:00 p.m. to 06:00 a.m." +#: options.php:151 +msgid "Automatically turn on dark mode from 10:00 p.m. to 06:00 a.m." msgstr "" -#: options.php:170 +#: options.php:157 msgid "Personal avatar" msgstr "" -#: options.php:171 +#: options.php:158 msgid "The best size is 130px*130px." msgstr "" -#: options.php:176 +#: options.php:163 msgid "Text LOGO" msgstr "" -#: options.php:177 -msgid "" -"The home page does not display the avatar above, but displays a paragraph of text (use the " -"avatar above if left blank).The text is recommended not to be too long, about 16 bytes is " -"appropriate." +#: options.php:164 +msgid "The home page does not display the avatar above, but displays a paragraph of text (use the avatar above if left blank).The text is recommended not to be too long, about 16 bytes is appropriate." msgstr "" -#: options.php:183 +#: options.php:170 msgid "logo" msgstr "" -#: options.php:184 +#: options.php:171 msgid "The best height size is 40px。" msgstr "" -#: options.php:189 +#: options.php:176 msgid "Favicon" msgstr "" -#: options.php:190 +#: options.php:177 msgid "It is the small logo on the browser tab, fill in the url" msgstr "" -#: options.php:196 +#: options.php:183 msgid "Custom keywords and descriptions " msgstr "" -#: options.php:197 +#: options.php:184 msgid "Customize keywords and descriptions after opening" msgstr "" -#: options.php:203 +#: options.php:190 msgid "Site keywords" msgstr "" -#: options.php:204 +#: options.php:191 msgid "Each keyword is divided by a comma \",\" and the number is within 5." msgstr "" -#: options.php:210 +#: options.php:197 msgid "Site descriptions" msgstr "" -#: options.php:211 +#: options.php:198 msgid "Describe the site in concise text, with a maximum of 120 words." msgstr "" -#: options.php:217 +#: options.php:204 msgid "Expand the nav menu" msgstr "" -#: options.php:218 +#: options.php:205 msgid "Check to enable, default shrink" msgstr "" -#: options.php:224 +#: options.php:211 msgid "Head decoration" msgstr "" -#: options.php:225 -msgid "" -"Enable by default, check off, display on the article page, separate page and category page" +#: options.php:212 +msgid "Enable by default, check off, display on the article page, separate page and category page" msgstr "" -#: options.php:231 +#: options.php:218 msgid "Search button" msgstr "" -#: options.php:236 options.php:277 options.php:581 options.php:591 options.php:601 -#: options.php:611 +#: options.php:223 options.php:264 options.php:568 options.php:578 +#: options.php:588 options.php:598 msgid "Open" msgstr "" -#: options.php:237 options.php:278 options.php:582 options.php:592 options.php:602 -#: options.php:612 +#: options.php:224 options.php:265 options.php:569 options.php:579 +#: options.php:589 options.php:599 msgid "Close" msgstr "" -#: options.php:241 +#: options.php:228 msgid "Home article style" msgstr "" -#: options.php:246 +#: options.php:233 msgid "Standard" msgstr "" -#: options.php:247 +#: options.php:234 msgid "Graphic" msgstr "" -#: options.php:251 +#: options.php:238 msgid "Home article feature images (only valid for standard mode)" msgstr "" -#: options.php:256 +#: options.php:243 msgid "Round" msgstr "" -#: options.php:257 +#: options.php:244 msgid "Square" msgstr "" -#: options.php:261 -msgid "" -"Home article feature images alignment (only for graphic mode, default left and right alternate)" +#: options.php:248 +msgid "Home article feature images alignment (only for graphic mode, default left and right alternate)" msgstr "" -#: options.php:266 +#: options.php:253 msgid "Left" msgstr "" -#: options.php:267 +#: options.php:254 msgid "Right" msgstr "" -#: options.php:268 +#: options.php:255 msgid "Alternate" msgstr "" -#: options.php:272 +#: options.php:259 msgid "Comment shrink" msgstr "" -#: options.php:282 +#: options.php:269 msgid "Display author information at the end of the article?" msgstr "" -#: options.php:283 +#: options.php:270 msgid "Check to enable" msgstr "" -#: options.php:289 +#: options.php:276 msgid "Paging mode" msgstr "" -#: options.php:294 +#: options.php:281 msgid "Ajax load" msgstr "" -#: options.php:295 +#: options.php:282 msgid "Previous and next page" msgstr "" -#: options.php:299 +#: options.php:286 msgid "Automatically load the next page" msgstr "" -#: options.php:300 -msgid "" -"(seconds) Set to automatically load the next page time, the default is not automatically loaded" +#: options.php:287 +msgid "(seconds) Set to automatically load the next page time, the default is not automatically loaded" msgstr "" -#: options.php:305 +#: options.php:292 msgid "0" msgstr "" -#: options.php:313 +#: options.php:300 msgid "8" msgstr "" -#: options.php:314 +#: options.php:301 msgid "9" msgstr "" -#: options.php:315 +#: options.php:302 msgid "10" msgstr "" -#: options.php:316 +#: options.php:303 msgid "Do not load automatically" msgstr "" -#: options.php:320 +#: options.php:307 msgid "Blogger description" msgstr "" -#: options.php:321 +#: options.php:308 msgid "A self-described statement" msgstr "" -#: options.php:327 +#: options.php:314 msgid "Footer info" msgstr "" -#: options.php:328 +#: options.php:315 msgid "Footer description, support for HTML code" msgstr "" -#: options.php:334 +#: options.php:321 msgid "Google analytics" msgstr "" -#: options.php:335 +#: options.php:322 msgid "UA-xxxxx-x" msgstr "" -#: options.php:341 +#: options.php:328 msgid "CNZZ Statistics (not recommand)" msgstr "" -#: options.php:342 +#: options.php:329 msgid "Statistics code, which will be invisible in web page." msgstr "" -#: options.php:348 +#: options.php:335 msgid "Customize CSS styles" msgstr "" -#: options.php:349 +#: options.php:336 msgid "Fill in the CSS code directly, no need to write style tags" msgstr "" -#: options.php:356 +#: options.php:343 msgid "First screen" msgstr "" -#: options.php:360 +#: options.php:347 msgid "Main switch" msgstr "" -#: options.php:361 options.php:405 +#: options.php:348 options.php:392 msgid "Default on, check off" msgstr "" -#: options.php:367 +#: options.php:354 msgid "Social information" msgstr "" -#: options.php:368 +#: options.php:355 msgid "Enable by default, check off, display avatar, signature, SNS" msgstr "" -#: options.php:374 +#: options.php:361 msgid "Social information style" msgstr "" -#: options.php:379 +#: options.php:366 msgid "Merge with signature" msgstr "" -#: options.php:380 +#: options.php:367 msgid "Independent line" msgstr "" -#: options.php:384 +#: options.php:371 msgid "Cover manifest" msgstr "" -#: options.php:385 +#: options.php:372 msgid "Select how to call the cover random image" msgstr "" -#: options.php:390 +#: options.php:377 msgid "webp images (optimization)" msgstr "" -#: options.php:391 +#: options.php:378 msgid "built-in api (default)" msgstr "" -#: options.php:392 +#: options.php:379 msgid "custom api (advanced)" msgstr "" -#: options.php:397 +#: options.php:384 msgid "Cover images url" msgstr "" -#: options.php:398 +#: options.php:385 #, php-format -msgid "" -"Fill in the manifest path for random picture display, please refer to Wiki . If you select webp images above, click " -"here to update manifest" +msgid "Fill in the manifest path for random picture display, please refer to Wiki . If you select webp images above, click here to update manifest" msgstr "" -#: options.php:404 +#: options.php:391 msgid "full-screen display" msgstr "" -#: options.php:411 +#: options.php:398 msgid "Enable video" msgstr "" -#: options.php:412 +#: options.php:399 msgid "Check on" msgstr "" -#: options.php:418 +#: options.php:405 msgid "Live" msgstr "" -#: options.php:419 +#: options.php:406 msgid "Check to enable, the video will continue to play automatically, you need to enable Pjax" msgstr "" -#: options.php:425 +#: options.php:412 msgid "Video address" msgstr "" -#: options.php:426 -msgid "" -"The source address of the video, the address is spliced below the video name, the slash is not " -"required at the end of the address" +#: options.php:413 +msgid "The source address of the video, the address is spliced below the video name, the slash is not required at the end of the address" msgstr "" -#: options.php:432 +#: options.php:419 msgid "Video name" msgstr "" -#: options.php:433 -msgid "" -"abc.mp4, just fill in the video file name abc, multiple videos separated by commas such as " -"abc, efg, do not care about the order, because the loading is random extraction" +#: options.php:420 +msgid "abc.mp4, just fill in the video file name abc, multiple videos separated by commas such as abc, efg, do not care about the order, because the loading is random extraction" msgstr "" -#: options.php:439 +#: options.php:426 msgid "Background image filter" msgstr "" -#: options.php:444 +#: options.php:431 msgid "Nothing" msgstr "" -#: options.php:445 +#: options.php:432 msgid "Undertint" msgstr "" -#: options.php:446 +#: options.php:433 msgid "Dim" msgstr "" -#: options.php:447 +#: options.php:434 msgid "Grid" msgstr "" -#: options.php:448 +#: options.php:435 msgid "Dot" msgstr "" -#: options.php:452 +#: options.php:439 msgid "Whether to turn on the top-feature" msgstr "" -#: options.php:453 options.php:1133 +#: options.php:440 options.php:1193 msgid "Default on" msgstr "" -#: options.php:459 +#: options.php:446 msgid "Top-feature style" msgstr "" -#: options.php:464 +#: options.php:451 msgid "Alternate left and right" msgstr "" -#: options.php:465 +#: options.php:452 msgid "From bottom to top" msgstr "" -#: options.php:469 +#: options.php:456 msgid "Top-feature title" msgstr "" -#: options.php:470 -msgid "" -"Default is Discovery, you can also change it to other, of course you can't use it as an " -"advertisement!Not allowed!!" +#: options.php:457 +msgid "Default is Discovery, you can also change it to other, of course you can't use it as an advertisement!Not allowed!!" msgstr "" -#: options.php:477 +#: options.php:464 msgid "Top-feature 1 image" msgstr "" -#: options.php:478 options.php:506 options.php:534 +#: options.php:465 options.php:493 options.php:521 msgid "size 257px*160px" msgstr "" -#: options.php:484 options.php:485 +#: options.php:471 options.php:472 msgid "Top-feature 1 title" msgstr "" -#: options.php:491 options.php:492 +#: options.php:478 options.php:479 msgid "Top-feature 1 description" msgstr "" -#: options.php:498 options.php:499 +#: options.php:485 options.php:486 msgid "Top-feature 1 link" msgstr "" -#: options.php:505 +#: options.php:492 msgid "Top-feature 2 image" msgstr "" -#: options.php:512 options.php:513 +#: options.php:499 options.php:500 msgid "Top-feature 2 title" msgstr "" -#: options.php:519 options.php:520 +#: options.php:506 options.php:507 msgid "Top-feature 2 description" msgstr "" -#: options.php:526 options.php:527 +#: options.php:513 options.php:514 msgid "Top-feature 2 link" msgstr "" -#: options.php:533 +#: options.php:520 msgid "Top-feature 3 image" msgstr "" -#: options.php:540 options.php:541 +#: options.php:527 options.php:528 msgid "Top-feature 3 title" msgstr "" -#: options.php:547 options.php:548 +#: options.php:534 options.php:535 msgid "Top-feature 3 description" msgstr "" -#: options.php:554 options.php:555 +#: options.php:541 options.php:542 msgid "Top-feature 3 link" msgstr "" -#: options.php:562 +#: options.php:549 msgid "Post page" msgstr "" -#: options.php:566 +#: options.php:553 msgid "Post style" msgstr "" -#: options.php:571 +#: options.php:558 msgid "Sakura" msgstr "" -#: options.php:572 options.php:667 +#: options.php:559 options.php:654 msgid "GitHub" msgstr "" -#: options.php:576 +#: options.php:563 msgid "Post like" msgstr "" -#: options.php:586 +#: options.php:573 msgid "Post share" msgstr "" -#: options.php:596 +#: options.php:583 msgid "Previous and Next" msgstr "" -#: options.php:606 +#: options.php:593 msgid "Author profile" msgstr "" -#: options.php:616 +#: options.php:603 msgid "Alipay reward" msgstr "" -#: options.php:617 +#: options.php:604 msgid "Alipay qrcode" msgstr "" -#: options.php:622 +#: options.php:609 msgid "Wechat reward" msgstr "" -#: options.php:623 +#: options.php:610 msgid "Wechat qrcode " msgstr "" -#: options.php:629 +#: options.php:616 msgid "Social network" msgstr "" -#: options.php:633 +#: options.php:620 msgid "Wechat" msgstr "" -#: options.php:634 +#: options.php:621 msgid "Wechat qrcode" msgstr "" -#: options.php:639 +#: options.php:626 msgid "Sina Weibo" msgstr "" -#: options.php:640 +#: options.php:627 msgid "Sina Weibo address" msgstr "" -#: options.php:646 +#: options.php:633 msgid "Tencent QQ" msgstr "" -#: options.php:647 +#: options.php:634 msgid "tencent://message/?uin={{QQ number}}. for example, tencent://message/?uin=123456" msgstr "" -#: options.php:653 +#: options.php:640 msgid "Telegram" msgstr "" -#: options.php:654 +#: options.php:641 msgid "Telegram link" msgstr "" -#: options.php:660 +#: options.php:647 msgid "Qzone" msgstr "" -#: options.php:661 +#: options.php:648 msgid "Qzone address" msgstr "" -#: options.php:668 +#: options.php:655 msgid "GitHub address" msgstr "" -#: options.php:674 +#: options.php:661 msgid "Lofter" msgstr "" -#: options.php:675 +#: options.php:662 msgid "Lofter address" msgstr "" -#: options.php:681 +#: options.php:668 msgid "BiliBili" msgstr "" -#: options.php:682 +#: options.php:669 msgid "BiliBili address" msgstr "" -#: options.php:688 +#: options.php:675 msgid "Youku video" msgstr "" -#: options.php:689 +#: options.php:676 msgid "Youku video address" msgstr "" -#: options.php:695 +#: options.php:682 msgid "Netease Cloud Music" msgstr "" -#: options.php:696 +#: options.php:683 msgid "Netease Cloud Music address" msgstr "" -#: options.php:702 +#: options.php:689 msgid "Twitter" msgstr "" -#: options.php:703 +#: options.php:690 msgid "Twitter address" msgstr "" -#: options.php:709 +#: options.php:696 msgid "Facebook" msgstr "" -#: options.php:710 +#: options.php:697 msgid "Facebook address" msgstr "" -#: options.php:716 +#: options.php:703 msgid "Jianshu" msgstr "" -#: options.php:717 +#: options.php:704 msgid "Jianshu address" msgstr "" -#: options.php:723 +#: options.php:710 msgid "CSDN" msgstr "" -#: options.php:724 +#: options.php:711 msgid "CSND community address" msgstr "" -#: options.php:730 +#: options.php:717 msgid "Zhihu" msgstr "" -#: options.php:731 +#: options.php:718 msgid "Zhihu address" msgstr "" -#: options.php:737 +#: options.php:724 msgid "Email-name" msgstr "" -#: options.php:738 -msgid "" -"The name part of name@domain.com, only the frontend has js runtime environment can get the " -"full address, you can rest assured to fill in" +#: options.php:725 +msgid "The name part of name@domain.com, only the frontend has js runtime environment can get the full address, you can rest assured to fill in" msgstr "" -#: options.php:744 +#: options.php:731 msgid "Email-domain" msgstr "" -#: options.php:745 +#: options.php:732 msgid "The domain.com part of name@domain.com" msgstr "" -#: options.php:752 -msgid "Dashboard configuration" +#: tpl/content-image.php:35 tpl/content-status.php:31 tpl/content-thumb.php:56 +#: tpl/content.php:34 +msgid "Comments" msgstr "" -#: options.php:757 -msgid "Dashboard panel custom color scheme" +#: options.php:739 +msgid "Comment field" msgstr "" -#: options.php:758 -msgid "" -"You can design the dashboard panel (/wp-admin/) style yourself below, but before you start, " -"please go to here to change the color scheme to custom." -"(Custom).
Tip: How to match colors? Maybe this can help you." -msgstr "" - -#: options.php:764 -msgid "Panel main color A" -msgstr "" - -#: options.php:767 options.php:775 options.php:783 options.php:791 -msgid "" -"(array) (optional) An array of CSS color definitions which are used to give the user a " -"feel for the theme." -msgstr "" - -#: options.php:772 -msgid "Panel main color B" -msgstr "" - -#: options.php:780 -msgid "Panel main color C" -msgstr "" - -#: options.php:788 -msgid "Panel main color D" -msgstr "" - -#: options.php:796 -msgid "Panel icon color——base" -msgstr "" - -#: options.php:799 options.php:807 options.php:815 -msgid "(array) (optional) An array of CSS color definitions used to color any SVG icons." -msgstr "" - -#: options.php:804 -msgid "Panel icon color——focus" -msgstr "" - -#: options.php:812 -msgid "Panel icon color——current" -msgstr "" - -#: options.php:820 -msgid "Other custom panel styles(CSS)" -msgstr "" - -#: options.php:821 -msgid "If you need to adjust other styles of the panel, put the style here." -msgstr "" - -#: options.php:827 -msgid "Login interface background image" -msgstr "" - -#: options.php:828 -msgid "Use the default image if left this blank" -msgstr "" - -#: options.php:833 -msgid "Login interface logo" -msgstr "" - -#: options.php:834 -msgid "Used for login interface display" -msgstr "" - -#: options.php:840 -msgid "Login/registration related settings" -msgstr "" - -#: options.php:847 -msgid "Specify login address" -msgstr "" - -#: options.php:848 -msgid "" -"Forcibly do not use the background address to log in, fill in the new landing page address, " -"such as http://www.xxx.com/login [Note] Before you fill out, test your new page can be opened " -"normally, so as not to enter the background or other problems happening" -msgstr "" - -#: options.php:854 -msgid "Specify registered address" -msgstr "" - -#: options.php:855 -msgid "This link is used on the login page as a registration entry" -msgstr "" - -#: options.php:861 -msgid "Allow users to register" -msgstr "" - -#: options.php:862 -msgid "Check to allow users to register at the frontend" -msgstr "" - -#: options.php:868 -msgid "Automatically redirect after login" -msgstr "" - -#: options.php:869 -msgid "" -"After checken, the administrator redirects to the background and the user redirects to the " -"home page." -msgstr "" - -#: options.php:875 -msgid "Registration verification (frontend only, backend forced open)" -msgstr "" - -#: options.php:876 -msgid "Check to enable slide verification" -msgstr "" - -#: options.php:883 -msgid "CDN" -msgstr "" - -#: options.php:887 -msgid "Images CDN" -msgstr "" - -#: options.php:888 -msgid "" -"Note: Fill in the format http(s)://your CDN domain name/.
In other words, the original " -"path is http://your.domain/wp-content/uploads/2018/05/xx.png and the picture will load from " -"http://your CDN domain/2018/05/xx.png" -msgstr "" - -#: options.php:894 -msgid "Use the front-end library locally (lib.js、lib.css)" -msgstr "" - -#: options.php:895 -msgid "The front-end library don't load from jsDelivr, not recommand" -msgstr "" - -#: options.php:901 -msgid "Use js and css file of the theme (sakura-app.js、style.css) locally" -msgstr "" - -#: options.php:902 -msgid "The js and css files of the theme do not load from jsDelivr, please open when DIY" -msgstr "" - -#: options.php:909 -msgid "Others" -msgstr "" - -#: options.php:913 -msgid "About" -msgstr "" - -#: options.php:914 -#, php-format -msgid "" -"Theme Sakura v %s | Theme document | Source code\"GitHub" -msgstr "" - -#: options.php:920 -msgid "Check for Updates" -msgstr "" - -#: options.php:932 -msgid "Footer float music player" -msgstr "" - -#: options.php:933 -msgid "Choose which platform you'll use." -msgstr "" - -#: options.php:938 -msgid "Netease Cloud Music (default)" -msgstr "" - -#: options.php:939 -msgid "Xiami Music" -msgstr "" - -#: options.php:940 -msgid "KuGou Music" -msgstr "" - -#: options.php:941 -msgid "Baidu Music" -msgstr "" - -#: options.php:942 -msgid "QQ Music (may fail) " -msgstr "" - -#: options.php:943 -msgid "Off" -msgstr "" - -#: options.php:947 -msgid "Song list ID" -msgstr "" - -#: options.php:948 -msgid "" -"Fill in the \"song list\" ID, eg: https://music.163.com/#/playlist?id=2288037900 The ID is " -"2288037900" -msgstr "" - -#: options.php:954 -msgid "Netease Cloud Music cookie" -msgstr "" - -#: options.php:955 -msgid "" -"For Netease Cloud Music, fill in your vip account's cookies if you want to play special tracks." -"If you don't know what does mean, left it blank." -msgstr "" - -#: options.php:961 -msgid "Version Control" -msgstr "" - -#: options.php:962 -msgid "Used to update frontend cookies and browser caches, any string can be used" -msgstr "" - -#: options.php:968 -msgid "Enable PJAX (recommand on)" -msgstr "" - -#: options.php:969 -msgid "The principle is the same as Ajax" -msgstr "" - -#: options.php:975 -msgid "Enable NProgress progress bar" -msgstr "" - -#: options.php:976 options.php:983 options.php:990 -msgid "Default off, check on" -msgstr "" - -#: options.php:982 -msgid "Enable sidebar widget" -msgstr "" - -#: options.php:989 -msgid "Enable Announcement" -msgstr "" - -#: options.php:996 -msgid "Announcement content" -msgstr "" - -#: options.php:997 -msgid "" -"Announcement content, the text exceeds 142 bytes will be scrolled display (mobile device is " -"invalid)" -msgstr "" - -#: options.php:1002 -msgid "Bilibili UID" -msgstr "" - -#: options.php:1003 -msgid "" -"Fill in your UID, eg.https://space.bilibili.com/13972644/, only fill in with the number part." -msgstr "" - -#: options.php:1009 -msgid "Bilibili Cookie" -msgstr "" - -#: options.php:1010 -msgid "" -"Fill in your Cookies, go to your bilibili homepage, you can get cookies in brownser network " -"pannel with pressing F12. If left this blank, you'll not get the progress." -msgstr "" - -#: options.php:1015 -msgid "The categories of articles that don't not show on homepage" -msgstr "" - -#: options.php:1016 options.php:1023 -msgid "Fill in category ID, multiple IDs are divided by a comma \",\"" -msgstr "" - -#: options.php:1022 -msgid "Images category" -msgstr "" - -#: options.php:1029 -msgid "Statistics Interface" -msgstr "" - -#: options.php:1034 -msgid "WP-Statistics plugin (Professional statistics, can exclude invalid access)" -msgstr "" - -#: options.php:1035 -msgid "Theme built-in (simple statistics, calculate each page access request)" -msgstr "" - -#: options.php:1039 -msgid "Statistical data display format" -msgstr "" - -#: options.php:1044 -msgid "23333 Views (default)" -msgstr "" - -#: options.php:1045 -msgid "23,333 Views (britain)" -msgstr "" - -#: options.php:1046 -msgid "23 333 Views (french)" -msgstr "" - -#: options.php:1047 -msgid "23k Views (chinese)" -msgstr "" - -#: options.php:1051 +#: options.php:743 msgid "Gravatar avatar proxy" msgstr "" -#: options.php:1052 -msgid "" -"A front-ed proxy for Gravatar, eg. gravatar.2heng.xin/avatar . Leave it blank if you do not " -"need." +#: options.php:744 +msgid "A front-ed proxy for Gravatar, eg. gravatar.2heng.xin/avatar . Leave it blank if you do not need." msgstr "" -#: options.php:1058 +#: options.php:750 msgid "Comment image upload API" msgstr "" -#: options.php:1063 +#: options.php:755 msgid "Imgur (https://imgur.com)" msgstr "" -#: options.php:1064 +#: options.php:756 msgid "SM.MS (https://sm.ms)" msgstr "" -#: options.php:1065 +#: options.php:757 msgid "Chevereto (https://chevereto.com)" msgstr "" -#: options.php:1069 +#: options.php:761 msgid "Imgur Client ID" msgstr "" -#: options.php:1070 -msgid "" -"Register your application here, note we " -"only need the Client ID here." +#: options.php:762 +msgid "Register your application here, note we only need the Client ID here." msgstr "" -#: options.php:1076 +#: options.php:768 msgid "SM.MS Secret Token" msgstr "" -#: options.php:1077 +#: options.php:769 msgid "Register your application here." msgstr "" -#: options.php:1083 +#: options.php:775 msgid "Chevereto API v1 key" msgstr "" -#: options.php:1084 +#: options.php:776 msgid "Get your API key here: " msgstr "" -#: options.php:1090 +#: options.php:782 msgid "Chevereto URL" msgstr "" -#: options.php:1091 +#: options.php:783 msgid "Your Chevereto homepage url, no slash in the end, eg. https://your.cherverto.com" msgstr "" -#: options.php:1097 +#: options.php:789 msgid "Comment images proxy" msgstr "" -#: options.php:1098 +#: options.php:790 msgid "A front-ed proxy for the uploaded images. Leave it blank if you do not need." msgstr "" -#: options.php:1104 +#: options.php:796 msgid "Imgur upload proxy" msgstr "" -#: options.php:1105 -msgid "" -"A back-ed proxy to upload images. You may set a self hosted proxy with Nginx, following my turtal. " -"This feature is mainly for Chinese who cannot access to Imgur due to the GFW. The default and " -"official setting is 【https://api.imgur.com/3/image/" -"】" +#: options.php:797 +msgid "A back-ed proxy to upload images. You may set a self hosted proxy with Nginx, following my turtal. This feature is mainly for Chinese who cannot access to Imgur due to the GFW. The default and official setting is 【https://api.imgur.com/3/image/】" msgstr "" -#: options.php:1111 -msgid "Enable live search" -msgstr "" - -#: options.php:1112 -msgid "" -"Real-time search in the foreground, call the Rest API to update the cache every hour, you can " -"manually set the cache time in api.php" -msgstr "" - -#: options.php:1118 -msgid "Include comments in live search" -msgstr "" - -#: options.php:1119 -msgid "" -"Search for comments in real-time search (not recommended if there are too many comments on the " -"site)" -msgstr "" - -#: options.php:1125 -msgid "Enable baguetteBox" -msgstr "" - -#: options.php:1126 -msgid "" -"Default off,please read wiki" -msgstr "" - -#: options.php:1132 -msgid "Enable lazyload in posts" -msgstr "" - -#: options.php:1139 -msgid "lazyload spinner" -msgstr "" - -#: options.php:1140 -msgid "The placeholder to display when the image loads, fill in the image url" -msgstr "" - -#: options.php:1146 -msgid "Whether to enable the clipboard copyright" -msgstr "" - -#: options.php:1147 -msgid "" -"Automatically add a copyright to the clipboard when copying more than 30 bytes, which is " -"enabled by default." -msgstr "" - -#: options.php:1153 -msgid "Email address prefix" -msgstr "" - -#: options.php:1154 -msgid "" -"For sending system mail, the sender address displayed in the user's mailbox, do not use " -"Chinese, the default system email address is bibi@your_domain_name" -msgstr "" - -#: options.php:1160 +#: options.php:803 msgid "Comments reply notification" msgstr "" -#: options.php:1161 -msgid "" -"WordPress will use email to notify users when their comments receive a reply by default. Tick " -"this item allows users to set their own comments reply notification" +#: options.php:804 +msgid "WordPress will use email to notify users when their comments receive a reply by default. Tick this item allows users to set their own comments reply notification" msgstr "" -#: options.php:1167 +#: options.php:810 msgid "Administrator comment notification" msgstr "" -#: options.php:1168 +#: options.php:811 msgid "Whether to use email notification when the administrator's comments receive a reply" msgstr "" -#: options.php:1174 +#: options.php:817 msgid "Enable private comment" msgstr "" -#: options.php:1175 +#: options.php:818 msgid "Allow users to set their own comments to be invisible to others" msgstr "" -#: options.php:1181 +#: options.php:824 msgid "Human verification" msgstr "" -#: options.php:1182 +#: options.php:825 msgid "Enable human verification" msgstr "" -#: options.php:1188 +#: options.php:831 msgid "QQ avatar link encryption" msgstr "" -#: options.php:1189 +#: options.php:832 msgid "Do not display the user's qq avatar links directly." msgstr "" -#: options.php:1194 +#: options.php:837 msgid "Off (default)" msgstr "" -#: options.php:1195 +#: options.php:838 msgid "use redirect (general security)" msgstr "" -#: options.php:1196 +#: options.php:839 msgid "fetch data at backend (high security)" msgstr "" -#: options.php:1197 +#: options.php:840 msgid "fetch data at backend (high security,slow)" msgstr "" -#: options.php:1201 +#: options.php:844 msgid "Comment UA infomation" msgstr "" -#: options.php:1202 +#: options.php:845 msgid "Check to enable, display the user's browser, operating system information" msgstr "" -#: options.php:1208 +#: options.php:851 +msgid "Comment location infomation" +msgstr "" + +#: options.php:852 +msgid "Check to enable, display the user's location info" +msgstr "" + +#: options.php:858 msgid "Enable disqus" msgstr "" -#: options.php:1209 +#: options.php:859 msgid "Enable disqus for comment" msgstr "" -#: options.php:1215 +#: options.php:865 msgid "Time Zone adjustment" msgstr "" -#: options.php:1216 -msgid "" -"If the comment has a time difference problem adjust here, fill in an integer, the calculation " -"method: actual_time = display_error_time - the_integer_you_entered (unit: hour)" +#: options.php:866 +msgid "If the comment has a time difference problem adjust here, fill in an integer, the calculation method: actual_time = display_error_time - the_integer_you_entered (unit: hour)" +msgstr "" + +#: options.php:872 +msgid "Dashboard configuration" +msgstr "" + +#: options.php:877 +msgid "Dashboard panel custom color scheme" +msgstr "" + +#: options.php:878 +msgid "You can design the dashboard panel (/wp-admin/) style yourself below, but before you start, please go to here to change the color scheme to custom.(Custom).
Tip: How to match colors? Maybe this can help you." +msgstr "" + +#: options.php:884 +msgid "Panel main color A" +msgstr "" + +#: options.php:887 options.php:895 options.php:903 options.php:911 +msgid "(array) (optional) An array of CSS color definitions which are used to give the user a feel for the theme." +msgstr "" + +#: options.php:892 +msgid "Panel main color B" +msgstr "" + +#: options.php:900 +msgid "Panel main color C" +msgstr "" + +#: options.php:908 +msgid "Panel main color D" +msgstr "" + +#: options.php:916 +msgid "Panel icon color——base" +msgstr "" + +#: options.php:919 options.php:927 options.php:935 +msgid "(array) (optional) An array of CSS color definitions used to color any SVG icons." +msgstr "" + +#: options.php:924 +msgid "Panel icon color——focus" +msgstr "" + +#: options.php:932 +msgid "Panel icon color——current" +msgstr "" + +#: options.php:940 +msgid "Other custom panel styles(CSS)" +msgstr "" + +#: options.php:941 +msgid "If you need to adjust other styles of the panel, put the style here." +msgstr "" + +#: options.php:947 +msgid "Login interface background image" +msgstr "" + +#: options.php:948 +msgid "Use the default image if left this blank" +msgstr "" + +#: options.php:953 +msgid "Login interface logo" +msgstr "" + +#: options.php:954 +msgid "Used for login interface display" +msgstr "" + +#: options.php:960 +msgid "Login/registration related settings" +msgstr "" + +#: options.php:967 +msgid "Specify login address" +msgstr "" + +#: options.php:968 +msgid "Forcibly do not use the background address to log in, fill in the new landing page address, such as http://www.xxx.com/login [Note] Before you fill out, test your new page can be opened normally, so as not to enter the background or other problems happening" +msgstr "" + +#: options.php:974 +msgid "Specify registered address" +msgstr "" + +#: options.php:975 +msgid "This link is used on the login page as a registration entry" +msgstr "" + +#: options.php:981 +msgid "Allow users to register" +msgstr "" + +#: options.php:982 +msgid "Check to allow users to register at the frontend" +msgstr "" + +#: options.php:988 +msgid "Automatically redirect after login" +msgstr "" + +#: options.php:989 +msgid "After checken, the administrator redirects to the background and the user redirects to the home page." +msgstr "" + +#: options.php:995 +msgid "Registration verification (frontend only, backend forced open)" +msgstr "" + +#: options.php:996 +msgid "Check to enable slide verification" +msgstr "" + +#: options.php:1003 +msgid "CDN" +msgstr "" + +#: options.php:1007 +msgid "Images CDN" +msgstr "" + +#: options.php:1008 +msgid "Note: Fill in the format http(s)://your CDN domain name/.
In other words, the original path is http://your.domain/wp-content/uploads/2018/05/xx.png and the picture will load from http://your CDN domain/2018/05/xx.png" +msgstr "" + +#: options.php:1014 +msgid "Use the front-end library locally (lib.js、lib.css)" +msgstr "" + +#: options.php:1015 +msgid "The front-end library don't load from jsDelivr, not recommand" +msgstr "" + +#: options.php:1021 +msgid "Use js and css file of the theme (sakura-app.js、style.css) locally" +msgstr "" + +#: options.php:1022 +msgid "The js and css files of the theme do not load from jsDelivr, please open when DIY" +msgstr "" + +#: options.php:1029 +msgid "Others" +msgstr "" + +#: options.php:1033 +msgid "About" +msgstr "" + +#: options.php:1034 +#, php-format +msgid "Theme Sakura v %s | Theme document | Source code\"GitHub" +msgstr "" + +#: options.php:1040 +msgid "Check for Updates" +msgstr "" + +#: options.php:1052 +msgid "Footer float music player" +msgstr "" + +#: options.php:1053 +msgid "Choose which platform you'll use." +msgstr "" + +#: options.php:1058 +msgid "Netease Cloud Music (default)" +msgstr "" + +#: options.php:1059 +msgid "Xiami Music" +msgstr "" + +#: options.php:1060 +msgid "KuGou Music" +msgstr "" + +#: options.php:1061 +msgid "Baidu Music" +msgstr "" + +#: options.php:1062 +msgid "QQ Music (may fail) " +msgstr "" + +#: options.php:1063 +msgid "Off" +msgstr "" + +#: options.php:1067 +msgid "Song list ID" +msgstr "" + +#: options.php:1068 +msgid "Fill in the \"song list\" ID, eg: https://music.163.com/#/playlist?id=2288037900 The ID is 2288037900" +msgstr "" + +#: options.php:1074 +msgid "Netease Cloud Music cookie" +msgstr "" + +#: options.php:1075 +msgid "For Netease Cloud Music, fill in your vip account's cookies if you want to play special tracks.If you don't know what does mean, left it blank." +msgstr "" + +#: options.php:1081 +msgid "Version Control" +msgstr "" + +#: options.php:1082 +msgid "Used to update frontend cookies and browser caches, any string can be used" +msgstr "" + +#: options.php:1088 +msgid "Enable PJAX (recommand on)" +msgstr "" + +#: options.php:1089 +msgid "The principle is the same as Ajax" +msgstr "" + +#: options.php:1095 +msgid "Enable NProgress progress bar" +msgstr "" + +#: options.php:1096 options.php:1103 options.php:1110 +msgid "Default off, check on" +msgstr "" + +#: options.php:1102 +msgid "Enable sidebar widget" +msgstr "" + +#: options.php:1109 +msgid "Enable Announcement" +msgstr "" + +#: options.php:1116 +msgid "Announcement content" +msgstr "" + +#: options.php:1117 +msgid "Announcement content, the text exceeds 142 bytes will be scrolled display (mobile device is invalid)" +msgstr "" + +#: options.php:1122 +msgid "Bilibili UID" +msgstr "" + +#: options.php:1123 +msgid "Fill in your UID, eg.https://space.bilibili.com/13972644/, only fill in with the number part." +msgstr "" + +#: options.php:1129 +msgid "Bilibili Cookie" +msgstr "" + +#: options.php:1130 +msgid "Fill in your Cookies, go to your bilibili homepage, you can get cookies in brownser network pannel with pressing F12. If left this blank, you'll not get the progress." +msgstr "" + +#: options.php:1135 +msgid "The categories of articles that don't not show on homepage" +msgstr "" + +#: options.php:1136 options.php:1143 +msgid "Fill in category ID, multiple IDs are divided by a comma \",\"" +msgstr "" + +#: options.php:1142 +msgid "Images category" +msgstr "" + +#: options.php:1149 +msgid "Statistics Interface" +msgstr "" + +#: options.php:1154 +msgid "WP-Statistics plugin (Professional statistics, can exclude invalid access)" +msgstr "" + +#: options.php:1155 +msgid "Theme built-in (simple statistics, calculate each page access request)" +msgstr "" + +#: options.php:1159 +msgid "Statistical data display format" +msgstr "" + +#: options.php:1164 +msgid "23333 Views (default)" +msgstr "" + +#: options.php:1165 +msgid "23,333 Views (britain)" +msgstr "" + +#: options.php:1166 +msgid "23 333 Views (french)" +msgstr "" + +#: options.php:1167 +msgid "23k Views (chinese)" +msgstr "" + +#: options.php:1171 +msgid "Enable live search" +msgstr "" + +#: options.php:1172 +msgid "Real-time search in the foreground, call the Rest API to update the cache every hour, you can manually set the cache time in api.php" +msgstr "" + +#: options.php:1178 +msgid "Include comments in live search" +msgstr "" + +#: options.php:1179 +msgid "Search for comments in real-time search (not recommended if there are too many comments on the site)" +msgstr "" + +#: options.php:1185 +msgid "Enable baguetteBox" +msgstr "" + +#: options.php:1186 +msgid "Default off,please read wiki" +msgstr "" + +#: options.php:1192 +msgid "Enable lazyload in posts" +msgstr "" + +#: options.php:1199 +msgid "lazyload spinner" +msgstr "" + +#: options.php:1200 +msgid "The placeholder to display when the image loads, fill in the image url" +msgstr "" + +#: options.php:1206 +msgid "Whether to enable the clipboard copyright" +msgstr "" + +#: options.php:1207 +msgid "Automatically add a copyright to the clipboard when copying more than 30 bytes, which is enabled by default." +msgstr "" + +#: options.php:1213 +msgid "Email address prefix" +msgstr "" + +#: options.php:1214 +msgid "For sending system mail, the sender address displayed in the user's mailbox, do not use Chinese, the default system email address is bibi@your_domain_name" msgstr "" #: search.php:19 @@ -1754,15 +1649,13 @@ msgstr "" msgid "NOTHING" msgstr "" -#: tpl/content-image.php:35 tpl/content-status.php:31 tpl/content-thumb.php:56 tpl/content.php:34 +#: tpl/content-image.php:35 tpl/content-status.php:31 tpl/content-thumb.php:56 +#: tpl/content.php:34 msgid "Comment" msgstr "" -#: tpl/content-image.php:35 tpl/content-status.php:31 tpl/content-thumb.php:56 tpl/content.php:34 -msgid "Comments" -msgstr "" - -#: tpl/content-image.php:38 tpl/content-status.php:34 tpl/content-thumb.php:55 tpl/content.php:37 +#: tpl/content-image.php:38 tpl/content-status.php:34 tpl/content-thumb.php:55 +#: tpl/content.php:37 msgid "Hit" msgid_plural "Hits" msgstr[0] "" @@ -1801,10 +1694,11 @@ msgstr "" msgid "Remember Me" msgstr "" -#: user/page-register.php:14 user/page-register.php:16 user/page-register.php:19 -#: user/page-register.php:24 user/page-register.php:26 user/page-register.php:29 -#: user/page-register.php:34 user/page-register.php:36 user/page-register.php:41 -#: user/page-register.php:47 +#: user/page-register.php:14 user/page-register.php:16 +#: user/page-register.php:19 user/page-register.php:24 +#: user/page-register.php:26 user/page-register.php:29 +#: user/page-register.php:34 user/page-register.php:36 +#: user/page-register.php:41 user/page-register.php:47 msgid "Error" msgstr "" diff --git a/languages/zh_CN.mo b/languages/zh_CN.mo index 44d336c9a9a927da87acbf8083f9015ab6753781..16cef741a79c2906047ab415bf3f73843b9b00e5 100644 GIT binary patch delta 8405 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 F{s*Ii#YO-C diff --git a/languages/zh_CN.po b/languages/zh_CN.po index b4c6f84..e0f1b22 100644 --- a/languages/zh_CN.po +++ b/languages/zh_CN.po @@ -1,15 +1,15 @@ msgid "" msgstr "" "Project-Id-Version: Sakura\n" -"POT-Creation-Date: 2020-04-19 00:21+0800\n" -"PO-Revision-Date: 2020-04-19 00:21+0800\n" +"POT-Creation-Date: 2020-08-04 23:33+0800\n" +"PO-Revision-Date: 2020-08-04 23:33+0800\n" "Last-Translator: \n" "Language-Team: \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.3\n" +"X-Generator: Poedit 2.3.1\n" "X-Poedit-Basepath: ..\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Poedit-Flags-xgettext: --add-comments=translators:\n" @@ -21,24 +21,24 @@ msgstr "" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPathExcluded-0: *.js\n" -#: 404.php:17 +#: 404.php:18 #, php-format msgid "page %s" msgstr "第 %s 页" -#: 404.php:46 +#: 404.php:47 msgid "return to previous page" msgstr "返回上一页" -#: 404.php:47 +#: 404.php:48 msgid "return to home page" msgstr "返回首页" -#: 404.php:50 +#: 404.php:51 msgid "Don't worry, search in site?" msgstr "别着急,试试站内检索?" -#: 404.php:53 footer.php:62 search.php:42 +#: 404.php:54 footer.php:62 search.php:42 msgid "Search..." msgstr "搜索..." @@ -187,7 +187,7 @@ msgstr "这家伙好懒╮(╯▽╰)╭" msgid "All expand/collapse" msgstr "全部展开/收缩" -#: functions.php:1356 options.php:828 +#: functions.php:1356 options.php:961 msgid " " msgstr "" @@ -211,7 +211,7 @@ msgstr "" msgid "Sidebar" msgstr "侧栏" -#: functions.php:1901 +#: functions.php:1902 msgid "" " For a better experience, please do not set permalink as plain. To do this, you may need to " @@ -903,7 +903,7 @@ msgstr "点点" msgid "Whether to turn on the top-feature" msgstr "是否开启聚焦" -#: options.php:440 options.php:1120 +#: options.php:440 options.php:1193 msgid "Default on" msgstr "默认开启" @@ -1172,381 +1172,14 @@ msgid "The domain.com part of name@domain.com" msgstr "name@domain.com 的 domain.com部分" #: options.php:739 -msgid "Dashboard configuration" -msgstr "后台配置" +msgid "Comment field" +msgstr "评论区" -#: options.php:744 -msgid "Dashboard panel custom color scheme" -msgstr "后台面板自定义配色方案" - -#: options.php:745 -msgid "" -"You can design the dashboard panel (/wp-admin/) style yourself below, but " -"before you start, please go to here to " -"change the color scheme to custom.(Custom).
Tip: How to match " -"colors? Maybe this can help " -"you." -msgstr "" -"你可以在下面自行设计后台面板(/wp-admin/)样式,不过在开始之前请到这里将配色方案改为自定义(Custom)。
Tip: 如何搭配颜色?或许这个可以" -"帮到你。" - -#: options.php:751 -msgid "Panel main color A" -msgstr "面板主色调A" - -#: options.php:754 options.php:762 options.php:770 options.php:778 -msgid "" -"(array) (optional) An array of CSS color definitions which are used " -"to give the user a feel for the theme." -msgstr "" - -#: options.php:759 -msgid "Panel main color B" -msgstr "面板主色调B" - -#: options.php:767 -msgid "Panel main color C" -msgstr "面板主色调C" - -#: options.php:775 -msgid "Panel main color D" -msgstr "面板主色调D" - -#: options.php:783 -msgid "Panel icon color——base" -msgstr "面板图标配色——base" - -#: options.php:786 options.php:794 options.php:802 -msgid "" -"(array) (optional) An array of CSS color definitions used to color " -"any SVG icons." -msgstr "" - -#: options.php:791 -msgid "Panel icon color——focus" -msgstr "面板图标配色——focus" - -#: options.php:799 -msgid "Panel icon color——current" -msgstr "面板图标配色——current" - -#: options.php:807 -msgid "Other custom panel styles(CSS)" -msgstr "其他自定义面板样式(CSS)" - -#: options.php:808 -msgid "If you need to adjust other styles of the panel, put the style here." -msgstr "如果还需要对面板其他样式进行调整可以把style放到这里。" - -#: options.php:814 -msgid "Login interface background image" -msgstr "后台登陆界面背景图" - -#: options.php:815 -msgid "Use the default image if left this blank" -msgstr "该地址为空则使用默认图片" - -#: options.php:820 -msgid "Login interface logo" -msgstr "后台登陆界面logo" - -#: options.php:821 -msgid "Used for login interface display" -msgstr "用于登录界面显示" - -#: options.php:827 -msgid "Login/registration related settings" -msgstr "登陆/注册相关设定" - -#: options.php:834 -msgid "Specify login address" -msgstr "指定登录地址" - -#: options.php:835 -msgid "" -"Forcibly do not use the background address to log in, fill in the new " -"landing page address, such as http://www.xxx.com/login [Note] Before you " -"fill out, test your new page can be opened normally, so as not to enter the " -"background or other problems happening" -msgstr "" -"强制不使用后台地址登陆,填写新建的登陆页面地址,比如 http://www.xxx.com/" -"login【注意】填写前先测试下你新建的页面是可以正常打开的,以免造成无法进入后台" -"等情况" - -#: options.php:841 -msgid "Specify registered address" -msgstr "指定注册地址" - -#: options.php:842 -msgid "This link is used on the login page as a registration entry" -msgstr "该链接使用在登录页面作为注册入口,建议填写" - -#: options.php:848 -msgid "Allow users to register" -msgstr "允许用户注册" - -#: options.php:849 -msgid "Check to allow users to register at the frontend" -msgstr "勾选开启,允许用户在前台注册" - -#: options.php:855 -msgid "Automatically redirect after login" -msgstr "登录后自动跳转" - -#: options.php:856 -msgid "" -"After checken, the administrator redirects to the background and the user " -"redirects to the home page." -msgstr "勾选开启,管理员跳转至后台,用户跳转至主页。" - -#: options.php:862 -msgid "Registration verification (frontend only, backend forced open)" -msgstr "注册验证(仅前端,后端强制开启)" - -#: options.php:863 -msgid "Check to enable slide verification" -msgstr "勾选开启滑动验证" - -#: options.php:870 -msgid "CDN" -msgstr "" - -#: options.php:874 -msgid "Images CDN" -msgstr "图片库" - -#: options.php:875 -msgid "" -"Note: Fill in the format http(s)://your CDN domain name/.
In other " -"words, the original path is http://your.domain/wp-content/uploads/2018/05/xx." -"png and the picture will load from http://your CDN domain/2018/05/xx.png" -msgstr "" -"注意:填写格式为 http(s)://你的CDN域名/。
也就是说,原路径为 http://your." -"domain/wp-content/uploads/2018/05/xx.png 的图片将从 http://你的CDN域" -"名/2018/05/xx.png 加载" - -#: options.php:881 -msgid "Use the front-end library locally (lib.js、lib.css)" -msgstr "本地调用前端库(lib.js、lib.css)" - -#: options.php:882 -msgid "The front-end library don't load from jsDelivr, not recommand" -msgstr "前端库不走 jsDelivr,不建议启用" - -#: options.php:888 -msgid "Use js and css file of the theme (sakura-app.js、style.css) locally" -msgstr "本地调用主题 js、css 文件(sakura-app.js、style.css)" - -#: options.php:889 -msgid "" -"The js and css files of the theme do not load from jsDelivr, please open " -"when DIY" -msgstr "主题的 js、css 文件不走 jsDelivr,DIY 时请开启" - -#: options.php:896 -msgid "Others" -msgstr "其他" - -#: options.php:900 -msgid "About" -msgstr "关于" - -#: options.php:901 -#, php-format -msgid "" -"Theme Sakura v %s | Theme " -"document | Source " -"code\"GitHub" -msgstr "" -"Theme Sakura v %s | 主题说明 | 源码
-" - -#: options.php:907 -msgid "Check for Updates" -msgstr "检查更新" - -#: options.php:919 -msgid "Footer float music player" -msgstr "页脚悬浮播放器" - -#: options.php:920 -msgid "Choose which platform you'll use." -msgstr "选择你要使用的平台。" - -#: options.php:925 -msgid "Netease Cloud Music (default)" -msgstr "网易云音乐(默认)" - -#: options.php:926 -msgid "Xiami Music" -msgstr "虾米音乐" - -#: options.php:927 -msgid "KuGou Music" -msgstr "酷狗音乐" - -#: options.php:928 -msgid "Baidu Music" -msgstr "百度音乐" - -#: options.php:929 -msgid "QQ Music (may fail) " -msgstr "QQ音乐(可能解析失败) " - -#: options.php:930 -msgid "Off" -msgstr "关闭" - -#: options.php:934 -msgid "Song list ID" -msgstr "「歌单」ID" - -#: options.php:935 -msgid "" -"Fill in the \"song list\" ID, eg: https://music.163.com/#/playlist?" -"id=2288037900 The ID is 2288037900" -msgstr "" -"填写「歌单」ID,eg:https://music.163.com/#/playlist?id=2288037900的ID是" -"2288037900" - -#: options.php:941 -msgid "Netease Cloud Music cookie" -msgstr "网易云音乐 Cookies" - -#: options.php:942 -msgid "" -"For Netease Cloud Music, fill in your vip account's cookies if you want to " -"play special tracks.If you don't know what does mean, left it blank." -msgstr "" -"针对网易云音乐,如果你想播放特殊曲目,填入你的vip帐号Cookies。如果不知道这" -"是什么意思,忽略即可。" - -#: options.php:948 -msgid "Version Control" -msgstr "版本控制" - -#: options.php:949 -msgid "" -"Used to update frontend cookies and browser caches, any string can be used" -msgstr "用于更新前端 cookie 及浏览器缓存,可使用任意字符串" - -#: options.php:955 -msgid "Enable PJAX (recommand on)" -msgstr "开启PJAX局部刷新(建议开启)" - -#: options.php:956 -msgid "The principle is the same as Ajax" -msgstr "原理与Ajax相同" - -#: options.php:962 -msgid "Enable NProgress progress bar" -msgstr "开启NProgress加载进度条" - -#: options.php:963 options.php:970 options.php:977 -msgid "Default off, check on" -msgstr "默认不开启,勾选开启" - -#: options.php:969 -msgid "Enable sidebar widget" -msgstr "支持侧栏小部件" - -#: options.php:976 -msgid "Enable Announcement" -msgstr "开启公告" - -#: options.php:983 -msgid "Announcement content" -msgstr "公告内容" - -#: options.php:984 -msgid "" -"Announcement content, the text exceeds 142 bytes will be scrolled display " -"(mobile device is invalid)" -msgstr "" -"公告内容,文字超出142个字节将会被滚动显示(移动端无效),一个汉字 = 3字节,一" -"个字母 = 1字节,自己计算吧" - -#: options.php:989 -msgid "Bilibili UID" -msgstr "" - -#: options.php:990 -msgid "" -"Fill in your UID, eg.https://space.bilibili.com/13972644/, only fill in with " -"the number part." -msgstr "" -"填写你的UID,,例如:https://space.bilibili.com/13972644/,只需填写数字部分。" - -#: options.php:996 -msgid "Bilibili Cookie" -msgstr "" - -#: options.php:997 -msgid "" -"Fill in your Cookies, go to your bilibili homepage, you can get cookies in " -"brownser network pannel with pressing F12. If left this blank, you'll not " -"get the progress." -msgstr "" -"填写你的帐号Cookies。F12打开浏览器网络面板,前往你的B站主页获取Cookies。如果" -"留空,将不会显示追番进度。" - -#: options.php:1002 -msgid "The categories of articles that don't not show on homepage" -msgstr "首页不显示的分类文章" - -#: options.php:1003 options.php:1010 -msgid "Fill in category ID, multiple IDs are divided by a comma \",\"" -msgstr "填写分类ID,多个用英文“ , ”分开" - -#: options.php:1009 -msgid "Images category" -msgstr "图片展示分类" - -#: options.php:1016 -msgid "Statistics Interface" -msgstr "统计接口" - -#: options.php:1021 -msgid "" -"WP-Statistics plugin (Professional statistics, can exclude invalid access)" -msgstr "WP-Statistics 插件(专业性统计,可排除无效访问)" - -#: options.php:1022 -msgid "Theme built-in (simple statistics, calculate each page access request)" -msgstr "主题内建(简单的统计,计算每一次页面访问请求)" - -#: options.php:1026 -msgid "Statistical data display format" -msgstr "统计数据显示格式" - -#: options.php:1031 -msgid "23333 Views (default)" -msgstr "23333 次访问(默认)" - -#: options.php:1032 -msgid "23,333 Views (britain)" -msgstr "23,333 次访问(英式)" - -#: options.php:1033 -msgid "23 333 Views (french)" -msgstr "23 333 次访问(法式)" - -#: options.php:1034 -msgid "23k Views (chinese)" -msgstr "23k 次访问(中式)" - -#: options.php:1038 +#: options.php:743 msgid "Gravatar avatar proxy" msgstr "Gravatar头像代理" -#: options.php:1039 +#: options.php:744 msgid "" "A front-ed proxy for Gravatar, eg. gravatar.2heng.xin/avatar . Leave it " "blank if you do not need." @@ -1554,27 +1187,27 @@ msgstr "" "填写Gravatar头像的代理地址,例如:gravatar.2heng.xin/avatar。留空则不使用代" "理。" -#: options.php:1045 +#: options.php:750 msgid "Comment image upload API" msgstr "评论上传图片接口" -#: options.php:1050 +#: options.php:755 msgid "Imgur (https://imgur.com)" msgstr "" -#: options.php:1051 +#: options.php:756 msgid "SM.MS (https://sm.ms)" msgstr "" -#: options.php:1052 +#: options.php:757 msgid "Chevereto (https://chevereto.com)" msgstr "" -#: options.php:1056 +#: options.php:761 msgid "Imgur Client ID" msgstr "" -#: options.php:1057 +#: options.php:762 msgid "" "Register your application here, note we only need the Client ID here." @@ -1582,48 +1215,48 @@ msgstr "" "在这里注册你的 " "application , 注意此处只需要填写 Client ID." -#: options.php:1063 +#: options.php:768 msgid "SM.MS Secret Token" msgstr "" -#: options.php:1064 +#: options.php:769 msgid "" "Register your application here." msgstr "在这里获取 key." -#: options.php:1070 +#: options.php:775 msgid "Chevereto API v1 key" msgstr "" -#: options.php:1071 +#: options.php:776 msgid "Get your API key here: " msgstr "在这里获取你的 API key: " -#: options.php:1077 +#: options.php:782 msgid "Chevereto URL" msgstr "" -#: options.php:1078 +#: options.php:783 msgid "" "Your Chevereto homepage url, no slash in the end, eg. https://your.cherverto." "com" msgstr "" "你的 Chevereto 首页 url, 注意结尾没有 /, 例如:https://your.cherverto.com" -#: options.php:1084 +#: options.php:789 msgid "Comment images proxy" msgstr "评论图片代理" -#: options.php:1085 +#: options.php:790 msgid "" "A front-ed proxy for the uploaded images. Leave it blank if you do not need." msgstr "前端显示的图片的代理。" -#: options.php:1091 +#: options.php:796 msgid "Imgur upload proxy" msgstr "Imgur 上传代理" -#: options.php:1092 +#: options.php:797 msgid "" "A back-ed proxy to upload images. You may set a self hosted proxy with " "Nginx, following my https://api.imgur.com/3/image/】" -#: options.php:1098 -msgid "Enable live search" -msgstr "启用实时搜索" - -#: options.php:1099 -msgid "" -"Real-time search in the foreground, call the Rest API to update the cache " -"every hour, you can manually set the cache time in api.php" -msgstr "" -"前台实现实时搜索,调用 Rest API 每小时更新一次缓存,可在 api.php 里手动设置缓" -"存时间" - -#: options.php:1105 -msgid "Include comments in live search" -msgstr "实时搜索包含评论" - -#: options.php:1106 -msgid "" -"Search for comments in real-time search (not recommended if there are too " -"many comments on the site)" -msgstr "在实时搜索中搜索评论(如果网站评论数量太多不建议开启)" - -#: options.php:1112 -msgid "Enable baguetteBox" -msgstr "启用 baguetteBox" - -#: options.php:1113 -msgid "" -"Default off,please read wiki" -msgstr "" -"默认禁用,请阅" -"读说明" - -#: options.php:1119 -msgid "Enable lazyload in posts" -msgstr "文章内图片启用 lazyload" - -#: options.php:1126 -msgid "lazyload spinner" -msgstr "lazyload 占位图" - -#: options.php:1127 -msgid "The placeholder to display when the image loads, fill in the image url" -msgstr "图片加载时要显示的占位图,填写图片 url" - -#: options.php:1133 -msgid "Whether to enable the clipboard copyright" -msgstr "是否开启剪贴板版权标识" - -#: options.php:1134 -msgid "" -"Automatically add a copyright to the clipboard when copying more than 30 " -"bytes, which is enabled by default." -msgstr "复制超过30个字节时自动向剪贴板添加版权标识,默认开启。" - -#: options.php:1140 -msgid "Email address prefix" -msgstr "发件地址前缀" - -#: options.php:1141 -msgid "" -"For sending system mail, the sender address displayed in the user's mailbox, " -"do not use Chinese, the default system email address is bibi@your_domain_name" -msgstr "" -"用于发送系统邮件,在用户的邮箱中显示的发件人地址,不要使用中文,默认系统邮件" -"地址为 bibi@你的域名" - -#: options.php:1147 +#: options.php:803 msgid "Comments reply notification" msgstr "邮件回复通知" -#: options.php:1148 +#: options.php:804 msgid "" "WordPress will use email to notify users when their comments receive a reply " "by default. Tick this item allows users to set their own comments reply " @@ -1719,78 +1284,86 @@ msgstr "" "WordPress默认会使用邮件通知用户评论收到回复,开启此项允许用户设置自己的评论收" "到回复时是否使用邮件通知" -#: options.php:1154 +#: options.php:810 msgid "Administrator comment notification" msgstr "邮件回复通知管理员" -#: options.php:1155 +#: options.php:811 msgid "" "Whether to use email notification when the administrator's comments receive " "a reply" msgstr "当管理员评论收到回复时是否使用邮件通知" -#: options.php:1161 +#: options.php:817 msgid "Enable private comment" msgstr "允许私密评论" -#: options.php:1162 +#: options.php:818 msgid "Allow users to set their own comments to be invisible to others" msgstr "允许用户设置自己的评论对其他人不可见" -#: options.php:1168 +#: options.php:824 msgid "Human verification" msgstr "机器人验证" -#: options.php:1169 +#: options.php:825 msgid "Enable human verification" msgstr "开启机器人验证" -#: options.php:1175 +#: options.php:831 msgid "QQ avatar link encryption" msgstr "QQ头像链接加密" -#: options.php:1176 +#: options.php:832 msgid "Do not display the user's qq avatar links directly." msgstr "不直接暴露用户QQ头像链接。" -#: options.php:1181 +#: options.php:837 msgid "Off (default)" msgstr "关闭(默认)" -#: options.php:1182 +#: options.php:838 msgid "use redirect (general security)" msgstr "使用重定向(安全性低)" -#: options.php:1183 +#: options.php:839 msgid "fetch data at backend (high security)" msgstr "后端获取头像数据(安全性高)" -#: options.php:1184 +#: options.php:840 msgid "fetch data at backend (high security,slow)" msgstr "后端解析QQ头像接口(安全性高,慢)" -#: options.php:1188 +#: options.php:844 msgid "Comment UA infomation" msgstr "评论UA信息" -#: options.php:1189 +#: options.php:845 msgid "" "Check to enable, display the user's browser, operating system information" msgstr "勾选开启,显示用户的浏览器,操作系统信息" -#: options.php:1195 +#: options.php:851 +msgid "Comment location infomation" +msgstr "评论位置信息" + +#: options.php:852 +msgid "Check to enable, display the user's location info" +msgstr "勾选开启,显示用户的位置信息" + +#: options.php:858 msgid "Enable disqus" msgstr "开启多说插件支持" -#: options.php:1196 +#: options.php:859 msgid "Enable disqus for comment" msgstr "多说已经凉了~~" -#: options.php:1202 +#: options.php:865 msgid "Time Zone adjustment" msgstr "时区调整" -#: options.php:1203 +#: options.php:866 msgid "" "If the comment has a time difference problem adjust here, fill in an " "integer, the calculation method: actual_time = display_error_time - " @@ -1799,6 +1372,445 @@ msgstr "" "如果评论出现时差问题在这里调整,填入一个整数,计算方法:实际时间=显示错误的时" "间-你输入的整数(单位:小时)" +#: options.php:872 +msgid "Dashboard configuration" +msgstr "后台配置" + +#: options.php:877 +msgid "Dashboard panel custom color scheme" +msgstr "后台面板自定义配色方案" + +#: options.php:878 +msgid "" +"You can design the dashboard panel (/wp-admin/) style yourself below, but " +"before you start, please go to here to " +"change the color scheme to custom.(Custom).
Tip: How to match " +"colors? Maybe this can help " +"you." +msgstr "" +"你可以在下面自行设计后台面板(/wp-admin/)样式,不过在开始之前请到这里将配色方案改为自定义(Custom)。
Tip: 如何搭配颜色?或许这个可以" +"帮到你。" + +#: options.php:884 +msgid "Panel main color A" +msgstr "面板主色调A" + +#: options.php:887 options.php:895 options.php:903 options.php:911 +msgid "" +"(array) (optional) An array of CSS color definitions which are used " +"to give the user a feel for the theme." +msgstr "" + +#: options.php:892 +msgid "Panel main color B" +msgstr "面板主色调B" + +#: options.php:900 +msgid "Panel main color C" +msgstr "面板主色调C" + +#: options.php:908 +msgid "Panel main color D" +msgstr "面板主色调D" + +#: options.php:916 +msgid "Panel icon color——base" +msgstr "面板图标配色——base" + +#: options.php:919 options.php:927 options.php:935 +msgid "" +"(array) (optional) An array of CSS color definitions used to color " +"any SVG icons." +msgstr "" + +#: options.php:924 +msgid "Panel icon color——focus" +msgstr "面板图标配色——focus" + +#: options.php:932 +msgid "Panel icon color——current" +msgstr "面板图标配色——current" + +#: options.php:940 +msgid "Other custom panel styles(CSS)" +msgstr "其他自定义面板样式(CSS)" + +#: options.php:941 +msgid "If you need to adjust other styles of the panel, put the style here." +msgstr "如果还需要对面板其他样式进行调整可以把style放到这里。" + +#: options.php:947 +msgid "Login interface background image" +msgstr "后台登陆界面背景图" + +#: options.php:948 +msgid "Use the default image if left this blank" +msgstr "该地址为空则使用默认图片" + +#: options.php:953 +msgid "Login interface logo" +msgstr "后台登陆界面logo" + +#: options.php:954 +msgid "Used for login interface display" +msgstr "用于登录界面显示" + +#: options.php:960 +msgid "Login/registration related settings" +msgstr "登陆/注册相关设定" + +#: options.php:967 +msgid "Specify login address" +msgstr "指定登录地址" + +#: options.php:968 +msgid "" +"Forcibly do not use the background address to log in, fill in the new " +"landing page address, such as http://www.xxx.com/login [Note] Before you " +"fill out, test your new page can be opened normally, so as not to enter the " +"background or other problems happening" +msgstr "" +"强制不使用后台地址登陆,填写新建的登陆页面地址,比如 http://www.xxx.com/" +"login【注意】填写前先测试下你新建的页面是可以正常打开的,以免造成无法进入后台" +"等情况" + +#: options.php:974 +msgid "Specify registered address" +msgstr "指定注册地址" + +#: options.php:975 +msgid "This link is used on the login page as a registration entry" +msgstr "该链接使用在登录页面作为注册入口,建议填写" + +#: options.php:981 +msgid "Allow users to register" +msgstr "允许用户注册" + +#: options.php:982 +msgid "Check to allow users to register at the frontend" +msgstr "勾选开启,允许用户在前台注册" + +#: options.php:988 +msgid "Automatically redirect after login" +msgstr "登录后自动跳转" + +#: options.php:989 +msgid "" +"After checken, the administrator redirects to the background and the user " +"redirects to the home page." +msgstr "勾选开启,管理员跳转至后台,用户跳转至主页。" + +#: options.php:995 +msgid "Registration verification (frontend only, backend forced open)" +msgstr "注册验证(仅前端,后端强制开启)" + +#: options.php:996 +msgid "Check to enable slide verification" +msgstr "勾选开启滑动验证" + +#: options.php:1003 +msgid "CDN" +msgstr "" + +#: options.php:1007 +msgid "Images CDN" +msgstr "图片库" + +#: options.php:1008 +msgid "" +"Note: Fill in the format http(s)://your CDN domain name/.
In other " +"words, the original path is http://your.domain/wp-content/uploads/2018/05/xx." +"png and the picture will load from http://your CDN domain/2018/05/xx.png" +msgstr "" +"注意:填写格式为 http(s)://你的CDN域名/。
也就是说,原路径为 http://your." +"domain/wp-content/uploads/2018/05/xx.png 的图片将从 http://你的CDN域" +"名/2018/05/xx.png 加载" + +#: options.php:1014 +msgid "Use the front-end library locally (lib.js、lib.css)" +msgstr "本地调用前端库(lib.js、lib.css)" + +#: options.php:1015 +msgid "The front-end library don't load from jsDelivr, not recommand" +msgstr "前端库不走 jsDelivr,不建议启用" + +#: options.php:1021 +msgid "Use js and css file of the theme (sakura-app.js、style.css) locally" +msgstr "本地调用主题 js、css 文件(sakura-app.js、style.css)" + +#: options.php:1022 +msgid "" +"The js and css files of the theme do not load from jsDelivr, please open " +"when DIY" +msgstr "主题的 js、css 文件不走 jsDelivr,DIY 时请开启" + +#: options.php:1029 +msgid "Others" +msgstr "其他" + +#: options.php:1033 +msgid "About" +msgstr "关于" + +#: options.php:1034 +#, php-format +msgid "" +"Theme Sakura v %s | Theme " +"document | Source " +"code\"GitHub" +msgstr "" +"Theme Sakura v %s | 主题说明 | 源码
+" + +#: options.php:1040 +msgid "Check for Updates" +msgstr "检查更新" + +#: options.php:1052 +msgid "Footer float music player" +msgstr "页脚悬浮播放器" + +#: options.php:1053 +msgid "Choose which platform you'll use." +msgstr "选择你要使用的平台。" + +#: options.php:1058 +msgid "Netease Cloud Music (default)" +msgstr "网易云音乐(默认)" + +#: options.php:1059 +msgid "Xiami Music" +msgstr "虾米音乐" + +#: options.php:1060 +msgid "KuGou Music" +msgstr "酷狗音乐" + +#: options.php:1061 +msgid "Baidu Music" +msgstr "百度音乐" + +#: options.php:1062 +msgid "QQ Music (may fail) " +msgstr "QQ音乐(可能解析失败) " + +#: options.php:1063 +msgid "Off" +msgstr "关闭" + +#: options.php:1067 +msgid "Song list ID" +msgstr "「歌单」ID" + +#: options.php:1068 +msgid "" +"Fill in the \"song list\" ID, eg: https://music.163.com/#/playlist?" +"id=2288037900 The ID is 2288037900" +msgstr "" +"填写「歌单」ID,eg:https://music.163.com/#/playlist?id=2288037900的ID是" +"2288037900" + +#: options.php:1074 +msgid "Netease Cloud Music cookie" +msgstr "网易云音乐 Cookies" + +#: options.php:1075 +msgid "" +"For Netease Cloud Music, fill in your vip account's cookies if you want to " +"play special tracks.If you don't know what does mean, left it blank." +msgstr "" +"针对网易云音乐,如果你想播放特殊曲目,填入你的vip帐号Cookies。如果不知道这" +"是什么意思,忽略即可。" + +#: options.php:1081 +msgid "Version Control" +msgstr "版本控制" + +#: options.php:1082 +msgid "" +"Used to update frontend cookies and browser caches, any string can be used" +msgstr "用于更新前端 cookie 及浏览器缓存,可使用任意字符串" + +#: options.php:1088 +msgid "Enable PJAX (recommand on)" +msgstr "开启PJAX局部刷新(建议开启)" + +#: options.php:1089 +msgid "The principle is the same as Ajax" +msgstr "原理与Ajax相同" + +#: options.php:1095 +msgid "Enable NProgress progress bar" +msgstr "开启NProgress加载进度条" + +#: options.php:1096 options.php:1103 options.php:1110 +msgid "Default off, check on" +msgstr "默认不开启,勾选开启" + +#: options.php:1102 +msgid "Enable sidebar widget" +msgstr "支持侧栏小部件" + +#: options.php:1109 +msgid "Enable Announcement" +msgstr "开启公告" + +#: options.php:1116 +msgid "Announcement content" +msgstr "公告内容" + +#: options.php:1117 +msgid "" +"Announcement content, the text exceeds 142 bytes will be scrolled display " +"(mobile device is invalid)" +msgstr "" +"公告内容,文字超出142个字节将会被滚动显示(移动端无效),一个汉字 = 3字节,一" +"个字母 = 1字节,自己计算吧" + +#: options.php:1122 +msgid "Bilibili UID" +msgstr "" + +#: options.php:1123 +msgid "" +"Fill in your UID, eg.https://space.bilibili.com/13972644/, only fill in with " +"the number part." +msgstr "" +"填写你的UID,,例如:https://space.bilibili.com/13972644/,只需填写数字部分。" + +#: options.php:1129 +msgid "Bilibili Cookie" +msgstr "" + +#: options.php:1130 +msgid "" +"Fill in your Cookies, go to your bilibili homepage, you can get cookies in " +"brownser network pannel with pressing F12. If left this blank, you'll not " +"get the progress." +msgstr "" +"填写你的帐号Cookies。F12打开浏览器网络面板,前往你的B站主页获取Cookies。如果" +"留空,将不会显示追番进度。" + +#: options.php:1135 +msgid "The categories of articles that don't not show on homepage" +msgstr "首页不显示的分类文章" + +#: options.php:1136 options.php:1143 +msgid "Fill in category ID, multiple IDs are divided by a comma \",\"" +msgstr "填写分类ID,多个用英文“ , ”分开" + +#: options.php:1142 +msgid "Images category" +msgstr "图片展示分类" + +#: options.php:1149 +msgid "Statistics Interface" +msgstr "统计接口" + +#: options.php:1154 +msgid "" +"WP-Statistics plugin (Professional statistics, can exclude invalid access)" +msgstr "WP-Statistics 插件(专业性统计,可排除无效访问)" + +#: options.php:1155 +msgid "Theme built-in (simple statistics, calculate each page access request)" +msgstr "主题内建(简单的统计,计算每一次页面访问请求)" + +#: options.php:1159 +msgid "Statistical data display format" +msgstr "统计数据显示格式" + +#: options.php:1164 +msgid "23333 Views (default)" +msgstr "23333 次访问(默认)" + +#: options.php:1165 +msgid "23,333 Views (britain)" +msgstr "23,333 次访问(英式)" + +#: options.php:1166 +msgid "23 333 Views (french)" +msgstr "23 333 次访问(法式)" + +#: options.php:1167 +msgid "23k Views (chinese)" +msgstr "23k 次访问(中式)" + +#: options.php:1171 +msgid "Enable live search" +msgstr "启用实时搜索" + +#: options.php:1172 +msgid "" +"Real-time search in the foreground, call the Rest API to update the cache " +"every hour, you can manually set the cache time in api.php" +msgstr "" +"前台实现实时搜索,调用 Rest API 每小时更新一次缓存,可在 api.php 里手动设置缓" +"存时间" + +#: options.php:1178 +msgid "Include comments in live search" +msgstr "实时搜索包含评论" + +#: options.php:1179 +msgid "" +"Search for comments in real-time search (not recommended if there are too " +"many comments on the site)" +msgstr "在实时搜索中搜索评论(如果网站评论数量太多不建议开启)" + +#: options.php:1185 +msgid "Enable baguetteBox" +msgstr "启用 baguetteBox" + +#: options.php:1186 +msgid "" +"Default off,please read wiki" +msgstr "" +"默认禁用,请阅" +"读说明" + +#: options.php:1192 +msgid "Enable lazyload in posts" +msgstr "文章内图片启用 lazyload" + +#: options.php:1199 +msgid "lazyload spinner" +msgstr "lazyload 占位图" + +#: options.php:1200 +msgid "The placeholder to display when the image loads, fill in the image url" +msgstr "图片加载时要显示的占位图,填写图片 url" + +#: options.php:1206 +msgid "Whether to enable the clipboard copyright" +msgstr "是否开启剪贴板版权标识" + +#: options.php:1207 +msgid "" +"Automatically add a copyright to the clipboard when copying more than 30 " +"bytes, which is enabled by default." +msgstr "复制超过30个字节时自动向剪贴板添加版权标识,默认开启。" + +#: options.php:1213 +msgid "Email address prefix" +msgstr "发件地址前缀" + +#: options.php:1214 +msgid "" +"For sending system mail, the sender address displayed in the user's mailbox, " +"do not use Chinese, the default system email address is bibi@your_domain_name" +msgstr "" +"用于发送系统邮件,在用户的邮箱中显示的发件人地址,不要使用中文,默认系统邮件" +"地址为 bibi@你的域名" + #: search.php:19 #, php-format msgid "search result: %s" diff --git a/options.php b/options.php index 2e1e648..7dbc11c 100644 --- a/options.php +++ b/options.php @@ -734,6 +734,139 @@ function optionsframework_options() 'std' => '', 'type' => 'text'); + //评论区 + $options[] = array( + 'name' => __('Comment field', 'sakura'), /*评论区*/ + 'type' => 'heading'); + + $options[] = array( + 'name' => __('Gravatar avatar proxy', 'sakura'), + 'desc' => __('A front-ed proxy for Gravatar, eg. gravatar.2heng.xin/avatar . Leave it blank if you do not need.', 'sakura'), + 'id' => 'gravatar_proxy', + 'std' => "gravatar.2heng.xin/avatar", + 'type' => "text"); + + $options[] = array( + 'name' => __('Comment image upload API', 'sakura'), /*评论图片上传接口*/ + 'id' => 'img_upload_api', + 'std' => "imgur", + 'type' => "radio", + 'options' => array( + 'imgur' => __('Imgur (https://imgur.com)', 'sakura'), + 'smms' => __('SM.MS (https://sm.ms)', 'sakura'), + 'chevereto' => __('Chevereto (https://chevereto.com)', 'sakura'), + )); + + $options[] = array( + 'name' => __('Imgur Client ID', 'sakura'), + 'desc' => __('Register your application here, note we only need the Client ID here.', 'sakura'), + 'id' => 'imgur_client_id', + 'std' => '', + 'type' => 'text'); + + $options[] = array( + 'name' => __('SM.MS Secret Token', 'sakura'), + 'desc' => __('Register your application here.', 'sakura'), + 'id' => 'smms_client_id', + 'std' => '', + 'type' => 'text'); + + $options[] = array( + 'name' => __('Chevereto API v1 key', 'sakura'), + 'desc' => __('Get your API key here: ' . akina_option('cheverto_url') . '/dashboard/settings/api', 'sakura'), + 'id' => 'chevereto_api_key', + 'std' => '', + 'type' => 'text'); + + $options[] = array( + 'name' => __('Chevereto URL', 'sakura'), + 'desc' => __('Your Chevereto homepage url, no slash in the end, eg. https://your.cherverto.com', 'sakura'), + 'id' => 'cheverto_url', + 'std' => 'https://your.cherverto.com', + 'type' => 'text'); + + $options[] = array( + 'name' => __('Comment images proxy', 'sakura'), + 'desc' => __('A front-ed proxy for the uploaded images. Leave it blank if you do not need.', 'sakura'), + 'id' => 'cmt_image_proxy', + 'std' => 'https://images.weserv.nl/?url=', + 'type' => 'text'); + + $options[] = array( + 'name' => __('Imgur upload proxy', 'sakura'), + 'desc' => __('A back-ed proxy to upload images. You may set a self hosted proxy with Nginx, following my turtal. This feature is mainly for Chinese who cannot access to Imgur due to the GFW. The default and official setting is 【https://api.imgur.com/3/image/】', 'sakura'), + 'id' => 'imgur_upload_image_proxy', + 'std' => 'https://api.imgur.com/3/image/', + 'type' => 'text'); + + $options[] = array( + 'name' => __('Comments reply notification', 'sakura'), /*邮件回复通知*/ + 'desc' => __('WordPress will use email to notify users when their comments receive a reply by default. Tick this item allows users to set their own comments reply notification', 'sakura'), /*WordPress默认会使用邮件通知用户评论收到回复,开启此项允许用户设置自己的评论收到回复时是否使用邮件通知*/ + 'id' => 'mail_notify', + 'std' => '0', + 'type' => 'checkbox'); + + $options[] = array( + 'name' => __('Administrator comment notification', 'sakura'), /*邮件回复通知管理员*/ + 'desc' => __('Whether to use email notification when the administrator\'s comments receive a reply', 'sakura'), /*当管理员评论收到回复时是否使用邮件通知*/ + 'id' => 'admin_notify', + 'std' => '0', + 'type' => 'checkbox'); + + $options[] = array( + 'name' => __('Enable private comment', 'sakura'), /*允许私密评论*/ + 'desc' => __('Allow users to set their own comments to be invisible to others', 'sakura'), /*允许用户设置自己的评论对其他人不可见*/ + 'id' => 'open_private_message', + 'std' => '0', + 'type' => 'checkbox'); + + $options[] = array( + 'name' => __('Human verification', 'sakura'), /*机器人验证*/ + 'desc' => __('Enable human verification', 'sakura'), /*开启机器人验证*/ + 'id' => 'norobot', + 'std' => '0', + 'type' => 'checkbox'); + + $options[] = array( + 'name' => __('QQ avatar link encryption', 'sakura'), /*QQ头像链接加密*/ + 'desc' => __('Do not display the user\'s qq avatar links directly.', 'sakura'), /*不直接暴露用户qq头像链接*/ + 'id' => 'qq_avatar_link', + 'std' => "off", + 'type' => "select", + 'options' => array( + 'off' => __('Off (default)', 'sakura'), /*关闭(默认)*/ + 'type_1' => __('use redirect (general security)', 'sakura'), /*使用 重定向(安全性一般)'*/ + 'type_2' => __('fetch data at backend (high security)', 'sakura'), /*后端获取数据(安全性高)*/ + 'type_3' => __('fetch data at backend (high security,slow)', 'sakura'), /*后端获取数据(安全性高, 慢)*/ + )); + + $options[] = array( + 'name' => __('Comment UA infomation', 'sakura'), /*评论UA信息*/ + 'desc' => __('Check to enable, display the user\'s browser, operating system information', 'sakura'), /*勾选开启,显示用户的浏览器,操作系统信息*/ + 'id' => 'open_useragent', + 'std' => '0', + 'type' => 'checkbox'); + + $options[] = array( + 'name' => __('Comment location infomation', 'sakura'), /*评论位置信息*/ + 'desc' => __('Check to enable, display the user\'s location info', 'sakura'), /*勾选开启,显示用户的位置信息*/ + 'id' => 'open_location', + 'std' => '0', + 'type' => 'checkbox'); + + $options[] = array( + 'name' => __('Enable disqus', 'sakura'), /*开启多说插件支持*/ + 'desc' => __('Enable disqus for comment', 'sakura'), /*多说已经凉了*/ + 'id' => 'general_disqus_plugin_support', + 'std' => '0', + 'type' => 'checkbox'); + + $options[] = array( + 'name' => __('Time Zone adjustment', 'sakura'), /*时区调整*/ + 'desc' => __('If the comment has a time difference problem adjust here, fill in an integer, the calculation method: actual_time = display_error_time - the_integer_you_entered (unit: hour)', 'sakura'), /*如果评论出现时差问题在这里调整,填入一个整数,计算方法:实际时间=显示错误的时间-你输入的整数(单位:小时)*/ + 'id' => 'time_zone_fix', + 'std' => '0', + 'type' => 'text'); //后台配置 $options[] = array( 'name' => __('Dashboard configuration', 'sakura'), /*后台配置*/ @@ -1034,66 +1167,6 @@ function optionsframework_options() 'type_4' => __('23k Views (chinese)', 'sakura'), /*23k 次访问(中式)*/ )); - $options[] = array( - 'name' => __('Gravatar avatar proxy', 'sakura'), - 'desc' => __('A front-ed proxy for Gravatar, eg. gravatar.2heng.xin/avatar . Leave it blank if you do not need.', 'sakura'), - 'id' => 'gravatar_proxy', - 'std' => "gravatar.2heng.xin/avatar", - 'type' => "text"); - - $options[] = array( - 'name' => __('Comment image upload API', 'sakura'), /*评论图片上传接口*/ - 'id' => 'img_upload_api', - 'std' => "imgur", - 'type' => "radio", - 'options' => array( - 'imgur' => __('Imgur (https://imgur.com)', 'sakura'), - 'smms' => __('SM.MS (https://sm.ms)', 'sakura'), - 'chevereto' => __('Chevereto (https://chevereto.com)', 'sakura'), - )); - - $options[] = array( - 'name' => __('Imgur Client ID', 'sakura'), - 'desc' => __('Register your application here, note we only need the Client ID here.', 'sakura'), - 'id' => 'imgur_client_id', - 'std' => '', - 'type' => 'text'); - - $options[] = array( - 'name' => __('SM.MS Secret Token', 'sakura'), - 'desc' => __('Register your application here.', 'sakura'), - 'id' => 'smms_client_id', - 'std' => '', - 'type' => 'text'); - - $options[] = array( - 'name' => __('Chevereto API v1 key', 'sakura'), - 'desc' => __('Get your API key here: ' . akina_option('cheverto_url') . '/dashboard/settings/api', 'sakura'), - 'id' => 'chevereto_api_key', - 'std' => '', - 'type' => 'text'); - - $options[] = array( - 'name' => __('Chevereto URL', 'sakura'), - 'desc' => __('Your Chevereto homepage url, no slash in the end, eg. https://your.cherverto.com', 'sakura'), - 'id' => 'cheverto_url', - 'std' => 'https://your.cherverto.com', - 'type' => 'text'); - - $options[] = array( - 'name' => __('Comment images proxy', 'sakura'), - 'desc' => __('A front-ed proxy for the uploaded images. Leave it blank if you do not need.', 'sakura'), - 'id' => 'cmt_image_proxy', - 'std' => 'https://images.weserv.nl/?url=', - 'type' => 'text'); - - $options[] = array( - 'name' => __('Imgur upload proxy', 'sakura'), - 'desc' => __('A back-ed proxy to upload images. You may set a self hosted proxy with Nginx, following my turtal. This feature is mainly for Chinese who cannot access to Imgur due to the GFW. The default and official setting is 【https://api.imgur.com/3/image/】', 'sakura'), - 'id' => 'imgur_upload_image_proxy', - 'std' => 'https://api.imgur.com/3/image/', - 'type' => 'text'); - $options[] = array( 'name' => __('Enable live search', 'sakura'), /*启用实时搜索*/ 'desc' => __('Real-time search in the foreground, call the Rest API to update the cache every hour, you can manually set the cache time in api.php', 'sakura'), /*前台实现实时搜索,调用 Rest API 每小时更新一次缓存,可在 functions.php 里手动设置缓存时间*/ @@ -1143,67 +1216,5 @@ function optionsframework_options() 'std' => 'bibi', 'type' => 'text'); - $options[] = array( - 'name' => __('Comments reply notification', 'sakura'), /*邮件回复通知*/ - 'desc' => __('WordPress will use email to notify users when their comments receive a reply by default. Tick this item allows users to set their own comments reply notification', 'sakura'), /*WordPress默认会使用邮件通知用户评论收到回复,开启此项允许用户设置自己的评论收到回复时是否使用邮件通知*/ - 'id' => 'mail_notify', - 'std' => '0', - 'type' => 'checkbox'); - - $options[] = array( - 'name' => __('Administrator comment notification', 'sakura'), /*邮件回复通知管理员*/ - 'desc' => __('Whether to use email notification when the administrator\'s comments receive a reply', 'sakura'), /*当管理员评论收到回复时是否使用邮件通知*/ - 'id' => 'admin_notify', - 'std' => '0', - 'type' => 'checkbox'); - - $options[] = array( - 'name' => __('Enable private comment', 'sakura'), /*允许私密评论*/ - 'desc' => __('Allow users to set their own comments to be invisible to others', 'sakura'), /*允许用户设置自己的评论对其他人不可见*/ - 'id' => 'open_private_message', - 'std' => '0', - 'type' => 'checkbox'); - - $options[] = array( - 'name' => __('Human verification', 'sakura'), /*机器人验证*/ - 'desc' => __('Enable human verification', 'sakura'), /*开启机器人验证*/ - 'id' => 'norobot', - 'std' => '0', - 'type' => 'checkbox'); - - $options[] = array( - 'name' => __('QQ avatar link encryption', 'sakura'), /*QQ头像链接加密*/ - 'desc' => __('Do not display the user\'s qq avatar links directly.', 'sakura'), /*不直接暴露用户qq头像链接*/ - 'id' => 'qq_avatar_link', - 'std' => "off", - 'type' => "select", - 'options' => array( - 'off' => __('Off (default)', 'sakura'), /*关闭(默认)*/ - 'type_1' => __('use redirect (general security)', 'sakura'), /*使用 重定向(安全性一般)'*/ - 'type_2' => __('fetch data at backend (high security)', 'sakura'), /*后端获取数据(安全性高)*/ - 'type_3' => __('fetch data at backend (high security,slow)', 'sakura'), /*后端获取数据(安全性高, 慢)*/ - )); - - $options[] = array( - 'name' => __('Comment UA infomation', 'sakura'), /*评论UA信息*/ - 'desc' => __('Check to enable, display the user\'s browser, operating system information', 'sakura'), /*勾选开启,显示用户的浏览器,操作系统信息*/ - 'id' => 'open_useragent', - 'std' => '0', - 'type' => 'checkbox'); - - $options[] = array( - 'name' => __('Enable disqus', 'sakura'), /*开启多说插件支持*/ - 'desc' => __('Enable disqus for comment', 'sakura'), /*多说已经凉了*/ - 'id' => 'general_disqus_plugin_support', - 'std' => '0', - 'type' => 'checkbox'); - - $options[] = array( - 'name' => __('Time Zone adjustment', 'sakura'), /*时区调整*/ - 'desc' => __('If the comment has a time difference problem adjust here, fill in an integer, the calculation method: actual_time = display_error_time - the_integer_you_entered (unit: hour)', 'sakura'), /*如果评论出现时差问题在这里调整,填入一个整数,计算方法:实际时间=显示错误的时间-你输入的整数(单位:小时)*/ - 'id' => 'time_zone_fix', - 'std' => '0', - 'type' => 'text'); - return $options; }