forked from FoundKeyGang/FoundKey
Better English
This commit is contained in:
parent
af35978687
commit
cb416ea1a5
4 changed files with 7 additions and 3 deletions
|
@ -2,6 +2,10 @@ ChangeLog (Release Notes)
|
||||||
=========================
|
=========================
|
||||||
主に notable な changes を書いていきます
|
主に notable な changes を書いていきます
|
||||||
|
|
||||||
|
unreleased
|
||||||
|
----------
|
||||||
|
* l10n
|
||||||
|
|
||||||
2520 (2017/08/30)
|
2520 (2017/08/30)
|
||||||
-----------------
|
-----------------
|
||||||
* デザインの調整
|
* デザインの調整
|
||||||
|
|
|
@ -473,7 +473,7 @@ mobile:
|
||||||
no-posts-with-media: "There is no posts with media"
|
no-posts-with-media: "There is no posts with media"
|
||||||
|
|
||||||
mk-user:
|
mk-user:
|
||||||
is-followed: "Followed you"
|
follows-you: "Follows you"
|
||||||
following: "Following"
|
following: "Following"
|
||||||
followers: "Followers"
|
followers: "Followers"
|
||||||
overview: "Overview"
|
overview: "Overview"
|
||||||
|
|
|
@ -473,7 +473,7 @@ mobile:
|
||||||
no-posts-with-media: "メディア付き投稿はありません。"
|
no-posts-with-media: "メディア付き投稿はありません。"
|
||||||
|
|
||||||
mk-user:
|
mk-user:
|
||||||
is-followed: "フォローされています"
|
follows-you: "フォローされています"
|
||||||
following: "フォロー"
|
following: "フォロー"
|
||||||
followers: "フォロワー"
|
followers: "フォロワー"
|
||||||
overview: "概要"
|
overview: "概要"
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<h1>{ user.name }</h1>
|
<h1>{ user.name }</h1>
|
||||||
<span class="username">@{ user.username }</span>
|
<span class="username">@{ user.username }</span>
|
||||||
<span class="followed" if={ user.is_followed }>%i18n:mobile.tags.mk-user.is-followed%</span>
|
<span class="followed" if={ user.is_followed }>%i18n:mobile.tags.mk-user.follows-you%</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="description">{ user.description }</div>
|
<div class="description">{ user.description }</div>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
|
|
Loading…
Reference in a new issue