Files
ember-panda/tests/dummy/app/i18n/translations/attributes.coffee
T

76 lines
2.3 KiB
CoffeeScript

translations = attributes:
identifier: 'Identity'
state:
pending: 'pending'
uncategorized: 'uncategorized'
unplanned: 'unplanned'
planned: 'planned'
active: 'active'
overdue: 'overdue'
rejected: 'rejected'
completed: 'completed'
user:
email: 'E-mail'
nickname: 'Nickname'
organization:
name: 'Name'
logo: 'Logo'
project:
name: 'Name'
start_date: 'Start date'
end_date: 'End date'
percent_done: 'Progress'
expected_number_of_workflow_instances: "# instances"
batch_size_lower_value: 'Batch size lower'
batch_size_upper_value: 'Batch size upper'
reference_date_day_of_week: 'Migratie datum dag in de week'
reference_date: 'Migratie datum'
project_instance:
reference_date: 'Date (X)'
state: 'State'
client_identifier: 'Instance ID'
batch_size: '# Batch'
project_instance_group:
state: 'State'
project_instance_action:
state: 'State'
target_date: 'Action Date'
value: 'Value'
notes: 'Info'
completed_at: 'Completed'
overdue_at: 'Overdue'
inquiry_at: 'Inquiry'
project_scenario:
name: 'Name'
tracker_group:
name: 'Name'
tracker_subject:
name: 'Name'
edit_from_workflow_group: "Zet in ${models.workflow_group}?"
workflow_action_definition:
identifier: '${attributes.identifier}'
title: 'Label'
value_type: 'Type'
offset_value: 'Offset'
extra_info: 'Description'
#action_offset_base: 'Offset base'
batch_element_threshold: 'Batch element threshold'
completes_group: 'Completes group?'
confirms_workflow_action_definition: 'Confirms ${models.workflow_action_definition}'
confirmed_by_workflow_action_definition: 'Confirmed by ${models.workflow_action_definition}'
value_type_select_options: 'Select options'
workflow_group:
identifier: '${attributes.identifier}'
name: 'Name'
offset_value: 'Offset'
offset_base: 'Offset base'
duration_value: 'Duration'
batch_element_threshold_value: 'Batch elements period threshold'
offset_type: 'Planning'
#batch_element_threshold_unit: 'Batch element duration unit'
workflow_action_offset:
base_workflow_action_definition: 'Base ${models.workflow_action_definition}'
workflow_action_connection:
conditional_base_value: 'Required if ${models.workflow_action_definition} is'
export default translations