Skip to content

Commit

Permalink
Add resource string (Japanese)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsujirushi committed May 6, 2021
1 parent ccc8ede commit 1155ac9
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions firmware/kartben-artificial-nose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,31 @@
"@id": "dtmi:kartben:artificial_nose;1",
"@type": "Interface",
"@context": "dtmi:dtdl:context;2",
"displayName": "Artificial Nose",
"displayName": {
"en": "Artificial Nose",
"ja": "人工鼻"
},
"description": {
"en": "Artificial Nose powered by Wio Terminal + Grove Multichannel Gas Sensor v2."
"en": "Artificial Nose powered by Wio Terminal + Grove Multichannel Gas Sensor v2.",
"ja": "Wio Terminal + Grove-マルチチャンネルガスセンサv2 を使った、人工鼻。"
},
"contents": [
{
"@type": "Component",
"name": "gas_sensor",
"displayName": "Gas Sensor",
"displayName": {
"en": "Gas Sensor",
"ja": "ガスセンサ"
},
"schema": "dtmi:seeedstudio:grove:multichannel_gas_sensor_v2;1"
},
{
"@type": "Property",
"name": "latestInferenceResult",
"schema": "string",
"displayName": {
"en": "Latest inference result"
"en": "Latest inference result",
"ja": "最新の推論結果"
}
},
{
Expand All @@ -35,6 +43,5 @@
"schema": "integer",
"writable": true
}

]
}

0 comments on commit 1155ac9

Please sign in to comment.