|
| 1 | +# Single pages |
| 2 | +- id: postedOnDate |
| 3 | + translation: "Publicado em {{ . }}" |
| 4 | +- id: lastModified |
| 5 | + translation: "Última modificação em {{ . }}" |
| 6 | +- id: read |
| 7 | + translation: "ler" |
| 8 | +- id: minutesShort |
| 9 | + translation: "min" |
| 10 | +- id: words |
| 11 | + translation: "palavras" |
| 12 | +- id: photoFull |
| 13 | + translation: "Foto de %s em %s" |
| 14 | +- id: photoShort |
| 15 | + translation: "Foto de {{ . }}" |
| 16 | +- id: photoOn |
| 17 | + translation: "em" |
| 18 | +- id: draft |
| 19 | + translation: "Rascunho" |
| 20 | + |
| 21 | +# List pages |
| 22 | +- id: article |
| 23 | + translation: "Artigo" |
| 24 | +- id: articles |
| 25 | + translation: "Artigos" |
| 26 | +- id: more |
| 27 | + translation: "Mais {{ . }}" |
| 28 | +- id: emptyList |
| 29 | + translation: "Nenhum artigo encontrado" |
| 30 | +- id: emptyTags |
| 31 | + translation: "Nenhuma tag encontrada" |
| 32 | +- id: readMore |
| 33 | + translation: "Ler mais" |
| 34 | + |
| 35 | +# Languages |
| 36 | +- id: lang_de |
| 37 | + translation: "Alemão" |
| 38 | +- id: lang_en |
| 39 | + translation: "Inglês" |
| 40 | +- id: lang_nl |
| 41 | + translation: "Holandês" |
| 42 | +- id: lang_fr |
| 43 | + translation: "Francês" |
| 44 | +- id: lang_pt |
| 45 | + translation: "Português" |
| 46 | + |
| 47 | +# Sharing |
| 48 | +- id: shareLink |
| 49 | + translation: "Compartilhe via {{ . }}" |
| 50 | +- id: shareSystem |
| 51 | + translation: "sistema" |
| 52 | +- id: copyToClipboard |
| 53 | + translation: "copiar para área de transferência" |
| 54 | +- id: copiedToClipboard |
| 55 | + translation: "copiado para área de transferência" |
| 56 | +- id: link |
| 57 | + translation: "Link" |
| 58 | +- id: code |
| 59 | + translation: "Código" |
| 60 | +- id: download |
| 61 | + translation: "Baixar artigo" |
| 62 | + |
| 63 | +# Pagination |
| 64 | +- id: paginationNav |
| 65 | + translation: "Navegação da página" |
| 66 | +- id: paginationPrevious |
| 67 | + translation: "Página anterior" |
| 68 | +- id: paginationNext |
| 69 | + translation: "Página seguinte" |
| 70 | +- id: paginationFirst |
| 71 | + translation: "Primeira página" |
| 72 | +- id: paginationLast |
| 73 | + translation: "Última página" |
| 74 | + |
| 75 | +# Navigation |
| 76 | +- id: colorMode |
| 77 | + translation: "Mudar tema" |
| 78 | +- id: colorLight |
| 79 | + translation: "Claro" |
| 80 | +- id: colorDark |
| 81 | + translation: "Escuro" |
| 82 | +- id: colorAuto |
| 83 | + translation: "Auto" |
| 84 | +- id: toggleMainNav |
| 85 | + translation: "Mostrar/Ocultar menu principal" |
| 86 | +- id: home |
| 87 | + translation: "Início" |
| 88 | +- id: languageSwitcherLabel |
| 89 | + translation: "Idioma" |
| 90 | +- id: close |
| 91 | + translation: "Fechar" |
| 92 | + |
| 93 | +# Table of contents |
| 94 | +- id: toc |
| 95 | + translation: "Nesta página" |
| 96 | +- id: seeAlso |
| 97 | + translation: "Veja também" |
| 98 | +- id: sectionMenu |
| 99 | + translation: "Selecionar um tópico" |
| 100 | + |
| 101 | +# Sidebar |
| 102 | +- id: toggleSidebar |
| 103 | + translation: "Mostrar/Ocultar barra lateral" |
| 104 | + |
| 105 | +# Feature |
| 106 | +- id: addedFeature |
| 107 | + translation: "Adicionado em {{ . }}" |
| 108 | +- id: deprecatedFeature |
| 109 | + translation: "Descontinuado em {{ . }}" |
| 110 | + |
| 111 | +# Versioning |
| 112 | +- id: latest |
| 113 | + translation: "Mais recente" |
| 114 | +- id: allVersions |
| 115 | + translation: "Todas as versões" |
| 116 | +- id: newerVersionAlert |
| 117 | + translation: "Existe uma versão mais recente de {{ . }}!" |
| 118 | + |
| 119 | +# 404 page |
| 120 | +- id: pageNotFound |
| 121 | + translation: "A página que você está procurando não existe ou ocorreu algum outro erro. Tente voltar para a {{ . }}." |
| 122 | +- id: pageNotFoundTitle |
| 123 | + translation: "Página não encontrada" |
| 124 | +- id: pageNotFoundHome |
| 125 | + translation: "página inicial" |
| 126 | + |
| 127 | +# Footer |
| 128 | +- id: copyright |
| 129 | + translation: "Copyright" |
| 130 | +- id: rights |
| 131 | + translation: "Todos os direitos reservados" |
| 132 | +- id: poweredBy |
| 133 | + translation: "Com tecnologia {{ . }}." |
| 134 | + |
| 135 | +# Comments |
| 136 | +- id: show |
| 137 | + translation: "Mostrar" |
| 138 | +- id: comments |
| 139 | + translation: "Comentários" |
| 140 | + |
| 141 | +# Arguments |
| 142 | +- id: name |
| 143 | + translation: "Nome" |
| 144 | +- id: type |
| 145 | + translation: "Tipo" |
| 146 | +- id: required |
| 147 | + translation: "Obrigatório" |
| 148 | +- id: default |
| 149 | + translation: "Padrão" |
| 150 | +- id: comment |
| 151 | + translation: "Comentário" |
| 152 | +- id: supportedValues |
| 153 | + translation: "Valores suportados" |
| 154 | + |
| 155 | + # Alerts |
| 156 | +- id: caution |
| 157 | + translation: Atenção |
| 158 | +- id: important |
| 159 | + translation: Importante |
| 160 | +- id: note |
| 161 | + translation: Observação |
| 162 | +- id: tip |
| 163 | + translation: Dica |
| 164 | +- id: warning |
| 165 | + translation: Aviso |
| 166 | + |
| 167 | +# Image |
| 168 | +- id: image |
| 169 | + translation: imagem |
0 commit comments