From da0a18a318c9810fed95785c42460950b9d71183 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi <ykzts@desire.sh> Date: Sat, 20 May 2017 20:39:03 +0900 Subject: [PATCH] Add Japanese translations (domain block & admin page) (#3160) https://github.com/tootsuite/mastodon/pull/3100 https://github.com/tootsuite/mastodon/pull/3127 --- app/javascript/mastodon/locales/defaultMessages.json | 4 ++++ app/javascript/mastodon/locales/ja.json | 8 ++++---- config/locales/ja.yml | 1 + 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/app/javascript/mastodon/locales/defaultMessages.json b/app/javascript/mastodon/locales/defaultMessages.json index 67c7cc527a..6b7e632451 100644 --- a/app/javascript/mastodon/locales/defaultMessages.json +++ b/app/javascript/mastodon/locales/defaultMessages.json @@ -316,6 +316,10 @@ "defaultMessage": "Report @{name}", "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 b4445719d6..58c33565f8 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": "活動", diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 4bacd12fae..cc5430c473 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -85,6 +85,7 @@ ja: profile_url: プãƒãƒ•ィールURL public: パブリック push_subscription_expires: PuSHè³¼èªæœŸé™åˆ‡ã‚Œ + reset: リセット reset_password: パスワードå†è¨å®š salmon_url: Salmon URL search: 検索 -- GitLab