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"
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"
2020-11-08 14:24:20 +11: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"
2020-04-14 16:45:25 +10: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"
2020-04-14 16:45:25 +10: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"
2020-11-09 14:32:36 +11:00
destroy :
error :
no_template : No template found
default : Error destroying wizard
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"
2020-11-03 11:24:20 +11:00
after_time : "After time setting is invalid"
2021-09-24 17:58:42 +08:00
subscription : "%{type} %{property} is subscription only"
notice :
2021-10-05 20:54:06 +08:00
connection_error : "Failed to connect to http://%{domain}"
2021-09-24 17:58:42 +08:00
compatibility_issue : >
2021-10-05 20:54:06 +08:00
The Custom Wizard Plugin has a compatibility issue with the latest version of Discourse.
Please check the Custom Wizard Plugin status on [%{domain}](http://%{domain}) before updating Discourse.
plugin_status :
connection_error_limit : >
We're unable to connect to the Pavilion Plugin Status Server. Please check the Custom Wizard Plugin status on [%{domain}](http://%{domain}) before updating Discourse or the plugin.
If this connection issue persists please contact <a href="mailto:support@thepavilion.io">support@thepavilion.io</a> for further assistance.
subscription_messages :
connection_error_limit : >
We're unable to connect to the Pavilion Subscription Server. This will not affect the operation of the plugin.
If this connection issue persists please 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-10-05 20:54:06 +08:00
wizard_important_notices_on_dashboard : "Show important notices about the custom wizard plugin on the admin dashboard."