From 05191d2579fac2455dc7de2a4159ba54078d1e7e Mon Sep 17 00:00:00 2001 From: coolvitto Date: Sun, 15 Mar 2026 13:33:22 +0000 Subject: [PATCH] Translated using Weblate (Japanese) Currently translated at 100.0% (257 of 257 strings) Translation: Materialious/Materialious Translate-URL: https://toolate.othing.xyz/projects/materialious/materialious/ja/ --- materialious/src/lib/i18n/locales/ja.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/materialious/src/lib/i18n/locales/ja.json b/materialious/src/lib/i18n/locales/ja.json index 45e03e79..95e085aa 100644 --- a/materialious/src/lib/i18n/locales/ja.json +++ b/materialious/src/lib/i18n/locales/ja.json @@ -233,7 +233,9 @@ "optionPlaceholder": "オプションの選択", "value": "値", "addConditional": "条件を追加", - "addFilter": "フィルターを追加" + "addFilter": "フィルターを追加", + "videoFiltered": "{{authorName}} の {{videoTitle}} をフィルターしました", + "channelFiltered": "{{authorName}} をフィルターしました" }, "export": { "title": "エクスポート/インポート", @@ -308,5 +310,10 @@ "leaveRoom": "ルームから退出", "userJoin": "ユーザーがルームに参加しました", "userLeft": "ユーザーがルームから退出しました" - } + }, + "markAs": { + "watched": "視聴済みにする", + "unwatched": "未視聴にする" + }, + "hideAuthor": "投稿者を非表示" }