fix: add translatable strings for file upload dialog on webform (#33156)
* fix: add webform translatable strings * fix: linters
This commit is contained in:
parent
4ae71ab618
commit
caf1065863
1 changed files with 19 additions and 0 deletions
|
|
@ -286,6 +286,25 @@ def get_context(context):
|
|||
"Validation Error",
|
||||
"No {0} found",
|
||||
"Create a new {0}",
|
||||
"Drag and drop files here or upload from",
|
||||
"My Device",
|
||||
"Link",
|
||||
"Camera",
|
||||
"Upload",
|
||||
"Set all public",
|
||||
"Set all private",
|
||||
"Public",
|
||||
"Private",
|
||||
"Optimize",
|
||||
"Drop files here",
|
||||
"Take Photo",
|
||||
"No Images",
|
||||
"Total Images",
|
||||
"Preview",
|
||||
"Submit",
|
||||
"Capture",
|
||||
"Attach a web link",
|
||||
"← Back to upload files",
|
||||
self.title,
|
||||
self.introduction_text,
|
||||
self.success_title,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue