Update translations

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-10-11 17:41:02 +02:00
parent 62af1e72d6
commit d4b6fb2b49
49 changed files with 3059 additions and 2643 deletions

View File

@@ -1163,10 +1163,7 @@
"Time in your timezone ({timezone})": "Time in your timezone ({timezone})",
"Export": "Export",
"Times in your timezone ({timezone})": "Times in your timezone ({timezone})",
"Skip to main": "Skip to main",
"Comment body": "Comment body",
"has loaded": "has loaded",
"Follows": "Follows",
"Event description body": "Event description body",
"Event timezone will default to the timezone of the event's address if there is one, or to your own timezone setting.": "Event timezone will default to the timezone of the event's address if there is one, or to your own timezone setting.",
"Clear timezone field": "Clear timezone field",
@@ -1200,5 +1197,10 @@
"Create identity": "Create identity",
"Resent confirmation email": "Resent confirmation email",
"Send password reset": "Send password reset",
"Email validate": "Email validate"
"Email validate": "Email validate",
"Skip to main content": "Skip to main content",
"{timezoneLongName} ({timezoneShortName})": "{timezoneLongName} ({timezoneShortName})",
"Back to top": "Back to top",
"Powered by Mobilizon": "Powered by Mobilizon",
"Instance follows": "Instance follows"
}

View File

@@ -1283,26 +1283,30 @@
"Privacy": "Vie privée",
"Interact": "Interagir",
"Redirecting to Mobilizon": "Redirection vers Mobilizon",
"First steps": "",
"Account settings": "",
"Admin dashboard": "",
"Admin settings": "",
"Group profiles": "",
"Reports list": "",
"Moderation logs": "",
"Create identity": "",
"Resent confirmation email": "",
"Send password reset": "",
"Email validate": "",
"Validating account": "",
"Follows": "",
"Event description body": "",
"First steps": "Premiers pas",
"Account settings": "Paramètres du compte",
"Admin dashboard": "Tableau de bord admin",
"Admin settings": "Paramètres admin",
"Group profiles": "Profils des groupes",
"Reports list": "Liste des signalements",
"Moderation logs": "Journaux de modération",
"Create identity": "Créer une identité",
"Resent confirmation email": "Réenvoi de l'email de confirmation",
"Send password reset": "Envoi de la réinitalisation du mot de passe",
"Email validate": "Validation de l'email",
"Validating account": "Validation du compte",
"Event description body": "Corps de la description de l'événement",
"Event timezone will default to the timezone of the event's address if there is one, or to your own timezone setting.": "Le fuseau horaire de l'événement sera mis par défaut au fuseau horaire de l'addresse de l'événement s'il y en a une, ou bien à votre propre paramètre de fuseau horaire.",
"Clear timezone field": "",
"Group description body": "",
"Clear timezone field": "Vider le champ du fuseau horaire",
"Group description body": "Corps de la description du groupe",
"Post body": "Corps du billet",
"{group} posts": "Billets de {group}",
"{group}'s todolists": "Liste de tâches de {group}",
"Validating email": "",
"Reset password": ""
"Validating email": "Validation de l'email",
"Reset password": "Réinitaliser le mot de passe",
"Skip to main content": "Passer au contenu principal",
"{timezoneLongName} ({timezoneShortName})": "{timezoneLongName} ({timezoneShortName})",
"Back to top": "Retour en haut",
"Powered by Mobilizon": "Propulsé par Mobilizon",
"Instance follows": "Abonnements de l'instance"
}

View File

@@ -89,7 +89,7 @@ import RouteName from "../../router/name";
},
metaInfo() {
return {
title: this.$t("Follows") as string,
title: this.$t("Instance follows") as string,
};
},
})