commit
						0fed673d5c
					
				| 
						 | 
					@ -19,12 +19,12 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		<div class="commentwrap comments-hidden">
 | 
							<div class="commentwrap comments-hidden">
 | 
				
			||||||
			<div class="notification"><i class="iconfont icon-mark"></i><?php _e('view comments', 'sakura'); /*查看评论*/?> -
 | 
								<div class="notification"><i class="iconfont icon-mark"></i><?php _e('view comments', 'sakura'); /*查看评论*/?> -
 | 
				
			||||||
			<span class="noticom"><?php comments_number('NOTHING', __('1 comment','sakura'), __('% comments','sakura')); ?> </span>
 | 
								<span class="noticom"><?php comments_number('NOTHING', '1'.__(" comment","sakura"), '%'.__(" comments","sakura")); ?> </span>
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		<div class="comments-main">
 | 
							<div class="comments-main">
 | 
				
			||||||
		 <h3 id="comments-list-title">Comments | <span class="noticom"><?php comments_number('NOTHING', __('1 comment','sakura'), __('% comments','sakura')); ?> </span></h3> 
 | 
							 <h3 id="comments-list-title">Comments | <span class="noticom"><?php comments_number('NOTHING', '1'.__(" comment","sakura"), '%'.__(" comments","sakura")); ?> </span></h3> 
 | 
				
			||||||
		<div id="loading-comments"><span></span></div>
 | 
							<div id="loading-comments"><span></span></div>
 | 
				
			||||||
			<?php if(have_comments()): ?>
 | 
								<?php if(have_comments()): ?>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -399,7 +399,7 @@ if(!function_exists('akina_comment_format')){
 | 
				
			||||||
                                                $flag .= __('No', 'mashiro').' <i class="fa fa-unlock" aria-hidden="true"></i>';
 | 
					                                                $flag .= __('No', 'mashiro').' <i class="fa fa-unlock" aria-hidden="true"></i>';
 | 
				
			||||||
                                            }
 | 
					                                            }
 | 
				
			||||||
                                            $flag .= '</span></a>';
 | 
					                                            $flag .= '</span></a>';
 | 
				
			||||||
                                            $flag .= edit_comment_link(__('<i class="fa fa-pencil-square-o" aria-hidden="true"></i> '.__('Edit', 'mashiro').''), ' <span style="color:rgba(0,0,0,.35)>', '</span>');
 | 
					                                            $flag .= edit_comment_link('<i class="fa fa-pencil-square-o" aria-hidden="true"></i> '.__("Edit", "mashiro"), ' <span style="color:rgba(0,0,0,.35)">', '</span>');
 | 
				
			||||||
                                            echo $flag;
 | 
					                                            echo $flag;
 | 
				
			||||||
                                        } ?></div>
 | 
					                                        } ?></div>
 | 
				
			||||||
								</div>
 | 
													</div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -351,7 +351,7 @@ function the_video_headPattern_hls(){
 | 
				
			||||||
        $edit_this_post_link = '';
 | 
					        $edit_this_post_link = '';
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    $t .= the_title( '<h1 class="entry-title">', '<button id="coverVideo-btn" class=".constant-width-to-height-ratio" onclick="coverVideo()"><i class="fa fa-pause" aria-hidden="true"></i></button></h1>', false);
 | 
					    $t .= the_title( '<h1 class="entry-title">', '<button id="coverVideo-btn" class=".constant-width-to-height-ratio" onclick="coverVideo()"><i class="fa fa-pause" aria-hidden="true"></i></button></h1>', false);
 | 
				
			||||||
    $t .= '<p class="entry-census"><span><a href="'. esc_url(get_author_posts_url(get_the_author_meta('ID'),get_the_author_meta( 'user_nicename' ))) .'"><img src="'. get_avatar_url( get_the_author_meta('ID'), 64 )/*$ava*/ .'"></a></span><span><a href="'. esc_url(get_author_posts_url(get_the_author_meta('ID'),get_the_author_meta( 'user_nicename' ))) .'">'. get_the_author() .'</a></span><span class="bull">·</span>'. poi_time_since(get_post_time('U', true),false,true) .'<span class="bull">·</span>'. get_post_views(get_the_ID()) .' 次阅读'.$edit_this_post_link.'</p>';
 | 
					    $t .= '<p class="entry-census"><span><a href="'. esc_url(get_author_posts_url(get_the_author_meta('ID'),get_the_author_meta( 'user_nicename' ))) .'"><img src="'. get_avatar_url( get_the_author_meta('ID'), 64 )/*$ava*/ .'"></a></span><span><a href="'. esc_url(get_author_posts_url(get_the_author_meta('ID'),get_the_author_meta( 'user_nicename' ))) .'">'. get_the_author() .'</a></span><span class="bull">·</span>'. poi_time_since(get_post_time('U', true),false,true) .'<span class="bull">·</span>'. get_post_views(get_the_ID()) .' '._n("View","Views",get_post_views(get_the_ID()),"sakura")/*次阅读*/.$edit_this_post_link.'</p>';
 | 
				
			||||||
    endwhile; endif;
 | 
					    endwhile; endif;
 | 
				
			||||||
  }elseif(is_page()){
 | 
					  }elseif(is_page()){
 | 
				
			||||||
    $full_image_url = $full_image_url[0];
 | 
					    $full_image_url = $full_image_url[0];
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							| 
						 | 
					@ -2,22 +2,22 @@ msgid ""
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
"Project-Id-Version: Sakura\n"
 | 
					"Project-Id-Version: Sakura\n"
 | 
				
			||||||
"POT-Creation-Date: 2019-11-01 15:09+0800\n"
 | 
					"POT-Creation-Date: 2019-11-01 15:09+0800\n"
 | 
				
			||||||
"PO-Revision-Date: 2019-11-01 15:10+0800\n"
 | 
					"PO-Revision-Date: 2019-11-01 22:45+0800\n"
 | 
				
			||||||
"Last-Translator: \n"
 | 
					"Last-Translator: \n"
 | 
				
			||||||
"Language-Team: \n"
 | 
					"Language-Team: \n"
 | 
				
			||||||
"Language: en_US\n"
 | 
					"Language: en_US\n"
 | 
				
			||||||
"MIME-Version: 1.0\n"
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
					"Content-Type: text/plain; charset=UTF-8\n"
 | 
				
			||||||
"Content-Transfer-Encoding: 8bit\n"
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
"X-Generator: Poedit 2.2\n"
 | 
					"X-Generator: Poedit 2.2.4\n"
 | 
				
			||||||
"X-Poedit-Basepath: ..\n"
 | 
					"X-Poedit-Basepath: ..\n"
 | 
				
			||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 | 
					"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 | 
				
			||||||
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
 | 
					"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
 | 
				
			||||||
"X-Poedit-WPHeader: style.css\n"
 | 
					"X-Poedit-WPHeader: style.css\n"
 | 
				
			||||||
"X-Poedit-SourceCharset: UTF-8\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__;"
 | 
					"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;"
 | 
				
			||||||
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
 | 
					"esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;"
 | 
				
			||||||
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
 | 
					"__ngettext_noop:1,2\n"
 | 
				
			||||||
"X-Poedit-SearchPath-0: .\n"
 | 
					"X-Poedit-SearchPath-0: .\n"
 | 
				
			||||||
"X-Poedit-SearchPathExcluded-0: *.js\n"
 | 
					"X-Poedit-SearchPathExcluded-0: *.js\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -28,11 +28,11 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: 404.php:46
 | 
					#: 404.php:46
 | 
				
			||||||
msgid "return to previous page"
 | 
					msgid "return to previous page"
 | 
				
			||||||
msgstr ""
 | 
					msgstr "Return to previous page"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: 404.php:47
 | 
					#: 404.php:47
 | 
				
			||||||
msgid "return to home page"
 | 
					msgid "return to home page"
 | 
				
			||||||
msgstr ""
 | 
					msgstr "Return to home page"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: 404.php:50
 | 
					#: 404.php:50
 | 
				
			||||||
msgid "Don't worry, search in site?"
 | 
					msgid "Don't worry, search in site?"
 | 
				
			||||||
| 
						 | 
					@ -48,15 +48,15 @@ msgstr "Previous"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: comments.php:21
 | 
					#: comments.php:21
 | 
				
			||||||
msgid "view comments"
 | 
					msgid "view comments"
 | 
				
			||||||
msgstr ""
 | 
					msgstr "View comments"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: comments.php:22 comments.php:27
 | 
					#: comments.php:22 comments.php:27
 | 
				
			||||||
msgid "1 comment"
 | 
					msgid " comment"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: comments.php:22 comments.php:27
 | 
					#: comments.php:22 comments.php:27
 | 
				
			||||||
#, php-format
 | 
					#, php-format
 | 
				
			||||||
msgid "% comments"
 | 
					msgid " comments"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: comments.php:43
 | 
					#: comments.php:43
 | 
				
			||||||
| 
						 | 
					@ -143,8 +143,7 @@ msgstr ""
 | 
				
			||||||
msgid "Nav Menus"
 | 
					msgid "Nav Menus"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: functions.php:387 inc/theme_plus.php:187 layouts/authorprofile.php:11
 | 
					#: functions.php:387 inc/theme_plus.php:187 layouts/authorprofile.php:11 options.php:123
 | 
				
			||||||
#: options.php:123
 | 
					 | 
				
			||||||
msgid "Author"
 | 
					msgid "Author"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -172,14 +171,10 @@ msgstr ""
 | 
				
			||||||
msgid "Edit"
 | 
					msgid "Edit"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: functions.php:402
 | 
					 | 
				
			||||||
msgid "<i class=\"fa fa-pencil-square-o\" aria-hidden=\"true\"></i> "
 | 
					 | 
				
			||||||
msgstr ""
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#: functions.php:483
 | 
					#: functions.php:483
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Please install pulgin <a href=\"https://wordpress.org/plugins/wp-statistics/"
 | 
					"Please install pulgin <a href=\"https://wordpress.org/plugins/wp-statistics/\" target=\"_blank"
 | 
				
			||||||
"\" target=\"_blank\">WP-Statistics</a>"
 | 
					"\">WP-Statistics</a>"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: functions.php:536
 | 
					#: functions.php:536
 | 
				
			||||||
| 
						 | 
					@ -219,14 +214,13 @@ msgstr ""
 | 
				
			||||||
msgid "category/tag image"
 | 
					msgid "category/tag image"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: inc/categories-images.php:48 inc/categories-images.php:68
 | 
					#: inc/categories-images.php:48 inc/categories-images.php:68 inc/categories-images.php:197
 | 
				
			||||||
#: inc/categories-images.php:197
 | 
					 | 
				
			||||||
msgid "add image"
 | 
					msgid "add image"
 | 
				
			||||||
msgstr ""
 | 
					msgstr "Add image"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: inc/categories-images.php:69 inc/categories-images.php:198
 | 
					#: inc/categories-images.php:69 inc/categories-images.php:198
 | 
				
			||||||
msgid "remove image"
 | 
					msgid "remove image"
 | 
				
			||||||
msgstr ""
 | 
					msgstr "Remove image"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: inc/categories-images.php:211
 | 
					#: inc/categories-images.php:211
 | 
				
			||||||
msgid "image"
 | 
					msgid "image"
 | 
				
			||||||
| 
						 | 
					@ -395,7 +389,7 @@ msgstr ""
 | 
				
			||||||
msgid "Sign out? "
 | 
					msgid "Sign out? "
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: inc/theme_plus.php:299 inc/theme_plus.php:422 tpl/content-single.php:16
 | 
					#: inc/theme_plus.php:299 inc/theme_plus.php:354 inc/theme_plus.php:422 tpl/content-single.php:16
 | 
				
			||||||
#: tpl/single-image.php:18
 | 
					#: tpl/single-image.php:18
 | 
				
			||||||
msgid "View"
 | 
					msgid "View"
 | 
				
			||||||
msgid_plural "Views"
 | 
					msgid_plural "Views"
 | 
				
			||||||
| 
						 | 
					@ -485,8 +479,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:139
 | 
					#: options.php:139
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Adjust the theme scheme menu transparency, the smaller the value, the more "
 | 
					"Adjust the theme scheme menu transparency, the smaller the value, the more transparent. The "
 | 
				
			||||||
"transparent. The default value is 0.8"
 | 
					"default value is 0.8"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:144
 | 
					#: options.php:144
 | 
				
			||||||
| 
						 | 
					@ -539,13 +533,12 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:159
 | 
					#: options.php:159
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"The foreground switches the background of the webpage. There are 8 urls "
 | 
					"The foreground switches the background of the webpage. There are 8 urls separated by commas. "
 | 
				
			||||||
"separated by commas. The order corresponds to the foreground scheme tool "
 | 
					"The order corresponds to the foreground scheme tool button position (the order of the buttons "
 | 
				
			||||||
"button position (the order of the buttons is from left to right, top to "
 | 
					"is from left to right, top to bottom). If no background is needed, fill in the corresponding "
 | 
				
			||||||
"bottom). If no background is needed, fill in the corresponding position as "
 | 
					"position as none.<strong>Note: If the theme is updated from v3.2.3 and below, be sure to "
 | 
				
			||||||
"none.<strong>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 "
 | 
				
			||||||
"change the [Version Control] parameter under the [Other] tab of this "
 | 
					"new value!</strong>"
 | 
				
			||||||
"configuration page to any new value!</strong>"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:165
 | 
					#: options.php:165
 | 
				
			||||||
| 
						 | 
					@ -562,9 +555,9 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:172
 | 
					#: options.php:172
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"The home page does not display the avatar above, but displays a paragraph of "
 | 
					"The home page does not display the avatar above, but displays a paragraph of text (use the "
 | 
				
			||||||
"text (use the avatar above if left blank).The text is recommended not to be "
 | 
					"avatar above if left blank).The text is recommended not to be too long, about 16 bytes is "
 | 
				
			||||||
"too long, about 16 bytes is appropriate."
 | 
					"appropriate."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:178
 | 
					#: options.php:178
 | 
				
			||||||
| 
						 | 
					@ -621,21 +614,20 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:220
 | 
					#: options.php:220
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Enable by default, check off, display on the article page, separate page and "
 | 
					"Enable by default, check off, display on the article page, separate page and category page"
 | 
				
			||||||
"category page"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:226
 | 
					#: options.php:226
 | 
				
			||||||
msgid "Search button"
 | 
					msgid "Search button"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:231 options.php:279 options.php:572 options.php:582
 | 
					#: options.php:231 options.php:279 options.php:572 options.php:582 options.php:592
 | 
				
			||||||
#: options.php:592 options.php:602
 | 
					#: options.php:602
 | 
				
			||||||
msgid "Open"
 | 
					msgid "Open"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:232 options.php:280 options.php:573 options.php:583
 | 
					#: options.php:232 options.php:280 options.php:573 options.php:583 options.php:593
 | 
				
			||||||
#: options.php:593 options.php:603
 | 
					#: options.php:603
 | 
				
			||||||
msgid "Close"
 | 
					msgid "Close"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -665,8 +657,7 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:256
 | 
					#: options.php:256
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Home article feature images alignment (only for graphic mode, default left "
 | 
					"Home article feature images alignment (only for graphic mode, default left and right alternate)"
 | 
				
			||||||
"and right alternate)"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:261
 | 
					#: options.php:261
 | 
				
			||||||
| 
						 | 
					@ -687,9 +678,9 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:268
 | 
					#: options.php:268
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"The default image displayed without the article feature image set, use "
 | 
					"The default image displayed without the article feature image set, use random cover if left "
 | 
				
			||||||
"random cover if left blank (the image to be displayed is placed in the /wp-"
 | 
					"blank (the image to be displayed is placed in the /wp-content/themes/Sakura/feature/gallery/ "
 | 
				
			||||||
"content/themes/Sakura/feature/gallery/ directory)"
 | 
					"directory)"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:274
 | 
					#: options.php:274
 | 
				
			||||||
| 
						 | 
					@ -722,8 +713,7 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:302
 | 
					#: options.php:302
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"(seconds) Set to automatically load the next page time, the default is not "
 | 
					"(seconds) Set to automatically load the next page time, the default is not automatically loaded"
 | 
				
			||||||
"automatically loaded"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:307
 | 
					#: options.php:307
 | 
				
			||||||
| 
						 | 
					@ -835,9 +825,7 @@ msgid "Live"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:402
 | 
					#: options.php:402
 | 
				
			||||||
msgid ""
 | 
					msgid "Check to enable, the video will continue to play automatically, you need to enable Pjax"
 | 
				
			||||||
"Check to enable, the video will continue to play automatically, you need to "
 | 
					 | 
				
			||||||
"enable Pjax"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:408
 | 
					#: options.php:408
 | 
				
			||||||
| 
						 | 
					@ -846,8 +834,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:409
 | 
					#: options.php:409
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"The source address of the video, the address is spliced below the video "
 | 
					"The source address of the video, the address is spliced below the video name, the slash is not "
 | 
				
			||||||
"name, the slash is not required at the end of the address"
 | 
					"required at the end of the address"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:415
 | 
					#: options.php:415
 | 
				
			||||||
| 
						 | 
					@ -856,9 +844,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:416
 | 
					#: options.php:416
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"abc.mp4, just fill in the video file name abc, multiple videos separated by "
 | 
					"abc.mp4, just fill in the video file name abc, multiple videos separated by commas such as "
 | 
				
			||||||
"commas such as abc, efg, do not care about the order, because the loading is "
 | 
					"abc, efg, do not care about the order, because the loading is random extraction"
 | 
				
			||||||
"random extraction"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:422
 | 
					#: options.php:422
 | 
				
			||||||
| 
						 | 
					@ -867,8 +854,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:423
 | 
					#: options.php:423
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Leave this blank to use the built-in API (put the images that need to be "
 | 
					"Leave this blank to use the built-in API (put the images that need to be randomly displayed "
 | 
				
			||||||
"randomly displayed into the /cover/gallery/ directory)"
 | 
					"into the /cover/gallery/ directory)"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:429
 | 
					#: options.php:429
 | 
				
			||||||
| 
						 | 
					@ -921,8 +908,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:460
 | 
					#: options.php:460
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Default is Discovery, you can also change it to other, of course you can't "
 | 
					"Default is Discovery, you can also change it to other, of course you can't use it as an "
 | 
				
			||||||
"use it as an advertisement!Not allowed!!"
 | 
					"advertisement!Not allowed!!"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:467
 | 
					#: options.php:467
 | 
				
			||||||
| 
						 | 
					@ -1053,9 +1040,7 @@ msgid "Tencent QQ"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:639
 | 
					#: options.php:639
 | 
				
			||||||
msgid ""
 | 
					msgid "tencent://message/?uin={{QQ number}}. for example, tencent://message/?uin=123456"
 | 
				
			||||||
"tencent://message/?uin={{QQ number}}. for example, tencent://message/?"
 | 
					 | 
				
			||||||
"uin=123456"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:645
 | 
					#: options.php:645
 | 
				
			||||||
| 
						 | 
					@ -1164,8 +1149,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:737
 | 
					#: options.php:737
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"The name part of name@domain.com, only the frontend has js runtime "
 | 
					"The name part of name@domain.com, only the frontend has js runtime environment can get the "
 | 
				
			||||||
"environment can get the full address, you can rest assured to fill in"
 | 
					"full address, you can rest assured to fill in"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:743
 | 
					#: options.php:743
 | 
				
			||||||
| 
						 | 
					@ -1186,11 +1171,10 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:757
 | 
					#: options.php:757
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"You can design the background panel (/wp-admin/) style yourself below, but "
 | 
					"You can design the background panel (/wp-admin/) style yourself below, but before you start, "
 | 
				
			||||||
"before you start, please go to <a href=\"/wp-admin/profile.php\">here</a> to "
 | 
					"please go to <a href=\"/wp-admin/profile.php\">here</a> to change the color scheme to custom."
 | 
				
			||||||
"change the color scheme to custom.(Custom).<br><b>Tip: </b>How to match "
 | 
					"(Custom).<br><b>Tip: </b>How to match colors? Maybe <a href=\"https://mashiro.top/color-thief/"
 | 
				
			||||||
"colors? Maybe <a href=\"https://mashiro.top/color-thief/\">this</a> can help "
 | 
					"\">this</a> can help you."
 | 
				
			||||||
"you."
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:763
 | 
					#: options.php:763
 | 
				
			||||||
| 
						 | 
					@ -1199,8 +1183,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:766 options.php:774 options.php:782 options.php:790
 | 
					#: options.php:766 options.php:774 options.php:782 options.php:790
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"<i>(array) (optional)</i> An array of CSS color definitions which are used "
 | 
					"<i>(array) (optional)</i> An array of CSS color definitions which are used to give the user a "
 | 
				
			||||||
"to give the user a feel for the theme."
 | 
					"feel for the theme."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:771
 | 
					#: options.php:771
 | 
				
			||||||
| 
						 | 
					@ -1220,9 +1204,7 @@ msgid "Panel icon color——base"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:798 options.php:806 options.php:814
 | 
					#: options.php:798 options.php:806 options.php:814
 | 
				
			||||||
msgid ""
 | 
					msgid "<i>(array) (optional)</i> An array of CSS color definitions used to color any SVG icons."
 | 
				
			||||||
"<i>(array) (optional)</i> An array of CSS color definitions used to color "
 | 
					 | 
				
			||||||
"any SVG icons."
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:803
 | 
					#: options.php:803
 | 
				
			||||||
| 
						 | 
					@ -1267,10 +1249,9 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:847
 | 
					#: options.php:847
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Forcibly do not use the background address to log in, fill in the new "
 | 
					"Forcibly do not use the background address to log in, fill in the new landing page address, "
 | 
				
			||||||
"landing page address, such as http://www.xxx.com/login [Note] Before you "
 | 
					"such as http://www.xxx.com/login [Note] Before you fill out, test your new page can be opened "
 | 
				
			||||||
"fill out, test your new page can be opened normally, so as not to enter the "
 | 
					"normally, so as not to enter the background or other problems happening"
 | 
				
			||||||
"background or other problems happening"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:853
 | 
					#: options.php:853
 | 
				
			||||||
| 
						 | 
					@ -1295,8 +1276,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:868
 | 
					#: options.php:868
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"After checken, the administrator redirects to the background and the user "
 | 
					"After checken, the administrator redirects to the background and the user redirects to the "
 | 
				
			||||||
"redirects to the home page."
 | 
					"home page."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:874
 | 
					#: options.php:874
 | 
				
			||||||
| 
						 | 
					@ -1317,9 +1298,9 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:887
 | 
					#: options.php:887
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Note: Fill in the format http(s)://your CDN domain name/. <br>In other "
 | 
					"Note: Fill in the format http(s)://your CDN domain name/. <br>In other words, the original "
 | 
				
			||||||
"words, the original path is http://your.domain/wp-content/uploads/2018/05/xx."
 | 
					"path is http://your.domain/wp-content/uploads/2018/05/xx.png and the picture will load from "
 | 
				
			||||||
"png and the picture will load from http://your CDN domain/2018/05/xx.png"
 | 
					"http://your CDN domain/2018/05/xx.png"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:893
 | 
					#: options.php:893
 | 
				
			||||||
| 
						 | 
					@ -1335,9 +1316,7 @@ msgid "Use js and css file of the theme (sakura-app.js、style.css) locally"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:901
 | 
					#: options.php:901
 | 
				
			||||||
msgid ""
 | 
					msgid "The js and css files of the theme do not load from jsDelivr, please open when DIY"
 | 
				
			||||||
"The js and css files of the theme do not load from jsDelivr, please open "
 | 
					 | 
				
			||||||
"when DIY"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:908
 | 
					#: options.php:908
 | 
				
			||||||
| 
						 | 
					@ -1362,9 +1341,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:932
 | 
					#: options.php:932
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"If you don't need the player just leave it blank.Fill in the \"song list\" "
 | 
					"If you don't need the player just leave it blank.Fill in the \"song list\" ID of Netease Cloud "
 | 
				
			||||||
"ID of Netease Cloud Music, eg: https://music.163.com/#/playlist?"
 | 
					"Music, eg: https://music.163.com/#/playlist?id=2288037900 The ID is 2288037900"
 | 
				
			||||||
"id=2288037900 The ID is 2288037900"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:938
 | 
					#: options.php:938
 | 
				
			||||||
| 
						 | 
					@ -1372,8 +1350,7 @@ msgid "Version Control"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:939
 | 
					#: options.php:939
 | 
				
			||||||
msgid ""
 | 
					msgid "Used to update frontend cookies and browser caches, any string can be used"
 | 
				
			||||||
"Used to update frontend cookies and browser caches, any string can be used"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:945
 | 
					#: options.php:945
 | 
				
			||||||
| 
						 | 
					@ -1388,7 +1365,7 @@ msgstr ""
 | 
				
			||||||
msgid "Enable NProgress progress bar"
 | 
					msgid "Enable NProgress progress bar"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:953
 | 
					#: options.php:960 options.php:953
 | 
				
			||||||
msgid "Default off, check on"
 | 
					msgid "Default off, check on"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1396,18 +1373,14 @@ msgstr ""
 | 
				
			||||||
msgid "Enable Announcement"
 | 
					msgid "Enable Announcement"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:960
 | 
					 | 
				
			||||||
msgid "Default off, check o"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#: options.php:966
 | 
					#: options.php:966
 | 
				
			||||||
msgid "Announcement content"
 | 
					msgid "Announcement content"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:967
 | 
					#: options.php:967
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Announcement content, the text exceeds 142 bytes will be scrolled display "
 | 
					"Announcement content, the text exceeds 142 bytes will be scrolled display (mobile device is "
 | 
				
			||||||
"(mobile device is invalid)"
 | 
					"invalid)"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:973
 | 
					#: options.php:973
 | 
				
			||||||
| 
						 | 
					@ -1427,8 +1400,7 @@ msgid "Statistics Interface"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:992
 | 
					#: options.php:992
 | 
				
			||||||
msgid ""
 | 
					msgid "WP-Statistics plugin (Professional statistics, can exclude invalid access)"
 | 
				
			||||||
"WP-Statistics plugin (Professional statistics, can exclude invalid access)"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:993
 | 
					#: options.php:993
 | 
				
			||||||
| 
						 | 
					@ -1461,8 +1433,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1010
 | 
					#: options.php:1010
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Real-time search in the foreground, call the Rest API to update the cache "
 | 
					"Real-time search in the foreground, call the Rest API to update the cache every hour, you can "
 | 
				
			||||||
"every hour, you can manually set the cache time in functions.php"
 | 
					"manually set the cache time in functions.php"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1016
 | 
					#: options.php:1016
 | 
				
			||||||
| 
						 | 
					@ -1471,8 +1443,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1017
 | 
					#: options.php:1017
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Search for comments in real-time search (not recommended if there are too "
 | 
					"Search for comments in real-time search (not recommended if there are too many comments on the "
 | 
				
			||||||
"many comments on the site)"
 | 
					"site)"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1023
 | 
					#: options.php:1023
 | 
				
			||||||
| 
						 | 
					@ -1481,8 +1453,7 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1024
 | 
					#: options.php:1024
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Default off,<a href=\"https://github.com/mashirozx/Sakura/wiki/Fancybox"
 | 
					"Default off,<a href=\"https://github.com/mashirozx/Sakura/wiki/Fancybox\">please read wiki</a>"
 | 
				
			||||||
"\">please read wiki</a>"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1030
 | 
					#: options.php:1030
 | 
				
			||||||
| 
						 | 
					@ -1503,8 +1474,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1045
 | 
					#: options.php:1045
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Automatically add a copyright to the clipboard when copying more than 30 "
 | 
					"Automatically add a copyright to the clipboard when copying more than 30 bytes, which is "
 | 
				
			||||||
"bytes, which is enabled by default."
 | 
					"enabled by default."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1051
 | 
					#: options.php:1051
 | 
				
			||||||
| 
						 | 
					@ -1513,8 +1484,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1052
 | 
					#: options.php:1052
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"For sending system mail, the sender address displayed in the user's mailbox, "
 | 
					"For sending system mail, the sender address displayed in the user's mailbox, do not use "
 | 
				
			||||||
"do not use Chinese, the default system email address is bibi@your_domain_name"
 | 
					"Chinese, the default system email address is bibi@your_domain_name"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1058
 | 
					#: options.php:1058
 | 
				
			||||||
| 
						 | 
					@ -1523,9 +1494,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1059
 | 
					#: options.php:1059
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"WordPress will use email to notify users when their comments receive a reply "
 | 
					"WordPress will use email to notify users when their comments receive a reply by default. Tick "
 | 
				
			||||||
"by default. Tick this item allows users to set their own comments reply "
 | 
					"this item allows users to set their own comments reply notification"
 | 
				
			||||||
"notification"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1065
 | 
					#: options.php:1065
 | 
				
			||||||
| 
						 | 
					@ -1533,9 +1503,7 @@ msgid "Administrator comment notification"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1066
 | 
					#: options.php:1066
 | 
				
			||||||
msgid ""
 | 
					msgid "Whether to use email notification when the administrator's comments receive a reply"
 | 
				
			||||||
"Whether to use email notification when the administrator's comments receive "
 | 
					 | 
				
			||||||
"a reply"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1072
 | 
					#: options.php:1072
 | 
				
			||||||
| 
						 | 
					@ -1559,8 +1527,7 @@ msgid "Comment UA infomation"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1087
 | 
					#: options.php:1087
 | 
				
			||||||
msgid ""
 | 
					msgid "Check to enable, display the user's browser, operating system information"
 | 
				
			||||||
"Check to enable, display the user's browser, operating system information"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1093
 | 
					#: options.php:1093
 | 
				
			||||||
| 
						 | 
					@ -1577,29 +1544,28 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1101
 | 
					#: options.php:1101
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"If the comment has a time difference problem adjust here, fill in an "
 | 
					"If the comment has a time difference problem adjust here, fill in an integer, the calculation "
 | 
				
			||||||
"integer, the calculation method: actual_time = display_error_time - "
 | 
					"method: actual_time = display_error_time - the_integer_you_entered (unit: hour)"
 | 
				
			||||||
"the_integer_you_entered (unit: hour)"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: search.php:19
 | 
					#: search.php:19
 | 
				
			||||||
#, php-format
 | 
					#, php-format
 | 
				
			||||||
msgid "search result: %s"
 | 
					msgid "search result: %s"
 | 
				
			||||||
msgstr ""
 | 
					msgstr "Search result: %s"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: tpl/content-category.php:30
 | 
					#: tpl/content-category.php:30
 | 
				
			||||||
msgid "NOTHING"
 | 
					msgid "NOTHING"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: tpl/content-image.php:35 tpl/content-status.php:31 tpl/content-thumb.php:53
 | 
					#: tpl/content-image.php:35 tpl/content-status.php:31 tpl/content.php:34 tpl/content-thumb.php:53
 | 
				
			||||||
msgid "Comment"
 | 
					msgid "Comment"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: tpl/content-image.php:35 tpl/content-status.php:31 tpl/content-thumb.php:53
 | 
					#: tpl/content-image.php:35 tpl/content-status.php:31 tpl/content.php:34 tpl/content-thumb.php:53
 | 
				
			||||||
msgid "Comments"
 | 
					msgid "Comments"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: tpl/content-image.php:38 tpl/content-status.php:34 tpl/content-thumb.php:52
 | 
					#: tpl/content-image.php:38 tpl/content-status.php:34 tpl/content.php:37 tpl/content-thumb.php:52
 | 
				
			||||||
msgid "Hit"
 | 
					msgid "Hit"
 | 
				
			||||||
msgid_plural "Hits"
 | 
					msgid_plural "Hits"
 | 
				
			||||||
msgstr[0] ""
 | 
					msgstr[0] ""
 | 
				
			||||||
| 
						 | 
					@ -1611,8 +1577,7 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: tpl/content-none.php:21
 | 
					#: tpl/content-none.php:21
 | 
				
			||||||
#, php-format
 | 
					#, php-format
 | 
				
			||||||
msgid ""
 | 
					msgid "Ready to post your first article? <a href=\"%1$s\">Click here to start</a>."
 | 
				
			||||||
"Ready to post your first article? <a href=\"%1$s\">Click here to start</a>."
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: tpl/content-none.php:25
 | 
					#: tpl/content-none.php:25
 | 
				
			||||||
| 
						 | 
					@ -1635,11 +1600,10 @@ msgstr ""
 | 
				
			||||||
msgid "Remember Me"
 | 
					msgid "Remember Me"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: user/page-register.php:14 user/page-register.php:16
 | 
					#: user/page-register.php:14 user/page-register.php:16 user/page-register.php:19
 | 
				
			||||||
#: user/page-register.php:19 user/page-register.php:24
 | 
					#: user/page-register.php:24 user/page-register.php:26 user/page-register.php:29
 | 
				
			||||||
#: 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:34 user/page-register.php:36
 | 
					#: user/page-register.php:47
 | 
				
			||||||
#: user/page-register.php:41 user/page-register.php:47
 | 
					 | 
				
			||||||
msgid "Error"
 | 
					msgid "Error"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1752,9 +1716,7 @@ msgstr ""
 | 
				
			||||||
#~ msgstr "\"Switch theme button\"  transparency"
 | 
					#~ msgstr "\"Switch theme button\"  transparency"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#~ msgid "调整切换主题菜单透明度,值越小越透明,默认透明度0.8"
 | 
					#~ msgid "调整切换主题菜单透明度,值越小越透明,默认透明度0.8"
 | 
				
			||||||
#~ msgstr ""
 | 
					#~ msgstr "The smaller the value, the more transparent, the default transparency is 0.8"
 | 
				
			||||||
#~ "The smaller the value, the more transparent, the default transparency is "
 | 
					 | 
				
			||||||
#~ "0.8"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#~ msgid "全透明"
 | 
					#~ msgid "全透明"
 | 
				
			||||||
#~ msgstr "Fully transparent 0"
 | 
					#~ msgstr "Fully transparent 0"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,21 +3,21 @@ msgid ""
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
 | 
					"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
 | 
				
			||||||
"Project-Id-Version: Sakura\n"
 | 
					"Project-Id-Version: Sakura\n"
 | 
				
			||||||
"POT-Creation-Date: 2019-11-01 15:09+0800\n"
 | 
					"POT-Creation-Date: 2019-11-01 22:45+0800\n"
 | 
				
			||||||
"PO-Revision-Date: 2019-11-01 14:27+0800\n"
 | 
					"PO-Revision-Date: 2019-11-01 14:27+0800\n"
 | 
				
			||||||
"Last-Translator: \n"
 | 
					"Last-Translator: \n"
 | 
				
			||||||
"Language-Team: \n"
 | 
					"Language-Team: \n"
 | 
				
			||||||
"MIME-Version: 1.0\n"
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
					"Content-Type: text/plain; charset=UTF-8\n"
 | 
				
			||||||
"Content-Transfer-Encoding: 8bit\n"
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
"X-Generator: Poedit 2.2\n"
 | 
					"X-Generator: Poedit 2.2.4\n"
 | 
				
			||||||
"X-Poedit-Basepath: ..\n"
 | 
					"X-Poedit-Basepath: ..\n"
 | 
				
			||||||
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
 | 
					"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
 | 
				
			||||||
"X-Poedit-WPHeader: style.css\n"
 | 
					"X-Poedit-WPHeader: style.css\n"
 | 
				
			||||||
"X-Poedit-SourceCharset: UTF-8\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__;"
 | 
					"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;"
 | 
				
			||||||
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
 | 
					"esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;"
 | 
				
			||||||
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
 | 
					"__ngettext_noop:1,2\n"
 | 
				
			||||||
"X-Poedit-SearchPath-0: .\n"
 | 
					"X-Poedit-SearchPath-0: .\n"
 | 
				
			||||||
"X-Poedit-SearchPathExcluded-0: *.js\n"
 | 
					"X-Poedit-SearchPathExcluded-0: *.js\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -51,12 +51,12 @@ msgid "view comments"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: comments.php:22 comments.php:27
 | 
					#: comments.php:22 comments.php:27
 | 
				
			||||||
msgid "1 comment"
 | 
					msgid " comment"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: comments.php:22 comments.php:27
 | 
					#: comments.php:22 comments.php:27
 | 
				
			||||||
#, php-format
 | 
					#, php-format
 | 
				
			||||||
msgid "% comments"
 | 
					msgid " comments"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: comments.php:43
 | 
					#: comments.php:43
 | 
				
			||||||
| 
						 | 
					@ -143,8 +143,7 @@ msgstr ""
 | 
				
			||||||
msgid "Nav Menus"
 | 
					msgid "Nav Menus"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: functions.php:387 inc/theme_plus.php:187 layouts/authorprofile.php:11
 | 
					#: functions.php:387 inc/theme_plus.php:187 layouts/authorprofile.php:11 options.php:123
 | 
				
			||||||
#: options.php:123
 | 
					 | 
				
			||||||
msgid "Author"
 | 
					msgid "Author"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -172,14 +171,10 @@ msgstr ""
 | 
				
			||||||
msgid "Edit"
 | 
					msgid "Edit"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: functions.php:402
 | 
					 | 
				
			||||||
msgid "<i class=\"fa fa-pencil-square-o\" aria-hidden=\"true\"></i> "
 | 
					 | 
				
			||||||
msgstr ""
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#: functions.php:483
 | 
					#: functions.php:483
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Please install pulgin <a href=\"https://wordpress.org/plugins/wp-statistics/"
 | 
					"Please install pulgin <a href=\"https://wordpress.org/plugins/wp-statistics/\" target=\"_blank"
 | 
				
			||||||
"\" target=\"_blank\">WP-Statistics</a>"
 | 
					"\">WP-Statistics</a>"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: functions.php:536
 | 
					#: functions.php:536
 | 
				
			||||||
| 
						 | 
					@ -219,8 +214,7 @@ msgstr ""
 | 
				
			||||||
msgid "category/tag image"
 | 
					msgid "category/tag image"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: inc/categories-images.php:48 inc/categories-images.php:68
 | 
					#: inc/categories-images.php:48 inc/categories-images.php:68 inc/categories-images.php:197
 | 
				
			||||||
#: inc/categories-images.php:197
 | 
					 | 
				
			||||||
msgid "add image"
 | 
					msgid "add image"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -395,7 +389,7 @@ msgstr ""
 | 
				
			||||||
msgid "Sign out? "
 | 
					msgid "Sign out? "
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: inc/theme_plus.php:299 inc/theme_plus.php:422 tpl/content-single.php:16
 | 
					#: inc/theme_plus.php:299 inc/theme_plus.php:354 inc/theme_plus.php:422 tpl/content-single.php:16
 | 
				
			||||||
#: tpl/single-image.php:18
 | 
					#: tpl/single-image.php:18
 | 
				
			||||||
msgid "View"
 | 
					msgid "View"
 | 
				
			||||||
msgid_plural "Views"
 | 
					msgid_plural "Views"
 | 
				
			||||||
| 
						 | 
					@ -485,8 +479,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:139
 | 
					#: options.php:139
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Adjust the theme scheme menu transparency, the smaller the value, the more "
 | 
					"Adjust the theme scheme menu transparency, the smaller the value, the more transparent. The "
 | 
				
			||||||
"transparent. The default value is 0.8"
 | 
					"default value is 0.8"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:144
 | 
					#: options.php:144
 | 
				
			||||||
| 
						 | 
					@ -539,13 +533,12 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:159
 | 
					#: options.php:159
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"The foreground switches the background of the webpage. There are 8 urls "
 | 
					"The foreground switches the background of the webpage. There are 8 urls separated by commas. "
 | 
				
			||||||
"separated by commas. The order corresponds to the foreground scheme tool "
 | 
					"The order corresponds to the foreground scheme tool button position (the order of the buttons "
 | 
				
			||||||
"button position (the order of the buttons is from left to right, top to "
 | 
					"is from left to right, top to bottom). If no background is needed, fill in the corresponding "
 | 
				
			||||||
"bottom). If no background is needed, fill in the corresponding position as "
 | 
					"position as none.<strong>Note: If the theme is updated from v3.2.3 and below, be sure to "
 | 
				
			||||||
"none.<strong>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 "
 | 
				
			||||||
"change the [Version Control] parameter under the [Other] tab of this "
 | 
					"new value!</strong>"
 | 
				
			||||||
"configuration page to any new value!</strong>"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:165
 | 
					#: options.php:165
 | 
				
			||||||
| 
						 | 
					@ -562,9 +555,9 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:172
 | 
					#: options.php:172
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"The home page does not display the avatar above, but displays a paragraph of "
 | 
					"The home page does not display the avatar above, but displays a paragraph of text (use the "
 | 
				
			||||||
"text (use the avatar above if left blank).The text is recommended not to be "
 | 
					"avatar above if left blank).The text is recommended not to be too long, about 16 bytes is "
 | 
				
			||||||
"too long, about 16 bytes is appropriate."
 | 
					"appropriate."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:178
 | 
					#: options.php:178
 | 
				
			||||||
| 
						 | 
					@ -621,21 +614,20 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:220
 | 
					#: options.php:220
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Enable by default, check off, display on the article page, separate page and "
 | 
					"Enable by default, check off, display on the article page, separate page and category page"
 | 
				
			||||||
"category page"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:226
 | 
					#: options.php:226
 | 
				
			||||||
msgid "Search button"
 | 
					msgid "Search button"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:231 options.php:279 options.php:572 options.php:582
 | 
					#: options.php:231 options.php:279 options.php:572 options.php:582 options.php:592
 | 
				
			||||||
#: options.php:592 options.php:602
 | 
					#: options.php:602
 | 
				
			||||||
msgid "Open"
 | 
					msgid "Open"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:232 options.php:280 options.php:573 options.php:583
 | 
					#: options.php:232 options.php:280 options.php:573 options.php:583 options.php:593
 | 
				
			||||||
#: options.php:593 options.php:603
 | 
					#: options.php:603
 | 
				
			||||||
msgid "Close"
 | 
					msgid "Close"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -665,8 +657,7 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:256
 | 
					#: options.php:256
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Home article feature images alignment (only for graphic mode, default left "
 | 
					"Home article feature images alignment (only for graphic mode, default left and right alternate)"
 | 
				
			||||||
"and right alternate)"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:261
 | 
					#: options.php:261
 | 
				
			||||||
| 
						 | 
					@ -687,9 +678,9 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:268
 | 
					#: options.php:268
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"The default image displayed without the article feature image set, use "
 | 
					"The default image displayed without the article feature image set, use random cover if left "
 | 
				
			||||||
"random cover if left blank (the image to be displayed is placed in the /wp-"
 | 
					"blank (the image to be displayed is placed in the /wp-content/themes/Sakura/feature/gallery/ "
 | 
				
			||||||
"content/themes/Sakura/feature/gallery/ directory)"
 | 
					"directory)"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:274
 | 
					#: options.php:274
 | 
				
			||||||
| 
						 | 
					@ -722,8 +713,7 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:302
 | 
					#: options.php:302
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"(seconds) Set to automatically load the next page time, the default is not "
 | 
					"(seconds) Set to automatically load the next page time, the default is not automatically loaded"
 | 
				
			||||||
"automatically loaded"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:307
 | 
					#: options.php:307
 | 
				
			||||||
| 
						 | 
					@ -835,9 +825,7 @@ msgid "Live"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:402
 | 
					#: options.php:402
 | 
				
			||||||
msgid ""
 | 
					msgid "Check to enable, the video will continue to play automatically, you need to enable Pjax"
 | 
				
			||||||
"Check to enable, the video will continue to play automatically, you need to "
 | 
					 | 
				
			||||||
"enable Pjax"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:408
 | 
					#: options.php:408
 | 
				
			||||||
| 
						 | 
					@ -846,8 +834,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:409
 | 
					#: options.php:409
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"The source address of the video, the address is spliced below the video "
 | 
					"The source address of the video, the address is spliced below the video name, the slash is not "
 | 
				
			||||||
"name, the slash is not required at the end of the address"
 | 
					"required at the end of the address"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:415
 | 
					#: options.php:415
 | 
				
			||||||
| 
						 | 
					@ -856,9 +844,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:416
 | 
					#: options.php:416
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"abc.mp4, just fill in the video file name abc, multiple videos separated by "
 | 
					"abc.mp4, just fill in the video file name abc, multiple videos separated by commas such as "
 | 
				
			||||||
"commas such as abc, efg, do not care about the order, because the loading is "
 | 
					"abc, efg, do not care about the order, because the loading is random extraction"
 | 
				
			||||||
"random extraction"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:422
 | 
					#: options.php:422
 | 
				
			||||||
| 
						 | 
					@ -867,8 +854,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:423
 | 
					#: options.php:423
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Leave this blank to use the built-in API (put the images that need to be "
 | 
					"Leave this blank to use the built-in API (put the images that need to be randomly displayed "
 | 
				
			||||||
"randomly displayed into the /cover/gallery/ directory)"
 | 
					"into the /cover/gallery/ directory)"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:429
 | 
					#: options.php:429
 | 
				
			||||||
| 
						 | 
					@ -921,8 +908,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:460
 | 
					#: options.php:460
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Default is Discovery, you can also change it to other, of course you can't "
 | 
					"Default is Discovery, you can also change it to other, of course you can't use it as an "
 | 
				
			||||||
"use it as an advertisement!Not allowed!!"
 | 
					"advertisement!Not allowed!!"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:467
 | 
					#: options.php:467
 | 
				
			||||||
| 
						 | 
					@ -1051,9 +1038,7 @@ msgid "Tencent QQ"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:639
 | 
					#: options.php:639
 | 
				
			||||||
msgid ""
 | 
					msgid "tencent://message/?uin={{QQ number}}. for example, tencent://message/?uin=123456"
 | 
				
			||||||
"tencent://message/?uin={{QQ number}}. for example, tencent://message/?"
 | 
					 | 
				
			||||||
"uin=123456"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:645
 | 
					#: options.php:645
 | 
				
			||||||
| 
						 | 
					@ -1162,8 +1147,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:737
 | 
					#: options.php:737
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"The name part of name@domain.com, only the frontend has js runtime "
 | 
					"The name part of name@domain.com, only the frontend has js runtime environment can get the "
 | 
				
			||||||
"environment can get the full address, you can rest assured to fill in"
 | 
					"full address, you can rest assured to fill in"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:743
 | 
					#: options.php:743
 | 
				
			||||||
| 
						 | 
					@ -1184,11 +1169,10 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:757
 | 
					#: options.php:757
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"You can design the background panel (/wp-admin/) style yourself below, but "
 | 
					"You can design the background panel (/wp-admin/) style yourself below, but before you start, "
 | 
				
			||||||
"before you start, please go to <a href=\"/wp-admin/profile.php\">here</a> to "
 | 
					"please go to <a href=\"/wp-admin/profile.php\">here</a> to change the color scheme to custom."
 | 
				
			||||||
"change the color scheme to custom.(Custom).<br><b>Tip: </b>How to match "
 | 
					"(Custom).<br><b>Tip: </b>How to match colors? Maybe <a href=\"https://mashiro.top/color-thief/"
 | 
				
			||||||
"colors? Maybe <a href=\"https://mashiro.top/color-thief/\">this</a> can help "
 | 
					"\">this</a> can help you."
 | 
				
			||||||
"you."
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:763
 | 
					#: options.php:763
 | 
				
			||||||
| 
						 | 
					@ -1197,8 +1181,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:766 options.php:774 options.php:782 options.php:790
 | 
					#: options.php:766 options.php:774 options.php:782 options.php:790
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"<i>(array) (optional)</i> An array of CSS color definitions which are used "
 | 
					"<i>(array) (optional)</i> An array of CSS color definitions which are used to give the user a "
 | 
				
			||||||
"to give the user a feel for the theme."
 | 
					"feel for the theme."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:771
 | 
					#: options.php:771
 | 
				
			||||||
| 
						 | 
					@ -1218,9 +1202,7 @@ msgid "Panel icon color——base"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:798 options.php:806 options.php:814
 | 
					#: options.php:798 options.php:806 options.php:814
 | 
				
			||||||
msgid ""
 | 
					msgid "<i>(array) (optional)</i> An array of CSS color definitions used to color any SVG icons."
 | 
				
			||||||
"<i>(array) (optional)</i> An array of CSS color definitions used to color "
 | 
					 | 
				
			||||||
"any SVG icons."
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:803
 | 
					#: options.php:803
 | 
				
			||||||
| 
						 | 
					@ -1265,10 +1247,9 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:847
 | 
					#: options.php:847
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Forcibly do not use the background address to log in, fill in the new "
 | 
					"Forcibly do not use the background address to log in, fill in the new landing page address, "
 | 
				
			||||||
"landing page address, such as http://www.xxx.com/login [Note] Before you "
 | 
					"such as http://www.xxx.com/login [Note] Before you fill out, test your new page can be opened "
 | 
				
			||||||
"fill out, test your new page can be opened normally, so as not to enter the "
 | 
					"normally, so as not to enter the background or other problems happening"
 | 
				
			||||||
"background or other problems happening"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:853
 | 
					#: options.php:853
 | 
				
			||||||
| 
						 | 
					@ -1293,8 +1274,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:868
 | 
					#: options.php:868
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"After checken, the administrator redirects to the background and the user "
 | 
					"After checken, the administrator redirects to the background and the user redirects to the "
 | 
				
			||||||
"redirects to the home page."
 | 
					"home page."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:874
 | 
					#: options.php:874
 | 
				
			||||||
| 
						 | 
					@ -1315,9 +1296,9 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:887
 | 
					#: options.php:887
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Note: Fill in the format http(s)://your CDN domain name/. <br>In other "
 | 
					"Note: Fill in the format http(s)://your CDN domain name/. <br>In other words, the original "
 | 
				
			||||||
"words, the original path is http://your.domain/wp-content/uploads/2018/05/xx."
 | 
					"path is http://your.domain/wp-content/uploads/2018/05/xx.png and the picture will load from "
 | 
				
			||||||
"png and the picture will load from http://your CDN domain/2018/05/xx.png"
 | 
					"http://your CDN domain/2018/05/xx.png"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:893
 | 
					#: options.php:893
 | 
				
			||||||
| 
						 | 
					@ -1333,9 +1314,7 @@ msgid "Use js and css file of the theme (sakura-app.js、style.css) locally"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:901
 | 
					#: options.php:901
 | 
				
			||||||
msgid ""
 | 
					msgid "The js and css files of the theme do not load from jsDelivr, please open when DIY"
 | 
				
			||||||
"The js and css files of the theme do not load from jsDelivr, please open "
 | 
					 | 
				
			||||||
"when DIY"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:908
 | 
					#: options.php:908
 | 
				
			||||||
| 
						 | 
					@ -1360,9 +1339,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:932
 | 
					#: options.php:932
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"If you don't need the player just leave it blank.Fill in the \"song list\" "
 | 
					"If you don't need the player just leave it blank.Fill in the \"song list\" ID of Netease Cloud "
 | 
				
			||||||
"ID of Netease Cloud Music, eg: https://music.163.com/#/playlist?"
 | 
					"Music, eg: https://music.163.com/#/playlist?id=2288037900 The ID is 2288037900"
 | 
				
			||||||
"id=2288037900 The ID is 2288037900"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:938
 | 
					#: options.php:938
 | 
				
			||||||
| 
						 | 
					@ -1370,8 +1348,7 @@ msgid "Version Control"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:939
 | 
					#: options.php:939
 | 
				
			||||||
msgid ""
 | 
					msgid "Used to update frontend cookies and browser caches, any string can be used"
 | 
				
			||||||
"Used to update frontend cookies and browser caches, any string can be used"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:945
 | 
					#: options.php:945
 | 
				
			||||||
| 
						 | 
					@ -1386,7 +1363,7 @@ msgstr ""
 | 
				
			||||||
msgid "Enable NProgress progress bar"
 | 
					msgid "Enable NProgress progress bar"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:953
 | 
					#: options.php:960 options.php:953
 | 
				
			||||||
msgid "Default off, check on"
 | 
					msgid "Default off, check on"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1394,18 +1371,14 @@ msgstr ""
 | 
				
			||||||
msgid "Enable Announcement"
 | 
					msgid "Enable Announcement"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:960
 | 
					 | 
				
			||||||
msgid "Default off, check o"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#: options.php:966
 | 
					#: options.php:966
 | 
				
			||||||
msgid "Announcement content"
 | 
					msgid "Announcement content"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:967
 | 
					#: options.php:967
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Announcement content, the text exceeds 142 bytes will be scrolled display "
 | 
					"Announcement content, the text exceeds 142 bytes will be scrolled display (mobile device is "
 | 
				
			||||||
"(mobile device is invalid)"
 | 
					"invalid)"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:973
 | 
					#: options.php:973
 | 
				
			||||||
| 
						 | 
					@ -1425,8 +1398,7 @@ msgid "Statistics Interface"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:992
 | 
					#: options.php:992
 | 
				
			||||||
msgid ""
 | 
					msgid "WP-Statistics plugin (Professional statistics, can exclude invalid access)"
 | 
				
			||||||
"WP-Statistics plugin (Professional statistics, can exclude invalid access)"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:993
 | 
					#: options.php:993
 | 
				
			||||||
| 
						 | 
					@ -1459,8 +1431,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1010
 | 
					#: options.php:1010
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Real-time search in the foreground, call the Rest API to update the cache "
 | 
					"Real-time search in the foreground, call the Rest API to update the cache every hour, you can "
 | 
				
			||||||
"every hour, you can manually set the cache time in functions.php"
 | 
					"manually set the cache time in functions.php"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1016
 | 
					#: options.php:1016
 | 
				
			||||||
| 
						 | 
					@ -1469,8 +1441,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1017
 | 
					#: options.php:1017
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Search for comments in real-time search (not recommended if there are too "
 | 
					"Search for comments in real-time search (not recommended if there are too many comments on the "
 | 
				
			||||||
"many comments on the site)"
 | 
					"site)"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1023
 | 
					#: options.php:1023
 | 
				
			||||||
| 
						 | 
					@ -1479,8 +1451,7 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1024
 | 
					#: options.php:1024
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Default off,<a href=\"https://github.com/mashirozx/Sakura/wiki/Fancybox"
 | 
					"Default off,<a href=\"https://github.com/mashirozx/Sakura/wiki/Fancybox\">please read wiki</a>"
 | 
				
			||||||
"\">please read wiki</a>"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1030
 | 
					#: options.php:1030
 | 
				
			||||||
| 
						 | 
					@ -1501,8 +1472,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1045
 | 
					#: options.php:1045
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Automatically add a copyright to the clipboard when copying more than 30 "
 | 
					"Automatically add a copyright to the clipboard when copying more than 30 bytes, which is "
 | 
				
			||||||
"bytes, which is enabled by default."
 | 
					"enabled by default."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1051
 | 
					#: options.php:1051
 | 
				
			||||||
| 
						 | 
					@ -1511,8 +1482,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1052
 | 
					#: options.php:1052
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"For sending system mail, the sender address displayed in the user's mailbox, "
 | 
					"For sending system mail, the sender address displayed in the user's mailbox, do not use "
 | 
				
			||||||
"do not use Chinese, the default system email address is bibi@your_domain_name"
 | 
					"Chinese, the default system email address is bibi@your_domain_name"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1058
 | 
					#: options.php:1058
 | 
				
			||||||
| 
						 | 
					@ -1521,9 +1492,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1059
 | 
					#: options.php:1059
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"WordPress will use email to notify users when their comments receive a reply "
 | 
					"WordPress will use email to notify users when their comments receive a reply by default. Tick "
 | 
				
			||||||
"by default. Tick this item allows users to set their own comments reply "
 | 
					"this item allows users to set their own comments reply notification"
 | 
				
			||||||
"notification"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1065
 | 
					#: options.php:1065
 | 
				
			||||||
| 
						 | 
					@ -1531,9 +1501,7 @@ msgid "Administrator comment notification"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1066
 | 
					#: options.php:1066
 | 
				
			||||||
msgid ""
 | 
					msgid "Whether to use email notification when the administrator's comments receive a reply"
 | 
				
			||||||
"Whether to use email notification when the administrator's comments receive "
 | 
					 | 
				
			||||||
"a reply"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1072
 | 
					#: options.php:1072
 | 
				
			||||||
| 
						 | 
					@ -1557,8 +1525,7 @@ msgid "Comment UA infomation"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1087
 | 
					#: options.php:1087
 | 
				
			||||||
msgid ""
 | 
					msgid "Check to enable, display the user's browser, operating system information"
 | 
				
			||||||
"Check to enable, display the user's browser, operating system information"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1093
 | 
					#: options.php:1093
 | 
				
			||||||
| 
						 | 
					@ -1575,9 +1542,8 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: options.php:1101
 | 
					#: options.php:1101
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"If the comment has a time difference problem adjust here, fill in an "
 | 
					"If the comment has a time difference problem adjust here, fill in an integer, the calculation "
 | 
				
			||||||
"integer, the calculation method: actual_time = display_error_time - "
 | 
					"method: actual_time = display_error_time - the_integer_you_entered (unit: hour)"
 | 
				
			||||||
"the_integer_you_entered (unit: hour)"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: search.php:19
 | 
					#: search.php:19
 | 
				
			||||||
| 
						 | 
					@ -1589,15 +1555,15 @@ msgstr ""
 | 
				
			||||||
msgid "NOTHING"
 | 
					msgid "NOTHING"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: tpl/content-image.php:35 tpl/content-status.php:31 tpl/content-thumb.php:53
 | 
					#: tpl/content-image.php:35 tpl/content-status.php:31 tpl/content.php:34 tpl/content-thumb.php:53
 | 
				
			||||||
msgid "Comment"
 | 
					msgid "Comment"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: tpl/content-image.php:35 tpl/content-status.php:31 tpl/content-thumb.php:53
 | 
					#: tpl/content-image.php:35 tpl/content-status.php:31 tpl/content.php:34 tpl/content-thumb.php:53
 | 
				
			||||||
msgid "Comments"
 | 
					msgid "Comments"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: tpl/content-image.php:38 tpl/content-status.php:34 tpl/content-thumb.php:52
 | 
					#: tpl/content-image.php:38 tpl/content-status.php:34 tpl/content.php:37 tpl/content-thumb.php:52
 | 
				
			||||||
msgid "Hit"
 | 
					msgid "Hit"
 | 
				
			||||||
msgid_plural "Hits"
 | 
					msgid_plural "Hits"
 | 
				
			||||||
msgstr[0] ""
 | 
					msgstr[0] ""
 | 
				
			||||||
| 
						 | 
					@ -1609,8 +1575,7 @@ msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: tpl/content-none.php:21
 | 
					#: tpl/content-none.php:21
 | 
				
			||||||
#, php-format
 | 
					#, php-format
 | 
				
			||||||
msgid ""
 | 
					msgid "Ready to post your first article? <a href=\"%1$s\">Click here to start</a>."
 | 
				
			||||||
"Ready to post your first article? <a href=\"%1$s\">Click here to start</a>."
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: tpl/content-none.php:25
 | 
					#: tpl/content-none.php:25
 | 
				
			||||||
| 
						 | 
					@ -1633,11 +1598,10 @@ msgstr ""
 | 
				
			||||||
msgid "Remember Me"
 | 
					msgid "Remember Me"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: user/page-register.php:14 user/page-register.php:16
 | 
					#: user/page-register.php:14 user/page-register.php:16 user/page-register.php:19
 | 
				
			||||||
#: user/page-register.php:19 user/page-register.php:24
 | 
					#: user/page-register.php:24 user/page-register.php:26 user/page-register.php:29
 | 
				
			||||||
#: 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:34 user/page-register.php:36
 | 
					#: user/page-register.php:47
 | 
				
			||||||
#: user/page-register.php:41 user/page-register.php:47
 | 
					 | 
				
			||||||
msgid "Error"
 | 
					msgid "Error"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| 
						 | 
					@ -957,7 +957,7 @@ function optionsframework_options() {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	$options[] = array(
 | 
						$options[] = array(
 | 
				
			||||||
		'name' => __('Enable Announcement', 'sakura'),
 | 
							'name' => __('Enable Announcement', 'sakura'),
 | 
				
			||||||
		'desc' => __('Default off, check o', 'sakura'),/*默认不显示,勾选开启*/
 | 
							'desc' => __('Default off, check on', 'sakura'),/*默认不显示,勾选开启*/
 | 
				
			||||||
		'id' => 'head_notice',
 | 
							'id' => 'head_notice',
 | 
				
			||||||
		'std' => '0',
 | 
							'std' => '0',
 | 
				
			||||||
		'type' => 'checkbox');	
 | 
							'type' => 'checkbox');	
 | 
				
			||||||
| 
						 | 
					@ -1104,4 +1104,4 @@ function optionsframework_options() {
 | 
				
			||||||
		'type' => 'text');
 | 
							'type' => 'text');
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
	return $options;
 | 
						return $options;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -13,7 +13,7 @@
 | 
				
			||||||
	<?php if(akina_option('patternimg') || !get_post_thumbnail_id(get_the_ID())) { ?>
 | 
						<?php if(akina_option('patternimg') || !get_post_thumbnail_id(get_the_ID())) { ?>
 | 
				
			||||||
	<header class="entry-header">
 | 
						<header class="entry-header">
 | 
				
			||||||
		<h1 class="entry-title"><?php the_title(); ?></h1>
 | 
							<h1 class="entry-title"><?php the_title(); ?></h1>
 | 
				
			||||||
		<p class="entry-census"><?php echo poi_time_since(strtotime($post->post_date_gmt)); ?>  <?php echo get_post_views(get_the_ID()).' ';  _n('View','Views',get_post_views(get_the_ID()),'sakura')/*次阅读*/?> </p>
 | 
							<p class="entry-census"><?php echo poi_time_since(strtotime($post->post_date_gmt)); ?>  <?php echo get_post_views(get_the_ID()).' '. _n('View','Views',get_post_views(get_the_ID()),'sakura')/*次阅读*/?> </p>
 | 
				
			||||||
		<hr>
 | 
							<hr>
 | 
				
			||||||
	</header><!-- .entry-header -->
 | 
						</header><!-- .entry-header -->
 | 
				
			||||||
	<?php } ?>
 | 
						<?php } ?>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -31,10 +31,10 @@
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
		<div class="info-meta">
 | 
							<div class="info-meta">
 | 
				
			||||||
	       <div class="comnum">  
 | 
						       <div class="comnum">  
 | 
				
			||||||
	        <span><i class="iconfont icon-mark"></i><?php comments_popup_link('NOTHING', '1 条评论', '% 条评论'); ?></span>
 | 
						        <span><i class="iconfont icon-mark"></i><?php comments_popup_link('NOTHING', '1 '.__("Comment","sakura")/*条评论*/, '% '.__("Comments","sakura")/*条评论*/); ?></span>
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
			<div class="views"> 
 | 
								<div class="views"> 
 | 
				
			||||||
			<span><i class="iconfont icon-attention"></i><?php echo get_post_views(get_the_ID()); ?> 热度</span>
 | 
								<span><i class="iconfont icon-attention"></i><?php echo get_post_views(get_the_ID()).' '._n('Hit','Hits',get_post_views(get_the_ID()),'sakura')/*热度*/?></span>
 | 
				
			||||||
			 </div>   
 | 
								 </div>   
 | 
				
			||||||
	    </div>		
 | 
						    </div>		
 | 
				
			||||||
		</footer><!-- .entry-footer -->
 | 
							</footer><!-- .entry-footer -->
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue