platform/plugins/time-assets/lang/en.json
Jesse Berman 63782c59d0
Fixing typo Changing planing to planning (#5253)
Signed-off-by: Jberma23 <Jesse.ben.berman@gmail.com>
2024-04-11 02:50:38 +07:00

62 lines
1.7 KiB
JSON

{
"string": {
"Planner": "Planner",
"Calendar": "Calendar",
"Agenda": "Agenda",
"Me": "Me",
"Team": "Team",
"Today": "Today",
"TodayColon": "Today:",
"Tomorrow": "Tomorrow",
"Yesterday": "Yesterday",
"Completed": "Completed",
"Now": "Now",
"Scheduled": "Scheduled",
"Schedule": "Schedule",
"WithoutProject": "Without project",
"TotalGroupTime": "{days, plural, =0 {} other {#d}} {hours, plural, =0 {} other {#h}} {minutes, plural, =0 {} other {#m}}",
"Tasks": "Tasks",
"WorkSlot": "Work Slot",
"WorkItem": "Work Item",
"Inbox": "Inbox",
"All": "All",
"Days": "{days}d",
"Hours": "{hours}h",
"Minutes": "{minutes}m",
"AddToDo": "Add ToDo",
"CreateToDo": "Add todo, press Enter to save",
"ToDos": "Todo's",
"Done": "Done",
"EditToDo": "Edit Todo",
"Unplanned": "Unplanned",
"Planned": "Planned",
"AddSlot": "Add Slot",
"SetPriority": "Set Priority",
"NoPriority": "No Priority",
"LowPriority": "Low Priority",
"MediumPriority": "Medium Priority",
"HighPriority": "High Priority",
"UrgentPriority": "Urgent Priority",
"Low": "Low",
"Medium": "Medium",
"High": "High",
"Urgent": "Urgent",
"AddTo": "Add to",
"AddTitle": "Add Title",
"MyWork": "My work",
"WeekCalendar": "Week",
"DayCalendar": "Day",
"GotoTimePlaning": "Planning",
"GotoTimeTeamPlaning": "Team Planning",
"NewToDo": "New Todo",
"ToDo": "Todo",
"ToDoColon": "Todo:",
"Priority": "Priority",
"CreatedToDo": "Created Todo",
"NewToDoDetails": "New Todo: {details}",
"MarkedAsDone": "Completed",
"WorkSchedule": "Work schedule",
"SummaryDuration": "Summary"
}
}