From 805485ed39f560e4055a6f7d0f0a8892d7ef5f9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 08:53:49 -0400 Subject: [PATCH] automated update to translation keys (#526) Co-authored-by: Paul's Grist Bot --- static/locales/en.client.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/static/locales/en.client.json b/static/locales/en.client.json index 1a9ef52a..b8adc530 100644 --- a/static/locales/en.client.json +++ b/static/locales/en.client.json @@ -1009,5 +1009,26 @@ "WebhookPage": { "Clear Queue": "Clear Queue", "Webhook Settings": "Webhook Settings" + }, + "FormulaAssistant": { + "Ask the bot.": "Ask the bot.", + "Capabilities": "Capabilities", + "Community": "Community", + "Data": "Data", + "Formula Cheat Sheet": "Formula Cheat Sheet", + "Formula Help. ": "Formula Help. ", + "Function List": "Function List", + "Grist's AI Assistance": "Grist's AI Assistance", + "Grist's AI Formula Assistance. ": "Grist's AI Formula Assistance. ", + "Need help? Our AI assistant can help.": "Need help? Our AI assistant can help.", + "New Chat": "New Chat", + "Preview": "Preview", + "Regenerate": "Regenerate", + "Save": "Save", + "See our {{helpFunction}} and {{formulaCheat}}, or visit our {{community}} for more help.": "See our {{helpFunction}} and {{formulaCheat}}, or visit our {{community}} for more help.", + "Tips": "Tips" + }, + "GridView": { + "Click to insert": "Click to insert" } }