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

12 lines
337 B
JSON

{
"descriptor": {
"name": "Ping",
"description": "指定されたURLのHTTPレスポンス・コードに応じて、ステータス・インジケータを表示する。"
},
"states": {
"online": "オンライン {{response}}",
"offline": "オフライン {{response}}",
"loading": "読み込み中..."
}
}