From 8c626e8ad1ce933e4b4aaf83f8bdc5230671a6a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8D=E6=88=B8=E9=9F=B3=E5=81=89?= <65073@g.hiroshimagakuin.ed.jp> Date: Thu, 17 Mar 2022 11:05:48 +0000 Subject: [PATCH] Translated using Weblate (Japanese) Currently translated at 100.0% (93 of 93 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/ja/ --- src/locales/ja.json | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/src/locales/ja.json b/src/locales/ja.json index 459a8455..58c50c09 100644 --- a/src/locales/ja.json +++ b/src/locales/ja.json @@ -68,7 +68,9 @@ "clear_history": "履歴を消去", "show_replies": "返信を表示", "hide_replies": "返信を非表示", - "load_more_replies": "もっと見る" + "load_more_replies": "もっと見る", + "skip_filler_tangent": "無関係なコンテンツをスキップ", + "skip_highlight": "要点をスキップ" }, "comment": { "pinned_by": "固定されたコメント" @@ -77,7 +79,10 @@ "instance_name": "インスタンス名", "instance_locations": "インスタンスの場所", "has_cdn": "CDNの有無", - "ssl_score": "SSLスコア" + "ssl_score": "SSLスコア", + "registered_users": "登録済みユーザー", + "version": "バージョン", + "up_to_date": "最新か否か" }, "login": { "username": "ユーザー名", @@ -85,12 +90,22 @@ }, "video": { "videos": "ビデオ", - "views": "視聴", + "views": "{views}視聴", "watched": "視聴済み", "sponsor_segments": "スポンサーによる広告", - "ratings_disabled": "評価は無効化されています" + "ratings_disabled": "評価は無効化されています", + "chapters": "チャプター", + "live": "{0}ライブ" }, "search": { - "did_you_mean": "もしかして: " + "did_you_mean": "もしかして: {0}?", + "all": "Youtube: 全て", + "videos": "Youtube: ビデオ", + "channels": "Youtube: チャンネル", + "playlists": "Youtube: 再生リスト", + "music_songs": "YT Music: 音楽", + "music_videos": "YT Music: ビデオ", + "music_albums": "YT Music: アルバム", + "music_playlists": "YT Music: 再生リスト" } }