0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00
discourse-custom-wizard/config/locales/server.en.yml

69 Zeilen
2,9 KiB
YAML

2017-09-25 16:47:40 +02:00
en:
admin:
wizard:
submission:
no_user: "deleted (user_id: %{user_id})"
2017-10-13 15:02:34 +02:00
wizard:
custom_title: "Wizard"
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"
save_default: "Failed to save custom field '%{name}'"
2021-09-24 11:58:42 +02:00
subscription_type: "%{type} custom fields require a subscription"
2017-10-13 15:02:34 +02:00
field:
too_short: "%{label} must be at least %{min} characters"
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"
export:
error:
select_one: "Please select at least one valid wizard"
invalid_wizards: "No valid wizards selected"
2020-04-14 08:45:25 +02:00
import:
error:
no_file: "No file selected"
file_large: "File too large"
invalid_json: "File is not a valid json file"
destroy:
error:
no_template: No template found
default: Error destroying wizard
2020-11-03 01:24:20 +01:00
validation:
required: "%{property} is required"
conflict: "Wizard with id '%{wizard_id}' already exists"
2020-11-03 01:24:20 +01:00
after_time: "After time setting is invalid"
2021-09-24 11:58:42 +02:00
subscription: "%{type} %{property} is subscription only"
notice:
connection_error: "Failed to connect to [%{server}](http://%{server})"
compatibility_issue: >
The Custom Wizard Plugin may have a compatibility issue with the latest version of Discourse.
Please check the Custom Wizard Plugin status on [%{server}](http://%{server}) before updating Discourse.
plugin_status_connection_error_limit: >
We're unable to connect to the plugin status server to determine whether there are any compatibility issues with the latest version of Discourse.
Please contact <a href="mailto:support@thepavilion.io">support@thepavilion.io</a> for further assistance.
2018-05-24 07:34:02 +02:00
site_settings:
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"
wizard_apis_enabled: "Enable API features (experimental)."