mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
17 lines
383 B
JSON
17 lines
383 B
JSON
{
|
|
"key": "windings:configuration",
|
|
"type": "combo",
|
|
"label": "Windings Configuration",
|
|
"strings": {
|
|
"options": {
|
|
"star": "Star / Wye",
|
|
"delta": "Delta",
|
|
"open-delta": "Open Delta",
|
|
"zigzag": "Zig Zag",
|
|
"open": "Open",
|
|
"scott": "Scott",
|
|
"leblanc": "Leblanc"
|
|
}
|
|
}
|
|
}
|