automated update to translation keys (#957)

Co-authored-by: Paul's Grist Bot <paul+bot@getgrist.com>
This commit is contained in:
github-actions[bot] 2024-04-29 15:58:34 -04:00 committed by GitHub
parent a3442aee77
commit b87ade6149
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1145,7 +1145,9 @@
"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}}", "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!", "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." "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.",
"Example: {{example}}": "Example: {{example}}",
"Filter displayed dropdown values with a condition.": "Filter displayed dropdown values with a condition."
}, },
"DescriptionConfig": { "DescriptionConfig": {
"DESCRIPTION": "DESCRIPTION" "DESCRIPTION": "DESCRIPTION"
@ -1499,5 +1501,28 @@
"Checkbox": "Checkbox", "Checkbox": "Checkbox",
"Field Format": "Field Format", "Field Format": "Field Format",
"Switch": "Switch" "Switch": "Switch"
},
"ChoiceEditor": {
"Error in dropdown condition": "Error in dropdown condition",
"No choices matching condition": "No choices matching condition",
"No choices to select": "No choices to select"
},
"ChoiceListEditor": {
"Error in dropdown condition": "Error in dropdown condition",
"No choices matching condition": "No choices matching condition",
"No choices to select": "No choices to select"
},
"DropdownConditionConfig": {
"Dropdown Condition": "Dropdown Condition",
"Invalid columns: {{colIds}}": "Invalid columns: {{colIds}}",
"Set dropdown condition": "Set dropdown condition"
},
"DropdownConditionEditor": {
"Enter condition.": "Enter condition."
},
"ReferenceUtils": {
"Error in dropdown condition": "Error in dropdown condition",
"No choices matching condition": "No choices matching condition",
"No choices to select": "No choices to select"
} }
} }