diff --git a/hardware/sensehat/locales/en-US/sensehat.json b/hardware/sensehat/locales/en-US/sensehat.json new file mode 100644 index 00000000..40656db3 --- /dev/null +++ b/hardware/sensehat/locales/en-US/sensehat.json @@ -0,0 +1,12 @@ +{ + "sensehat": { + "label": { + "outputs": "Outputs", + "motionEvents": "Motion events", + "motionEventsExamples": "accelerometer, gyroscope, magnetometer, compass", + "environmentEvents": "Environment events", + "environmentEventsExamples": "temperature, humidity, pressure", + "joystickEvents": "Joystick events" + } + } +} \ No newline at end of file diff --git a/hardware/sensehat/locales/ja/sensehat.json b/hardware/sensehat/locales/ja/sensehat.json new file mode 100644 index 00000000..8083b49e --- /dev/null +++ b/hardware/sensehat/locales/ja/sensehat.json @@ -0,0 +1,12 @@ +{ + "sensehat": { + "label": { + "outputs": "出力", + "motionEvents": "モーションイベント", + "motionEventsExamples": "加速度計、ジャイロスコープ、磁力計、方位計", + "environmentEvents": "環境イベント", + "environmentEventsExamples": "温度、湿度、気圧", + "joystickEvents": "ジョイスティックイベント" + } + } +} \ No newline at end of file diff --git a/hardware/sensehat/sensehat.html b/hardware/sensehat/sensehat.html index 25091b7a..41c42dd6 100644 --- a/hardware/sensehat/sensehat.html +++ b/hardware/sensehat/sensehat.html @@ -1,30 +1,30 @@