|
| 1 | +# Content |
| 2 | +- id: postedOnDate |
| 3 | + translation: "Posté le {{ . }}" |
| 4 | +- id: lastModified |
| 5 | + translation: "(Dernière modification le {{ . }})" |
| 6 | +- id: translationsLabel |
| 7 | + translation: "Autres langues: " |
| 8 | +- id: translationsSeparator |
| 9 | + translation: ", " |
| 10 | +- id: readMore |
| 11 | + translation: "Lire plus" |
| 12 | +- id: morePosts |
| 13 | + translation: "Plus d'articles" |
| 14 | +- id: olderPosts |
| 15 | + translation: "Articles plus anciens" |
| 16 | +- id: newerPosts |
| 17 | + translation: "Articles plus récents" |
| 18 | +- id: previousPost |
| 19 | + translation: "Articles précédents" |
| 20 | +- id: nextPost |
| 21 | + translation: "Articles suivants" |
| 22 | +- id: readTime |
| 23 | + translation: "minutes" |
| 24 | +- id: words |
| 25 | + translation: "mots" |
| 26 | + |
| 27 | +# Date |
| 28 | +- id: January |
| 29 | + translation: "Janvier" |
| 30 | +- id: February |
| 31 | + translation: "Février" |
| 32 | +- id: March |
| 33 | + translation: "Mars" |
| 34 | +- id: April |
| 35 | + translation: "Avril" |
| 36 | +- id: May |
| 37 | + translation: "Mai" |
| 38 | +- id: June |
| 39 | + translation: "Juin" |
| 40 | +- id: July |
| 41 | + translation: "Juillet" |
| 42 | +- id: August |
| 43 | + translation: "Août" |
| 44 | +- id: September |
| 45 | + translation: "Septembre" |
| 46 | +- id: October |
| 47 | + translation: "Octobre" |
| 48 | +- id: November |
| 49 | + translation: "Novembre" |
| 50 | +- id: December |
| 51 | + translation: "Décembre" |
| 52 | + |
| 53 | +# 404 page |
| 54 | +- id: pageNotFound |
| 55 | + translation: "Whoops, cette page n'existe pas. Circulez. (404 error)" |
| 56 | + |
| 57 | +# Footer |
| 58 | +- id: poweredBy # Accepts HTML |
| 59 | + translation: '<a href="https://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> powered • Theme <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> adapted from <a href="https://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>' |
| 60 | + |
| 61 | +# Navigation |
| 62 | +- id: toggleNavigation |
| 63 | + translation: "Déplier le menu" |
| 64 | +- id: languageSwitcherLabel |
| 65 | + translation: "Langue" |
| 66 | +- id: gcseLabelShort |
| 67 | + translation: "Rechercher" |
| 68 | +- id: gcseLabelLong |
| 69 | + translation: "Rechercher {{ .Site.Title }}" |
| 70 | +- id: gcseClose |
| 71 | + translation: "Fermer" |
| 72 | + |
| 73 | +# Staticman |
| 74 | +- id: noComment |
| 75 | + translation: "Pas de commentaire" |
| 76 | +- id: oneComment |
| 77 | + translation: "Commentaire" |
| 78 | +- id: moreComment |
| 79 | + translation: "Plus de commentaire" |
| 80 | +- id: useMarkdown |
| 81 | + translation: "Vous pouvez utiliser la syntaxe Markdown" |
| 82 | +- id: yourName |
| 83 | + translation: "Votre nom" |
| 84 | +- id: yourEmail |
| 85 | + translation: "Votre adresse e-mail" |
| 86 | +- id: yourWebsite |
| 87 | + translation: "Votre site internet" |
| 88 | + |
| 89 | +# Delayed Disqus |
| 90 | +- id: show |
| 91 | + translation: "Voir" |
| 92 | +- id: comments |
| 93 | + translation: "commentaires" |
| 94 | + |
| 95 | +# Related posts |
| 96 | +- id: seeAlso |
| 97 | + translation: "Voir aussi" |
0 commit comments