Skip to content
GitLab
Menu
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
556f3158
Verified
Commit
556f3158
authored
Mar 11, 2022
by
Virgile Gerecke
🤘
Browse files
🔀
Merge branch 'release/3.0.36'
parents
998065d3
c22062f2
Pipeline
#75456
passed with stage
in 12 seconds
Changes
3
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
package-lock.json
View file @
556f3158
This diff is collapsed.
Click to expand it.
package.json
View file @
556f3158
{
{
"name"
:
"@vue-unistra/formbuilder"
,
"name"
:
"@vue-unistra/formbuilder"
,
"version"
:
"3.0.3
5
"
,
"version"
:
"3.0.3
6
"
,
"main"
:
"dist/index.js"
,
"main"
:
"dist/index.js"
,
"files"
:
[
"files"
:
[
"dist/*"
,
"dist/*"
,
...
...
src/locales/en.ts
View file @
556f3158
...
@@ -6,4 +6,25 @@ export const en: AppMessages = {
...
@@ -6,4 +6,25 @@ export const en: AppMessages = {
save
:
'
Save
'
,
save
:
'
Save
'
,
settings
:
'
Settings
'
,
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
.
Attach a 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