From ed137c1fa1e7838640bb8a45b65d1fc29ea8772b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:13:32 -0500 Subject: [PATCH] automated update to translation keys (#868) Co-authored-by: Paul's Grist Bot --- static/locales/en.client.json | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/static/locales/en.client.json b/static/locales/en.client.json index 32bbfed5..f5f6d3ec 100644 --- a/static/locales/en.client.json +++ b/static/locales/en.client.json @@ -41,7 +41,8 @@ "When adding table rules, automatically add a rule to grant OWNER full access.": "When adding table rules, automatically add a rule to grant OWNER full access.", "Permission to edit document structure": "Permission to edit document structure", "This default should be changed if editors' access is to be limited. ": "This default should be changed if editors' access is to be limited. ", - "Allow editors to edit structure (e.g. modify and delete tables, columns, layouts), and to write formulas, which give access to all data regardless of read restrictions.": "Allow editors to edit structure (e.g. modify and delete tables, columns, layouts), and to write formulas, which give access to all data regardless of read restrictions." + "Allow editors to edit structure (e.g. modify and delete tables, columns, layouts), and to write formulas, which give access to all data regardless of read restrictions.": "Allow editors to edit structure (e.g. modify and delete tables, columns, layouts), and to write formulas, which give access to all data regardless of read restrictions.", + "Add Table-wide Rule": "Add Table-wide Rule" }, "AccountPage": { "API": "API", @@ -1122,7 +1123,8 @@ "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" + "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." }, "DescriptionConfig": { "DESCRIPTION": "DESCRIPTION" @@ -1349,5 +1351,29 @@ "FormConfig": { "Field rules": "Field rules", "Required field": "Required field" + }, + "CustomView": { + "Some required columns aren't mapped": "Some required columns aren't mapped", + "To use this widget, please map all non-optional columns from the creator panel on the right.": "To use this widget, please map all non-optional columns from the creator panel on the right." + }, + "FormContainer": { + "Build your own form": "Build your own form", + "Powered by": "Powered by" + }, + "FormErrorPage": { + "Error": "Error" + }, + "FormModel": { + "Oops! The form you're looking for doesn't exist.": "Oops! The form you're looking for doesn't exist.", + "Oops! This form is no longer published.": "Oops! This form is no longer published.", + "There was a problem loading the form.": "There was a problem loading the form.", + "You don't have access to this form.": "You don't have access to this form." + }, + "FormPage": { + "There was an error submitting your form. Please try again.": "There was an error submitting your form. Please try again." + }, + "FormSuccessPage": { + "Form Submitted": "Form Submitted", + "Thank you! Your response has been recorded.": "Thank you! Your response has been recorded." } }