diff --git a/locales/en-US/status.json b/locales/en-US/status.json index a9528bd..23a7e95 100644 --- a/locales/en-US/status.json +++ b/locales/en-US/status.json @@ -2,5 +2,6 @@ "status": "Server Status", "location": "Location", "tottori": "Tottori, Japan", - "hiroshima": "Hiroshima, Japan" + "hiroshima": "Hiroshima, Japan", + "model": "Model" } \ No newline at end of file diff --git a/locales/ja-JP/status.json b/locales/ja-JP/status.json index 169eb52..79730b6 100644 --- a/locales/ja-JP/status.json +++ b/locales/ja-JP/status.json @@ -2,5 +2,6 @@ "status": "サーバー情報", "location": "場所", "tottori": "日本, 鳥取県", - "hiroshima": "日本, 広島県" + "hiroshima": "日本, 広島県", + "model": "モデル" } \ No newline at end of file diff --git a/pages/status.js b/pages/status.js index d04d4af..fbf4bd1 100644 --- a/pages/status.js +++ b/pages/status.js @@ -17,6 +17,7 @@ export default function About(props) { const location = t('location') const tottori = t('tottori') const hiroshima = t('hiroshima') + const model = t('model') return ( @@ -67,7 +68,7 @@ export default function About(props) { }

raspberry

-

Model

Raspberry Pi 4 Model B Rev 1.2
+

{model}

Raspberry Pi 4 Model B Rev 1.2

RAM

4GB

OS

Raspbian GNU/Linux 10 (buster)

{location}

{tottori}