fix the wording for whatIfILoseRollAnswer

This commit is contained in:
sbeltranc 2026-02-05 22:04:46 -05:00
parent ce80b47169
commit 24e2f3f53e
2 changed files with 4 additions and 4 deletions

View file

@ -95,7 +95,7 @@ export default {
"project reviews typically take a few days. you'll be notified when your project is approved!",
whatIfILoseRoll: 'what happens if i lose a roll?',
whatIfILoseRollAnswer:
'you receive consolation scrap paper. your refinery upgrades are kept, so try again!',
'you receive consolation paper from hq. your refinery upgrades are kept, so try again!',
moreQuestions: 'more questions?'
}
},
@ -389,7 +389,7 @@ export default {
"project reviews typically take a few days. our team reviews each submission to verify the work and assign an appropriate tier. you'll be notified when your project is approved.",
whatIfILoseRoll: 'what happens if i lose a roll?',
whatIfILoseRollAnswer:
'if you lose a roll, you receive consolation scrap paper as a small prize. your refinery upgrades are kept, so you can try again with improved odds. keep building projects to earn more scraps!',
'if you lose a roll, you receive consolation paper from hq as a small prize. your refinery upgrades are kept, so you can try again with improved odds. keep building projects to earn more scraps!',
canISubmitAnyProject: 'can i submit any project?',
canISubmitAnyProjectAnswer:
'projects should be original work you\'ve built. they need a github repo, description, and tracked hours via <a href="https://hackatime.hackclub.com" target="_blank" rel="noopener noreferrer" class="underline hover:no-underline">hackatime</a>. both new projects and improvements to existing ones count!',

View file

@ -95,7 +95,7 @@ export default {
'las revisiones de proyectos generalmente toman unos días. ¡te notificaremos cuando tu proyecto sea aprobado!',
whatIfILoseRoll: '¿qué pasa si pierdo una tirada?',
whatIfILoseRollAnswer:
'recibes papel scrap de consolación. tus mejoras de la refinería se mantienen, ¡así que intenta de nuevo!',
'recibes papel de consolación que viene de HQ. tus mejoras de la refinería se mantienen, ¡así que intenta de nuevo!',
moreQuestions: '¿más preguntas?'
}
},
@ -309,7 +309,7 @@ export default {
'las revisiones de proyectos generalmente toman unos días. nuestro equipo revisa cada envío para verificar el trabajo y asignar un nivel apropiado. te notificaremos cuando tu proyecto sea aprobado.',
whatIfILoseRoll: '¿qué pasa si pierdo una tirada?',
whatIfILoseRollAnswer:
'si pierdes una tirada, recibes papel scrap de consolación como pequeño premio. tus mejoras de la refinería se mantienen, así que puedes intentar de nuevo con mejores probabilidades. ¡sigue construyendo proyectos para ganar más scraps!',
'si pierdes una tirada, recibes un papel que viene de hq como pequeño premio. tus mejoras de la refinería se mantienen, así que puedes intentar de nuevo con mejores probabilidades. ¡sigue construyendo proyectos para ganar más scraps!',
canISubmitAnyProject: '¿puedo enviar cualquier proyecto?',
canISubmitAnyProjectAnswer:
'los proyectos deben ser trabajo original que hayas construido. necesitan un repositorio de github, descripción y horas rastreadas vía <a href="https://hackatime.hackclub.com" target="_blank" rel="noopener noreferrer" class="underline hover:no-underline">hackatime</a>. ¡tanto proyectos nuevos como mejoras a proyectos existentes cuentan!',