mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
feat: styling login page
This commit is contained in:
@@ -33,8 +33,8 @@
|
||||
"remove-favorite": "Remove from favorites",
|
||||
"favorites-appears-here": "Your favorites will appear here",
|
||||
"no-item-found": "No item found",
|
||||
"search": "Search",
|
||||
"admin": "Administrator",
|
||||
"search": "Search",
|
||||
"avatar": "{{name}}'s avatar",
|
||||
"generic-error": "Something went wrong",
|
||||
"generic-error-description": "An error has occurred, if this happens again please <a href=\"https://github.com/Sonny93/my-links\" target=\"_blank\">create an issue</a> with as much detail as possible.",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"title": "Authentication",
|
||||
"informative-text": "Authentication required to use MyLinks",
|
||||
"continue-with": "Continue with {{provider}}"
|
||||
}
|
||||
"continue-with": "Continue with {{provider}}",
|
||||
"accept-terms": "By continuing, you accept the"
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user