From 09287170d1c1b124c883daeedfbfd1fb07d4c423 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:04:33 -0500 Subject: [PATCH] automated update to translation keys (#843) Co-authored-by: Paul's Grist Bot --- static/locales/en.client.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/static/locales/en.client.json b/static/locales/en.client.json index dd3ba222..32bbfed5 100644 --- a/static/locales/en.client.json +++ b/static/locales/en.client.json @@ -1119,7 +1119,10 @@ "Lookups return data from related tables.": "Lookups return data from related tables.", "Use reference columns to relate data in different tables.": "Use reference columns to relate data in different tables.", "You can choose from widgets available to you in the dropdown, or embed your own by providing its full URL.": "You can choose from widgets available to you in the dropdown, or embed your own by providing its full URL.", - "Formulas support many Excel functions, full Python syntax, and include a helpful AI Assistant.": "Formulas support many Excel functions, full Python syntax, and include a helpful AI Assistant." + "Formulas support many Excel functions, full Python syntax, and include a helpful AI Assistant.": "Formulas support many Excel functions, full Python syntax, and include a helpful AI Assistant.", + "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" }, "DescriptionConfig": { "DESCRIPTION": "DESCRIPTION" @@ -1342,5 +1345,9 @@ "Select All": "Select All", "Unmap fields": "Unmap fields", "Unmapped": "Unmapped" + }, + "FormConfig": { + "Field rules": "Field rules", + "Required field": "Required field" } }