mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix: project tasks.
This commit is contained in:
@@ -2063,9 +2063,9 @@
|
||||
"projects.dialog.edit_project": "Edit Project",
|
||||
"projects.alert.delete_message": "The deleted project has been deleted successfully.",
|
||||
"projects.alert.once_delete_this_project": "Once you delete this project, you won't be able to restore it later. Are you sure you want to delete this project?",
|
||||
"projects.empty_status.title":"",
|
||||
"projects.empty_status.description":"",
|
||||
"projects.empty_status.action":"New Project",
|
||||
"projects.empty_status.title": "",
|
||||
"projects.empty_status.description": "",
|
||||
"projects.empty_status.action": "New Project",
|
||||
"project_task.dialog.new_task": "New Task",
|
||||
"project_task.dialog.edit_task": "Edit Task",
|
||||
"project_task.dialog.task_name": "Task Name",
|
||||
@@ -2076,10 +2076,16 @@
|
||||
"project_task.dialog.hourly_rate": "Hourly rate",
|
||||
"project_task.dialog.fixed_price": "Fixed price",
|
||||
"project_task.dialog.non_chargeable": "Non-chargeable",
|
||||
"project_task.dialog.success_message":"The task has been created successfully.",
|
||||
"project_task.dialog.edit_success_message":"The task has been created successfully.",
|
||||
"project_task.dialog.success_message": "The task has been created successfully.",
|
||||
"project_task.dialog.edit_success_message": "The task has been created successfully.",
|
||||
"project_task.action.edit_task": "Edit Task",
|
||||
"project_task.action.delete_task": "Delete Task",
|
||||
"project_task.rate": "{rate} /hour",
|
||||
"project_task.estimate_minutes": "• {estimate_minutes}h 0m estimated",
|
||||
"project_task.alert.delete_message": "The deleted task has been deleted successfully.",
|
||||
"project_task.alert.once_delete_this_project": "Once you delete this task, you won't be able to restore it later. Are you sure you want to delete this task?",
|
||||
"fixed_price": "Fixed price",
|
||||
"non_chargeable": "Non-chargeable",
|
||||
"project.schema.label.contact": "Contact",
|
||||
"project.schema.label.project_name": "Project name",
|
||||
"project.schema.label.deadline": "Deadline",
|
||||
|
||||
Reference in New Issue
Block a user