mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
feat: recreate shared page
+ improve security by not exposing author's email
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
"role": "Role",
|
||||
"created_at": "Created at",
|
||||
"last_seen_at": "Last seen at",
|
||||
"admin": "Administrator",
|
||||
"user": "User",
|
||||
"users": "Users",
|
||||
"stats": "Statistics"
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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}}",
|
||||
|
||||
Reference in New Issue
Block a user