translate creative protocol into English
This commit is contained in:
parent
dd51f89d5c
commit
81a99895f7
|
@ -17,5 +17,5 @@
|
||||||
|{{ comment.name + " • " }}
|
|{{ comment.name + " • " }}
|
||||||
span.created-at
|
span.created-at
|
||||||
|{{ comment.created_at }}
|
|{{ comment.created_at }}
|
||||||
p.comment-content
|
/ ignore "white-space: pre" 's effect
|
||||||
| {{ comment.content }}
|
<p class=comment-content>{{ comment.content }}</p>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
== post.content_html
|
== post.content_html
|
||||||
|
|
||||||
p.ptag.published-at
|
p.ptag.published-at
|
||||||
| 发表于:
|
| #{t('announce_at')}
|
||||||
span #{format_date(post.created_at)}
|
span #{format_date(post.created_at)}
|
||||||
|
|
||||||
= render 'common/copyright'
|
= render 'common/copyright'
|
||||||
|
@ -14,14 +14,14 @@ p ng-controller="LikesController" ng-cloak=""
|
||||||
button.like-button ng-show="! is_liked " ng-click="submit()"
|
button.like-button ng-show="! is_liked " ng-click="submit()"
|
||||||
|{{ count }}
|
|{{ count }}
|
||||||
span Like
|
span Like
|
||||||
button.like-button.liked ng-show=" is_liked " ng-click="cancel()"
|
button.like-button.liked ng-show=" is_liked " ng-click="cancel()"
|
||||||
|{{ count }}
|
|{{ count }}
|
||||||
span Like
|
span Like
|
||||||
div ng-controller = "QRCodesController"
|
div ng-controller = "QRCodesController"
|
||||||
.qrcode
|
.qrcode
|
||||||
a href="#" ng-model="qrcode" ng-init="qrcode=false" ng-click="show()"
|
a href="#" ng-model="qrcode" ng-init="qrcode=false" ng-click="show()"
|
||||||
i.fi-link
|
i.fi-link
|
||||||
| 二维码
|
| #{t('qr_code')}
|
||||||
|
|
||||||
.social-share ng-show='qrcode'
|
.social-share ng-show='qrcode'
|
||||||
.qrcode-wrapper
|
.qrcode-wrapper
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
p.copyright.published-at.ptag
|
||||||
|
| © Creative Commons - ShareAlike - NonCommercial - Attribution
|
|
@ -3,6 +3,7 @@ en:
|
||||||
edit: 'Edit'
|
edit: 'Edit'
|
||||||
destroy: 'Destroy'
|
destroy: 'Destroy'
|
||||||
announce_at: "Published at "
|
announce_at: "Published at "
|
||||||
|
qr_code: 'QR Code'
|
||||||
visited_count: "Viewed "
|
visited_count: "Viewed "
|
||||||
nocontent: "No More Content Here"
|
nocontent: "No More Content Here"
|
||||||
prev: '← Prev Post'
|
prev: '← Prev Post'
|
||||||
|
|
Loading…
Reference in New Issue