From ae4bf201d1f811cd0314798e4a0870a9015f1668 Mon Sep 17 00:00:00 2001 From: madjack Date: Sat, 12 Jun 2021 10:08:30 +0300 Subject: [PATCH] i18n: complete French translations (#404) --- i18n/fr.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/i18n/fr.yaml b/i18n/fr.yaml index a26a8765..2e652114 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -3,3 +3,26 @@ - id: next_page translation: "Page Suivante" + +- id: read_time + translation: + one : "1 min" + other: "{{ .Count }} min" + +- id: toc + translation: "Table des Matières" + +- id: translations + translation: "Traductions" + +- id: home + translation: "Accueil" + +- id: edit_post + translation: "Modifier" + +- id: code_copy + translation: "copier" + +- id: code_copied + translation: "copié!"