Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vue-unistra
formbuilder
Commits
4cb4a7f5
Verified
Commit
4cb4a7f5
authored
Mar 11, 2022
by
Virgile Gerecke
🤘
Browse files
💬
Add english translations for renderer
parent
6bdcf64e
Pipeline
#75453
passed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/locales/en.ts
View file @
4cb4a7f5
...
...
@@ -6,4 +6,25 @@ export const en: AppMessages = {
save
:
'
Save
'
,
settings
:
'
Settings
'
,
},
renderer
:
{
autoCompletion
:
{
connection
:
'
Log in to pre-fill the form
'
,
button
:
'
Pre-fill the form
'
,
},
edition
:
{
button
:
'
Edit the form
'
,
},
fields
:
{
UsfText
:
{
errors
:
{
numberMax
:
`"{label}" must be lower or equal to {max}`
,
numberMin
:
`"{label}" must be higher or equal to {min}`
,
emailFormat
:
'
Please use a valid email address
'
,
numberFormat
:
'
Must be a number
'
,
textMax
:
`"{label}" must be {max} or less characters`
,
textMin
:
`"{label}" must be {min} or more characters`
,
},
},
},
},
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment