Fix ccd.js, fix text in english for "options" string in portuguese
This commit is contained in:
parent
18333963df
commit
b8bd904bfc
3 changed files with 37 additions and 3 deletions
|
|
@ -78,7 +78,7 @@ module.exports = {
|
||||||
Modrinth <a href='${globalValues.modrinth.url}'>(${globalValues.modrinth.username})</a>
|
Modrinth <a href='${globalValues.modrinth.url}'>(${globalValues.modrinth.username})</a>
|
||||||
e XMPP <a href='${globalValues.xmpp.url}'>(${globalValues.xmpp.username})</a>.
|
e XMPP <a href='${globalValues.xmpp.url}'>(${globalValues.xmpp.username})</a>.
|
||||||
`,
|
`,
|
||||||
homeSocialsAndContactParagraphTwo: `Você pode me enviar um correio eletrônico para <a href="mailto:${globalValues.email}">(${globalValues.email})</a> ou me contactar por qualquer outro meio citado acima. Para assuntos relativos a projetos específicos, verifique o campo de contato do projeto, caso não haja um adicione <i>+nomedoprojeto</i> ao meu endereço de E-mail (exemplo: adrianvictor+projetolegal@disroot.org).</p>
|
homeSocialsAndContactParagraphTwo: `Você pode enviar um correio eletrônico para <a href="mailto:${globalValues.email}">(${globalValues.email})</a> ou me contactar por qualquer outro meio citado acima. Para assuntos relativos a projetos específicos, verifique o campo de contato do projeto, caso não haja um adicione <i>+nomedoprojeto</i> ao meu endereço de E-mail (exemplo: adrianvictor+projetolegal@disroot.org).</p>
|
||||||
<p><i><b>Por favor, evite me contactar por meios não citados acima :)</b></i>`,
|
<p><i><b>Por favor, evite me contactar por meios não citados acima :)</b></i>`,
|
||||||
homeMyMusicParagraph: `Eu e meus amigos temos uma gravadora de música amadora chamada <span class="margarinaColor">Margarina Records</span>, as coisas andam devagar com meus projetos musicais, geralmente por causa da escola ou falta de conhecimento no campo, mas eu estou dando um jeito.`,
|
homeMyMusicParagraph: `Eu e meus amigos temos uma gravadora de música amadora chamada <span class="margarinaColor">Margarina Records</span>, as coisas andam devagar com meus projetos musicais, geralmente por causa da escola ou falta de conhecimento no campo, mas eu estou dando um jeito.`,
|
||||||
homeMyMusicParagraphTwo: `Você pode conferir minhas músicas mais recentes no <a href="${globalValues.margarinaRecordsWebsite}">site da gravadora</a> e no <a href="${globalValues.genius.url}">Genius</a>. Você provavelmente vai gostar do trabalho dos outros membros, então dê uma olhada nas outras tracks da MGR.`,
|
homeMyMusicParagraphTwo: `Você pode conferir minhas músicas mais recentes no <a href="${globalValues.margarinaRecordsWebsite}">site da gravadora</a> e no <a href="${globalValues.genius.url}">Genius</a>. Você provavelmente vai gostar do trabalho dos outros membros, então dê uma olhada nas outras tracks da MGR.`,
|
||||||
|
|
@ -96,6 +96,6 @@ module.exports = {
|
||||||
by: "por",
|
by: "por",
|
||||||
back: "voltar",
|
back: "voltar",
|
||||||
hideBackground: "Esconder imagem de fundo",
|
hideBackground: "Esconder imagem de fundo",
|
||||||
options: "Options"
|
options: "Opções"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ document.addEventListener('keydown', function(event) {
|
||||||
if (event.code === konamiCode[keyIndex]) {
|
if (event.code === konamiCode[keyIndex]) {
|
||||||
keyIndex++;
|
keyIndex++;
|
||||||
if (keyIndex === konamiCode.length) {
|
if (keyIndex === konamiCode.length) {
|
||||||
window.location.href = './toyourdreams.txt'
|
window.location.href = './static/toyourdreams.txt'
|
||||||
keyIndex = 0;
|
keyIndex = 0;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
34
static/toyourdreams.txt
Normal file
34
static/toyourdreams.txt
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
To My Dream
|
||||||
|
S3RL & Sara
|
||||||
|
31/07/2013
|
||||||
|
|
||||||
|
Take me to my dreams (my dreams)
|
||||||
|
Show me what this life
|
||||||
|
|
||||||
|
I taste the rainbow in the sky
|
||||||
|
I see the sounds as they pass me by
|
||||||
|
I'm falling through time as it flies away
|
||||||
|
|
||||||
|
Take me to my dreams (my dreams)
|
||||||
|
Show me what this lifetime means
|
||||||
|
I see inside and open my mind
|
||||||
|
Take me to my dreams, show me what's real
|
||||||
|
Show me what's real
|
||||||
|
Show me what's real
|
||||||
|
Show me what's real
|
||||||
|
Enimatpyrtlyhtemid
|
||||||
|
|
||||||
|
Take me to my dreams (my dreams)
|
||||||
|
Show me what this lifetime means
|
||||||
|
I see inside and open my mind
|
||||||
|
Take me to my dreams
|
||||||
|
|
||||||
|
I hold emotions in my hand
|
||||||
|
And hear the echoes of future's past
|
||||||
|
I feel like I can understand it all
|
||||||
|
Enimatpyrtlyhtemid
|
||||||
|
|
||||||
|
Take me to my dreams (my dreams)
|
||||||
|
Show me what this lifetime means
|
||||||
|
I see inside and open my mind
|
||||||
|
Take me to my dreams, show me what's real
|
||||||
Loading…
Add table
Add a link
Reference in a new issue