-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from EthereumBogota/develop
Develop
- Loading branch information
Showing
24 changed files
with
571 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
NEXT_PUBLIC_ALCHEMY_API_KEY='' | ||
NEXT_PUBLIC_ENABLE_TESTNETS='' | ||
NEXT_PUBLIC_EVM_EXPLORER='' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
|
||
# production | ||
/build | ||
|
||
/src/assets/contracts | ||
# misc | ||
.DS_Store | ||
*.pem | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,15 @@ | |
}, | ||
"top-events": { | ||
"title": "Top Events", | ||
"card": { | ||
"card1": { | ||
"title": "¡Web3 in action: Be an impactful volunteer in the BSL!", | ||
"attendees": "attendees" | ||
"attendees": "{{number}} attendees", | ||
"cost": "Free" | ||
}, | ||
"card2": { | ||
"title": "ETHColombia Side Event in the BSL: Latin American Nodes Celebration", | ||
"attendees": "{{number}} attendees", | ||
"cost": "Free" | ||
} | ||
}, | ||
"section1": { | ||
|
@@ -51,65 +57,19 @@ | |
"footer": { | ||
"copyright": "Ethereum Bogota Community" | ||
}, | ||
"modal": { | ||
"adapter-loader.message": "Verify your {{adapter}} account to continue", | ||
"adapter-loader.message1": "Verify your {{adapter}}", | ||
"adapter-loader.message2": "account to continue", | ||
"errors-invalid-number-email": "Invalid Email or Phone Number", | ||
"errors-required": "Required", | ||
"external.back": "Back", | ||
"external.connect": "Connect with Wallet", | ||
"external.title": "External Wallet", | ||
"external.walletconnect-connect": "Connect", | ||
"external.walletconnect-copy": "Click on the QR Code to copy to clipboard", | ||
"external.walletconnect-subtitle": "Scan the QR code with a WalletConnect-compatible wallet", | ||
"footer.message": "Self-custodial login by", | ||
"footer.message-new": "Self-custodial login by Web3Auth", | ||
"footer.policy": "Privacy Policy", | ||
"footer.terms": "Terms of Use", | ||
"footer.terms-service": "Terms of Service", | ||
"footer.version": "Version", | ||
"header-subtitle": "Select one of the following options to continue", | ||
"header-subtitle-name": "Your {{appName}} wallet with one click", | ||
"header-subtitle-new": "Your blockchain wallet with one click", | ||
"header-title": "Sign in into Meet dApp", | ||
"header-tooltip-desc": "The wallet serves as an account to store and manage your digital assets on the blockchain.", | ||
"header-tooltip-title": "Wallet", | ||
"network.add-request": "This site is requesting to add a network", | ||
"network.cancel": "Cancel", | ||
"network.from": "From", | ||
"network.proceed": "Proceed", | ||
"network.switch-request": "This site is requesting to switch networks", | ||
"network.to": "To", | ||
"popup.phone-body": "Your country code will be detected automatically, but if you're using a phone number from a different country, you'll need to enter the correct country code manually.", | ||
"popup.phone-header": "Phone number and country code", | ||
"social.continue": "Continue with", | ||
"social.continueCustom": "Continue with {{adapter}}", | ||
"social.email": "Email", | ||
"social.email-continue": "Continue with Email", | ||
"social.email-new": "[email protected]", | ||
"social.passwordless-cta": "Continue", | ||
"social.passwordless-title": "Email or Phone", | ||
"social.phone": "Phone", | ||
"social.policy": "We do not store any data related to your social logins.", | ||
"social.sms": "Mobile", | ||
"social.sms-continue": "Continue with Mobile", | ||
"social.sms-invalid-number": "Invalid phone number", | ||
"social.sms-placeholder-text": "E.g.:", | ||
"social.view-less": "View fewer options", | ||
"social.view-less-new": "View fewer", | ||
"social.view-more": "View more options", | ||
"social.view-more-new": "View more", | ||
"post-loading.connected": "You are connected with your account", | ||
"post-loading.something-wrong": "Something went wrong!" | ||
}, | ||
"404": { | ||
"not-found": "This page was not found", | ||
"error-code": "Error code", | ||
"home": "Go back home" | ||
}, | ||
"event": { | ||
"title": "" | ||
"event-details": "Event Details", | ||
"hosted-by": "Hosted by", | ||
"assistants": "Assistants", | ||
"event-pictures": "Previous Event Pictures", | ||
"labels": "Labels", | ||
"get-ticket": "Get NFT Ticket", | ||
"loading": "Loading..." | ||
}, | ||
"toasts": { | ||
"ticket-bought": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,15 @@ | |
}, | ||
"top-events": { | ||
"title": "Eventos populares", | ||
"card": { | ||
"card1": { | ||
"title": "Side Event de ETHColombia en la BSL: Celebración de los Nodos Latinoamericanos", | ||
"attendees": "{{number}} asistentes", | ||
"cost": "Gratis" | ||
}, | ||
"card2": { | ||
"title": "¡Web3 en acción: Sé un voluntari@ de impacto en la BSL!", | ||
"attendees": "asistentes" | ||
"attendees": "{{number}} asistentes", | ||
"cost": "Gratis" | ||
} | ||
}, | ||
"section1": { | ||
|
@@ -51,63 +57,20 @@ | |
"footer": { | ||
"copyright": "Comunidad Ethereum Bogotá" | ||
}, | ||
"modal": { | ||
"adapter-loader.message": "Verifica tu cuenta {{adapter}} para continuar", | ||
"adapter-loader.message1": "Verifique su {{adapter}}", | ||
"adapter-loader.message2": "cuenta para continuar", | ||
"errors-invalid-number-email": "Correo electrónico o número de teléfono inválido", | ||
"errors-required": "Campo obligatorio", | ||
"external.back": "Atrás", | ||
"external.connect": "Conectar con billetera", | ||
"external.title": "Billetera Externa", | ||
"external.walletconnect-connect": "Conectar", | ||
"external.walletconnect-copy": "Haz clic en el código QR para copiarlo al portapapeles", | ||
"external.walletconnect-subtitle": "Escanear el código QR con una billetera compatible con WalletConnect", | ||
"footer.message": "Inicio de sesión con autogestión por", | ||
"footer.message-new": "Inicio de sesión con autogestión por Web3Auth", | ||
"footer.policy": "Política de privacidad", | ||
"footer.terms": "Términos de Uso", | ||
"footer.terms-service": "Términos de servicio", | ||
"footer.version": "Versión", | ||
"header-subtitle": "Seleccione una de las siguientes opciones para continuar", | ||
"header-subtitle-name": "Su billetera {{appName}} con un solo clic", | ||
"header-subtitle-new": "Su billetera blockchain con un solo clic", | ||
"header-title": "Iniciar sesión en Meet dApp", | ||
"header-tooltip-desc": "La billetera sirve como una cuenta para almacenar y administrar sus activos digitales en la cadena de bloques.", | ||
"header-tooltip-title": "Billetera", | ||
"network.add-request": "Este sitio está solicitando agregar una red", | ||
"network.cancel": "Cancelar", | ||
"network.from": "De", | ||
"network.proceed": "Continuar", | ||
"network.switch-request": "Este sitio está solicitando cambiar de red", | ||
"network.to": "A", | ||
"popup.phone-body": "Su código de país se detectará automáticamente, pero si está utilizando un número de teléfono de otro país, deberá ingresar manualmente el código de país correcto.", | ||
"popup.phone-header": "Número de teléfono y código de país", | ||
"social.continue": "Continuar con", | ||
"social.continueCustom": "Continuar con {{adapter}}", | ||
"social.email": "Correo electrónico", | ||
"social.email-continue": "Continuar con correo electrónico", | ||
"social.email-new": "[email protected]", | ||
"social.passwordless-cta": "Continuar", | ||
"social.passwordless-title": "Email o teléfono", | ||
"social.phone": "Teléfono", | ||
"social.policy": "No almacenamos ningún dato relacionado con sus inicios de sesión sociales.", | ||
"social.sms": "Móvil", | ||
"social.sms-continue": "Continuar con móvil", | ||
"social.sms-invalid-number": "Número de teléfono inválido", | ||
"social.sms-placeholder-text": "Por ej.:", | ||
"social.view-less": "Ver menos opciones", | ||
"social.view-less-new": "Ver menos", | ||
"social.view-more": "Ver más opciones", | ||
"social.view-more-new": "Ver más", | ||
"post-loading.connected": "Estás conectado con tu cuenta", | ||
"post-loading.something-wrong": "¡Algo salió mal!" | ||
}, | ||
"404": { | ||
"not-found": "Esta página no fue encontrada", | ||
"error-code": "Código de error", | ||
"home": "Volver al inicio" | ||
}, | ||
"event": { | ||
"event-details": "Detalles del Evento", | ||
"hosted-by": "Hosteado por", | ||
"assistants": "Asistentes", | ||
"event-pictures": "Fotos de Eventos Anteriores", | ||
"labels": "Etiquetas", | ||
"get-ticket": "Conseguir Entrada NFT", | ||
"loading": "Cargando..." | ||
}, | ||
"toasts": { | ||
"ticket-bought": { | ||
"title": "Tiquete comprado!", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
b8060f0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
meetdapp-frontend – ./
meetdapp-frontend-ethereumbogota.vercel.app
meetdapp-frontend-git-main-ethereumbogota.vercel.app
meetdapp-frontend.vercel.app