Select Git revision
language.json
language.json 686 B
{
"due_by": "Due by",
"done": "Done",
"done_at": "Done at",
"error_general": "An error occured",
"error_param_missing": "ERROR: parameter missing",
"error_param_invalid": "ERROR: parameter is not numeric or less than 1",
"error_roadmap_not_existing": "ERROR: no roadmap with this ID existing",
"error_milestone_not_existing": "ERROR: no milestone with this ID existing",
"error_task_not_existing": "ERROR: no task with this ID existing",
"error_subtask_not_existing": "ERROR: no subtask with this ID existing",
"error_no_milestones": "ERROR: no milestones for this roadmap",
"error_database_connection" : "An error occurred while getting data from the server."
}