mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
[CORL-1003] Add Markdown link to configure page & revert some French translations (#2928)
* french corrections * Add translations * Updated FR translations * More FR fixes Co-authored-by: Gilles FRANCOIS <gilles@sopress.net>
This commit is contained in:
co-authored by
Gilles FRANCOIS
parent
6711f09a79
commit
64f5171ff2
@@ -515,16 +515,15 @@ reactions, be reported, and be shared.
|
||||
This will appear above the comments sitewide.
|
||||
You can format the text using Markdown.
|
||||
More information on how to use Markdown
|
||||
|
||||
here:
|
||||
<a
|
||||
className="ExternalLink-root"
|
||||
href="#"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
here
|
||||
https://www.markdownguide.org/cheat-sheet/
|
||||
</a>
|
||||
.
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
|
||||
@@ -91,7 +91,7 @@ configure-general-guidelines-explanation =
|
||||
der vises øverst i hver side af kommentarstrømmen.
|
||||
Dit resume kan formateres ved hjælp af Markdown Syntax.
|
||||
Mere information om hvordan du bruger Markdown kan findes
|
||||
<externalLink>her</externalLink>.
|
||||
her: <externalLink>https://www.markdownguide.org/cheat-sheet/</externalLink>
|
||||
configure-general-guidelines-showCommunityGuidelines = Vis oversigt over fællesskabsretningslinjer
|
||||
|
||||
### Sitewide Commenting
|
||||
|
||||
@@ -249,7 +249,7 @@ configure-general-guidelines-explanation =
|
||||
This will appear above the comments sitewide.
|
||||
You can format the text using Markdown.
|
||||
More information on how to use Markdown
|
||||
<externalLink>here</externalLink>.
|
||||
here: <externalLink>https://www.markdownguide.org/cheat-sheet/</externalLink>
|
||||
configure-general-guidelines-showCommunityGuidelines = Show community guidelines summary
|
||||
|
||||
#### Locale
|
||||
|
||||
@@ -33,7 +33,7 @@ navigation-configure = Configurer
|
||||
## User Menu
|
||||
userMenu-signOut = Déconnexion
|
||||
userMenu-viewLatestRelease = Voir la dernière version
|
||||
userMenu-reportBug = Faire part d'un problème ou faire un retour d'information
|
||||
userMenu-reportBug = Signaler un problème
|
||||
userMenu-popover =
|
||||
.description = Un dialogue du menu utilisateur avec des liens et des actions connexes
|
||||
|
||||
@@ -58,7 +58,7 @@ login-signIn-passwordLabel = Mot de passe
|
||||
login-signIn-passwordTextField =
|
||||
.placeholder = Mot de passe
|
||||
|
||||
login-signIn-signInWithEmail = Connectez-vous en utilisant votre email
|
||||
login-signIn-signInWithEmail = Se connecter
|
||||
login-orSeparator = ou
|
||||
login-signIn-forgot-password = Mot de passe oublié ?
|
||||
|
||||
@@ -77,9 +77,9 @@ configure-sideBarNavigation-moderation = Modération
|
||||
configure-sideBarNavigation-organization = Organisation
|
||||
configure-sideBarNavigation-advanced = Avancé
|
||||
configure-sideBarNavigation-email = Email
|
||||
configure-sideBarNavigation-bannedAndSuspectWords = Mots bannis et suspects
|
||||
configure-sideBarNavigation-bannedAndSuspectWords = Mots bannis
|
||||
|
||||
configure-sideBar-saveChanges = Sauvegarder les changements
|
||||
configure-sideBar-saveChanges = Enregistrer
|
||||
configure-configurationSubHeader = Configuration
|
||||
configure-onOffField-on = Activer
|
||||
configure-onOffField-off = Désactiver
|
||||
@@ -92,8 +92,7 @@ configure-general-guidelines-explanation =
|
||||
Ceci apparaîtra au-dessus des commentaires dans tout le site.
|
||||
Vous pouvez formater le texte en utilisant Markdown.
|
||||
Plus d'informations sur l'utilisation de Markdown
|
||||
<externalLink>ici</externalLink>.
|
||||
|
||||
ici: <externalLink>https://www.markdownguide.org/cheat-sheet/</externalLink>
|
||||
|
||||
configure-general-guidelines-showCommunityGuidelines = Afficher le résumé des règles de la communauté
|
||||
|
||||
@@ -423,9 +422,9 @@ moderate-toxicityLabel-likely = Probable <score></score>
|
||||
moderate-toxicityLabel-unlikely = Improbable <score></score>
|
||||
moderate-toxicityLabel-maybe = Peut-être <score></score>
|
||||
|
||||
moderate-emptyQueue-pending = Bien joué ! Il n'y a plus de commentaire en attente à modérer.
|
||||
moderate-emptyQueue-reported = Bien joué ! Il n'y a plus de commentaire signalé à modérer.
|
||||
moderate-emptyQueue-unmoderated = Bien joué ! Il n'y a plus de commentaire à modérer.
|
||||
moderate-emptyQueue-pending = Il n'y a pas de commentaire en attente à modérer.
|
||||
moderate-emptyQueue-reported = Il n'y a pas de commentaire signalé à modérer.
|
||||
moderate-emptyQueue-unmoderated = Il n'y a pas de commentaire à modérer.
|
||||
moderate-emptyQueue-rejected = Il n'y a pas de commentaire rejeté.
|
||||
|
||||
moderate-comment-edited = (edité)
|
||||
|
||||
@@ -34,7 +34,7 @@ framework-validation-notAWholeNumberGreaterThanOrEqual = Veuillez entrer un nomb
|
||||
framework-validation-usernamesDoNotMatch = Les pseudos ne correspondent pas. Veuillez réessayer.
|
||||
framework-validation-deleteConfirmationInvalid = Confirmation incorrecte. Veuillez réessayer.
|
||||
|
||||
framework-timeago-just-now = Juste maintenant
|
||||
framework-timeago-just-now = à l'instant
|
||||
|
||||
framework-timeago-time =
|
||||
{ $value } { $unit ->
|
||||
@@ -71,7 +71,7 @@ framework-timeago-time =
|
||||
|
||||
framework-timeago =
|
||||
{ $suffix ->
|
||||
[ago] {framework-timeago-time} ago
|
||||
[ago] Il y a {framework-timeago-time}
|
||||
*[noSuffix] {framework-timeago-time}
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
## General
|
||||
|
||||
general-userBoxUnauthenticated-joinTheConversation = Rejoindre la conversation
|
||||
general-userBoxUnauthenticated-joinTheConversation = Réagir
|
||||
general-userBoxUnauthenticated-signIn = Se connecter
|
||||
general-userBoxUnauthenticated-register = S'enregistrer
|
||||
|
||||
@@ -75,7 +75,7 @@ comments-rte-blockquote =
|
||||
|
||||
comments-remainingCharacters = { $remaining } caractères restants
|
||||
|
||||
comments-postCommentFormFake-signInAndJoin = Se connecter et rejoindre la conversation
|
||||
comments-postCommentFormFake-signInAndJoin = Se connecter et réagir
|
||||
|
||||
comments-postCommentForm-rteLabel = Publier un commentaire
|
||||
|
||||
@@ -186,7 +186,7 @@ profile-myCommentsTab = Mes commentaires
|
||||
profile-myCommentsTab-comments = Mes commentaires
|
||||
profile-accountTab = Mon compte
|
||||
|
||||
accountSettings-manage-account = Gérer votre compte
|
||||
accountSettings-manage-account = Gérer mon compte
|
||||
|
||||
### Account Deletion
|
||||
|
||||
@@ -320,7 +320,7 @@ profile-account-notifications-emailNotifications = Notifications d'Email
|
||||
profile-account-notifications-receiveWhen = Recevoir des notifications lorsque :
|
||||
profile-account-notifications-onReply = Mon commentaire reçoit une réponse.
|
||||
profile-account-notifications-onFeatured = Mon commentaire est mis en vedette.
|
||||
profile-account-notifications-onStaffReplies = Un membre de l'équipe technique répond à mon commentaire.
|
||||
profile-account-notifications-onStaffReplies = Un membre du staff répond à mon commentaire.
|
||||
profile-account-notifications-onModeration = Mon commentaire en attente a été analysé.
|
||||
profile-account-notifications-sendNotifications = Envoyer des notifications :
|
||||
profile-account-notifications-sendNotifications-immediately = Immédiatement
|
||||
|
||||
@@ -249,7 +249,8 @@ configure-general-guidelines-explanation =
|
||||
Escreva um resumo das diretrizes da sua comunidade que serão exibidas
|
||||
no topo de cada fluxo de comentários em todo o site. Seu resumo pode ser
|
||||
formatado usando a Sintaxe do Markdown. Mais informações sobre como usar
|
||||
Markdown podem ser encontradas <externalLink>aqui</externalLink>.
|
||||
Markdown podem ser encontradas aqui:
|
||||
<externalLink>https://www.markdownguide.org/cheat-sheet/</externalLink>
|
||||
configure-general-guidelines-showCommunityGuidelines = Mostrar Resumo das Diretrizes da Comunidade
|
||||
|
||||
#### Locale
|
||||
|
||||
Reference in New Issue
Block a user