feat: add about page

Finally!
This commit is contained in:
Sonny
2024-04-11 00:59:18 +02:00
parent 78915b6b99
commit a53b600111
16 changed files with 299 additions and 35 deletions

View File

@@ -0,0 +1,28 @@
{
"hero": {
"title": "Welcome to MyLinks",
"cta": "Get started"
},
"category": {
"title": "Create categories",
"text": "Organize your bookmarks by categories to keep your links tidy and find them easily."
},
"link": {
"title": "Manage Links",
"text": "Add, edit, and manage your bookmarks with a simple and intuitive interface."
},
"search": {
"title": "Search",
"text": "Quickly find the bookmark you're looking for with the powerful search feature."
},
"extension": {
"title": "Browser extension",
"text": "Enhance your experience with the official MyLinks browser extension."
},
"contribute": {
"title": "Contribute to MyLinks",
"text": "Suggest improvements you would like to see on MyLinks."
},
"look-title": "Take a look",
"website-screenshot-alt": "A screenshot of MyLinks"
}

View File

@@ -1,4 +1,5 @@
{
"slogan": "Manage your links in the best possible way",
"confirm": "Confirm",
"cancel": "Cancel",
"back-home": "← Back to home page",

View File

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

View File

@@ -0,0 +1,28 @@
{
"hero": {
"title": "Bienvenue sur MyLinks",
"cta": "Lancez-vous !"
},
"category": {
"title": "Créer des catégories",
"text": "Organisez vos favoris dans des catégories pour garder vos liens en ordre et les retrouver facilement."
},
"link": {
"title": "Gérer les liens",
"text": "Ajoutez, modifiez et gérez vos favoris à l'aide d'une interface simple et intuitive."
},
"search": {
"title": "Rechercher",
"text": "Trouvez rapidement vos liens favoris en utilisant la fonction de recherche."
},
"extension": {
"title": "Extension de navigateur",
"text": "Améliorez votre expérience avec l'extension de navigateur officielle MyLinks."
},
"contribute": {
"title": "Contribuer à MyLinks",
"text": "Proposez des améliorations que vous souhaiteriez voir sur MyLinks."
},
"look-title": "Jetez un coup d'oeil",
"website-screenshot-alt": "Une capture d'écran de MyLinks"
}

View File

@@ -1,4 +1,5 @@
{
"slogan": "Gérez vos liens de la meilleure des façons",
"confirm": "Confirmer",
"cancel": "Annuler",
"back-home": "← Revenir à l'accueil",

View File

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