|
1 | 1 | { |
2 | 2 | "hello_good": "Bom", |
3 | | - "hello_morning": "Manhã", |
| 3 | + "hello_morning": "Dia", |
4 | 4 | "hello_afternoon": "Tarde", |
5 | 5 | "sl_dashboard": "Painel", |
6 | 6 | "sl_tickets": "Tickets", |
7 | 7 | "sl_history": "Histórico", |
8 | | - "sl_notebook": "Caderno Pessoal", |
| 8 | + "sl_notebook": "Bloco de Notas", |
9 | 9 | "sl_users": "Usuários", |
10 | 10 | "sl_clients": "Clientes", |
11 | 11 | "sl_settings": "Configurações", |
|
20 | 20 | "ticket_email_here": "E-mail", |
21 | 21 | "ticket_details": "Título", |
22 | 22 | "ticket_select_client": "Selecionar um Cliente", |
23 | | - "ticket_select_eng": "Selecionar um Engenheiro", |
| 23 | + "ticket_select_eng": "Selecionar um Responsável", |
24 | 24 | "ticket_extra_details": "Insira detalhes adicionais aqui... suporte para markdown", |
25 | 25 | "cancel": "Cancelar", |
26 | 26 | "create": "Criar", |
|
35 | 35 | "new_client": "Novo Cliente", |
36 | 36 | "previous": "Anterior", |
37 | 37 | "next": "Próximo", |
38 | | - "show": "Mostrar", |
| 38 | + "show": "Exibir", |
39 | 39 | "name": "Nome", |
40 | 40 | "email": "E-mail", |
41 | 41 | "settings": "Configurações", |
|
49 | 49 | "created": "Criado", |
50 | 50 | "assigned_to": "Atribuído a", |
51 | 51 | "enter_todo": "Inserir Tarefa", |
52 | | - "notebooks": "Cadernos", |
53 | | - "notebooks_description": "Este é um caderno pessoal. Aqui você pode salvar notas, links, trechos de código, etc.", |
54 | | - "create_notebook": "Criar Caderno", |
| 52 | + "notebooks": "Blocos de Notas", |
| 53 | + "notebooks_description": "Este é um bloco de notas. Aqui você pode salvar notas, links, trechos de código, etc.", |
| 54 | + "create_notebook": "Criar bloco de notas", |
55 | 55 | "open": "Abrir", |
56 | 56 | "assigned_to_me": "Atribuído a Mim", |
57 | 57 | "unassigned": "Não Atribuído", |
58 | 58 | "closed": "Fechado", |
59 | 59 | "description": "Descrição", |
60 | 60 | "comments": "Comentários", |
61 | 61 | "leave_comment": "Deixar um Comentário", |
62 | | - "close_issue": "Fechar Problema", |
| 62 | + "close_issue": "Fechar Ticket", |
63 | 63 | "comment": "Comentário", |
64 | 64 | "save": "Salvar", |
65 | | - "labels": "Etiquetas", |
| 65 | + "labels": "Tags", |
66 | 66 | "created_at": "Criado em", |
67 | 67 | "updated_at": "Atualizado em", |
68 | 68 | "hide_ticket": "Ocultar Ticket", |
69 | 69 | "show_ticket": "Mostrar Global", |
70 | | - "open_issue": "Abrir Problema", |
71 | | - "closed_issue": "Problema Fechado", |
| 70 | + "open_issue": "Abrir Ticket", |
| 71 | + "closed_issue": "Ticket Fechado", |
72 | 72 | "recent_tickets": "Tickets Recentes", |
73 | | - "notebook_title": "Título do Caderno", |
| 73 | + "notebook_title": "Título do Bloco de Notas", |
74 | 74 | "admin_settings": "Configurações de Admin", |
75 | 75 | "profile": "Perfil", |
76 | 76 | "logout": "Sair", |
|
80 | 80 | "notifications": "Notificações", |
81 | 81 | "save_and_reload": "Salvar e Recarregar", |
82 | 82 | "select_a_client": "Selecionar um Cliente", |
83 | | - "select_an_engineer": "Selecionar um Engenheiro", |
| 83 | + "select_an_engineer": "Selecionar um Responsável", |
84 | 84 | "ticket_create": "Criar Ticket", |
85 | 85 | "internallycommented_at": "Comentado Internamente às" |
86 | 86 | } |
0 commit comments