From 8d45d2b2881cb6ca0f1487fe5656bf5f61b27adf Mon Sep 17 00:00:00 2001 From: iooner Date: Mon, 1 Nov 2021 11:35:18 +0100 Subject: Create fr.yalm Add french --- i18n/fr.yalm | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 i18n/fr.yalm diff --git a/i18n/fr.yalm b/i18n/fr.yalm new file mode 100644 index 0000000..39fddd2 --- /dev/null +++ b/i18n/fr.yalm @@ -0,0 +1,50 @@ +home: + other: Accueil + +archive: + other: Archives + +tags: + other: Tags + +about: + other: À propos + +subscribe: + other: S'abonner + +404title: + other: 404 - Page introuvable + +404subtitle: + other: Le contenu que vous recherchez ne semble pas exister. + +readMore: + other: Continuer... + +minuteRead: + other: "Temps de lecture {{ .ReadingTime }}min" + +publishDate: + other: '{{ .PublishDate.Format "02-01-2006" }}' + +publishDateFull: + other: '{{ .PublishDate.Format "02-01-2006" }}' + +wordCount: + one: "{{ .WordCount }} mot" + other: "{{ .WordCount }} mots" + +postsNewer: + other: Plus récents + +postsOlder: + other: Plus anciens + +poweredBy: + other: >- + Powered by Hugo Theme par nodejh + +publishDateShort: + other: '{{ .PublishDate.Format "02-01-2006" }}' -- cgit v1.2.3 From 8c9a7e6244bff316e0268285f16e13afa426037b Mon Sep 17 00:00:00 2001 From: nodejh Date: Sun, 5 Dec 2021 21:45:10 +0800 Subject: fix: rename i18n/fr.yalm to i18n/fr.yaml --- i18n/fr.yalm | 50 -------------------------------------------------- i18n/fr.yaml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 50 deletions(-) delete mode 100644 i18n/fr.yalm create mode 100644 i18n/fr.yaml diff --git a/i18n/fr.yalm b/i18n/fr.yalm deleted file mode 100644 index 39fddd2..0000000 --- a/i18n/fr.yalm +++ /dev/null @@ -1,50 +0,0 @@ -home: - other: Accueil - -archive: - other: Archives - -tags: - other: Tags - -about: - other: À propos - -subscribe: - other: S'abonner - -404title: - other: 404 - Page introuvable - -404subtitle: - other: Le contenu que vous recherchez ne semble pas exister. - -readMore: - other: Continuer... - -minuteRead: - other: "Temps de lecture {{ .ReadingTime }}min" - -publishDate: - other: '{{ .PublishDate.Format "02-01-2006" }}' - -publishDateFull: - other: '{{ .PublishDate.Format "02-01-2006" }}' - -wordCount: - one: "{{ .WordCount }} mot" - other: "{{ .WordCount }} mots" - -postsNewer: - other: Plus récents - -postsOlder: - other: Plus anciens - -poweredBy: - other: >- - Powered by Hugo Theme par nodejh - -publishDateShort: - other: '{{ .PublishDate.Format "02-01-2006" }}' diff --git a/i18n/fr.yaml b/i18n/fr.yaml new file mode 100644 index 0000000..39fddd2 --- /dev/null +++ b/i18n/fr.yaml @@ -0,0 +1,50 @@ +home: + other: Accueil + +archive: + other: Archives + +tags: + other: Tags + +about: + other: À propos + +subscribe: + other: S'abonner + +404title: + other: 404 - Page introuvable + +404subtitle: + other: Le contenu que vous recherchez ne semble pas exister. + +readMore: + other: Continuer... + +minuteRead: + other: "Temps de lecture {{ .ReadingTime }}min" + +publishDate: + other: '{{ .PublishDate.Format "02-01-2006" }}' + +publishDateFull: + other: '{{ .PublishDate.Format "02-01-2006" }}' + +wordCount: + one: "{{ .WordCount }} mot" + other: "{{ .WordCount }} mots" + +postsNewer: + other: Plus récents + +postsOlder: + other: Plus anciens + +poweredBy: + other: >- + Powered by Hugo Theme par nodejh + +publishDateShort: + other: '{{ .PublishDate.Format "02-01-2006" }}' -- cgit v1.2.3