Files
Homarr/public/locales/ja/modules/overseerr.json
2023-09-01 21:55:45 +02:00

31 lines
802 B
JSON

{
"descriptor": {
"name": "Overseerr",
"description": "OverseerrやJellyseerrからメディアを検索して追加できるようにします。"
},
"popup": {
"item": {
"buttons": {
"askFor": "{{title}}をお願いします。",
"cancel": "キャンセル",
"request": "リクエスト"
},
"alerts": {
"automaticApproval": {
"title": "APIキーの使用",
"text": "このリクエストは自動的に承認されます"
}
}
},
"seasonSelector": {
"caption": "ダウンロードしたいシーズンにチェックを入れる",
"table": {
"header": {
"season": "シーズン",
"numberOfEpisodes": "エピソード数"
}
}
}
}
}