From f92d991e529686a3bd402b957a2c3727a0094b85 Mon Sep 17 00:00:00 2001 From: mayaeh <mayaeh@marimo-net.org> Date: Mon, 28 Aug 2017 00:03:27 +0900 Subject: [PATCH] Add japanese translations for Pinned statuses based on pawoo. (#4717) Add japanese translations for pin_errors. --- app/javascript/mastodon/locales/ja.json | 4 ++-- config/locales/ja.yml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/javascript/mastodon/locales/ja.json b/app/javascript/mastodon/locales/ja.json index c35b0def3..4877490f0 100644 --- a/app/javascript/mastodon/locales/ja.json +++ b/app/javascript/mastodon/locales/ja.json @@ -168,7 +168,7 @@ "status.mention": "返信", "status.mute_conversation": "会話をミュート", "status.open": "詳細を表示", - "status.pin": "Pin on profile", + "status.pin": "プãƒãƒ•ã‚£ãƒ¼ãƒ«ã«å›ºå®šè¡¨ç¤º", "status.reblog": "ブースト", "status.reblogged_by": "{name}ã•ã‚“ã«ãƒ–ーストã•ã‚Œã¾ã—ãŸ", "status.reply": "返信", @@ -180,7 +180,7 @@ "status.show_less": "éš ã™", "status.show_more": "ã‚‚ã£ã¨è¦‹ã‚‹", "status.unmute_conversation": "会話ã®ãƒŸãƒ¥ãƒ¼ãƒˆã‚’解除", - "status.unpin": "Unpin from profile", + "status.unpin": "プãƒãƒ•ã‚£ãƒ¼ãƒ«ã®å›ºå®šè¡¨ç¤ºã‚’解除", "tabs_bar.compose": "投稿", "tabs_bar.federated_timeline": "連åˆ", "tabs_bar.home": "ホーム", diff --git a/config/locales/ja.yml b/config/locales/ja.yml index b847708d3..f671f594f 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -433,6 +433,10 @@ ja: statuses: open_in_web: Webã§é–‹ã over_character_limit: 上é™ã¯ %{max}æ–‡å—ã¾ã§ã§ã™ + pin_errors: + ownership: 他人ã®ãƒˆã‚¥ãƒ¼ãƒˆã‚’固定ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“ + private: éžå…¬é–‹ã®ãƒˆã‚¥ãƒ¼ãƒˆã‚’固定ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“ + reblog: ブーストã•ã‚ŒãŸãƒˆã‚¥ãƒ¼ãƒˆã‚’固定ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“ show_more: ã‚‚ã£ã¨è¦‹ã‚‹ visibilities: private: éžå…¬é–‹ @@ -443,6 +447,7 @@ ja: unlisted_long: 誰ã§ã‚‚見るã“ã¨ãŒã§ãã¾ã™ãŒã€å…¬é–‹ã‚¿ã‚¤ãƒ ラインã«ã¯è¡¨ç¤ºã•ã‚Œã¾ã›ã‚“ stream_entries: click_to_show: クリックã—ã¦è¡¨ç¤º + pinned: 固定ã•ã‚ŒãŸãƒˆã‚¥ãƒ¼ãƒˆ reblogged: ã•ã‚“ã«ãƒ–ーストã•ã‚Œã¾ã—㟠sensitive_content: é–²è¦§æ³¨æ„ terms: -- GitLab