translate creative protocol into English

This commit is contained in:
yafeilee 2015-04-08 01:58:13 +08:00
parent dd51f89d5c
commit 81a99895f7
4 changed files with 9 additions and 6 deletions

View File

@ -17,5 +17,5 @@
|{{ comment.name + " • " }}
span.created-at
|{{ comment.created_at }}
p.comment-content
| {{ comment.content }}
/ ignore "white-space: pre" 's effect
<p class=comment-content>{{ comment.content }}</p>

View File

@ -4,7 +4,7 @@
== post.content_html
p.ptag.published-at
| 发表于:
| #{t('announce_at')}
span #{format_date(post.created_at)}
= render 'common/copyright'
@ -14,14 +14,14 @@ p ng-controller="LikesController" ng-cloak=""
button.like-button ng-show="! is_liked " ng-click="submit()"
|{{ count }}
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 }}
span Like
div ng-controller = "QRCodesController"
.qrcode
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'
.qrcode-wrapper

View File

@ -0,0 +1,2 @@
p.copyright.published-at.ptag
| © Creative Commons - ShareAlike - NonCommercial - Attribution

View File

@ -3,6 +3,7 @@ en:
edit: 'Edit'
destroy: 'Destroy'
announce_at: "Published at "
qr_code: 'QR Code'
visited_count: "Viewed "
nocontent: "No More Content Here"
prev: '← Prev Post'