data/method/mavlink/component_metadata/parameter.translation.json

28 lines
843 B
JSON
Raw Normal View History

2024-07-24 18:30:46 +08:00
{
"translation": {
"items": {
"parameters": {
"list": {
"key": "name",
"translate": [ "shortDesc", "longDesc" ],
"translate-global": ["category", "group"],
"items": {
"bitmask": {
"list": {
"key": "index",
"translate": [ "description" ]
}
},
"values": {
"list": {
"key": "value",
"translate": [ "description" ]
}
}
}
}
}
}
}
}