🌐 New Crowdin updates (#1272)

This commit is contained in:
Thomas Camlong
2023-09-01 21:55:45 +02:00
committed by GitHub
parent 8211e22d86
commit ba7e31b972
563 changed files with 6190 additions and 951 deletions

View File

@@ -1,25 +1,43 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "ブックマーク",
"description": "文字列またはリンクの静的リストを表示する",
"settings": {
"title": "",
"title": "ブックマークの設定",
"name": {
"label": "",
"info": ""
"label": "ウィジェットタイトル",
"info": "タイトルを隠したい場合は空白のままにする"
},
"items": {
"label": ""
"label": "アイテム"
},
"layout": {
"label": ""
"label": "レイアウト",
"data": {
"autoGrid": "自動グリッド",
"horizontal": "水平",
"vertical": "垂直"
}
}
}
},
"card": {
"noneFound": {
"title": "",
"text": ""
"title": "ブックマークリストは空です",
"text": "編集モードでこのリストに新しい項目を追加する"
}
},
"item": {
"validation": {
"length": "",
"invalidLink": "有効ではないリンク",
"errorMsg": "検証エラーがあったため、保存されませんでした。入力を認証してください。"
},
"name": "名称",
"url": "URL",
"newTab": "新しいタブで開く",
"hideHostname": "ホスト名を隠す",
"hideIcon": "アイコンを非表示",
"delete": "削除"
}
}

View File

