feat: rework login page

This commit is contained in:
Sonny
2023-12-16 20:46:54 +01:00
parent f3e0b8afae
commit f44d1c2d33
17 changed files with 113 additions and 75 deletions

View File

@@ -41,5 +41,8 @@
"profile": "Profile",
"select-your-lang": "Change the language",
"name": "Name",
"email": "Email"
"email": "Email",
"footer": {
"made_by": "Made with ❤\uFE0F by"
}
}

View File

@@ -1,8 +1,5 @@
{
"select-category": "Please select a category",
"or-create-one": "or create one",
"no-link": "No link for <b>{{name}}</b>",
"footer": {
"made_by": "Made with ❤\uFE0F by"
}
"no-link": "No link for <b>{{name}}</b>"
}

View File

@@ -1,5 +1,6 @@
{
"title": "Authentication",
"informative-text": "Authentication required to use MyLinks",
"continue-with": "Continue with {{provider}}"
"continue-with": "Continue with {{provider}}",
"slogan": "Manage your links in the best possible way"
}

View File

@@ -41,5 +41,8 @@
"profile": "Profil",
"select-your-lang": "Modifier la langue",
"name": "Nom",
"email": "Email"
"email": "Email",
"footer": {
"made_by": "Fait avec ❤\uFE0F par"
}
}

View File

@@ -1,8 +1,5 @@
{
"select-category": "Veuillez sélectionner une categories",
"or-create-one": "ou en créer une",
"no-link": "Aucun lien pour <b>{{name}}</b>",
"footer": {
"made_by": "Fait avec ❤\uFE0F par"
}
"no-link": "Aucun lien pour <b>{{name}}</b>"
}

View File

@@ -1,5 +1,6 @@
{
"title": "Authentification",
"informative-text": "Authentification requise pour utiliser ce service",
"continue-with": "Continuer avec {{provider}}"
"informative-text": "Authentification requise pour utiliser MyLinks",
"continue-with": "Continuer avec {{provider}}",
"slogan": "Gérez vos liens de la meilleure des façons"
}