Skip to content

Commit

Permalink
Update reveal-react-components.json (#4517)
Browse files Browse the repository at this point in the history
* Update reveal-react-components.json

* Update reveal-react-components.json

---------

Co-authored-by: Pramod S <[email protected]>
  • Loading branch information
nilscognite and pramodcog authored May 21, 2024
1 parent 5351e40 commit 1bcae84
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion react-components/src/common/i18n/en/reveal-react-components.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,29 @@
"TOUCH_ZOOM": "Zoom",
"WIDGET_WINDOW_CLOSE": "Close",
"WIDGET_WINDOW_EXPAND": "Expand",
"WIDGET_WINDOW_MINIMIZE": "Minimize"
"WIDGET_WINDOW_MINIMIZE": "Minimize",
"SHOW_OR_HIDE_AXIS": "Show or hide axis",
"DELETE": "Delete",
"COPY_TO_CLIPBOARD": "Copy to clipboard",
"MEASUREMENTS_SHOW_ON_TOP": "Show all measurements on top",
"MEASUREMENTS": "Measurements",
"MEASUREMENTS_HEIGHT": "Height",
"MEASUREMENTS_DEPTH": "Depth",
"MEASUREMENTS_LENGTH": "Length",
"MEASUREMENTS_HORIZONTAL_LENGTH": "Horizontal length",
"MEASUREMENTS_VERTICAL_LENGTH": "Vertical length",
"MEASUREMENTS_TOTAL_LENGTH": "Total length",
"MEASUREMENTS_VOLUME": "Volume",
"MEASUREMENTS_AREA": "Area",
"MEASUREMENTS_HORIZONTAL_AREA": "Horizontal area",
"MEASUREMENTS_VERTICAL_AREA": "Vertical area",
"MEASUREMENTS_LINE": "Line",
"MEASUREMENTS_POLYGON": "Polygon",
"MEASUREMENTS_POLYLINE": "Polyline",
"MEASUREMENTS_ADD_LINE": "Measure distance between two points. Click at the start point and the end point.",
"MEASUREMENTS_ADD_POLYLINE": "Measure the length of a continuous polyline. Click at any number of points and end with Esc.",
"MEASUREMENTS_ADD_POLYGON": "Measure an area of a polygon. Click at least 3 points and end with Esc.",
"MEASUREMENTS_ADD_VERTICAL_AREA": "Measure rectangular vertical Area. Click at two points in a vertical plan.",
"MEASUREMENTS_ADD_HORIZONTAL_AREA": "Measure rectangular horizontal Area. Click at three points in a horizontal plan.",
"MEASUREMENTS_ADD_VOLUME": "Measure volume of a box. Click at three points in a horizontal plan and the fourth to give it height."
}

0 comments on commit 1bcae84

Please sign in to comment.