Added basic Formula Wizard, Added script to compile SASS and TS, many other random changes.
Update .gitignore, .htaccess, and 68 more files...
This commit is contained in:
9
commons/strings/fr/about.json
Normal file
9
commons/strings/fr/about.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"about.head.title": "À-propos - NibblePoker",
|
||||
"about.head.description": "TODO: description",
|
||||
"about.og.title": "NibblePoker - À-propos",
|
||||
"about.og.description": "TODO: description",
|
||||
"about.header.title": "À-propos"
|
||||
|
||||
|
||||
}
|
||||
@@ -5,6 +5,9 @@
|
||||
"contact.og.description": "TODO: description",
|
||||
"contact.header.title": "Contact",
|
||||
|
||||
"contact.email.title": "Courriel",
|
||||
"contact.email.compose": "Envoyer un courriel à <i>herwin.bozet@gmail.com</i>",
|
||||
|
||||
"contact.twitter.title": "Twitter",
|
||||
"contact.twitter.compose": "Composer un message privé pour @NibblePoker sur Twitter"
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"footer.text.privacy": "Politique de confidentialité",
|
||||
"footer.alt.sidebar.button": "Ouvrir et fermer le menu latéral de navigation.",
|
||||
"footer.alt.logo": "Logo du site web"
|
||||
}
|
||||
@@ -3,5 +3,17 @@
|
||||
"home.head.description": "TODO: description",
|
||||
"home.og.title": "NibblePoker",
|
||||
"home.og.description": "TODO: description",
|
||||
"home.header.title": "Page d'accueil"
|
||||
"home.header.title": "Page d'accueil",
|
||||
|
||||
"home.showcase.title": "Vitrine",
|
||||
|
||||
"home.updates.title": "Updates",
|
||||
"home.updates.text.privacy": "● Mise-à-jour de notre politique de confidentialité.",
|
||||
"home.updates.2.date": "15 Août 2023",
|
||||
"home.updates.2.text.1": "● Le site internet est à nouveau disponible.",
|
||||
"home.updates.2.text.2": "● Mise en place d'un nouveau design plus léger.",
|
||||
"home.updates.2.text.3": "● Changement d'hébergeur vers <a href=\"https://hostbrr.com/\">HostBrr</a>.",
|
||||
"home.updates.2.text.4": "● Ajout d'une nouvelle section pour les outils.",
|
||||
"home.updates.1.date": " 9 Septembre 2022",
|
||||
"home.updates.1.text.1": "● Changement d'hébergeur vers v6Node."
|
||||
}
|
||||
@@ -9,6 +9,7 @@
|
||||
"sidebar.text.links": "Liens",
|
||||
"sidebar.text.downloads": "Téléchargements",
|
||||
"sidebar.text.gitea": "Dépôts Git",
|
||||
"sidebar.text.wiki": "Wiki",
|
||||
"sidebar.text.about": "À-propos",
|
||||
"sidebar.text.contact": "Contact"
|
||||
}
|
||||
7
commons/strings/fr/tools.json
Normal file
7
commons/strings/fr/tools.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"tools.head.title": "Outils - NibblePoker",
|
||||
"tools.head.description": "TODO: description",
|
||||
"tools.og.title": "NibblePoker - Outils",
|
||||
"tools.og.description": "TODO: description",
|
||||
"tools.header.title": "Outils"
|
||||
}
|
||||
Reference in New Issue
Block a user