diff --git a/pages/404-general.tmpl b/pages/404-general.tmpl index dfc4653..ed8b356 100644 --- a/pages/404-general.tmpl +++ b/pages/404-general.tmpl @@ -1,7 +1,7 @@ -{{define "head"}}Page not found — {{.SiteName}}{{end}} +{{define "head"}}Page non trouvée — {{.SiteName}}{{end}} {{define "content"}}
-

This page is missing.

-

Are you sure it was ever here?

+

Cette page est manquante.

+

Vous êtes-sûr qu'elle ai jamais existé ?

{{end}} diff --git a/pages/404.tmpl b/pages/404.tmpl index b103e27..6f42750 100644 --- a/pages/404.tmpl +++ b/pages/404.tmpl @@ -1,10 +1,10 @@ -{{define "head"}}Post not found — {{.SiteName}}{{end}} +{{define "head"}}Publication non trouvée — {{.SiteName}}{{end}} {{define "content"}}
-

Post not found.

+

Publication non trouvée.

{{if and (not .SingleUser) .OpenRegistration}} -

Why not share a thought of your own?

-

Start a blog and spread your ideas on {{.SiteName}}, a simple{{if .Federation}}, federated{{end}} blogging community.

+

Pourquoi ne pas partager vos propres mots ?

+

Créez un blog et partagez vos idées sur {{.SiteName}}

{{end}}
{{end}} diff --git a/pages/410.tmpl b/pages/410.tmpl index 5dfd4a4..95aa250 100644 --- a/pages/410.tmpl +++ b/pages/410.tmpl @@ -1,7 +1,7 @@ -{{define "head"}}Unpublished — {{.SiteName}}{{end}} +{{define "head"}}Dépublié — {{.SiteName}}{{end}} {{define "content"}}
-

{{if .Content}}{{.Content}}{{else}}Post was unpublished by the author.{{end}}

-

It might be back some day.

+

{{if .Content}}{{.Content}}{{else}}La publication a été dépubliée par son auteur.{{end}}

+

Elle pourrait être de retour un jour.

{{end}} diff --git a/pages/500.tmpl b/pages/500.tmpl index e148fb5..593c0bc 100644 --- a/pages/500.tmpl +++ b/pages/500.tmpl @@ -1,10 +1,10 @@ -{{define "head"}}Server error — {{.SiteName}}{{end}} +{{define "head"}}Erreur serveur — {{.SiteName}}{{end}} {{define "content"}}
-

Server error 😵

-

Please contact the human authors of this software and remind them of their many shortcomings.

-

Be gentle, though. They are fragile mortal beings.

-

Also, unlike the AI that will soon replace them, you will need to include an error log from the server in your report. (Utterly primitive, we know.)

+

Erreur serveur 😵

+

S'il vous plaît contactez les auteurs de ce logiciel et rappelez-leur leurs nombreux défauts.

+

Restez courtois néanmoins, ce sont de fragiles êtres vivants.

+

De plus, contrairement à l'IA qui les remplacera bientôt, vous devrez inclure un journal des erreurs du serveur dans votre rapport. (Très primitif, on sait.)

– {{.SiteName}} 🤖

{{end}} diff --git a/pages/503.tmpl b/pages/503.tmpl index 70c6c78..0ee33ed 100644 --- a/pages/503.tmpl +++ b/pages/503.tmpl @@ -1,7 +1,7 @@ -{{define "head"}}Temporarily Unavailable — {{.SiteMetaName}}{{end}} +{{define "head"}}Indisponible temporairement — {{.SiteMetaName}}{{end}} {{define "content"}}
-

The words aren't coming to me. 🗅

-

We couldn't serve this page due to high server load. This should only be temporary.

+

Je ne trouve pas les mots. 🗅

+

Nous n'avons pas pu afficher cette page en raison de la charge élevée du serveur. Cela ne devrait être que temporaire.

{{end}} diff --git a/pages/about.tmpl b/pages/about.tmpl index 7c502dc..649a291 100644 --- a/pages/about.tmpl +++ b/pages/about.tmpl @@ -1,29 +1,29 @@ {{define "head"}}{{.ContentTitle}} — {{.SiteName}} {{end}} {{define "content"}}

{{.ContentTitle}}

{{.Content}} {{if .PublicStats}}
-

