Files
ember-panda/tests/dummy/app/i18n/translations/workflow-action-definition.coffee
T
2017-12-21 11:51:55 +01:00

38 lines
2.6 KiB
CoffeeScript

translations = workflow_action_definition:
authorize_users:
title: 'Authorize ${models.plural.user}'
value_type:
string: 'String'
select: 'Select'
text: 'Text'
timestamp: 'Timestamp'
boolean: 'Boolean'
date: 'Date'
number: 'Number'
connection_type:
info: 'INFO'
constraint: 'CONSTRAINT'
pointing_connections_title: 'Pointing connections'
edit_workflow_action_definition:
title: 'Edit ${models.workflow_action_definition}: %{title}'
#no_workflow_action_definition_for_offset_selected_alert: 'Please select ${models.workflow_action_definition} first'
#no_workflow_action_definition_for_constraint_selected_alert: 'Please select ${models.workflow_action_definition} first'
no_offset: 'No offset'
attached_offset: 'Attached'
configured_offset: 'Configured'
no_workflow_action_offsets_present: 'No ${models.plural.workflow_action_offset} added'
#no_action_offset_base_given_alert: 'No ${models.workflow_action_definition} selected'
#chosen_but_non_added_offset_workflow_action_definition: 'You selected a ${models.workflow_action_definition} but did not add it as an offset. Clear the selection or add the ${models.workflow_action_definition} to proceed'
offset_type_configured_but_no_offsets: 'You chose offset type ${workflow_action_definition.edit_workflow_action_definition.configured_offset} but did not add any ${models.plural.workflow_action_offset}'
offset_type_attached_but_no_connection: 'You chose offset type ${workflow_action_definition.edit_workflow_action_definition.attached_offset} but there is no attached ${models.workflow_action_definition}'
workflow_action_definition_already_used: '${models.workflow_action_definition} %{title} can be used only once'
base_workflow_action_definition_not_present: '${attributes.workflow_action_offset.base_workflow_action_definition} not selected'
workflow_action_definition_not_present: '${models.workflow_action_definition} not present'
cannot_set_offset_value_due_to_workflow_action_offset_presence: '${attributes.workflow_action_definition.offset_value} from ${attributes.project_instance.reference_date} cannot be set when there are ${models.plural.workflow_action_offset}'
cannot_add_workflow_action_offsets_due_to_offset_value_presence: 'Cannot add ${models.plural.workflow_action_offset} due to ${attributes.workflow_action_definition.offset_value} presence'
offset_graph:
show_attached: "Show attached"
show_pointing_infos: "Show info ${models.plural.workflow_action_definition}"
show_pointing_constraints: "Show constraint ${models.plural.workflow_action_definition}"
export default translations