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

fr.yaml « i18n - github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b6866742a712dc0f6481ec7ccd66a80c62ba256 (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: "January 2, 2006"
- id: shortdateFormat
  translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
  translation: "Posté le {{ . }}"
- id: lastModified
  translation: "(Dernière modification le {{ . }})"
- id: translationsLabel
  translation: "Autres langues : "
- id: translationsSeparator
  translation: ", "
- id: readMore
  translation: "Voir plus"
- id: olderPosts
  translation: "Anciens posts"
- id: newerPosts
  translation: "Nouveaux posts"
- id: previousPost
  translation: "Post précédent"
- id: nextPost
  translation: "Post suivant"
- id: readTime
  translation: "minutes"
- id: words
  translation: "mots"


# 404 page
- id: pageNotFound
  translation: "Oups, cette page n'existe pas. (erreur 404)"

# Footer
- id: poweredBy # Accepts HTML
  translation: 'Carbure avec <a href="https://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a>&nbsp;&bull;&nbsp; Avec le Theme <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> adapté de <a href="https://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>'

# Navigation
- id: toggleNavigation
  translation: "Toggle navigation"
- id: languageSwitcherLabel
  translation: "Langue"
- id: gcseLabelShort
  translation: "Rechercher"
- id: gcseLabelLong
  translation: "Rechercher {{ .Site.Title }}"
- id: gcseClose
  translation: "Fermer"

# Staticman
- id: noComment
  translation: "Pas de commentaire"
- id: oneComment
  translation: "commentaire"
- id: moreComment
  translation: "commentaires"
- id: useMarkdown
  translation: "Vous pouvez utiliser la syntaxe Markdown"
- id: yourName
  translation: "Votre nom"
- id: yourEmail
  translation: "Votre addresse mail"
- id: yourWebsite
  translation: "Votre site web"

# Delayed Disqus
- id: show
  translation: "Afficher"
- id: comments
  translation: "commentaires" 

# Related posts
- id: seeAlso
  translation: "Voir également"