1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
2 | "analytics", |
||
3 | { |
||
4 | "Dataset" : "Conjunto de dados", |
||
5 | "Data" : "Dados", |
||
6 | "Automation" : "Automatização", |
||
7 | "Data maintenance is not possible for this type of report" : "A actualização de dados não é possível para este tipo de relatório", |
||
8 | "Choose a data source from the dropdown and press \"+\"" : "Escolha uma fonte de dados no menu suspenso e pressione \"+\"", |
||
9 | "Choose a data load from the list to change its settings" : "Escolher um carregamento de dados da lista para alterar as suas configurações", |
||
10 | "Filter by" : "Filtrar por", |
||
11 | "Operator" : "Operador", |
||
12 | "Value" : "Valor", |
||
13 | "Please select data source" : "Por favor selecione a fonte de dados", |
||
14 | "Saved" : "Guardado", |
||
15 | "Parameter missing" : "Parâmetro em falta", |
||
16 | "Delete data load" : "Apagar carregamento de dados", |
||
17 | "Are you sure?" : "Tem a certeza?", |
||
18 | "Data source simulation" : "Simulação da fonte de dados", |
||
19 | "Load started" : "Carregamento iniciado", |
||
20 | "records inserted" : "registos inseridos", |
||
21 | "records updated" : "registos atualizados", |
||
22 | "errors" : "erros", |
||
23 | "deletions" : "Eliminações", |
||
24 | "Select file" : "Selecione o ficheiro", |
||
25 | "No changes possible" : "Não são possíveis alterações", |
||
26 | "This dataset is not used!" : "Este conjunto de dados não é usado!", |
||
27 | "Delete" : "Apagar", |
||
28 | "All data including all reports will be deleted!" : "Todos os dados incluindo todos os relatórios serão apagados!", |
||
29 | "The dataset name is missing" : "O nome do conjunto de dados está em falta", |
||
30 | "Done" : "Concluído", |
||
31 | "Choose language" : "Escolher idioma", |
||
32 | "Loading" : "A carregar", |
||
33 | "Please select" : "Por favor selecione", |
||
34 | "Add custom column" : "Adicionar coluna", |
||
35 | "OK" : "Ok", |
||
36 | "Cancel" : "Cancelar", |
||
37 | "Filter" : "Filtro", |
||
38 | "Add" : "Adicionar", |
||
39 | "Overview" : "Visão Geral", |
||
40 | "Data load" : "Carregamento de dados", |
||
41 | "Remove from favorites" : "Remover dos favoritos", |
||
42 | "Delete folder" : "Apagar pasta", |
||
43 | "Add to favorites" : "Adicionar aos favoritos", |
||
44 | "Share" : "Partilhar", |
||
45 | "Save" : "Guardar", |
||
46 | "Download" : "Transferir", |
||
47 | "Report" : "Relatório", |
||
48 | "New" : "Novo", |
||
49 | "Share link" : "Partilhar ligação", |
||
50 | "Link copied" : "Hiperligação copiada", |
||
51 | "Delete data" : "Apagar dados", |
||
52 | "Records to be deleted: " : "Registos a apagar:", |
||
53 | "Technical error. Please check the logs." : "Erro técnico. Por favor verifique os logs.", |
||
54 | "Type" : "Tipo", |
||
55 | "Notification" : "Notificação", |
||
56 | "Date" : "Data", |
||
57 | "Year" : "Year", |
||
58 | "New in" : "Novo em", |
||
59 | "View changelog" : "Ver registo de alterações", |
||
60 | "Search" : "Pesquisa sobre", |
||
61 | "Show _MENU_ entries" : "Mostrar entradas de _MENU_", |
||
62 | "Total" : "Total", |
||
63 | "External" : "Externo", |
||
64 | "Yes" : "Sim", |
||
65 | "No" : "Não", |
||
66 | "Authentication" : "Autenticação", |
||
67 | "Version" : "Versão", |
||
68 | "Local" : "Local", |
||
69 | "File" : "Ficheiro", |
||
70 | "Announcements" : "Anúncios", |
||
71 | "copy" : "copiar", |
||
72 | "The password is wrong. Try again." : "A palavra-passe está errada. Por favor, tente de novo.", |
||
73 | "Password" : "Palavra-passe", |
||
74 | "Options" : "Opções", |
||
75 | "Favorites" : "Favoritos", |
||
76 | "Translate" : "Traduzir", |
||
77 | "Back" : "Anterior", |
||
78 | "Settings" : "Configurações", |
||
79 | "Name" : "Nome", |
||
80 | "Display" : "Mostrar", |
||
81 | "Chart" : "Gráfico", |
||
82 | "Advanced" : "Avançado", |
||
83 | "Open documentation" : "Abrir documentação", |
||
84 | "Update" : "Atualizar", |
||
85 | "Export" : "Exportar", |
||
86 | "Description" : "Descrição", |
||
87 | "Import" : "Importar", |
||
88 | "Title" : "Título", |
||
89 | "Copy" : "copiar", |
||
90 | "Daily" : "Diariamente", |
||
91 | "Hourly" : "Hora a hora", |
||
92 | "Basic settings" : "Definições básicas", |
||
93 | "Unshare" : "Cancelar partilha", |
||
94 | "Password protection" : "Protegido por palavra-passe", |
||
95 | "Copy link" : "Copiar hiperligação", |
||
96 | "Color" : "Cor", |
||
97 | "Get more information" : "Obter mais informação", |
||
98 | "Create" : "Criar" |
||
99 | }, |
||
100 | "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |
||
101 |
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.