@@ -1,23 +1,35 @@
{
"descriptor": {
"name": "カレンダー",
"description": "サポートされている統合製品から、今後のリリースカレンダー表示します。",
"description": "サポートされている統合機能からリリース予定のカレンダー表示します。",
"settings": {
"title": "カレンダーウィジェットの設定",
"useSonarrv4": {
"label": ""
"label": "Sonarr v4 API を使用"
},
"sundayStart": {
"label": "週の始まりは日曜日"
},
"radarrReleaseType": {
"label": "ラダーリリースタイプ"
"label": "ラダーリリースタイプ",
"data": {
"inCinemas": "映画館にて",
"physicalRelease": "フィジカル",
"digitalRelease": "デジタル"
}
},
"hideWeekDays": {
"label": ""
"label": "平日を隠す"
},
"fontSize": {
"label": ""
"label": "文字サイズ",
"data": {
"xs": "極小",
"sm": "小",
"md": "中",
"lg": "大",
"xl": "特大"
}
}
}
}

View File

@@ -1,81 +1,81 @@
{
"descriptor": {
"name": "ダッシュ",
"description": "",
"description": "HomarrでDashのグラフを表示します。",
"settings": {
"title": "Dash.ウィジェットの設定",
"dashName": {
"label": ""
"label": "Dashの名前"
},
"url": {
"label": "ダッシュURL"
},
"usePercentages": {
"label": ""
"label": "パーセント表示"
},
"columns": {
"label": ""
"label": "列を表示"
},
"graphHeight": {
"label": ""
"label": "グラフの高さ"
},
"graphsOrder": {
"label": "",
"label": "グラフ (順序)",
"storage": {
"label": "ストレージ",
"enabled": {
"label": ""
"label": "ウィジェットに表示"
},
"span": {
"label": ""
"label": "列の間隔"
},
"compactView": {
"label": ""
"label": "テキストで表示(コンパクト)"
},
"multiView": {
"label": ""
"label": "マルチドライブビューで表示"
}
},
"network": {
"label": "ネットワーク",
"enabled": {
"label": ""
"label": "ウィジェットに表示"
},
"span": {
"label": ""
"label": "列の間隔"
},
"compactView": {
"label": ""
"label": "テキストで表示(コンパクト)"
}
},
"cpu": {
"label": "CPU",
"enabled": {
"label": ""
"label": "ウィジェットに表示"
},
"span": {
"label": ""
"label": "列の間隔"
},
"multiView": {
"label": ""
"label": "マルチコアビューで表示"
}
},
"ram": {
"label": "",
"label": "メモリ",
"enabled": {
"label": ""
"label": "ウィジェットに表示"
},
"span": {
"label": ""
"label": "列の間隔"
}
},
"gpu": {
"label": "GPU",
"enabled": {
"label": ""
"label": "ウィジェットに表示"
},
"span": {
"label": ""
"label": "列の間隔"
}
}
}
@@ -87,28 +87,28 @@
"noService": "Dash.サービスが見当たりません。HOMARダッシュボードに追加するか、モジュールオプションでDash.サービスを設定してください。のURLをモジュールオプションで設定してください。",
"noInformation": "dashから情報を取得できません。- は最新版ですか?",
"protocolDowngrade": {
"title": "",
"text": ""
"title": "ダウングレードされたプロトコルを検出",
"text": "Dash. インスタンスへの接続は HTTP を使用しています。HTTP は暗号化されていないため、攻撃者がこの接続を悪用する可能性があります。Dash. が HTTPS を使用していることを確認するか、Homarr を HTTP にダウングレードしてください(推奨されません)。"
}
},
"graphs": {
"storage": {
"title": "ストレージ",
"label": "ストレージです。"
"label": "ストレージ:"
},
"network": {
"title": "ネットワーク",
"label": "ネットワーク",
"metrics": {
"download": "ダウン",
"upload": ""
"download": "ダウンロード",
"upload": "アップロード"
}
},
"cpu": {
"title": "CPU"
},
"ram": {
"title": ""
"title": "メモリ"
},
"gpu": {
"title": "GPU"

View File

@@ -5,27 +5,27 @@
"settings": {
"title": "日付と時刻ウィジェットの設定",
"display24HourFormat": {
"label": "フルタイム(24時間表示"
"label": "24時間表示"
},
"dateFormat": {
"label": "",
"label": "日付フォーマット",
"data": {
"hide": ""
"hide": "日付を隠す"
}
},
"enableTimezone": {
"label": ""
"label": "カスタムタイムゾーンを表示"
},
"timezoneLocation": {
"label": ""
"label": "タイムゾーン"
},
"titleState": {
"label": "",
"info": "",
"label": "都市名",
"info": "タイムゾーンオプションを有効にすると、都市名とタイムゾーンコードが表示されます。<br/>また、都市だけを表示することも、何も表示しないこともできます。",
"data": {
"both": "",
"city": "",
"none": ""
"both": "都市とタイムゾーン",
"city": "都市のみ",
"none": "なし"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"descriptor": {
"name": "",
"description": ""
"name": "DNSホールコントロール",
"description": "ダッシュボードからPiHoleまたはAdGuardをコントロールする"
}
}

View File

@@ -1,28 +1,28 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "DNSホールの概要",
"description": "PiHoleまたはAdGuardの重要なデータを表示します",
"settings": {
"title": "",
"title": "DNSホールの概要の設定",
"usePiHoleColors": {
"label": ""
"label": "PiHoleの色を使う"
},
"layout": {
"label": "",
"label": "レイアウト",
"data": {
"grid": "",
"row": "",
"column": ""
"grid": "2 x 2",
"row": "水平",
"column": "垂直"
}
}
}
},
"card": {
"metrics": {
"domainsOnAdlist": "",
"queriesToday": "",
"queriesBlockedTodayPercentage": "",
"queriesBlockedToday": ""
"domainsOnAdlist": "アドリスト上のドメイン",
"queriesToday": "今日のクエリ",
"queriesBlockedTodayPercentage": "今日のブロック",
"queriesBlockedToday": "今日のブロック"
}
}
}

View File

@@ -1,23 +1,23 @@
{
"descriptor": {
"name": "ドッカー",
"name": "Docker",
"description": "すべてのDockerコンテナを簡単に確認し、管理することができます。"
},
"search": {
"placeholder": "コンテナ名、画像名で検索"
"placeholder": "コンテナ名、イメージ名で検索"
},
"table": {
"header": {
"name": "名称",
"image": "画像",
"ports": "港湾",
"ports": "ポート",
"state": "状態"
},
"body": {
"portCollapse": "{{ports}} も"
},
"states": {
"running": "ランニング",
"running": "実行中",
"created": "作成",
"stopped": "停止中",
"unknown": "不明"
@@ -29,55 +29,55 @@
"message": "Homarrにアプリを追加"
},
"restart": {
"title": "再スタート"
"title": "再起動"
},
"stop": {
"title": "停止"
},
"start": {
"title": "スタート"
"title": "開始"
},
"refreshData": {
"title": "リフレッシュデータ"
"title": "更新"
},
"remove": {
"title": "削除"
},
"addToHomarr": {
"title": "ホーマーに追加"
"title": "Homarrに追加"
}
},
"actions": {
"start": {
"start": "スタート",
"end": "開始"
"start": "開始中",
"end": "開始"
},
"stop": {
"start": "停止",
"end": "停止中"
},
"restart": {
"start": "再スタート",
"end": "再スタート"
"start": "再起動中",
"end": "再起動済"
},
"remove": {
"start": "削除",
"end": "削除"
"start": "削除",
"end": "削除"
}
},
"errors": {
"integrationFailed": {
"title": "Dockerとの連携に失敗",
"message": "ドッカーソケットをマウントするのを忘れていませんか?"
"message": "Dockerソケットをマウントするのを忘れていませんか?"
},
"unknownError": {
"title": "エラーが発生しました"
},
"oneServiceAtATime": {
"title": "度に1つのアプリやサービスだけを追加してください"
"title": "1度に1つのアプリやサービスだけを追加してください"
}
},
"actionIcon": {
"tooltip": "ドッカー"
"tooltip": "Docker"
}
}

View File

@@ -1,44 +1,45 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "iframe ",
"description": "インターネットから任意のコンテンツを埋め込みます。一部のウェブサイトではアクセスが制限される場合があります",
"settings": {
"title": "",
"title": "iframe の設定",
"embedUrl": {
"label": ""
"label": "埋め込みURL"
},
"allowFullScreen": {
"label": ""
"label": "フルスクリーンを許可する"
},
"allowTransparency": {
"label": ""
"label": "透明を許可"
},
"allowScrolling": {
"label": ""
"label": "スクロールを許可する"
},
"allowPayment": {
"label": ""
"label": "支払いを許可する"
},
"allowAutoPlay": {
"label": ""
"label": "自動再生を許可する"
},
"allowMicrophone": {
"label": ""
"label": "マイクを許可する"
},
"allowCamera": {
"label": ""
"label": "カメラを許可する"
},
"allowGeolocation": {
"label": ""
"label": "位置情報を許可する"
}
}
},
"card": {
"errors": {
"noUrl": {
"title": "",
"text": ""
}
"title": "無効なURL",
"text": "ウィジェットの設定で有効なアドレスを入力していることを確認してください"
},
"browserSupport": "お使いのブラウザは iframe をサポートしていません。ブラウザを更新してください。"
}
}
}

View File

@@ -1,24 +1,55 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "メディア・リクエスト",
"description": "OverseerrまたはJellyseerrからの全てのメディアリクエストのリストを見る",
"settings": {
"title": "",
"title": "メディアリクエストリスト",
"replaceLinksWithExternalHost": {
"label": ""
"label": "リンクを外部ホストに置き換える"
}
}
},
"noRequests": "",
"pending": "",
"nonePending": "",
"noRequests": "リクエストが見つかりません。アプリが正しく設定されているか確認してください。",
"pending": "{{countPendingApproval}} リクエストが承認待ちです。",
"nonePending": "現在保留中の承認はありません。準備完了です!",
"state": {
"approved": "",
"pendingApproval": "",
"declined": ""
"approved": "承認済み",
"pendingApproval": "承認待ち",
"declined": "拒否"
},
"tooltips": {
"approve": "",
"decline": ""
"approve": "リクエスト承認",
"decline": "却下した申請",
"approving": "リクエスト承認..."
},
"mutation": {
"approving": "承認中",
"declining": "減少中",
"request": "リクエスト...",
"approved": "リクエストが承認されました!",
"declined": "リクエストは拒否されました!"
},
"detail": {
"label": "詳細統計情報",
"id": "ID",
"device": "デバイス",
"video": {
"video": "ビデオ",
"resolution": "解像度",
"framerate": "フレームレート",
"codec": "ビデオコーデック"
},
"audio": {
"audio": "オーディオ",
"channels": "オーディオチャンネル",
"codec": "オーディオコーデック"
},
"transcoding": {
"transcoding": "トランスコーディング",
"context": "コンテキスト",
"requested": "ハードウェア・エンコード要求",
"source": "ソース・コーデック",
"target": "対象コーデック"
}
}
}

