chore(web): rebrand TurboStarter → claudemesh (i18n, env, icons)
- Replaced brand references in env.config.ts default (NEXT_PUBLIC_PRODUCT_NAME) - Updated all 6 i18n locale files (en/es × marketing/auth/organization) - Generated favicon.ico + icon.png + apple-icon.png from pixelated mascot Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -42,7 +42,7 @@ export default defineEnv({
|
|||||||
NEXT_PUBLIC_AUTH_PASSKEY: castStringToBool.optional().default(true),
|
NEXT_PUBLIC_AUTH_PASSKEY: castStringToBool.optional().default(true),
|
||||||
NEXT_PUBLIC_AUTH_ANONYMOUS: castStringToBool.optional().default(true),
|
NEXT_PUBLIC_AUTH_ANONYMOUS: castStringToBool.optional().default(true),
|
||||||
|
|
||||||
NEXT_PUBLIC_PRODUCT_NAME: z.string().optional().default("TurboStarter"),
|
NEXT_PUBLIC_PRODUCT_NAME: z.string().optional().default("claudemesh"),
|
||||||
NEXT_PUBLIC_URL: z.string().url().optional().default("http://localhost:3000"),
|
NEXT_PUBLIC_URL: z.string().url().optional().default("http://localhost:3000"),
|
||||||
NEXT_PUBLIC_DEFAULT_LOCALE: z.string().optional().default("en"),
|
NEXT_PUBLIC_DEFAULT_LOCALE: z.string().optional().default("en"),
|
||||||
NEXT_PUBLIC_THEME_MODE: z
|
NEXT_PUBLIC_THEME_MODE: z
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 497 B |
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 173 KiB |
@@ -36,7 +36,7 @@
|
|||||||
},
|
},
|
||||||
"accounts": {
|
"accounts": {
|
||||||
"title": "Connections",
|
"title": "Connections",
|
||||||
"description": "Connect your TurboStarter Account with a third-party service to use it for login.",
|
"description": "Connect your claudemesh Account with a third-party service to use it for login.",
|
||||||
"connect": {
|
"connect": {
|
||||||
"success": "{{provider}} account connected!"
|
"success": "{{provider}} account connected!"
|
||||||
},
|
},
|
||||||
@@ -60,12 +60,12 @@
|
|||||||
},
|
},
|
||||||
"delete": {
|
"delete": {
|
||||||
"title": "Delete Account",
|
"title": "Delete Account",
|
||||||
"description": "Permanently remove your Personal Account and all of its contents from the TurboStarter platform. This action is not reversible, so please continue with caution.",
|
"description": "Permanently remove your Personal Account and all of its contents from the claudemesh platform. This action is not reversible, so please continue with caution.",
|
||||||
"cta": "Delete Account",
|
"cta": "Delete Account",
|
||||||
"disclaimer": "You are about to delete your Personal Account. \n\nAfter deleting your account, all your data will be permanently deleted and cannot be recovered. We will send you a confirmation link to verify this action. \n\nDo you want to continue?",
|
"disclaimer": "You are about to delete your Personal Account. \n\nAfter deleting your account, all your data will be permanently deleted and cannot be recovered. We will send you a confirmation link to verify this action. \n\nDo you want to continue?",
|
||||||
"email": {
|
"email": {
|
||||||
"subject": "We're sorry to see you go",
|
"subject": "We're sorry to see you go",
|
||||||
"preview": "Delete your account for TurboStarter",
|
"preview": "Delete your account for claudemesh",
|
||||||
"body": "Click the button below to permanently delete your account.",
|
"body": "Click the button below to permanently delete your account.",
|
||||||
"or": "Or, copy and paste this link into your browser:",
|
"or": "Or, copy and paste this link into your browser:",
|
||||||
"cta": "Delete account",
|
"cta": "Delete account",
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
"info": "Email must be verified before it can be used.",
|
"info": "Email must be verified before it can be used.",
|
||||||
"email": {
|
"email": {
|
||||||
"subject": "Confirm email address change",
|
"subject": "Confirm email address change",
|
||||||
"preview": "Confirm changing your email address to {{newEmail}} for TurboStarter",
|
"preview": "Confirm changing your email address to {{newEmail}} for claudemesh",
|
||||||
"body": "You are requesting to change your email address to <bold>{{newEmail}}</bold>. Click the button below to confirm the change.",
|
"body": "You are requesting to change your email address to <bold>{{newEmail}}</bold>. Click the button below to confirm the change.",
|
||||||
"or": "Or, copy and paste this link into your browser:",
|
"or": "Or, copy and paste this link into your browser:",
|
||||||
"cta": "Confirm change email request",
|
"cta": "Confirm change email request",
|
||||||
@@ -95,7 +95,7 @@
|
|||||||
"cta": "Verify email",
|
"cta": "Verify email",
|
||||||
"email": {
|
"email": {
|
||||||
"subject": "Confirm your email address",
|
"subject": "Confirm your email address",
|
||||||
"preview": "Confirm your email address for TurboStarter",
|
"preview": "Confirm your email address for claudemesh",
|
||||||
"body": "One step left! Click the button below to verify your email address.",
|
"body": "One step left! Click the button below to verify your email address.",
|
||||||
"or": "Or, copy and paste this link into your browser:",
|
"or": "Or, copy and paste this link into your browser:",
|
||||||
"cta": "Confirm email address",
|
"cta": "Confirm email address",
|
||||||
@@ -115,7 +115,7 @@
|
|||||||
},
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"subject": "Reset your password",
|
"subject": "Reset your password",
|
||||||
"preview": "Reset your password for TurboStarter",
|
"preview": "Reset your password for claudemesh",
|
||||||
"body": "Forgot password? Click the button below to reset your password.",
|
"body": "Forgot password? Click the button below to reset your password.",
|
||||||
"or": "Or, copy and paste this link into your browser:",
|
"or": "Or, copy and paste this link into your browser:",
|
||||||
"cta": "Reset password",
|
"cta": "Reset password",
|
||||||
@@ -235,7 +235,7 @@
|
|||||||
"description": "Email with a magic link has been sent to your inbox. Click it to login!"
|
"description": "Email with a magic link has been sent to your inbox. Click it to login!"
|
||||||
},
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"preview": "Login to TurboStarter with a magic link",
|
"preview": "Login to claudemesh with a magic link",
|
||||||
"subject": "Your magic link 🪄",
|
"subject": "Your magic link 🪄",
|
||||||
"body": "Almost in! Click the button below to login.",
|
"body": "Almost in! Click the button below to login.",
|
||||||
"or": "Or, copy and paste this link into your browser:",
|
"or": "Or, copy and paste this link into your browser:",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"product": {
|
"product": {
|
||||||
"title": "This could be your very own $1M startup",
|
"title": "This could be your very own $1M startup",
|
||||||
"description": "A fully customizable TurboStarter application. Swap in your content and launch your product faster than ever.",
|
"description": "A fully customizable claudemesh application. Swap in your content and launch your product faster than ever.",
|
||||||
"mobile": {
|
"mobile": {
|
||||||
"ios": {
|
"ios": {
|
||||||
"title": "iOS App",
|
"title": "iOS App",
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
"description": "Purchase to unlock full access to the codebase and start shipping your product today. On all platforms.",
|
"description": "Purchase to unlock full access to the codebase and start shipping your product today. On all platforms.",
|
||||||
"button": "Get access",
|
"button": "Get access",
|
||||||
"join": {
|
"join": {
|
||||||
"description": "Join other founders customizing TurboStarter, share launch tactics, and stay close to new drops.",
|
"description": "Join other founders customizing claudemesh, share launch tactics, and stay close to new drops.",
|
||||||
"button": "Join the community"
|
"button": "Join the community"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -111,7 +111,7 @@
|
|||||||
"question": {
|
"question": {
|
||||||
"whatDoesOurPlatformDo": {
|
"whatDoesOurPlatformDo": {
|
||||||
"question": "What does our platform do?",
|
"question": "What does our platform do?",
|
||||||
"answer": "TurboStarter gives you a full-stack SaaS foundation—marketing site, web app, mobile apps, and extensions—so you can focus on your unique customer experience."
|
"answer": "claudemesh gives you a full-stack SaaS foundation—marketing site, web app, mobile apps, and extensions—so you can focus on your unique customer experience."
|
||||||
},
|
},
|
||||||
"howWillThisBenefitMyBusiness": {
|
"howWillThisBenefitMyBusiness": {
|
||||||
"question": "How will this benefit my business?",
|
"question": "How will this benefit my business?",
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
},
|
},
|
||||||
"whatKindOfIntegrationsAreAvailable": {
|
"whatKindOfIntegrationsAreAvailable": {
|
||||||
"question": "What kind of integrations are available?",
|
"question": "What kind of integrations are available?",
|
||||||
"answer": "TurboStarter ships with popular SaaS integrations out of the box, and the modular architecture makes adding your stack straightforward."
|
"answer": "claudemesh ships with popular SaaS integrations out of the box, and the modular architecture makes adding your stack straightforward."
|
||||||
},
|
},
|
||||||
"howEasyIsItToOnboardMyTeam": {
|
"howEasyIsItToOnboardMyTeam": {
|
||||||
"question": "How easy is it to onboard my team?",
|
"question": "How easy is it to onboard my team?",
|
||||||
@@ -131,7 +131,7 @@
|
|||||||
},
|
},
|
||||||
"whatTypesOfBusinessesCanUseThis": {
|
"whatTypesOfBusinessesCanUseThis": {
|
||||||
"question": "What types of businesses can use this?",
|
"question": "What types of businesses can use this?",
|
||||||
"answer": "From solo founders to enterprise innovation teams, TurboStarter adapts to any SaaS use case that needs a head start."
|
"answer": "From solo founders to enterprise innovation teams, claudemesh adapts to any SaaS use case that needs a head start."
|
||||||
},
|
},
|
||||||
"canICustomizeThisToFitMyBusinessNeeds": {
|
"canICustomizeThisToFitMyBusinessNeeds": {
|
||||||
"question": "Can I customize this to fit my business needs?",
|
"question": "Can I customize this to fit my business needs?",
|
||||||
@@ -190,10 +190,10 @@
|
|||||||
},
|
},
|
||||||
"docs": {
|
"docs": {
|
||||||
"title": "Docs",
|
"title": "Docs",
|
||||||
"description": "Learn how to use TurboStarter"
|
"description": "Learn how to use claudemesh"
|
||||||
},
|
},
|
||||||
"ai": {
|
"ai": {
|
||||||
"description": "Unlock productivity and innovation with TurboStarter's AI assistant. Get instant answers, automate tasks, and boost your workflow using advanced artificial intelligence—secure, reliable, and designed for modern teams.",
|
"description": "Unlock productivity and innovation with claudemesh's AI assistant. Get instant answers, automate tasks, and boost your workflow using advanced artificial intelligence—secure, reliable, and designed for modern teams.",
|
||||||
"prompt": {
|
"prompt": {
|
||||||
"history": "Tell the history of the internet",
|
"history": "Tell the history of the internet",
|
||||||
"capitals": "Quiz me on the world capitals",
|
"capitals": "Quiz me on the world capitals",
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
},
|
},
|
||||||
"invitation": {
|
"invitation": {
|
||||||
"title": "Join {{organizationName}}",
|
"title": "Join {{organizationName}}",
|
||||||
"description": "<bold>{{inviterEmail}}</bold> has invited you to join <bold>{{organizationName}}</bold> on TurboStarter.",
|
"description": "<bold>{{inviterEmail}}</bold> has invited you to join <bold>{{organizationName}}</bold> on claudemesh.",
|
||||||
"skip": "Skip to dashboard"
|
"skip": "Skip to dashboard"
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
@@ -77,8 +77,8 @@
|
|||||||
"success_other": "Members invited successfully!",
|
"success_other": "Members invited successfully!",
|
||||||
"email": {
|
"email": {
|
||||||
"subject": "You have been invited to join an organization",
|
"subject": "You have been invited to join an organization",
|
||||||
"preview": "Join {{inviter}} on TurboStarter",
|
"preview": "Join {{inviter}} on claudemesh",
|
||||||
"body": "<bold>{{inviter}}</bold> has invited you to join <bold>{{organization}}</bold> on TurboStarter.",
|
"body": "<bold>{{inviter}}</bold> has invited you to join <bold>{{organization}}</bold> on claudemesh.",
|
||||||
"or": "Or, copy and paste this link into your browser:",
|
"or": "Or, copy and paste this link into your browser:",
|
||||||
"cta": "Join {{organization}}",
|
"cta": "Join {{organization}}",
|
||||||
"disclaimer": "If you were not expecting this invitation, there's nothing to worry about, you can safely ignore this email."
|
"disclaimer": "If you were not expecting this invitation, there's nothing to worry about, you can safely ignore this email."
|
||||||
@@ -125,7 +125,7 @@
|
|||||||
},
|
},
|
||||||
"delete": {
|
"delete": {
|
||||||
"title": "Delete organization",
|
"title": "Delete organization",
|
||||||
"description": "Permanently remove this organization and all of its contents from the TurboStarter platform. This action is not reversible, so please continue with caution.",
|
"description": "Permanently remove this organization and all of its contents from the claudemesh platform. This action is not reversible, so please continue with caution.",
|
||||||
"cta": "Delete organization",
|
"cta": "Delete organization",
|
||||||
"disclaimer": "You are about to delete this organization. \n\nAfter deleting it, all organization data (including members and teams) will be permanently deleted and cannot be recovered. \n\nDo you want to continue?",
|
"disclaimer": "You are about to delete this organization. \n\nAfter deleting it, all organization data (including members and teams) will be permanently deleted and cannot be recovered. \n\nDo you want to continue?",
|
||||||
"success": "Organization deleted successfully!",
|
"success": "Organization deleted successfully!",
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
},
|
},
|
||||||
"accounts": {
|
"accounts": {
|
||||||
"title": "Conexiones",
|
"title": "Conexiones",
|
||||||
"description": "Conecta tu cuenta de TurboStarter con un servicio de terceros para usarlo en el inicio de sesión.",
|
"description": "Conecta tu cuenta de claudemesh con un servicio de terceros para usarlo en el inicio de sesión.",
|
||||||
"connect": { "success": "¡Cuenta de {{provider}} conectada!" },
|
"connect": { "success": "¡Cuenta de {{provider}} conectada!" },
|
||||||
"disconnect": {
|
"disconnect": {
|
||||||
"cta": "Desconectar cuenta de {{provider}}",
|
"cta": "Desconectar cuenta de {{provider}}",
|
||||||
@@ -54,12 +54,12 @@
|
|||||||
},
|
},
|
||||||
"delete": {
|
"delete": {
|
||||||
"title": "Eliminar cuenta",
|
"title": "Eliminar cuenta",
|
||||||
"description": "Elimina permanentemente tu cuenta personal y todo su contenido de la plataforma TurboStarter. Esta acción no es reversible, así que por favor continúa con precaución.",
|
"description": "Elimina permanentemente tu cuenta personal y todo su contenido de la plataforma claudemesh. Esta acción no es reversible, así que por favor continúa con precaución.",
|
||||||
"cta": "Eliminar cuenta",
|
"cta": "Eliminar cuenta",
|
||||||
"disclaimer": "Estás a punto de eliminar tu cuenta personal.\n\nDespués de eliminar tu cuenta, todos tus datos serán eliminados permanentemente y no podrán ser recuperados. Te enviaremos un enlace de confirmación para verificar esta acción.\n\n¿Deseas continuar?",
|
"disclaimer": "Estás a punto de eliminar tu cuenta personal.\n\nDespués de eliminar tu cuenta, todos tus datos serán eliminados permanentemente y no podrán ser recuperados. Te enviaremos un enlace de confirmación para verificar esta acción.\n\n¿Deseas continuar?",
|
||||||
"email": {
|
"email": {
|
||||||
"subject": "Lamentamos verte partir",
|
"subject": "Lamentamos verte partir",
|
||||||
"preview": "Elimina tu cuenta de TurboStarter",
|
"preview": "Elimina tu cuenta de claudemesh",
|
||||||
"body": "Haz clic en el botón de abajo para eliminar permanentemente tu cuenta.",
|
"body": "Haz clic en el botón de abajo para eliminar permanentemente tu cuenta.",
|
||||||
"or": "O copia y pega este enlace en tu navegador:",
|
"or": "O copia y pega este enlace en tu navegador:",
|
||||||
"cta": "Eliminar cuenta",
|
"cta": "Eliminar cuenta",
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
"info": "El correo debe verificarse antes de poder usarlo.",
|
"info": "El correo debe verificarse antes de poder usarlo.",
|
||||||
"email": {
|
"email": {
|
||||||
"subject": "Confirma el cambio de correo electrónico",
|
"subject": "Confirma el cambio de correo electrónico",
|
||||||
"preview": "Confirma el cambio de correo electrónico para TurboStarter",
|
"preview": "Confirma el cambio de correo electrónico para claudemesh",
|
||||||
"body": "Estás solicitando cambiar tu correo electrónico a <bold>{{newEmail}}</bold>. Haz clic en el botón de abajo para confirmar el cambio.",
|
"body": "Estás solicitando cambiar tu correo electrónico a <bold>{{newEmail}}</bold>. Haz clic en el botón de abajo para confirmar el cambio.",
|
||||||
"or": "O copia y pega este enlace en tu navegador:",
|
"or": "O copia y pega este enlace en tu navegador:",
|
||||||
"cta": "Confirmar cambio de correo",
|
"cta": "Confirmar cambio de correo",
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
"cta": "Verificar correo",
|
"cta": "Verificar correo",
|
||||||
"email": {
|
"email": {
|
||||||
"subject": "Confirma tu dirección de correo electrónico",
|
"subject": "Confirma tu dirección de correo electrónico",
|
||||||
"preview": "Confirma tu dirección de correo electrónico para TurboStarter",
|
"preview": "Confirma tu dirección de correo electrónico para claudemesh",
|
||||||
"body": "¡Un paso más! Haz clic en el botón de abajo para verificar tu dirección de correo electrónico.",
|
"body": "¡Un paso más! Haz clic en el botón de abajo para verificar tu dirección de correo electrónico.",
|
||||||
"or": "O copia y pega este enlace en tu navegador:",
|
"or": "O copia y pega este enlace en tu navegador:",
|
||||||
"cta": "Confirmar correo electrónico",
|
"cta": "Confirmar correo electrónico",
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
},
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"subject": "Restablece tu contraseña",
|
"subject": "Restablece tu contraseña",
|
||||||
"preview": "Restablece tu contraseña para TurboStarter",
|
"preview": "Restablece tu contraseña para claudemesh",
|
||||||
"body": "¿Olvidaste tu contraseña? Haz clic abajo para restablecerla.",
|
"body": "¿Olvidaste tu contraseña? Haz clic abajo para restablecerla.",
|
||||||
"or": "O copia y pega este enlace en tu navegador:",
|
"or": "O copia y pega este enlace en tu navegador:",
|
||||||
"cta": "Restablecer contraseña",
|
"cta": "Restablecer contraseña",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"product": {
|
"product": {
|
||||||
"title": "Esta podría ser tu propia startup de 1 millón de dólares",
|
"title": "Esta podría ser tu propia startup de 1 millón de dólares",
|
||||||
"description": "Una aplicación TurboStarter totalmente personalizable. Sustituye tu contenido y lanza tu producto más rápido que nunca.",
|
"description": "Una aplicación claudemesh totalmente personalizable. Sustituye tu contenido y lanza tu producto más rápido que nunca.",
|
||||||
"mobile": {
|
"mobile": {
|
||||||
"ios": {
|
"ios": {
|
||||||
"title": "App para iOS",
|
"title": "App para iOS",
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
"description": "Compra para desbloquear el acceso completo a la base de código y empieza a lanzar tu producto hoy mismo. En todas las plataformas.",
|
"description": "Compra para desbloquear el acceso completo a la base de código y empieza a lanzar tu producto hoy mismo. En todas las plataformas.",
|
||||||
"button": "Obtén acceso",
|
"button": "Obtén acceso",
|
||||||
"join": {
|
"join": {
|
||||||
"description": "Únete a otros fundadores que personalizan TurboStarter, comparte tácticas de lanzamiento y mantente al tanto de las novedades.",
|
"description": "Únete a otros fundadores que personalizan claudemesh, comparte tácticas de lanzamiento y mantente al tanto de las novedades.",
|
||||||
"button": "Únete a la comunidad"
|
"button": "Únete a la comunidad"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -115,7 +115,7 @@
|
|||||||
"question": {
|
"question": {
|
||||||
"whatDoesOurPlatformDo": {
|
"whatDoesOurPlatformDo": {
|
||||||
"question": "¿Qué hace nuestra plataforma?",
|
"question": "¿Qué hace nuestra plataforma?",
|
||||||
"answer": "TurboStarter te ofrece una base SaaS full-stack: sitio de marketing, aplicación web, apps móviles y extensiones, para que puedas enfocarte en la experiencia única de tus clientes."
|
"answer": "claudemesh te ofrece una base SaaS full-stack: sitio de marketing, aplicación web, apps móviles y extensiones, para que puedas enfocarte en la experiencia única de tus clientes."
|
||||||
},
|
},
|
||||||
"howWillThisBenefitMyBusiness": {
|
"howWillThisBenefitMyBusiness": {
|
||||||
"question": "¿Cómo beneficiará esto a mi negocio?",
|
"question": "¿Cómo beneficiará esto a mi negocio?",
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
},
|
},
|
||||||
"whatKindOfIntegrationsAreAvailable": {
|
"whatKindOfIntegrationsAreAvailable": {
|
||||||
"question": "¿Qué tipo de integraciones están disponibles?",
|
"question": "¿Qué tipo de integraciones están disponibles?",
|
||||||
"answer": "TurboStarter incluye desde el inicio integraciones SaaS populares, y su arquitectura modular facilita añadir tu propio stack."
|
"answer": "claudemesh incluye desde el inicio integraciones SaaS populares, y su arquitectura modular facilita añadir tu propio stack."
|
||||||
},
|
},
|
||||||
"howEasyIsItToOnboardMyTeam": {
|
"howEasyIsItToOnboardMyTeam": {
|
||||||
"question": "¿Qué tan fácil es incorporar a mi equipo?",
|
"question": "¿Qué tan fácil es incorporar a mi equipo?",
|
||||||
@@ -135,7 +135,7 @@
|
|||||||
},
|
},
|
||||||
"whatTypesOfBusinessesCanUseThis": {
|
"whatTypesOfBusinessesCanUseThis": {
|
||||||
"question": "¿Qué tipos de empresas pueden usar esto?",
|
"question": "¿Qué tipos de empresas pueden usar esto?",
|
||||||
"answer": "Desde fundadores individuales hasta equipos de innovación empresarial, TurboStarter se adapta a cualquier caso de uso SaaS que necesite una ventaja inicial."
|
"answer": "Desde fundadores individuales hasta equipos de innovación empresarial, claudemesh se adapta a cualquier caso de uso SaaS que necesite una ventaja inicial."
|
||||||
},
|
},
|
||||||
"canICustomizeThisToFitMyBusinessNeeds": {
|
"canICustomizeThisToFitMyBusinessNeeds": {
|
||||||
"question": "¿Puedo personalizar esto para adaptarlo a las necesidades de mi negocio?",
|
"question": "¿Puedo personalizar esto para adaptarlo a las necesidades de mi negocio?",
|
||||||
@@ -199,10 +199,10 @@
|
|||||||
|
|
||||||
"docs": {
|
"docs": {
|
||||||
"title": "Documentación",
|
"title": "Documentación",
|
||||||
"description": "Aprende a usar TurboStarter"
|
"description": "Aprende a usar claudemesh"
|
||||||
},
|
},
|
||||||
"ai": {
|
"ai": {
|
||||||
"description": "Libera productividad e innovación con el asistente de IA de TurboStarter. Obtén respuestas al instante, automatiza tareas y potencia tu flujo de trabajo con inteligencia artificial avanzada, segura, confiable y diseñada para equipos modernos.",
|
"description": "Libera productividad e innovación con el asistente de IA de claudemesh. Obtén respuestas al instante, automatiza tareas y potencia tu flujo de trabajo con inteligencia artificial avanzada, segura, confiable y diseñada para equipos modernos.",
|
||||||
"prompt": {
|
"prompt": {
|
||||||
"history": "Cuenta la historia de internet",
|
"history": "Cuenta la historia de internet",
|
||||||
"capitals": "Hazme un cuestionario sobre las capitales del mundo",
|
"capitals": "Hazme un cuestionario sobre las capitales del mundo",
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
},
|
},
|
||||||
"invitation": {
|
"invitation": {
|
||||||
"title": "Unirse a {{organizationName}}",
|
"title": "Unirse a {{organizationName}}",
|
||||||
"description": "<bold>{{inviterEmail}}</bold> te ha invitado a unirte a <bold>{{organizationName}}</bold> en TurboStarter.",
|
"description": "<bold>{{inviterEmail}}</bold> te ha invitado a unirte a <bold>{{organizationName}}</bold> en claudemesh.",
|
||||||
"skip": "Ir al panel"
|
"skip": "Ir al panel"
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
@@ -69,8 +69,8 @@
|
|||||||
"success_other": "¡Miembros invitados exitosamente!",
|
"success_other": "¡Miembros invitados exitosamente!",
|
||||||
"email": {
|
"email": {
|
||||||
"subject": "Has sido invitado a unirte a una organización",
|
"subject": "Has sido invitado a unirte a una organización",
|
||||||
"preview": "Únete a {{inviter}} en TurboStarter",
|
"preview": "Únete a {{inviter}} en claudemesh",
|
||||||
"body": "<bold>{{inviter}}</bold> te ha invitado a unirte a <bold>{{organization}}</bold> en TurboStarter.",
|
"body": "<bold>{{inviter}}</bold> te ha invitado a unirte a <bold>{{organization}}</bold> en claudemesh.",
|
||||||
"or": "O, copia y pega este enlace en tu navegador:",
|
"or": "O, copia y pega este enlace en tu navegador:",
|
||||||
"cta": "Unirse a {{organization}}",
|
"cta": "Unirse a {{organization}}",
|
||||||
"disclaimer": "Si no esperabas esta invitación, no te preocupes, puedes ignorar este correo."
|
"disclaimer": "Si no esperabas esta invitación, no te preocupes, puedes ignorar este correo."
|
||||||
@@ -115,7 +115,7 @@
|
|||||||
},
|
},
|
||||||
"delete": {
|
"delete": {
|
||||||
"title": "Eliminar organización",
|
"title": "Eliminar organización",
|
||||||
"description": "Elimina permanentemente esta organización y todo su contenido de la plataforma TurboStarter. Esta acción no es reversible.",
|
"description": "Elimina permanentemente esta organización y todo su contenido de la plataforma claudemesh. Esta acción no es reversible.",
|
||||||
"cta": "Eliminar organización",
|
"cta": "Eliminar organización",
|
||||||
"disclaimer": "Estás a punto de eliminar esta organización. \n\nDespués, todos los datos (incluidos miembros y equipos) serán eliminados permanentemente y no podrán recuperarse. \n\n¿Deseas continuar?",
|
"disclaimer": "Estás a punto de eliminar esta organización. \n\nDespués, todos los datos (incluidos miembros y equipos) serán eliminados permanentemente y no podrán recuperarse. \n\n¿Deseas continuar?",
|
||||||
"success": "¡Organización eliminada exitosamente!",
|
"success": "¡Organización eliminada exitosamente!",
|
||||||
|
|||||||
Reference in New Issue
Block a user