46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"todoList": {
|
|
"title": "Lista de tarefas",
|
|
"refreshTasks": "Atualizar tarefas",
|
|
"addTask": "+ Adicionar tarefa",
|
|
"noTasks": "Nenhuma tarefa",
|
|
"pressEnter": "Pressione",
|
|
"toCreate": "para criar.",
|
|
"markAsDone": "Marcar como feito"
|
|
},
|
|
"projects": {
|
|
"title": "Projetos",
|
|
"refreshProjects": "Atualizar projetos",
|
|
"noRecentProjects": "Você não está atribuído a nenhum projeto.",
|
|
"noFavouriteProjects": "Nenhum projeto foi marcado como favorito.",
|
|
"recent": "Recentes",
|
|
"favourites": "Favoritos"
|
|
},
|
|
"tasks": {
|
|
"assignedToMe": "Atribuído a mim",
|
|
"assignedByMe": "Atribuído por mim",
|
|
"all": "Todas",
|
|
"today": "Hoje",
|
|
"upcoming": "Próximas",
|
|
"overdue": "Vencidas",
|
|
"noDueDate": "Sem data de vencimento",
|
|
"noTasks": "Nenhuma tarefa para mostrar.",
|
|
"addTask": "+ Adicionar tarefa",
|
|
"name": "Nome",
|
|
"project": "Projeto",
|
|
"status": "Status",
|
|
"dueDate": "Data de vencimento",
|
|
"dueDatePlaceholder": "Definir data de vencimento",
|
|
"tomorrow": "Amanhã",
|
|
"nextWeek": "Semana que vem",
|
|
"nextMonth": "Próximo mês",
|
|
"projectRequired": "Por favor selecione um projeto",
|
|
"dueOn": "Tarefas vencidas em",
|
|
"taskRequired": "Por favor adicione uma tarefa",
|
|
"list": "Lista",
|
|
"calendar": "Calendário",
|
|
"tasks": "Tarefas",
|
|
"refresh": "Atualizar"
|
|
}
|
|
}
|