feat: input and history pages
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user