From 1bcae84701ae0f474d722868ce71a469b5f5c719 Mon Sep 17 00:00:00 2001 From: Nils Petter Fremming <35219649+nilscognite@users.noreply.github.com> Date: Tue, 21 May 2024 15:04:25 +0200 Subject: [PATCH] Update reveal-react-components.json (#4517) * Update reveal-react-components.json * Update reveal-react-components.json --------- Co-authored-by: Pramod S <87521752+pramodcog@users.noreply.github.com> --- .../i18n/en/reveal-react-components.json | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/react-components/src/common/i18n/en/reveal-react-components.json b/react-components/src/common/i18n/en/reveal-react-components.json index b2da716d7a3..249c41df9d3 100644 --- a/react-components/src/common/i18n/en/reveal-react-components.json +++ b/react-components/src/common/i18n/en/reveal-react-components.json @@ -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." } \ No newline at end of file