From 0d46e4fc3d6521fc129b042ad5b4ae29e6c5a9e5 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 31 Jul 2020 11:08:44 +0200 Subject: [PATCH] Update translations Signed-off-by: Thomas Citharel --- js/src/i18n/en_US.json | 24 ++++++++++++++++++++---- js/src/i18n/fr_FR.json | 24 ++++++++++++++++++++---- 2 files changed, 40 insertions(+), 8 deletions(-) diff --git a/js/src/i18n/en_US.json b/js/src/i18n/en_US.json index 73289bd73..a6e8bf5fd 100644 --- a/js/src/i18n/en_US.json +++ b/js/src/i18n/en_US.json @@ -518,7 +518,6 @@ "View all resources": "View all resources", "Public page": "Public page", "Followed by {count} persons": "Followed by {count} persons", - "Edit biography": "Edit biography", "Post a public message": "Post a public message", "View all todos": "View all todos", "Discussions": "Discussions", @@ -711,8 +710,25 @@ "Error while login with {provider}. This login provider doesn't exist.": "Error while login with {provider}. This login provider doesn't exist.", "This user has been disabled": "This user has been disabled", "You can't reset your password because you use a 3rd-party auth provider to login.": "You can't reset your password because you use a 3rd-party auth provider to login.", - "Update post {name}": "Update post {name}", - "Create a new post": "Create a new post", "Post": "Post", - "By {author}": "By {author}" + "By {author}": "By {author}", + "Right now": "Right now", + "Delete conversation": "Delete conversation", + "Fetch more": "Fetch more", + "Group settings": "Group settings", + "Member": "Member", + "Invited": "Invited", + "No member matches the filters": "No member matches the filters", + "Group short description": "Group short description", + "Update group": "Update group", + "Edit post": "Edit post", + "Add a new post": "Add a new post", + "Who can view this post": "Who can view this post", + "Visible everywhere on the web": "Visible everywhere on the web", + "Only accessible through link": "Only accessible through link", + "Only accessible to members of the group": "Only accessible to members of the group", + "Delete post": "Delete post", + "Update post": "Update post", + "Posts": "Posts", + "Register an account on {instanceName}!": "Register an account on {instanceName}!" } diff --git a/js/src/i18n/fr_FR.json b/js/src/i18n/fr_FR.json index ba2783f56..e464c0e20 100644 --- a/js/src/i18n/fr_FR.json +++ b/js/src/i18n/fr_FR.json @@ -166,7 +166,6 @@ "Due on": "Prévu pour le", "Duplicate": "Dupliquer", "Edit": "Modifier", - "Edit biography": "Éditer la biographie", "Eg: Stockholm, Dance, Chess…": "Par exemple : Lyon, Danse, Bridge…", "Either on the {instance} instance or on another instance.": "Sur l'instance {instance} ou bien sur une autre instance.", "Either the account is already validated, either the validation token is incorrect.": "Soit le compte est déjà validé, soit le jeton de validation est incorrect.", @@ -711,8 +710,25 @@ "Error while login with {provider}. This login provider doesn't exist.": "Erreur lors de la connexion avec {provider}. Cette méthode de connexion n'existe pas.", "This user has been disabled": "Cet utilisateur·ice a été désactivé·e", "You can't reset your password because you use a 3rd-party auth provider to login.": "Vous ne pouvez pas réinitialiser votre mot de passe car vous vous connectez via une méthode externe.", - "Update post {name}": "Mettre à jour le billet {name}", - "Create a new post": "Créer un nouveau billet", "Post": "Billet", - "By {author}": "Par {author}" + "By {author}": "Par {author}", + "Right now": "À l'instant", + "Delete conversation": "Supprimer la conversation", + "Fetch more": "En récupérer plus", + "Group settings": "Paramètres du groupe", + "Member": "Membre", + "Invited": "Invité·e", + "No member matches the filters": "Aucun·e membre ne correspond aux filtres", + "Group short description": "Description courte du groupe", + "Update group": "Mettre à jour le groupe", + "Edit post": "Éditer le billet", + "Add a new post": "Ajouter un nouveau billet", + "Who can view this post": "Qui peut voir ce billet", + "Visible everywhere on the web": "Visible partout sur le web", + "Only accessible through link": "Accessible uniquement par le lien", + "Only accessible to members of the group": "Accessible uniquement aux membres du groupe", + "Delete post": "Supprimer le billet", + "Update post": "Mettre à jour le billet", + "Posts": "Billets", + "Register an account on {instanceName}!": "S'inscrire sur {instanceName} !" }