(core) updates from grist-core

This commit is contained in:
Paul Fitzpatrick
2024-01-29 09:16:55 -05:00
5 changed files with 123 additions and 24 deletions

View File

@@ -433,7 +433,19 @@
"Created by": "Created by",
"Detect duplicates in...": "Detect duplicates in...",
"Last updated at": "Last updated at",
"Last updated by": "Last updated by"
"Last updated by": "Last updated by",
"Any": "Any",
"Numeric": "Numeric",
"Text": "Text",
"Integer": "Integer",
"Toggle": "Toggle",
"Date": "Date",
"DateTime": "DateTime",
"Choice": "Choice",
"Choice List": "Choice List",
"Reference": "Reference",
"Reference List": "Reference List",
"Attachment": "Attachment"
},
"GristDoc": {
"Added new linked section to view {{viewName}}": "Added new linked section to view {{viewName}}",
@@ -622,7 +634,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 +789,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)",
@@ -863,7 +892,16 @@
"modals": {
"Cancel": "Cancel",
"Ok": "OK",
"Save": "Save"
"Save": "Save",
"Are you sure you want to delete these records?": "Are you sure you want to delete these records?",
"Are you sure you want to delete this record?": "Are you sure you want to delete this record?",
"Delete": "Delete",
"Dismiss": "Dismiss",
"Don't ask again.": "Don't ask again.",
"Don't show again.": "Don't show again.",
"Don't show tips": "Don't show tips",
"Undo to restore": "Undo to restore",
"Got it": "Got it"
},
"pages": {
"Duplicate Page": "Duplicate Page",
@@ -1266,5 +1304,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"
}
}