chore: Update landing
This commit is contained in:
parent
b3103d4a61
commit
e3a8369043
|
|
@ -255,7 +255,7 @@
|
|||
"Duplicate": "Duplicado",
|
||||
"Duplicates": "Duplicados",
|
||||
"E2E Encryption": "Encriptación E2E",
|
||||
"Free & Private": "Gratis y privado",
|
||||
"Private & Secure": "Privado y seguro",
|
||||
"Each recovery code can be used once to access your account and will be removed after use. If you need more, click": "Cada código de recuperación se puede usar una vez para acceder a tu cuenta y será eliminado después de usarse. Si necesitas más, haz clic",
|
||||
"Edit": "Editar",
|
||||
"Edit Account": "Editar Cuenta",
|
||||
|
|
@ -663,7 +663,7 @@
|
|||
"The legal basis for processing your data includes: performance of our contract with you, your consent, our legitimate interests in improving the service, and compliance with legal obligations.": "La base legal para procesar tus datos incluye: ejecución de nuestro contrato contigo, tu consentimiento, nuestros intereses legítimos en mejorar el servicio y cumplimiento de obligaciones legales.",
|
||||
"The most secure personal finance app with end-to-end encryption. Track expenses, create budgets, and manage your money privately.": "La app más segura de finanzas personales con encriptación de extremo a extremo. Rastrea gastos, crea presupuestos y administra tu dinero de forma privada.",
|
||||
"The most secure way to understand your finances": "La forma más segura de entender tus finanzas",
|
||||
"All your money in one place. No spreadsheets. Free.": "Todo tu dinero en un solo sitio. Sin Excels. Gratis.",
|
||||
"All your money in one place. No spreadsheets. Private.": "Todo tu dinero en un solo sitio. Sin Excels. Privado.",
|
||||
"There are different account types. Some track transactions, others just track balance over time.": "Hay diferentes tipos de cuenta. Algunas rastrean transacciones, otras solo rastrean el balance a lo largo del tiempo.",
|
||||
"These Terms of Service govern your use of the Whisper Money personal finance platform.": "Estos Términos de Servicio rigen tu uso de la plataforma de finanzas personales Whisper Money.",
|
||||
"These Terms, together with our Privacy Policy, constitute the entire agreement between you and Whisper Money regarding the use of our service and supersede any prior agreements or understandings, whether written or oral.": "Estos Términos, junto con nuestra Política de Privacidad, constituyen el acuerdo completo entre tú y Whisper Money con respecto al uso de nuestro servicio y reemplazan cualquier acuerdo o entendimiento previo, ya sea escrito u oral.",
|
||||
|
|
@ -834,7 +834,7 @@
|
|||
"Your data is encrypted before it leaves your browser.": "Tus datos se encriptan antes de salir de tu navegador.",
|
||||
"Your data is ready": "Tus datos están listos",
|
||||
"Your data is yours alone. Sign up to get started.": "Tus datos son solo tuyos. Regístrate para comenzar.",
|
||||
"No credit card required. Your data stays private with E2E encryption.": "Sin tarjeta de crédito. Tus datos permanecen privados con encriptación E2E.",
|
||||
"Your data stays private with end-to-end encryption.": "Tus datos permanecen privados con encriptación de extremo a extremo.",
|
||||
"Your data is yours. Export it anytime in standard formats.": "Tus datos son tuyos. Expórtalos en cualquier momento en formatos estándar.",
|
||||
"Your email address is unverified.": "Tu dirección de correo electrónico no está verificada.",
|
||||
"Your financial data is encrypted on your device before being transmitted to our servers, ensuring that only you can access your information": "Tus datos financieros se encriptan en tu dispositivo antes de ser transmitidos a nuestros servidores, asegurando que solo tú puedas acceder a tu información",
|
||||
|
|
|
|||
|
|
@ -305,11 +305,6 @@ export default function Welcome({
|
|||
'The most secure personal finance app with end-to-end encryption. Track expenses, create budgets, and manage your money privately.',
|
||||
url: appUrl,
|
||||
applicationCategory: 'FinanceApplication',
|
||||
offers: {
|
||||
'@type': 'Offer',
|
||||
price: '0',
|
||||
priceCurrency: 'USD',
|
||||
},
|
||||
featureList: [
|
||||
'End-to-end encryption',
|
||||
'Smart budgeting',
|
||||
|
|
@ -334,12 +329,12 @@ export default function Welcome({
|
|||
<span className="inline-flex items-center gap-2 rounded-full border border-[#e3e3e0] px-2.5 py-1 text-[0.8rem] font-medium dark:border-[#3E3E3A]">
|
||||
<LockIcon className="size-3.5 opacity-75" />
|
||||
<span className="text-[#706f6c] dark:text-[#A1A09A]">
|
||||
{__('Free & Private')}
|
||||
{__('Private & Secure')}
|
||||
</span>
|
||||
</span>
|
||||
<h1 className="font-heading max-w-[840px] bg-gradient-to-r from-[#1b1b18] to-[#1b1b18] bg-clip-text text-4xl leading-tight font-semibold text-transparent drop-shadow-2xl sm:text-5xl sm:leading-tight lg:text-6xl lg:leading-tight dark:from-[#EDEDEC] dark:to-[#A1A09A]">
|
||||
{__(
|
||||
'All your money in one place. No spreadsheets. Free.',
|
||||
'All your money in one place. No spreadsheets. Private.',
|
||||
)}
|
||||
</h1>
|
||||
<p className="mb-4 max-w-[840px] text-lg leading-8 font-medium text-[#706f6c] lg:text-xl lg:leading-8 dark:text-[#A1A09A]">
|
||||
|
|
@ -373,7 +368,7 @@ export default function Welcome({
|
|||
)}
|
||||
<p className="text-xs text-[#706f6c] dark:text-[#A1A09A]">
|
||||
{__(
|
||||
'No credit card required. Your data stays private with E2E encryption.',
|
||||
'Your data stays private with end-to-end encryption.',
|
||||
)}
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue