diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-04-24 02:09:34 +0900 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-23 19:09:34 +0200 |
commit | 6e27e08cb435d170a8d37dd17d3c2442e9ad34ce (patch) | |
tree | 5fb54dcaafe6154227ed278412b2b5faf4b3c306 /app/assets | |
parent | d670f72830bfc81126c604723c65008afa81d77e (diff) |
Add Japanese translation to EmojiPicker component (#2359)
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/javascripts/components/locales/ja.jsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/javascripts/components/locales/ja.jsx b/app/assets/javascripts/components/locales/ja.jsx index d66bc1cdb..8e3970c0c 100644 --- a/app/assets/javascripts/components/locales/ja.jsx +++ b/app/assets/javascripts/components/locales/ja.jsx @@ -31,6 +31,15 @@ const ja = { "compose_form.spoiler": "テキストを隠す", "compose_form.spoiler_placeholder": "警告", "emoji_button.label": "絵文字を追加", + "emoji_button.search": "検索...", + "emoji_button.people": "ピープル", + "emoji_button.nature": "自然", + "emoji_button.food": "食べもの", + "emoji_button.activity": "アクティビティ", + "emoji_button.travel": "旅行と場所", + "emoji_button.objects": "オブジェクト", + "emoji_button.symbols": "シンボル", + "emoji_button.flags": "国旗", "empty_column.community": "ローカルタイムラインはまだ使われていません。何か書いてみましょう!", "empty_column.hashtag": "このハッシュタグはまだ使われていません。", "empty_column.home": "まだ誰もフォローしていません。{public}を見に行くか、検索を使って他のユーザーを見つけましょう。", |