Improve visibility of mute, block, report menu in Japanese (#2131)
parent
2e1e061f24
commit
29ebd3b0b4
|
@ -1,17 +1,17 @@
|
||||||
const ja = {
|
const ja = {
|
||||||
"account.block": "@{name} さんをブロック",
|
"account.block": "ブロック",
|
||||||
"account.disclaimer": "このユーザーは他のインスタンスに所属しているため、数字が正確で無い場合があります。",
|
"account.disclaimer": "このユーザーは他のインスタンスに所属しているため、数字が正確で無い場合があります。",
|
||||||
"account.edit_profile": "プロフィールを編集",
|
"account.edit_profile": "プロフィールを編集",
|
||||||
"account.follow": "フォロー",
|
"account.follow": "フォロー",
|
||||||
"account.followers": "フォロワー",
|
"account.followers": "フォロワー",
|
||||||
"account.follows": "フォロー",
|
"account.follows": "フォロー",
|
||||||
"account.follows_you": "フォローされています",
|
"account.follows_you": "フォローされています",
|
||||||
"account.mention": "@{name} さんに返信",
|
"account.mention": "返信",
|
||||||
"account.mute": "ミュート",
|
"account.mute": "ミュート",
|
||||||
"account.posts": "投稿",
|
"account.posts": "投稿",
|
||||||
"account.report": "@{name}を通報する",
|
"account.report": "通報",
|
||||||
"account.requested": "承認待ち",
|
"account.requested": "承認待ち",
|
||||||
"account.unblock": "@{name} さんのブロックを解除",
|
"account.unblock": "ブロック解除",
|
||||||
"account.unfollow": "フォロー解除",
|
"account.unfollow": "フォロー解除",
|
||||||
"account.unmute": "ミュート解除",
|
"account.unmute": "ミュート解除",
|
||||||
"boost_modal.combo": "次からは{combo}を押せば、これをスキップできます。",
|
"boost_modal.combo": "次からは{combo}を押せば、これをスキップできます。",
|
||||||
|
@ -115,13 +115,13 @@ const ja = {
|
||||||
"status.favourite": "お気に入り",
|
"status.favourite": "お気に入り",
|
||||||
"status.load_more": "もっと見る",
|
"status.load_more": "もっと見る",
|
||||||
"status.media_hidden": "非表示のメデイア",
|
"status.media_hidden": "非表示のメデイア",
|
||||||
"status.mention": "@{name} さんへの返信",
|
"status.mention": "返信",
|
||||||
"status.open": "詳細を表示",
|
"status.open": "詳細を表示",
|
||||||
"status.reblog": "ブースト",
|
"status.reblog": "ブースト",
|
||||||
"status.reblogged_by": "{name} さんにブーストされました",
|
"status.reblogged_by": "{name} さんにブーストされました",
|
||||||
"status.reply": "返信",
|
"status.reply": "返信",
|
||||||
"status.replyAll": "全員に返信",
|
"status.replyAll": "全員に返信",
|
||||||
"status.report": "@{name} さんを通報",
|
"status.report": "通報",
|
||||||
"status.sensitive_toggle": "クリックして表示",
|
"status.sensitive_toggle": "クリックして表示",
|
||||||
"status.sensitive_warning": "不適切なコンテンツ",
|
"status.sensitive_warning": "不適切なコンテンツ",
|
||||||
"status.show_less": "隠す",
|
"status.show_less": "隠す",
|
||||||
|
|
Loading…
Reference in New Issue