init
This commit is contained in:
45
worklenz-frontend/public/locales/pt/home.json
Normal file
45
worklenz-frontend/public/locales/pt/home.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user