From 78c135ff30e7a2e179660ebc37cae7451979b154 Mon Sep 17 00:00:00 2001 From: spirit Date: Fri, 15 Nov 2019 23:51:46 +0800 Subject: [PATCH] translate --- footer.php | 6 +- functions.php | 8 +- languages/en_US.mo | Bin 1265 -> 1267 bytes languages/en_US.po | 201 ++++++++++++++++++++---------------------- languages/sakura.pot | 199 ++++++++++++++++++++---------------------- languages/zh_CN.mo | Bin 32447 -> 32480 bytes languages/zh_CN.po | 202 +++++++++++++++++++++---------------------- options.php | 2 +- 8 files changed, 297 insertions(+), 321 deletions(-) diff --git a/footer.php b/footer.php index 4331a27..560dd26 100644 --- a/footer.php +++ b/footer.php @@ -42,7 +42,7 @@ -
小工具
+
@@ -81,7 +81,7 @@
- +
@@ -89,7 +89,7 @@
-

+

diff --git a/functions.php b/functions.php index 9284a15..7f4978f 100644 --- a/functions.php +++ b/functions.php @@ -428,7 +428,7 @@ if(!function_exists('akina_comment_format')){ $author_count = count($wpdb->get_results( "SELECT comment_ID as author_count FROM $wpdb->comments WHERE comment_author_email = '$comment_author_email' ")); if($author_count>=1 && $author_count< 5 )//数字可自行修改,代表评论次数。 - echo ''; + echo ''; else if($author_count>=6 && $author_count< 10) echo ''; else if($author_count>=10 && $author_count< 20) @@ -436,7 +436,7 @@ if(!function_exists('akina_comment_format')){ else if($author_count>=20 && $author_count< 40) echo ''; else if($author_count>=40 && $author_count< 80) - echo ''; + echo ''; else if($author_count>=80 && $author_count< 160) echo ''; else if($author_count>=160) @@ -1268,7 +1268,7 @@ function memory_archives_list() { if ($year != $year_tmp && $year > 0) $output .= ''; if ($year != $year_tmp) { $year = $year_tmp; - $output .= '

'. $year . __("","sakura"). /*年*/'