1
0
Fork 0
discourse-custom-wizard-unl.../config/locales/client.en.yml

83 Zeilen
2,6 KiB
YAML

2017-09-23 04:34:07 +02:00
en:
admin_js:
admin:
wizard:
label: "Wizards"
new: "New"
custom_label: "Custom"
2017-10-05 02:36:46 +02:00
submissions_label: "Submissions"
2017-09-23 04:34:07 +02:00
name: "Name"
name_placeholder: "name of the wizard"
2017-10-07 04:27:38 +02:00
background: "Background"
background_placeholder: "Background css property"
2017-10-06 04:59:02 +02:00
save_submissions: "Save"
save_submissions_label: "Save wizard submissions"
2017-10-13 15:02:34 +02:00
multiple_submissions: "Multiple"
multiple_submissions_label: "Allow multiple submissions by the same user"
2017-10-06 04:59:02 +02:00
save: "Save Changes"
2017-09-23 04:34:07 +02:00
remove: "Delete Wizard"
2017-10-06 04:59:02 +02:00
header: "Wizard"
add: "Add"
url: "Url"
2017-10-13 15:02:34 +02:00
key: "Key"
id: "Id"
id_placeholder: "Underscored. Cannot be changed."
key_placeholder: "Translation key"
custom_text_placeholder: "Overrides translation"
type: "Type"
error:
name_required: "Wizards must have a name."
steps_required: "Wizards must have at least one step."
id_required: "All Step, Fields and Actions need an Id"
field:
need_choices: "All dropdowns need a translated choices, custom choies or preset choices."
choices_label_empty: "Custom choice labels cannot be empty."
2017-09-23 04:34:07 +02:00
step:
2017-10-06 04:59:02 +02:00
header: "Steps"
title: "Title"
banner: "Banner"
banner_placeholder: "Image url"
description: "Description"
2017-09-23 04:34:07 +02:00
field:
2017-10-06 04:59:02 +02:00
header: "Fields"
label: "Label"
description: "Description"
2017-10-13 15:02:34 +02:00
choices_label: "Dropdown Choices (use one type)"
choices_translation: "Translation"
choices_custom: "Custom"
choices_preset:
label: "Preset"
none: "Select a data type"
categories: "Categories"
filter: "Filter"
key: "Key"
value: "Value"
choice:
value: "Value"
label: "Label"
2017-10-06 04:59:02 +02:00
required: "Required"
required_label: "Field is Required"
2017-10-13 15:02:34 +02:00
min_length: "Min Length"
min_length_placeholder: "Minimum length in characters"
2017-09-23 04:34:07 +02:00
action:
2017-10-06 04:59:02 +02:00
header: "Actions"
2017-10-05 02:36:46 +02:00
send_message:
label: "Send Message"
2017-10-06 04:59:02 +02:00
title: "Title"
post: "Post"
recipient: "Recipient"
2017-10-05 02:36:46 +02:00
create_topic:
label: "Create Topic"
2017-10-06 04:59:02 +02:00
title: "Title"
post: "Post"
category: "Category"
2017-10-05 02:36:46 +02:00
update_profile:
label: "Update Profile"
field: "Profile Field"
save_input:
label: "Save Input"
2017-10-09 07:52:09 +02:00
wizard_js:
wizard:
2017-10-13 15:02:34 +02:00
completed: "You have completed this wizard."