14 lines
550 B
JSON
14 lines
550 B
JSON
{
|
|
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
|
|
"locale": "en",
|
|
"localizedText": {
|
|
"Button_Tooltip_Play": "Play",
|
|
"Button_Tooltip_Pause": "Pause",
|
|
"Button_Tooltip_PanX": "Pan only horizontally",
|
|
"Button_Tooltip_PanXY": "Pan horizontally and vertically",
|
|
"Button_Tooltip_ZoomX": "Zoom only the horizontal axis",
|
|
"Button_Tooltip_ZoomXY": "Zoom both the horizontal and the vertical axis",
|
|
"Button_Tooltip_ResetZoomPan": "Reset zooming and panning"
|
|
}
|
|
}
|