Add Japanese translations (domain block & admin page) (#3160)
https://github.com/tootsuite/mastodon/pull/3100 https://github.com/tootsuite/mastodon/pull/3127
This commit is contained in:
parent
8ed3fa1693
commit
da0a18a318
|
@ -316,6 +316,10 @@
|
||||||
"defaultMessage": "Report @{name}",
|
"defaultMessage": "Report @{name}",
|
||||||
"id": "account.report"
|
"id": "account.report"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"defaultMessage": "Media",
|
||||||
|
"id": "account.media"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"defaultMessage": "This user is from another instance. This number may be larger.",
|
"defaultMessage": "This user is from another instance. This number may be larger.",
|
||||||
"id": "account.disclaimer"
|
"id": "account.disclaimer"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"account.block": "ブロック",
|
"account.block": "ブロック",
|
||||||
"account.block_domain": "Hide everything from {domain}",
|
"account.block_domain": "{domain}全体を非表示",
|
||||||
"account.disclaimer": "このユーザーは他のインスタンスに所属しているため、数字が正確で無い場合があります。",
|
"account.disclaimer": "このユーザーは他のインスタンスに所属しているため、数字が正確で無い場合があります。",
|
||||||
"account.edit_profile": "プロフィールを編集",
|
"account.edit_profile": "プロフィールを編集",
|
||||||
"account.follow": "フォロー",
|
"account.follow": "フォロー",
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
"account.report": "通報",
|
"account.report": "通報",
|
||||||
"account.requested": "承認待ち",
|
"account.requested": "承認待ち",
|
||||||
"account.unblock": "ブロック解除",
|
"account.unblock": "ブロック解除",
|
||||||
"account.unblock_domain": "Unhide {domain}",
|
"account.unblock_domain": "{domain}を表示",
|
||||||
"account.unfollow": "フォロー解除",
|
"account.unfollow": "フォロー解除",
|
||||||
"account.unmute": "ミュート解除",
|
"account.unmute": "ミュート解除",
|
||||||
"boost_modal.combo": "次からは{combo}を押せば、これをスキップできます。",
|
"boost_modal.combo": "次からは{combo}を押せば、これをスキップできます。",
|
||||||
|
@ -43,8 +43,8 @@
|
||||||
"confirmations.block.message": "本当に{name}をブロックしますか?",
|
"confirmations.block.message": "本当に{name}をブロックしますか?",
|
||||||
"confirmations.delete.confirm": "削除",
|
"confirmations.delete.confirm": "削除",
|
||||||
"confirmations.delete.message": "本当に削除しますか?",
|
"confirmations.delete.message": "本当に削除しますか?",
|
||||||
"confirmations.domain_block.confirm": "Hide entire domain",
|
"confirmations.domain_block.confirm": "ドメイン全体を非表示",
|
||||||
"confirmations.domain_block.message": "Are you really, really sure you want to block the entire {domain}? In most cases a few targeted blocks or mutes are sufficient and preferable.",
|
"confirmations.domain_block.message": "本当に{domain}全体を非表示にしますか? 多くの場合は個別にブロックやミュートするだけで充分であり、また好ましいです。",
|
||||||
"confirmations.mute.confirm": "ミュート",
|
"confirmations.mute.confirm": "ミュート",
|
||||||
"confirmations.mute.message": "本当に{name}をミュートしますか?",
|
"confirmations.mute.message": "本当に{name}をミュートしますか?",
|
||||||
"emoji_button.activity": "活動",
|
"emoji_button.activity": "活動",
|
||||||
|
|
|
@ -85,6 +85,7 @@ ja:
|
||||||
profile_url: プロフィールURL
|
profile_url: プロフィールURL
|
||||||
public: パブリック
|
public: パブリック
|
||||||
push_subscription_expires: PuSH購読期限切れ
|
push_subscription_expires: PuSH購読期限切れ
|
||||||
|
reset: リセット
|
||||||
reset_password: パスワード再設定
|
reset_password: パスワード再設定
|
||||||
salmon_url: Salmon URL
|
salmon_url: Salmon URL
|
||||||
search: 検索
|
search: 検索
|
||||||
|
|
Reference in a new issue