Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update peppermint.json #442

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 23 additions & 17 deletions apps/client/locales/pt/peppermint.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"hello_good": "Bom",
"hello_morning": "Manhã",
"hello_afternoon": "Tarde",
"sl_dashboard": "Painel",
"hello_morning": "Bom dia",
"hello_afternoon": "Boa tarde",
"sl_dashboard": "Painel de controle",
"sl_tickets": "Tickets",
"sl_history": "Histórico",
"sl_notebook": "Caderno Pessoal",
Expand All @@ -17,16 +17,16 @@
"create_ticket": "Criar Ticket",
"ticket_new": "Novo Ticket",
"ticket_name_here": "Nome",
"ticket_email_here": "E-mail",
"ticket_email_here": "Email",
"ticket_details": "Título",
"ticket_select_client": "Selecionar um Cliente",
"ticket_select_eng": "Selecionar um Engenheiro",
"ticket_extra_details": "Insira detalhes adicionais aqui... suporte para markdown",
"ticket_extra_details": "Digite detalhes extras aqui... markdown é suportado",
"cancel": "Cancelar",
"create": "Criar",
"low": "Baixa",
"low": "Baixo",
"normal": "Normal",
"high": "Alta",
"high": "Alto",
"edit-btn": "Editar",
"reset_password": "Redefinir Senha",
"internal_users": "Usuários Internos",
Expand All @@ -37,7 +37,7 @@
"next": "Próximo",
"show": "Mostrar",
"name": "Nome",
"email": "E-mail",
"email": "Email",
"settings": "Configurações",
"webhooks": "Webhooks",
"version": "Versão",
Expand All @@ -48,21 +48,21 @@
"status": "Status",
"created": "Criado",
"assigned_to": "Atribuído a",
"enter_todo": "Inserir Tarefa",
"enter_todo": "Digite a Tarefa",
"notebooks": "Cadernos",
"notebooks_description": "Este é um caderno pessoal. Aqui você pode salvar notas, links, trechos de código, etc.",
"create_notebook": "Criar Caderno",
"open": "Abrir",
"assigned_to_me": "Atribuído a Mim",
"unassigned": "Não Atribuído",
"assigned_to_me": "Atribuído a mim",
"unassigned": "Não atribuído",
"closed": "Fechado",
"description": "Descrição",
"comments": "Comentários",
"leave_comment": "Deixar um Comentário",
"leave_comment": "Deixe um Comentário",
"close_issue": "Fechar Problema",
"comment": "Comentário",
"save": "Salvar",
"labels": "Etiquetas",
"labels": "Rótulos",
"created_at": "Criado em",
"updated_at": "Atualizado em",
"hide_ticket": "Ocultar Ticket",
Expand All @@ -71,16 +71,22 @@
"closed_issue": "Problema Fechado",
"recent_tickets": "Tickets Recentes",
"notebook_title": "Título do Caderno",
"admin_settings": "Configurações de Admin",
"admin_settings": "Configurações do Administrador",
"profile": "Perfil",
"logout": "Sair",
"unassigned_tickets": "Tickets não Atribuídos",
"profile_desc": "Estas informações serão exibidas publicamente, então tenha cuidado com o que compartilha.",
"unassigned_tickets": "Tickets Não Atribuídos",
"profile_desc": "Essas informações serão exibidas publicamente, portanto, tenha cuidado com o que você compartilha.",
"language": "Idioma",
"notifications": "Notificações",
"save_and_reload": "Salvar e Recarregar",
"select_a_client": "Selecionar um Cliente",
"select_an_engineer": "Selecionar um Engenheiro",
"ticket_create": "Criar Ticket",
"internallycommented_at": "Comentado Internamente às"
"internallycommented_at": "Comentado Internamente em",
"reopen_issue": "Reabrir Problema",
"needs_support": "Precisa de Suporte",
"in_progress": "Em Progresso",
"in_review": "Em Revisão",
"done": "Feito",
"select_new_user": "Selecionar novo usuário"
}