mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-26 17:14:07 +01:00
refactor done todos view and tests
This commit is contained in:
parent
aac744e411
commit
85fc82d494
16 changed files with 141 additions and 116 deletions
|
|
@ -431,6 +431,9 @@ en:
|
|||
not_done: Currently there are no incomplete actions
|
||||
project: Currently there are no incomplete actions in this project
|
||||
context: Currently there are no incomplete actions in this context
|
||||
completed_today: No actions were completed today
|
||||
completed_rest_of_week: No actions were completed in the rest of this week
|
||||
completed_rest_of_month: No actions were completed in the rest of this month
|
||||
actions:
|
||||
completed: Completed actions
|
||||
home_completed: Completed actions
|
||||
|
|
@ -443,6 +446,9 @@ en:
|
|||
project_completed: Completed actions in this project
|
||||
context_completed: Completed actions in this context
|
||||
tag_hidden: "Hidden actions tagged with '%{param}'"
|
||||
completed_today: Completed today
|
||||
completed_rest_of_week: Completed in the rest of this week
|
||||
completed_rest_of_month: Completed in the rest of this month
|
||||
show_from: Show from
|
||||
error_starring_recurring: "Could not toggle the star of recurring todo \'%{description}\'"
|
||||
recurring_action_deleted: Action was deleted. Because this action is recurring, a new action was added
|
||||
|
|
@ -556,10 +562,8 @@ en:
|
|||
one: One tickler item is now due - refresh the page to see it.
|
||||
other: "%{count} tickler items are now due - refresh the page to see them."
|
||||
action_marked_complete: "The action <strong>'%{description}'</strong> was marked as <strong>%{completed}</strong>"
|
||||
completed_today: Completed today
|
||||
added_new_next_action_plural: Added new next actions
|
||||
new_related_todo_not_created_short: did not create todo
|
||||
completed_rest_of_week: Completed in the rest of this week
|
||||
error_starring: "Could not toggle the star of this todo '%{description}'"
|
||||
calendar:
|
||||
get_in_ical_format: Get this calendar in iCal format
|
||||
|
|
@ -647,7 +651,6 @@ en:
|
|||
yearly: Yearly
|
||||
added_dependency: Added %{dependency} as dependency.
|
||||
all_completed_tagged_page_title: TRACKS::All completed tasks with tag %{tag_name}
|
||||
completed_rest_of_month: Completed in the rest of this month
|
||||
recurrence_completed: There is no next action after the recurring action you just finished. The recurrence is completed
|
||||
error_toggle_complete: Could not mark this todo complete
|
||||
in_pending_state: in pending state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue