Require logon for Zone pages

This commit is contained in:
Timothy Armes
2024-04-11 13:31:21 +02:00
parent 9e9f5fd975
commit 50943685c0
10 changed files with 155 additions and 90 deletions
+3
View File
@@ -219,6 +219,7 @@
"SignIn": {
"title": "Sign In",
"info": "Sign in to access additional features, such as receiving email notifications for tournaments in your area. There's no need to create an account, just sign in with your email address and we'll send you a link.",
"emailLabel": "Email",
"emailPlaceholder": "Your email",
"signInButton": "Sign In",
@@ -236,6 +237,8 @@
"Zones": {
"title": "Your Zones",
"info": "You can set up zones to receive email notifications for tournaments in these areas. These zones can also be used to filter tournaments on the main map.",
"logonRequired": "You must be signed in to access this feature so that we can store your personalized Zones. There's no need to create an account, just sign in with your email address and we'll send you a link.",
"noNotifications": "You have not enabled email notifications for this zone.",
"withNotifications": "You will receive email notifications for new tournaments with <b>{list}</b> time control in this region.",
"editButton": "Edit",
+2
View File
@@ -237,6 +237,8 @@
"Zones": {
"title": "Vos régions",
"info": "Vous pouvez définir des zones personnalisées pour recevoir des notifications par e-mail pour les tournois dans ces zones. Ces zones peuvent aussi être utiliser pour filtrer les tournois sur la carte.",
"logonRequired": "Vous devez être connecté pour accéder à cette fonctionnalité afin que nous puissions stocker vos régions personnalisées. Vous n'avez pas besoin de créer un compte, connectez-vous simplement avec votre adresse e-mail et nous vous enverrons un lien.",
"noNotifications": "Vous n'avez pas activé les notifications par email pour cette région.",
"withNotifications": "Vous allez recevoir des notifications par e-mail pour les nouveaux tournois de cadences <b>{list}</b> dans cette région.",
"editButton": "Modifier",