From 9c0e14d338c9290ae1910f6ada59b3b77a320cee Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Mon, 17 May 2021 21:32:42 +0900 Subject: [PATCH] New translations translation.json (Japanese) --- src/config/locales/ja/translation.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/config/locales/ja/translation.json b/src/config/locales/ja/translation.json index cf26be56..15f014ce 100644 --- a/src/config/locales/ja/translation.json +++ b/src/config/locales/ja/translation.json @@ -74,13 +74,11 @@ "search": "検索", "lists": "リスト", "members": "メンバー", - "filter": { - "title": "フィルター", - "placeholder": "正規表現でフィルター", - "show_dms": "DMを表示", - "show_reblogs": "ブースト表示", - "show_replies": "返信表示", - "apply": "適用" + "option": { + "title": "Option", + "show_reblogs": "Show reblogs", + "show_replies": "Show replies", + "apply": "Apply" }, "new_toot": "トゥート", "reload": "再読み込み",