View File

@@ -1,17 +1,21 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "メディア・リクエスト統計",
"description": "メディア・リクエストに関する統計",
"settings": {
"title": "",
"title": "メディア・リクエスト統計",
"direction": {
"label": ""
"label": "レイアウトの方向",
"data": {
"row": "水平",
"column": "垂直"
}
}
}
},
"stats": {
"pending": "",
"tvRequests": "",
"movieRequests": ""
"pending": "承認待ち",
"tvRequests": "テレビのリクエスト",
"movieRequests": "映画のリクエスト"
}
}

View File

@@ -1,23 +1,24 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "メディアサーバー",
"description": "JellyfinまたはPlexメディアサーバーと連動する",
"settings": {
"title": ""
"title": "メディアサーバーウィジェットの設定"
}
},
"loading": "ストリームの読み込み中",
"card": {
"table": {
"header": {
"session": "",
"user": "",
"currentlyPlaying": ""
"session": "セッション",
"user": "ユーザー",
"currentlyPlaying": "再生中の曲"
}
},
"errors": {
"general": {
"title": "",
"text": ""
"title": "コンテンツを読み込めません",
"text": "サーバーから情報を取得できません。詳細はログを確認してください。"
}
}
}

View File

@@ -1,14 +1,14 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "メモ帳",
"description": "マークダウンベースの対話型ウィジェットでノートを書き留めることができます!",
"settings": {
"title": "",
"title": "メモ帳ウィジェットの設定",
"showToolbar": {
"label": ""
"label": "マークダウンを書くのに役立つツールバーを表示する"
},
"content": {
"label": ""
"label": "ノートの内容"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"descriptor": {
"name": "オーバーホール",
"name": "Overseerr",
"description": "OverseerrやJellyseerrからメディアを検索して追加できるようにします。"
},
"popup": {
@@ -18,7 +18,7 @@
}
},
"seasonSelector": {
"caption": "ダウンロードしたい季節にチェックを入れる",
"caption": "ダウンロードしたいシーズンにチェックを入れる",
"table": {
"header": {
"season": "シーズン",

View File

@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "ピング",
"description": ""
"name": "Ping",
"description": "指定されたURLのHTTPレスポンス・コードに応じて、ステータス・インジケータを表示する。"
},
"states": {
"online": "オンライン {{response}}",

View File

@@ -1,28 +1,29 @@
{
"descriptor": {
"name": "",
"name": "RSSウィジェット",
"description": "",
"settings": {
"title": "",
"title": "RSSウィジェットの設定",
"rssFeedUrl": {
"label": "",
"description": ""
"label": "RSSフィードのURL",
"description": "表示するRSSフィードのURL。"
},
"refreshInterval": {
"label": ""
"label": "更新間隔 (分)"
},
"dangerousAllowSanitizedItemContent": {
"label": ""
"label": "HTMLフォーマットを許可する危険",
"info": "外部からの HTML フォーマットを許可することは危険です。<br/>フィードが信頼できるソースであることを確認してください。"
},
"textLinesClamp": {
"label": ""
"label": "テキスト行クランプ"
}
},
"card": {
"errors": {
"general": {
"title": "",
"text": ""
"title": "RSSフィードを取得できません",
"text": "RSSフィードに到達する際に問題が発生しました。有効なURLを使用してRSSフィードを正しく設定していることを確認してください。 URLは公式の仕様と一致するはずです。フィードを更新した後、ダッシュボードを更新する必要があります。"
}
}
}

View File

@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "検索バー",
"description": "カスタム検索エンジン、YouTube、サポートされているインテグレーションを検索できる検索バーです。"
"description": "カスタム検索エンジン、YouTube、およびサポートされている統合を検索できる検索バー。"
},
"input": {
"placeholder": "ウェブで検索..."
@@ -21,7 +21,7 @@
"description": "トレントを検索する"
},
"overseerr": {
"name": "オーバーホール",
"name": "Overseerr",
"description": "Overseerrで映画やテレビ番組を検索する"
}
},

View File

@@ -14,11 +14,11 @@
"label": "古くなったトレントを表示する"
},
"labelFilterIsWhitelist": {
"label": ""
"label": "ラベルリストはホワイトリストです(ブラックリストではない)"
},
"labelFilter": {
"label": "",
"description": ""
"label": "ラベル一覧",
"description": "「ホワイトリスト」にチェックされている場合、これはホワイトリストとして機能する。チェックされていない場合、これはブラックリストとなる。空の場合は何もしません。"
}
}
},
@@ -31,8 +31,8 @@
"header": {
"name": "名称",
"size": "サイズ",
"download": "ダウン",
"upload": "",
"download": "ダウンロード",
"upload": "アップロード",
"estimatedTimeOfArrival": "ETA",
"progress": "進捗状況"
},
@@ -41,7 +41,7 @@
},
"body": {
"nothingFound": "トレントが見つかりません",
"filterHidingItems": ""
"filterHidingItems": "{{count}} エントリはフィルターで非表示になります"
}
},
"lineChart": {
@@ -58,22 +58,23 @@
"text": "サポートされているTorrentクライアントを追加して、現在のダウンロードを表示します。"
},
"generic": {
"title": "",
"text": "HomarrはあなたのTorrentクライアントと通信できませんでした。設定を確認してください。"
"title": "予期せぬエラーが発生しました",
"text": "Torrentクライアントと通信できません。設定を確認してください。"
}
},
"loading": {
"title": "読み込み中..."
"title": "読み込み中",
"description": "接続中..."
},
"popover": {
"introductionPrefix": "マネージド・バイ",
"introductionPrefix": "管理者:",
"metrics": {
"queuePosition": "キューポジション - {{position}}",
"progress": "進捗状況 - {{progress}}%.",
"queuePosition": "キューの位置 - {{position}}",
"progress": "進捗状況 - {{progress}}%",
"totalSelectedSize": "合計 - {{totalSize}}",
"state": "状態 - {{state}}",
"ratio": "比率",
"completed": "完成品"
"completed": "完"
}
}
}

