From 6bab1a43d063425d759b051e0847401af12a561a Mon Sep 17 00:00:00 2001 From: spirit Date: Wed, 4 Dec 2019 15:17:05 +0800 Subject: [PATCH] translate --- inc/api.php | 4 ++-- inc/options-framework.php | 8 +++---- inc/swicher.php | 2 +- languages/en_US.mo | Bin 1276 -> 1500 bytes languages/en_US.po | 43 +++++++++++++++++++------------------- languages/sakura.pot | 30 +++++++++++++------------- languages/zh_CN.mo | Bin 32267 -> 32267 bytes languages/zh_CN.po | 41 ++++++++++++++++++------------------ options.php | 10 ++++----- 9 files changed, 69 insertions(+), 69 deletions(-) diff --git a/inc/api.php b/inc/api.php index 1c19989..1450261 100644 --- a/inc/api.php +++ b/inc/api.php @@ -340,7 +340,7 @@ function cover_gallery() { global $wpdb; $img_array = json_decode($wpdb->get_var("SELECT `mate_value` FROM `wp_sakura` WHERE `mate_key`='manifest_json'"), true); $img = array_rand($img_array); - $img_domain = akina_option('jsdelivr_cdn') ? akina_option('jsdelivr_cdn') : get_template_directory_uri(); + $img_domain = akina_option('cover_cdn') ? akina_option('cover_cdn') : get_template_directory_uri(); if(strpos($_SERVER['HTTP_ACCEPT'], 'image/webp')) { $imgurl = $img_domain . "/manifest/" . $img_array[$img]["webp"][0]; } else { @@ -361,7 +361,7 @@ function feature_gallery() { global $wpdb; $img_array = json_decode($wpdb->get_var("SELECT `mate_value` FROM `wp_sakura` WHERE `mate_key`='manifest_json'"), true); $img = array_rand($img_array); - $img_domain = akina_option('jsdelivr_cdn') ? akina_option('jsdelivr_cdn') : get_template_directory_uri(); + $img_domain = akina_option('cover_cdn') ? akina_option('cover_cdn') : get_template_directory_uri(); if(strpos($_SERVER['HTTP_ACCEPT'], 'image/webp')) { $imgurl = $img_domain . "/manifest/" . $img_array[$img]["webp"][1]; } else { diff --git a/inc/options-framework.php b/inc/options-framework.php index a031922..2080026 100644 --- a/inc/options-framework.php +++ b/inc/options-framework.php @@ -25,8 +25,6 @@ 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 */ -define( 'SAKURA_OPTIONS', __('Sakura Options', 'sakura') ); - add_action( 'init', 'optionsframework_rolescheck' ); function optionsframework_rolescheck () { @@ -181,8 +179,8 @@ function optionsframework_setdefaults() { function optionsframework_menu_settings() { $menu = array( - 'page_title' => __( SAKURA_OPTIONS, 'optionsframework'), - 'menu_title' => __( SAKURA_OPTIONS, 'optionsframework'), + 'page_title' => __('Sakura Options', 'sakura'), + 'menu_title' => __('Sakura Options', 'sakura'), 'capability' => 'edit_theme_options', 'menu_slug' => 'options-framework', 'callback' => 'optionsframework_page' @@ -411,7 +409,7 @@ function optionsframework_adminbar() { $wp_admin_bar->add_menu( array( 'parent' => 'appearance', 'id' => 'of_theme_options', - 'title' => __( SAKURA_OPTIONS, 'options_framework_theme' ), + 'title' => __('Sakura Options', 'sakura'), 'href' => admin_url( 'themes.php?page=options-framework' ) )); } diff --git a/inc/swicher.php b/inc/swicher.php index 866efbd..878259b 100644 --- a/inc/swicher.php +++ b/inc/swicher.php @@ -13,7 +13,7 @@ mashiro_option.site_name = ""; mashiro_option.author_name = ""; mashiro_option.template_url = ""; mashiro_option.site_url = ""; -mashiro_option.qq_api_url = "/wp-json/sakura/v1/qqinfo/json"; +mashiro_option.qq_api_url = """; // mashiro_option.qq_avatar_api_url = "https://api.2heng.xin/qqinfo/"; mashiro_option.live_search = ; diff --git a/languages/en_US.mo b/languages/en_US.mo index 07814108bf9b7e2a2afc855160210f91c4ae555f..9eec412281256ecbf3b55eac6dcbd5d721055739 100644 GIT binary patch delta 608 zcmZvXy-or_6oqHk75Nht3;&ZzjGYo7($E-ocZSN%$|GZH}VP>U#69?&h1%ywRZD2Ex4_S~53n2Y?22O)b zFo3S1N%To96l4*kAnPC*ra=mt2PsGqw7^p^44#8@uMUPlJ?OiPb+93$8<2wBgA}9> zQjk}Wg1m!x%)lHNe4C;TY6hZVWK3STIxg}+b{2yuAQc6n3NK@sfapbRPk4^aJ?Z<7 zTk`^LEbZ(IuU=6?SGld+3#Zo7!grL*3Xb-C?%7&OmmNycmR#^7*=%&UuUJXpuqkRX zC>m>tva%h~;I8zql)en4@fgi+rMGz|m(S#0LgtBS(O{Z)FrLSDD+;E^b;%2=QT=}g YD{0wwRLf&!DYRWrrBZA-E$CU*Kdi%D761SM delta 423 zcmcb^{fD#uo)F7a1|Z-8Vi_Q=0b)TQz5~P{puot$zy+igfiy^s4v-cA(w0CPq|OUS za{}oYD4hnRLFx*Cv@npa1=8X`dLobpsb2}Cd4cq9AU&Chp`PI+kO8tFmIb0Q14x4` zCywp*T_P_$k@uza`SGc2qr5c^)mz%rIuypmliVwrzRF9XXxqaO|D=~ F0RW_bKJfqm diff --git a/languages/en_US.po b/languages/en_US.po index 575998b..4ebb128 100644 --- a/languages/en_US.po +++ b/languages/en_US.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: Sakura\n" -"POT-Creation-Date: 2019-11-28 23:19+0800\n" -"PO-Revision-Date: 2019-11-28 23:19+0800\n" +"POT-Creation-Date: 2019-12-04 15:07+0800\n" +"PO-Revision-Date: 2019-12-04 15:15+0800\n" "Last-Translator: \n" "Language-Team: \n" "Language: en_US\n" @@ -214,7 +214,7 @@ msgstr "" msgid "page %s " msgstr "" -#: inc/api.php:256 inc/theme_plus.php:727 +#: inc/api.php:313 inc/theme_plus.php:727 msgid "The comment is private" msgstr "" @@ -239,39 +239,40 @@ msgstr "" msgid "no image" msgstr "" -#: inc/options-framework.php:28 +#: inc/options-framework.php:182 inc/options-framework.php:183 +#: inc/options-framework.php:412 msgid "Sakura Options" msgstr "" -#: inc/options-framework.php:230 +#: inc/options-framework.php:228 msgid "Clear" msgstr "" -#: inc/options-framework.php:231 +#: inc/options-framework.php:229 msgid "Default" msgstr "" -#: inc/options-framework.php:232 +#: inc/options-framework.php:230 msgid "Select Color" msgstr "" -#: inc/options-framework.php:278 +#: inc/options-framework.php:275 msgid "Save" msgstr "" -#: inc/options-framework.php:279 +#: inc/options-framework.php:276 msgid "Restore default" msgstr "" -#: inc/options-framework.php:279 +#: inc/options-framework.php:276 msgid "All setting will be lost, sure?" msgstr "" -#: inc/options-framework.php:311 +#: inc/options-framework.php:308 msgid "Default options restored." msgstr "" -#: inc/options-framework.php:365 +#: inc/options-framework.php:362 msgid "Options saved." msgstr "" @@ -460,7 +461,7 @@ msgstr "" #: options.php:112 msgid "Basic settings" -msgstr "" +msgstr "Basic" #: options.php:116 msgid "Site title" @@ -780,7 +781,7 @@ msgstr "" #: options.php:352 msgid "First screen" -msgstr "" +msgstr "Above The Fold" #: options.php:356 msgid "Main switch" @@ -961,7 +962,7 @@ msgstr "" #: options.php:539 msgid "Post page" -msgstr "" +msgstr "Post" #: options.php:543 msgid "Post style" @@ -1009,7 +1010,7 @@ msgstr "" #: options.php:607 msgid "Social network" -msgstr "" +msgstr "Social" #: options.php:611 msgid "Wechat" @@ -1156,16 +1157,16 @@ msgid "The domain.com part of name@domain.com" msgstr "" #: options.php:737 -msgid "Background configuration" -msgstr "" +msgid "Dashboard configuration" +msgstr "Dashboard" #: options.php:742 -msgid "Background panel custom color scheme" +msgid "Dashboard panel custom color scheme" msgstr "" #: options.php:743 msgid "" -"You can design the background panel (/wp-admin/) style yourself below, but " +"You can design the dashboard panel (/wp-admin/) style yourself below, but " "before you start, please go to here to " "change the color scheme to custom.(Custom).
Tip: How to match " "colors? Maybe this can help " @@ -1302,7 +1303,7 @@ msgid "" msgstr "" #: options.php:879 -msgid "Jsdelivr CDN" +msgid "Cover CDN" msgstr "" #: options.php:880 diff --git a/languages/sakura.pot b/languages/sakura.pot index 2c78c36..1100956 100644 --- a/languages/sakura.pot +++ b/languages/sakura.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" "Project-Id-Version: Sakura\n" -"POT-Creation-Date: 2019-11-28 23:19+0800\n" +"POT-Creation-Date: 2019-12-04 15:07+0800\n" "PO-Revision-Date: 2019-11-01 14:27+0800\n" "Last-Translator: \n" "Language-Team: \n" @@ -213,7 +213,7 @@ msgstr "" msgid "page %s " msgstr "" -#: inc/api.php:256 inc/theme_plus.php:727 +#: inc/api.php:313 inc/theme_plus.php:727 msgid "The comment is private" msgstr "" @@ -237,39 +237,39 @@ msgstr "" msgid "no image" msgstr "" -#: inc/options-framework.php:28 +#: inc/options-framework.php:182 inc/options-framework.php:183 inc/options-framework.php:412 msgid "Sakura Options" msgstr "" -#: inc/options-framework.php:230 +#: inc/options-framework.php:228 msgid "Clear" msgstr "" -#: inc/options-framework.php:231 +#: inc/options-framework.php:229 msgid "Default" msgstr "" -#: inc/options-framework.php:232 +#: inc/options-framework.php:230 msgid "Select Color" msgstr "" -#: inc/options-framework.php:278 +#: inc/options-framework.php:275 msgid "Save" msgstr "" -#: inc/options-framework.php:279 +#: inc/options-framework.php:276 msgid "Restore default" msgstr "" -#: inc/options-framework.php:279 +#: inc/options-framework.php:276 msgid "All setting will be lost, sure?" msgstr "" -#: inc/options-framework.php:311 +#: inc/options-framework.php:308 msgid "Default options restored." msgstr "" -#: inc/options-framework.php:365 +#: inc/options-framework.php:362 msgid "Options saved." msgstr "" @@ -1145,16 +1145,16 @@ msgid "The domain.com part of name@domain.com" msgstr "" #: options.php:737 -msgid "Background configuration" +msgid "Dashboard configuration" msgstr "" #: options.php:742 -msgid "Background panel custom color scheme" +msgid "Dashboard panel custom color scheme" msgstr "" #: options.php:743 msgid "" -"You can design the background panel (/wp-admin/) style yourself below, but before you start, " +"You can design the dashboard panel (/wp-admin/) style yourself below, but before you start, " "please go to here to change the color scheme to custom." "(Custom).
Tip: How to match colors? Maybe this can help you." @@ -1287,7 +1287,7 @@ msgid "" msgstr "" #: options.php:879 -msgid "Jsdelivr CDN" +msgid "Cover CDN" msgstr "" #: options.php:880 diff --git a/languages/zh_CN.mo b/languages/zh_CN.mo index 787c2a9c1fb5de9064df1c80cb382f39ede265d4..4de63a411ec2239953784cb53ecc30d6ed9bbf60 100644 GIT binary patch delta 5235 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 T*>ZYMJ6Ck9zt6wErpfa^E)here to " "change the color scheme to custom.(Custom).
Tip: How to match " "colors? Maybe this can help " @@ -1323,8 +1324,8 @@ msgstr "" "名/2018/05/xx.png 加载" #: options.php:879 -msgid "Jsdelivr CDN" -msgstr "随机图片" +msgid "Cover CDN" +msgstr "封面图图片库" #: options.php:880 msgid "" @@ -1814,6 +1815,9 @@ msgstr "注 册" msgid "Registration is not open yet." msgstr "暂未开放注册。" +#~ msgid "Jsdelivr CDN" +#~ msgstr "随机图片" + #~ msgid "Default article feature image" #~ msgstr "默认文章特色图" @@ -1825,9 +1829,6 @@ msgstr "暂未开放注册。" #~ "在未设置文章特色图的情况下展示的默认图像,此处留空则使用内置API(将需要随" #~ "机展示的图片url写入 /feature/img.txt 文件)" -#~ msgid "Cover image" -#~ msgstr "封面图" - #~ msgid "" #~ "Leave blank here to use the built-in API (please read README " diff --git a/options.php b/options.php index 6fb3893..a9171a7 100644 --- a/options.php +++ b/options.php @@ -734,13 +734,13 @@ function optionsframework_options() { //后台配置 $options[] = array( - 'name' => __('Background configuration', 'sakura'),/*后台配置*/ + 'name' => __('Dashboard configuration', 'sakura'),/*后台配置*/ 'type' => 'heading' ); //后台面板自定义配色方案 $options[] = array( - '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: 如何搭配颜色?或许这个可以帮到你。*/ + 'name' => __('Dashboard panel custom color scheme', 'sakura'),/*后台面板自定义配色方案*/ + 'desc' => __('You can design the dashboard panel (/wp-admin/) style yourself below, but before you start, please go to here to change the color scheme to custom.(Custom).
Tip: How to match colors? Maybe this can help you.', 'sakura'),/*你可以在下面自行设计后台面板(/wp-admin/)样式,不过在开始之前请到这里将配色方案改为自定义(Custom)。
Tip: 如何搭配颜色?或许这个可以帮到你。*/ 'id' => 'scheme_tip', 'std' => '', 'type' => 'typography '); @@ -876,9 +876,9 @@ function optionsframework_options() { 'type' => 'text'); $options[] = array( - 'name' => __('Jsdelivr CDN', 'sakura'),/*图片库*/ + 'name' => __('Cover CDN', 'sakura'),/*封面图片库*/ 'desc' => __('Fill in the cdn path for random picture display, without adding a slash at the end, for example: https://cdn.jsdelivr.net/gh/mashirozx/sakura@3.3.3, please refer to Wiki ', 'sakura'),/*填写 cdn 路径,用于随机图片展示,最后不用加斜杠,例:https://cdn.jsdelivr.net/gh/mashirozx/sakura@3.3.3 ,更多信息请参考Wiki*/ - 'id' => 'jsdelivr_cdn', + 'id' => 'cover_cdn', 'std' => 'https://cdn.jsdelivr.net/gh/mashirozx/sakura@3.3.3', 'type' => 'text');