From 1f5cd0a9d512bb556dc304a731a89e601bab166a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:12:59 -0500 Subject: [PATCH] automated update to translation keys (#829) Co-authored-by: Paul's Grist Bot --- static/locales/en.client.json | 44 +++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/static/locales/en.client.json b/static/locales/en.client.json index 5660667d..906d0fd3 100644 --- a/static/locales/en.client.json +++ b/static/locales/en.client.json @@ -622,7 +622,23 @@ "Widget": "Widget", "You do not have edit access to this document": "You do not have edit access to this document", "Add referenced columns": "Add referenced columns", - "Reset form": "Reset form" + "Reset form": "Reset form", + "Configuration": "Configuration", + "Default field value": "Default field value", + "Display button": "Display button", + "Enter text": "Enter text", + "Field rules": "Field rules", + "Field title": "Field title", + "Hidden field": "Hidden field", + "Layout": "Layout", + "Redirect automatically after submission": "Redirect automatically after submission", + "Redirection": "Redirection", + "Required field": "Required field", + "Submission": "Submission", + "Submit another response": "Submit another response", + "Submit button label": "Submit button label", + "Success text": "Success text", + "Table column name": "Table column name" }, "RowContextMenu": { "Copy anchor link": "Copy anchor link", @@ -761,7 +777,8 @@ "Show raw data": "Show raw data", "Widget options": "Widget options", "Add to page": "Add to page", - "Collapse widget": "Collapse widget" + "Collapse widget": "Collapse widget", + "Create a form": "Create a form" }, "ViewSectionMenu": { "(customized)": "(customized)", @@ -1266,5 +1283,28 @@ "Publish your form?": "Publish your form?", "Unpublish": "Unpublish", "Unpublish your form?": "Unpublish your form?" + }, + "Editor": { + "Delete": "Delete" + }, + "Menu": { + "Building blocks": "Building blocks", + "Columns": "Columns", + "Copy": "Copy", + "Cut": "Cut", + "Insert question above": "Insert question above", + "Insert question below": "Insert question below", + "Paragraph": "Paragraph", + "Paste": "Paste", + "Separator": "Separator", + "Unmapped fields": "Unmapped fields" + }, + "UnmappedFieldsConfig": { + "Clear": "Clear", + "Map fields": "Map fields", + "Mapped": "Mapped", + "Select All": "Select All", + "Unmap fields": "Unmap fields", + "Unmapped": "Unmapped" } }