mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-12-01 02:00:30 +00:00
1be0866e13
Currently translated at 100.0% (37 of 37 strings) Translation: Jellyfin/Jellyfin Expo Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-expo/ja/
70 lines
2.6 KiB
JSON
70 lines
2.6 KiB
JSON
{
|
|
"common": {
|
|
"cancel": "キャンセル",
|
|
"unknown": "不明"
|
|
},
|
|
"headings": {
|
|
"addServer": "サーバーを追加",
|
|
"home": "ホーム",
|
|
"links": "リンク",
|
|
"servers": "サーバー",
|
|
"settings": "設定"
|
|
},
|
|
"addServer": {
|
|
"address": "サーバーアドレス",
|
|
"validation": {
|
|
"empty": "$t(addServer.address) を空にすることはできません",
|
|
"invalid": "$t(addServer.address)は無効",
|
|
"invalidProduct": "Jellyfinのサーバーではない",
|
|
"noConnection": "接続失敗"
|
|
}
|
|
},
|
|
"home": {
|
|
"errors": {
|
|
"502": {
|
|
"description": "Jellyfinサーバーに到達できません。プロキシ設定に誤りがあるかJellyfinがオフラインの可能性があります。"
|
|
},
|
|
"504": {
|
|
"description": "Jellyfinサーバーに到達できません。Jellyfinへの接続中にプロキシがタイムアウトした可能性があります。"
|
|
},
|
|
"http": {
|
|
"heading": "問題が発生しました!",
|
|
"description": "Jellyfinサーバーがエラーを返しました。"
|
|
},
|
|
"offline": {
|
|
"heading": "サーバーはオフラインですか?",
|
|
"description": "Jellyfinサーバーへ接続中にエラーが発生しました。"
|
|
}
|
|
},
|
|
"errorCode": "エラーコード: {{errorCode}}",
|
|
"errorUrl": "URL: {{url}}",
|
|
"retry": "再試行しますか?"
|
|
},
|
|
"settings": {
|
|
"version": "バージョン: {{version}}",
|
|
"keepAwake": "画面を消灯しないでください",
|
|
"rotationLock": "回転ロック",
|
|
"expoVersion": "Expoバージョン: {{version}}"
|
|
},
|
|
"links": {
|
|
"website": "Jellyfinウェブサイト",
|
|
"documentation": "ドキュメント",
|
|
"source": "ソースコード",
|
|
"translate": "翻訳",
|
|
"feature": "機能のリクエスト",
|
|
"issue": "問題の報告"
|
|
},
|
|
"alerts": {
|
|
"deleteServer": {
|
|
"title": "サーバーの削除",
|
|
"description": "サーバー {{serverName}} を削除してもよろしいですか?",
|
|
"confirm": "削除"
|
|
},
|
|
"resetApplication": {
|
|
"title": "アプリケーションをリセット",
|
|
"description": "すべての設定をリセットしてもよろしいですか?",
|
|
"confirm": "リセット"
|
|
}
|
|
}
|
|
}
|