2017-09-25 16:47:40 +02:00
|
|
|
en:
|
2018-06-29 08:07:18 +02:00
|
|
|
admin:
|
|
|
|
wizard:
|
2021-06-17 09:50:22 +02:00
|
|
|
submission:
|
|
|
|
no_user: "deleted (user_id: %{user_id})"
|
2018-06-29 08:07:18 +02:00
|
|
|
|
2017-10-13 15:02:34 +02:00
|
|
|
wizard:
|
|
|
|
custom_title: "Wizard"
|
2020-11-08 04:24:20 +01:00
|
|
|
|
|
|
|
custom_field:
|
|
|
|
error:
|
|
|
|
required_attribute: "'%{attr}' is a required attribute"
|
|
|
|
unsupported_class: "'%{class}' is not a supported class"
|
|
|
|
unsupported_serializers: "'%{serializers}' are not supported serializers for '%{class}'"
|
|
|
|
unsupported_type: "%{type} is not a supported custom field type"
|
|
|
|
name_invalid: "'%{name}' is not a valid custom field name"
|
|
|
|
name_too_short: "'%{name}' is too short for a custom field name (min length is #{min_length})"
|
2020-11-10 02:03:33 +01:00
|
|
|
name_already_taken: "'%{name}' is already taken as a custom field name"
|
2020-11-08 04:24:20 +01:00
|
|
|
save_default: "Failed to save custom field '%{name}'"
|
2021-08-18 08:11:00 +02:00
|
|
|
pro_required: "PRO Actions require a PRO Subscription"
|
2020-11-08 04:24:20 +01:00
|
|
|
|
2017-10-13 15:02:34 +02:00
|
|
|
field:
|
|
|
|
too_short: "%{label} must be at least %{min} characters"
|
2020-12-08 08:14:37 +01:00
|
|
|
too_long: "%{label} must not be more than %{max} characters"
|
2019-12-09 02:43:30 +01:00
|
|
|
required: "%{label} is required."
|
2020-03-23 19:40:11 +01:00
|
|
|
not_url: "%{label} must be a valid url"
|
2020-04-14 08:45:25 +02:00
|
|
|
invalid_file: "%{label} must be a %{types}"
|
2020-07-16 05:26:56 +02:00
|
|
|
invalid_date: "Invalid date"
|
|
|
|
invalid_time: "Invalid time"
|
2020-04-14 08:45:25 +02:00
|
|
|
|
2017-10-22 05:37:58 +02:00
|
|
|
none: "We couldn't find a wizard at that address."
|
2017-11-01 05:21:14 +01:00
|
|
|
no_skip: "Wizard can't be skipped"
|
2019-07-31 06:57:40 +02:00
|
|
|
export:
|
|
|
|
error:
|
2020-11-09 04:32:36 +01:00
|
|
|
select_one: "Please select at least one valid wizard"
|
|
|
|
invalid_wizards: "No valid wizards selected"
|
2020-04-14 08:45:25 +02:00
|
|
|
|
2019-07-31 06:57:40 +02:00
|
|
|
import:
|
|
|
|
error:
|
|
|
|
no_file: "No file selected"
|
|
|
|
file_large: "File too large"
|
|
|
|
invalid_json: "File is not a valid json file"
|
2020-11-09 04:32:36 +01:00
|
|
|
|
|
|
|
destroy:
|
|
|
|
error:
|
|
|
|
no_template: No template found
|
|
|
|
default: Error destroying wizard
|
2020-11-03 01:24:20 +01:00
|
|
|
|
|
|
|
validation:
|
|
|
|
required: "%{property} is required"
|
2020-11-09 04:32:36 +01:00
|
|
|
conflict: "Wizard with id '%{wizard_id}' already exists"
|
2020-11-03 01:24:20 +01:00
|
|
|
after_time: "After time setting is invalid"
|
2021-08-10 11:00:42 +02:00
|
|
|
pro: "%{property} is PRO only"
|
2018-05-24 07:34:02 +02:00
|
|
|
|
|
|
|
site_settings:
|
2019-12-05 07:48:32 +01:00
|
|
|
custom_wizard_enabled: "Enable custom wizards."
|
2018-05-24 07:34:02 +02:00
|
|
|
wizard_redirect_exclude_paths: "Routes excluded from wizard redirects."
|
2020-04-06 03:54:16 +02:00
|
|
|
wizard_recognised_image_upload_formats: "File types which will result in upload displaying an image preview"
|
2020-07-05 05:04:38 +02:00
|
|
|
wizard_apis_enabled: "Enable API features (experimental)."
|