mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 18:28:22 +00:00
bc4aaf5fb3
* Translated using Weblate (Croatian) Currently translated at 100.0% (78 of 78 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/hr/ * Added translation using Weblate (Japanese) * Translated using Weblate (Japanese) Currently translated at 100.0% (78 of 78 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/ja/ * Add Japanese to language selector. Co-authored-by: rootedetc <rootable@protonmail.com> Co-authored-by: からトン <inthemountain0828@gmail.com> Co-authored-by: FireMaskterK <20838718+FireMasterK@users.noreply.github.com>
97 lines
3.8 KiB
JSON
97 lines
3.8 KiB
JSON
{
|
|
"titles": {
|
|
"trending": "トレンド",
|
|
"login": "ログイン",
|
|
"register": "新規登録",
|
|
"feed": "フィード",
|
|
"preferences": "設定",
|
|
"history": "履歴",
|
|
"subscriptions": "サブスクリプション"
|
|
},
|
|
"player": {
|
|
"watch_on": "Youtubeで見る"
|
|
},
|
|
"actions": {
|
|
"subscribe": "チャンネル登録",
|
|
"unsubscribe": "登録解除",
|
|
"view_subscriptions": "サブスクリプションを見る",
|
|
"sort_by": "表示順:",
|
|
"most_recent": "新しい順",
|
|
"least_recent": "古い順",
|
|
"channel_name_asc": "チャンネル名順",
|
|
"channel_name_desc": "チャンネル名逆順",
|
|
"back": "戻る",
|
|
"uses_api_from": "API使用元 ",
|
|
"enable_sponsorblock": "広告ブロックをオン",
|
|
"skip_sponsors": "広告をスキップ",
|
|
"skip_intro": "イントロ部分をスキップする",
|
|
"skip_outro": "クレジット部分をスキップする",
|
|
"skip_preview": "Skip プレビュー・要約をスキップ",
|
|
"skip_interaction": "自己宣伝シーンをスキップ",
|
|
"skip_self_promo": "プロモーションをスキップ",
|
|
"skip_non_music": "音楽以外のセクションをスキップ",
|
|
"theme": "テーマ",
|
|
"auto": "自動",
|
|
"dark": "ダークテーマ",
|
|
"light": "ライトテーマ",
|
|
"autoplay_video": "自動再生",
|
|
"audio_only": "音声のみ",
|
|
"default_quality": "デフォルトの画質",
|
|
"buffering_goal": "バッファリング目標値(秒単位)",
|
|
"country_selection": "国の選択",
|
|
"default_homepage": "デフォルトのホームページ",
|
|
"show_comments": "コメントを表示",
|
|
"minimize_description_default": "デフォルトで詳細を最小化",
|
|
"store_watch_history": "視聴履歴を空にする",
|
|
"language_selection": "言語の選択",
|
|
"instances_list": "インスタンス一覧",
|
|
"enabled_codecs": "コーデックの有効化 (複数選択)",
|
|
"instance_selection": "インスタンスを選択",
|
|
"show_more": "もっと見る",
|
|
"yes": "はい",
|
|
"no": "いいえ",
|
|
"export_to_json": "JSONファイルに出力",
|
|
"import_from_json": "JSONファイルを読み込む",
|
|
"loop_this_video": "ループ再生",
|
|
"auto_play_next_video": "自動再生",
|
|
"donations": "寄付",
|
|
"minimize_description": "最小化",
|
|
"show_description": "詳細",
|
|
"minimize_recommendations": "おすすめを最小化",
|
|
"show_recommendations": "おすすめを見る",
|
|
"disable_lbry": "ストリーミングのLBRYを無効化",
|
|
"enable_lbry_proxy": "LBRYプロキシをオン",
|
|
"view_ssl_score": "SSLスコアを見る",
|
|
"search": "検索",
|
|
"filter": "フィルター",
|
|
"loading": "読込中…",
|
|
"clear_history": "履歴を消去",
|
|
"show_replies": "返信を表示",
|
|
"hide_replies": "返信を非表示",
|
|
"load_more_replies": "もっと見る"
|
|
},
|
|
"comment": {
|
|
"pinned_by": "固定されたコメント"
|
|
},
|
|
"preferences": {
|
|
"instance_name": "インスタンス名",
|
|
"instance_locations": "インスタンスの場所",
|
|
"has_cdn": "CDNの有無",
|
|
"ssl_score": "SSLスコア"
|
|
},
|
|
"login": {
|
|
"username": "ユーザー名",
|
|
"password": "パスワード"
|
|
},
|
|
"video": {
|
|
"videos": "ビデオ",
|
|
"views": "視聴",
|
|
"watched": "視聴済み",
|
|
"sponsor_segments": "スポンサーによる広告",
|
|
"ratings_disabled": "評価は無効化されています"
|
|
},
|
|
"search": {
|
|
"did_you_mean": "もしかして: "
|
|
}
|
|
}
|