diff --git a/404.php b/404.php index cc1cc28..caf76ae 100644 --- a/404.php +++ b/404.php @@ -14,7 +14,7 @@ <?php global $page, $paged;wp_title( '-', true, 'right' ); bloginfo( 'name' );$site_description = get_bloginfo( 'description', 'display' ); -if ( $site_description && ( is_home() || is_front_page() ) ) echo " - $site_description";if ( $paged >= 2 || $page >= 2 ) echo ' - ' . sprintf( __( '第 %s 页'), max( $paged, $page ) );?> +if ( $site_description && ( is_home() || is_front_page() ) ) echo " - $site_description";if ( $paged >= 2 || $page >= 2 ) echo ' - ' . sprintf( __( 'page %s'), max( $paged, $page ) );/*第 %s 页*/?> @@ -43,12 +43,11 @@ if (!no_report) httpGet(report_url);
-返回上一页 -返回主页 + +
-

别急,试试站内搜索?

-

Don't worry, search in site?

+

diff --git a/functions.php b/functions.php index e42065d..54a05c4 100644 --- a/functions.php +++ b/functions.php @@ -7,7 +7,7 @@ * @package Sakura */ -define( 'SAKURA_VERSION', '3.2.7' ); +define( 'SAKURA_VERSION', '3.2.8' ); define( 'BUILD_VERSION', '3' ); define( 'JSDELIVR_VERSION', '3.6.7' ); @@ -50,7 +50,7 @@ function akina_setup() { // This theme uses wp_nav_menu() in one location. register_nav_menus( array( - 'primary' => esc_html__( '导航菜单', 'akina' ), + 'primary' => __( 'Nav Menus', 'sakura' ), //导航菜单 ) ); /* @@ -355,7 +355,7 @@ function convertip($ip) { if( $ipaddr != ' ' ) return $ipaddr; else - $ipaddr = '火星来客'; + $ipaddr = 'Unknown'; return $ipaddr; } //Comment Location End @@ -384,22 +384,22 @@ 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); - $flag .= ' 状态: 私密('; + $flag .= ' '.__('Private', 'mashiro').': '; if (!empty($i_private)) { - $flag .= '是 '; + $flag .= __('Yes', 'mashiro').' '; } else { - $flag .= '否 '; + $flag .= __('No', 'mashiro').' '; } - $flag .= ')'; - $flag .= edit_comment_link(__(' 编辑'), '', ''); + $flag .= ''; + $flag .= edit_comment_link(' '.__("Edit", "mashiro"), ' ', ''); echo $flag; } ?>
@@ -427,17 +427,17 @@ if(!function_exists('akina_comment_format')){ if($author_count>=1 && $author_count< 5 )//数字可自行修改,代表评论次数。 echo ''; else if($author_count>=6 && $author_count< 10) - echo ''; + echo ''; else if($author_count>=10 && $author_count< 20) - echo ''; + echo ''; else if($author_count>=20 && $author_count< 40) - echo ''; + echo ''; else if($author_count>=40 && $author_count< 80) - echo ''; + echo ''; else if($author_count>=80 && $author_count< 160) - echo ''; + echo ''; else if($author_count>=160) - echo ''; + echo ''; } /** @@ -461,9 +461,6 @@ function restyle_text($number) { default: return $number; } - - - } function set_post_views() { @@ -483,7 +480,7 @@ add_action('get_header', 'set_post_views'); function get_post_views($post_id) { if (akina_option('statistics_api')=='wp_statistics'){ if (!function_exists('wp_statistics_pages')) { - return '请安装 WP-Statistics 插件'; + return __('Please install pulgin WP-Statistics', 'sakura'); } else { return restyle_text(wp_statistics_pages('total','uri',$post_id)); } @@ -536,7 +533,7 @@ function get_the_link_items($id = null){ if ( !empty($bookmarks) ) { $output .= ''; if ($year != $year_tmp) { $year = $year_tmp; - $output .= '

'. $year .' 年

'; @@ -1667,7 +1664,7 @@ EOS; foreach ($comments as $comment) { $is_private = get_comment_meta($comment->comment_ID, '_private', true); if($is_private){ - $output .= '{"type":"comment","link":"'.get_comment_link($comment).'","title":'.json_encode(get_the_title($comment->comment_post_ID)).',"comments":"","text":'.json_encode($comment->comment_author.":该评论为私密评论").'},'; + $output .= '{"type":"comment","link":"'.get_comment_link($comment).'","title":'.json_encode(get_the_title($comment->comment_post_ID)).',"comments":"","text":'.json_encode($comment->comment_author.":".__("The comment is private","sakura")/*该评论为私密评论*/).'},'; continue; }else{ $output .= '{"type":"comment","link":"'.get_comment_link($comment).'","title":'.json_encode(get_the_title($comment->comment_post_ID)).',"comments":"","text":'.json_encode(str_replace($vowels, " ",preg_replace($regex," ",$comment->comment_author.":".$comment->comment_content))).'},'; diff --git a/header.php b/header.php index 3efbd2d..2fc982f 100644 --- a/header.php +++ b/header.php @@ -32,7 +32,7 @@ Theme by Mashiro <?php global $page, $paged;wp_title( '-', true, 'right' ); bloginfo( 'name' );$site_description = get_bloginfo( 'description', 'display' ); -if ( $site_description && ( is_home() || is_front_page() ) ) echo " - $site_description";if ( $paged >= 2 || $page >= 2 ) echo ' - ' . sprintf( __( '第 %s 页'), max( $paged, $page ) );?> +if ( $site_description && ( is_home() || is_front_page() ) ) echo " - $site_description";if ( $paged >= 2 || $page >= 2 ) echo ' - ' . sprintf( __( 'page %s ','sakura'), max( $paged, $page ) );/*第 %s 页*/?> - +
- +
'.z_script(); } @@ -63,10 +63,10 @@ function z_edit_texonomy_field($taxonomy) { else $image_url = z_taxonomy_image_url( $taxonomy->term_id, NULL, TRUE ); echo ' - +

- - + + '.z_script(); } @@ -194,8 +194,8 @@ function z_quick_edit_custom_box($column_name, $screen, $name) { 暂无 - - + + @@ -208,7 +208,7 @@ function z_quick_edit_custom_box($column_name, $screen, $name) { function z_taxonomy_columns( $columns ) { $new_columns = array(); $new_columns['cb'] = $columns['cb']; - $new_columns['thumb'] = __('图像', 'categories-images'); + $new_columns['thumb'] = __('image', 'sakura')/*图像*/; unset( $columns['cb'] ); @@ -220,7 +220,7 @@ function z_taxonomy_columns( $columns ) { */ function z_taxonomy_column( $columns, $column, $id ) { if ( $column == 'thumb' ) - $columns = '' . __('暂无', 'categories-images') . ''; + $columns = '' . __('no image', 'sakura') /*暂无*/. ''; return $columns; } diff --git a/inc/options-framework.php b/inc/options-framework.php index c3910eb..43c240f 100644 --- a/inc/options-framework.php +++ b/inc/options-framework.php @@ -25,20 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. /* If the user can't edit theme options, no use running this plugin */ -if ( get_user_locale( get_current_user_id() ) == "zh_CN") { - define( 'SAKURA_OPTIONS', 'Sakura主题设置' ); -} -if ( get_user_locale( get_current_user_id() ) == "zh_TW") { - define( 'SAKURA_OPTIONS', 'Sakura主題設置' ); -} -if ( get_user_locale( get_current_user_id() ) == "ja") { - define( 'SAKURA_OPTIONS', 'さくらテーマの設定' ); -} -if ( get_user_locale( get_current_user_id() ) == "ja-JP") { - define( 'SAKURA_OPTIONS', 'さくらテーマの設定' ); -} else { - define( 'SAKURA_OPTIONS', 'Sakura Options' ); -} +define( 'SAKURA_OPTIONS', __('Sakura Options', 'sakura') ); add_action( 'init', 'optionsframework_rolescheck' ); @@ -288,8 +275,8 @@ function optionsframework_page() { ?>
- - + +
diff --git a/inc/options-media-uploader.php b/inc/options-media-uploader.php index 6531372..2faf04c 100644 --- a/inc/options-media-uploader.php +++ b/inc/options-media-uploader.php @@ -48,15 +48,15 @@ function optionsframework_uploader( $_id, $_value, $_desc = '', $_name = '' ) { if ( $value ) { $class = ' has-file'; } - $output .= '' . "\n"; + $output .= '' . "\n"; if ( function_exists( 'wp_enqueue_media' ) ) { if ( ( $value == '' ) ) { - $output .= '' . "\n"; + $output .= '' . "\n"; } else { - $output .= '' . "\n"; + $output .= '' . "\n"; } } else { - $output .= '

' . __( 'Upgrade your version of WordPress for full media support.', 'options_framework_theme' ) . '

'; + $output .= '

' . __( 'Upgrade your version of WordPress for full media support.', 'sakura' ) . '

'; } if ( $_desc != '' ) { @@ -80,7 +80,7 @@ function optionsframework_uploader( $_id, $_value, $_desc = '', $_name = '' ) { $output .= ''; // Standard generic output if it's not an image. - $title = __( 'View File', 'options_framework_theme' ); + $title = __( 'View File', 'sakura' ); $output .= '
'.$title.'
'; } } @@ -110,8 +110,8 @@ function optionsframework_media_scripts( $hook ) { wp_register_script( 'of-media-uploader', OPTIONS_FRAMEWORK_DIRECTORY .'js/media-uploader.js', array( 'jquery' ) ); wp_enqueue_script( 'of-media-uploader' ); wp_localize_script( 'of-media-uploader', 'optionsframework_l10n', array( - 'upload' => __( '上传', 'options_framework_theme' ), - 'remove' => __( '移除', 'options_framework_theme' ) + 'upload' => __( 'Upload', 'sakura' ), + 'remove' => __( 'Remove', 'sakura' ) ) ); } diff --git a/inc/swicher.php b/inc/swicher.php index 508c686..f2ec4d0 100644 --- a/inc/swicher.php +++ b/inc/swicher.php @@ -17,7 +17,7 @@ mashiro_option.qq_api_url = "https://api.2heng.xin/qqinfo/"; mashiro_option.qq_avatar_api_url = "https://api.2heng.xin/qqinfo/"; mashiro_option.live_search = ; - + mashiro_option.skin_bg0 = ""; mashiro_option.skin_bg1 = ""; mashiro_option.skin_bg2 = ""; diff --git a/inc/template-tags.php b/inc/template-tags.php index e36e441..859e84c 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -25,12 +25,12 @@ function akina_posted_on() { ); $posted_on = sprintf( - esc_html_x( 'Posted on %s', 'post date', 'akina' ), + _x( 'Posted on %s', 'post date', 'sakura' ), '' . $time_string . '' ); $byline = sprintf( - esc_html_x( 'by %s', 'post author', 'akina' ), + _x( 'by %s', 'post author', 'sakura' ), '' . esc_html( get_the_author() ) . '' ); @@ -47,29 +47,29 @@ function akina_entry_footer() { // Hide category and tag text for pages. if ( 'post' === get_post_type() ) { /* translators: used between list items, there is a space after the comma */ - $categories_list = get_the_category_list( esc_html__( ', ', 'akina' ) ); + $categories_list = get_the_category_list( __( ', ', 'sakura' ) ); if ( $categories_list && akina_categorized_blog() ) { - printf( '' . esc_html__( 'Posted in %1$s', 'akina' ) . '', $categories_list ); // WPCS: XSS OK. + printf( '' . __( 'Posted in %1$s', 'sakura' ) . '', $categories_list ); // WPCS: XSS OK. } /* translators: used between list items, there is a space after the comma */ - $tags_list = get_the_tag_list( '', esc_html__( ', ', 'akina' ) ); + $tags_list = get_the_tag_list( '', __( ', ', 'sakura' ) ); if ( $tags_list ) { - printf( '' . esc_html__( 'Tagged %1$s', 'akina' ) . '', $tags_list ); // WPCS: XSS OK. + printf( '' . __( 'Tagged %1$s', 'sakura' ) . '', $tags_list ); // WPCS: XSS OK. } } if ( ! is_single() && ! post_password_required() && ( comments_open() || get_comments_number() ) ) { echo ''; /* translators: %s: post title */ - comments_popup_link( sprintf( wp_kses( __( 'Leave a Comment on %s', 'akina' ), array( 'span' => array( 'class' => array() ) ) ), get_the_title() ) ); + comments_popup_link( sprintf( wp_kses( __( 'Leave a Comment on %s', 'sakura' ), array( 'span' => array( 'class' => array() ) ) ), get_the_title() ) ); echo ''; } edit_post_link( sprintf( /* translators: %s: Name of current post */ - esc_html__( 'Edit %s', 'akina' ), + __( 'Edit %s', 'sakura' ), the_title( '"', '"', false ) ), '', diff --git a/inc/theme_plus.php b/inc/theme_plus.php index 494c95d..3f5e7f3 100644 --- a/inc/theme_plus.php +++ b/inc/theme_plus.php @@ -61,10 +61,10 @@ function get_random_bg_url(){ */ function poi_time_since( $older_date, $comment_date = false, $text = false ) { $chunks = array( - array( 24 * 60 * 60, __( ' 天前', 'akina' ) ), - array( 60 * 60 , __( ' 小时前', 'akina' ) ), - array( 60 , __( ' 分钟前', 'akina' ) ), - array( 1, __( ' 秒前', 'akina' ) ) + array( 24 * 60 * 60, __( ' days ago', 'sakura' ) ),/*天前*/ + array( 60 * 60 , __( ' hours ago', 'sakura' ) ),/*小时前*/ + array( 60 , __( ' minutes ago', 'sakura' ) ),/*分钟前*/ + array( 1, __( ' seconds ago', 'sakura' ) )/*秒前*/ ); $newer_date = time() - (akina_option('time_zone_fix')*60*60); @@ -72,7 +72,7 @@ function poi_time_since( $older_date, $comment_date = false, $text = false ) { if($text){ $output = ''; }else{ - $output = '发布于 '; + $output = __('Posted on ','sakura')/*发布于*/; } if ( $since < 30 * 24 * 60 * 60 ) { @@ -128,7 +128,7 @@ add_filter( 'comment_text' , 'comment_add_at', 20, 2); /* * Ajax评论 */ -if ( version_compare( $GLOBALS['wp_version'], '4.4-alpha', '<' ) ) { wp_die('请升级到4.4以上版本'); } +if ( version_compare( $GLOBALS['wp_version'], '4.4-alpha', '<' ) ) { wp_die(__('Please upgrade wordpress to version 4.4+','sakura')); }/*请升级到4.4以上版本*/ // 提示 if(!function_exists('siren_ajax_comment_err')) { function siren_ajax_comment_err($t) { @@ -184,7 +184,7 @@ if(!function_exists('siren_ajax_comment_callback')) {
@@ -230,16 +230,16 @@ function Exuser_center(){ ?> function gopage(url,type){ URL = url; if(type == 1){ - TYPE = '管理后台'; + TYPE = ; }else{ - TYPE = '主页'; + TYPE = ; } for(var i=secs;i>=0;i--){ window.setTimeout('doUpdate(' + i + ')', (secs-i) * 1000); } } function doUpdate(num){ - document.getElementById('login-showtime').innerHTML = '空降成功,'+num+'秒后自动转到'+TYPE; + document.getElementById('login-showtime').innerHTML = ''+num+''+TYPE; if(num == 0) { window.location=URL; } } @@ -262,16 +262,16 @@ function login_ok(){ global $current_user; get_currentuserinfo(); ?> - - + + user_email){echo '

'.$current_user->user_email.'

';} ?>

- 首页 + - 后台 + - 登出? +

', '', false); - $t .= '

'. get_the_author() .'·'. poi_time_since(get_post_time('U', true),false,true) .'·'. get_post_views(get_the_ID()) .' 次阅读'.$edit_this_post_link.'

'; + $t .= '

'. get_the_author() .'·'. poi_time_since(get_post_time('U', true),false,true) .'·'. get_post_views(get_the_ID()) .' '._n("View","Views",get_post_views(get_the_ID()),"sakura")/*次阅读*/.$edit_this_post_link.'

'; endwhile; endif; }elseif(is_page()){ $full_image_url = $full_image_url[0]; @@ -308,7 +308,7 @@ function the_headPattern(){ $t .= ' '.$des.''; }elseif(is_search()){ $full_image_url = get_random_bg_url(); - $t .= '

关于“ '.get_search_query().' ”的搜索结果

'; + $t .= '

'.printf( __( "Search results for \" %s \"","sakura" ), get_search_query()) ./*关于“ '.get_search_query().' ”的搜索结果*/'

'; } if(akina_option('patternimg')) $full_image_url = false; if(!is_home() && $full_image_url) : ?> @@ -351,7 +351,7 @@ function the_video_headPattern_hls(){ $edit_this_post_link = ''; } $t .= the_title( '

', '

', false); - $t .= '

'. get_the_author() .'·'. poi_time_since(get_post_time('U', true),false,true) .'·'. get_post_views(get_the_ID()) .' 次阅读'.$edit_this_post_link.'

'; + $t .= '

'. get_the_author() .'·'. poi_time_since(get_post_time('U', true),false,true) .'·'. get_post_views(get_the_ID()) .' '._n("View","Views",get_post_views(get_the_ID()),"sakura")/*次阅读*/.$edit_this_post_link.'

'; endwhile; endif; }elseif(is_page()){ $full_image_url = $full_image_url[0]; @@ -366,7 +366,7 @@ function the_video_headPattern_hls(){ }elseif(is_search()){ $full_image_url = get_random_bg_url(); $thubm_image_url = 'https://cdn.jsdelivr.net/gh/moezx/cdn@3.0.1/img/svg/loader/orange.progress-bar-stripe-loader.svg'; - $t .= '

关于“ '.get_search_query().' ”的搜索结果

'; + $t .= '

'.printf( __( "Search results for \" %s \"","sakura" ), get_search_query()) ./*关于“ '.get_search_query().' ”的搜索结果*/'

'; } $thubm_image_url = $thubm_image_url . "#lazyload-blur"; $thubm_image_url = str_replace(akina_option('qiniu_cdn'),'https://cdn.2heng.xin/',$thubm_image_url); @@ -414,12 +414,12 @@ function the_video_headPattern_normal(){ $ava = akina_option('focus_logo', '') ? akina_option('focus_logo', '') : get_avatar_url(get_the_author_meta('user_email')); global $user_ID; if($user_ID && current_user_can('level_10')) { - $edit_this_post_link = '·EDIT'; + $edit_this_post_link = '·'._e("EDIT","sakura").''; } else { $edit_this_post_link = ''; } $t .= the_title( '

', '

', false); - $t .= '

'. get_the_author() .'·'. poi_time_since(get_post_time('U', true),false,true) .'·'. get_post_views(get_the_ID()) .' 次阅读'.$edit_this_post_link.'

'; + $t .= '

'. get_the_author() .'·'. poi_time_since(get_post_time('U', true),false,true) .'·'. get_post_views(get_the_ID()) .' '._n("View","Views",get_post_views(get_the_ID()),"sakura")/*次阅读*/.$edit_this_post_link.'

'; endwhile; endif; }elseif(is_page()){ $full_image_url = $full_image_url[0]; @@ -434,7 +434,7 @@ function the_video_headPattern_normal(){ }elseif(is_search()){ $full_image_url = get_random_bg_url(); $thubm_image_url = 'https://cdn.jsdelivr.net/gh/moezx/cdn@3.0.1/img/svg/loader/orange.progress-bar-stripe-loader.svg'; - $t .= '

关于“ '.get_search_query().' ”的搜索结果

'; + $t .= '

'.printf( __( "Search results for \" %s \"","sakura" ), get_search_query()) ./*关于“ '.get_search_query().' ”的搜索结果*/'

'; } $thubm_image_url = $thubm_image_url . "#lazyload-blur"; $thubm_image_url = str_replace(akina_option('qiniu_cdn'),'https://cdn.2heng.xin/',$thubm_image_url); @@ -476,11 +476,11 @@ function header_user_menu(){
@@ -723,7 +723,7 @@ function siren_private_message_hook($comment_content , $comment){ $current_commenter = wp_get_current_commenter(); if ( $is_private ) $comment_content = '#私密# ' . $comment_content; if ( $current_commenter['comment_author_email'] == $email || $parent_email == $current_commenter['comment_author_email'] || current_user_can('delete_user') ) return $comment_content; - if ( $is_private ) return ' 该评论为私密评论'; + if ( $is_private ) return ' '.__("The comment is private","sakura")/*该评论为私密评论*/; return $comment_content; } add_filter('get_comment_text','siren_private_message_hook',10,2); diff --git a/languages/en_US.mo b/languages/en_US.mo index a404888..20e5aea 100644 Binary files a/languages/en_US.mo and b/languages/en_US.mo differ diff --git a/languages/en_US.po b/languages/en_US.po index f5e53b6..2f342ab 100644 --- a/languages/en_US.po +++ b/languages/en_US.po @@ -1,32 +1,44 @@ msgid "" msgstr "" "Project-Id-Version: Sakura\n" -"POT-Creation-Date: 2019-10-30 19:30+0800\n" -"PO-Revision-Date: 2019-10-30 19:37+0800\n" +"POT-Creation-Date: 2019-11-01 15:09+0800\n" +"PO-Revision-Date: 2019-11-01 22:45+0800\n" "Last-Translator: \n" "Language-Team: \n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.2\n" +"X-Generator: Poedit 2.2.4\n" "X-Poedit-Basepath: ..\n" "Plural-Forms: nplurals=2; plural=(n != 1);\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 header.php:35 +#: 404.php:17 #, php-format -msgid "第 %s 页" -msgstr "Page %s" +msgid "page %s" +msgstr "" -#: 404.php:54 search.php:42 +#: 404.php:46 +msgid "return to previous page" +msgstr "Return to previous page" + +#: 404.php:47 +msgid "return to home page" +msgstr "Return to home page" + +#: 404.php:50 +msgid "Don't worry, search in site?" +msgstr "" + +#: 404.php:53 footer.php:62 search.php:42 msgid "Search..." msgstr "Search..." @@ -34,60 +46,93 @@ msgstr "Search..." msgid "Previous" msgstr "Previous" -#: comments.php:21 layouts/duoshuo.php:12 -msgid "查看评论" -msgstr "Check comments" +#: comments.php:21 +msgid "view comments" +msgstr "View comments" + +#: comments.php:22 comments.php:27 +msgid " comment" +msgstr "" + +#: comments.php:22 comments.php:27 +#, php-format +msgid " comments" +msgstr "" #: comments.php:43 -msgid "暂无评论" -msgstr "No comment" +msgid "no comment" +msgstr "" -#: comments.php:59 +#: comments.php:53 +msgid "I'm not a robot" +msgstr "" + +#: comments.php:54 +msgid "Comment in private" +msgstr "" + +#: comments.php:55 +msgid "Comment reply notify" +msgstr "" + +#: comments.php:60 msgid "Leave a Reply to" msgstr "Leave a Reply to" -#: comments.php:60 +#: comments.php:61 msgid "Cancel Reply" msgstr "Cancel Reply" -#: comments.php:61 +#: comments.php:62 msgid "BiuBiuBiu~" msgstr "BiuBiuBiu~" -#: comments.php:62 -msgid "你是我一生只会遇见一次的惊喜" +#: comments.php:63 +msgid "You are a surprise that I will only meet once in my life" msgstr "" -#: comments.php:92 -msgid "昵称或QQ号" +#: comments.php:67 +msgid "Click me OωO" msgstr "" -#: comments.php:92 -msgid "必须 Name* " +#: comments.php:68 +msgid "Woooooow ヾ(≧∇≦*)ゝ" msgstr "" -#: comments.php:94 -msgid "邮箱" +#: comments.php:93 +msgid "Auto pull nickname and avatar with a QQ num. entered" msgstr "" -#: comments.php:94 -msgid "必须 Email* " +#: comments.php:93 +msgid "Nickname or QQ number" msgstr "" -#: comments.php:96 -msgid "网站 (选填 Site)" +#: comments.php:93 +msgid "Name* " msgstr "" -#: comments.php:98 functions.php:1591 -msgid "QQ" +#: comments.php:95 +msgid "You\\' receive notification by email" msgstr "" -#: footer.php:62 -msgid "搜索..." +#: comments.php:95 +msgid "email" +msgstr "" + +#: comments.php:95 +msgid "Must* " +msgstr "" + +#: comments.php:97 +msgid "Advertisement is forbidden 😀" +msgstr "" + +#: comments.php:97 +msgid "Site" msgstr "" #: footer.php:75 footer.php:83 -msgid "想要找点什么呢?" +msgid "Want to find something?" msgstr "" #: footer.php:85 @@ -95,84 +140,142 @@ msgid "Search" msgstr "" #: functions.php:53 -msgid "导航菜单" +msgid "Nav Menus" +msgstr "" + +#: functions.php:387 inc/theme_plus.php:187 layouts/authorprofile.php:11 options.php:123 +msgid "Author" +msgstr "" + +#: functions.php:387 +msgid "Blogger" +msgstr "" + +#: functions.php:391 +msgid "Location" +msgstr "" + +#: functions.php:395 +msgid "Private" +msgstr "" + +#: functions.php:397 +msgid "Yes" +msgstr "" + +#: functions.php:399 +msgid "No" msgstr "" #: functions.php:402 -msgid " 编辑" +msgid "Edit" msgstr "" -#: functions.php:1295 functions.php:1298 +#: functions.php:483 +msgid "" +"Please install pulgin WP-Statistics" +msgstr "" + +#: functions.php:536 +msgid "This guy is so lazy ╮(╯▽╰)╭" +msgstr "" + +#: functions.php:1257 +msgid "All expand/collapse" +msgstr "" + +#: functions.php:1272 +msgid " post(s)" +msgstr "" + +#: functions.php:1294 functions.php:1297 inc/theme_plus.php:479 msgid "Dashboard" msgstr "" -#: functions.php:1511 +#: functions.php:1510 msgid "ERROR: This email domain (@" msgstr "" -#: inc/categories-images.php:45 inc/categories-images.php:66 -msgid "分类/标签图像" +#: functions.php:1590 +msgid "QQ" msgstr "" -#: inc/categories-images.php:48 inc/categories-images.php:68 -#: inc/categories-images.php:197 -msgid "添加图像" +#: functions.php:1667 inc/theme_plus.php:726 +msgid "The comment is private" msgstr "" +#: header.php:35 +#, php-format +msgid "page %s " +msgstr "" + +#: inc/categories-images.php:45 inc/categories-images.php:66 +msgid "category/tag image" +msgstr "" + +#: inc/categories-images.php:48 inc/categories-images.php:68 inc/categories-images.php:197 +msgid "add image" +msgstr "Add image" + #: inc/categories-images.php:69 inc/categories-images.php:198 -msgid "删除图像" -msgstr "" +msgid "remove image" +msgstr "Remove image" #: inc/categories-images.php:211 -msgid "图像" +msgid "image" msgstr "" #: inc/categories-images.php:223 -msgid "暂无" +msgid "no image" msgstr "" -#: inc/options-framework.php:243 +#: inc/options-framework.php:28 +msgid "Sakura Options" +msgstr "" + +#: inc/options-framework.php:230 msgid "Clear" msgstr "" -#: inc/options-framework.php:244 +#: inc/options-framework.php:231 msgid "Default" msgstr "" -#: inc/options-framework.php:245 +#: inc/options-framework.php:232 msgid "Select Color" msgstr "" -#: inc/options-framework.php:291 -msgid "保存设置" +#: inc/options-framework.php:278 +msgid "Save" msgstr "" -#: inc/options-framework.php:292 -msgid "恢复默认" +#: inc/options-framework.php:279 +msgid "Restore default" msgstr "" -#: inc/options-framework.php:292 -msgid "如果单击“确定”会导致之前所有的设置都丢失,确定要这样做吗?" +#: inc/options-framework.php:279 +msgid "All setting will be lost, sure?" msgstr "" -#: inc/options-framework.php:324 +#: inc/options-framework.php:311 msgid "Default options restored." msgstr "" -#: inc/options-framework.php:378 +#: inc/options-framework.php:365 msgid "Options saved." msgstr "" #: inc/options-media-uploader.php:51 -msgid "未选择文件" +msgid "Choose file" msgstr "" #: inc/options-media-uploader.php:54 inc/options-media-uploader.php:113 -msgid "上传" +msgid "Upload" msgstr "" #: inc/options-media-uploader.php:56 inc/options-media-uploader.php:114 -msgid "移除" +msgid "Remove" msgstr "" #: inc/options-media-uploader.php:59 @@ -223,1180 +326,1341 @@ msgid "Edit %s" msgstr "" #: inc/theme_plus.php:64 -msgid " 天前" +msgid " days ago" msgstr "" #: inc/theme_plus.php:65 -msgid " 小时前" +msgid " hours ago" msgstr "" #: inc/theme_plus.php:66 -msgid " 分钟前" +msgid " minutes ago" msgstr "" #: inc/theme_plus.php:67 -msgid " 秒前" +msgid " seconds ago" msgstr "" -#: inc/theme_plus.php:187 layouts/authorprofile.php:11 -msgid "Author" +#: inc/theme_plus.php:75 +msgid "Posted on " msgstr "" -#: options.php:34 options.php:46 +#: inc/theme_plus.php:131 +msgid "Please upgrade wordpress to version 4.4+" +msgstr "" + +#: inc/theme_plus.php:233 +msgid "dashboard" +msgstr "" + +#: inc/theme_plus.php:235 +msgid "home" +msgstr "" + +#: inc/theme_plus.php:242 +msgid "Login successful, " +msgstr "" + +#: inc/theme_plus.php:242 +msgid "seconds later automatically transfer to" +msgstr "" + +#: inc/theme_plus.php:265 +msgid "Change avatar" +msgstr "" + +#: inc/theme_plus.php:266 +msgid "Hello, " +msgstr "" + +#: inc/theme_plus.php:270 +msgid "Home" +msgstr "" + +#: inc/theme_plus.php:272 +msgid "Manage" +msgstr "" + +#: inc/theme_plus.php:274 +msgid "Logout" +msgstr "" + +#: inc/theme_plus.php:274 +msgid "Sign out? " +msgstr "" + +#: 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 +msgid "View" +msgid_plural "Views" +msgstr[0] "" +msgstr[1] "" + +#: inc/theme_plus.php:311 inc/theme_plus.php:369 inc/theme_plus.php:437 +#, php-format +msgid "Search results for \" %s \"" +msgstr "" + +#: inc/theme_plus.php:417 +msgid "EDIT" +msgstr "" + +#: inc/theme_plus.php:480 +msgid "New post" +msgstr "" + +#: inc/theme_plus.php:482 +msgid "Profile" +msgstr "" + +#: inc/theme_plus.php:483 +msgid "Sign out" +msgstr "" + +#: layouts/duoshuo.php:12 +msgid "View comments" +msgstr "" + +#: options.php:34 options.php:46 options.php:308 msgid "1" msgstr "" -#: options.php:35 options.php:47 +#: options.php:35 options.php:47 options.php:309 msgid "2" msgstr "" -#: options.php:36 options.php:48 +#: options.php:36 options.php:48 options.php:310 msgid "3" msgstr "" -#: options.php:37 options.php:49 +#: options.php:37 options.php:49 options.php:311 msgid "4" msgstr "" -#: options.php:38 options.php:50 +#: options.php:38 options.php:50 options.php:312 msgid "5" msgstr "" -#: options.php:39 +#: options.php:39 options.php:313 msgid "6" msgstr "" -#: options.php:40 +#: options.php:40 options.php:314 msgid "7" msgstr "" #: options.php:112 -msgid "基本设置" -msgstr "Basic settings" - -#: options.php:116 -msgid "站点名称" -msgstr "Site title" - -#: options.php:117 -msgid "樱花庄的白猫" +msgid "Basic settings" msgstr "" -#: options.php:123 -msgid "作者" -msgstr "Author" +#: options.php:116 +msgid "Site title" +msgstr "" + +#: options.php:117 +msgid "Mashiro's Blog" +msgstr "" #: options.php:124 msgid "Mashiro" msgstr "" #: options.php:130 -msgid "主题风格" -msgstr "Theme style" +msgid "Theme style" +msgstr "" #: options.php:133 -msgid "自定义主题颜色" -msgstr "Custom theme color" +msgid "Custom theme color" +msgstr "" #: options.php:138 -msgid "切换主题菜单透明度" -msgstr "\"Switch theme button\" transparency" +msgid "Theme scheme tool transparency" +msgstr "" #: options.php:139 -msgid "调整切换主题菜单透明度,值越小越透明,默认透明度0.8" +msgid "" +"Adjust the theme scheme menu transparency, the smaller the value, the more transparent. The " +"default value is 0.8" msgstr "" -"The smaller the value, the more transparent, the default transparency is " -"0.8" #: options.php:144 -msgid "全透明" -msgstr "Fully transparent 0" +msgid "Transparent" +msgstr "" #: options.php:145 -msgid "透明度0.1" -msgstr "Transparency 0.1" +msgid "Transparency 0.1" +msgstr "" #: options.php:146 -msgid "透明度0.2" -msgstr "Transparency 0.1" +msgid "Transparency 0.2" +msgstr "" #: options.php:147 -msgid "透明度0.3" -msgstr "Transparency 0.1" +msgid "Transparency 0.3" +msgstr "" #: options.php:148 -msgid "透明度0.4" -msgstr "Transparency 0.1" +msgid "Transparency 0.4" +msgstr "" #: options.php:149 -msgid "透明度0.5" -msgstr "Transparency 0.1" +msgid "Transparency 0.5" +msgstr "" #: options.php:150 -msgid "透明度0.6" -msgstr "Transparency 0.1" +msgid "Transparency 0.6" +msgstr "" #: options.php:151 -msgid "透明度0.7" -msgstr "Transparency 0.1" +msgid "Transparency 0.7" +msgstr "" #: options.php:152 -msgid "透明度0.8" -msgstr "Transparency 0.1" +msgid "Transparency 0.8" +msgstr "" #: options.php:153 -msgid "透明度0.9" -msgstr "Transparency 0.1" +msgid "Transparency 0.9" +msgstr "" #: options.php:154 -msgid "不透明" -msgstr "Opaque 1" +msgid "Opaque" +msgstr "" #: options.php:158 -msgid "切换网页背景" +msgid "Change web background" msgstr "" #: options.php:159 msgid "" -"前台切换网页背景,共8个url,使用空格分隔,顺序对应前台切换主题按钮位置(按" -"钮顺序从左至右,从上至下),如不需要背景则填写对应位置为none。注意:" -"如果主题是从v3.2.3及以下更新过来的,请务必将本配置页的【其他】标签下的【版" -"本控制】参数修改为任意新值!\n" +"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:165 +msgid "Personal avatar" msgstr "" #: options.php:166 -msgid "个人头像" +msgid "The best size is 130px*130px." msgstr "" -#: options.php:167 -msgid "最佳高度尺寸130*130px。" +#: options.php:171 +msgid "Text LOGO" msgstr "" #: options.php:172 -msgid "文字版LOGO" -msgstr "" - -#: options.php:173 msgid "" -"首页不显示上方的头像,而是显示一段文字(此处留空则使用上方的头像)。文字建" -"议不要过长,16个字节左右为宜。" +"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:179 +#: options.php:178 msgid "logo" msgstr "" -#: options.php:180 -msgid "最佳高度尺寸40px。" +#: options.php:179 +msgid "The best height size is 40px。" msgstr "" -#: options.php:185 +#: options.php:184 msgid "Favicon" msgstr "" -#: options.php:186 -msgid "就是浏览器标签栏上那个小 logo,填写url" +#: options.php:185 +msgid "It is the small logo on the browser tab, fill in the url" +msgstr "" + +#: options.php:191 +msgid "Custom keywords and descriptions " msgstr "" #: options.php:192 -msgid "自定义关键词和描述" +msgid "Customize keywords and descriptions after opening" msgstr "" -#: options.php:193 -msgid "开启之后可自定义填写关键词和描述" +#: options.php:198 +msgid "Site keywords" msgstr "" #: options.php:199 -msgid "网站关键词" +msgid "Each keyword is divided by a comma \",\" and the number is within 5." msgstr "" -#: options.php:200 -msgid "各关键字间用半角逗号\",\"分割,数量在5个以内最佳。" +#: options.php:205 +msgid "Site descriptions" msgstr "" #: options.php:206 -msgid "网站描述" +msgid "Describe the site in concise text, with a maximum of 120 words." msgstr "" -#: options.php:207 -msgid "用简洁的文字描述本站点,字数建议在120个字以内。" +#: options.php:212 +msgid "Expand the nav menu" msgstr "" #: options.php:213 -msgid "展开导航菜单" +msgid "Check to enable, default shrink" msgstr "" -#: options.php:214 -msgid "勾选开启,默认收缩" +#: options.php:219 +msgid "Head decoration" msgstr "" #: options.php:220 -msgid "头部装饰图" +msgid "" +"Enable by default, check off, display on the article page, separate page and category page" msgstr "" -#: options.php:221 -msgid "默认开启,勾选关闭,显示在文章页面,独立页面以及分类页" +#: options.php:226 +msgid "Search button" msgstr "" -#: options.php:227 -msgid "搜索按钮" +#: options.php:231 options.php:279 options.php:572 options.php:582 options.php:592 +#: options.php:602 +msgid "Open" msgstr "" -#: options.php:232 options.php:280 options.php:573 options.php:583 -#: options.php:593 options.php:603 -msgid "开启" +#: options.php:232 options.php:280 options.php:573 options.php:583 options.php:593 +#: options.php:603 +msgid "Close" msgstr "" -#: options.php:233 options.php:281 options.php:574 options.php:584 -#: options.php:594 options.php:604 -msgid "关闭" +#: options.php:236 +msgid "Home article style" msgstr "" -#: options.php:237 -msgid "首页文章风格" +#: options.php:241 +msgid "Standard" msgstr "" #: options.php:242 -msgid "标准" +msgid "Graphic" msgstr "" -#: options.php:243 -msgid "图文" +#: options.php:246 +msgid "Home article feature images (only valid for standard mode)" msgstr "" -#: options.php:247 -msgid "首页文章特色图(仅对标准风格生效)" +#: options.php:251 +msgid "Round" msgstr "" #: options.php:252 -msgid "圆形" +msgid "Square" msgstr "" -#: options.php:253 -msgid "方形" +#: options.php:256 +msgid "" +"Home article feature images alignment (only for graphic mode, default left and right alternate)" msgstr "" -#: options.php:257 -msgid "首页文章特色图对齐方式(仅对图文风格生效,默认左右交替)" +#: options.php:261 +msgid "Left" msgstr "" #: options.php:262 -msgid "向左对齐" +msgid "Right" msgstr "" #: options.php:263 -msgid "向右对齐" +msgid "Alternate" msgstr "" -#: options.php:264 options.php:455 -msgid "左右交替" +#: options.php:267 +msgid "Default article feature image" msgstr "" #: options.php:268 -msgid "默认文章特色图" -msgstr "" - -#: options.php:269 msgid "" -"在未设置文章特色图的情况下展示的默认图像,留空则调用本地随机封面(要展示的" -"图片放入 /wp-content/themes/Sakura/feature/gallery/ 目录)" +"The default image displayed without the article feature image set, use random cover if left " +"blank (the image to be displayed is placed in the /wp-content/themes/Sakura/feature/gallery/ " +"directory)" msgstr "" -#: options.php:275 -msgid "评论收缩" +#: options.php:274 +msgid "Comment shrink" +msgstr "" + +#: options.php:284 +msgid "Display author information at the end of the article?" msgstr "" #: options.php:285 -msgid "文章末尾显示作者信息?" +msgid "Check to enable" msgstr "" -#: options.php:286 -msgid "勾选启用" +#: options.php:291 +msgid "Paging mode" msgstr "" -#: options.php:292 -msgid "分页模式" +#: options.php:296 +msgid "Ajax load" msgstr "" #: options.php:297 -msgid "ajax加载" +msgid "Previous and next page" msgstr "" -#: options.php:298 -msgid "上一页和下一页" +#: options.php:301 +msgid "Automatically load the next page" msgstr "" #: options.php:302 -msgid "自动加载下一页" +msgid "" +"(seconds) Set to automatically load the next page time, the default is not automatically loaded" msgstr "" -#: options.php:303 -msgid "(秒)设置自动加载下一页时间,默认不自动加载" -msgstr "" - -#: options.php:308 -msgid "0秒" -msgstr "" - -#: options.php:309 -msgid "1秒" -msgstr "" - -#: options.php:310 -msgid "2秒" -msgstr "" - -#: options.php:311 -msgid "3秒" -msgstr "" - -#: options.php:312 -msgid "4秒" -msgstr "" - -#: options.php:313 -msgid "5秒" -msgstr "" - -#: options.php:314 -msgid "6秒" +#: options.php:307 +msgid "0" msgstr "" #: options.php:315 -msgid "7秒" +msgid "8" msgstr "" #: options.php:316 -msgid "8秒" +msgid "9" msgstr "" #: options.php:317 -msgid "9秒" +msgid "10" msgstr "" #: options.php:318 -msgid "10秒" +msgid "Do not load automatically" msgstr "" -#: options.php:319 -msgid "233秒,即不倒计时自动加载" +#: options.php:322 +msgid "Blogger description" msgstr "" #: options.php:323 -msgid "博主描述" +msgid "A self-described statement" msgstr "" -#: options.php:324 -msgid "一段自我描述的话" +#: options.php:329 +msgid "Footer info" msgstr "" #: options.php:330 -msgid "页脚信息" +msgid "Footer description, support for HTML code" msgstr "" -#: options.php:331 -msgid "页脚说明文字,支持HTML代码" +#: options.php:336 +msgid "Google analytics" msgstr "" #: options.php:337 -msgid "Google 统计代码" -msgstr "" - -#: options.php:338 msgid "UA-xxxxx-x" msgstr "" -#: options.php:344 -msgid "站长统计(不建议使用)" +#: options.php:343 +msgid "CNZZ Statistics (not recommand)" msgstr "" -#: options.php:345 -msgid "填写统计代码,将被隐藏" +#: options.php:344 +msgid "Statistics code, which will be invisible in web page." +msgstr "" + +#: options.php:350 +msgid "Customize CSS styles" msgstr "" #: options.php:351 -msgid "自定义CSS样式" +msgid "Fill in the CSS code directly, no need to write style tags" msgstr "" -#: options.php:352 -msgid "直接填写CSS代码,不需要写style标签" +#: options.php:359 +msgid "First screen" msgstr "" -#: options.php:360 -msgid "第一屏" +#: options.php:363 +msgid "Main switch" msgstr "" -#: options.php:364 -msgid "总开关" +#: options.php:364 options.php:388 +msgid "Default on, check off" msgstr "" -#: options.php:365 options.php:389 -msgid "默认开启,勾选关闭" +#: options.php:370 +msgid "Social information" msgstr "" #: options.php:371 -msgid "社交信息" +msgid "Enable by default, check off, display avatar, signature, SNS" msgstr "" -#: options.php:372 -msgid "默认开启,勾选关闭,显示头像、签名、SNS" +#: options.php:377 +msgid "Social information style" msgstr "" -#: options.php:378 -msgid "社交信息样式" +#: options.php:382 +msgid "Merge with signature" msgstr "" #: options.php:383 -msgid "与签名合并" +msgid "Independent line" msgstr "" -#: options.php:384 -msgid "独立成行" +#: options.php:387 +msgid "full-screen display" msgstr "" -#: options.php:388 -msgid "全屏显示" +#: options.php:394 +msgid "Enable video" msgstr "" #: options.php:395 -msgid "开启视频" +msgid "Check on" msgstr "" -#: options.php:396 -msgid "勾选开启" -msgstr "" - -#: options.php:402 +#: options.php:401 msgid "Live" msgstr "" -#: options.php:403 -msgid "勾选开启,视频自动续播,需要开启Pjax功能" +#: options.php:402 +msgid "Check to enable, the video will continue to play automatically, you need to enable Pjax" +msgstr "" + +#: options.php:408 +msgid "Video address" msgstr "" #: options.php:409 -msgid "视频地址" +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:410 -msgid "视频的来源地址,该地址拼接下面的视频名,地址尾部不需要加斜杠" +#: options.php:415 +msgid "Video name" msgstr "" #: options.php:416 -msgid "视频名称" +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:417 -msgid "" -"abc.mp4 ,只需要填写视频文件名 abc 即可,多个用英文逗号隔开如 abc,efg ,无" -"需在意顺序,因为加载是随机的抽取的 " +#: options.php:422 +msgid "Cover image" msgstr "" #: options.php:423 -msgid "封面图" -msgstr "" - -#: options.php:424 msgid "" -"此处留空则使用内置API(将需要随机展示的图片放入 /cover/gallery/ 目录)" +"Leave this blank to use the built-in API (put the images that need to be randomly displayed " +"into the /cover/gallery/ directory)" msgstr "" -#: options.php:430 -msgid "背景图滤镜" +#: options.php:429 +msgid "Background image filter" +msgstr "" + +#: options.php:434 +msgid "Nothing" msgstr "" #: options.php:435 -msgid "无" +msgid "Undertint" msgstr "" #: options.php:436 -msgid "浅色" +msgid "Dim" msgstr "" #: options.php:437 -msgid "暗淡" +msgid "Grid" msgstr "" #: options.php:438 -msgid "网格" +msgid "Dot" msgstr "" -#: options.php:439 -msgid "点点" +#: options.php:442 +msgid "Whether to turn on the top-feature" msgstr "" -#: options.php:443 -msgid "是否开启聚焦" +#: options.php:443 options.php:1031 +msgid "Default on" msgstr "" -#: options.php:444 -msgid "默认开启" +#: options.php:449 +msgid "Top-feature style" msgstr "" -#: options.php:450 -msgid "聚焦样式" +#: options.php:454 +msgid "Alternate left and right" msgstr "" -#: options.php:456 -msgid "从下往上" +#: options.php:455 +msgid "From bottom to top" +msgstr "" + +#: options.php:459 +msgid "Top-feature title" msgstr "" #: options.php:460 -msgid "聚焦标题" +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:461 -msgid "默认为聚焦,你也可以修改为其他,当然不能当广告用!不允许!!" +#: options.php:467 +msgid "Top-feature 1 image" msgstr "" -#: options.php:468 -msgid "聚焦图一" +#: options.php:468 options.php:496 options.php:524 +msgid "size 257px*160px" msgstr "" -#: options.php:469 options.php:497 options.php:525 -msgid "尺寸257px*160px" +#: options.php:474 options.php:475 +msgid "Top-feature 1 title" msgstr "" -#: options.php:475 options.php:476 -msgid "聚焦图一标题" +#: options.php:481 options.php:482 +msgid "Top-feature 1 description" msgstr "" -#: options.php:482 options.php:483 -msgid "聚焦图一描述" +#: options.php:488 options.php:489 +msgid "Top-feature 1 link" msgstr "" -#: options.php:489 options.php:490 -msgid "聚焦图一链接" +#: options.php:495 +msgid "Top-feature 2 image" msgstr "" -#: options.php:496 -msgid "聚焦图二" +#: options.php:502 options.php:503 +msgid "Top-feature 2 title" msgstr "" -#: options.php:503 options.php:504 -msgid "聚焦图二标题" +#: options.php:509 options.php:510 +msgid "Top-feature 2 description" msgstr "" -#: options.php:510 options.php:511 -msgid "聚焦图二描述" +#: options.php:516 options.php:517 +msgid "Top-feature 2 link" msgstr "" -#: options.php:517 options.php:518 -msgid "聚焦图二链接" +#: options.php:523 +msgid "Top-feature 3 image" msgstr "" -#: options.php:524 -msgid "聚焦图三" +#: options.php:530 options.php:531 +msgid "Top-feature 3 title" msgstr "" -#: options.php:531 options.php:532 -msgid "聚焦图三标题" +#: options.php:537 options.php:538 +msgid "Top-feature 3 description" msgstr "" -#: options.php:538 options.php:539 -msgid "聚焦图三描述" +#: options.php:544 options.php:545 +msgid "Top-feature 3 link" msgstr "" -#: options.php:545 options.php:546 -msgid "聚焦图三链接" +#: options.php:553 +msgid "Post page" msgstr "" -#: options.php:554 -msgid "文章页" +#: options.php:557 +msgid "Post style" msgstr "" -#: options.php:558 -msgid "文章样式" +#. Theme Name of the plugin/theme +#: options.php:562 +msgid "Sakura" msgstr "" -#: options.php:563 -msgid "默认样式" -msgstr "" - -#: options.php:564 -msgid "GitHub 样式" -msgstr "" - -#: options.php:568 -msgid "文章点赞" -msgstr "" - -#: options.php:578 -msgid "文章分享" -msgstr "" - -#: options.php:588 -msgid "上一篇下一篇" -msgstr "" - -#: options.php:598 -msgid "博主信息" -msgstr "" - -#: options.php:608 -msgid "支付宝打赏" -msgstr "" - -#: options.php:609 -msgid "支付宝二维码" -msgstr "" - -#: options.php:614 -msgid "微信打赏" -msgstr "" - -#: options.php:615 options.php:627 -msgid "微信二维码" -msgstr "" - -#: options.php:622 -msgid "社交网络" -msgstr "" - -#: options.php:626 -msgid "微信" -msgstr "" - -#: options.php:632 -msgid "新浪微博" -msgstr "" - -#: options.php:633 -msgid "新浪微博地址" -msgstr "" - -#: options.php:639 -msgid "腾讯QQ" -msgstr "" - -#: options.php:640 -msgid "tencent://message/?uin={{QQ号码}},如tencent://message/?uin=123456" -msgstr "" - -#: options.php:646 -msgid "Telegram" -msgstr "" - -#: options.php:647 -msgid "Telegram链接" -msgstr "" - -#: options.php:653 -msgid "QQ空间" -msgstr "" - -#: options.php:654 -msgid "QQ空间地址" -msgstr "" - -#: options.php:660 +#: options.php:563 options.php:659 msgid "GitHub" msgstr "" -#: options.php:661 -msgid "GitHub地址" +#: options.php:567 +msgid "Post like" msgstr "" -#: options.php:667 +#: options.php:577 +msgid "Post share" +msgstr "" + +#: options.php:587 +#, fuzzy +#| msgid "Previous" +msgid "Previous and Next" +msgstr "Previous" + +#: options.php:597 +msgid "Author profile" +msgstr "" + +#: options.php:607 +msgid "Alipay reward" +msgstr "" + +#: options.php:608 +msgid "Alipay qrcode" +msgstr "" + +#: options.php:613 +msgid "Wechat reward" +msgstr "" + +#: options.php:614 +msgid "Wechat qrcode " +msgstr "" + +#: options.php:621 +msgid "Social network" +msgstr "" + +#: options.php:625 +msgid "Wechat" +msgstr "" + +#: options.php:626 +msgid "Wechat qrcode" +msgstr "" + +#: options.php:631 +msgid "Sina Weibo" +msgstr "" + +#: options.php:632 +msgid "Sina Weibo address" +msgstr "" + +#: options.php:638 +msgid "Tencent QQ" +msgstr "" + +#: options.php:639 +msgid "tencent://message/?uin={{QQ number}}. for example, tencent://message/?uin=123456" +msgstr "" + +#: options.php:645 +msgid "Telegram" +msgstr "" + +#: options.php:646 +msgid "Telegram link" +msgstr "" + +#: options.php:652 +msgid "Qzone" +msgstr "" + +#: options.php:653 +msgid "Qzone address" +msgstr "" + +#: options.php:660 +msgid "GitHub address" +msgstr "" + +#: options.php:666 msgid "Lofter" msgstr "" -#: options.php:668 -msgid "lofter地址" +#: options.php:667 +msgid "Lofter address" msgstr "" -#: options.php:674 +#: options.php:673 msgid "BiliBili" msgstr "" -#: options.php:675 -msgid "B站地址" +#: options.php:674 +msgid "BiliBili address" +msgstr "" + +#: options.php:680 +msgid "Youku video" msgstr "" #: options.php:681 -msgid "优酷视频" +msgid "Youku video address" msgstr "" -#: options.php:682 -msgid "优酷地址" +#: options.php:687 +msgid "Netease Cloud Music" msgstr "" #: options.php:688 -msgid "网易云音乐" +msgid "Netease Cloud Music address" msgstr "" -#: options.php:689 -msgid "网易云音乐地址" -msgstr "" - -#: options.php:695 +#: options.php:694 msgid "Twitter" msgstr "" -#: options.php:696 -msgid "推特地址" +#: options.php:695 +msgid "Twitter address" msgstr "" -#: options.php:702 +#: options.php:701 msgid "Facebook" msgstr "" -#: options.php:703 -msgid "脸书地址" +#: options.php:702 +msgid "Facebook address" msgstr "" -#: options.php:709 +#: options.php:708 msgid "Google+" msgstr "" -#: options.php:710 -msgid "G+地址" +#: options.php:709 +msgid "G+ address" +msgstr "" + +#: options.php:715 +msgid "Jianshu" msgstr "" #: options.php:716 -msgid "简书" +msgid "Jianshu address" msgstr "" -#: options.php:717 -msgid "简书地址" -msgstr "" - -#: options.php:723 +#: options.php:722 msgid "CSDN" msgstr "" -#: options.php:724 -msgid "CSND社区地址" +#: options.php:723 +msgid "CSND community address" +msgstr "" + +#: options.php:729 +msgid "Zhihu" msgstr "" #: options.php:730 -msgid "知乎" +msgid "Zhihu address" msgstr "" -#: options.php:731 -msgid "知乎地址" +#: options.php:736 +msgid "Email-name" msgstr "" #: options.php:737 -msgid "邮箱-用户名" +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:738 -msgid "" -"name@domain.com 的 name 部分,前端仅具有js运行环境时才能获取完整地址,可放" -"心填写" +#: options.php:743 +msgid "Email-domain" msgstr "" #: options.php:744 -msgid "邮箱-域名" +msgid "The domain.com part of name@domain.com" msgstr "" -#: options.php:745 -msgid "name@domain.com 的 domain.com 部分" +#: options.php:751 +msgid "Background configuration" msgstr "" -#: options.php:752 -msgid "后台配置" +#: options.php:756 +msgid "Background panel custom color scheme" msgstr "" #: options.php:757 -msgid "后台面板自定义配色方案" -msgstr "" - -#: options.php:758 msgid "" -"你可以在下面自行设计后台面板(/wp-admin/)样式,不过在开始之前请到这里将配色方案改为自定义(Custom)。" -"
Tip: 如何搭配颜色?或许这个可以帮到你。" +"You can design the background 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 "面板主色调A" +#: options.php:763 +msgid "Panel main color A" msgstr "" -#: options.php:767 options.php:775 options.php:783 options.php:791 +#: options.php:766 options.php:774 options.php:782 options.php:790 msgid "" -"(array) (optional) An array of CSS color definitions which are used " -"to give the user a feel for the theme." +"(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 "面板主色调B" +#: options.php:771 +msgid "Panel main color B" msgstr "" -#: options.php:780 -msgid "面板主色调C" +#: options.php:779 +msgid "Panel main color C" msgstr "" -#: options.php:788 -msgid "面板主色调D" +#: options.php:787 +msgid "Panel main color D" msgstr "" -#: options.php:796 -msgid "面板图标配色——base" +#: options.php:795 +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." +#: options.php:798 options.php:806 options.php:814 +msgid "(array) (optional) An array of CSS color definitions used to color any SVG icons." msgstr "" -#: options.php:804 -msgid "面板图标配色——focus" +#: options.php:803 +msgid "Panel icon color——focus" msgstr "" -#: options.php:812 -msgid "面板图标配色——current" +#: options.php:811 +msgid "Panel icon color——current" +msgstr "" + +#: options.php:819 +msgid "Other custom panel styles(CSS)" msgstr "" #: options.php:820 -msgid "其他自定义面板样式(CSS)" +msgid "If you need to adjust other styles of the panel, put the style here." msgstr "" -#: options.php:821 -msgid "如果还需要对面板其他样式进行调整可以把style放到这里" +#: options.php:826 +msgid "Login interface background image" msgstr "" #: options.php:827 -msgid "后台登陆界面背景图" +msgid "Use the default image if left this blank" msgstr "" -#: options.php:828 -msgid "该地址为空则使用默认图片" +#: options.php:832 +msgid "Login interface logo" msgstr "" #: options.php:833 -msgid "后台登陆界面logo" +msgid "Used for login interface display" msgstr "" -#: options.php:834 -msgid "用于登录界面显示" +#: options.php:839 +msgid "Login/registration related settings" msgstr "" -#: options.php:840 -msgid "登陆/注册相关设定" +#: options.php:846 +msgid "Specify login address" msgstr "" #: options.php:847 -msgid "指定登录地址" +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:848 -msgid "" -"强制不使用后台地址登陆,填写新建的登陆页面地址,比如 http://www.xxx.com/" -"login【注意】填写前先测试下你新建的页面是可以正常打开的,以免造成无法进入后" -"台等情况" +#: options.php:853 +msgid "Specify registered address" msgstr "" #: options.php:854 -msgid "指定注册地址" +msgid "This link is used on the login page as a registration entry" msgstr "" -#: options.php:855 -msgid "该链接使用在登录页面作为注册入口,建议填写" +#: options.php:860 +msgid "Allow users to register" msgstr "" #: options.php:861 -msgid "允许用户注册" +msgid "Check to allow users to register at the frontend" msgstr "" -#: options.php:862 -msgid "勾选开启,允许用户在前台注册" +#: options.php:867 +msgid "Automatically redirect after login" msgstr "" #: options.php:868 -msgid "登录后自动跳转" +msgid "" +"After checken, the administrator redirects to the background and the user redirects to the " +"home page." msgstr "" -#: options.php:869 -msgid "勾选开启,管理员跳转至后台,用户跳转至主页" +#: options.php:874 +msgid "Registration verification (frontend only, backend forced open)" msgstr "" #: options.php:875 -msgid "注册验证(仅前端,后端强制开启)" +msgid "Check to enable slide verification" msgstr "" -#: options.php:876 -msgid "勾选开启滑动验证" -msgstr "" - -#: options.php:883 +#: options.php:882 msgid "CDN" msgstr "" -#: options.php:887 -msgid "图片库 CDN" +#: options.php:886 +msgid "Images CDN" msgstr "" -#: options.php:888 +#: options.php:887 msgid "" -"注意:填写格式为 http(s)://你的CDN域名/。
也就是说,原路径为 http://" -"your.domain/wp-content/uploads/2018/05/xx.png 的图片将从 http://你的CDN域" -"名/2018/05/xx.png 加载" +"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:893 +msgid "Use the front-end library locally (lib.js、lib.css)" msgstr "" #: options.php:894 -msgid "本地调用前端库(lib.js、lib.css)" +msgid "The front-end library don't load from jsDelivr, not recommand" msgstr "" -#: options.php:895 -msgid "前端库不走 jsDelivr,不建议启用" +#: options.php:900 +msgid "Use js and css file of the theme (sakura-app.js、style.css) locally" msgstr "" #: options.php:901 -msgid "本地调用主题 js、css 文件(sakura-app.js、style.css)" +msgid "The js and css files of the theme do not load from jsDelivr, please open when DIY" msgstr "" -#: options.php:902 -msgid "主题的 js、css 文件不走 jsDelivr,DIY 时请开启" +#: options.php:908 +msgid "Others" msgstr "" -#: options.php:909 -msgid "其他" +#: options.php:912 +msgid "About" msgstr "" #: options.php:913 -msgid "关于" -msgstr "" - -#: options.php:914 msgid "Theme Sakura v" msgstr "" -#: options.php:932 -msgid "页脚悬浮播放器" +#: options.php:919 +msgid "Check for Updates" msgstr "" -#: options.php:933 +#: options.php:931 +msgid "Footer float music player" +msgstr "" + +#: options.php:932 msgid "" -"如果不需要播放器留空即可。填写网易云音乐的「歌单」ID,eg:https://" -"music.163.com/#/playlist?id=2288037900的ID是2288037900" +"If you don't need the player just leave it blank.Fill in the \"song list\" ID of Netease Cloud " +"Music, eg: https://music.163.com/#/playlist?id=2288037900 The ID is 2288037900" +msgstr "" + +#: options.php:938 +msgid "Version Control" msgstr "" #: options.php:939 -msgid "版本控制" +msgid "Used to update frontend cookies and browser caches, any string can be used" msgstr "" -#: options.php:940 -msgid "用于更新前端 cookie 及浏览器缓存,可使用任意字符串" +#: options.php:945 +msgid "Enable PJAX (recommand on)" msgstr "" #: options.php:946 -msgid "开启PJAX局部刷新(建议开启)" +msgid "The principle is the same as Ajax" msgstr "" -#: options.php:947 -msgid "原理与Ajax相同" +#: options.php:952 +msgid "Enable NProgress progress bar" msgstr "" -#: options.php:953 -msgid "开启NProgress加载进度条" +#: options.php:960 options.php:953 +msgid "Default off, check on" msgstr "" -#: options.php:954 -msgid "默认不开启,勾选开启" +#: options.php:959 +msgid "Enable Announcement" msgstr "" -#: options.php:960 -msgid "开启公告" -msgstr "" - -#: options.php:961 -msgid "默认不显示,勾选开启" +#: options.php:966 +msgid "Announcement content" msgstr "" #: options.php:967 -msgid "公告内容" -msgstr "" - -#: options.php:968 msgid "" -"公告内容,文字超出142个字节将会被滚动显示(移动端无效),一个汉字 = 3字节," -"一个字母 = 1字节,自己计算吧" +"Announcement content, the text exceeds 142 bytes will be scrolled display (mobile device is " +"invalid)" msgstr "" -#: options.php:974 -msgid "首页不显示的分类文章" +#: options.php:973 +msgid "The categories of articles that don\\t not show on homepage" msgstr "" -#: options.php:975 options.php:982 -msgid "填写分类ID,多个用英文“ , ”分开" +#: options.php:974 options.php:981 +msgid "Fill in category ID, multiple IDs are divided by a comma \",\"" msgstr "" -#: options.php:981 -msgid "图片展示分类" +#: options.php:980 +msgid "Images category" msgstr "" -#: options.php:988 -msgid "统计接口" +#: options.php:987 +msgid "Statistics Interface" +msgstr "" + +#: options.php:992 +msgid "WP-Statistics plugin (Professional statistics, can exclude invalid access)" msgstr "" #: options.php:993 -msgid "WP-Statistics 插件(专业性统计,可排除无效访问)" +msgid "Theme built-in (simple statistics, calculate each page access request)" msgstr "" -#: options.php:994 -msgid "主题内建(简单的统计,计算每一次页面访问请求)" +#: options.php:997 +msgid "Statistical data display format" msgstr "" -#: options.php:998 -msgid "统计数据显示格式" +#: options.php:1002 +msgid "23333 Views (default)" msgstr "" #: options.php:1003 -msgid "23333 次访问(默认)" +msgid "23,333 Views (britain)" msgstr "" #: options.php:1004 -msgid "23,333 次访问(英式)" +msgid "23 333 Views (french)" msgstr "" #: options.php:1005 -msgid "23 333 次访问(法式)" +msgid "23k Views (chinese)" msgstr "" -#: options.php:1006 -msgid "23k 次访问(中式)" +#: options.php:1009 +msgid "Enable live search" msgstr "" #: options.php:1010 -msgid "启用实时搜索" +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 functions.php" msgstr "" -#: options.php:1011 -msgid "" -"前台实现实时搜索,调用 Rest API 每小时更新一次缓存,可在 functions.php 里手" -"动设置缓存时间" +#: options.php:1016 +msgid "Include comments in live search" msgstr "" #: options.php:1017 -msgid "实时搜索包含评论" +msgid "" +"Search for comments in real-time search (not recommended if there are too many comments on the " +"site)" msgstr "" -#: options.php:1018 -msgid "在实时搜索中搜索评论(如果网站评论数量太多不建议开启)" +#: options.php:1023 +msgid "Enable baguetteBox" msgstr "" #: options.php:1024 -msgid "启用 baguetteBox" -msgstr "" - -#: options.php:1025 msgid "" -"默认禁用,请" -"阅读说明" +"Default off,please read wiki" msgstr "" -#: options.php:1031 -msgid "文章内图片启用 lazyload" +#: options.php:1030 +msgid "Enable lazyload in posts" msgstr "" -#: options.php:1032 -msgid "默认启用" -msgstr "" - -#: options.php:1038 +#: options.php:1037 msgid "lazyload spinner" msgstr "" -#: options.php:1039 -msgid "图片加载时要显示的占位图,填写图片 url" +#: options.php:1038 +msgid "The placeholder to display when the image loads, fill in the image url" +msgstr "" + +#: options.php:1044 +msgid "Whether to enable the clipboard copyright" msgstr "" #: options.php:1045 -msgid "是否开启剪贴板版权标识" +msgid "" +"Automatically add a copyright to the clipboard when copying more than 30 bytes, which is " +"enabled by default." msgstr "" -#: options.php:1046 -msgid "复制超过30个字节时自动向剪贴板添加版权标识,默认开启" +#: options.php:1051 +msgid "Email address prefix" msgstr "" #: options.php:1052 -msgid "发件地址前缀" +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:1053 -msgid "" -"用于发送系统邮件,在用户的邮箱中显示的发件人地址,不要使用中文,默认系统邮" -"件地址为 bibi@你的域名" +#: options.php:1058 +msgid "Comments reply notification" msgstr "" #: options.php:1059 -msgid "允许私密评论" +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:1060 -msgid "允许用户设置自己的评论对其他人不可见" +#: options.php:1065 +msgid "Administrator comment notification" msgstr "" #: options.php:1066 -msgid "机器人验证" +msgid "Whether to use email notification when the administrator's comments receive a reply" msgstr "" -#: options.php:1067 -msgid "开启机器人验证" +#: options.php:1072 +msgid "Enable private comment" msgstr "" #: options.php:1073 -msgid "评论UA信息" +msgid "Allow users to set their own comments to be invisible to others" msgstr "" -#: options.php:1074 -msgid "勾选开启,用户的浏览器,操作系统信息" +#: options.php:1079 +msgid "Human verification" msgstr "" #: options.php:1080 -msgid "开启多说插件支持" +msgid "Enable human verification" msgstr "" -#: options.php:1081 -msgid "多说已经凉了" +#: options.php:1086 +msgid "Comment UA infomation" msgstr "" #: options.php:1087 -msgid "时区调整" +msgid "Check to enable, display the user's browser, operating system information" msgstr "" -#: options.php:1088 +#: options.php:1093 +msgid "Enable disqus" +msgstr "" + +#: options.php:1094 +msgid "Enable disqus for comment" +msgstr "" + +#: options.php:1100 +msgid "Time Zone adjustment" +msgstr "" + +#: options.php:1101 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 "" #: search.php:19 #, php-format -msgid "搜索结果: %s" +msgid "search result: %s" +msgstr "Search result: %s" + +#: tpl/content-category.php:30 +msgid "NOTHING" msgstr "" +#: tpl/content-image.php:35 tpl/content-status.php:31 tpl/content.php:34 tpl/content-thumb.php:53 +msgid "Comment" +msgstr "" + +#: tpl/content-image.php:35 tpl/content-status.php:31 tpl/content.php:34 tpl/content-thumb.php:53 +msgid "Comments" +msgstr "" + +#: tpl/content-image.php:38 tpl/content-status.php:34 tpl/content.php:37 tpl/content-thumb.php:52 +msgid "Hit" +msgid_plural "Hits" +msgstr[0] "" +msgstr[1] "" + #: tpl/content-none.php:14 -msgid "没有找到任何东西!" +msgid "There is noyhing here!" msgstr "" #: tpl/content-none.php:21 #, php-format -msgid "准备好发布你的第一篇文章了么? 点击这里开始." +msgid "Ready to post your first article? Click here to start." msgstr "" #: tpl/content-none.php:25 -msgid "没有找到你想要的,看看其他的吧。" +msgid "Didn't find what you want, look at the other ones." msgstr "" #: tpl/content-none.php:43 -msgid "我们似乎没有找到你想要的东西. 或许你可以搜索一下试试." +msgid "We didn't seem to find what you want. Maybe you can search for it." msgstr "" #: tpl/content-page.php:24 tpl/content-single.php:25 tpl/single-image.php:28 msgid "Pages:" msgstr "" +#: tpl/content-single.php:34 +msgid "Attribution-NonCommercial-ShareAlike 4.0 International" +msgstr "" + #: user/page-login.php:18 msgid "Remember Me" msgstr "" -#. Theme Name of the plugin/theme -msgid "Sakura" +#: 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 "" + +#: user/page-register.php:14 +msgid "Please enter username." +msgstr "" + +#: user/page-register.php:16 +msgid "Invalid characters, please enter a valid username." +msgstr "" + +#: user/page-register.php:19 +msgid "This username has been registered." +msgstr "" + +#: user/page-register.php:24 +msgid "Please enter email address." +msgstr "" + +#: user/page-register.php:26 +msgid "Invalid email address" +msgstr "" + +#: user/page-register.php:29 +msgid "This email address has been registered." +msgstr "" + +#: user/page-register.php:34 +msgid "Password length is at least 6 digits" +msgstr "" + +#: user/page-register.php:36 +msgid "Inconsistent password entered twice" +msgstr "" + +#: user/page-register.php:41 +msgid "Please drag the slider to verify identity" +msgstr "" + +#: user/page-register.php:47 +msgid "Unable to complete registration request...Please contact" +msgstr "" + +#: user/page-register.php:47 +msgid "administrator" +msgstr "" + +#: user/page-register.php:76 +msgid "Drag the slider to verify" +msgstr "" + +#: user/page-register.php:83 +msgid "Sign up" +msgstr "" + +#: user/page-register.php:92 +msgid "Registration is not open yet" msgstr "" #. Theme URI of the plugin/theme @@ -1404,7 +1668,7 @@ msgid "https://2heng.xin/theme-sakura/" msgstr "" #. Description of the plugin/theme -msgid "Akina主题分支(原版地址 http://www.akina.pw/themeakina)" +msgid "A branch of theme Akina" msgstr "" #. Author of the plugin/theme @@ -1422,3 +1686,67 @@ msgstr "" #. Template Name of the plugin/theme msgid "links" msgstr "" + +#, php-format +#~ msgid "第 %s 页" +#~ msgstr "Page %s" + +#~ msgid "查看评论" +#~ msgstr "Check comments" + +#~ msgid "暂无评论" +#~ msgstr "No comment" + +#~ msgid "基本设置" +#~ msgstr "Basic settings" + +#~ msgid "站点名称" +#~ msgstr "Site title" + +#~ msgid "作者" +#~ msgstr "Author" + +#~ msgid "主题风格" +#~ msgstr "Theme style" + +#~ msgid "自定义主题颜色" +#~ msgstr "Custom theme color" + +#~ msgid "切换主题菜单透明度" +#~ msgstr "\"Switch theme button\" transparency" + +#~ msgid "调整切换主题菜单透明度,值越小越透明,默认透明度0.8" +#~ msgstr "The smaller the value, the more transparent, the default transparency is 0.8" + +#~ msgid "全透明" +#~ msgstr "Fully transparent 0" + +#~ msgid "透明度0.1" +#~ msgstr "Transparency 0.1" + +#~ msgid "透明度0.2" +#~ msgstr "Transparency 0.1" + +#~ msgid "透明度0.3" +#~ msgstr "Transparency 0.1" + +#~ msgid "透明度0.4" +#~ msgstr "Transparency 0.1" + +#~ msgid "透明度0.5" +#~ msgstr "Transparency 0.1" + +#~ msgid "透明度0.6" +#~ msgstr "Transparency 0.1" + +#~ msgid "透明度0.7" +#~ msgstr "Transparency 0.1" + +#~ msgid "透明度0.8" +#~ msgstr "Transparency 0.1" + +#~ msgid "透明度0.9" +#~ msgstr "Transparency 0.1" + +#~ msgid "不透明" +#~ msgstr "Opaque 1" diff --git a/languages/sakura.pot b/languages/sakura.pot new file mode 100644 index 0000000..d04367d --- /dev/null +++ b/languages/sakura.pot @@ -0,0 +1,1686 @@ +#, fuzzy +msgid "" +msgstr "" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" +"Project-Id-Version: Sakura\n" +"POT-Creation-Date: 2019-11-01 22:45+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.2.4\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-SearchPath-0: .\n" +"X-Poedit-SearchPathExcluded-0: *.js\n" + +#: 404.php:17 +#, php-format +msgid "page %s" +msgstr "" + +#: 404.php:46 +msgid "return to previous page" +msgstr "" + +#: 404.php:47 +msgid "return to home page" +msgstr "" + +#: 404.php:50 +msgid "Don't worry, search in site?" +msgstr "" + +#: 404.php:53 footer.php:62 search.php:42 +msgid "Search..." +msgstr "" + +#: archive.php:55 author.php:76 +msgid "Previous" +msgstr "" + +#: comments.php:21 +msgid "view comments" +msgstr "" + +#: comments.php:22 comments.php:27 +msgid " comment" +msgstr "" + +#: comments.php:22 comments.php:27 +#, php-format +msgid " comments" +msgstr "" + +#: comments.php:43 +msgid "no comment" +msgstr "" + +#: comments.php:53 +msgid "I'm not a robot" +msgstr "" + +#: comments.php:54 +msgid "Comment in private" +msgstr "" + +#: comments.php:55 +msgid "Comment reply notify" +msgstr "" + +#: comments.php:60 +msgid "Leave a Reply to" +msgstr "" + +#: comments.php:61 +msgid "Cancel Reply" +msgstr "" + +#: comments.php:62 +msgid "BiuBiuBiu~" +msgstr "" + +#: comments.php:63 +msgid "You are a surprise that I will only meet once in my life" +msgstr "" + +#: comments.php:67 +msgid "Click me OωO" +msgstr "" + +#: comments.php:68 +msgid "Woooooow ヾ(≧∇≦*)ゝ" +msgstr "" + +#: comments.php:93 +msgid "Auto pull nickname and avatar with a QQ num. entered" +msgstr "" + +#: comments.php:93 +msgid "Nickname or QQ number" +msgstr "" + +#: comments.php:93 +msgid "Name* " +msgstr "" + +#: comments.php:95 +msgid "You\\' receive notification by email" +msgstr "" + +#: comments.php:95 +msgid "email" +msgstr "" + +#: comments.php:95 +msgid "Must* " +msgstr "" + +#: comments.php:97 +msgid "Advertisement is forbidden 😀" +msgstr "" + +#: comments.php:97 +msgid "Site" +msgstr "" + +#: footer.php:75 footer.php:83 +msgid "Want to find something?" +msgstr "" + +#: footer.php:85 +msgid "Search" +msgstr "" + +#: functions.php:53 +msgid "Nav Menus" +msgstr "" + +#: functions.php:387 inc/theme_plus.php:187 layouts/authorprofile.php:11 options.php:123 +msgid "Author" +msgstr "" + +#: functions.php:387 +msgid "Blogger" +msgstr "" + +#: functions.php:391 +msgid "Location" +msgstr "" + +#: functions.php:395 +msgid "Private" +msgstr "" + +#: functions.php:397 +msgid "Yes" +msgstr "" + +#: functions.php:399 +msgid "No" +msgstr "" + +#: functions.php:402 +msgid "Edit" +msgstr "" + +#: functions.php:483 +msgid "" +"Please install pulgin WP-Statistics" +msgstr "" + +#: functions.php:536 +msgid "This guy is so lazy ╮(╯▽╰)╭" +msgstr "" + +#: functions.php:1257 +msgid "All expand/collapse" +msgstr "" + +#: functions.php:1272 +msgid " post(s)" +msgstr "" + +#: functions.php:1294 functions.php:1297 inc/theme_plus.php:479 +msgid "Dashboard" +msgstr "" + +#: functions.php:1510 +msgid "ERROR: This email domain (@" +msgstr "" + +#: functions.php:1590 +msgid "QQ" +msgstr "" + +#: functions.php:1667 inc/theme_plus.php:726 +msgid "The comment is private" +msgstr "" + +#: header.php:35 +#, php-format +msgid "page %s " +msgstr "" + +#: inc/categories-images.php:45 inc/categories-images.php:66 +msgid "category/tag image" +msgstr "" + +#: inc/categories-images.php:48 inc/categories-images.php:68 inc/categories-images.php:197 +msgid "add image" +msgstr "" + +#: inc/categories-images.php:69 inc/categories-images.php:198 +msgid "remove image" +msgstr "" + +#: inc/categories-images.php:211 +msgid "image" +msgstr "" + +#: inc/categories-images.php:223 +msgid "no image" +msgstr "" + +#: inc/options-framework.php:28 +msgid "Sakura Options" +msgstr "" + +#: inc/options-framework.php:230 +msgid "Clear" +msgstr "" + +#: inc/options-framework.php:231 +msgid "Default" +msgstr "" + +#: inc/options-framework.php:232 +msgid "Select Color" +msgstr "" + +#: inc/options-framework.php:278 +msgid "Save" +msgstr "" + +#: inc/options-framework.php:279 +msgid "Restore default" +msgstr "" + +#: inc/options-framework.php:279 +msgid "All setting will be lost, sure?" +msgstr "" + +#: inc/options-framework.php:311 +msgid "Default options restored." +msgstr "" + +#: inc/options-framework.php:365 +msgid "Options saved." +msgstr "" + +#: inc/options-media-uploader.php:51 +msgid "Choose file" +msgstr "" + +#: inc/options-media-uploader.php:54 inc/options-media-uploader.php:113 +msgid "Upload" +msgstr "" + +#: inc/options-media-uploader.php:56 inc/options-media-uploader.php:114 +msgid "Remove" +msgstr "" + +#: inc/options-media-uploader.php:59 +msgid "Upgrade your version of WordPress for full media support." +msgstr "" + +#: inc/options-media-uploader.php:83 +msgid "View File" +msgstr "" + +#: inc/template-tags.php:28 +#, php-format +msgctxt "post date" +msgid "Posted on %s" +msgstr "" + +#: inc/template-tags.php:33 +#, php-format +msgctxt "post author" +msgid "by %s" +msgstr "" + +#. translators: used between list items, there is a space after the comma +#: inc/template-tags.php:50 inc/template-tags.php:56 +msgid ", " +msgstr "" + +#: inc/template-tags.php:52 +#, php-format +msgid "Posted in %1$s" +msgstr "" + +#: inc/template-tags.php:58 +#, php-format +msgid "Tagged %1$s" +msgstr "" + +#. translators: %s: post title +#: inc/template-tags.php:65 +#, php-format +msgid "Leave a Comment on %s" +msgstr "" + +#. translators: %s: Name of current post +#: inc/template-tags.php:72 tpl/content-page.php:35 +#, php-format +msgid "Edit %s" +msgstr "" + +#: inc/theme_plus.php:64 +msgid " days ago" +msgstr "" + +#: inc/theme_plus.php:65 +msgid " hours ago" +msgstr "" + +#: inc/theme_plus.php:66 +msgid " minutes ago" +msgstr "" + +#: inc/theme_plus.php:67 +msgid " seconds ago" +msgstr "" + +#: inc/theme_plus.php:75 +msgid "Posted on " +msgstr "" + +#: inc/theme_plus.php:131 +msgid "Please upgrade wordpress to version 4.4+" +msgstr "" + +#: inc/theme_plus.php:233 +msgid "dashboard" +msgstr "" + +#: inc/theme_plus.php:235 +msgid "home" +msgstr "" + +#: inc/theme_plus.php:242 +msgid "Login successful, " +msgstr "" + +#: inc/theme_plus.php:242 +msgid "seconds later automatically transfer to" +msgstr "" + +#: inc/theme_plus.php:265 +msgid "Change avatar" +msgstr "" + +#: inc/theme_plus.php:266 +msgid "Hello, " +msgstr "" + +#: inc/theme_plus.php:270 +msgid "Home" +msgstr "" + +#: inc/theme_plus.php:272 +msgid "Manage" +msgstr "" + +#: inc/theme_plus.php:274 +msgid "Logout" +msgstr "" + +#: inc/theme_plus.php:274 +msgid "Sign out? " +msgstr "" + +#: 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 +msgid "View" +msgid_plural "Views" +msgstr[0] "" +msgstr[1] "" + +#: inc/theme_plus.php:311 inc/theme_plus.php:369 inc/theme_plus.php:437 +#, php-format +msgid "Search results for \" %s \"" +msgstr "" + +#: inc/theme_plus.php:417 +msgid "EDIT" +msgstr "" + +#: inc/theme_plus.php:480 +msgid "New post" +msgstr "" + +#: inc/theme_plus.php:482 +msgid "Profile" +msgstr "" + +#: inc/theme_plus.php:483 +msgid "Sign out" +msgstr "" + +#: layouts/duoshuo.php:12 +msgid "View comments" +msgstr "" + +#: options.php:34 options.php:46 options.php:308 +msgid "1" +msgstr "" + +#: options.php:35 options.php:47 options.php:309 +msgid "2" +msgstr "" + +#: options.php:36 options.php:48 options.php:310 +msgid "3" +msgstr "" + +#: options.php:37 options.php:49 options.php:311 +msgid "4" +msgstr "" + +#: options.php:38 options.php:50 options.php:312 +msgid "5" +msgstr "" + +#: options.php:39 options.php:313 +msgid "6" +msgstr "" + +#: options.php:40 options.php:314 +msgid "7" +msgstr "" + +#: options.php:112 +msgid "Basic settings" +msgstr "" + +#: options.php:116 +msgid "Site title" +msgstr "" + +#: options.php:117 +msgid "Mashiro's Blog" +msgstr "" + +#: options.php:124 +msgid "Mashiro" +msgstr "" + +#: options.php:130 +msgid "Theme style" +msgstr "" + +#: options.php:133 +msgid "Custom theme color" +msgstr "" + +#: options.php:138 +msgid "Theme scheme tool transparency" +msgstr "" + +#: options.php:139 +msgid "" +"Adjust the theme scheme menu transparency, the smaller the value, the more transparent. The " +"default value is 0.8" +msgstr "" + +#: options.php:144 +msgid "Transparent" +msgstr "" + +#: options.php:145 +msgid "Transparency 0.1" +msgstr "" + +#: options.php:146 +msgid "Transparency 0.2" +msgstr "" + +#: options.php:147 +msgid "Transparency 0.3" +msgstr "" + +#: options.php:148 +msgid "Transparency 0.4" +msgstr "" + +#: options.php:149 +msgid "Transparency 0.5" +msgstr "" + +#: options.php:150 +msgid "Transparency 0.6" +msgstr "" + +#: options.php:151 +msgid "Transparency 0.7" +msgstr "" + +#: options.php:152 +msgid "Transparency 0.8" +msgstr "" + +#: options.php:153 +msgid "Transparency 0.9" +msgstr "" + +#: options.php:154 +msgid "Opaque" +msgstr "" + +#: options.php:158 +msgid "Change web background" +msgstr "" + +#: options.php:159 +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:165 +msgid "Personal avatar" +msgstr "" + +#: options.php:166 +msgid "The best size is 130px*130px." +msgstr "" + +#: options.php:171 +msgid "Text LOGO" +msgstr "" + +#: options.php:172 +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:178 +msgid "logo" +msgstr "" + +#: options.php:179 +msgid "The best height size is 40px。" +msgstr "" + +#: options.php:184 +msgid "Favicon" +msgstr "" + +#: options.php:185 +msgid "It is the small logo on the browser tab, fill in the url" +msgstr "" + +#: options.php:191 +msgid "Custom keywords and descriptions " +msgstr "" + +#: options.php:192 +msgid "Customize keywords and descriptions after opening" +msgstr "" + +#: options.php:198 +msgid "Site keywords" +msgstr "" + +#: options.php:199 +msgid "Each keyword is divided by a comma \",\" and the number is within 5." +msgstr "" + +#: options.php:205 +msgid "Site descriptions" +msgstr "" + +#: options.php:206 +msgid "Describe the site in concise text, with a maximum of 120 words." +msgstr "" + +#: options.php:212 +msgid "Expand the nav menu" +msgstr "" + +#: options.php:213 +msgid "Check to enable, default shrink" +msgstr "" + +#: options.php:219 +msgid "Head decoration" +msgstr "" + +#: options.php:220 +msgid "" +"Enable by default, check off, display on the article page, separate page and category page" +msgstr "" + +#: options.php:226 +msgid "Search button" +msgstr "" + +#: options.php:231 options.php:279 options.php:572 options.php:582 options.php:592 +#: options.php:602 +msgid "Open" +msgstr "" + +#: options.php:232 options.php:280 options.php:573 options.php:583 options.php:593 +#: options.php:603 +msgid "Close" +msgstr "" + +#: options.php:236 +msgid "Home article style" +msgstr "" + +#: options.php:241 +msgid "Standard" +msgstr "" + +#: options.php:242 +msgid "Graphic" +msgstr "" + +#: options.php:246 +msgid "Home article feature images (only valid for standard mode)" +msgstr "" + +#: options.php:251 +msgid "Round" +msgstr "" + +#: options.php:252 +msgid "Square" +msgstr "" + +#: options.php:256 +msgid "" +"Home article feature images alignment (only for graphic mode, default left and right alternate)" +msgstr "" + +#: options.php:261 +msgid "Left" +msgstr "" + +#: options.php:262 +msgid "Right" +msgstr "" + +#: options.php:263 +msgid "Alternate" +msgstr "" + +#: options.php:267 +msgid "Default article feature image" +msgstr "" + +#: options.php:268 +msgid "" +"The default image displayed without the article feature image set, use random cover if left " +"blank (the image to be displayed is placed in the /wp-content/themes/Sakura/feature/gallery/ " +"directory)" +msgstr "" + +#: options.php:274 +msgid "Comment shrink" +msgstr "" + +#: options.php:284 +msgid "Display author information at the end of the article?" +msgstr "" + +#: options.php:285 +msgid "Check to enable" +msgstr "" + +#: options.php:291 +msgid "Paging mode" +msgstr "" + +#: options.php:296 +msgid "Ajax load" +msgstr "" + +#: options.php:297 +msgid "Previous and next page" +msgstr "" + +#: options.php:301 +msgid "Automatically load the next page" +msgstr "" + +#: options.php:302 +msgid "" +"(seconds) Set to automatically load the next page time, the default is not automatically loaded" +msgstr "" + +#: options.php:307 +msgid "0" +msgstr "" + +#: options.php:315 +msgid "8" +msgstr "" + +#: options.php:316 +msgid "9" +msgstr "" + +#: options.php:317 +msgid "10" +msgstr "" + +#: options.php:318 +msgid "Do not load automatically" +msgstr "" + +#: options.php:322 +msgid "Blogger description" +msgstr "" + +#: options.php:323 +msgid "A self-described statement" +msgstr "" + +#: options.php:329 +msgid "Footer info" +msgstr "" + +#: options.php:330 +msgid "Footer description, support for HTML code" +msgstr "" + +#: options.php:336 +msgid "Google analytics" +msgstr "" + +#: options.php:337 +msgid "UA-xxxxx-x" +msgstr "" + +#: options.php:343 +msgid "CNZZ Statistics (not recommand)" +msgstr "" + +#: options.php:344 +msgid "Statistics code, which will be invisible in web page." +msgstr "" + +#: options.php:350 +msgid "Customize CSS styles" +msgstr "" + +#: options.php:351 +msgid "Fill in the CSS code directly, no need to write style tags" +msgstr "" + +#: options.php:359 +msgid "First screen" +msgstr "" + +#: options.php:363 +msgid "Main switch" +msgstr "" + +#: options.php:364 options.php:388 +msgid "Default on, check off" +msgstr "" + +#: options.php:370 +msgid "Social information" +msgstr "" + +#: options.php:371 +msgid "Enable by default, check off, display avatar, signature, SNS" +msgstr "" + +#: options.php:377 +msgid "Social information style" +msgstr "" + +#: options.php:382 +msgid "Merge with signature" +msgstr "" + +#: options.php:383 +msgid "Independent line" +msgstr "" + +#: options.php:387 +msgid "full-screen display" +msgstr "" + +#: options.php:394 +msgid "Enable video" +msgstr "" + +#: options.php:395 +msgid "Check on" +msgstr "" + +#: options.php:401 +msgid "Live" +msgstr "" + +#: options.php:402 +msgid "Check to enable, the video will continue to play automatically, you need to enable Pjax" +msgstr "" + +#: options.php:408 +msgid "Video address" +msgstr "" + +#: options.php:409 +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:415 +msgid "Video name" +msgstr "" + +#: options.php:416 +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:422 +msgid "Cover image" +msgstr "" + +#: options.php:423 +msgid "" +"Leave this blank to use the built-in API (put the images that need to be randomly displayed " +"into the /cover/gallery/ directory)" +msgstr "" + +#: options.php:429 +msgid "Background image filter" +msgstr "" + +#: options.php:434 +msgid "Nothing" +msgstr "" + +#: options.php:435 +msgid "Undertint" +msgstr "" + +#: options.php:436 +msgid "Dim" +msgstr "" + +#: options.php:437 +msgid "Grid" +msgstr "" + +#: options.php:438 +msgid "Dot" +msgstr "" + +#: options.php:442 +msgid "Whether to turn on the top-feature" +msgstr "" + +#: options.php:443 options.php:1031 +msgid "Default on" +msgstr "" + +#: options.php:449 +msgid "Top-feature style" +msgstr "" + +#: options.php:454 +msgid "Alternate left and right" +msgstr "" + +#: options.php:455 +msgid "From bottom to top" +msgstr "" + +#: options.php:459 +msgid "Top-feature title" +msgstr "" + +#: options.php:460 +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:467 +msgid "Top-feature 1 image" +msgstr "" + +#: options.php:468 options.php:496 options.php:524 +msgid "size 257px*160px" +msgstr "" + +#: options.php:474 options.php:475 +msgid "Top-feature 1 title" +msgstr "" + +#: options.php:481 options.php:482 +msgid "Top-feature 1 description" +msgstr "" + +#: options.php:488 options.php:489 +msgid "Top-feature 1 link" +msgstr "" + +#: options.php:495 +msgid "Top-feature 2 image" +msgstr "" + +#: options.php:502 options.php:503 +msgid "Top-feature 2 title" +msgstr "" + +#: options.php:509 options.php:510 +msgid "Top-feature 2 description" +msgstr "" + +#: options.php:516 options.php:517 +msgid "Top-feature 2 link" +msgstr "" + +#: options.php:523 +msgid "Top-feature 3 image" +msgstr "" + +#: options.php:530 options.php:531 +msgid "Top-feature 3 title" +msgstr "" + +#: options.php:537 options.php:538 +msgid "Top-feature 3 description" +msgstr "" + +#: options.php:544 options.php:545 +msgid "Top-feature 3 link" +msgstr "" + +#: options.php:553 +msgid "Post page" +msgstr "" + +#: options.php:557 +msgid "Post style" +msgstr "" + +#. Theme Name of the plugin/theme +#: options.php:562 +msgid "Sakura" +msgstr "" + +#: options.php:563 options.php:659 +msgid "GitHub" +msgstr "" + +#: options.php:567 +msgid "Post like" +msgstr "" + +#: options.php:577 +msgid "Post share" +msgstr "" + +#: options.php:587 +msgid "Previous and Next" +msgstr "" + +#: options.php:597 +msgid "Author profile" +msgstr "" + +#: options.php:607 +msgid "Alipay reward" +msgstr "" + +#: options.php:608 +msgid "Alipay qrcode" +msgstr "" + +#: options.php:613 +msgid "Wechat reward" +msgstr "" + +#: options.php:614 +msgid "Wechat qrcode " +msgstr "" + +#: options.php:621 +msgid "Social network" +msgstr "" + +#: options.php:625 +msgid "Wechat" +msgstr "" + +#: options.php:626 +msgid "Wechat qrcode" +msgstr "" + +#: options.php:631 +msgid "Sina Weibo" +msgstr "" + +#: options.php:632 +msgid "Sina Weibo address" +msgstr "" + +#: options.php:638 +msgid "Tencent QQ" +msgstr "" + +#: options.php:639 +msgid "tencent://message/?uin={{QQ number}}. for example, tencent://message/?uin=123456" +msgstr "" + +#: options.php:645 +msgid "Telegram" +msgstr "" + +#: options.php:646 +msgid "Telegram link" +msgstr "" + +#: options.php:652 +msgid "Qzone" +msgstr "" + +#: options.php:653 +msgid "Qzone address" +msgstr "" + +#: options.php:660 +msgid "GitHub address" +msgstr "" + +#: options.php:666 +msgid "Lofter" +msgstr "" + +#: options.php:667 +msgid "Lofter address" +msgstr "" + +#: options.php:673 +msgid "BiliBili" +msgstr "" + +#: options.php:674 +msgid "BiliBili address" +msgstr "" + +#: options.php:680 +msgid "Youku video" +msgstr "" + +#: options.php:681 +msgid "Youku video address" +msgstr "" + +#: options.php:687 +msgid "Netease Cloud Music" +msgstr "" + +#: options.php:688 +msgid "Netease Cloud Music address" +msgstr "" + +#: options.php:694 +msgid "Twitter" +msgstr "" + +#: options.php:695 +msgid "Twitter address" +msgstr "" + +#: options.php:701 +msgid "Facebook" +msgstr "" + +#: options.php:702 +msgid "Facebook address" +msgstr "" + +#: options.php:708 +msgid "Google+" +msgstr "" + +#: options.php:709 +msgid "G+ address" +msgstr "" + +#: options.php:715 +msgid "Jianshu" +msgstr "" + +#: options.php:716 +msgid "Jianshu address" +msgstr "" + +#: options.php:722 +msgid "CSDN" +msgstr "" + +#: options.php:723 +msgid "CSND community address" +msgstr "" + +#: options.php:729 +msgid "Zhihu" +msgstr "" + +#: options.php:730 +msgid "Zhihu address" +msgstr "" + +#: options.php:736 +msgid "Email-name" +msgstr "" + +#: options.php:737 +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:743 +msgid "Email-domain" +msgstr "" + +#: options.php:744 +msgid "The domain.com part of name@domain.com" +msgstr "" + +#: options.php:751 +msgid "Background configuration" +msgstr "" + +#: options.php:756 +msgid "Background panel custom color scheme" +msgstr "" + +#: options.php:757 +msgid "" +"You can design the background 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:763 +msgid "Panel main color A" +msgstr "" + +#: options.php:766 options.php:774 options.php:782 options.php:790 +msgid "" +"(array) (optional) An array of CSS color definitions which are used to give the user a " +"feel for the theme." +msgstr "" + +#: options.php:771 +msgid "Panel main color B" +msgstr "" + +#: options.php:779 +msgid "Panel main color C" +msgstr "" + +#: options.php:787 +msgid "Panel main color D" +msgstr "" + +#: options.php:795 +msgid "Panel icon color——base" +msgstr "" + +#: options.php:798 options.php:806 options.php:814 +msgid "(array) (optional) An array of CSS color definitions used to color any SVG icons." +msgstr "" + +#: options.php:803 +msgid "Panel icon color——focus" +msgstr "" + +#: options.php:811 +msgid "Panel icon color——current" +msgstr "" + +#: options.php:819 +msgid "Other custom panel styles(CSS)" +msgstr "" + +#: options.php:820 +msgid "If you need to adjust other styles of the panel, put the style here." +msgstr "" + +#: options.php:826 +msgid "Login interface background image" +msgstr "" + +#: options.php:827 +msgid "Use the default image if left this blank" +msgstr "" + +#: options.php:832 +msgid "Login interface logo" +msgstr "" + +#: options.php:833 +msgid "Used for login interface display" +msgstr "" + +#: options.php:839 +msgid "Login/registration related settings" +msgstr "" + +#: options.php:846 +msgid "Specify login address" +msgstr "" + +#: options.php:847 +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:853 +msgid "Specify registered address" +msgstr "" + +#: options.php:854 +msgid "This link is used on the login page as a registration entry" +msgstr "" + +#: options.php:860 +msgid "Allow users to register" +msgstr "" + +#: options.php:861 +msgid "Check to allow users to register at the frontend" +msgstr "" + +#: options.php:867 +msgid "Automatically redirect after login" +msgstr "" + +#: options.php:868 +msgid "" +"After checken, the administrator redirects to the background and the user redirects to the " +"home page." +msgstr "" + +#: options.php:874 +msgid "Registration verification (frontend only, backend forced open)" +msgstr "" + +#: options.php:875 +msgid "Check to enable slide verification" +msgstr "" + +#: options.php:882 +msgid "CDN" +msgstr "" + +#: options.php:886 +msgid "Images CDN" +msgstr "" + +#: options.php:887 +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:893 +msgid "Use the front-end library locally (lib.js、lib.css)" +msgstr "" + +#: options.php:894 +msgid "The front-end library don't load from jsDelivr, not recommand" +msgstr "" + +#: options.php:900 +msgid "Use js and css file of the theme (sakura-app.js、style.css) locally" +msgstr "" + +#: options.php:901 +msgid "The js and css files of the theme do not load from jsDelivr, please open when DIY" +msgstr "" + +#: options.php:908 +msgid "Others" +msgstr "" + +#: options.php:912 +msgid "About" +msgstr "" + +#: options.php:913 +msgid "Theme Sakura v" +msgstr "" + +#: options.php:919 +msgid "Check for Updates" +msgstr "" + +#: options.php:931 +msgid "Footer float music player" +msgstr "" + +#: options.php:932 +msgid "" +"If you don't need the player just leave it blank.Fill in the \"song list\" ID of Netease Cloud " +"Music, eg: https://music.163.com/#/playlist?id=2288037900 The ID is 2288037900" +msgstr "" + +#: options.php:938 +msgid "Version Control" +msgstr "" + +#: options.php:939 +msgid "Used to update frontend cookies and browser caches, any string can be used" +msgstr "" + +#: options.php:945 +msgid "Enable PJAX (recommand on)" +msgstr "" + +#: options.php:946 +msgid "The principle is the same as Ajax" +msgstr "" + +#: options.php:952 +msgid "Enable NProgress progress bar" +msgstr "" + +#: options.php:960 options.php:953 +msgid "Default off, check on" +msgstr "" + +#: options.php:959 +msgid "Enable Announcement" +msgstr "" + +#: options.php:966 +msgid "Announcement content" +msgstr "" + +#: options.php:967 +msgid "" +"Announcement content, the text exceeds 142 bytes will be scrolled display (mobile device is " +"invalid)" +msgstr "" + +#: options.php:973 +msgid "The categories of articles that don\\t not show on homepage" +msgstr "" + +#: options.php:974 options.php:981 +msgid "Fill in category ID, multiple IDs are divided by a comma \",\"" +msgstr "" + +#: options.php:980 +msgid "Images category" +msgstr "" + +#: options.php:987 +msgid "Statistics Interface" +msgstr "" + +#: options.php:992 +msgid "WP-Statistics plugin (Professional statistics, can exclude invalid access)" +msgstr "" + +#: options.php:993 +msgid "Theme built-in (simple statistics, calculate each page access request)" +msgstr "" + +#: options.php:997 +msgid "Statistical data display format" +msgstr "" + +#: options.php:1002 +msgid "23333 Views (default)" +msgstr "" + +#: options.php:1003 +msgid "23,333 Views (britain)" +msgstr "" + +#: options.php:1004 +msgid "23 333 Views (french)" +msgstr "" + +#: options.php:1005 +msgid "23k Views (chinese)" +msgstr "" + +#: options.php:1009 +msgid "Enable live search" +msgstr "" + +#: options.php:1010 +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 functions.php" +msgstr "" + +#: options.php:1016 +msgid "Include comments in live search" +msgstr "" + +#: options.php:1017 +msgid "" +"Search for comments in real-time search (not recommended if there are too many comments on the " +"site)" +msgstr "" + +#: options.php:1023 +msgid "Enable baguetteBox" +msgstr "" + +#: options.php:1024 +msgid "" +"Default off,please read wiki" +msgstr "" + +#: options.php:1030 +msgid "Enable lazyload in posts" +msgstr "" + +#: options.php:1037 +msgid "lazyload spinner" +msgstr "" + +#: options.php:1038 +msgid "The placeholder to display when the image loads, fill in the image url" +msgstr "" + +#: options.php:1044 +msgid "Whether to enable the clipboard copyright" +msgstr "" + +#: options.php:1045 +msgid "" +"Automatically add a copyright to the clipboard when copying more than 30 bytes, which is " +"enabled by default." +msgstr "" + +#: options.php:1051 +msgid "Email address prefix" +msgstr "" + +#: options.php:1052 +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:1058 +msgid "Comments reply notification" +msgstr "" + +#: options.php:1059 +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:1065 +msgid "Administrator comment notification" +msgstr "" + +#: options.php:1066 +msgid "Whether to use email notification when the administrator's comments receive a reply" +msgstr "" + +#: options.php:1072 +msgid "Enable private comment" +msgstr "" + +#: options.php:1073 +msgid "Allow users to set their own comments to be invisible to others" +msgstr "" + +#: options.php:1079 +msgid "Human verification" +msgstr "" + +#: options.php:1080 +msgid "Enable human verification" +msgstr "" + +#: options.php:1086 +msgid "Comment UA infomation" +msgstr "" + +#: options.php:1087 +msgid "Check to enable, display the user's browser, operating system information" +msgstr "" + +#: options.php:1093 +msgid "Enable disqus" +msgstr "" + +#: options.php:1094 +msgid "Enable disqus for comment" +msgstr "" + +#: options.php:1100 +msgid "Time Zone adjustment" +msgstr "" + +#: options.php:1101 +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 "" + +#: search.php:19 +#, php-format +msgid "search result: %s" +msgstr "" + +#: tpl/content-category.php:30 +msgid "NOTHING" +msgstr "" + +#: tpl/content-image.php:35 tpl/content-status.php:31 tpl/content.php:34 tpl/content-thumb.php:53 +msgid "Comment" +msgstr "" + +#: tpl/content-image.php:35 tpl/content-status.php:31 tpl/content.php:34 tpl/content-thumb.php:53 +msgid "Comments" +msgstr "" + +#: tpl/content-image.php:38 tpl/content-status.php:34 tpl/content.php:37 tpl/content-thumb.php:52 +msgid "Hit" +msgid_plural "Hits" +msgstr[0] "" +msgstr[1] "" + +#: tpl/content-none.php:14 +msgid "There is noyhing here!" +msgstr "" + +#: tpl/content-none.php:21 +#, php-format +msgid "Ready to post your first article? Click here to start." +msgstr "" + +#: tpl/content-none.php:25 +msgid "Didn't find what you want, look at the other ones." +msgstr "" + +#: tpl/content-none.php:43 +msgid "We didn't seem to find what you want. Maybe you can search for it." +msgstr "" + +#: tpl/content-page.php:24 tpl/content-single.php:25 tpl/single-image.php:28 +msgid "Pages:" +msgstr "" + +#: tpl/content-single.php:34 +msgid "Attribution-NonCommercial-ShareAlike 4.0 International" +msgstr "" + +#: user/page-login.php:18 +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 +msgid "Error" +msgstr "" + +#: user/page-register.php:14 +msgid "Please enter username." +msgstr "" + +#: user/page-register.php:16 +msgid "Invalid characters, please enter a valid username." +msgstr "" + +#: user/page-register.php:19 +msgid "This username has been registered." +msgstr "" + +#: user/page-register.php:24 +msgid "Please enter email address." +msgstr "" + +#: user/page-register.php:26 +msgid "Invalid email address" +msgstr "" + +#: user/page-register.php:29 +msgid "This email address has been registered." +msgstr "" + +#: user/page-register.php:34 +msgid "Password length is at least 6 digits" +msgstr "" + +#: user/page-register.php:36 +msgid "Inconsistent password entered twice" +msgstr "" + +#: user/page-register.php:41 +msgid "Please drag the slider to verify identity" +msgstr "" + +#: user/page-register.php:47 +msgid "Unable to complete registration request...Please contact" +msgstr "" + +#: user/page-register.php:47 +msgid "administrator" +msgstr "" + +#: user/page-register.php:76 +msgid "Drag the slider to verify" +msgstr "" + +#: user/page-register.php:83 +msgid "Sign up" +msgstr "" + +#: user/page-register.php:92 +msgid "Registration is not open yet" +msgstr "" + +#. Theme URI of the plugin/theme +msgid "https://2heng.xin/theme-sakura/" +msgstr "" + +#. Description of the plugin/theme +msgid "A branch of theme Akina" +msgstr "" + +#. Author of the plugin/theme +msgid "Mashiro, Louie, Fuzzz" +msgstr "" + +#. Author URI of the plugin/theme +msgid "http://2heng.xin" +msgstr "" + +#. Template Name of the plugin/theme +msgid "archive" +msgstr "" + +#. Template Name of the plugin/theme +msgid "links" +msgstr "" diff --git a/languages/zh_CN.mo b/languages/zh_CN.mo index 4681c37..d285bb6 100644 Binary files a/languages/zh_CN.mo and b/languages/zh_CN.mo differ diff --git a/languages/zh_CN.po b/languages/zh_CN.po index 09956b8..2db8fe3 100644 --- a/languages/zh_CN.po +++ b/languages/zh_CN.po @@ -1,32 +1,44 @@ msgid "" msgstr "" "Project-Id-Version: Sakura\n" -"POT-Creation-Date: 2019-10-30 19:26+0800\n" -"PO-Revision-Date: 2019-10-30 19:29+0800\n" +"POT-Creation-Date: 2019-11-01 15:07+0800\n" +"PO-Revision-Date: 2019-11-01 22:45+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.2\n" +"X-Generator: Poedit 2.2.4\n" "X-Poedit-Basepath: ..\n" "Plural-Forms: nplurals=1; plural=0;\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 header.php:35 +#: 404.php:17 #, php-format -msgid "第 %s 页" +msgid "page %s" msgstr "第 %s 页" -#: 404.php:54 search.php:42 +#: 404.php:46 +msgid "return to previous page" +msgstr "返回上一页" + +#: 404.php:47 +msgid "return to home page" +msgstr "返回首页" + +#: 404.php:50 +msgid "Don't worry, search in site?" +msgstr "别着急,试试站内检索?" + +#: 404.php:53 footer.php:62 search.php:42 msgid "Search..." msgstr "搜索..." @@ -34,160 +46,251 @@ msgstr "搜索..." msgid "Previous" msgstr "上一页" -#: comments.php:21 layouts/duoshuo.php:12 -msgid "查看评论" +#: comments.php:21 +msgid "view comments" msgstr "查看评论" +#: comments.php:22 comments.php:27 +msgid " comment" +msgstr " 条评论" + +#: comments.php:22 comments.php:27 +#, php-format +msgid " comments" +msgstr " 条评论" + #: comments.php:43 -msgid "暂无评论" +msgid "no comment" msgstr "暂无评论" -#: comments.php:59 +#: comments.php:53 +msgid "I'm not a robot" +msgstr "滴,学生卡" + +#: comments.php:54 +msgid "Comment in private" +msgstr "悄悄话" + +#: comments.php:55 +msgid "Comment reply notify" +msgstr "邮件通知" + +#: comments.php:60 msgid "Leave a Reply to" msgstr "回复给" -#: comments.php:60 +#: comments.php:61 msgid "Cancel Reply" msgstr "取消回复" -#: comments.php:61 +#: comments.php:62 msgid "BiuBiuBiu~" msgstr "BiuBiuBiu~" -#: comments.php:62 -msgid "你是我一生只会遇见一次的惊喜" +#: comments.php:63 +msgid "You are a surprise that I will only meet once in my life" msgstr "你是我一生只会遇见一次的惊喜" -#: comments.php:92 -msgid "昵称或QQ号" +#: comments.php:67 +msgid "Click me OωO" +msgstr "戳我试试 OωO" + +#: comments.php:68 +msgid "Woooooow ヾ(≧∇≦*)ゝ" +msgstr "嘿嘿嘿 ヾ(≧∇≦*)ゝ" + +#: comments.php:93 +msgid "Auto pull nickname and avatar with a QQ num. entered" +msgstr "输入QQ号将自动拉取昵称和头像" + +#: comments.php:93 +msgid "Nickname or QQ number" msgstr "昵称或QQ号" -#: comments.php:92 -msgid "必须 Name* " -msgstr "" +#: comments.php:93 +msgid "Name* " +msgstr "昵称 " -#: comments.php:94 -msgid "邮箱" -msgstr "" +#: comments.php:95 +msgid "You\\' receive notification by email" +msgstr "你将收到回复通知" -#: comments.php:94 -msgid "必须 Email* " -msgstr "" +#: comments.php:95 +msgid "email" +msgstr "邮箱" -#: comments.php:96 -msgid "网站 (选填 Site)" -msgstr "" +#: comments.php:95 +msgid "Must* " +msgstr "必须* " -#: comments.php:98 functions.php:1591 -msgid "QQ" -msgstr "" +#: comments.php:97 +msgid "Advertisement is forbidden 😀" +msgstr "禁止小广告😀" -#: footer.php:62 -msgid "搜索..." -msgstr "" +#: comments.php:97 +msgid "Site" +msgstr "网站" #: footer.php:75 footer.php:83 -msgid "想要找点什么呢?" -msgstr "" +msgid "Want to find something?" +msgstr "想要找点什么呢?" #: footer.php:85 msgid "Search" msgstr "" #: functions.php:53 -msgid "导航菜单" -msgstr "" +msgid "Nav Menus" +msgstr "导航菜单" + +#: functions.php:387 inc/theme_plus.php:187 layouts/authorprofile.php:11 options.php:123 +msgid "Author" +msgstr "作者" + +#: functions.php:387 +msgid "Blogger" +msgstr "博主" + +#: functions.php:391 +msgid "Location" +msgstr "来自" + +#: functions.php:395 +msgid "Private" +msgstr "私密" + +#: functions.php:397 +msgid "Yes" +msgstr "是" + +#: functions.php:399 +msgid "No" +msgstr "否" #: functions.php:402 -msgid " 编辑" +msgid "Edit" +msgstr "编辑" + +#: functions.php:483 +msgid "" +"Please install pulgin WP-Statistics" msgstr "" -#: functions.php:1295 functions.php:1298 +#: functions.php:536 +msgid "This guy is so lazy ╮(╯▽╰)╭" +msgstr "这家伙好懒╮(╯▽╰)╭" + +#: functions.php:1257 +msgid "All expand/collapse" +msgstr "全部展开/收缩" + +#: functions.php:1272 +msgid " post(s)" +msgstr " 篇文章" + +#: functions.php:1294 functions.php:1297 inc/theme_plus.php:479 msgid "Dashboard" -msgstr "" +msgstr "管理中心" -#: functions.php:1511 +#: functions.php:1510 msgid "ERROR: This email domain (@" msgstr "" -#: inc/categories-images.php:45 inc/categories-images.php:66 -msgid "分类/标签图像" +#: functions.php:1590 +msgid "QQ" msgstr "" -#: inc/categories-images.php:48 inc/categories-images.php:68 -#: inc/categories-images.php:197 -msgid "添加图像" -msgstr "" +#: functions.php:1667 inc/theme_plus.php:726 +msgid "The comment is private" +msgstr "该评论为私密评论" + +#: header.php:35 +#, php-format +msgid "page %s " +msgstr "第 %s 页 " + +#: inc/categories-images.php:45 inc/categories-images.php:66 +msgid "category/tag image" +msgstr "分类/标签图像" + +#: inc/categories-images.php:48 inc/categories-images.php:68 inc/categories-images.php:197 +msgid "add image" +msgstr "添加图像" #: inc/categories-images.php:69 inc/categories-images.php:198 -msgid "删除图像" -msgstr "" +msgid "remove image" +msgstr "删除图像" #: inc/categories-images.php:211 -msgid "图像" -msgstr "" +msgid "image" +msgstr "图像" #: inc/categories-images.php:223 -msgid "暂无" -msgstr "" +msgid "no image" +msgstr "暂无" -#: inc/options-framework.php:243 +#: inc/options-framework.php:28 +msgid "Sakura Options" +msgstr "Sakura主题设置" + +#: inc/options-framework.php:230 msgid "Clear" -msgstr "" +msgstr "清除" -#: inc/options-framework.php:244 +#: inc/options-framework.php:231 msgid "Default" -msgstr "" +msgstr "默认" -#: inc/options-framework.php:245 +#: inc/options-framework.php:232 msgid "Select Color" -msgstr "" +msgstr "选择颜色" -#: inc/options-framework.php:291 -msgid "保存设置" -msgstr "" +#: inc/options-framework.php:278 +msgid "Save" +msgstr "保存" -#: inc/options-framework.php:292 -msgid "恢复默认" -msgstr "" +#: inc/options-framework.php:279 +msgid "Restore default" +msgstr "重置为默认" -#: inc/options-framework.php:292 -msgid "如果单击“确定”会导致之前所有的设置都丢失,确定要这样做吗?" -msgstr "" +#: inc/options-framework.php:279 +msgid "All setting will be lost, sure?" +msgstr "将会重置所有设置,继续吗?" -#: inc/options-framework.php:324 +#: inc/options-framework.php:311 msgid "Default options restored." -msgstr "" +msgstr "主题设置已重置。" -#: inc/options-framework.php:378 +#: inc/options-framework.php:365 msgid "Options saved." -msgstr "" +msgstr "设置已保存。" #: inc/options-media-uploader.php:51 -msgid "未选择文件" -msgstr "" +msgid "Choose file" +msgstr "选择文件" #: inc/options-media-uploader.php:54 inc/options-media-uploader.php:113 -msgid "上传" -msgstr "" +msgid "Upload" +msgstr "上传" #: inc/options-media-uploader.php:56 inc/options-media-uploader.php:114 -msgid "移除" -msgstr "" +msgid "Remove" +msgstr "移除" #: inc/options-media-uploader.php:59 msgid "Upgrade your version of WordPress for full media support." -msgstr "" +msgstr "更新您的WordPress以获取完全的媒体支持。" #: inc/options-media-uploader.php:83 msgid "View File" -msgstr "" +msgstr "查看文件" #: inc/template-tags.php:28 #, php-format msgctxt "post date" msgid "Posted on %s" -msgstr "" +msgstr "发布于 %s" #: inc/template-tags.php:33 #, php-format @@ -203,1207 +306,1395 @@ msgstr "" #: inc/template-tags.php:52 #, php-format msgid "Posted in %1$s" -msgstr "" +msgstr "在 分类%1$s中" #: inc/template-tags.php:58 #, php-format msgid "Tagged %1$s" -msgstr "" +msgstr "在标签 %1$s中" #. translators: %s: post title #: inc/template-tags.php:65 #, php-format msgid "Leave a Comment on %s" -msgstr "" +msgstr " 在 %s中留言" #. translators: %s: Name of current post #: inc/template-tags.php:72 tpl/content-page.php:35 #, php-format msgid "Edit %s" -msgstr "" +msgstr "编辑" #: inc/theme_plus.php:64 -msgid " 天前" -msgstr "" +msgid " days ago" +msgstr " 天前" #: inc/theme_plus.php:65 -msgid " 小时前" -msgstr "" +msgid " hours ago" +msgstr " 小时前" #: inc/theme_plus.php:66 -msgid " 分钟前" -msgstr "" +msgid " minutes ago" +msgstr " 分钟前" #: inc/theme_plus.php:67 -msgid " 秒前" -msgstr "" +msgid " seconds ago" +msgstr " 秒前" -#: inc/theme_plus.php:187 layouts/authorprofile.php:11 -msgid "Author" -msgstr "" +#: inc/theme_plus.php:75 +msgid "Posted on " +msgstr "发布于 " -#: options.php:34 options.php:46 +#: inc/theme_plus.php:131 +msgid "Please upgrade wordpress to version 4.4+" +msgstr "请升级到4.4以上版本" + +#: inc/theme_plus.php:233 +msgid "dashboard" +msgstr "管理后台" + +#: inc/theme_plus.php:235 +msgid "home" +msgstr "主页" + +#: inc/theme_plus.php:242 +msgid "Login successful, " +msgstr "登录成功, " + +#: inc/theme_plus.php:242 +msgid "seconds later automatically transfer to" +msgstr "秒后自动转到" + +#: inc/theme_plus.php:265 +msgid "Change avatar" +msgstr "更换头像" + +#: inc/theme_plus.php:266 +msgid "Hello, " +msgstr "你好, " + +#: inc/theme_plus.php:270 +msgid "Home" +msgstr "首页" + +#: inc/theme_plus.php:272 +msgid "Manage" +msgstr "后台" + +#: inc/theme_plus.php:274 +msgid "Logout" +msgstr "登出" + +#: inc/theme_plus.php:274 +msgid "Sign out? " +msgstr "登出? " + +#: 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 +msgid "View" +msgid_plural "Views" +msgstr[0] "次阅读" + +#: inc/theme_plus.php:311 inc/theme_plus.php:369 inc/theme_plus.php:437 +#, php-format +msgid "Search results for \" %s \"" +msgstr "关于“ %s ”的搜索结果" + +#: inc/theme_plus.php:417 +msgid "EDIT" +msgstr "编辑" + +#: inc/theme_plus.php:480 +msgid "New post" +msgstr "撰写文章" + +#: inc/theme_plus.php:482 +msgid "Profile" +msgstr "个人资料" + +#: inc/theme_plus.php:483 +msgid "Sign out" +msgstr "退出登录" + +#: layouts/duoshuo.php:12 +msgid "View comments" +msgstr "查看评论" + +#: options.php:34 options.php:46 options.php:308 msgid "1" msgstr "" -#: options.php:35 options.php:47 +#: options.php:35 options.php:47 options.php:309 msgid "2" msgstr "" -#: options.php:36 options.php:48 +#: options.php:36 options.php:48 options.php:310 msgid "3" msgstr "" -#: options.php:37 options.php:49 +#: options.php:37 options.php:49 options.php:311 msgid "4" msgstr "" -#: options.php:38 options.php:50 +#: options.php:38 options.php:50 options.php:312 msgid "5" msgstr "" -#: options.php:39 +#: options.php:39 options.php:313 msgid "6" msgstr "" -#: options.php:40 +#: options.php:40 options.php:314 msgid "7" msgstr "" #: options.php:112 -msgid "基本设置" -msgstr "" +msgid "Basic settings" +msgstr "基本设置" #: options.php:116 -msgid "站点名称" -msgstr "" +msgid "Site title" +msgstr "站点名称" #: options.php:117 -msgid "樱花庄的白猫" -msgstr "" - -#: options.php:123 -msgid "作者" -msgstr "" +msgid "Mashiro's Blog" +msgstr "樱花庄的白猫" #: options.php:124 msgid "Mashiro" msgstr "" #: options.php:130 -msgid "主题风格" -msgstr "" +msgid "Theme style" +msgstr "主题风格" #: options.php:133 -msgid "自定义主题颜色" -msgstr "" +msgid "Custom theme color" +msgstr "自定义主题颜色" #: options.php:138 -msgid "切换主题菜单透明度" -msgstr "" +msgid "Theme scheme tool transparency" +msgstr "切换主题菜单透明度" #: options.php:139 -msgid "调整切换主题菜单透明度,值越小越透明,默认透明度0.8" -msgstr "" +msgid "" +"Adjust the theme scheme menu transparency, the smaller the value, the more transparent. The " +"default value is 0.8" +msgstr "调整切换主题菜单透明度,值越小越透明。默认透明度0.8" #: options.php:144 -msgid "全透明" -msgstr "" +msgid "Transparent" +msgstr "全透明" #: options.php:145 -msgid "透明度0.1" -msgstr "" +msgid "Transparency 0.1" +msgstr "透明度0.1" #: options.php:146 -msgid "透明度0.2" -msgstr "" +msgid "Transparency 0.2" +msgstr "明度0.2" #: options.php:147 -msgid "透明度0.3" -msgstr "" +msgid "Transparency 0.3" +msgstr "透明度0.3" #: options.php:148 -msgid "透明度0.4" -msgstr "" +msgid "Transparency 0.4" +msgstr "透明度0.4" #: options.php:149 -msgid "透明度0.5" -msgstr "" +msgid "Transparency 0.5" +msgstr "透明度0.5" #: options.php:150 -msgid "透明度0.6" -msgstr "" +msgid "Transparency 0.6" +msgstr "透明度0.6" #: options.php:151 -msgid "透明度0.7" -msgstr "" +msgid "Transparency 0.7" +msgstr "透明度0.7" #: options.php:152 -msgid "透明度0.8" -msgstr "" +msgid "Transparency 0.8" +msgstr "透明度0.8" #: options.php:153 -msgid "透明度0.9" -msgstr "" +msgid "Transparency 0.9" +msgstr "透明度0.9" #: options.php:154 -msgid "不透明" -msgstr "" +msgid "Opaque" +msgstr "Opaque" #: options.php:158 -msgid "切换网页背景" -msgstr "" +msgid "Change web background" +msgstr "切换网页背景" #: options.php:159 msgid "" -"前台切换网页背景,共8个url,使用空格分隔,顺序对应前台切换主题按钮位置(按" -"钮顺序从左至右,从上至下),如不需要背景则填写对应位置为none。注意:" -"如果主题是从v3.2.3及以下更新过来的,请务必将本配置页的【其他】标签下的【版" -"本控制】参数修改为任意新值!\n" +"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 "" +"前台切换网页背景,共8个url,使用英文逗号分隔,顺序对应前台切换主题按钮位置(按钮顺序从左至右," +"从上至下),如不需要背景则填写对应位置为none。注意:如果主题是从v3.2.3及以下更新过来的," +"请务必将本配置页的【其他】标签下的【版本控制】参数修改为任意新值!" + +#: options.php:165 +msgid "Personal avatar" +msgstr "个人头像" #: options.php:166 -msgid "个人头像" -msgstr "" +msgid "The best size is 130px*130px." +msgstr "最佳尺寸130px*130px。" -#: options.php:167 -msgid "最佳高度尺寸130*130px。" -msgstr "" +#: options.php:171 +msgid "Text LOGO" +msgstr "文字版LOGO" #: options.php:172 -msgid "文字版LOGO" -msgstr "" - -#: options.php:173 msgid "" -"首页不显示上方的头像,而是显示一段文字(此处留空则使用上方的头像)。文字建" -"议不要过长,16个字节左右为宜。" +"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 "" +"首页不显示上方的头像,而是显示一段文字(此处留空则使用上方的头像)。文字建议不要过长,16个字节" +"左右为宜。" -#: options.php:179 +#: options.php:178 msgid "logo" msgstr "" -#: options.php:180 -msgid "最佳高度尺寸40px。" -msgstr "" +#: options.php:179 +msgid "The best height size is 40px。" +msgstr "最佳高度尺寸40px。" -#: options.php:185 +#: options.php:184 msgid "Favicon" msgstr "" -#: options.php:186 -msgid "就是浏览器标签栏上那个小 logo,填写url" -msgstr "" +#: options.php:185 +msgid "It is the small logo on the browser tab, fill in the url" +msgstr "就是浏览器标签栏上那个小 logo,填写url" + +#: options.php:191 +msgid "Custom keywords and descriptions " +msgstr "自定义关键词和描述 " #: options.php:192 -msgid "自定义关键词和描述" -msgstr "" +msgid "Customize keywords and descriptions after opening" +msgstr "开启之后可自定义填写关键词和描述" -#: options.php:193 -msgid "开启之后可自定义填写关键词和描述" -msgstr "" +#: options.php:198 +msgid "Site keywords" +msgstr "网站关键词" #: options.php:199 -msgid "网站关键词" -msgstr "" +msgid "Each keyword is divided by a comma \",\" and the number is within 5." +msgstr "各关键字间用半角逗号\",\"分割,数量在5个以内最佳。" -#: options.php:200 -msgid "各关键字间用半角逗号\",\"分割,数量在5个以内最佳。" -msgstr "" +#: options.php:205 +msgid "Site descriptions" +msgstr "网站描述" #: options.php:206 -msgid "网站描述" -msgstr "" +msgid "Describe the site in concise text, with a maximum of 120 words." +msgstr "用简洁的文字描述本站点,字数建议在120个字以内。" -#: options.php:207 -msgid "用简洁的文字描述本站点,字数建议在120个字以内。" -msgstr "" +#: options.php:212 +msgid "Expand the nav menu" +msgstr "展开导航菜单" #: options.php:213 -msgid "展开导航菜单" -msgstr "" +msgid "Check to enable, default shrink" +msgstr "勾选开启,默认收缩" -#: options.php:214 -msgid "勾选开启,默认收缩" -msgstr "" +#: options.php:219 +msgid "Head decoration" +msgstr "头部装饰图" #: options.php:220 -msgid "头部装饰图" -msgstr "" +msgid "" +"Enable by default, check off, display on the article page, separate page and category page" +msgstr "默认开启,勾选关闭,显示在文章页面,独立页面以及分类页" -#: options.php:221 -msgid "默认开启,勾选关闭,显示在文章页面,独立页面以及分类页" -msgstr "" +#: options.php:226 +msgid "Search button" +msgstr "搜索按钮" -#: options.php:227 -msgid "搜索按钮" -msgstr "" +#: options.php:231 options.php:279 options.php:572 options.php:582 options.php:592 +#: options.php:602 +msgid "Open" +msgstr "启用" -#: options.php:232 options.php:280 options.php:573 options.php:583 -#: options.php:593 options.php:603 -msgid "开启" -msgstr "" +#: options.php:232 options.php:280 options.php:573 options.php:583 options.php:593 +#: options.php:603 +msgid "Close" +msgstr "关闭" -#: options.php:233 options.php:281 options.php:574 options.php:584 -#: options.php:594 options.php:604 -msgid "关闭" -msgstr "" +#: options.php:236 +msgid "Home article style" +msgstr "首页文章风格" -#: options.php:237 -msgid "首页文章风格" -msgstr "" +#: options.php:241 +msgid "Standard" +msgstr "标准" #: options.php:242 -msgid "标准" -msgstr "" +msgid "Graphic" +msgstr "图文" -#: options.php:243 -msgid "图文" -msgstr "" +#: options.php:246 +msgid "Home article feature images (only valid for standard mode)" +msgstr "首页文章特色图(仅对标准风格生效)" -#: options.php:247 -msgid "首页文章特色图(仅对标准风格生效)" -msgstr "" +#: options.php:251 +msgid "Round" +msgstr "圆形" #: options.php:252 -msgid "圆形" -msgstr "" +msgid "Square" +msgstr "方形" -#: options.php:253 -msgid "方形" -msgstr "" +#: options.php:256 +msgid "" +"Home article feature images alignment (only for graphic mode, default left and right alternate)" +msgstr "首页文章特色图对齐方式(仅对图文风格生效,默认左右交替)" -#: options.php:257 -msgid "首页文章特色图对齐方式(仅对图文风格生效,默认左右交替)" -msgstr "" +#: options.php:261 +msgid "Left" +msgstr "向左对齐" #: options.php:262 -msgid "向左对齐" -msgstr "" +msgid "Right" +msgstr "向右对齐" #: options.php:263 -msgid "向右对齐" -msgstr "" +msgid "Alternate" +msgstr "左右交替" -#: options.php:264 options.php:455 -msgid "左右交替" -msgstr "" +#: options.php:267 +msgid "Default article feature image" +msgstr "默认文章特色图" #: options.php:268 -msgid "默认文章特色图" -msgstr "" - -#: options.php:269 msgid "" -"在未设置文章特色图的情况下展示的默认图像,留空则调用本地随机封面(要展示的" -"图片放入 /wp-content/themes/Sakura/feature/gallery/ 目录)" +"The default image displayed without the article feature image set, use random cover if left " +"blank (the image to be displayed is placed in the /wp-content/themes/Sakura/feature/gallery/ " +"directory)" msgstr "" +"在未设置文章特色图的情况下展示的默认图像,留空则调用本地随机封面(要展示的图片放入 /wp-content/" +"themes/Sakura/feature/gallery/ 目录)" -#: options.php:275 -msgid "评论收缩" -msgstr "" +#: options.php:274 +msgid "Comment shrink" +msgstr "评论收缩" + +#: options.php:284 +msgid "Display author information at the end of the article?" +msgstr "文章末尾显示作者信息?" #: options.php:285 -msgid "文章末尾显示作者信息?" -msgstr "" +msgid "Check to enable" +msgstr "勾选启用" -#: options.php:286 -msgid "勾选启用" -msgstr "" +#: options.php:291 +msgid "Paging mode" +msgstr "分页模式" -#: options.php:292 -msgid "分页模式" -msgstr "" +#: options.php:296 +msgid "Ajax load" +msgstr "Ajax 加载" #: options.php:297 -msgid "ajax加载" -msgstr "" +msgid "Previous and next page" +msgstr "上一页和下一页" -#: options.php:298 -msgid "上一页和下一页" -msgstr "" +#: options.php:301 +msgid "Automatically load the next page" +msgstr "自动加载下一页" #: options.php:302 -msgid "自动加载下一页" -msgstr "" +msgid "" +"(seconds) Set to automatically load the next page time, the default is not automatically loaded" +msgstr "(秒)设置自动加载下一页时间,默认不自动加载" -#: options.php:303 -msgid "(秒)设置自动加载下一页时间,默认不自动加载" -msgstr "" - -#: options.php:308 -msgid "0秒" -msgstr "" - -#: options.php:309 -msgid "1秒" -msgstr "" - -#: options.php:310 -msgid "2秒" -msgstr "" - -#: options.php:311 -msgid "3秒" -msgstr "" - -#: options.php:312 -msgid "4秒" -msgstr "" - -#: options.php:313 -msgid "5秒" -msgstr "" - -#: options.php:314 -msgid "6秒" +#: options.php:307 +msgid "0" msgstr "" #: options.php:315 -msgid "7秒" +msgid "8" msgstr "" #: options.php:316 -msgid "8秒" +msgid "9" msgstr "" #: options.php:317 -msgid "9秒" +msgid "10" msgstr "" #: options.php:318 -msgid "10秒" -msgstr "" +msgid "Do not load automatically" +msgstr "不自动加载" -#: options.php:319 -msgid "233秒,即不倒计时自动加载" -msgstr "" +#: options.php:322 +msgid "Blogger description" +msgstr "博主描述" #: options.php:323 -msgid "博主描述" -msgstr "" +msgid "A self-described statement" +msgstr "一段自我描述的话" -#: options.php:324 -msgid "一段自我描述的话" -msgstr "" +#: options.php:329 +msgid "Footer info" +msgstr "页脚信息" #: options.php:330 -msgid "页脚信息" -msgstr "" +msgid "Footer description, support for HTML code" +msgstr "页脚说明文字,支持HTML代码" -#: options.php:331 -msgid "页脚说明文字,支持HTML代码" -msgstr "" +#: options.php:336 +msgid "Google analytics" +msgstr "Google 统计代码" #: options.php:337 -msgid "Google 统计代码" -msgstr "" - -#: options.php:338 msgid "UA-xxxxx-x" msgstr "" -#: options.php:344 -msgid "站长统计(不建议使用)" -msgstr "" +#: options.php:343 +msgid "CNZZ Statistics (not recommand)" +msgstr "站长统计(不建议使用)填写统计代码,将被隐藏" -#: options.php:345 -msgid "填写统计代码,将被隐藏" -msgstr "" +#: options.php:344 +msgid "Statistics code, which will be invisible in web page." +msgstr "填写统计代码,将被隐藏。" + +#: options.php:350 +msgid "Customize CSS styles" +msgstr "自定义CSS样式" #: options.php:351 -msgid "自定义CSS样式" -msgstr "" +msgid "Fill in the CSS code directly, no need to write style tags" +msgstr "直接填写CSS代码,不需要写style标签" -#: options.php:352 -msgid "直接填写CSS代码,不需要写style标签" -msgstr "" +#: options.php:359 +msgid "First screen" +msgstr "第一屏" -#: options.php:360 -msgid "第一屏" -msgstr "" +#: options.php:363 +msgid "Main switch" +msgstr "总开关" -#: options.php:364 -msgid "总开关" -msgstr "" +#: options.php:364 options.php:388 +msgid "Default on, check off" +msgstr "默认开启,勾选关闭" -#: options.php:365 options.php:389 -msgid "默认开启,勾选关闭" -msgstr "" +#: options.php:370 +msgid "Social information" +msgstr "社交信息" #: options.php:371 -msgid "社交信息" -msgstr "" +msgid "Enable by default, check off, display avatar, signature, SNS" +msgstr "默认开启,勾选关闭,显示头像、签名、SNS" -#: options.php:372 -msgid "默认开启,勾选关闭,显示头像、签名、SNS" -msgstr "" +#: options.php:377 +msgid "Social information style" +msgstr "社交信息样式" -#: options.php:378 -msgid "社交信息样式" -msgstr "" +#: options.php:382 +msgid "Merge with signature" +msgstr "与签名合并" #: options.php:383 -msgid "与签名合并" -msgstr "" +msgid "Independent line" +msgstr "独立成行" -#: options.php:384 -msgid "独立成行" -msgstr "" +#: options.php:387 +msgid "full-screen display" +msgstr "全屏显示" -#: options.php:388 -msgid "全屏显示" -msgstr "" +#: options.php:394 +msgid "Enable video" +msgstr "开启视频" #: options.php:395 -msgid "开启视频" -msgstr "" +msgid "Check on" +msgstr "勾选开启" -#: options.php:396 -msgid "勾选开启" -msgstr "" - -#: options.php:402 +#: options.php:401 msgid "Live" msgstr "" -#: options.php:403 -msgid "勾选开启,视频自动续播,需要开启Pjax功能" -msgstr "" +#: options.php:402 +msgid "Check to enable, the video will continue to play automatically, you need to enable Pjax" +msgstr "选开启,视频自动续播,需要开启Pjax功能" + +#: options.php:408 +msgid "Video address" +msgstr "视频地址" #: options.php:409 -msgid "视频地址" -msgstr "" +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:410 -msgid "视频的来源地址,该地址拼接下面的视频名,地址尾部不需要加斜杠" -msgstr "" +#: options.php:415 +msgid "Video name" +msgstr "视频名称" #: options.php:416 -msgid "视频名称" -msgstr "" - -#: options.php:417 msgid "" -"abc.mp4 ,只需要填写视频文件名 abc 即可,多个用英文逗号隔开如 abc,efg ,无" -"需在意顺序,因为加载是随机的抽取的 " +"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 "" +"abc.mp4 ,只需要填写视频文件名 abc 即可,多个用英文逗号隔开如 abc,efg ,无需在意顺序,因为加载" +"是随机的抽取的" + +#: options.php:422 +msgid "Cover image" +msgstr "封面图" #: options.php:423 -msgid "封面图" -msgstr "" - -#: options.php:424 msgid "" -"此处留空则使用内置API(将需要随机展示的图片放入 /cover/gallery/ 目录)" -msgstr "" +"Leave this blank to use the built-in API (put the images that need to be randomly displayed " +"into the /cover/gallery/ directory)" +msgstr "此处留空则使用内置API(将需要随机展示的图片放入 /cover/gallery/ 目录)" -#: options.php:430 -msgid "背景图滤镜" -msgstr "" +#: options.php:429 +msgid "Background image filter" +msgstr "背景图滤镜" + +#: options.php:434 +msgid "Nothing" +msgstr "无" #: options.php:435 -msgid "无" -msgstr "" +msgid "Undertint" +msgstr "浅色" #: options.php:436 -msgid "浅色" -msgstr "" +msgid "Dim" +msgstr "暗淡" #: options.php:437 -msgid "暗淡" -msgstr "" +msgid "Grid" +msgstr "网格" #: options.php:438 -msgid "网格" -msgstr "" +msgid "Dot" +msgstr "点点" -#: options.php:439 -msgid "点点" -msgstr "" +#: options.php:442 +msgid "Whether to turn on the top-feature" +msgstr "是否开启聚焦" -#: options.php:443 -msgid "是否开启聚焦" -msgstr "" +#: options.php:443 options.php:1031 +msgid "Default on" +msgstr "默认开启" -#: options.php:444 -msgid "默认开启" -msgstr "" +#: options.php:449 +msgid "Top-feature style" +msgstr "聚焦样式" -#: options.php:450 -msgid "聚焦样式" -msgstr "" +#: options.php:454 +msgid "Alternate left and right" +msgstr "左右交替" -#: options.php:456 -msgid "从下往上" -msgstr "" +#: options.php:455 +msgid "From bottom to top" +msgstr "从下往上" + +#: options.php:459 +msgid "Top-feature title" +msgstr "聚焦标题" #: options.php:460 -msgid "聚焦标题" -msgstr "" +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:461 -msgid "默认为聚焦,你也可以修改为其他,当然不能当广告用!不允许!!" -msgstr "" +#: options.php:467 +msgid "Top-feature 1 image" +msgstr "聚焦图一" -#: options.php:468 -msgid "聚焦图一" -msgstr "" +#: options.php:468 options.php:496 options.php:524 +msgid "size 257px*160px" +msgstr "尺寸257px*160px" -#: options.php:469 options.php:497 options.php:525 -msgid "尺寸257px*160px" -msgstr "" +#: options.php:474 options.php:475 +msgid "Top-feature 1 title" +msgstr "聚焦图一标题" -#: options.php:475 options.php:476 -msgid "聚焦图一标题" -msgstr "" +#: options.php:481 options.php:482 +msgid "Top-feature 1 description" +msgstr "聚焦图一描述" -#: options.php:482 options.php:483 -msgid "聚焦图一描述" -msgstr "" +#: options.php:488 options.php:489 +msgid "Top-feature 1 link" +msgstr "聚焦图一链接" -#: options.php:489 options.php:490 -msgid "聚焦图一链接" -msgstr "" +#: options.php:495 +msgid "Top-feature 2 image" +msgstr "聚焦图二" -#: options.php:496 -msgid "聚焦图二" -msgstr "" +#: options.php:502 options.php:503 +msgid "Top-feature 2 title" +msgstr "聚焦图二标题" -#: options.php:503 options.php:504 -msgid "聚焦图二标题" -msgstr "" +#: options.php:509 options.php:510 +msgid "Top-feature 2 description" +msgstr "聚焦图二描述" -#: options.php:510 options.php:511 -msgid "聚焦图二描述" -msgstr "" +#: options.php:516 options.php:517 +msgid "Top-feature 2 link" +msgstr "聚焦图二链接" -#: options.php:517 options.php:518 -msgid "聚焦图二链接" -msgstr "" +#: options.php:523 +msgid "Top-feature 3 image" +msgstr "聚焦图二链接" -#: options.php:524 -msgid "聚焦图三" -msgstr "" +#: options.php:530 options.php:531 +msgid "Top-feature 3 title" +msgstr "聚焦图三标题" -#: options.php:531 options.php:532 -msgid "聚焦图三标题" -msgstr "" +#: options.php:537 options.php:538 +msgid "Top-feature 3 description" +msgstr "聚焦图三描述" -#: options.php:538 options.php:539 -msgid "聚焦图三描述" -msgstr "" +#: options.php:544 options.php:545 +msgid "Top-feature 3 link" +msgstr "聚焦图三链接" -#: options.php:545 options.php:546 -msgid "聚焦图三链接" -msgstr "" +#: options.php:553 +msgid "Post page" +msgstr "文章页" -#: options.php:554 -msgid "文章页" -msgstr "" +#: options.php:557 +msgid "Post style" +msgstr "文章样式" -#: options.php:558 -msgid "文章样式" -msgstr "" +#. Theme Name of the plugin/theme +#: options.php:562 +msgid "Sakura" +msgstr "默认样式" -#: options.php:563 -msgid "默认样式" -msgstr "" - -#: options.php:564 -msgid "GitHub 样式" -msgstr "" - -#: options.php:568 -msgid "文章点赞" -msgstr "" - -#: options.php:578 -msgid "文章分享" -msgstr "" - -#: options.php:588 -msgid "上一篇下一篇" -msgstr "" - -#: options.php:598 -msgid "博主信息" -msgstr "" - -#: options.php:608 -msgid "支付宝打赏" -msgstr "" - -#: options.php:609 -msgid "支付宝二维码" -msgstr "" - -#: options.php:614 -msgid "微信打赏" -msgstr "" - -#: options.php:615 options.php:627 -msgid "微信二维码" -msgstr "" - -#: options.php:622 -msgid "社交网络" -msgstr "" - -#: options.php:626 -msgid "微信" -msgstr "" - -#: options.php:632 -msgid "新浪微博" -msgstr "" - -#: options.php:633 -msgid "新浪微博地址" -msgstr "" - -#: options.php:639 -msgid "腾讯QQ" -msgstr "" - -#: options.php:640 -msgid "tencent://message/?uin={{QQ号码}},如tencent://message/?uin=123456" -msgstr "" - -#: options.php:646 -msgid "Telegram" -msgstr "" - -#: options.php:647 -msgid "Telegram链接" -msgstr "" - -#: options.php:653 -msgid "QQ空间" -msgstr "" - -#: options.php:654 -msgid "QQ空间地址" -msgstr "" - -#: options.php:660 +#: options.php:563 options.php:659 msgid "GitHub" msgstr "" -#: options.php:661 -msgid "GitHub地址" +#: options.php:567 +msgid "Post like" +msgstr "文章点赞" + +#: options.php:577 +msgid "Post share" +msgstr "文章分享" + +#: options.php:587 +#, fuzzy +#| msgid "Previous" +msgid "Previous and Next" +msgstr "上一页" + +#: options.php:597 +msgid "Author profile" +msgstr "博主信息" + +#: options.php:607 +msgid "Alipay reward" +msgstr "支付宝打赏" + +#: options.php:608 +msgid "Alipay qrcode" +msgstr "支付宝二维码" + +#: options.php:613 +msgid "Wechat reward" +msgstr "微信打赏" + +#: options.php:614 +msgid "Wechat qrcode " +msgstr "微信二维码 " + +#: options.php:621 +msgid "Social network" +msgstr "社交网络" + +#: options.php:625 +msgid "Wechat" +msgstr "微信" + +#: options.php:626 +msgid "Wechat qrcode" +msgstr "微信二维码" + +#: options.php:631 +msgid "Sina Weibo" +msgstr "新浪微博" + +#: options.php:632 +msgid "Sina Weibo address" +msgstr "新浪微博地址" + +#: options.php:638 +msgid "Tencent QQ" +msgstr "腾讯QQ" + +#: options.php:639 +msgid "tencent://message/?uin={{QQ number}}. for example, tencent://message/?uin=123456" +msgstr "tencent://message/?uin={{QQ号码}},如tencent://message/?uin=123456" + +#: options.php:645 +msgid "Telegram" msgstr "" -#: options.php:667 +#: options.php:646 +msgid "Telegram link" +msgstr "Telegram链接" + +#: options.php:652 +msgid "Qzone" +msgstr "QQ空间" + +#: options.php:653 +msgid "Qzone address" +msgstr "QQ空间地址" + +#: options.php:660 +msgid "GitHub address" +msgstr "GitHub地址" + +#: options.php:666 msgid "Lofter" msgstr "" -#: options.php:668 -msgid "lofter地址" -msgstr "" +#: options.php:667 +msgid "Lofter address" +msgstr "lofter地址" -#: options.php:674 +#: options.php:673 msgid "BiliBili" msgstr "" -#: options.php:675 -msgid "B站地址" -msgstr "" +#: options.php:674 +msgid "BiliBili address" +msgstr "B站地址" + +#: options.php:680 +msgid "Youku video" +msgstr "优酷视频" #: options.php:681 -msgid "优酷视频" -msgstr "" +msgid "Youku video address" +msgstr "优酷地址" -#: options.php:682 -msgid "优酷地址" -msgstr "" +#: options.php:687 +msgid "Netease Cloud Music" +msgstr "网易云音乐" #: options.php:688 -msgid "网易云音乐" -msgstr "" +msgid "Netease Cloud Music address" +msgstr "网易云音乐地址" -#: options.php:689 -msgid "网易云音乐地址" -msgstr "" - -#: options.php:695 +#: options.php:694 msgid "Twitter" msgstr "" -#: options.php:696 -msgid "推特地址" -msgstr "" +#: options.php:695 +msgid "Twitter address" +msgstr "推特地址" -#: options.php:702 +#: options.php:701 msgid "Facebook" msgstr "" -#: options.php:703 -msgid "脸书地址" -msgstr "" +#: options.php:702 +msgid "Facebook address" +msgstr "脸书地址" -#: options.php:709 +#: options.php:708 msgid "Google+" msgstr "" -#: options.php:710 -msgid "G+地址" -msgstr "" +#: options.php:709 +msgid "G+ address" +msgstr "G+地址" + +#: options.php:715 +msgid "Jianshu" +msgstr "简书" #: options.php:716 -msgid "简书" -msgstr "" +msgid "Jianshu address" +msgstr "简书地址" -#: options.php:717 -msgid "简书地址" -msgstr "" - -#: options.php:723 +#: options.php:722 msgid "CSDN" msgstr "" -#: options.php:724 -msgid "CSND社区地址" -msgstr "" +#: options.php:723 +msgid "CSND community address" +msgstr "CSND社区地址" + +#: options.php:729 +msgid "Zhihu" +msgstr "知乎" #: options.php:730 -msgid "知乎" -msgstr "" +msgid "Zhihu address" +msgstr "知乎地址" -#: options.php:731 -msgid "知乎地址" -msgstr "" +#: options.php:736 +msgid "Email-name" +msgstr "邮箱-用户名" #: options.php:737 -msgid "邮箱-用户名" -msgstr "" - -#: options.php:738 msgid "" -"name@domain.com 的 name 部分,前端仅具有js运行环境时才能获取完整地址,可放" -"心填写" -msgstr "" +"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 "name@domain.com 的 name 部分,前端仅具有 js 运行环境时才能获取完整地址,可放心填写" + +#: options.php:743 +msgid "Email-domain" +msgstr "邮箱-域名" #: options.php:744 -msgid "邮箱-域名" -msgstr "" +msgid "The domain.com part of name@domain.com" +msgstr "name@domain.com 的 domain.com部分" -#: options.php:745 -msgid "name@domain.com 的 domain.com 部分" -msgstr "" +#: options.php:751 +msgid "Background configuration" +msgstr "后台配置" -#: options.php:752 -msgid "后台配置" -msgstr "" +#: options.php:756 +msgid "Background panel custom color scheme" +msgstr "后台面板自定义配色方案" #: options.php:757 -msgid "后台面板自定义配色方案" -msgstr "" - -#: options.php:758 msgid "" -"你可以在下面自行设计后台面板(/wp-admin/)样式,不过在开始之前请到这里将配色方案改为自定义(Custom)。" -"
Tip: 如何搭配颜色?或许这个可以帮到你。" +"You can design the background 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:764 -msgid "面板主色调A" -msgstr "" +#: options.php:763 +msgid "Panel main color A" +msgstr "面板主色调A" -#: options.php:767 options.php:775 options.php:783 options.php:791 +#: options.php:766 options.php:774 options.php:782 options.php:790 msgid "" -"(array) (optional) An array of CSS color definitions which are used " -"to give the user a feel for the theme." +"(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 "面板主色调B" +#: options.php:771 +msgid "Panel main color B" +msgstr "面板主色调B" + +#: options.php:779 +msgid "Panel main color C" +msgstr "面板主色调C" + +#: options.php:787 +msgid "Panel main color D" +msgstr "面板主色调D" + +#: options.php:795 +msgid "Panel icon color——base" +msgstr "面板图标配色——base" + +#: options.php:798 options.php:806 options.php:814 +msgid "(array) (optional) An array of CSS color definitions used to color any SVG icons." msgstr "" -#: options.php:780 -msgid "面板主色调C" -msgstr "" +#: options.php:803 +msgid "Panel icon color——focus" +msgstr "面板图标配色——focus" -#: options.php:788 -msgid "面板主色调D" -msgstr "" +#: options.php:811 +msgid "Panel icon color——current" +msgstr "面板图标配色——current" -#: options.php:796 -msgid "面板图标配色——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 "面板图标配色——focus" -msgstr "" - -#: options.php:812 -msgid "面板图标配色——current" -msgstr "" +#: options.php:819 +msgid "Other custom panel styles(CSS)" +msgstr "其他自定义面板样式(CSS)" #: options.php:820 -msgid "其他自定义面板样式(CSS)" -msgstr "" +msgid "If you need to adjust other styles of the panel, put the style here." +msgstr "如果还需要对面板其他样式进行调整可以把style放到这里。" -#: options.php:821 -msgid "如果还需要对面板其他样式进行调整可以把style放到这里" -msgstr "" +#: options.php:826 +msgid "Login interface background image" +msgstr "后台登陆界面背景图" #: options.php:827 -msgid "后台登陆界面背景图" -msgstr "" +msgid "Use the default image if left this blank" +msgstr "该地址为空则使用默认图片" -#: options.php:828 -msgid "该地址为空则使用默认图片" -msgstr "" +#: options.php:832 +msgid "Login interface logo" +msgstr "后台登陆界面logo" #: options.php:833 -msgid "后台登陆界面logo" -msgstr "" +msgid "Used for login interface display" +msgstr "用于登录界面显示" -#: options.php:834 -msgid "用于登录界面显示" -msgstr "" +#: options.php:839 +msgid "Login/registration related settings" +msgstr "登陆/注册相关设定" -#: options.php:840 -msgid "登陆/注册相关设定" -msgstr "" +#: options.php:846 +msgid "Specify login address" +msgstr "指定登录地址" #: options.php:847 -msgid "指定登录地址" -msgstr "" - -#: options.php:848 msgid "" -"强制不使用后台地址登陆,填写新建的登陆页面地址,比如 http://www.xxx.com/" -"login【注意】填写前先测试下你新建的页面是可以正常打开的,以免造成无法进入后" -"台等情况" +"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:853 +msgid "Specify registered address" +msgstr "指定注册地址" #: options.php:854 -msgid "指定注册地址" -msgstr "" +msgid "This link is used on the login page as a registration entry" +msgstr "该链接使用在登录页面作为注册入口,建议填写" -#: options.php:855 -msgid "该链接使用在登录页面作为注册入口,建议填写" -msgstr "" +#: options.php:860 +msgid "Allow users to register" +msgstr "允许用户注册" #: options.php:861 -msgid "允许用户注册" -msgstr "" +msgid "Check to allow users to register at the frontend" +msgstr "勾选开启,允许用户在前台注册" -#: options.php:862 -msgid "勾选开启,允许用户在前台注册" -msgstr "" +#: options.php:867 +msgid "Automatically redirect after login" +msgstr "登录后自动跳转" #: options.php:868 -msgid "登录后自动跳转" -msgstr "" +msgid "" +"After checken, the administrator redirects to the background and the user redirects to the " +"home page." +msgstr "勾选开启,管理员跳转至后台,用户跳转至主页。" -#: options.php:869 -msgid "勾选开启,管理员跳转至后台,用户跳转至主页" -msgstr "" +#: options.php:874 +msgid "Registration verification (frontend only, backend forced open)" +msgstr "注册验证(仅前端,后端强制开启)" #: options.php:875 -msgid "注册验证(仅前端,后端强制开启)" -msgstr "" +msgid "Check to enable slide verification" +msgstr "勾选开启滑动验证" -#: options.php:876 -msgid "勾选开启滑动验证" -msgstr "" - -#: options.php:883 +#: options.php:882 msgid "CDN" msgstr "" -#: options.php:887 -msgid "图片库 CDN" -msgstr "" +#: options.php:886 +msgid "Images CDN" +msgstr "图片库" -#: options.php:888 +#: options.php:887 msgid "" -"注意:填写格式为 http(s)://你的CDN域名/。
也就是说,原路径为 http://" -"your.domain/wp-content/uploads/2018/05/xx.png 的图片将从 http://你的CDN域" -"名/2018/05/xx.png 加载" +"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:893 +msgid "Use the front-end library locally (lib.js、lib.css)" +msgstr "本地调用前端库(lib.js、lib.css)" #: options.php:894 -msgid "本地调用前端库(lib.js、lib.css)" -msgstr "" +msgid "The front-end library don't load from jsDelivr, not recommand" +msgstr "前端库不走 jsDelivr,不建议启用" -#: options.php:895 -msgid "前端库不走 jsDelivr,不建议启用" -msgstr "" +#: options.php:900 +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:901 -msgid "本地调用主题 js、css 文件(sakura-app.js、style.css)" -msgstr "" +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:902 -msgid "主题的 js、css 文件不走 jsDelivr,DIY 时请开启" -msgstr "" +#: options.php:908 +msgid "Others" +msgstr "其他" -#: options.php:909 -msgid "其他" -msgstr "" +#: options.php:912 +msgid "About" +msgstr "关于" #: options.php:913 -msgid "关于" -msgstr "" - -#: options.php:914 msgid "Theme Sakura v" msgstr "" -#: options.php:932 -msgid "页脚悬浮播放器" -msgstr "" +#: options.php:919 +msgid "Check for Updates" +msgstr "检查更新" -#: options.php:933 +#: options.php:931 +msgid "Footer float music player" +msgstr "页脚悬浮播放器" + +#: options.php:932 msgid "" -"如果不需要播放器留空即可。填写网易云音乐的「歌单」ID,eg:https://" -"music.163.com/#/playlist?id=2288037900的ID是2288037900" +"If you don't need the player just leave it blank.Fill in the \"song list\" ID of Netease Cloud " +"Music, 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:938 +msgid "Version Control" +msgstr "版本控制" #: options.php:939 -msgid "版本控制" -msgstr "" +msgid "Used to update frontend cookies and browser caches, any string can be used" +msgstr "用于更新前端 cookie 及浏览器缓存,可使用任意字符串" -#: options.php:940 -msgid "用于更新前端 cookie 及浏览器缓存,可使用任意字符串" -msgstr "" +#: options.php:945 +msgid "Enable PJAX (recommand on)" +msgstr "开启PJAX局部刷新(建议开启)" #: options.php:946 -msgid "开启PJAX局部刷新(建议开启)" -msgstr "" +msgid "The principle is the same as Ajax" +msgstr "原理与Ajax相同" -#: options.php:947 -msgid "原理与Ajax相同" -msgstr "" +#: options.php:952 +msgid "Enable NProgress progress bar" +msgstr "开启NProgress加载进度条" -#: options.php:953 -msgid "开启NProgress加载进度条" -msgstr "" +#: options.php:960 options.php:953 +msgid "Default off, check on" +msgstr "默认不开启,勾选开启" -#: options.php:954 -msgid "默认不开启,勾选开启" -msgstr "" +#: options.php:959 +msgid "Enable Announcement" +msgstr "开启公告" -#: options.php:960 -msgid "开启公告" -msgstr "" - -#: options.php:961 -msgid "默认不显示,勾选开启" -msgstr "" +#: options.php:966 +msgid "Announcement content" +msgstr "公告内容" #: options.php:967 -msgid "公告内容" -msgstr "" - -#: options.php:968 msgid "" -"公告内容,文字超出142个字节将会被滚动显示(移动端无效),一个汉字 = 3字节," -"一个字母 = 1字节,自己计算吧" +"Announcement content, the text exceeds 142 bytes will be scrolled display (mobile device is " +"invalid)" msgstr "" +"公告内容,文字超出142个字节将会被滚动显示(移动端无效),一个汉字 = 3字节,一个字母 = 1字节,自" +"己计算吧" -#: options.php:974 -msgid "首页不显示的分类文章" -msgstr "" +#: options.php:973 +msgid "The categories of articles that don\\t not show on homepage" +msgstr "首页不显示的分类文章" -#: options.php:975 options.php:982 -msgid "填写分类ID,多个用英文“ , ”分开" -msgstr "" +#: options.php:974 options.php:981 +msgid "Fill in category ID, multiple IDs are divided by a comma \",\"" +msgstr "填写分类ID,多个用英文“ , ”分开" -#: options.php:981 -msgid "图片展示分类" -msgstr "" +#: options.php:980 +msgid "Images category" +msgstr "图片展示分类" -#: options.php:988 -msgid "统计接口" -msgstr "" +#: options.php:987 +msgid "Statistics Interface" +msgstr "统计接口" + +#: options.php:992 +msgid "WP-Statistics plugin (Professional statistics, can exclude invalid access)" +msgstr "WP-Statistics 插件(专业性统计,可排除无效访问)" #: options.php:993 -msgid "WP-Statistics 插件(专业性统计,可排除无效访问)" -msgstr "" +msgid "Theme built-in (simple statistics, calculate each page access request)" +msgstr "主题内建(简单的统计,计算每一次页面访问请求)" -#: options.php:994 -msgid "主题内建(简单的统计,计算每一次页面访问请求)" -msgstr "" +#: options.php:997 +msgid "Statistical data display format" +msgstr "统计数据显示格式" -#: options.php:998 -msgid "统计数据显示格式" -msgstr "" +#: options.php:1002 +msgid "23333 Views (default)" +msgstr "23333 次访问(默认)" #: options.php:1003 -msgid "23333 次访问(默认)" -msgstr "" +msgid "23,333 Views (britain)" +msgstr "23,333 次访问(英式)" #: options.php:1004 -msgid "23,333 次访问(英式)" -msgstr "" +msgid "23 333 Views (french)" +msgstr "23 333 次访问(法式)" #: options.php:1005 -msgid "23 333 次访问(法式)" -msgstr "" +msgid "23k Views (chinese)" +msgstr "23k 次访问(中式)" -#: options.php:1006 -msgid "23k 次访问(中式)" -msgstr "" +#: options.php:1009 +msgid "Enable live search" +msgstr "启用实时搜索" #: options.php:1010 -msgid "启用实时搜索" -msgstr "" - -#: options.php:1011 msgid "" -"前台实现实时搜索,调用 Rest API 每小时更新一次缓存,可在 functions.php 里手" -"动设置缓存时间" +"Real-time search in the foreground, call the Rest API to update the cache every hour, you can " +"manually set the cache time in functions.php" msgstr "" +"前台实现实时搜索,调用 Rest API 每小时更新一次缓存,可在 functions.php 里手动设置缓存时间" + +#: options.php:1016 +msgid "Include comments in live search" +msgstr "实时搜索包含评论" #: options.php:1017 -msgid "实时搜索包含评论" -msgstr "" +msgid "" +"Search for comments in real-time search (not recommended if there are too many comments on the " +"site)" +msgstr "在实时搜索中搜索评论(如果网站评论数量太多不建议开启)" -#: options.php:1018 -msgid "在实时搜索中搜索评论(如果网站评论数量太多不建议开启)" -msgstr "" +#: options.php:1023 +msgid "Enable baguetteBox" +msgstr "启用 baguetteBox" #: options.php:1024 -msgid "启用 baguetteBox" -msgstr "" - -#: options.php:1025 msgid "" -"默认禁用,请" -"阅读说明" -msgstr "" +"Default off,please read wiki" +msgstr "默认禁用,请阅读说明" -#: options.php:1031 -msgid "文章内图片启用 lazyload" -msgstr "" +#: options.php:1030 +msgid "Enable lazyload in posts" +msgstr "文章内图片启用 lazyload" -#: options.php:1032 -msgid "默认启用" -msgstr "" +#: options.php:1037 +msgid "lazyload spinner" +msgstr "lazyload 占位图" #: options.php:1038 -msgid "lazyload spinner" -msgstr "" +msgid "The placeholder to display when the image loads, fill in the image url" +msgstr "图片加载时要显示的占位图,填写图片 url" -#: options.php:1039 -msgid "图片加载时要显示的占位图,填写图片 url" -msgstr "" +#: options.php:1044 +msgid "Whether to enable the clipboard copyright" +msgstr "是否开启剪贴板版权标识" #: options.php:1045 -msgid "是否开启剪贴板版权标识" -msgstr "" +msgid "" +"Automatically add a copyright to the clipboard when copying more than 30 bytes, which is " +"enabled by default." +msgstr "复制超过30个字节时自动向剪贴板添加版权标识,默认开启。" -#: options.php:1046 -msgid "复制超过30个字节时自动向剪贴板添加版权标识,默认开启" -msgstr "" +#: options.php:1051 +msgid "Email address prefix" +msgstr "发件地址前缀" #: options.php:1052 -msgid "发件地址前缀" -msgstr "" - -#: options.php:1053 msgid "" -"用于发送系统邮件,在用户的邮箱中显示的发件人地址,不要使用中文,默认系统邮" -"件地址为 bibi@你的域名" +"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:1058 +msgid "Comments reply notification" +msgstr "邮件回复通知" #: options.php:1059 -msgid "允许私密评论" +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 "" +"WordPress默认会使用邮件通知用户评论收到回复,开启此项允许用户设置自己的评论收到回复时是否使用邮" +"件通知" -#: options.php:1060 -msgid "允许用户设置自己的评论对其他人不可见" -msgstr "" +#: options.php:1065 +msgid "Administrator comment notification" +msgstr "邮件回复通知管理员" #: options.php:1066 -msgid "机器人验证" -msgstr "" +msgid "Whether to use email notification when the administrator's comments receive a reply" +msgstr "当管理员评论收到回复时是否使用邮件通知" -#: options.php:1067 -msgid "开启机器人验证" -msgstr "" +#: options.php:1072 +msgid "Enable private comment" +msgstr "允许私密评论" #: options.php:1073 -msgid "评论UA信息" -msgstr "" +msgid "Allow users to set their own comments to be invisible to others" +msgstr "允许用户设置自己的评论对其他人不可见" -#: options.php:1074 -msgid "勾选开启,用户的浏览器,操作系统信息" -msgstr "" +#: options.php:1079 +msgid "Human verification" +msgstr "机器人验证" #: options.php:1080 -msgid "开启多说插件支持" -msgstr "" +msgid "Enable human verification" +msgstr "开启机器人验证" -#: options.php:1081 -msgid "多说已经凉了" -msgstr "" +#: options.php:1086 +msgid "Comment UA infomation" +msgstr "评论UA信息" #: options.php:1087 -msgid "时区调整" -msgstr "" +msgid "Check to enable, display the user's browser, operating system information" +msgstr "勾选开启,显示用户的浏览器,操作系统信息" -#: options.php:1088 +#: options.php:1093 +msgid "Enable disqus" +msgstr "开启多说插件支持" + +#: options.php:1094 +msgid "Enable disqus for comment" +msgstr "多说已经凉了~~" + +#: options.php:1100 +msgid "Time Zone adjustment" +msgstr "时区调整" + +#: options.php:1101 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 "" +"如果评论出现时差问题在这里调整,填入一个整数,计算方法:实际时间=显示错误的时间-你输入的整数" +"(单位:小时)" #: search.php:19 #, php-format -msgid "搜索结果: %s" +msgid "search result: %s" +msgstr "关于 %s 的搜索结果: " + +#: tpl/content-category.php:30 +msgid "NOTHING" msgstr "" +#: tpl/content-image.php:35 tpl/content-status.php:31 tpl/content.php:34 tpl/content-thumb.php:53 +msgid "Comment" +msgstr "条评论" + +#: tpl/content-image.php:35 tpl/content-status.php:31 tpl/content.php:34 tpl/content-thumb.php:53 +msgid "Comments" +msgstr "条评论" + +#: tpl/content-image.php:38 tpl/content-status.php:34 tpl/content.php:37 tpl/content-thumb.php:52 +msgid "Hit" +msgid_plural "Hits" +msgstr[0] "热度" + #: tpl/content-none.php:14 -msgid "没有找到任何东西!" -msgstr "" +msgid "There is noyhing here!" +msgstr "没有找到任何东西!" #: tpl/content-none.php:21 #, php-format -msgid "准备好发布你的第一篇文章了么? 点击这里开始." -msgstr "" +msgid "Ready to post your first article? Click here to start." +msgstr "准备好发布你的第一篇文章了么? 点击这里开始." #: tpl/content-none.php:25 -msgid "没有找到你想要的,看看其他的吧。" -msgstr "" +msgid "Didn't find what you want, look at the other ones." +msgstr "没有找到你想要的,看看其他的吧。" #: tpl/content-none.php:43 -msgid "我们似乎没有找到你想要的东西. 或许你可以搜索一下试试." -msgstr "" +msgid "We didn't seem to find what you want. Maybe you can search for it." +msgstr "我们似乎没有找到你想要的东西. 或许你可以搜索一下试试." #: tpl/content-page.php:24 tpl/content-single.php:25 tpl/single-image.php:28 msgid "Pages:" msgstr "" +#: tpl/content-single.php:34 +msgid "Attribution-NonCommercial-ShareAlike 4.0 International" +msgstr "知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议" + #: user/page-login.php:18 msgid "Remember Me" msgstr "" -#. Theme Name of the plugin/theme -msgid "Sakura" -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 +msgid "Error" +msgstr "错误" + +#: user/page-register.php:14 +msgid "Please enter username." +msgstr "请输入用户名。" + +#: user/page-register.php:16 +msgid "Invalid characters, please enter a valid username." +msgstr "此用户名包含无效字符,请输入有效的用户名。" + +#: user/page-register.php:19 +msgid "This username has been registered." +msgstr "该用户名已被注册。" + +#: user/page-register.php:24 +msgid "Please enter email address." +msgstr "请填写电子邮件地址。" + +#: user/page-register.php:26 +msgid "Invalid email address" +msgstr "电子邮件地址不正确。 " + +#: user/page-register.php:29 +msgid "This email address has been registered." +msgstr "该电子邮件地址已经被注册。" + +#: user/page-register.php:34 +msgid "Password length is at least 6 digits" +msgstr "密码长度至少6位。 " + +#: user/page-register.php:36 +msgid "Inconsistent password entered twice" +msgstr "两次输入的密码不一致。 " + +#: user/page-register.php:41 +msgid "Please drag the slider to verify identity" +msgstr "请拖动滑块验证身份" + +#: user/page-register.php:47 +msgid "Unable to complete registration request...Please contact" +msgstr "无法完成注册请求... 请联系" + +#: user/page-register.php:47 +msgid "administrator" +msgstr "管理员" + +#: user/page-register.php:76 +msgid "Drag the slider to verify" +msgstr "拖动滑块验证" + +#: user/page-register.php:83 +msgid "Sign up" +msgstr "注 册" + +#: user/page-register.php:92 +msgid "Registration is not open yet" +msgstr "暂未开放注册。 " #. Theme URI of the plugin/theme msgid "https://2heng.xin/theme-sakura/" msgstr "" #. Description of the plugin/theme -msgid "Akina主题分支(原版地址 http://www.akina.pw/themeakina)" -msgstr "" +msgid "A branch of theme Akina" +msgstr "Akina主题分支(原版地址 http://www.akina.pw/themeakina)" #. Author of the plugin/theme msgid "Mashiro, Louie, Fuzzz" @@ -1420,3 +1711,19 @@ msgstr "" #. Template Name of the plugin/theme msgid "links" msgstr "" + +#, php-format +#~ msgid "第 %s 页" +#~ msgstr "第 %s 页" + +#~ msgid "查看评论" +#~ msgstr "查看评论" + +#~ msgid "暂无评论" +#~ msgstr "暂无评论" + +#~ msgid "你是我一生只会遇见一次的惊喜" +#~ msgstr "你是我一生只会遇见一次的惊喜" + +#~ msgid "昵称或QQ号" +#~ msgstr "昵称或QQ号" diff --git a/layouts/duoshuo.php b/layouts/duoshuo.php index 1f07b41..bbf6358 100644 --- a/layouts/duoshuo.php +++ b/layouts/duoshuo.php @@ -9,7 +9,7 @@
-
+
diff --git a/options.php b/options.php index 5c80fde..e8f7f30 100644 --- a/options.php +++ b/options.php @@ -109,247 +109,246 @@ function optionsframework_options() { //基本设置 $options[] = array( - 'name' => __('基本设置', 'sakura'), + 'name' => __('Basic settings', 'sakura'),/*基本设置*/ 'type' => 'heading'); $options[] = array( - 'name' => __('站点名称', 'sakura'), - 'desc' => __('樱花庄的白猫', 'sakura'), + 'name' => __('Site title', 'sakura'),/*站点名称*/ + 'desc' => __('Mashiro\'s Blog', 'sakura'), 'id' => 'site_name', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('作者', 'sakura'), + 'name' => __('Author', 'sakura'),/*作者*/ 'desc' => __('Mashiro', 'sakura'), 'id' => 'author_name', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __("主题风格", 'sakura'), + 'name' => __('Theme style', 'sakura'),/*主题风格*/ 'id' => 'theme_skin', 'std' => "#FE9600", - 'desc' => __('自定义主题颜色', ''), + 'desc' => __('Custom theme color', 'sakura'),/*自定义主题颜色*/ 'type' => "color" ); $options[] = array( - 'name' => __('切换主题菜单透明度', 'sakura'), - 'desc' => __('调整切换主题菜单透明度,值越小越透明,默认透明度0.8', 'sakura'), + 'name' => __('Theme scheme tool transparency', 'sakura'),/*切换主题菜单透明度*/ + 'desc' => __('Adjust the theme scheme menu transparency, the smaller the value, the more transparent. The default value is 0.8', 'sakura'),/*调整切换主题菜单透明度,值越小越透明。默认透明度0.8*/ 'id' => 'sakura_skin_alpha', 'std' => '0.8', 'type' => 'select', 'options'=>array( - '0'=> __('全透明',''), - '0.1'=> __('透明度0.1',''), - '0.2'=> __('透明度0.2',''), - '0.3'=> __('透明度0.3',''), - '0.4'=> __('透明度0.4',''), - '0.5'=> __('透明度0.5',''), - '0.6'=> __('透明度0.6',''), - '0.7'=> __('透明度0.7',''), - '0.8'=> __('透明度0.8',''), - '0.9'=> __('透明度0.9',''), - '1'=> __('不透明',''), + '0'=> __('Transparent','sakura'),/*全透明*/ + '0.1'=> __('Transparency 0.1','sakura'),/*透明度0.1*/ + '0.2'=> __('Transparency 0.2','sakura'),/*透明度0.2*/ + '0.3'=> __('Transparency 0.3','sakura'),/*透明度0.3*/ + '0.4'=> __('Transparency 0.4','sakura'),/*透明度0.4*/ + '0.5'=> __('Transparency 0.5','sakura'),/*透明度0.5*/ + '0.6'=> __('Transparency 0.6','sakura'),/*透明度0.6*/ + '0.7'=> __('Transparency 0.7','sakura'),/*透明度0.7*/ + '0.8'=> __('Transparency 0.8','sakura'),/*透明度0.8*/ + '0.9'=> __('Transparency 0.9','sakura'),/*透明度0.9*/ + '1'=> __('Opaque','sakura'),/*不透明*/ )); $options[] = array( - 'name' => __('切换网页背景', 'sakura'), - 'desc' => __('前台切换网页背景,共8个url,使用空格分隔,顺序对应前台切换主题按钮位置(按钮顺序从左至右,从上至下),如不需要背景则填写对应位置为none。注意:如果主题是从v3.2.3及以下更新过来的,请务必将本配置页的【其他】标签下的【版本控制】参数修改为任意新值! -', 'sakura'), + 'name' => __('Change web background', 'sakura'),/*切换网页背景*/ + 'desc' => __('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!', 'sakura'),/*前台切换网页背景,共8个url,使用英文逗号分隔,顺序对应前台切换主题按钮位置(按钮顺序从左至右,从上至下),如不需要背景则填写对应位置为none。注意:如果主题是从v3.2.3及以下更新过来的,请务必将本配置页的【其他】标签下的【版本控制】参数修改为任意新值!*/ 'id' => 'sakura_skin_bg', - 'std' => 'none https://cdn.jsdelivr.net/gh/spirit1431007/cdn@1.6/img/sakura.png https://cdn.jsdelivr.net/gh/spirit1431007/cdn@1.6/img/plaid2dbf8.jpg https://cdn.jsdelivr.net/gh/spirit1431007/cdn@1.6/img/star02.png https://cdn.jsdelivr.net/gh/spirit1431007/cdn@1.6/img/kyotoanimation.png https://cdn.jsdelivr.net/gh/spirit1431007/cdn@1.6/img/dot_orange.gif https://api.mashiro.top/bing/ https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.2/other-sites/api-index/images/me.png', + 'std' => 'none,https://cdn.jsdelivr.net/gh/spirit1431007/cdn@1.6/img/sakura.png,https://cdn.jsdelivr.net/gh/spirit1431007/cdn@1.6/img/plaid2dbf8.jpg,https://cdn.jsdelivr.net/gh/spirit1431007/cdn@1.6/img/star02.png,https://cdn.jsdelivr.net/gh/spirit1431007/cdn@1.6/img/kyotoanimation.png,https://cdn.jsdelivr.net/gh/spirit1431007/cdn@1.6/img/dot_orange.gif,https://api.mashiro.top/bing/,https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.2/other-sites/api-index/images/me.png', 'type' => 'textarea'); $options[] = array( - 'name' => __('个人头像', 'sakura'), - 'desc' => __('最佳高度尺寸130*130px。', 'sakura'), + 'name' => __('Personal avatar', 'sakura'),/*个人头像*/ + 'desc' => __('The best size is 130px*130px.', 'sakura'),/*最佳尺寸130px*130px。*/ 'id' => 'focus_logo', 'type' => 'upload'); $options[] = array( - 'name' => __('文字版LOGO', 'sakura'), - 'desc' => __('首页不显示上方的头像,而是显示一段文字(此处留空则使用上方的头像)。文字建议不要过长,16个字节左右为宜。', 'sakura'), + 'name' => __('Text LOGO', 'sakura'),/*文字版LOGO*/ + 'desc' => __('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.', 'sakura'),/*首页不显示上方的头像,而是显示一段文字(此处留空则使用上方的头像)。文字建议不要过长,16个字节左右为宜。*/ 'id' => 'focus_logo_text', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('logo', 'sakura'), - 'desc' => __('最佳高度尺寸40px。', 'sakura'), + 'desc' => __('The best height size is 40px。', 'sakura'),/*最佳高度尺寸40px。*/ 'id' => 'akina_logo', 'type' => 'upload'); $options[] = array( 'name' => __('Favicon', 'sakura'), - 'desc' => __('就是浏览器标签栏上那个小 logo,填写url', 'sakura'), + 'desc' => __('It is the small logo on the browser tab, fill in the url', 'sakura'),/*就是浏览器标签栏上那个小 logo,填写url*/ 'id' => 'favicon_link', 'std' => '/wp-content/themes/Sakura/images/favicon.ico', 'type' => 'text'); $options[] = array( - 'name' => __('自定义关键词和描述', 'sakura'), - 'desc' => __('开启之后可自定义填写关键词和描述', 'sakura'), + 'name' => __('Custom keywords and descriptions ', 'sakura'),/*自定义关键词和描述*/ + 'desc' => __('Customize keywords and descriptions after opening', 'sakura'),/*开启之后可自定义填写关键词和描述*/ 'id' => 'akina_meta', 'std' => '0', 'type' => 'checkbox'); $options[] = array( - 'name' => __('网站关键词', 'sakura'), - 'desc' => __('各关键字间用半角逗号","分割,数量在5个以内最佳。', 'sakura'), + 'name' => __('Site keywords', 'sakura'),/*网站关键词*/ + 'desc' => __('Each keyword is divided by a comma "," and the number is within 5.', 'sakura'),/*各关键字间用半角逗号","分割,数量在5个以内最佳。*/ 'id' => 'akina_meta_keywords', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('网站描述', 'sakura'), - 'desc' => __('用简洁的文字描述本站点,字数建议在120个字以内。', 'sakura'), + 'name' => __('Site descriptions', 'sakura'),/*网站描述*/ + 'desc' => __('Describe the site in concise text, with a maximum of 120 words.', 'sakura'),/*用简洁的文字描述本站点,字数建议在120个字以内。*/ 'id' => 'akina_meta_description', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('展开导航菜单', 'sakura'), - 'desc' => __('勾选开启,默认收缩', 'sakura'), + 'name' => __('Expand the nav menu', 'sakura'),/*展开导航菜单*/ + 'desc' => __('Check to enable, default shrink', 'sakura'),/*勾选开启,默认收缩*/ 'id' => 'shownav', 'std' => '0', 'type' => 'checkbox'); $options[] = array( - 'name' => __('头部装饰图', 'sakura'), - 'desc' => __('默认开启,勾选关闭,显示在文章页面,独立页面以及分类页', 'sakura'), + 'name' => __('Head decoration', 'sakura'),/*头部装饰图*/ + 'desc' => __('Enable by default, check off, display on the article page, separate page and category page', 'sakura'),/*默认开启,勾选关闭,显示在文章页面,独立页面以及分类页*/ 'id' => 'patternimg', 'std' => '0', 'type' => 'checkbox'); $options[] = array( - 'name' => __('搜索按钮', 'sakura'), + 'name' => __('Search button', 'sakura'),/*搜索按钮*/ 'id' => 'top_search', 'std' => "yes", 'type' => "radio", 'options' => array( - 'yes' => __('开启', ''), - 'no' => __('关闭', '') + 'yes' => __('Open', 'sakura'), + 'no' => __('Close', 'sakura') )); $options[] = array( - 'name' => __('首页文章风格', 'sakura'), + 'name' => __('Home article style', 'sakura'),/*首页文章风格*/ 'id' => 'post_list_style', 'std' => "imageflow", 'type' => "radio", 'options' => array( - 'standard' => __('标准', ''), - 'imageflow' => __('图文', '') + 'standard' => __('Standard', 'sakura'),/*标准*/ + 'imageflow' => __('Graphic', 'sakura')/*图文*/ )); $options[] = array( - 'name' => __('首页文章特色图(仅对标准风格生效)', 'sakura'), + 'name' => __('Home article feature images (only valid for standard mode)', 'sakura'),/*首页文章特色图(仅对标准风格生效)*/ 'id' => 'list_type', 'std' => "round", 'type' => "radio", 'options' => array( - 'round' => __('圆形', ''), - 'square' => __('方形', '') + 'round' => __('Round', 'sakura'),/*圆形*/ + 'square' => __('Square', 'sakura')/*方形*/ )); $options[] = array( - 'name' => __('首页文章特色图对齐方式(仅对图文风格生效,默认左右交替)', 'sakura'), + 'name' => __('Home article feature images alignment (only for graphic mode, default left and right alternate)', 'sakura'),/*首页文章特色图对齐方式(仅对图文风格生效,默认左右交替)*/ 'id' => 'feature_align', 'std' => "alternate", 'type' => "radio", 'options' => array( - 'left' => __('向左对齐', ''), - 'right' => __('向右对齐', ''), - 'alternate' => __('左右交替', '') + 'left' => __('Left', 'sakura'),/*向左对齐*/ + 'right' => __('Right', 'sakura'),/*向右对齐*/ + 'alternate' => __('Alternate', 'sakura')/*左右交替*/ )); $options[] = array( - 'name' => __('默认文章特色图', 'sakura'), - 'desc' => __('在未设置文章特色图的情况下展示的默认图像,留空则调用本地随机封面(要展示的图片放入 /wp-content/themes/Sakura/feature/gallery/ 目录)', 'sakura'), + 'name' => __('Default article feature image', 'sakura'),/*默认文章特色图*/ + 'desc' => __('The default image displayed without the article feature image set, use random cover if left blank (the image to be displayed is placed in the /wp-content/themes/Sakura/feature/gallery/ directory)', 'sakura'),/*在未设置文章特色图的情况下展示的默认图像,留空则调用本地随机封面(要展示的图片放入 /wp-content/themes/Sakura/feature/gallery/ 目录)*/ 'id' => 'default_feature_image', 'std' => 'https://api.mashiro.top/feature/', 'type' => 'text'); $options[] = array( - 'name' => __('评论收缩', 'sakura'), + 'name' => __('Comment shrink', 'sakura'),/*评论收缩*/ 'id' => 'toggle-menu', 'std' => "yes", 'type' => "radio", 'options' => array( - 'yes' => __('开启', ''), - 'no' => __('关闭', '') + 'yes' => __('Open', 'sakura'),/*开启*/ + 'no' => __('Close', 'sakura')/*关闭*/ )); $options[] = array( - 'name' => __('文章末尾显示作者信息?', 'sakura'), - 'desc' => __('勾选启用', 'sakura'), + 'name' => __('Display author information at the end of the article?', 'sakura'),/*文章末尾显示作者信息?*/ + 'desc' => __('Check to enable', 'sakura'),/*勾选启用*/ 'id' => 'show_authorprofile', 'std' => '1', 'type' => 'checkbox'); $options[] = array( - 'name' => __('分页模式', 'sakura'), + 'name' => __('Paging mode', 'sakura'),/*分页模式*/ 'id' => 'pagenav_style', 'std' => "ajax", 'type' => "radio", 'options' => array( - 'ajax' => __('ajax加载', ''), - 'np' => __('上一页和下一页', '') + 'ajax' => __('Ajax load', 'sakura'),/*ajax加载*/ + 'np' => __('Previous and next page', 'sakura')/*上一页和下一页*/ )); $options[] = array( - 'name' => __('自动加载下一页', 'sakura'), - 'desc' => __('(秒)设置自动加载下一页时间,默认不自动加载', 'sakura'), + 'name' => __('Automatically load the next page', 'sakura'),/*自动加载下一页*/ + 'desc' => __('(seconds) Set to automatically load the next page time, the default is not automatically loaded', 'sakura'),/*(秒)设置自动加载下一页时间,默认不自动加载*/ 'id' => 'auto_load_post', 'std' => '233', 'type' => 'select', 'options'=>array( - '0'=> __('0秒',''), - '1'=> __('1秒',''), - '2'=> __('2秒',''), - '3'=> __('3秒',''), - '4'=> __('4秒',''), - '5'=> __('5秒',''), - '6'=> __('6秒',''), - '7'=> __('7秒',''), - '8'=> __('8秒',''), - '9'=> __('9秒',''), - '10'=> __('10秒',''), - '233'=> __('233秒,即不倒计时自动加载',''), + '0'=> __('0','sakura'), + '1'=> __('1','sakura'), + '2'=> __('2','sakura'), + '3'=> __('3','sakura'), + '4'=> __('4','sakura'), + '5'=> __('5','sakura'), + '6'=> __('6','sakura'), + '7'=> __('7','sakura'), + '8'=> __('8','sakura'), + '9'=> __('9','sakura'), + '10'=> __('10','sakura'), + '233'=> __('Do not load automatically','sakura'),/*不自动加载*/ )); $options[] = array( - 'name' => __('博主描述', 'sakura'), - 'desc' => __('一段自我描述的话', 'sakura'), + 'name' => __('Blogger description', 'sakura'),/*博主描述*/ + 'desc' => __('A self-described statement', 'sakura'),/*一段自我描述的话*/ 'id' => 'admin_des', 'std' => '一沙一世界,一花一天堂。君掌盛无边,刹那成永恒。', 'type' => 'textarea'); $options[] = array( - 'name' => __('页脚信息', 'sakura'), - 'desc' => __('页脚说明文字,支持HTML代码', 'sakura'), + 'name' => __('Footer info', 'sakura'),/*页脚信息*/ + 'desc' => __('Footer description, support for HTML code', 'sakura'),/*页脚说明文字,支持HTML代码*/ 'id' => 'footer_info', 'std' => 'Copyright © by Mashiro All Rights Reserved.', 'type' => 'textarea'); $options[] = array( - 'name' => __('Google 统计代码', 'sakura'), + 'name' => __('Google analytics', 'sakura'),/*Google 统计代码*/ 'desc' => __('UA-xxxxx-x', 'sakura'), 'id' => 'google_analytics_id', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('站长统计(不建议使用)', 'sakura'), - 'desc' => __('填写统计代码,将被隐藏', 'sakura'), + 'name' => __('CNZZ Statistics (not recommand)', 'sakura'), /*站长统计(不建议使用)*/ + 'desc' => __('Statistics code, which will be invisible in web page.', 'sakura'), /*填写统计代码,将被隐藏*/ 'id' => 'site_statistics', 'std' => '', 'type' => 'textarea'); $options[] = array( - 'name' => __('自定义CSS样式', 'sakura'), - 'desc' => __('直接填写CSS代码,不需要写style标签', 'sakura'), + 'name' => __('Customize CSS styles', 'sakura'),/*自定义CSS样式*/ + 'desc' => __('Fill in the CSS code directly, no need to write style tags', 'sakura'),/*直接填写CSS代码,不需要写style标签*/ 'id' => 'site_custom_style', 'std' => '', 'type' => 'textarea'); @@ -357,193 +356,193 @@ function optionsframework_options() { //第一屏 $options[] = array( - 'name' => __('第一屏', 'sakura'), + 'name' => __('First screen', 'sakura'),/*第一屏*/ 'type' => 'heading'); $options[] = array( - 'name' => __('总开关', 'sakura'), - 'desc' => __('默认开启,勾选关闭', 'sakura'), + 'name' => __('Main switch', 'sakura'),/*总开关*/ + 'desc' => __('Default on, check off', 'sakura'),/*默认开启,勾选关闭*/ 'id' => 'head_focus', 'std' => '0', 'type' => 'checkbox'); $options[] = array( - 'name' => __('社交信息', 'sakura'), - 'desc' => __('默认开启,勾选关闭,显示头像、签名、SNS', 'sakura'), + 'name' => __('Social information', 'sakura'),/*社交信息*/ + 'desc' => __('Enable by default, check off, display avatar, signature, SNS', 'sakura'),/*默认开启,勾选关闭,显示头像、签名、SNS*/ 'id' => 'focus_infos', 'std' => '0', 'type' => 'checkbox'); $options[] = array( - 'name' => __('社交信息样式', 'sakura'), + 'name' => __('Social information style', 'sakura'),/*社交信息样式*/ 'id' => 'social_style', 'std' => "v2", 'type' => "radio", 'options' => array( - 'v2' => __('与签名合并', ''), - 'v1' => __('独立成行', '') + 'v2' => __('Merge with signature', 'sakura'),/*与签名合并*/ + 'v1' => __('Independent line', 'sakura')/*独立成行*/ )); $options[] = array( - 'name' => __('全屏显示', 'sakura'), - 'desc' => __('默认开启,勾选关闭', 'sakura'), + 'name' => __('full-screen display', 'sakura'),/*全屏显示*/ + 'desc' => __('Default on, check off', 'sakura'),/*默认开启,勾选关闭*/ 'id' => 'focus_height', 'std' => '0', 'type' => 'checkbox'); $options[] = array( - 'name' => __('开启视频', 'sakura'), - 'desc' => __('勾选开启', 'sakura'), + 'name' => __('Enable video', 'sakura'),/*开启视频*/ + 'desc' => __('Check on', 'sakura'),/*勾选开启*/ 'id' => 'focus_amv', 'std' => '0', 'type' => 'checkbox'); $options[] = array( 'name' => __('Live', 'sakura'), - 'desc' => __('勾选开启,视频自动续播,需要开启Pjax功能', 'sakura'), + 'desc' => __('Check to enable, the video will continue to play automatically, you need to enable Pjax', 'sakura'),/*勾选开启,视频自动续播,需要开启Pjax功能*/ 'id' => 'focus_mvlive', 'std' => '0', 'type' => 'checkbox'); $options[] = array( - 'name' => __('视频地址', 'sakura'), - 'desc' => __('视频的来源地址,该地址拼接下面的视频名,地址尾部不需要加斜杠', 'sakura'), + 'name' => __('Video address', 'sakura'),/*视频地址*/ + 'desc' => __('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', 'sakura'),/*视频的来源地址,该地址拼接下面的视频名,地址尾部不需要加斜杠*/ 'id' => 'amv_url', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('视频名称', 'sakura'), - 'desc' => __('abc.mp4 ,只需要填写视频文件名 abc 即可,多个用英文逗号隔开如 abc,efg ,无需在意顺序,因为加载是随机的抽取的 ', 'sakura'), + 'name' => __('Video name', 'sakura'),/*视频名称*/ + 'desc' => __('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', 'sakura'),/*abc.mp4 ,只需要填写视频文件名 abc 即可,多个用英文逗号隔开如 abc,efg ,无需在意顺序,因为加载是随机的抽取的 */ 'id' => 'amv_title', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('封面图', 'sakura'), - 'desc' => __('此处留空则使用内置API(将需要随机展示的图片放入 /cover/gallery/ 目录)', 'sakura'), + 'name' => __('Cover image', 'sakura'),/*封面图*/ + 'desc' => __('Leave this blank to use the built-in API (put the images that need to be randomly displayed into the /cover/gallery/ directory)', 'sakura'),/*此处留空则使用内置API(将需要随机展示的图片放入 /cover/gallery/ 目录)*/ 'id' => 'cover_img', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('背景图滤镜', 'sakura'), + 'name' => __('Background image filter', 'sakura'),/*背景图滤镜*/ 'id' => 'focus_img_filter', 'std' => "filter-nothing", 'type' => "radio", 'options' => array( - 'filter-nothing' => __('无', ''), - 'filter-undertint' => __('浅色', ''), - 'filter-dim' => __('暗淡', ''), - 'filter-grid' => __('网格', ''), - 'filter-dot' => __('点点', '') + 'filter-nothing' => __('Nothing', 'sakura'),/*无*/ + 'filter-undertint' => __('Undertint', 'sakura'),/*浅色*/ + 'filter-dim' => __('Dim', 'sakura'),/*暗淡*/ + 'filter-grid' => __('Grid', 'sakura'),/*网格*/ + 'filter-dot' => __('Dot', 'sakura')/*点点*/ )); $options[] = array( - 'name' => __('是否开启聚焦', 'sakura'), - 'desc' => __('默认开启', 'sakura'), + 'name' => __('Whether to turn on the top-feature', 'sakura'),/*是否开启聚焦*/ + 'desc' => __('Default on', 'sakura'), 'id' => 'top_feature', 'std' => '1', 'type' => 'checkbox'); $options[] = array( - 'name' => __('聚焦样式', 'sakura'), + 'name' => __('Top-feature style', 'sakura'),/*聚焦样式*/ 'id' => 'top_feature_style', 'std' => "left_and_right", 'type' => "radio", 'options' => array( - 'left_and_right' => __('左右交替', ''), - 'bottom_to_top' => __('从下往上', '') + 'left_and_right' => __('Alternate left and right', 'sakura'),/*左右交替*/ + 'bottom_to_top' => __('From bottom to top', 'sakura')/*从下往上*/ )); $options[] = array( - 'name' => __('聚焦标题', 'sakura'), - 'desc' => __('默认为聚焦,你也可以修改为其他,当然不能当广告用!不允许!!', 'sakura'), + 'name' => __('Top-feature title', 'sakura'),/*聚焦标题*/ + 'desc' => __('Default is Discovery, you can also change it to other, of course you can\'t use it as an advertisement!Not allowed!!', 'sakura'),/*默认为聚焦,你也可以修改为其他,当然不能当广告用!不允许!!*/ 'id' => 'feature_title', - 'std' => '聚焦', + 'std' => 'Discovery', 'class' => 'mini', 'type' => 'text'); $options[] = array( - 'name' => __('聚焦图一', 'sakura'), - 'desc' => __('尺寸257px*160px', 'sakura'), + 'name' => __('Top-feature 1 image', 'sakura'),/*聚焦图一*/ + 'desc' => __('size 257px*160px', 'sakura'),/*尺寸257px*160px*/ 'id' => 'feature1_img', 'std' => $imagepath.'/temp.png', 'type' => 'upload'); $options[] = array( - 'name' => __('聚焦图一标题', 'sakura'), - 'desc' => __('聚焦图一标题', 'sakura'), + 'name' => __('Top-feature 1 title', 'sakura'),/*聚焦图一标题*/ + 'desc' => __('Top-feature 1 title', 'sakura'),/*聚焦图一标题*/ 'id' => 'feature1_title', 'std' => 'feature1', 'type' => 'text'); $options[] = array( - 'name' => __('聚焦图一描述', 'sakura'), - 'desc' => __('聚焦图一描述', 'sakura'), + 'name' => __('Top-feature 1 description', 'sakura'),/*聚焦图一描述*/ + 'desc' => __('Top-feature 1 description', 'sakura'),/*聚焦图一描述*/ 'id' => 'feature1_description', 'std' => 'Description goes here 1', 'type' => 'text'); $options[] = array( - 'name' => __('聚焦图一链接', 'sakura'), - 'desc' => __('聚焦图一链接', 'sakura'), + 'name' => __('Top-feature 1 link', 'sakura'),/*聚焦图一链接*/ + 'desc' => __('Top-feature 1 link', 'sakura'),/*聚焦图一链接*/ 'id' => 'feature1_link', 'std' => '#', 'type' => 'text'); $options[] = array( - 'name' => __('聚焦图二', 'sakura'), - 'desc' => __('尺寸257px*160px', 'sakura'), + 'name' => __('Top-feature 2 image', 'sakura'),/*聚焦图二*/ + 'desc' => __('size 257px*160px', 'sakura'),/*尺寸257px*160px*/ 'id' => 'feature2_img', 'std' => $imagepath.'/temp.png', 'type' => 'upload'); $options[] = array( - 'name' => __('聚焦图二标题', 'sakura'), - 'desc' => __('聚焦图二标题', 'sakura'), + 'name' => __('Top-feature 2 title', 'sakura'),/*聚焦图二标题*/ + 'desc' => __('Top-feature 2 title', 'sakura'),/*聚焦图二标题*/ 'id' => 'feature2_title', 'std' => 'feature2', 'type' => 'text'); $options[] = array( - 'name' => __('聚焦图二描述', 'sakura'), - 'desc' => __('聚焦图二描述', 'sakura'), + 'name' => __('Top-feature 2 description', 'sakura'),/*聚焦图二描述*/ + 'desc' => __('Top-feature 2 description', 'sakura'),/*聚焦图二描述*/ 'id' => 'feature2_description', 'std' => 'Description goes here 2', 'type' => 'text'); $options[] = array( - 'name' => __('聚焦图二链接', 'sakura'), - 'desc' => __('聚焦图二链接', 'sakura'), + 'name' => __('Top-feature 2 link', 'sakura'),/*聚焦图二链接*/ + 'desc' => __('Top-feature 2 link', 'sakura'),/*聚焦图二链接*/ 'id' => 'feature2_link', 'std' => '#', 'type' => 'text'); $options[] = array( - 'name' => __('聚焦图三', 'sakura'), - 'desc' => __('尺寸257px*160px', 'sakura'), + 'name' => __('Top-feature 3 image', 'sakura'),/*聚焦图三*/ + 'desc' => __('size 257px*160px', 'sakura'),/*尺寸257px*160px*/ 'id' => 'feature3_img', 'std' => $imagepath.'/temp.png', 'type' => 'upload'); $options[] = array( - 'name' => __('聚焦图三标题', 'sakura'), - 'desc' => __('聚焦图三标题', 'sakura'), + 'name' => __('Top-feature 3 title', 'sakura'),/*聚焦图三标题*/ + 'desc' => __('Top-feature 3 title', 'sakura'),/*聚焦图三标题*/ 'id' => 'feature3_title', 'std' => 'feature3', 'type' => 'text'); $options[] = array( - 'name' => __('聚焦图三描述', 'sakura'), - 'desc' => __('聚焦图三描述', 'sakura'), + 'name' => __('Top-feature 3 description', 'sakura'),/*聚焦图三描述*/ + 'desc' => __('Top-feature 3 description', 'sakura'),/*聚焦图三描述*/ 'id' => 'feature3_description', 'std' => 'Description goes here 3', 'type' => 'text'); $options[] = array( - 'name' => __('聚焦图三链接', 'sakura'), - 'desc' => __('聚焦图三链接', 'sakura'), + 'name' => __('Top-feature 3 link', 'sakura'),/*聚焦图三链接*/ + 'desc' => __('Top-feature 3 link', 'sakura'),/*聚焦图三链接*/ 'id' => 'feature3_link', 'std' => '#', 'type' => 'text'); @@ -551,329 +550,329 @@ function optionsframework_options() { //文章页 $options[] = array( - 'name' => __('文章页', 'sakura'), + 'name' => __('Post page', 'sakura'),/*文章页*/ 'type' => 'heading'); $options[] = array( - 'name' => __('文章样式', 'sakura'), + 'name' => __('Post style', 'sakura'),/*文章样式*/ 'id' => 'entry_content_theme', 'std' => "sakura", 'type' => "radio", 'options' => array( - 'sakura' => __('默认样式', ''), - 'github' => __('GitHub 样式', ''), + 'sakura' => __('Sakura', 'sakura'),/*默认样式*/ + 'github' => __('GitHub', 'sakura'), )); $options[] = array( - 'name' => __('文章点赞', 'sakura'), + 'name' => __('Post like', 'sakura'),/*文章点赞*/ 'id' => 'post_like', 'std' => "yes", 'type' => "radio", 'options' => array( - 'yes' => __('开启', ''), - 'no' => __('关闭', '') + 'yes' => __('Open', 'sakura'),/*开启*/ + 'no' => __('Close', 'sakura')/*关闭*/ )); $options[] = array( - 'name' => __('文章分享', 'sakura'), + 'name' => __('Post share', 'sakura'),/*文章分享*/ 'id' => 'post_share', 'std' => "yes", 'type' => "radio", 'options' => array( - 'yes' => __('开启', ''), - 'no' => __('关闭', '') + 'yes' => __('Open', 'sakura'),/*开启*/ + 'no' => __('Close', 'sakura')/*关闭*/ )); $options[] = array( - 'name' => __('上一篇下一篇', 'sakura'), + 'name' => __('Previous and Next', 'sakura'),/*上一篇下一篇*/ 'id' => 'post_nepre', 'std' => "yes", 'type' => "radio", 'options' => array( - 'yes' => __('开启', ''), - 'no' => __('关闭', '') + 'yes' => __('Open', 'sakura'),/*开启*/ + 'no' => __('Close', 'sakura')/*关闭*/ )); $options[] = array( - 'name' => __('博主信息', 'sakura'), + 'name' => __('Author profile', 'sakura'),/*博主信息*/ 'id' => 'author_profile', 'std' => "yes", 'type' => "radio", 'options' => array( - 'yes' => __('开启', ''), - 'no' => __('关闭', '') + 'yes' => __('Open', 'sakura'),/*开启*/ + 'no' => __('Close', 'sakura')/*关闭*/ )); $options[] = array( - 'name' => __('支付宝打赏', 'sakura'), - 'desc' => __('支付宝二维码', 'sakura'), + 'name' => __('Alipay reward', 'sakura'),/*支付宝打赏*/ + 'desc' => __('Alipay qrcode', 'sakura'),/*支付宝二维码*/ 'id' => 'alipay_code', 'type' => 'upload'); $options[] = array( - 'name' => __('微信打赏', 'sakura'), - 'desc' => __('微信二维码', 'sakura'), + 'name' => __('Wechat reward', 'sakura'),/*微信打赏*/ + 'desc' => __('Wechat qrcode ', 'sakura'),/*微信二维码*/ 'id' => 'wechat_code', 'type' => 'upload'); //社交选项 $options[] = array( - 'name' => __('社交网络', 'sakura'), + 'name' => __('Social network', 'sakura'),/*社交网络*/ 'type' => 'heading'); $options[] = array( - 'name' => __('微信', 'sakura'), - 'desc' => __('微信二维码', 'sakura'), + 'name' => __('Wechat', 'sakura'),/*微信*/ + 'desc' => __('Wechat qrcode', 'sakura'),/*微信二维码*/ 'id' => 'wechat', 'type' => 'upload'); $options[] = array( - 'name' => __('新浪微博', 'sakura'), - 'desc' => __('新浪微博地址', 'sakura'), + 'name' => __('Sina Weibo', 'sakura'),/*新浪微博*/ + 'desc' => __('Sina Weibo address', 'sakura'),/*新浪微博地址*/ 'id' => 'sina', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('腾讯QQ', 'sakura'), - 'desc' => __('tencent://message/?uin={{QQ号码}},如tencent://message/?uin=123456', 'sakura'), + 'name' => __('Tencent QQ', 'sakura'),/*腾讯QQ*/ + 'desc' => __('tencent://message/?uin={{QQ number}}. for example, tencent://message/?uin=123456', 'sakura'),/*tencent://message/?uin={{QQ号码}},如tencent://message/?uin=123456*/ 'id' => 'qq', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('Telegram', 'sakura'), - 'desc' => __('Telegram链接', 'sakura'), + 'desc' => __('Telegram link', 'sakura'),/*Telegram链接*/ 'id' => 'telegram', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('QQ空间', 'sakura'), - 'desc' => __('QQ空间地址', 'sakura'), + 'name' => __('Qzone', 'sakura'),/*QQ空间*/ + 'desc' => __('Qzone address', 'sakura'),/*QQ空间地址*/ 'id' => 'qzone', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('GitHub', 'sakura'), - 'desc' => __('GitHub地址', 'sakura'), + 'desc' => __('GitHub address', 'sakura'),/*GitHub地址*/ 'id' => 'github', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('Lofter', 'sakura'), - 'desc' => __('lofter地址', 'sakura'), + 'desc' => __('Lofter address', 'sakura'),/*lofter地址*/ 'id' => 'lofter', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('BiliBili', 'sakura'), - 'desc' => __('B站地址', 'sakura'), + 'desc' => __('BiliBili address', 'sakura'),/*B站地址*/ 'id' => 'bili', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('优酷视频', 'sakura'), - 'desc' => __('优酷地址', 'sakura'), + 'name' => __('Youku video', 'sakura'),/*优酷视频*/ + 'desc' => __('Youku video address', 'sakura'),/*优酷地址*/ 'id' => 'youku', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('网易云音乐', 'sakura'), - 'desc' => __('网易云音乐地址', 'sakura'), + 'name' => __('Netease Cloud Music', 'sakura'),/*网易云音乐*/ + 'desc' => __('Netease Cloud Music address', 'sakura'),/*网易云音乐地址*/ 'id' => 'wangyiyun', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('Twitter', 'sakura'), - 'desc' => __('推特地址', 'sakura'), + 'desc' => __('Twitter address', 'sakura'),/*推特地址*/ 'id' => 'twitter', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('Facebook', 'sakura'), - 'desc' => __('脸书地址', 'sakura'), + 'desc' => __('Facebook address', 'sakura'),/*脸书地址*/ 'id' => 'facebook', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('Google+', 'sakura'), - 'desc' => __('G+地址', 'sakura'), + 'desc' => __('G+ address', 'sakura'),/*G+地址*/ 'id' => 'googleplus', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('简书', 'sakura'), - 'desc' => __('简书地址', 'sakura'), + 'name' => __('Jianshu', 'sakura'),/*简书*/ + 'desc' => __('Jianshu address', 'sakura'),/*简书地址*/ 'id' => 'jianshu', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('CSDN', 'sakura'), - 'desc' => __('CSND社区地址', 'sakura'), + 'desc' => __('CSND community address', 'sakura'),/*CSND社区地址*/ 'id' => 'csdn', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('知乎', 'sakura'), - 'desc' => __('知乎地址', 'sakura'), + 'name' => __('Zhihu', 'sakura'),/*知乎*/ + 'desc' => __('Zhihu address', 'sakura'),/*知乎地址*/ 'id' => 'zhihu', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('邮箱-用户名', 'sakura'), - 'desc' => __('name@domain.com 的 name 部分,前端仅具有js运行环境时才能获取完整地址,可放心填写', 'sakura'), + 'name' => __('Email-name', 'sakura'),/*邮箱-用户名*/ + 'desc' => __('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', 'sakura'),/*name@domain.com 的 name 部分,前端仅具有js运行环境时才能获取完整地址,可放心填写*/ 'id' => 'email_name', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('邮箱-域名', 'sakura'), - 'desc' => __('name@domain.com 的 domain.com 部分', 'sakura'), + 'name' => __('Email-domain', 'sakura'),/*邮箱-域名*/ + 'desc' => __('The domain.com part of name@domain.com', 'sakura'),/*ame@domain.com 的 domain.com 部分*/ 'id' => 'email_domain', 'std' => '', 'type' => 'text'); //后台配置 $options[] = array( - 'name' => __('后台配置', 'sakura'), + 'name' => __('Background configuration', 'sakura'),/*后台配置*/ 'type' => 'heading' ); //后台面板自定义配色方案 $options[] = array( - 'name' => __('后台面板自定义配色方案', 'sakura'), - 'desc' => __('你可以在下面自行设计后台面板(/wp-admin/)样式,不过在开始之前请到这里将配色方案改为自定义(Custom)。
Tip: 如何搭配颜色?或许这个可以帮到你。', 'sakura'), + 'name' => __('Background panel custom color scheme', 'sakura'),/*后台面板自定义配色方案*/ + 'desc' => __('You can design the background 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.', 'sakura'),/*你可以在下面自行设计后台面板(/wp-admin/)样式,不过在开始之前请到这里将配色方案改为自定义(Custom)。
Tip: 如何搭配颜色?或许这个可以帮到你。*/ 'id' => 'scheme_tip', 'std' => '', 'type' => 'typography '); $options[] = array( - 'name' => __("面板主色调A", 'sakura'), + 'name' => __('Panel main color A', 'sakura'),/*面板主色调A*/ 'id' => 'dash_scheme_color_a', 'std' => "#c6742b", - 'desc' => __('(array) (optional) An array of CSS color definitions which are used to give the user a feel for the theme.', ''), + 'desc' => __('(array) (optional) An array of CSS color definitions which are used to give the user a feel for the theme.', 'sakura'), 'type' => "color" ); $options[] = array( - 'name' => __("面板主色调B", 'sakura'), + 'name' => __('Panel main color B', 'sakura'), 'id' => 'dash_scheme_color_b', 'std' => "#d88e4c", - 'desc' => __('(array) (optional) An array of CSS color definitions which are used to give the user a feel for the theme.', ''), + 'desc' => __('(array) (optional) An array of CSS color definitions which are used to give the user a feel for the theme.', 'sakura'), 'type' => "color" ); $options[] = array( - 'name' => __("面板主色调C", 'sakura'), + 'name' => __('Panel main color C', 'sakura'), 'id' => 'dash_scheme_color_c', 'std' => "#695644", - 'desc' => __('(array) (optional) An array of CSS color definitions which are used to give the user a feel for the theme.', ''), + 'desc' => __('(array) (optional) An array of CSS color definitions which are used to give the user a feel for the theme.', 'sakura'), 'type' => "color" ); $options[] = array( - 'name' => __("面板主色调D", 'sakura'), + 'name' => __('Panel main color D', 'sakura'), 'id' => 'dash_scheme_color_d', 'std' => "#a19780", - 'desc' => __('(array) (optional) An array of CSS color definitions which are used to give the user a feel for the theme.', ''), + 'desc' => __('(array) (optional) An array of CSS color definitions which are used to give the user a feel for the theme.', 'sakura'), 'type' => "color" ); $options[] = array( - 'name' => __("面板图标配色——base", 'sakura'), + 'name' => __('Panel icon color——base', 'sakura'),/*面板图标配色——base*/ 'id' => 'dash_scheme_color_base', 'std' => "#e5f8ff", - 'desc' => __('(array) (optional) An array of CSS color definitions used to color any SVG icons.', ''), + 'desc' => __('(array) (optional) An array of CSS color definitions used to color any SVG icons.', 'sakura'), 'type' => "color" ); $options[] = array( - 'name' => __("面板图标配色——focus", 'sakura'), + 'name' => __('Panel icon color——focus', 'sakura'), 'id' => 'dash_scheme_color_focus', 'std' => "#fff", - 'desc' => __('(array) (optional) An array of CSS color definitions used to color any SVG icons.', ''), + 'desc' => __('(array) (optional) An array of CSS color definitions used to color any SVG icons.', 'sakura'), 'type' => "color" ); $options[] = array( - 'name' => __("面板图标配色——current", 'sakura'), + 'name' => __('Panel icon color——current', 'sakura'), 'id' => 'dash_scheme_color_current', 'std' => "#fff", - 'desc' => __('(array) (optional) An array of CSS color definitions used to color any SVG icons.', ''), + 'desc' => __('(array) (optional) An array of CSS color definitions used to color any SVG icons.', 'sakura'), 'type' => "color" ); $options[] = array( - 'name' => __('其他自定义面板样式(CSS)', 'sakura'), - 'desc' => __('如果还需要对面板其他样式进行调整可以把style放到这里', 'sakura'), + 'name' => __('Other custom panel styles(CSS)', 'sakura'),/*其他自定义面板样式(CSS)*/ + 'desc' => __('If you need to adjust other styles of the panel, put the style here.', 'sakura'),/*如果还需要对面板其他样式进行调整可以把style放到这里*/ 'id' => 'dash_scheme_css_rules', 'std' => '#adminmenu .wp-has-current-submenu .wp-submenu a,#adminmenu .wp-has-current-submenu.opensub .wp-submenu a,#adminmenu .wp-submenu a,#adminmenu a.wp-has-current-submenu:focus+.wp-submenu a,#wpadminbar .ab-submenu .ab-item,#wpadminbar .quicklinks .menupop ul li a,#wpadminbar .quicklinks .menupop.hover ul li a,#wpadminbar.nojs .quicklinks .menupop:hover ul li a,.folded #adminmenu .wp-has-current-submenu .wp-submenu a{color:#f3f2f1}body{background-image:url(https://view.moezx.cc/images/2019/04/21/windows10-2019-4-21-i3.jpg);background-size:cover;background-repeat:no-repeat;background-attachment:fixed;}#wpcontent{background:rgba(255,255,255,.8)}', 'type' => 'textarea'); $options[] = array( - 'name' => __('后台登陆界面背景图', 'sakura'), - 'desc' => __('该地址为空则使用默认图片', 'sakura'), + 'name' => __('Login interface background image', 'sakura'),/*后台登陆界面背景图*/ + 'desc' => __('Use the default image if left this blank', 'sakura'),/*该地址为空则使用默认图片*/ 'id' => 'login_bg', 'type' => 'upload'); $options[] = array( - 'name' => __('后台登陆界面logo', 'sakura'), - 'desc' => __('用于登录界面显示', 'sakura'), + 'name' => __('Login interface logo', 'sakura'),/*后台登陆界面logo*/ + 'desc' => __('Used for login interface display', 'sakura'),/*用于登录界面显示*/ 'id' => 'logo_img', 'std' => $imagepath.'mashiro-logo-s.png', 'type' => 'upload'); $options[] = array( - 'name' => __('登陆/注册相关设定', 'sakura'), + 'name' => __('Login/registration related settings', 'sakura'),/*登陆/注册相关设定*/ 'desc' => __('', 'sakura'), 'id' => 'login_tip', 'std' => '', 'type' => 'typography '); $options[] = array( - 'name' => __('指定登录地址', 'sakura'), - 'desc' => __('强制不使用后台地址登陆,填写新建的登陆页面地址,比如 http://www.xxx.com/login【注意】填写前先测试下你新建的页面是可以正常打开的,以免造成无法进入后台等情况', 'sakura'), + 'name' => __('Specify login address', 'sakura'),/*指定登录地址*/ + 'desc' => __('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', 'sakura'),/*强制不使用后台地址登陆,填写新建的登陆页面地址,比如 http://www.xxx.com/login【注意】填写前先测试下你新建的页面是可以正常打开的,以免造成无法进入后台等情况*/ 'id' => 'exlogin_url', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('指定注册地址', 'sakura'), - 'desc' => __('该链接使用在登录页面作为注册入口,建议填写', 'sakura'), + 'name' => __('Specify registered address', 'sakura'),/*指定注册地址*/ + 'desc' => __('This link is used on the login page as a registration entry', 'sakura'),/*该链接使用在登录页面作为注册入口,建议填写*/ 'id' => 'exregister_url', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('允许用户注册', 'sakura'), - 'desc' => __('勾选开启,允许用户在前台注册', 'sakura'), + 'name' => __('Allow users to register', 'sakura'),/*允许用户注册*/ + 'desc' => __('Check to allow users to register at the frontend', 'sakura'),/*勾选开启,允许用户在前台注册*/ 'id' => 'ex_register_open', 'std' => '0', 'type' => 'checkbox'); $options[] = array( - 'name' => __('登录后自动跳转', 'sakura'), - 'desc' => __('勾选开启,管理员跳转至后台,用户跳转至主页', 'sakura'), + 'name' => __('Automatically redirect after login', 'sakura'),/*登录后自动跳转*/ + 'desc' => __('After checken, the administrator redirects to the background and the user redirects to the home page.', 'sakura'),/*勾选开启,管理员跳转至后台,用户跳转至主页*/ 'id' => 'login_urlskip', 'std' => '0', 'type' => 'checkbox'); $options[] = array( - 'name' => __('注册验证(仅前端,后端强制开启)', 'sakura'), - 'desc' => __('勾选开启滑动验证', 'sakura'), + 'name' => __('Registration verification (frontend only, backend forced open)', 'sakura'),/*注册验证(仅前端,后端强制开启)*/ + 'desc' => __('Check to enable slide verification', 'sakura'),/*勾选开启滑动验证*/ 'id' => 'login_validate', 'std' => '0', 'type' => 'checkbox'); @@ -884,41 +883,41 @@ function optionsframework_options() { 'type' => 'heading' ); $options[] = array( - 'name' => __('图片库 CDN', 'sakura'), - 'desc' => __('注意:填写格式为 http(s)://你的CDN域名/。
也就是说,原路径为 http://your.domain/wp-content/uploads/2018/05/xx.png 的图片将从 http://你的CDN域名/2018/05/xx.png 加载', 'sakura'), + 'name' => __('Images CDN', 'sakura'),/*图片库*/ + 'desc' => __('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', 'sakura'),/*注意:填写格式为 http(s)://你的CDN域名/。
也就是说,原路径为 http://your.domain/wp-content/uploads/2018/05/xx.png 的图片将从 http://你的CDN域名/2018/05/xx.png 加载*/ 'id' => 'qiniu_cdn', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('本地调用前端库(lib.js、lib.css)', 'sakura'), - 'desc' => __('前端库不走 jsDelivr,不建议启用', 'sakura'), + 'name' => __('Use the front-end library locally (lib.js、lib.css)', 'sakura'),/*本地调用前端库(lib.js、lib.css)*/ + 'desc' => __('The front-end library don\'t load from jsDelivr, not recommand', 'sakura'),/*前端库不走 jsDelivr,不建议启用*/ 'id' => 'jsdelivr_cdn_test', 'std' => '0', 'type' => 'checkbox'); $options[] = array( - 'name' => __('本地调用主题 js、css 文件(sakura-app.js、style.css)', 'sakura'), - 'desc' => __('主题的 js、css 文件不走 jsDelivr,DIY 时请开启', 'sakura'), + 'name' => __('Use js and css file of the theme (sakura-app.js、style.css) locally', 'sakura'),/*本地调用主题 js、css 文件(sakura-app.js、style.css)*/ + 'desc' => __('The js and css files of the theme do not load from jsDelivr, please open when DIY', 'sakura'),/*主题的 js、css 文件不走 jsDelivr,DIY 时请开启*/ 'id' => 'app_no_jsdelivr_cdn', 'std' => '0', 'type' => 'checkbox'); //其他 $options[] = array( - 'name' => __('其他', 'sakura'), + 'name' => __('Others', 'sakura'),/*其他*/ 'type' => 'heading' ); $options[] = array( - 'name' => __('关于', 'sakura'), - 'desc' => __('Theme Sakura v'.SAKURA_VERSION.' | 主题说明 | 源码GitHub release', 'sakura'), + 'name' => __('About', 'sakura'),/*关于*/ + 'desc' => __('Theme Sakura v'.SAKURA_VERSION.' | Theme document | Source codeGitHub release', 'sakura'),/*Theme Sakura v'.SAKURA_VERSION.' | 主题说明 | 源码GitHub release*/ 'id' => 'theme_intro', 'std' => '', 'type' => 'typography '); $options[] = array( - 'name' => "检查更新", - 'desc' => '下载最新版', + 'name' => __('Check for Updates', 'sakura'),/*检查更新*/ + 'desc' => 'Download the latest version', 'id' => "release_info", 'std' => "tag", 'type' => "images", @@ -929,180 +928,180 @@ function optionsframework_options() { ); $options[] = array( - 'name' => __('页脚悬浮播放器', 'sakura'), - 'desc' => __('如果不需要播放器留空即可。填写网易云音乐的「歌单」ID,eg:https://music.163.com/#/playlist?id=2288037900的ID是2288037900', 'sakura'), + 'name' => __('Footer float music player', 'sakura'),/*页脚悬浮播放器*/ + 'desc' => __('If you don\'t need the player just leave it blank.Fill in the "song list" ID of Netease Cloud Music, eg: https://music.163.com/#/playlist?id=2288037900 The ID is 2288037900', 'sakura'),/*如果不需要播放器留空即可。填写网易云音乐的「歌单」ID,eg:https://music.163.com/#/playlist?id=2288037900的ID是2288037900*/ 'id' => 'playlist_id', 'std' => '2288037900', 'type' => 'text'); $options[] = array( - 'name' => __('版本控制', 'sakura'), - 'desc' => __('用于更新前端 cookie 及浏览器缓存,可使用任意字符串', 'sakura'), + 'name' => __('Version Control', 'sakura'),/*版本控制*/ + 'desc' => __('Used to update frontend cookies and browser caches, any string can be used', 'sakura'),/*用于更新前端 cookie 及浏览器缓存,可使用任意字符串*/ 'id' => 'cookie_version', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('开启PJAX局部刷新(建议开启)', 'sakura'), - 'desc' => __('原理与Ajax相同', 'sakura'), + 'name' => __('Enable PJAX (recommand on)', 'sakura'),/*开启PJAX局部刷新(建议开启)*/ + 'desc' => __('The principle is the same as Ajax', 'sakura'),/*原理与Ajax相同*/ 'id' => 'poi_pjax', 'std' => '0', 'type' => 'checkbox'); $options[] = array( - 'name' => __('开启NProgress加载进度条', 'sakura'), - 'desc' => __('默认不开启,勾选开启', 'sakura'), + 'name' => __('Enable NProgress progress bar', 'sakura'),/*开启NProgress加载进度条*/ + 'desc' => __('Default off, check on', 'sakura'),/*默认不开启,勾选开启*/ 'id' => 'nprogress_on', 'std' => '0', 'type' => 'checkbox'); $options[] = array( - 'name' => __('开启公告', 'sakura'), - 'desc' => __('默认不显示,勾选开启', 'sakura'), + 'name' => __('Enable Announcement', 'sakura'), + 'desc' => __('Default off, check on', 'sakura'),/*默认不显示,勾选开启*/ 'id' => 'head_notice', 'std' => '0', 'type' => 'checkbox'); $options[] = array( - 'name' => __('公告内容', 'sakura'), - 'desc' => __('公告内容,文字超出142个字节将会被滚动显示(移动端无效),一个汉字 = 3字节,一个字母 = 1字节,自己计算吧', 'sakura'), + 'name' => __('Announcement content', 'sakura'), + 'desc' => __('Announcement content, the text exceeds 142 bytes will be scrolled display (mobile device is invalid)', 'sakura'),/*公告内容,文字超出142个字节将会被滚动显示(移动端无效),一个汉字 = 3字节,一个字母 = 1字节,自己计算吧*/ 'id' => 'notice_title', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('首页不显示的分类文章', 'sakura'), - 'desc' => __('填写分类ID,多个用英文“ , ”分开', 'sakura'), + 'name' => __('The categories of articles that don\t not show on homepage', 'sakura'),/*首页不显示的分类文章*/ + 'desc' => __('Fill in category ID, multiple IDs are divided by a comma ","', 'sakura'),/*填写分类ID,多个用英文“ , ”分开*/ 'id' => 'classify_display', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('图片展示分类', 'sakura'), - 'desc' => __('填写分类ID,多个用英文“ , ”分开', 'sakura'), + 'name' => __('Images category', 'sakura'),/*图片展示分类*/ + 'desc' => __('Fill in category ID, multiple IDs are divided by a comma ","', 'sakura'),/*填写分类ID,多个用英文“ , ”分开*/ 'id' => 'image_category', 'std' => '', 'type' => 'text'); $options[] = array( - 'name' => __('统计接口', 'sakura'), + 'name' => __('Statistics Interface', 'sakura'),/*统计接口*/ 'id' => 'statistics_api', 'std' => "theme_build_in", 'type' => "radio", 'options' => array( - 'wp_statistics' => __('WP-Statistics 插件(专业性统计,可排除无效访问)', ''), - 'theme_build_in' => __('主题内建(简单的统计,计算每一次页面访问请求)', '') + 'wp_statistics' => __('WP-Statistics plugin (Professional statistics, can exclude invalid access)', 'sakura'),/*WP-Statistics 插件(专业性统计,可排除无效访问)*/ + 'theme_build_in' => __('Theme built-in (simple statistics, calculate each page access request)', 'sakura')/*主题内建(简单的统计,计算每一次页面访问请求)*/ )); $options[] = array( - 'name' => __('统计数据显示格式', 'sakura'), + 'name' => __('Statistical data display format', 'sakura'),/*统计数据显示格式*/ 'id' => 'statistics_format', 'std' => "type_1", 'type' => "radio", 'options' => array( - 'type_1' => __('23333 次访问(默认)', ''), - 'type_2' => __('23,333 次访问(英式)', ''), - 'type_3' => __('23 333 次访问(法式)', ''), - 'type_4' => __('23k 次访问(中式)', ''), + 'type_1' => __('23333 Views (default)', 'sakura'),/*23333 次访问(默认)*/ + 'type_2' => __('23,333 Views (britain)', 'sakura'),/*23,333 次访问(英式)'*/ + 'type_3' => __('23 333 Views (french)', 'sakura'),/*23 333 次访问(法式)*/ + 'type_4' => __('23k Views (chinese)', 'sakura'),/*23k 次访问(中式)*/ )); $options[] = array( - 'name' => __('启用实时搜索', 'sakura'), - 'desc' => __('前台实现实时搜索,调用 Rest API 每小时更新一次缓存,可在 functions.php 里手动设置缓存时间'), + '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 functions.php'),/*前台实现实时搜索,调用 Rest API 每小时更新一次缓存,可在 functions.php 里手动设置缓存时间*/ 'id' => 'live_search', 'std' => '0', 'type' => 'checkbox'); $options[] = array( - 'name' => __('实时搜索包含评论', 'sakura'), - 'desc' => __('在实时搜索中搜索评论(如果网站评论数量太多不建议开启)'), + 'name' => __('Include comments in live search', 'sakura'),/*实时搜索包含评论*/ + 'desc' => __('Search for comments in real-time search (not recommended if there are too many comments on the site)'),/*在实时搜索中搜索评论(如果网站评论数量太多不建议开启)*/ 'id' => 'live_search_comment', 'std' => '0', 'type' => 'checkbox'); $options[] = array( - 'name' => __('启用 baguetteBox', 'sakura'), - 'desc' => __('默认禁用,请阅读说明', 'sakura'), + 'name' => __('Enable baguetteBox', 'sakura'),/*启用 baguetteBox*/ + 'desc' => __('Default off,please read wiki', 'sakura'),/*默认禁用,请阅读说明*/ 'id' => 'image_viewer', 'std' => '0', 'type' => 'checkbox'); $options[] = array( - 'name' => __('文章内图片启用 lazyload', 'sakura'), - 'desc' => __('默认启用', 'sakura'), + 'name' => __('Enable lazyload in posts', 'sakura'),/*文章内图片启用 lazyload*/ + 'desc' => __('Default on', 'sakura'),/*默认启用*/ 'id' => 'lazyload', 'std' => '1', 'type' => 'checkbox'); $options[] = array( 'name' => __('lazyload spinner', 'sakura'), - 'desc' => __('图片加载时要显示的占位图,填写图片 url', 'sakura'), + 'desc' => __('The placeholder to display when the image loads, fill in the image url', 'sakura'),/*图片加载时要显示的占位图,填写图片 url*/ 'id' => 'lazyload_spinner', 'std' => 'https://cdn.jsdelivr.net/gh/moezx/cdn@3.0.2/img/svg/loader/trans.ajax-spinner-preloader.svg', 'type' => 'text'); $options[] = array( - 'name' => __('是否开启剪贴板版权标识', 'sakura'), - 'desc' => __('复制超过30个字节时自动向剪贴板添加版权标识,默认开启', 'sakura'), + 'name' => __('Whether to enable the clipboard copyright', 'sakura'),/*是否开启剪贴板版权标识*/ + 'desc' => __('Automatically add a copyright to the clipboard when copying more than 30 bytes, which is enabled by default.', 'sakura'),/*复制超过30个字节时自动向剪贴板添加版权标识,默认开启*/ 'id' => 'clipboard_copyright', 'std' => '1', 'type' => 'checkbox'); $options[] = array( - 'name' => __('发件地址前缀', 'sakura'), - 'desc' => __('用于发送系统邮件,在用户的邮箱中显示的发件人地址,不要使用中文,默认系统邮件地址为 bibi@你的域名', 'sakura'), + 'name' => __('Email address prefix', 'sakura'),/*发件地址前缀*/ + 'desc' => __('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', 'sakura'),/*用于发送系统邮件,在用户的邮箱中显示的发件人地址,不要使用中文,默认系统邮件地址为 bibi@你的域名*/ 'id' => 'mail_user_name', 'std' => 'bibi', 'type' => 'text'); $options[] = array( - 'name' => __('邮件回复通知', 'sakura'), - 'desc' => __('WordPress默认会使用邮件通知用户评论收到回复,开启此项允许用户设置自己的评论收到回复时是否使用邮件通知', 'sakura'), + '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' => __('邮件回复通知管理员', 'sakura'), - 'desc' => __('当管理员评论收到回复时是否使用邮件通知', 'sakura'), + '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' => __('允许私密评论', 'sakura'), - 'desc' => __('允许用户设置自己的评论对其他人不可见', 'sakura'), + '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' => __('机器人验证', 'sakura'), - 'desc' => __('开启机器人验证', 'sakura'), + 'name' => __('Human verification', 'sakura'),/*机器人验证*/ + 'desc' => __('Enable human verification', 'sakura'),/*开启机器人验证*/ 'id' => 'norobot', 'std' => '0', 'type' => 'checkbox'); $options[] = array( - 'name' => __('评论UA信息', 'sakura'), - 'desc' => __('勾选开启,用户的浏览器,操作系统信息', 'sakura'), + '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' => __('开启多说插件支持', 'sakura'), - 'desc' => __('多说已经凉了', 'sakura'), + 'name' => __('Enable disqus', 'sakura'),/*开启多说插件支持*/ + 'desc' => __('Enable disqus for comment', 'sakura'),/*多说已经凉了*/ 'id' => 'general_disqus_plugin_support', 'std' => '0', 'type' => 'checkbox'); $options[] = array( - 'name' => __('时区调整', 'sakura'), - 'desc' => __('如果评论出现时差问题在这里调整,填入一个整数,计算方法:实际时间=显示错误的时间-你输入的整数(单位:小时)', 'sakura'), + '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; -} \ No newline at end of file +} diff --git a/search.php b/search.php index 902e2e6..b5e6732 100644 --- a/search.php +++ b/search.php @@ -16,7 +16,7 @@ get_header(); ?> if ( have_posts() ) : ?>
diff --git a/style.css b/style.css index 1af122b..5ae5497 100644 --- a/style.css +++ b/style.css @@ -4,8 +4,8 @@ Theme Name: Sakura Theme URI: https://2heng.xin/theme-sakura/ Author: Mashiro, Louie, Fuzzz Author URI: http://2heng.xin -Description: Akina主题分支(原版地址 http://www.akina.pw/themeakina) -Version: 3.2.7 +Description: A branch of theme Akina +Version: 3.2.8 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: sakura diff --git a/tpl/content-category.php b/tpl/content-category.php index 2cd09cd..45595c2 100644 --- a/tpl/content-category.php +++ b/tpl/content-category.php @@ -27,7 +27,7 @@
- +
diff --git a/tpl/content-image.php b/tpl/content-image.php index 2849885..75140e7 100644 --- a/tpl/content-image.php +++ b/tpl/content-image.php @@ -32,10 +32,10 @@
- +
- 热度 +
diff --git a/tpl/content-none.php b/tpl/content-none.php index 81c5e9b..dd894e6 100644 --- a/tpl/content-none.php +++ b/tpl/content-none.php @@ -11,18 +11,18 @@
-

点击这里开始.', 'akina' ), array( 'a' => array( 'href' => array() ) ) ), esc_url( admin_url( 'post-new.php' ) ) ); ?>

+

Click here to start.', 'sakura' ), array( 'a' => array( 'href' => array() ) ) ), esc_url( admin_url( 'post-new.php' ) ) ); /*准备好发布你的第一篇文章了么? 点击这里开始.*/?>

-

+

    -

    +

    diff --git a/tpl/content-page.php b/tpl/content-page.php index 0736a21..e340619 100644 --- a/tpl/content-page.php +++ b/tpl/content-page.php @@ -21,7 +21,7 @@ the_content(); wp_link_pages( array( - 'before' => '
    -
    知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议
    +
    diff --git a/tpl/content-status.php b/tpl/content-status.php index 0d12d04..8ad1b02 100644 --- a/tpl/content-status.php +++ b/tpl/content-status.php @@ -28,10 +28,10 @@
    - +
    - 热度 +
    diff --git a/tpl/content-thumb.php b/tpl/content-thumb.php index aabeb6b..1c668dc 100644 --- a/tpl/content-thumb.php +++ b/tpl/content-thumb.php @@ -49,8 +49,8 @@ $the_cat = get_the_category();

diff --git a/tpl/content.php b/tpl/content.php index 2cd4c41..f83489e 100644 --- a/tpl/content.php +++ b/tpl/content.php @@ -31,10 +31,10 @@
- +
- 热度 +
diff --git a/tpl/single-image.php b/tpl/single-image.php index 0463b26..fc7ccb5 100644 --- a/tpl/single-image.php +++ b/tpl/single-image.php @@ -15,7 +15,7 @@

-

post_date_gmt)); ?>   次阅读

+

post_date_gmt)); ?>  


diff --git a/user/page-register.php b/user/page-register.php index 1f4579d..d21fb13 100644 --- a/user/page-register.php +++ b/user/page-register.php @@ -11,40 +11,40 @@ if( !empty($_POST['register_reg']) ) { // Check the username if ( $sanitized_user_login == '' ) { - $error .= '错误:请输入用户名。
'; + $error .= ''.__("Error","sakura")./*错误*/':'.__("Please enter username.","sakura")./*请输入用户名。*/'
'; } elseif ( ! validate_username( $sanitized_user_login ) ) { - $error .= '错误:此用户名包含无效字符,请输入有效的用户名。
'; + $error .= ''.__("Error","sakura")./*错误*/':'.__("Invalid characters, please enter a valid username.","sakura")./*此用户名包含无效字符,请输入有效的用户名。*/'
'; $sanitized_user_login = ''; } elseif ( username_exists( $sanitized_user_login ) ) { - $error .= '错误:该用户名已被注册。
'; + $error .= ''.__("Error","sakura")./*错误*/':'.__("This username has been registered.","sakura")./*该用户名已被注册。*/'
'; } // Check the e-mail address if ( $user_email == '' ) { - $error .= '错误:请填写电子邮件地址。
'; + $error .= ''.__("Error","sakura")./*错误*/':'.__("Please enter email address.","sakura")./*请填写电子邮件地址。*/'
'; } elseif ( ! is_email( $user_email ) ) { - $error .= '错误:电子邮件地址不正确。
'; + $error .= ''.__("Error","sakura")./*错误*/':'.__("Invalid email address","sakura")./*电子邮件地址不正确。*/'
'; $user_email = ''; } elseif ( email_exists( $user_email ) ) { - $error .= '错误:该电子邮件地址已经被注册。
'; + $error .= ''.__("Error","sakura")./*错误*/':'.__("This email address has been registered.","sakura")./*该电子邮件地址已经被注册。*/'
'; } // Check the password if(strlen($_POST['user_pass']) < 6){ - $error .= '错误:密码长度至少6位。
'; + $error .= ''.__("Error","sakura")./*错误*/':'.__("Password length is at least 6 digits","sakura")./*密码长度至少6位。*/'
'; }elseif($_POST['user_pass'] != $_POST['user_pass2']){ - $error .= '错误:两次输入的密码不一致。
'; + $error .= ''.__("Error","sakura")./*错误*/':'.__("Inconsistent password entered twice","sakura")./*两次输入的密码不一致。*/'
'; } // verification if(akina_option('login_validate') && strlen($_POST['verification']) > 0 ){ - $error .= '错误:请拖动滑块验证身份
'; + $error .= ''.__("Error","sakura")./*错误*/':'.__("Please drag the slider to verify identity","sakura")./*请拖动滑块验证身份*/'
'; } if($error == '') { $user_id = wp_create_user( $sanitized_user_login, $_POST['user_pass'], $user_email ); if ( !$user_id ) { - $error .= sprintf( '错误:无法完成注册请求... 请联系管理员
', get_option( 'admin_email' ) ); + $error .= ''.__("Error","sakura")./*错误*/':'.__("Unable to complete registration request...Please contact","sakura")./*无法完成注册请求... 请联系*/''.__("administrator","sakura")./*管理员*/'
'; }else if (!is_user_logged_in()) { $user = get_userdatabylogin($sanitized_user_login); $user_id = $user->ID; @@ -73,14 +73,14 @@ if( !empty($_POST['register_reg']) ) {
- »拖动滑块验证 + »
'.$error.'

'; } ?> - + ">
//window.location.href=''; -

暂未开放注册。

+