mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 23:15:36 +00:00
feat: add about page
Finally!
This commit is contained in:
28
public/locales/en/about.json
Normal file
28
public/locales/en/about.json
Normal 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"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"slogan": "Manage your links in the best possible way",
|
||||
"confirm": "Confirm",
|
||||
"cancel": "Cancel",
|
||||
"back-home": "← Back to home page",
|
||||
|
||||
@@ -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}}"
|
||||
}
|
||||
|
||||
28
public/locales/fr/about.json
Normal file
28
public/locales/fr/about.json
Normal 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"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"slogan": "Gérez vos liens de la meilleure des façons",
|
||||
"confirm": "Confirmer",
|
||||
"cancel": "Annuler",
|
||||
"back-home": "← Revenir à l'accueil",
|
||||
|
||||
@@ -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}}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user