feat(language): added footer upyun translation

This commit is contained in:
XPoet 2022-09-26 22:53:25 +08:00
parent c3b3058ab3
commit a7e1f5c79a
4 changed files with 4 additions and 3 deletions

View File

@ -7,6 +7,7 @@ page: Page %d
recent_posts: Recent Posts recent_posts: Recent Posts
share: Share share: Share
powered_by: "Powered by %s" powered_by: "Powered by %s"
footer_upyun: "CDN acceleration and Cloud storage services are provided by %s"
theme: Theme theme: Theme
rss_feed: RSS Feed rss_feed: RSS Feed
category: Category category: Category

View File

@ -7,6 +7,7 @@ page: 第 %d 页
recent_posts: 最新文章 recent_posts: 最新文章
share: 分享 share: 分享
powered_by: "由 %s 驱动" powered_by: "由 %s 驱动"
footer_upyun: "本站由 %s 提供 CDN 加速和云存储服务"
theme: 主题 theme: 主题
rss_feed: RSS Feed rss_feed: RSS Feed
category: 分类 category: 分类

View File

@ -7,6 +7,7 @@ page: 第 %d 頁
recent_posts: 之前的文章 recent_posts: 之前的文章
share: 分享 share: 分享
powered_by: "%s 框架" powered_by: "%s 框架"
footer_upyun: "本站由 %s 提供 CDN 加速和雲存儲服務"
theme: 主題 theme: 主題
rss_feed: RSS 訂閱 rss_feed: RSS 訂閱
category: 分類 category: 分類

View File

@ -55,9 +55,7 @@ const { site_uv: bsz_site_uv, site_pv: bsz_site_pv, enable: bsz_enable } = theme
<% if (f_upyun) { %> <% if (f_upyun) { %>
<div class="ypyun-info info-item"> <div class="ypyun-info info-item">
<a target="_blank" rel="nofollow" href="<%= f_upyun %>"> <a target="_blank" rel="nofollow" href="<%= f_upyun %>">
本站由 <%- __('footer_upyun', '<img src="/images/upyun.png" height="20">') %>
<img src="/images/upyun.png" height="20">
提供 CDN 加速和云存储服务
</a> </a>
</div> </div>
<% } %> <% } %>