Zone creation UI preparation

This commit is contained in:
Timothy Armes
2024-04-10 14:59:58 +02:00
parent 1aba39b0e9
commit 6a3b58f02d
12 changed files with 442 additions and 42 deletions
+12 -3
View File
@@ -39,7 +39,8 @@
"FormValidation": {
"required": "Required",
"url": "Invalid URL"
"url": "Invalid URL",
"zone": "Please draw at least one region on the map"
},
"Home": {
@@ -221,10 +222,18 @@
"checkEmail": "Please check your email for a sign-in link.",
"email": {
"subject": "Sign in to ${host}",
"subject": "Sign in to {host}",
"button": "Sign in",
"ignore": "If you didn't request this, you can safely ignore this email.",
"textMessage": "Click the following link to sign in to ${host}: {url}\n\n"
"textMessage": "Click the following link to sign in to {host}: {url}\n\n"
}
},
"Zones": {
"zoneNameLabel": "Zone name",
"zoneNamePlaceholder": "Name for your zone",
"notificationsLabel": "Notifications",
"notificationsInfo": "You can choose to turn on notifications for the time controls that interest you, and will receive an email when a new tournament is added to this zone.",
"saveButton": "Save"
}
}
+12 -3
View File
@@ -39,7 +39,8 @@
"FormValidation": {
"required": "Requis",
"url": "L'URL n'est pas valide"
"url": "L'URL n'est pas valide",
"zone": "Veuillez dessiner au moins une région sur la carte"
},
"Home": {
@@ -222,10 +223,18 @@
"checkEmail": "Veuillez vérifier votre e-mail pour un lien de connexion.",
"email": {
"subject": "Connexion à ${host}",
"subject": "Connexion à {host}",
"button": "Se connecter",
"ignore": "Si vous n'avez pas demandé cela, vous pouvez ignorer en toute sécurité cet e-mail.",
"textMessage": "Cliquez sur le lien suivant pour vous connecter à ${host}: {url}\n\n"
"textMessage": "Cliquez sur le lien suivant pour vous connecter à {host}: {url}\n\n"
}
},
"Zones": {
"zoneNameLabel": "Nom de la zone",
"zoneNamePlaceholder": "Votre nom pour la zone",
"notificationsLabel": "Notifications",
"notificationsInfo": "Vous pouvez choisir d'activer les notifications pour les cadences qui vous intéressent, et vous recevrez un e-mail lorsqu'un nouveau tournoi est ajouté dans cette zone.",
"saveButton": "Sauvegarder"
}
}