Compare commits
3 Commits
05648a5347
...
a6c0e2e248
Author | SHA1 | Date |
---|---|---|
|
a6c0e2e248 | |
|
3cfa780e5e | |
|
cac6f72f43 |
|
@ -0,0 +1,54 @@
|
|||
[404_text]
|
||||
other = "La page que vous recherchez n'existe pas ou a été déplacée."
|
||||
|
||||
[404_title]
|
||||
other = "Page non trouvée :("
|
||||
|
||||
[browse]
|
||||
other = "Parcourir"
|
||||
|
||||
[chapter_next]
|
||||
other = "Suivant"
|
||||
|
||||
[chapter_previous]
|
||||
other = "Précédent"
|
||||
|
||||
[edit_page]
|
||||
other = "Modifiez cette page sur"
|
||||
|
||||
[get_started]
|
||||
other = "Exemple de guide"
|
||||
|
||||
[home]
|
||||
other = "Accueil"
|
||||
|
||||
[last_updated]
|
||||
other = "Dernière mise à jour le"
|
||||
|
||||
[minute]
|
||||
one = "minute"
|
||||
other = "minutes"
|
||||
|
||||
[on_this_page]
|
||||
other = "Sommaire"
|
||||
|
||||
[reading_time]
|
||||
other = "Temps de lecture estimé"
|
||||
|
||||
[search_loading]
|
||||
other = "Chargement de l'index de recherche…"
|
||||
|
||||
[search_no_recent]
|
||||
other = "Aucune recherche récente"
|
||||
|
||||
[search_no_results]
|
||||
other = "Aucun résultat"
|
||||
|
||||
[search_placeholder]
|
||||
other = "Recherche"
|
||||
|
||||
[search_title]
|
||||
other = "Recherche"
|
||||
|
||||
[video_unsupported]
|
||||
other = "Votre navigateur ne prend pas en charge les vidéos intégrées, mais ne vous inquiétez pas, vous pouvez la <a href=\"{{ .RelPermalink }}\">télécharger</a> et la regarder avec votre lecteur vidéo préféré !"
|
|
@ -0,0 +1,4 @@
|
|||
{{ with .Parent -}}
|
||||
{{ partial "main/breadcrumb.html" . -}}
|
||||
<li class="breadcrumb-item"><a href="{{ .RelPermalink }}">{{ if .IsHome }}{{ i18n "home" }}{{ else if eq .CurrentSection .FirstSection }}{{ .Section | humanize }}{{ else }}{{ .Title }}{{ end }}</a></li>
|
||||
{{ end -}}
|
Loading…
Reference in New Issue