feat: styling login page

This commit is contained in:
Sonny
2024-05-19 14:57:25 +02:00
committed by Sonny
parent 25d70f2faf
commit 2ba0eccc9f
18 changed files with 222 additions and 15 deletions

View File

@@ -18,11 +18,10 @@
"collection": {
"collections": "Collection",
"collections_other": "Collections",
"collection": "Collection",
"name": "Nom de la collection",
"description": "Description de la collection",
"visibility": "Public",
"no-description": "Aucune description",
"visibility": "Public",
"create": "Créer une collection",
"edit": "Modifier une collection",
"delete": "Supprimer une collection",

View File

@@ -1,5 +1,6 @@
{
"title": "Authentification",
"informative-text": "Authentification requise pour utiliser MyLinks",
"continue-with": "Continuer avec {{provider}}"
}
"continue-with": "Continuer avec {{provider}}",
"accept-terms": "En poursuivant, vous acceptez les"
}