From b87ade6149bb372af65a057bbcc0432577144968 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:58:34 -0400 Subject: [PATCH] automated update to translation keys (#957) Co-authored-by: Paul's Grist Bot --- static/locales/en.client.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/static/locales/en.client.json b/static/locales/en.client.json index d20814e8..e1ed6496 100644 --- a/static/locales/en.client.json +++ b/static/locales/en.client.json @@ -1145,7 +1145,9 @@ "Build simple forms right in Grist and share in a click with our new widget. {{learnMoreButton}}": "Build simple forms right in Grist and share in a click with our new widget. {{learnMoreButton}}", "Forms are here!": "Forms are here!", "Learn more": "Learn more", - "These rules are applied after all column rules have been processed, if applicable.": "These rules are applied after all column rules have been processed, if applicable." + "These rules are applied after all column rules have been processed, if applicable.": "These rules are applied after all column rules have been processed, if applicable.", + "Example: {{example}}": "Example: {{example}}", + "Filter displayed dropdown values with a condition.": "Filter displayed dropdown values with a condition." }, "DescriptionConfig": { "DESCRIPTION": "DESCRIPTION" @@ -1499,5 +1501,28 @@ "Checkbox": "Checkbox", "Field Format": "Field Format", "Switch": "Switch" + }, + "ChoiceEditor": { + "Error in dropdown condition": "Error in dropdown condition", + "No choices matching condition": "No choices matching condition", + "No choices to select": "No choices to select" + }, + "ChoiceListEditor": { + "Error in dropdown condition": "Error in dropdown condition", + "No choices matching condition": "No choices matching condition", + "No choices to select": "No choices to select" + }, + "DropdownConditionConfig": { + "Dropdown Condition": "Dropdown Condition", + "Invalid columns: {{colIds}}": "Invalid columns: {{colIds}}", + "Set dropdown condition": "Set dropdown condition" + }, + "DropdownConditionEditor": { + "Enter condition.": "Enter condition." + }, + "ReferenceUtils": { + "Error in dropdown condition": "Error in dropdown condition", + "No choices matching condition": "No choices matching condition", + "No choices to select": "No choices to select" } }