support language translation.
This commit is contained in:
14
src/desktop/locales/en.json
Normal file
14
src/desktop/locales/en.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Word output plugin",
|
||||
"errors": {
|
||||
"template-field-is-not-set": "Template field is not set. Please configure the plugin.",
|
||||
"template-field-is-not-available": "Template field is not available in this app.",
|
||||
"template-field-must-be-an-attachment-field": "Template field must be an attachment field.",
|
||||
"template-field-does-not-contain-any-files": "Template field does not contain any files.",
|
||||
"template-field-contains-multiple-files": "Template field contains multiple files. Please ensure it contains only one file.",
|
||||
"template-file-must-be-a-docx": "The template file must be a Word (.docx) file. 'Mime-Type: {{contentType}}'."
|
||||
},
|
||||
"buttons": {
|
||||
"output": "Output Word"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user