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

44 lines
1.6 KiB
CoffeeScript

translations = project:
dunlop:
title: 'Organize ${models.project}'
analysis:
title: '${models.project} analysis'
dunlop_generator:
title: 'Gererate operational application'
add_progress:
title: 'Add progress files'
diagram_title: '%{model} diagram'
select_reference_date_day_of_week: 'Select ${attributes.project.reference_date_day_of_week}'
edit_projects_context:
title: 'Manage project types'
message: 'Manage the different project type options'
edit_workflow_group:
title: 'Edit ${models.workflow_group}: <u>%{name}</u>'
edit_project:
title: 'Edit ${models.project} <strong>%{name}</strong>'
position_workflow_action_definition_in_project:
title: "Position ${models.workflow_action_definition} in ${models.project}"
contract:
title: '${models.project} %{name} contract'
new_project_from_contract:
title: 'New ${models.project} from contract'
edit_project_scenario:
title: 'Edit ${models.project_scenario} %{name}'
project_scenarios_show_grid:
title: 'Show ${models.plural.project_scenario} activation grid'
load_project_instances:
title: 'Load ${models.project} instances'
edit_instance_action:
title: 'Edit action: %{title}'
show:
dunlop_project_info:
title: "${models.project} %{name} info"
operate:
title: '${models.project} operations'
operation_running_text: 'There already is an operation running'
set_value_on_non_final_with_closed_group:
title: 'Set value on non final actions where group is closed'
set_value_on_non_final_till_date:
title: 'Set value on non final actions till date'
export default translations