@projectcaluma/ember-form-builder
Version:
Ember engine for building Caluma forms.
200 lines (166 loc) • 6.1 kB
YAML
caluma:
form-builder:
global:
save: "Save"
loading: "Loading"
cancel: "Cancel"
search: "Search"
optional: "Optional"
empty-search: "No results found. Adjust your search to get better results."
not-found:
title: "Looks like you're lost"
subtitle: "The page you are looking for does not exist!"
home: "Go to home"
form:
name: "Name"
slug: "Slug"
description: "Description"
isArchived: "Archived"
widgetOverride: "Custom widget"
isPublished: "Published"
draft: "Draft"
active: "Active"
all: "All"
allForms: "All forms"
new: "New form"
empty: "We did not find any forms. Click the button in the top right corner to create a new form right now!"
loadMore: "Load more forms"
not-found: "No form with slug ''{slug}'' found"
question-list:
required:
label: "Required (JEXL)"
not-required: "Optional"
required: "Required"
conditional: "Conditionally required"
hidden:
label: "Hidden (JEXL)"
not-hidden: "Visible"
hidden: "Hidden"
conditional: "Conditionally hidden"
question:
label: "Label"
slug: "Slug"
type: "Type"
isRequired: "Required"
staticContent: "Static content"
infoText: "Information text"
hintText: "Hint text"
confirmationText: "Confirmation text"
placeholder: "Placeholder"
isHidden: "Hidden (JEXL)"
widgetOverride: "Widget type"
isArchived: "Archived"
type-disabled: "Once created, the type can't be changed to prevent corrupt data."
supportsMarkdownPrefix: "This field supports"
markdown: "Markdown"
dataSource: "Data source"
formatValidators: "Validation"
defaultValue: "Default value"
meta: "Meta information"
general: "General"
options: "Options"
min-value: "Minimum value"
max-value: "Maximum value"
min-length: "Minimum length"
max-length: "Maximum length"
step: "Steps"
rowForm: "Form to use for rows"
subForm: "Form to use for entries"
no-selection: "No selection"
search-placeholder: "Type here to search forms"
search-empty: "Search didn't match any forms"
columnsToDisplay: "Columns to be shown in the form"
calcExpression: "Calculation formula (JEXL)"
new: "New question"
minor-info-title: "Important!"
minor-info: "Updating a question must never change the meaning to preserve data consistency."
remove: "Remove a question"
add: "Add a new or existing question"
search: "Search for a question label or slug,"
create: "or create a new question"
loadMore: "Load more questions"
empty: "You have not yet added a question. Press the plus button above to do so!"
advancedSettings: "Advanced settings"
types:
IntegerQuestion: "Integer"
FloatQuestion: "Float"
MultipleChoiceQuestion: "Choices"
ChoiceQuestion: "Choice"
TextQuestion: "Text"
TextareaQuestion: "Textarea"
TableQuestion: "Table"
FormQuestion: "Form"
FilesQuestion: "Files"
StaticQuestion: "Non-interactive content"
DateQuestion: "Date"
DynamicMultipleChoiceQuestion: "Dynamic choices"
DynamicChoiceQuestion: "Dynamic choice"
CalculatedFloatQuestion: "Calculation (float)"
ActionButtonQuestion: "Action button"
confirmText: "Confirm text"
action: "Action"
color: "Color"
validateOnEnter: "Validate on entering the viewport"
showValidation: "Show validation errors"
actions:
COMPLETE: "Complete"
SKIP: "Skip"
colors:
PRIMARY: "Primary"
SECONDARY: "Secondary"
DEFAULT: "Default"
widgetOverrides:
powerselect: "Power Select"
hidden: "Hidden"
number-separator: "Number separator"
not-found: "No question with slug ''{slug}'' found"
hideLabel: "Hide label"
usage:
title: "This question is used in {n,plural, =1 {<b>another</b> form} other {<b>#</b> other forms}}"
references-heading: "All references of this question"
not-published: "not published"
options:
delete: "Delete option"
archive: "Archive (hide) option"
restore: "Restore option"
show-jexl: "Show JEXL"
notification:
form:
save:
success: "Your form was successfully saved!"
error: "Ooops, something went wrong while saving the form..."
create:
success: "Your form was successfully created!"
error: "Ooops, something went wrong while creating the form..."
reorder-questions:
success: "Your questions were successfully reordered!"
error: "Ooops, something went wrong while reordering the questions..."
reorder-options:
success: "Your options were successfully reordered!"
error: "Ooops, something went wrong while reordering the options..."
add-question:
success: "The question was successfully added to your form!"
error: "Ooops, something went wrong while adding the question to your form..."
remove-question:
success: "The question was successfully removed from your form!"
error: "Ooops, something went wrong while removing the question from your form..."
question:
save:
success: "Your question was successfully saved!"
error: "Ooops, something went wrong while saving the question..."
copy-modal:
title: 'Copy "{form}"'
name:
label: "Name"
hint: "Original: {name}"
slug:
label: "Slug"
hint: "Original: {slug}"
submit: "Copy"
validations:
form:
slug: "A form with this slug already exists"
question:
slug: "A question with this slug already exists"
option:
slug: "An option with this slug already exists"