-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
newer: 下一篇 | ||
older: 上一篇 | ||
prev: 上一篇 | ||
prev: 上一页 | ||
next: 下一页 | ||
share: 分享 | ||
share: 分享 | ||
copyright_prefix: 本作品采用 | ||
copyright: 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议 (CC BY-NC-ND 4.0) | ||
copyright_suffix: 进行许可。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
newer: 次の記事 | ||
older: 前の記事 | ||
older: 前の記事 | ||
prev: 前のページ | ||
next: 次のページ | ||
share: シェア | ||
copyright_prefix: 本記事は | ||
copyright: 「表示 - 非営利 - 改変禁止 4.0 国際 (CC BY-NC-ND 4.0)」 | ||
copyright_suffix: を採用。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<% if (config.aomori_copyright){ %> | ||
<div class="article-copyright hairline"> | ||
<p> | ||
本作品采用 <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议</a> 进行许可。 | ||
</p> | ||
</div> | ||
<% } %> | ||
<div class="article-copyright hairline"> | ||
<p> | ||
<%= __('copyright_prefix') %> <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><%= __('copyright') %></a> <%= __('copyright_suffix') %> | ||
</p> | ||
</div> | ||
<% } %> |