0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00
discourse-custom-wizard/config/locales/client.en.yml

67 Zeilen
1,9 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"
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-07 04:27:38 +02:00
translation: "Translation"
2017-10-09 07:52:09 +02:00
2017-09-23 04:34:07 +02:00
step:
2017-10-06 04:59:02 +02:00
header: "Steps"
title: "Title"
2017-10-07 04:27:38 +02:00
title_placeholder: "Overrides title translation"
2017-10-06 04:59:02 +02:00
banner: "Banner"
banner_placeholder: "Image url"
description: "Description"
2017-10-07 04:27:38 +02:00
description_placeholder: "Overrides description translation"
translation_placeholder: "Translation key for step"
2017-10-09 07:52:09 +02:00
2017-09-23 04:34:07 +02:00
field:
2017-10-06 04:59:02 +02:00
header: "Fields"
label: "Label"
description: "Description"
type: "Type"
2017-09-23 04:34:07 +02:00
choices_label: "Dropdown Choices"
2017-10-06 04:59:02 +02:00
add_choice: "Add"
required: "Required"
required_label: "Field is Required"
2017-10-07 04:27:38 +02:00
translation_placeholder: "Translation key for field"
2017-10-09 07:52:09 +02:00
2017-09-23 04:34:07 +02:00
action:
2017-10-06 04:59:02 +02:00
header: "Actions"
label: "Label"
type: "Type"
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:
validation:
too_short: "Post must be at least {{min}} characters"