2017-09-25 22:47:40 +08:00
en :
2018-06-29 16:07:18 +10:00
admin :
wizard :
2021-06-17 17:50:22 +10:00
submission :
no_user : "deleted (user_id: %{user_id})"
2018-06-29 16:07:18 +10:00
2017-10-13 21:02:34 +08:00
wizard :
custom_title : "Wizard"
2022-03-12 15:08:56 +01:00
2020-11-08 14:24:20 +11: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 12:03:33 +11:00
name_already_taken : "'%{name}' is already taken as a custom field name"
2020-11-08 14:24:20 +11:00
save_default : "Failed to save custom field '%{name}'"
2021-09-24 17:58:42 +08:00
subscription_type : "%{type} custom fields require a subscription"
2022-03-12 15:08:56 +01:00
2017-10-13 21:02:34 +08:00
field :
too_short : "%{label} must be at least %{min} characters"
2020-12-08 12:44:37 +05:30
too_long : "%{label} must not be more than %{max} characters"
2019-12-09 12:43:30 +11:00
required : "%{label} is required."
2020-03-23 18:40:11 +00:00
not_url : "%{label} must be a valid url"
2020-04-14 16:45:25 +10:00
invalid_file : "%{label} must be a %{types}"
2020-07-16 13:26:56 +10:00
invalid_date : "Invalid date"
invalid_time : "Invalid time"
2022-03-12 15:08:56 +01:00
2017-10-22 11:37:58 +08:00
none : "We couldn't find a wizard at that address."
2017-11-01 12:21:14 +08:00
no_skip : "Wizard can't be skipped"
2019-07-31 10:27:40 +05:30
export :
error :
2020-11-09 14:32:36 +11:00
select_one : "Please select at least one valid wizard"
invalid_wizards : "No valid wizards selected"
2022-03-12 15:08:56 +01:00
2019-07-31 10:27:40 +05:30
import :
error :
no_file : "No file selected"
file_large : "File too large"
invalid_json : "File is not a valid json file"
2022-03-12 15:08:56 +01:00
2020-11-09 14:32:36 +11:00
destroy :
error :
no_template : No template found
default : Error destroying wizard
2022-03-12 15:08:56 +01:00
2020-11-03 11:24:20 +11:00
validation :
required : "%{property} is required"
2020-11-09 14:32:36 +11:00
conflict : "Wizard with id '%{wizard_id}' already exists"
2022-01-31 17:18:04 +08:00
after_signup : "You can only have one 'after signup' wizard at a time. %{wizard_id} has 'after signup' enabled."
after_signup_after_time : "You can't use 'after time' and 'after signup' on the same wizard."
after_time : "After time setting is invalid."
2022-01-31 15:11:14 +05:30
liquid_syntax_error : "Liquid syntax error in %{attribute}: %{message}"
2021-09-24 17:58:42 +08:00
notice :
2021-10-05 20:54:06 +08:00
connection_error : "Failed to connect to http://%{domain}"
2021-11-01 21:52:29 +08:00
compatibility_issue :
title : The Custom Wizard Plugin is incompatibile with the latest version of Discourse.
message : Please check the Custom Wizard Plugin status on [%{domain}](http://%{domain}) before updating Discourse.
2021-10-05 20:54:06 +08:00
plugin_status :
2021-11-01 21:52:29 +08:00
connection_error :
title : Unable to connect to the Custom Wizard Plugin status server
message : Please check the Custom Wizard Plugin status on [%{domain}](http://%{domain}) before updating Discourse. If this issue persists contact <a href="mailto:support@thepavilion.io">support@thepavilion.io</a> for further assistance.
subscription_message :
2022-03-12 15:08:56 +01:00
connection_error :
2021-11-01 21:52:29 +08:00
title : Unable to connect to the Custom Wizard Plugin subscription server
message : If this issue persists contact <a href="mailto:support@thepavilion.io">support@thepavilion.io</a> for further assistance.
2018-05-24 15:34:02 +10:00
site_settings :
2019-12-05 17:48:32 +11:00
custom_wizard_enabled : "Enable custom wizards."
2018-05-24 15:34:02 +10:00
wizard_redirect_exclude_paths : "Routes excluded from wizard redirects."
2020-04-06 11:54:16 +10:00
wizard_recognised_image_upload_formats : "File types which will result in upload displaying an image preview"
2020-07-05 00:04:38 -03:00
wizard_apis_enabled : "Enable API features (experimental)."
2021-11-01 21:52:29 +08:00
wizard_critical_notices_on_dashboard : "Show critical notices about the custom wizard plugin on the admin dashboard."