feat(language): added footer upyun translation
This commit is contained in:
parent
c3b3058ab3
commit
a7e1f5c79a
|
@ -7,6 +7,7 @@ page: Page %d
|
|||
recent_posts: Recent Posts
|
||||
share: Share
|
||||
powered_by: "Powered by %s"
|
||||
footer_upyun: "CDN acceleration and Cloud storage services are provided by %s"
|
||||
theme: Theme
|
||||
rss_feed: RSS Feed
|
||||
category: Category
|
||||
|
|
|
@ -7,6 +7,7 @@ page: 第 %d 页
|
|||
recent_posts: 最新文章
|
||||
share: 分享
|
||||
powered_by: "由 %s 驱动"
|
||||
footer_upyun: "本站由 %s 提供 CDN 加速和云存储服务"
|
||||
theme: 主题
|
||||
rss_feed: RSS Feed
|
||||
category: 分类
|
||||
|
|
|
@ -7,6 +7,7 @@ page: 第 %d 頁
|
|||
recent_posts: 之前的文章
|
||||
share: 分享
|
||||
powered_by: "%s 框架"
|
||||
footer_upyun: "本站由 %s 提供 CDN 加速和雲存儲服務"
|
||||
theme: 主題
|
||||
rss_feed: RSS 訂閱
|
||||
category: 分類
|
||||
|
|
|
@ -55,9 +55,7 @@ const { site_uv: bsz_site_uv, site_pv: bsz_site_pv, enable: bsz_enable } = theme
|
|||
<% if (f_upyun) { %>
|
||||
<div class="ypyun-info info-item">
|
||||
<a target="_blank" rel="nofollow" href="<%= f_upyun %>">
|
||||
本站由
|
||||
<img src="/images/upyun.png" height="20">
|
||||
提供 CDN 加速和云存储服务
|
||||
<%- __('footer_upyun', '<img src="/images/upyun.png" height="20">') %>
|
||||
</a>
|
||||
</div>
|
||||
<% } %>
|
||||
|
|
Loading…
Reference in New Issue