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

br.yaml « i18n - github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98cbc474ca182bd0cc6d9c55406a3b68c59d29e6 (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
68
69
70
71
72
73
74
# Content
- id: dateFormat
  translation: "2 de Janeiro de 2006"
- id: shortdateFormat
  translation: "02/Jan/2006 15:04:05"
- id: postedOnDate
  translation: "Postado em {{ .Count }}"
- id: lastModified
  translation: "(Ultima modificação em {{ .Count }})"
- id: translationsLabel
  translation: "Outras linguagens: "
- id: translationsSeparator
  translation: ", "
- id: readMore
  translation: "Saiba mais"
- id: olderPosts
  translation: "Posts antigos"
- id: newerPosts
  translation: "Posts novos"
- id: previousPost
  translation: "Post anterior"
- id: nextPost
  translation: "Próximo Post"
- id: readTime
  translation: "minutos"
- id: words
  translation: "palavras"


# 404 page
- id: pageNotFound
  translation: "Opa, a página não existe"

# Footer
- id: poweredBy # Accepts HTML
  translation: '<a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> powered &nbsp;&bull;&nbsp; Tema por <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adaptado para <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'

# Navigation
- id: toggleNavigation
  translation: "Ver navegação"
- id: languageSwitcherLabel
  translation: "Idioma"
- id: gcseLabelShort
  translation: "Buscar"
- id: gcseLabelLong
  translation: "Buscar {{ .Site.Title }}"
- id: gcseClose
  translation: "Fechar"

# Staticman
- id: noComment
  translation: "Sem comentários"
- id: oneComment
  translation: "comentário"
- id: moreComment
  translation: "comentários"
- id: useMarkdown
  translation: "Você pode usar sintaxe MarkDown"
- id: yourName
  translation: "Seu nome"
- id: yourEmail
  translation: "Seu email"
- id: yourWebsite
  translation: "Seu website"

# Delayed Disqus
- id: show
  translation: "Mostrar"
- id: comments
  translation: "comentários" 

# Related posts
- id: seeAlso
  translation: "Veja também"