// English locale (en.js)
export default {
gantt: {
// Grid column headers
"Task name": "Task name",
"Start date": "Start date",
"Add task": "Add task",
Duration: "Duration",
// Task types
Task: "Task",
Milestone: "Milestone",
"Summary task": "Summary task",
// Editor / sidebar
Save: "Save",
Delete: "Delete",
Name: "Name",
Description: "Description",
"Select type": "Select type",
Type: "Type",
"End date": "End date",
Progress: "Progress",
Predecessors: "Predecessors",
Successors: "Successors",
// Link types
"End-to-start": "End-to-start",
"Start-to-start": "Start-to-start",
"End-to-end": "End-to-end",
"Start-to-end": "Start-to-end",
// Context menu / toolbar
Add: "Add",
"Child task": "Child task",
"Task above": "Task above",
"Task below": "Task below",
"Convert to": "Convert to",
Edit: "Edit",
Cut: "Cut",
Copy: "Copy",
Paste: "Paste",
Move: "Move",
Up: "Up",
Down: "Down",
Indent: "Indent",
Outdent: "Outdent",
"Split task": "Split task",
Segment: "Segment",
// Toolbar actions
"New task": "New task",
"Move up": "Move up",
"Move down": "Move down",
Undo: "Undo",
Redo: "Redo",
// Scale labels
Week: "Week",
Q: "Quarter",
},
};