From 2ed156a3f497bc43b80198a6cbaab5ff0f78b086 Mon Sep 17 00:00:00 2001 From: KMY Date: Tue, 19 Sep 2023 09:07:12 +0900 Subject: [PATCH] Fix translations --- app/javascript/mastodon/locales/en.json | 2 ++ app/javascript/mastodon/locales/ja.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index db383c1d1a..9de9b72162 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -113,6 +113,7 @@ "column.blocks": "Blocked users", "column.bookmarks": "Bookmarks", "column.community": "Local timeline", + "column.deep_local": "Deep", "column.direct": "Private mentions", "column.directory": "Browse profiles", "column.domain_blocks": "Blocked domains", @@ -621,6 +622,7 @@ "searchability.public.short": "Everyone", "searchability.unlisted.long": "Your followers and reactionners can find", "searchability.unlisted.short": "Followers and reactionners", + "search_popout.domain": "domain", "search_popout.full_text_search_disabled_message": "Not available on {domain}.", "search_popout.language_code": "ISO language code", "search_popout.options": "Search options", diff --git a/app/javascript/mastodon/locales/ja.json b/app/javascript/mastodon/locales/ja.json index 6e4b07e982..d294d85e0b 100644 --- a/app/javascript/mastodon/locales/ja.json +++ b/app/javascript/mastodon/locales/ja.json @@ -173,6 +173,7 @@ "column.bookmarks": "ブックマーク", "column.circles": "サークル", "column.community": "ローカルタイムライン", + "column.deep_local": "ディープ", "column.direct": "非公開の返信", "column.directory": "ディレクトリ", "column.domain_blocks": "ブロックしたドメイン", @@ -706,6 +707,7 @@ "searchability.public.short": "誰でも", "searchability.unlisted.long": "この投稿はあなたのフォロワーと反応者だけが検索できます", "searchability.unlisted.short": "フォロワーと反応者", + "search_popout.domain": "ドメイン", "search_popout.full_text_search_disabled_message": "{domain}では利用できません。", "search_popout.language_code": "ISO言語コード", "search_popout.options": "検索オプション",