347 Zeilen
12 KiB
YAML
347 Zeilen
12 KiB
YAML
en:
|
|
js:
|
|
wizard:
|
|
complete_custom: "Welcome to %{site_name}! Get started with <a href='%{wizard_url}' data-auto-route='true'>the %{wizard_name} wizard</a> ✨"
|
|
|
|
admin_js:
|
|
admin:
|
|
wizard:
|
|
label: "Wizard"
|
|
nav: "Wizards"
|
|
new: "New"
|
|
custom_label: "Custom"
|
|
submissions_label: "Submissions"
|
|
name: "Name"
|
|
name_placeholder: "name of the wizard"
|
|
background: "Background"
|
|
background_placeholder: "Background css property"
|
|
save_submissions: "Save"
|
|
save_submissions_label: "Save wizard submissions."
|
|
multiple_submissions: "Multiple"
|
|
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."
|
|
prompt_completion: "Prompt"
|
|
prompt_completion_label: "Prompt user to complete wizard."
|
|
restart_on_revisit: "Restart"
|
|
restart_on_revisit_label: "Restart the the wizard whenever the user revisits, regardless of prior progress."
|
|
min_trust: "Trust"
|
|
min_trust_label: "Trust level required to access wizard."
|
|
theme_id: "Theme"
|
|
no_theme: "Select a Theme (optional)"
|
|
save: "Save Changes"
|
|
remove: "Delete Wizard"
|
|
header: "Wizard"
|
|
add: "Add"
|
|
url: "Url"
|
|
key: "Key"
|
|
value: "Value"
|
|
property: "Property"
|
|
text: "text"
|
|
profile: "profile"
|
|
id: "Id"
|
|
id_placeholder: "Underscored. Cannot be changed."
|
|
key_placeholder: "Translation key"
|
|
custom_text_placeholder: "Overrides translation"
|
|
type: "Type"
|
|
none: "Make a selection"
|
|
user_field: "User Field"
|
|
wizard_field: "Wizard Field"
|
|
select_field: "Select Field"
|
|
select_property: "Select Property"
|
|
select_group: "Select Group"
|
|
profile_field: "Profile Field"
|
|
submission_key: 'submission key'
|
|
param_key: 'param'
|
|
|
|
output:
|
|
label: "Output"
|
|
prefix: 'if'
|
|
connector: 'then'
|
|
|
|
error:
|
|
name_required: "Wizards must have a name."
|
|
steps_required: "Wizards must have at least one step."
|
|
id_required: "All wizards, steps, fields and actions need an id."
|
|
invalid_api_body: "Request body JSON needs to be a valid JSON."
|
|
type_required: "All fields need a type."
|
|
after_time_need_time: "After time is enabled but no time is set."
|
|
after_time_invalid: "After time is invalid."
|
|
field:
|
|
need_choices: "All dropdowns need choices."
|
|
choices_label_empty: "Custom choice labels cannot be empty."
|
|
|
|
step:
|
|
header: "Steps"
|
|
title: "Title"
|
|
banner: "Banner"
|
|
banner_placeholder: "Image url"
|
|
description: "Description"
|
|
required_data:
|
|
label: "Required Data"
|
|
not_permitted_message: "Message shown when required data not present"
|
|
permitted_params:
|
|
label: "Permitted Params"
|
|
connector: "save as"
|
|
|
|
field:
|
|
type: "Choose a type"
|
|
header: "Fields"
|
|
label: "Label"
|
|
description: "Description"
|
|
image: "Image"
|
|
image_placeholder: "Image url"
|
|
dropdown_none: "None"
|
|
dropdown_none_placeholder: "Label"
|
|
choices_label: "Dropdown Choices"
|
|
choices_type: "Choose a type"
|
|
choices_translation: "Translation"
|
|
choices_custom: "Custom"
|
|
choice:
|
|
value: "Value"
|
|
label: "Label"
|
|
required: "Required"
|
|
required_label: "Field is Required"
|
|
min_length: "Min Length"
|
|
min_length_placeholder: "Minimum length in characters"
|
|
file_types: "File Types"
|
|
tag: "Tag"
|
|
category: "Category"
|
|
limit: "Limit"
|
|
property: "Property"
|
|
prefill: "Prefill"
|
|
|
|
action:
|
|
header: "Actions<sup>*</sup>"
|
|
include: "Include Fields"
|
|
title: "Title"
|
|
post: "Post"
|
|
add_fields: "{{type}} Fields"
|
|
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"
|
|
interpolate_fields: "Insert wizard fields using the field_id in w{}. Insert user fields using field key in u{}."
|
|
|
|
skip_redirect:
|
|
label: "Skip Redirect"
|
|
description: "Don't redirect the user to this {{type}} after the wizard completes"
|
|
send_message:
|
|
label: "Send Message"
|
|
recipient: "Recipient"
|
|
create_topic:
|
|
label: "Create Topic"
|
|
category: "Category"
|
|
tags: "Tags"
|
|
update_profile:
|
|
label: "Update Profile"
|
|
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{}."
|
|
add_to_group:
|
|
label: "Add to Group"
|
|
group: "Group"
|
|
output_connector: "add to"
|
|
route_to:
|
|
label: "Route To"
|
|
url: "Url"
|
|
code: "Code"
|
|
custom_title: "Custom Title"
|
|
custom_category:
|
|
label: "Custom Category"
|
|
user_field: "User Field"
|
|
custom_tag:
|
|
label: "Custom Tag"
|
|
send_to_api:
|
|
label: "Send to API"
|
|
api: "API"
|
|
endpoint: "Endpoint"
|
|
select_an_api: "Select an API"
|
|
select_an_endpoint: "Select an endpoint"
|
|
body: "Request body JSON"
|
|
|
|
api:
|
|
label: "API"
|
|
nav_label: 'APIs'
|
|
new: 'New Api'
|
|
name: "Name (can't be changed)"
|
|
name_placeholder: 'Underscored'
|
|
title: 'Title'
|
|
title_placeholder: 'Display name'
|
|
remove: 'Delete'
|
|
save: "Save"
|
|
|
|
auth:
|
|
label: "Authorization"
|
|
btn: 'Authorize'
|
|
settings: "Settings"
|
|
status: "Status"
|
|
redirect_uri: "Redirect url"
|
|
type: 'Type'
|
|
type_none: 'Select a type'
|
|
url: "Authorization url"
|
|
token_url: "Token url"
|
|
client_id: 'Client id'
|
|
client_secret: 'Client secret'
|
|
username: 'username'
|
|
password: 'password'
|
|
params:
|
|
label: 'Params'
|
|
new: 'New param'
|
|
key: 'key'
|
|
value: 'value'
|
|
|
|
status:
|
|
label: "Status"
|
|
authorized: 'Authorized'
|
|
not_authorized: "Not authorized"
|
|
code: "Code"
|
|
access_token: "Access token"
|
|
refresh_token: "Refresh token"
|
|
expires_at: "Expires at"
|
|
refresh_at: "Refresh at"
|
|
|
|
endpoint:
|
|
label: "Endpoints"
|
|
add: "Add endpoint"
|
|
name: "Endpoint name"
|
|
method: "Select a method"
|
|
url: "Enter a url"
|
|
content_type: "Select a content type"
|
|
success_codes: "Select success codes"
|
|
|
|
log:
|
|
label: "Logs"
|
|
|
|
transfer:
|
|
nav_label: "Transfer"
|
|
export:
|
|
label: "Export"
|
|
none_selected: "Please select atleast one wizard"
|
|
import:
|
|
label: "Import"
|
|
logs: "Import logs for {{fileName}}"
|
|
success: 'Wizard "{{id}}" saved successfully'
|
|
failure: 'Wizard "{{id}}" could not be saved'
|
|
no_file: "Please choose a file to import"
|
|
file_size_error: "The file must be JSON and 512kb or less"
|
|
|
|
wizard_js:
|
|
group:
|
|
select: "Select a group"
|
|
|
|
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. 2090"
|
|
neighbourhood:
|
|
title: "Neighbourhood"
|
|
desc: "e.g. Cremorne Point"
|
|
city:
|
|
title: "City, Town or Village"
|
|
desc: "e.g. Sydney"
|
|
coordinates: "Coordinates"
|
|
lat:
|
|
title: "Latitude"
|
|
desc: "e.g. -31.9456702"
|
|
lon:
|
|
title: "Longitude"
|
|
desc: "e.g. 115.8626477"
|
|
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:
|
|
neighbourhood: "Please enter a neighbourhood."
|
|
city: "Please enter a city, town or village."
|
|
street: "Please enter a Number and Street."
|
|
postalcode: "Please enter a Postal Code (Zip)."
|
|
countrycode: "Please select a country."
|
|
coordinates: "Please complete the set of coordinates."
|
|
geo_location: "Search and select a result."
|
|
|
|
select_kit:
|
|
default_header_text: Select...
|
|
no_content: No matches found
|
|
filter_placeholder: Search...
|
|
filter_placeholder_with_any: Search or create...
|
|
create: "Create: '{{content}}'"
|
|
max_content_reached:
|
|
one: "You can only select {{count}} item."
|
|
other: "You can only select {{count}} items."
|
|
min_content_not_reached:
|
|
one: "Select at least {{count}} item."
|
|
other: "Select at least {{count}} items."
|
|
|
|
wizard:
|
|
completed: "You have completed the {{name}} wizard."
|
|
not_permitted: "You need to be trust level {{level}} or higher to access the {{name}} wizard."
|
|
none: "There is no wizard here."
|
|
return_to_site: "Return to {{siteName}}"
|
|
requires_login: "You need to be logged in to access the {{name}} wizard."
|
|
reset: "Reset this wizard."
|
|
step_not_permitted: "You're not allowed to view this step."
|
|
|
|
wizard_composer:
|
|
show_preview: "Preview Post"
|
|
hide_preview: "Edit Post"
|
|
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!"
|