mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add Japanese translations for Sense HAT node (#704)
This commit is contained in:
12
hardware/sensehat/locales/en-US/sensehat.json
Normal file
12
hardware/sensehat/locales/en-US/sensehat.json
Normal file
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
12
hardware/sensehat/locales/ja/sensehat.json
Normal file
12
hardware/sensehat/locales/ja/sensehat.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"sensehat": {
|
||||
"label": {
|
||||
"outputs": "出力",
|
||||
"motionEvents": "モーションイベント",
|
||||
"motionEventsExamples": "加速度計、ジャイロスコープ、磁力計、方位計",
|
||||
"environmentEvents": "環境イベント",
|
||||
"environmentEventsExamples": "温度、湿度、気圧",
|
||||
"joystickEvents": "ジョイスティックイベント"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user