Initial work on time logging
This commit is contained in:
parent
83f25405db
commit
55b78833ac
6 changed files with 1199 additions and 10 deletions
|
|
@ -162,5 +162,71 @@
|
|||
"invalid_time_title": "Invalid time",
|
||||
"invalid_time_message": "Please enter a time in the format HH:MM",
|
||||
"dismiss": "Dismiss",
|
||||
"toolbar_alarm": "Set reminder alarm"
|
||||
"toolbar_alarm": "Set reminder alarm",
|
||||
"activities": "Activities",
|
||||
"activity": "Activity",
|
||||
"activity_delete_error_message": "A problem occurred deleting the activity",
|
||||
"activity_delete_error_title": "Problem deleting activity",
|
||||
"activity_rename_error_message": "A problem occurred renaming the activity",
|
||||
"activity_rename_error_title": "Problem renaming activity",
|
||||
"activity_required_message": "An activity name is required",
|
||||
"activity_required_title": "Activity name required",
|
||||
"add_activity": "Add activity",
|
||||
"add_project": "Add project",
|
||||
"add_time_entry": "Add time entry",
|
||||
"time_period": "Time period",
|
||||
"by_day": "By day",
|
||||
"by_month": "By month",
|
||||
"by_week": "By week",
|
||||
"date_range": "Date range",
|
||||
"delete_activity": "Delete activity",
|
||||
"delete_activity_confirm": "Are you sure you want to delete this activity?",
|
||||
"delete_activity_title": "Delete activity - are you sure?",
|
||||
"delete_project": "Delete project",
|
||||
"delete_project_confirm": "Are you sure you want to delete this project?",
|
||||
"delete_project_title": "Delete project - are you sure?",
|
||||
"delete_time_entry": "Delete time entry",
|
||||
"group_by": "Group by",
|
||||
"hours_decimal": "Hours (in decimal format)",
|
||||
"invalid_activity_message": "The activity is invalid",
|
||||
"invalid_activity_title": "Invalid activity",
|
||||
"invalid_project_message": "The project is invalid",
|
||||
"invalid_project_title": "Invalid project",
|
||||
"label_key": "Label",
|
||||
"manage_activities": "Manage activities",
|
||||
"manage_projects": "Manage projects",
|
||||
"manage_projects_activities": "Manage project activities",
|
||||
"open_time_log": "Open time log",
|
||||
"project": "Project",
|
||||
"project_delete_error_message": "A problem occurred deleting the project",
|
||||
"project_delete_error_title": "Problem deleting project",
|
||||
"project_rename_error_message": "A problem occurred renaming the project",
|
||||
"project_rename_error_title": "Problem renaming project",
|
||||
"project_required_message": "A project is required",
|
||||
"project_required_title": "Project required",
|
||||
"projects": "Projects",
|
||||
"rename_activity": "Rename activity",
|
||||
"rename_project": "Rename project",
|
||||
"run_report": "Run report",
|
||||
"select_activity_message": "Select an activity",
|
||||
"select_activity_title": "Select activity",
|
||||
"select_project_message": "Select a projecT",
|
||||
"select_project_title": "Select project",
|
||||
"time_log": "Time log",
|
||||
"time_log_collapsed_hint": "Time log",
|
||||
"time_log_date_label": "Time log date: {date}",
|
||||
"time_log_for": "Time log for {date}",
|
||||
"time_log_no_date": "Time log",
|
||||
"time_log_no_entries": "No time entries yet",
|
||||
"time_log_report": "Time log report",
|
||||
"time_log_total_hours": "Total time spent",
|
||||
"title_key": "title",
|
||||
"update_time_entry": "Update time entry",
|
||||
"time_report_total": "Total: {hours:2f} hours",
|
||||
"export_csv": "Export CSV",
|
||||
"no_report_title": "No report",
|
||||
"no_report_message": "Please run a report before exporting.",
|
||||
"total": "Total",
|
||||
"export_csv_error_title": "Export failed",
|
||||
"export_csv_error_message": "Could not write CSV file:\n{error}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue