Skip to content

Commit

Permalink
Fix locale for Portuguese (#419)
Browse files Browse the repository at this point in the history
* wrong value for Tagalong locale

* improve pt locale

---------

Co-authored-by: Jack Andrews <[email protected]>
  • Loading branch information
pedroramon and potts99 authored Nov 20, 2024
1 parent 5c0ff6b commit 01e9adf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions apps/client/locales/pt/peppermint.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"hello_good": "Bom",
"hello_morning": "Manhã",
"hello_morning": "Dia",
"hello_afternoon": "Tarde",
"sl_dashboard": "Painel",
"sl_tickets": "Tickets",
"sl_history": "Histórico",
"sl_notebook": "Caderno Pessoal",
"sl_notebook": "Bloco de Notas",
"sl_users": "Usuários",
"sl_clients": "Clientes",
"sl_settings": "Configurações",
Expand All @@ -20,7 +20,7 @@
"ticket_email_here": "E-mail",
"ticket_details": "Título",
"ticket_select_client": "Selecionar um Cliente",
"ticket_select_eng": "Selecionar um Engenheiro",
"ticket_select_eng": "Selecionar um Responsável",
"ticket_extra_details": "Insira detalhes adicionais aqui... suporte para markdown",
"cancel": "Cancelar",
"create": "Criar",
Expand All @@ -35,7 +35,7 @@
"new_client": "Novo Cliente",
"previous": "Anterior",
"next": "Próximo",
"show": "Mostrar",
"show": "Exibir",
"name": "Nome",
"email": "E-mail",
"settings": "Configurações",
Expand All @@ -49,28 +49,28 @@
"created": "Criado",
"assigned_to": "Atribuído a",
"enter_todo": "Inserir Tarefa",
"notebooks": "Cadernos",
"notebooks_description": "Este é um caderno pessoal. Aqui você pode salvar notas, links, trechos de código, etc.",
"create_notebook": "Criar Caderno",
"notebooks": "Blocos de Notas",
"notebooks_description": "Este é um bloco de notas. Aqui você pode salvar notas, links, trechos de código, etc.",
"create_notebook": "Criar bloco de notas",
"open": "Abrir",
"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",
"close_issue": "Fechar Problema",
"close_issue": "Fechar Ticket",
"comment": "Comentário",
"save": "Salvar",
"labels": "Etiquetas",
"labels": "Tags",
"created_at": "Criado em",
"updated_at": "Atualizado em",
"hide_ticket": "Ocultar Ticket",
"show_ticket": "Mostrar Global",
"open_issue": "Abrir Problema",
"closed_issue": "Problema Fechado",
"open_issue": "Abrir Ticket",
"closed_issue": "Ticket Fechado",
"recent_tickets": "Tickets Recentes",
"notebook_title": "Título do Caderno",
"notebook_title": "Título do Bloco de Notas",
"admin_settings": "Configurações de Admin",
"profile": "Perfil",
"logout": "Sair",
Expand All @@ -80,7 +80,7 @@
"notifications": "Notificações",
"save_and_reload": "Salvar e Recarregar",
"select_a_client": "Selecionar um Cliente",
"select_an_engineer": "Selecionar um Engenheiro",
"select_an_engineer": "Selecionar um Responsável",
"ticket_create": "Criar Ticket",
"internallycommented_at": "Comentado Internamente às"
}
2 changes: 1 addition & 1 deletion apps/client/pages/profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function UserProfile() {
<option value="es">Spanish</option>
<option value="no">Norwegian</option>
<option value="fr">French</option>
<option value="pt">Tagalong</option>
<option value="tl">Tagalong</option>
<option value="da">Danish</option>
<option value="pt">Portuguese</option>
<option value="it">Italiano</option>
Expand Down

0 comments on commit 01e9adf

Please sign in to comment.