0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2025-01-31 10:48:55 +01:00
discourse-custom-wizard/config/locales/server.en.yml

61 Zeilen
2,4 KiB
YAML

2017-09-25 22:47:40 +08:00
en:
admin:
wizard:
submission:
no_user: "deleted (user_id: %{user_id})"
2017-10-13 21:02:34 +08: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 12:03:33 +11:00
name_already_taken: "'%{name}' is already taken as a custom field name"
save_default: "Failed to save custom field '%{name}'"
2017-10-13 21:02:34 +08:00
field:
too_short: "%{label} must be at least %{min} characters"
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"
export:
error:
select_one: "Please select at least one valid wizard"
invalid_wizards: "No valid wizards selected"
2020-04-14 16:45:25 +10: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 11:24:20 +11:00
validation:
required: "%{property} is required"
conflict: "Wizard with id '%{wizard_id}' already exists"
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."
liquid_syntax_error: "Liquid syntax error in %{attribute}: %{message}"
2018-05-24 15:34:02 +10:00
site_settings:
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"
wizard_apis_enabled: "Enable API features (experimental)."