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

133 Zeilen
4,4 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"
2017-11-01 05:21:14 +01:00
save_submissions_label: "Save wizard submissions."
2017-10-13 15:02:34 +02:00
multiple_submissions: "Multiple"
2017-11-01 05:21:14 +01:00
multiple_submissions_label: "Allow multiple submissions by the same user."
after_signup: "After Signup"
after_signup_label: "Users are directed to wizard after signup."
after_time: "After Time"
after_time_label: "Users are directed to wizard after the start time until wizard is completed or skipped."
after_time_time_label: "Start Time"
after_time_modal:
title: "Wizard Start Time"
date: "Date"
time: "Time"
done: "Set Time"
clear: "Clear"
required: "Required"
required_label: "Users cannot skip the wizard."
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"
2017-10-17 15:17:53 +02:00
value: "Value"
2017-10-13 15:02:34 +02:00
id: "Id"
id_placeholder: "Underscored. Cannot be changed."
key_placeholder: "Translation key"
custom_text_placeholder: "Overrides translation"
type: "Type"
2017-10-17 15:17:53 +02:00
none: "Make a selection"
2017-10-30 07:24:51 +01:00
select_field: "Wizard Field"
2017-10-13 15:02:34 +02:00
error:
name_required: "Wizards must have a name."
steps_required: "Wizards must have at least one step."
2017-10-30 07:24:51 +01:00
id_required: "All wizards, steps, fields and actions need an id."
2017-11-01 05:21:14 +01:00
after_time_need_time: "After time is enabled but no time is set."
after_time_invalid: "After time is invalid."
2017-10-13 15:02:34 +02:00
field:
2017-10-30 07:24:51 +01:00
need_choices: "All dropdowns need choices."
2017-10-13 15:02:34 +02:00
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-30 07:24:51 +01:00
choices_label: "Dropdown Choices"
choices_type: "Choose a type"
2017-10-13 15:02:34 +02:00
choices_translation: "Translation"
choices_custom: "Custom"
choices_preset:
label: "Preset"
categories: "Categories"
2017-10-30 07:24:51 +01:00
filter: "Preset Filter"
2017-10-13 15:02:34 +02:00
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-30 07:24:51 +01:00
header: "Actions<sup>*</sup>"
2017-10-17 09:18:53 +02:00
include: "Include Fields"
title: "Title"
post: "Post"
2017-10-22 05:37:58 +02:00
add_fields: "Add Fields To {{type}}"
2017-10-30 07:24:51 +01:00
available_fields: "* If 'Save wizard submissions' is disabled, only the fields of the current step are available to the current step's actions."
topic_attr: "Topic Attribute"
2017-10-05 02:36:46 +02:00
send_message:
label: "Send Message"
2017-10-06 04:59:02 +02:00
recipient: "Recipient"
2017-10-05 02:36:46 +02:00
create_topic:
label: "Create Topic"
2017-10-06 04:59:02 +02:00
category: "Category"
2017-10-05 02:36:46 +02:00
update_profile:
label: "Update Profile"
2017-10-17 09:18:53 +02:00
profile_field: "Profile Field"
2017-10-09 07:52:09 +02:00
wizard_js:
2017-10-22 05:37:58 +02:00
location:
name:
title: "Name (optional)"
desc: "e.g. P. Sherman Dentist"
street:
title: "Number and Street"
desc: "e.g. 42 Wallaby Way"
postalcode:
title: "Postal Code (Zip)"
desc: "e.g. 2548"
city:
title: "City, Town or Village"
desc: "e.g. Sydney"
country_code:
title: "Country"
placeholder: "Select a Country"
query:
title: "Address"
desc: "e.g. 42 Wallaby Way, Sydney."
geo:
desc: "Locations provided by {{provider}}"
btn:
label: "Find Location"
results: "Locations"
no_results: "No results. Please double check the spelling."
show_map: "Show Map"
validation:
2017-10-30 07:24:51 +01:00
city: "Please enter a city, town or village."
2017-10-22 05:37:58 +02:00
countrycode: "Please enter a country."
geo_location: "Search and select a result."
select_box:
filter_placeholder: "Search..."
2017-10-09 07:52:09 +02:00
wizard:
2017-10-13 15:02:34 +02:00
completed: "You have completed this wizard."