feat: recreate shared page

+ improve security by not exposing author's email
This commit is contained in:
Sonny
2024-11-09 02:25:44 +01:00
committed by Sonny
parent 798ff0fbe4
commit 83c1966946
17 changed files with 181 additions and 72 deletions

View File

@@ -2,8 +2,6 @@
"role": "Role",
"created_at": "Created at",
"last_seen_at": "Last seen at",
"admin": "Administrator",
"user": "User",
"users": "Users",
"stats": "Statistics"
}

View File

@@ -27,7 +27,8 @@
"edit": "Edit a collection",
"delete": "Delete a collection",
"delete-confirm": "Confirm deletion?",
"delete-description": "You must delete all links in this collection before you can delete this collection."
"delete-description": "You must delete all links in this collection before you can delete this collection.",
"managed-by": "Collection managed by <b>{{name}}</b>"
},
"form": {
"name": "Name",
@@ -55,6 +56,7 @@
"go-to-collection": "Go to collection",
"no-item-found": "No item found",
"admin": "Administrator",
"user": "User",
"search": "Search",
"search-with": "Search with",
"avatar": "{{name}}'s avatar",

View File

@@ -2,8 +2,6 @@
"role": "Rôle",
"created_at": "Création",
"last_seen_at": "Dernière connexion",
"admin": "Administrateur",
"user": "Utilisateur",
"users": "Utilisateurs",
"stats": "Statistiques"
}

View File

@@ -27,7 +27,8 @@
"edit": "Modifier une collection",
"delete": "Supprimer une collection",
"delete-confirm": "Confirmer la suppression ?",
"delete-description": "Vous devez supprimer tous les liens de cette collection avant de pouvoir supprimer cette collection"
"delete-description": "Vous devez supprimer tous les liens de cette collection avant de pouvoir supprimer cette collection",
"managed-by": "Collection gérée par <b>{{name}}</b>"
},
"form": {
"name": "Nom",
@@ -54,7 +55,8 @@
"favorites-appears-here": "Vos favoris apparaîtront ici",
"go-to-collection": "Voir la collection",
"no-item-found": "Aucun élément trouvé",
"admin": "Administrateur",
"admin": "Administrateur",
"user": "Utilisateur",
"search": "Rechercher",
"search-with": "Rechercher avec",
"avatar": "Avatar de {{name}}",