wx-gantt-locales
Version:
Locales for WX Gantt widget
54 lines (50 loc) • 1.18 kB
JavaScript
export default {
gantt: {
// Header / sidebar
"Task name": "Task name",
"Start date": "Start date",
"Add task": "Add task",
Duration: "Duration",
Task: "Task",
Milestone: "Milestone",
"Summary task": "Summary task",
// 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",
"Add task name": "Add task name",
"Add description": "Add description",
"Select link type": "Select link type",
"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",
// Toolbar
"New task": "New task",
"Move up": "Move up",
"Move down": "Move down",
},
};