Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pt-br.yaml « i18n - github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2784f3d908a819bc8a36db3c655e8aff600f5a3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
toggleMenu:
    other: Alternar Menu

darkMode:
    other: Modo Escuro

list:
    page:
        one: "{{ .Count }} página"
        other: "{{ .Count }} páginas"

    section:
        other: Seção

    subsection:
        one: Subseção
        other: Subseções

article:
    back:
        other: Voltar

    tableOfContents:
        other: Índice

    relatedContent:
        other: Conteúdo relacionado

    lastUpdatedOn:
        other: Última atualização em

    readingTime:
        one: "{{ .Count }} minuto de leitura"
        other: "{{ .Count }} minutos de leitura"

notFound:
    title:
        other: Não Encontrado
    subtitle:
        other: Esta página não existe.

widget:
    archives:
        title:
            other: Arquivos
        more:
            other: Mais
    tagCloud:
        title:
            other: Tags
    categoriesCloud:
        title:
            other: Categorias

search:
    title:
        other: Busca
    placeholder:
        other: Digite algo...
    resultTitle:
        other: "#PAGES_COUNT páginas (#TIME_SECONDS segundos)"

footer:
    builtWith:
        other: Criado com {{ .Generator }}
    designedBy:
        other: Tema {{ .Theme }} desenvolvido por {{ .DesignedBy }}