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

it.yaml « i18n - github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ac943c765e16297fcd65a6c0519456cd5a56c42e (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 January 2006"
- id: shortdateFormat
  translation: "2 Jan 2006 15:04:05"
- id: postedOnDate
  translation: "Redatto il {{ . }}"
- id: lastModified
  translation: "(Ultima modifica il {{ . }})"
- id: translationsLabel
  translation: "Altre lingue: "
- id: translationsSeparator
  translation: ", "
- id: readMore
  translation: "Leggi"
- id: olderPosts
  translation: "Articoli più vecchi"
- id: newerPosts
  translation: "Articoli più recenti"
- id: previousPost
  translation: "Articolo precedente"
- id: nextPost
  translation: "Articolo successivo"
- id: readTime
  translation: "minuti"
- id: words
  translation: "parole"


# 404 page
- id: pageNotFound
  translation: "Ops, questa pagina non esiste. (errore 404)"

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

# Navigation
- id: toggleNavigation
  translation: "Menu"
- id: languageSwitcherLabel
  translation: "Linguaggio"
- id: gcseLabelShort
  translation: "Cerca"
- id: gcseLabelLong
  translation: "Cerca {{ .Site.Title }}"
- id: gcseClose
  translation: "Chiudi"

# Staticman
- id: noComment
  translation: "Nessun commento"
- id: oneComment
  translation: "commento"
- id: moreComment
  translation: "commenti"
- id: useMarkdown
  translation: "Puoi usare la sintassi Markdown"
- id: yourName
  translation: "Il tuo nome"
- id: yourEmail
  translation: "Il tuo indirizzo mail"
- id: yourWebsite
  translation: "Il tuo website"

# Delayed Disqus
- id: show
  translation: "Mostra"
- id: comments
  translation: "commenti" 

# Related posts
- id: seeAlso
  translation: "Guarda anche"