scinote-web/config/locales/dashboard/en.yml
2020-03-04 14:56:06 +01:00

59 lines
1.9 KiB
YAML

en:
dashboard:
current_tasks:
title: "Current tasks"
search: "Search tasks"
navbar:
assigned: "Assigned to me"
all: "All"
filter:
title: "Filters"
clear: "Clear"
sort: "Sort by"
date_asc: "Due Date Ascending"
date_desc: "Due Date Descending"
atoz: "From A to Z"
ztoa: "From Z to A"
display: "Display"
uncompleted_tasks: "Tasks in progress"
completed_tasks: "Tasks completed"
project: "Project"
select_project: "All Projects"
experiment: "Experiment"
select_experiment: "All Experiments"
apply: "Apply"
no_tasks:
text_1: "Looks like you completed all of your tasks. Good job!"
text_2: "Why not use use the Quick start section to create your next task"
due_date: "Due date: %{date}"
progress_bar:
in_progress: "In progress"
overdue: "Overdue"
completed_steps: ": %{steps} / %{total_steps}"
completed: "Completed"
calendar:
due_on: Due on
dow:
su: 'Su'
mo: 'Mo'
tu: 'Tu'
we: 'We'
th: 'Th'
fr: 'Fr'
sa: 'Sa'
quick_start:
title: "Quick start"
description: "Quickly start a new task, create a new project or a new report."
new_task: "New task"
new_protocol: "New protocol"
new_report: "New report"
create_task_modal:
title: "Create a new Task"
description: "Simply type in the fields bellow to find or create space for your new task to live in"
project: "Project"
experiment: "Experiment"
project_placeholder: "Enter project name (New or Existing)"
experiment_placeholder: "Enter experiment name (New or Existing)"
experiment_disabled_placeholder: "Select Project to enable Experiments"
create_task: "Create Task"