{{.SiteName}} is home to {{largeNumFmt .AboutStats.NumPosts}} {{pluralize "article" "articles" .AboutStats.NumPosts}} across {{largeNumFmt .AboutStats.NumBlogs}} {{pluralize "blog" "blogs" .AboutStats.NumBlogs}}.

+

{{.SiteName}} héberge {{largeNumFmt .AboutStats.NumPosts}} {{pluralize "article" "articles" .AboutStats.NumPosts}} parmis {{largeNumFmt .AboutStats.NumBlogs}} {{pluralize "blog" "blogs" .AboutStats.NumBlogs}}.

{{end}} {{if not .WFModesty}} -

About WriteFreely

-

WriteFreely is a self-hosted, decentralized blogging platform for publishing beautiful, simple blogs.

-

It lets you publish a single blog, or host a community of writers who can create multiple blogs under one account. You can also enable federation, which allows people in the fediverse to follow your blog, bookmark your posts, and share them with others.

+

A propos de WriteFreely

+

WriteFreely est une plate-forme de blogs décentralisée et auto-hébergée pour publier de beaux et simples blogs.

+

Il vous permet de publier un seul blog ou d'héberger une communauté d'écrivains qui peuvent créer plusieurs blogs sous un seul compte. Vous pouvez également activer la fédération, qui permet aux personnes du fediverse de suivre votre blog, d'ajouter vos articles à leurs favoris et de les partager avec d'autres.

{{end}}
{{end}} diff --git a/pages/landing.tmpl b/pages/landing.tmpl index 2131b40..15e04ce 100644 --- a/pages/landing.tmpl +++ b/pages/landing.tmpl @@ -1,203 +1,202 @@ {{define "head"}} {{.SiteName}} {{end}} {{define "content"}}
{{ if .OpenRegistration }} {{template "oauth-buttons" .}} {{if not .DisablePasswordAuth}} {{if .Flashes}}
    {{range .Flashes}}
  • {{.}}
  • {{end}}
{{end}}
- +
{{end}} {{ else }} -

Registration is currently closed.

-

You can always sign up on another instance.

+

Les inscriptions sont actuellement fermées.

{{ end }}
{{if .Content}}
{{end}} {{ if .Content }}
{{.Content}}
{{ end }} {{end}} diff --git a/pages/login.tmpl b/pages/login.tmpl index f0a54eb..6fac4fe 100644 --- a/pages/login.tmpl +++ b/pages/login.tmpl @@ -1,36 +1,36 @@ -{{define "head"}}Log in — {{.SiteName}} +{{define "head"}}Se connecter — {{.SiteName}} {{end}} {{define "content"}}
-

Log in to {{.SiteName}}

+

Se connecter à {{.SiteName}}

{{if .Flashes}}{{end}} {{template "oauth-buttons" .}} {{if not .DisablePasswordAuth}}
-
-
+
+
{{if .To}}{{end}} - +
- {{if and (not .SingleUser) .OpenRegistration}}

{{if .Message}}{{.Message}}{{else}}No account yet? Sign up to start a blog.{{end}}

{{end}} + {{if and (not .SingleUser) .OpenRegistration}}

{{if .Message}}{{.Message}}{{else}}Pas encore inscrit ? Inscrivez-vous pour créer un blog.{{end}}

{{end}} {{end}} {{end}} diff --git a/pages/privacy.tmpl b/pages/privacy.tmpl index 578472a..d86c49e 100644 --- a/pages/privacy.tmpl +++ b/pages/privacy.tmpl @@ -1,10 +1,10 @@ {{define "head"}}{{.ContentTitle}} — {{.SiteName}} {{end}} {{define "content"}}

{{.ContentTitle}}

-

Last updated {{.Updated}}

+

Mis à jour le {{.Updated}}

{{.Content}}
{{end}} diff --git a/pages/signup.tmpl b/pages/signup.tmpl index b1bb50d..1099d3c 100644 --- a/pages/signup.tmpl +++ b/pages/signup.tmpl @@ -1,180 +1,180 @@ {{define "head"}} Sign up — {{.SiteName}} {{end}} {{define "content"}}
-

Sign up

+

Inscription

{{ if .Error }}

{{.Error}}

{{ else }} {{if .Flashes}}
    {{range .Flashes}}
  • {{.}}
  • {{end}}
{{end}}
{{template "oauth-buttons" .}} {{if not .DisablePasswordAuth}}
- +
{{end}}
{{ end }}
{{end}}