about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-05-20 20:39:03 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-05-20 13:39:03 +0200
commitda0a18a318c9810fed95785c42460950b9d71183 (patch)
tree9e9239ab1214fbc5f1d6b7464da28d3a0f4997a1 /app
parent8ed3fa169326427f6ed4e2d33f8aba7f3fe2e077 (diff)
Add Japanese translations (domain block & admin page) (#3160)
https://github.com/tootsuite/mastodon/pull/3100
https://github.com/tootsuite/mastodon/pull/3127
Diffstat (limited to 'app')
-rw-r--r--app/javascript/mastodon/locales/defaultMessages.json4
-rw-r--r--app/javascript/mastodon/locales/ja.json8
2 files changed, 8 insertions, 4 deletions
diff --git a/app/javascript/mastodon/locales/defaultMessages.json b/app/javascript/mastodon/locales/defaultMessages.json
index 67c7cc527..6b7e63245 100644
--- a/app/javascript/mastodon/locales/defaultMessages.json
+++ b/app/javascript/mastodon/locales/defaultMessages.json
@@ -317,6 +317,10 @@
         "id": "account.report"
       },
       {
+        "defaultMessage": "Media",
+        "id": "account.media"
+      },
+      {
         "defaultMessage": "This user is from another instance. This number may be larger.",
         "id": "account.disclaimer"
       },
diff --git a/app/javascript/mastodon/locales/ja.json b/app/javascript/mastodon/locales/ja.json
index b4445719d..58c33565f 100644
--- a/app/javascript/mastodon/locales/ja.json
+++ b/app/javascript/mastodon/locales/ja.json
@@ -1,6 +1,6 @@
 {
   "account.block": "ブロック",
-  "account.block_domain": "Hide everything from {domain}",
+  "account.block_domain": "{domain}全体を非表示",
   "account.disclaimer": "このユーザーは他のインスタンスに所属しているため、数字が正確で無い場合があります。",
   "account.edit_profile": "プロフィールを編集",
   "account.follow": "フォロー",
@@ -14,7 +14,7 @@
   "account.report": "通報",
   "account.requested": "承認待ち",
   "account.unblock": "ブロック解除",
-  "account.unblock_domain": "Unhide {domain}",
+  "account.unblock_domain": "{domain}を表示",
   "account.unfollow": "フォロー解除",
   "account.unmute": "ミュート解除",
   "boost_modal.combo": "次からは{combo}を押せば、これをスキップできます。",
@@ -43,8 +43,8 @@
   "confirmations.block.message": "本当に{name}をブロックしますか?",
   "confirmations.delete.confirm": "削除",
   "confirmations.delete.message": "本当に削除しますか?",
-  "confirmations.domain_block.confirm": "Hide entire domain",
-  "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.confirm": "ドメイン全体を非表示",
+  "confirmations.domain_block.message": "本当に{domain}全体を非表示にしますか? 多くの場合は個別にブロックやミュートするだけで充分であり、また好ましいです。",
   "confirmations.mute.confirm": "ミュート",
   "confirmations.mute.message": "本当に{name}をミュートしますか?",
   "emoji_button.activity": "活動",