From 7d949c191e941ee24ce50800f64d9029c7b1d2b2 Mon Sep 17 00:00:00 2001 From: Pramod S <87521752+pramodcog@users.noreply.github.com> Date: Tue, 20 Feb 2024 11:20:26 +0100 Subject: [PATCH] chore(react-components): added color based rule set translation key & string (#4219) * added rule set translation string * Update string content * added color overlay selection strings --------- Co-authored-by: cognite-bulldozer[bot] <51074376+cognite-bulldozer[bot]@users.noreply.github.com> --- .../src/common/i18n/en/reveal-react-components.json | 5 ++++- 1 file changed, 4 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 cd4a036d325..e828d4adccf 100644 --- a/react-components/src/common/i18n/en/reveal-react-components.json +++ b/react-components/src/common/i18n/en/reveal-react-components.json @@ -47,5 +47,8 @@ "CONTROLS_TYPE_FIRST_PERSON": "Fly", "CONTROLS_TYPE_ORBIT": "Orbit", "CONTROLS_TYPE_ORBIT_IN_CENTER": "Center Orbit", - "CONTROLS_TYPE_TOOLTIP": "Set camera to orbit or fly mode" + "CONTROLS_TYPE_TOOLTIP": "Set camera to orbit or fly mode", + "SEARCH_PLACEHOLDER": "Search", + "SELECT_INDIVIDUAL_3D_MODELS": "Select individual models", + "RULESET_SELECT_HEADER": "Select color overlay" }