feat: input and history pages
Lint / Oxlint (push) Successful in 55s
Lint / TypeScript (push) Successful in 58s
Lint / ESLint (push) Successful in 1m0s
Deploy / Build (push) Successful in 1m13s
Deploy / Deploy to Stapler (push) Successful in 4m27s

This commit is contained in:
2026-06-17 15:44:23 +02:00
parent 0e4cc45439
commit fea4fdba05
13 changed files with 256 additions and 121 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"tab": {
"random": "Random",
"input": "Input",
"history": "History"
},
"this_domain": "This domain",
"is_unavailable": "is not available.",
"seems": "seems",
"available": "available",
"error": "An error has occured, please reload the page.",
"page_random": {
"state": {
"loading": "Loading the Cool Domain Factory™",
"generating": "Generating a new cool domain",
"fetching": "Checking domain availability"
}
},
"page_input": {
"not_found": "No matching domain found.",
"placeholder": "Type a word or a phrase"
},
"button": {
"new_domain": "New domain",
"generate": "Generate"
}
}
+27
View File
@@ -0,0 +1,27 @@
{
"tab": {
"random": "Aléatoire",
"input": "Saisie",
"history": "Historique"
},
"this_domain": "Ce domaine",
"is_unavailable": "n'est pas disponible.",
"seems": "semble être",
"available": "disponible",
"error": "Une erreur est survenue, merci de recharger la page.",
"page_random": {
"state": {
"loading": "Chargement de la Cool Domain Factory™",
"generating": "Création d'un domaine cool",
"fetching": "Vérification de la disponibilité"
}
},
"page_input": {
"not_found": "Aucun domaine correspondant.",
"placeholder": "Écrit un mot ou une phrase."
},
"button": {
"new_domain": "Nouveau domaine",
"generate": "Génerer"
}
}