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

221 Zeilen
7,9 KiB
YAML

2017-09-23 04:34:07 +02:00
en:
2017-11-22 10:34:21 +01:00
js:
wizard:
complete_custom: "Welcome to %{site_name}! Get started with <a href='%{wizard_url}' data-auto-route='true'>the %{wizard_name} wizard</a> ✨"
2018-05-24 07:34:58 +02:00
2017-09-23 04:34:07 +02:00
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-11-22 10:34:21 +01:00
prompt_completion: "Prompt"
prompt_completion_label: "Prompt user to complete wizard."
2017-11-29 10:48:49 +01:00
min_trust: "Trust"
min_trust_label: "Trust level required to access wizard."
2018-07-16 06:28:24 +02:00
theme_id: "Theme"
no_theme: "Select a Theme (optional)"
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"
2018-05-24 07:34:58 +02:00
or: "Or"
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"
2018-05-24 07:34:58 +02:00
custom_field_placeholder: "Custom Field"
2018-10-07 09:28:26 +02:00
custom_value_placeholder: "Custom Value"
2018-05-24 07:34:58 +02:00
user_field_placeholder: "User Field"
2017-10-13 15:02:34 +02:00
type: "Type"
2017-10-17 15:17:53 +02:00
none: "Make a selection"
select_field: "Select 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-23 10:02:25 +01:00
type_required: "All fields need a type."
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-11-23 10:02:25 +01:00
type: "Choose a type"
2017-10-06 04:59:02 +02:00
header: "Fields"
label: "Label"
description: "Description"
image: "Image"
image_placeholder: "Image url"
2017-11-09 03:50:48 +01:00
dropdown_none: "None"
dropdown_none_placeholder: "Translation Key"
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-11-24 05:32:15 +01:00
add_fields: "{{type}} Fields"
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"
2018-09-18 03:56:42 +02:00
skip_redirect:
label: "Skip Redirect"
description: "Don't redirect the user to this {{type}} after the wizard completes"
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-11-24 05:32:15 +01:00
post_builder:
checkbox: "Post Builder"
label: "Builder"
user_fields: "User Fields: "
wizard_fields: "Wizard Fields: "
placeholder: "Insert wizard fields using the field_id in w{}. Insert user fields using field key in u{}."
custom_title: "Custom Title"
custom_category:
label: "Custom Category"
wizard_field: "Wizard Field"
user_field: "User 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)"
2018-05-24 07:34:58 +02:00
desc: "e.g. 2090"
neighbourhood:
title: "Neighbourhood"
desc: "e.g. Cremorne Point"
2017-10-22 05:37:58 +02:00
city:
title: "City, Town or Village"
desc: "e.g. Sydney"
2019-01-24 01:44:19 +01:00
coordinates: "Coordinates"
lat:
title: "Latitude"
desc: "e.g. -31.9456702"
lon:
title: "Longitude"
desc: "e.g. 115.8626477"
2017-10-22 05:37:58 +02:00
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:
2018-05-24 07:34:58 +02:00
neighbourhood: "Please enter a neighbourhood."
2017-10-30 07:24:51 +01:00
city: "Please enter a city, town or village."
2019-01-18 01:34:52 +01:00
street: "Please enter a Number and Street."
2019-01-22 00:57:33 +01:00
postalcode: "Please enter a Postal Code (Zip)."
2018-01-22 13:58:07 +01:00
countrycode: "Please select a country."
2019-01-24 01:44:19 +01:00
coordinates: "Please complete the set of coordinates."
2017-10-22 05:37:58 +02:00
geo_location: "Search and select a result."
2017-11-24 10:32:24 +01:00
select_kit:
2017-10-22 05:37:58 +02:00
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."
2017-11-29 10:48:49 +01:00
not_permitted: "You need to be trust level {{level}} or higher to access this wizard."
2017-12-03 08:57:40 +01:00
none: "There is no wizard here."
return_to_site: "Return to {{siteName}}"
2018-02-08 05:30:55 +01:00
wizard_composer:
2018-05-14 04:11:11 +02:00
show_preview: "Preview Post"
hide_preview: "Edit Post"
2018-02-08 05:30:55 +01:00
quote_post_title: "Quote whole post"
bold_label: "B"
bold_title: "Strong"
bold_text: "strong text"
italic_label: "I"
italic_title: "Emphasis"
italic_text: "emphasized text"
link_title: "Hyperlink"
link_description: "enter link description here"
link_dialog_title: "Insert Hyperlink"
link_optional_text: "optional title"
link_url_placeholder: "http://example.com"
quote_title: "Blockquote"
quote_text: "Blockquote"
blockquote_text: "Blockquote"
code_title: "Preformatted text"
code_text: "indent preformatted text by 4 spaces"
paste_code_text: "type or paste code here"
upload_title: "Upload"
upload_description: "enter upload description here"
olist_title: "Numbered List"
ulist_title: "Bulleted List"
list_item: "List item"
toggle_direction: "Toggle Direction"
help: "Markdown Editing Help"
collapse: "minimize the composer panel"
abandon: "close composer and discard draft"
modal_ok: "OK"
modal_cancel: "Cancel"
cant_send_pm: "Sorry, you can't send a message to %{username}."
yourself_confirm:
title: "Did you forget to add recipients?"
body: "Right now this message is only being sent to yourself!"