Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor registration & payment plugin options UX - last bits #4806

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
150 changes: 150 additions & 0 deletions src/openforms/js/compiled-lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,12 @@
"value": "Toggle JSON Schema"
}
],
"3zaZWN": [
{
"type": 0,
"value": "Plugin configuration: demo"
}
],
"4/cCvG": [
{
"type": 0,
Expand Down Expand Up @@ -1259,6 +1265,12 @@
"value": "'Remove row' text"
}
],
"B/A1Bk": [
{
"type": 0,
"value": "Which merchant should be used for payments related to this form."
}
],
"B1ONuu": [
{
"type": 0,
Expand Down Expand Up @@ -1835,6 +1847,12 @@
"value": "Base"
}
],
"F2VuCs": [
{
"type": 0,
"value": "Merchant ID"
}
],
"F9ew4C": [
{
"type": 0,
Expand Down Expand Up @@ -2413,6 +2431,12 @@
"value": "Something went wrong while rendering the registration options"
}
],
"LBEeSy": [
{
"type": 0,
"value": "Drive ID"
}
],
"LD3weJ": [
{
"type": 0,
Expand Down Expand Up @@ -4077,6 +4101,12 @@
"value": "Incomplete Submissions Removal Limit"
}
],
"cEALcN": [
{
"type": 0,
"value": "Configure options"
}
],
"cID9dz": [
{
"type": 0,
Expand Down Expand Up @@ -4965,6 +4995,12 @@
"value": "Session will expire"
}
],
"jpL29S": [
{
"type": 0,
"value": "Folder path"
}
],
"jtWzSW": [
{
"type": 0,
Expand Down Expand Up @@ -5135,6 +5171,68 @@
"value": "Including today"
}
],
"lNBZdl": [
{
"type": 0,
"value": "The path of the folder where folders containing Open-Forms related documents will be created. You can use the expressions "
},
{
"children": [
{
"type": 0,
"value": "{{ year }}"
}
],
"type": 8,
"value": "code"
},
{
"type": 0,
"value": ", "
},
{
"children": [
{
"type": 0,
"value": "{{ month }}"
}
],
"type": 8,
"value": "code"
},
{
"type": 0,
"value": " and "
},
{
"children": [
{
"type": 0,
"value": "{{ day }}"
}
],
"type": 8,
"value": "code"
},
{
"type": 0,
"value": ". The path must start with "
},
{
"children": [
{
"type": 0,
"value": "/"
}
],
"type": 8,
"value": "code"
},
{
"type": 0,
"value": "."
}
],
"lOSmt+": [
{
"type": 0,
Expand Down Expand Up @@ -5735,6 +5833,40 @@
"value": "Enable to attach file uploads to the registration email. If set, this overrides the global default. Form designers should take special care to ensure that the total file upload sizes do not exceed the email size limit."
}
],
"sQpH2P": [
{
"offset": 0,
"options": {
"one": {
"value": [
{
"type": 0,
"value": "There is a validation error."
}
]
},
"other": {
"value": [
{
"type": 0,
"value": "There are "
},
{
"type": 1,
"value": "numErrors"
},
{
"type": 0,
"value": " validation errors."
}
]
}
},
"pluralType": "cardinal",
"type": 6,
"value": "numErrors"
}
],
"sR9GVQ": [
{
"type": 0,
Expand Down Expand Up @@ -6019,6 +6151,12 @@
"value": "After how many seconds should the cached response expire."
}
],
"wAQaa5": [
{
"type": 0,
"value": "Extra print statement"
}
],
"wIaGgb": [
{
"type": 0,
Expand Down Expand Up @@ -6101,6 +6239,12 @@
"value": "Component where times for an appointment will be shown"
}
],
"wnTTZr": [
{
"type": 0,
"value": "ID of the drive to use. If left empty, the default drive will be used."
}
],
"wnxKT/": [
{
"type": 0,
Expand Down Expand Up @@ -6375,6 +6519,12 @@
"value": "hasDescription"
}
],
"zYu3XI": [
{
"type": 0,
"value": "Plugin configuration: Ogone legacy"
}
],
"zeXZzX": [
{
"type": 0,
Expand Down
Loading
Loading