i18n updates
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
2d84545eb2
commit
6e59c2cb95
@ -990,5 +990,29 @@
|
||||
"{moderator} has unsuspended group {profile}": "{moderator} has unsuspended group {profile}",
|
||||
"{moderator} has done an unknown action": "{moderator} has done an unknown action",
|
||||
"{moderator} has deleted a comment from {author} under the event {event}": "{moderator} has deleted a comment from {author} under the event {event}",
|
||||
"{moderator} has deleted a comment from {author}": "{moderator} has deleted a comment from {author}"
|
||||
"{moderator} has deleted a comment from {author}": "{moderator} has deleted a comment from {author}",
|
||||
"You are offline": "You are offline",
|
||||
"Create a new profile": "Create a new profile",
|
||||
"Edit profile {profile}": "Edit profile {profile}",
|
||||
"Identities": "Identities",
|
||||
"Profile": "Profile",
|
||||
"Register": "Register",
|
||||
"No members found": "No members found",
|
||||
"No organized events found": "No organized events found",
|
||||
"Error while suspending group": "Error while suspending group",
|
||||
"Triggered profile refreshment": "Triggered profile refreshment",
|
||||
"No organized events listed": "No organized events listed",
|
||||
"No participations listed": "No participations listed",
|
||||
"{number} memberships": "{number} memberships",
|
||||
"Group": "Group",
|
||||
"No memberships found": "No memberships found",
|
||||
"No group matches the filters": "No group matches the filters",
|
||||
"{group} events": "{group} events",
|
||||
"Interact with a remote content": "Interact with a remote content",
|
||||
"Page not found": "Page not found",
|
||||
"{folder} - Resources": "{folder} - Resources",
|
||||
"General settings": "General settings",
|
||||
"Unsubscribe to WebPush": "Unsubscribe to WebPush",
|
||||
"WebPush": "WebPush",
|
||||
"You can't use webpush in this browser.": "You can't use webpush in this browser."
|
||||
}
|
||||
|
@ -1084,5 +1084,26 @@
|
||||
"{profile} updated the member {member}.": "{profile} a mis à jour le ou la membre {member}.",
|
||||
"{title} ({count} todos)": "{title} ({count} todos)",
|
||||
"{username} was invited to {group}": "{username} a été invité à {group}",
|
||||
"© The OpenStreetMap Contributors": "© Les Contributeur⋅ices OpenStreetMap"
|
||||
"© The OpenStreetMap Contributors": "© Les Contributeur⋅ices OpenStreetMap",
|
||||
"You are offline": "Vous êtes hors-ligne",
|
||||
"Create a new profile": "Créer un nouveau profil",
|
||||
"Edit profile {profile}": "Éditer le profil {profile}",
|
||||
"Identities": "Identités",
|
||||
"Profile": "Profil",
|
||||
"No members found": "Aucun⋅e membre trouvé⋅e",
|
||||
"No organized events found": "Aucun événement organisé trouvé",
|
||||
"Error while suspending group": "Erreur lors de la suspension du groupe",
|
||||
"Triggered profile refreshment": "Rafraîchissement du profil demandé",
|
||||
"No organized events listed": "Aucun événement organisé listé",
|
||||
"No participations listed": "Aucune participation listée",
|
||||
"{number} memberships": "{number} adhésions",
|
||||
"No memberships found": "Aucune adhésion trouvée",
|
||||
"No group matches the filters": "Aucun groupe ne correspond aux filtres",
|
||||
"{group} events": "Événements de {group}",
|
||||
"Interact with a remote content": "Interagir avec un contenu distant",
|
||||
"{folder} - Resources": "{folder} - Ressources",
|
||||
"General settings": "Paramètres généraux",
|
||||
"Unsubscribe to WebPush": "Se désinscrire de WebPush",
|
||||
"WebPush": "WebPush",
|
||||
"You can't use webpush in this browser.": "Vous ne pouvez pas utiliser webpush dans ce navigateur."
|
||||
}
|
||||
|
@ -87,11 +87,6 @@ import RouteName from "../../router/name";
|
||||
},
|
||||
},
|
||||
},
|
||||
metaInfo() {
|
||||
return {
|
||||
title: this.$t("Follows") as string,
|
||||
};
|
||||
},
|
||||
})
|
||||
export default class Follows extends Vue {
|
||||
RouteName = RouteName;
|
||||
|
Loading…
Reference in New Issue
Block a user