scinote-web/config/locales/dashboard/en.yml

35 lines
911 B
YAML
Raw Normal View History

en:
dashboard:
current_tasks:
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"
active_tasks: "Only active tasks"
locked_tasks: "Only completed and locked tasks"
project: "Project"
select_project: "Select Project"
experiment: "Experiment"
select_experiment: "Select Experiment"
2020-02-18 16:27:07 +08:00
apply: "Apply"
2020-02-18 21:28:06 +08:00
progress_bar:
in_progress: "In progress: %{steps} / %{total_steps}"
overdue: "Overdue: %{steps} / %{total_steps}"
completed: "Completed"
locked: "Locked"
2020-02-19 22:57:06 +08:00
calendar:
2020-02-21 17:00:32 +08:00
due_on: Due on
2020-02-19 22:57:06 +08:00
dow:
su: 'Su'
mo: 'Mo'
tu: 'Tu'
we: 'We'
th: 'Th'
fr: 'Fr'
sa: 'Sa'