Rework user-interface for editing recurring tasks
This commit is contained in:
parent
a8a434ef7b
commit
a00e7c94be
7 changed files with 79 additions and 58 deletions
|
|
@ -1624,6 +1624,8 @@ en:
|
|||
notice: Task has been deleted
|
||||
edit:
|
||||
title: Edit task
|
||||
title_periodic: Edit periodic task
|
||||
submit_periodic: Save periodic task
|
||||
warning_periodic: "<strong>Warning:</strong> This task is part of a group of <em>weekly tasks</em>. When saving it will be excluded from the group and it will be converted to a <em>regular task</em>."
|
||||
error_not_found: No workgroup found
|
||||
form:
|
||||
|
|
@ -1631,8 +1633,6 @@ en:
|
|||
hint: Search for user
|
||||
noresult: No user found
|
||||
placeholder: Search ...
|
||||
submit:
|
||||
periodic: Save weekly task
|
||||
index:
|
||||
show_group_tasks: Show group tasks
|
||||
title: Tasks
|
||||
|
|
@ -1653,7 +1653,8 @@ en:
|
|||
new_task: Create new task
|
||||
pages: Pages
|
||||
new:
|
||||
title: Create new tasks
|
||||
title: Create new task
|
||||
submit_periodic: Create periodic task
|
||||
repeated: Task is repeated weekly
|
||||
set_done:
|
||||
notice: The state of the task has been updated
|
||||
|
|
@ -1661,7 +1662,9 @@ en:
|
|||
accept_task: Accept task
|
||||
confirm_delete_group: Really delete this and all subsequent tasks?
|
||||
confirm_delete_single: Are you sure you want to delete the task?
|
||||
confirm_delete_single_from_group: Are you sure you want to delete this task (and keep related periodic tasks)?
|
||||
delete_group: Delete task and subsequent
|
||||
edit_group: Edit periodic
|
||||
hours: "%{count}h"
|
||||
mark_done: Mark task as done
|
||||
reject_task: Reject task
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue