New Crowdin updates (#1529)

Add Chinese traditional and Crowdin pseudo language (CR)
This commit is contained in:
Thomas Camlong
2023-10-31 09:12:59 +01:00
committed by GitHub
parent 0da6112913
commit fc969e5042
405 changed files with 6545 additions and 796 deletions

View File

@@ -7,6 +7,9 @@
"useSonarrv4": {
"label": "Sonarr v4 API を使用"
},
"useRadarrv5": {
"label": "Radarr v5 API を使用する"
},
"radarrReleaseType": {
"label": "ラダーリリースタイプ",
"data": {
@@ -19,7 +22,7 @@
"label": "平日を隠す"
},
"showUnmonitored": {
"label": ""
"label": "監視されていない項目を表示する"
},
"fontSize": {
"label": "文字サイズ",

View File

@@ -13,8 +13,6 @@
}
},
"noRequests": "リクエストが見つかりません。アプリが正しく設定されているか確認してください。",
"pending": "{{countPendingApproval}} リクエストが承認待ちです。",
"nonePending": "現在保留中の承認はありません。準備完了です!",
"state": {
"approved": "承認済み",
"pendingApproval": "承認待ち",

View File

@@ -14,9 +14,9 @@
},
"mediaStats": {
"title": "",
"pending": "",
"tvRequests": "",
"movieRequests": "",
"pending": "承認待ち",
"tvRequests": "テレビのリクエスト",
"movieRequests": "映画のリクエスト",
"approved": "",
"totalRequests": ""
},