init
This commit is contained in:
63
worklenz-frontend/public/locales/en/task-list-table.json
Normal file
63
worklenz-frontend/public/locales/en/task-list-table.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"keyColumn": "Key",
|
||||
"taskColumn": "Task",
|
||||
"descriptionColumn": "Description",
|
||||
"progressColumn": "Progress",
|
||||
"membersColumn": "Members",
|
||||
"assigneesColumn": "Assignees",
|
||||
"labelsColumn": "Labels",
|
||||
"phasesColumn": "Phases",
|
||||
"phaseColumn": "Phase",
|
||||
"statusColumn": "Status",
|
||||
"priorityColumn": "Priority",
|
||||
"timeTrackingColumn": "Time Tracking",
|
||||
"timetrackingColumn": "Time Tracking",
|
||||
"estimationColumn": "Estimation",
|
||||
"startDateColumn": "Start Date",
|
||||
"startdateColumn": "Start Date",
|
||||
"dueDateColumn": "Due Date",
|
||||
"duedateColumn": "Due Date",
|
||||
"completedDateColumn": "Completed Date",
|
||||
"completeddateColumn": "Completed Date",
|
||||
"createdDateColumn": "Created Date",
|
||||
"createddateColumn": "Created Date",
|
||||
"lastUpdatedColumn": "Last Updated",
|
||||
"lastupdatedColumn": "Last Updated",
|
||||
"reporterColumn": "Reporter",
|
||||
"dueTimeColumn": "Due Time",
|
||||
"todoSelectorText": "To Do",
|
||||
"doingSelectorText": "Doing",
|
||||
"doneSelectorText": "Done",
|
||||
|
||||
"lowSelectorText": "Low",
|
||||
"mediumSelectorText": "Medium",
|
||||
"highSelectorText": "High",
|
||||
|
||||
"selectText": "Select",
|
||||
"labelsSelectorInputTip": "Hit enter to create!",
|
||||
|
||||
"addTaskText": "+ Add Task",
|
||||
"addSubTaskText": "+ Add Sub Task",
|
||||
"addTaskInputPlaceholder": "Type your task and hit enter",
|
||||
|
||||
"openButton": "Open",
|
||||
"okButton": "Ok",
|
||||
|
||||
"noLabelsFound": "No labels found",
|
||||
"searchInputPlaceholder": "Search or create",
|
||||
"assigneeSelectorInviteButton": "Invite a new member by email",
|
||||
"labelInputPlaceholder": "Search or create",
|
||||
|
||||
"pendingInvitation": "Pending Invitation",
|
||||
|
||||
"contextMenu": {
|
||||
"assignToMe": "Assign to me",
|
||||
"moveTo": "Move to",
|
||||
"unarchive": "Unarchive",
|
||||
"archive": "Archive",
|
||||
"convertToSubTask": "Convert to Sub task",
|
||||
"convertToTask": "Convert to Task",
|
||||
"delete": "Delete",
|
||||
"searchByNameInputPlaceholder": "Search by name"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user