View File

@@ -1,19 +1,19 @@
{
"descriptor": {
"name": "ユーズネット",
"description": "ユーズネットインスタンスの表示と管理を可能にします。"
"name": "Usenet",
"description": "Usenetインスタンスの表示と管理を可します。"
},
"card": {
"errors": {
"noDownloadClients": {
"title": "対応するダウンロードクライアントが見つかりません",
"text": "サポートされているUsenetダウンロードクライアントを追加して、現在のダウンロードを表示する"
"text": "現在のダウンロードを表示するには、サポートされているUsenetダウンロードクライアントを追加します"
}
}
},
"tabs": {
"queue": "キュー",
"history": "沿革"
"history": "履歴"
},
"info": {
"sizeLeft": "左サイズ",
@@ -26,7 +26,7 @@
"eta": "ETA",
"progress": "進捗状況"
},
"empty": "エンプティ",
"empty": "",
"error": {
"title": "エラー",
"message": "エラーが発生しました"
@@ -39,11 +39,11 @@
"size": "サイズ",
"duration": "期間"
},
"empty": "エンプティ",
"empty": "",
"error": {
"title": "エラー",
"message": "履歴の読み込みエラー"
},
"paused": "ポーズ"
}
}
}

View File

@@ -1,24 +1,24 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "ビデオストリーム",
"description": "カメラやウェブサイトからのビデオストリームやビデオを埋め込む",
"settings": {
"title": "",
"title": "ビデオストリームウィジェットの設定",
"FeedUrl": {
"label": ""
"label": "フィードURL"
},
"autoPlay": {
"label": ""
"label": "オートプレイ"
},
"muted": {
"label": ""
"label": "ミュート"
},
"controls": {
"label": ""
"label": "ビデオプレーヤーのコントロール"
}
}
},
"errors": {
"invalidStream": ""
"invalidStream": "無効なストリーム"
}
}

View File

@@ -8,7 +8,7 @@
"label": "表示単位:華氏"
},
"displayCityName": {
"label": ""
"label": "都市名の表示"
},
"location": {
"label": "天候の場所"
@@ -19,18 +19,19 @@
"weatherDescriptions": {
"clear": "クリア",
"mainlyClear": "主なクリア事項",
"fog": "フォグ",
"fog": "",
"drizzle": "小雨",
"freezingDrizzle": "凍てつく霧雨",
"freezingDrizzle": "雨",
"rain": "雨",
"freezingRain": "凍てつく雨",
"freezingRain": "雨",
"snowFall": "降雪",
"snowGrains": "雪の粒",
"snowGrains": "雪",
"rainShowers": "にわか雨",
"snowShowers": "スノーシャワー",
"thunderstorm": "サンダーストーム",
"thunderstormWithHail": "雹を伴う雷雨",
"unknown": "不明"
}
}
},
"error": "エラーが発生しました"
}