diff options
author | mayaeh <mayaeh@marimo-net.org> | 2017-09-02 14:48:51 +0900 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-09-02 14:48:51 +0900 |
commit | ab9f1b6e50ac835113945203d0ef2e5ceb4947fe (patch) | |
tree | cbd773e414d97b9b2386a99bd1393e3c1a77033c /app/javascript | |
parent | b767eb7ff83641870ea8befbc7f8a4a994a9183a (diff) |
Add japanese translations for embed modal feature. (#4770)
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/mastodon/locales/ja.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/javascript/mastodon/locales/ja.json b/app/javascript/mastodon/locales/ja.json index c612dc004..560d2b668 100644 --- a/app/javascript/mastodon/locales/ja.json +++ b/app/javascript/mastodon/locales/ja.json @@ -63,8 +63,8 @@ "confirmations.mute.message": "本当に{name}をミュートしますか?", "confirmations.unfollow.confirm": "フォロー解除", "confirmations.unfollow.message": "本当に{name}をフォロー解除しますか?", - "embed.instructions": "Embed this status on your website by copying the code below.", - "embed.preview": "Here is what it will look like:", + "embed.instructions": "下記のコードをコピーしてウェブサイトに埋め込みます。", + "embed.preview": "表示例:", "emoji_button.activity": "活動", "emoji_button.flags": "国旗", "emoji_button.food": "食べ物", @@ -164,7 +164,7 @@ "standalone.public_title": "今こんな話をしています", "status.cannot_reblog": "この投稿はブーストできません", "status.delete": "削除", - "status.embed": "Embed", + "status.embed": "埋め込み", "status.favourite": "お気に入り", "status.load_more": "もっと見る", "status.media_hidden": "非表示のメディア", |