Some checks failed
Build Eleventy Forgero / build (24.x) (push) Has been cancelled
211 lines
No EOL
16 KiB
JavaScript
211 lines
No EOL
16 KiB
JavaScript
const globalValues = {
|
|
mastodon: { url: "https://mstdn.social/@tenkuma", username: "@tenkuma@mstdn.social" },
|
|
github: { url: "https://github.com/adrianvic", username: "adrianvic" },
|
|
disrootGit: { url: "https://git.disroot.org/adrianvictor", username: "adrianvictor" },
|
|
discord: { url: "https://discord.com/users/681643259764015116", username: "@adrianvic" },
|
|
youtube: { url: "https://www.youtube.com/@adrianvictor8", username: "@adrianvictor8" },
|
|
bitview: { url: "https://www.bitview.net/user/tenkuma", username: "tenkuma" },
|
|
modrinth: { url: "https://modrinth.com/user/tenkumabear", username: "tenkumabear" },
|
|
xmpp: { url: "xmpp:adrianvictor@disroot.org", username: "adrianvictor@disroot.org" },
|
|
email: "adrianvictor@disroot.org",
|
|
margarinaRecordsWebsite: "https://margarina-records.rf.gd",
|
|
genius: { url: "https://genius.com/tenkuma", username: "tenkuma" },
|
|
homeVideoLink: "https://www.youtube.com/watch?v=6bnNAnSY9Uo",
|
|
homeVideoImage: "/thumbnails/fl_studio_linux.png",
|
|
homeVideoWebsite: "YouTube",
|
|
homeVideoDuration: "5:53",
|
|
homeSongTitle: "Velkommen",
|
|
homeSongLink: "https://margarina.bandcamp.com/album/velkommen",
|
|
homeSongImage: "/songs/velkommen.jpg",
|
|
homeSongWebsite: "Bandcamp",
|
|
homeSongDuration: "5:39",
|
|
homeSongAccent: "#482948",
|
|
|
|
};
|
|
|
|
module.exports = {
|
|
global: globalValues,
|
|
en: {
|
|
language: "english",
|
|
availableInOtherLanguages: "Also available in other languages",
|
|
pt: "portuguese",
|
|
en: "english",
|
|
home: "home",
|
|
welcome: "welcome",
|
|
homeWelcomeParagraph: "It seems that you have found my website! Hi, I am <b>Adrian Victor</b> (or <b>tenkuma</b>), a Brazilian guy who likes to mess around with computers, computer programs and <i title='do the konami code ;)'>enimatpyrtlyhtemids</i>.",
|
|
socialsAndContact: "socials and contact",
|
|
aboutMe: "about me",
|
|
myMusic: "my music",
|
|
myVideos: "my videos",
|
|
mySoftware: "my software",
|
|
homeAboutMeParagraph: `
|
|
I'm tenkuma, the coolest bear to ever exist in this world <span class="tnkm" style="opacity: 0.8">(not really)</span>. I mean, seriously <span class="tnkm" style="opacity: 0.6">(I already said it's not true)</span>. I don't even make jokes, all I said is true <span class="tnkm" style="opacity: 0.4">(DUDE STOP DIMMING MY TEXT UR NOT COOL)</span>. I'm in high school's last year, also studying computing. Sometimes I'm no one, sometimes I'm a programmer, musician (marked as: stretch) or am selfhosting my own stuff. But I'm always against the big-tech oligarchy!
|
|
`,
|
|
homeAboutMeParagraphTwo: `The name tenkuma, or 天くま in japanese, means celestial bear and was given by a friend of mine that I lost contact a long time ago. Sakata is gone, but the name stayed and turned into an integral part of my digital self.`,
|
|
homeSocialsAndContactParagraph: `
|
|
I'm publicly available at Mastodon <a href='${globalValues.mastodon.url}'>(${globalValues.mastodon.username})</a>,
|
|
GitHub <a href='${globalValues.github.url}'>(${globalValues.github.username})</a>,
|
|
Disroot Git <a href='${globalValues.disrootGit.url}'>(${globalValues.disrootGit.username})</a>,
|
|
Discord <a href='${globalValues.discord.url}'>(${globalValues.discord.username})</a>,
|
|
YouTube <a href='${globalValues.youtube.url}'>(${globalValues.youtube.username})</a>,
|
|
BitView <a href='${globalValues.bitview.url}'>(${globalValues.bitview.username})</a>,
|
|
Modrinth <a href='${globalValues.modrinth.url}'>(${globalValues.modrinth.username})</a>
|
|
and XMPP <a href='${globalValues.xmpp.url}'>(${globalValues.xmpp.username})</a>.
|
|
`,
|
|
homeSocialsAndContactParagraphTwo: `You can message me on my E-mail <a href="mailto:${globalValues.email}">(${globalValues.email})</a>, or feel free to get in touch through any of the other places mentioned above. For project-specific subjects, check for the project's contact field or if there's no such field add <i>+projectname</i> to my E-mail address (example: adrianvictor+coolproject@disroot.org).</p>
|
|
<p><i><b>Please, avoid reaching me through ways not mentioned above :)</b></i>`,
|
|
homeMyMusicParagraph: `I looooove music. Like really. You can find a lot of playlists I made <a href="https://music.youtube.com/@adrianvictor8">here</a>. My songs can be found in any major streaming service.`,
|
|
homeMyMusicParagraphTwo: `Did you know, that instead of using your subscription money to pay artists, Spotify is massively underpaying artists and instead funding artificial inteligence for war?`,
|
|
homeMyVideoParagraph: "Sometimes I make videos for my YouTube channel. Videos do not come regularly, there's no schedule, just for fun.",
|
|
homeMyVideoRandomVideoParagraph: "Here's a random video I'm proud of:",
|
|
homeVideoTitle: "Installing FL Studio on linux.",
|
|
homeMySoftwareParagraph: `Anything that is public should be in my <a href="${globalValues.github.url}">GitHub profile</a>.`,
|
|
pestoWikiLogoAlt: "A digital drawing of the top of a fork with a black outline, in the right a text in white says 'Pesto Wiki'",
|
|
homeMySoftwareNotableProjects: "These are my most notable projects:",
|
|
blogTitle: "Listing blog posts:",
|
|
eyeofnemesisProjectDesctiption: "Eye of Nemesis is a plugin that allows server admins to write policies that will deny or allow (black/whitelist) players to do specific things based on the value of nodes.",
|
|
jamfishProjectDesctiption: "Native music player for Android devices that connects to Jellyfin media servers. The code is based on Gelli's archived repository, which is based on an old version of Phonograph.",
|
|
pestoProjectDesctiption: "Multi-platform customizable client for wikis written in Python using PySide6 (QT).",
|
|
itemeconomyProjectDesctiption: "This PaperMC plugin integrates with VaultUnlocked to provide a unique, item-based economy system for your Minecraft server. Instead of relying solely on virtual balances, players use in-game items as physical currency, adding a layer of immersion and realism to your economy.",
|
|
by: "by",
|
|
back: "back",
|
|
hideBackground: "Hide background",
|
|
disableSoundEffects: "Disable sound effects",
|
|
options: "Options",
|
|
alsoAvailableAsVideo: "Also available as video",
|
|
websiteDescription: "Personal website/blog of Adrian Victor.",
|
|
miscellaneous: "Miscellaneous",
|
|
i88x31hover: "Click to expand",
|
|
lastEditedIn: "last edited in",
|
|
permissionIssue: "Permission issue",
|
|
permissionIssueNotificationContent: "Unable to continue playing background music, please enable audio <b>autoplay</b> for this website.",
|
|
notificationDefaultHint: "<b>Click to dismiss</b>",
|
|
kaoMain: "You're about to lose sovereignty over your phone because of Google's monopoly. Fight back before is too late!",
|
|
kaoLink: "<a href='https://keepandroidopen.org/'>Learn what you can do at Keep Android Open</a>",
|
|
webringDescription: "<a href='https://en.wikipedia.org/wiki/Webring'>What are webrings?</a>",
|
|
breakcoreWebring: "This site is a member of the breakcore webring.",
|
|
wrongosWebring: "This site is a member of the Wrongos webring.",
|
|
previousSite: "previous site",
|
|
nextSite: "next site",
|
|
random: "random",
|
|
showMore: "Show more",
|
|
showLess: "Show less",
|
|
previous: "previous",
|
|
next: "next",
|
|
about: "about",
|
|
thisWebsiteDoesNotTrackYou: "This website does not track you.",
|
|
mrnandoChannel: "Mr. Nando's channel",
|
|
liked: "liked",
|
|
changes: "changes",
|
|
readingTime: "Reading time",
|
|
mastodonPageDescription: "This is an archive of all my Mastodon posts.",
|
|
addMe: "Add me",
|
|
socialContentNotRated: "Social content is not rated and may mention topics not appropriate for all ages.",
|
|
clickHereToContinue: "Click here to continue",
|
|
windsArtAlt: "First Winds album artwork",
|
|
velkommenArtAlt: "Velkommen song artwork",
|
|
pgArtAlt: "Frugal APE song artwork",
|
|
bearAlt: "Background image. White bear swimming in water that reverberates around it.",
|
|
gearsAlt: "Gears",
|
|
soundOffAlt: "Audio disabled",
|
|
soundOnAlt: "Audio enabled",
|
|
volumeSliderAlt: "Volume",
|
|
backgroundCheckAlt: "Background image",
|
|
sfxCheckboxAlt: "Sound effects",
|
|
videoArtworkAlt: "Video artwork",
|
|
songSelectAlt: "Song selector",
|
|
guestbookWarning: "Load guestbook widget? You're subject to <a href='https://iframe.chat/tos.html'>Chattable's terms of service</a>.",
|
|
dontAskAgain: "Don't ask again"
|
|
},
|
|
pt: {
|
|
language: "português",
|
|
availableInOtherLanguages: "Também disponível em outros idiomas",
|
|
pt: "português",
|
|
en: "inglês",
|
|
home: "início",
|
|
welcome: "bem-vindo",
|
|
homeWelcomeParagraph: "Parece que você encontrou meu website! Olá, sou <b>Adrian Victor</b> (ou <b>tenkuma</b>), um cara brasileiro que gosta de mexer com computadores, programas de computadores e <i title='faça o konami code ;-)'>enimatpirtlitemídios</i>.",
|
|
socialsAndContact: "redes sociais e contato",
|
|
aboutMe: "sobre mim",
|
|
myMusic: "música",
|
|
myVideos: "vídeos",
|
|
mySoftware: "software",
|
|
homeAboutMeParagraph: `
|
|
Eu sou tenkuma, o urso mais legal que existiu nesse mundo <span class="tnkm" style="opacity: 0.8">(não mesmo)</span>. Tipo, sério <span class="tnkm" style="opacity: 0.6">(não é não!)</span>. Eu nem gosto de fazer piadas, tudo o que eu disse é verdade <span class="tnkm" style="opacity: 0.4">(CARA PARA DE APAGAR MEU TEXTO VC NÃO É LEGAL)</span>. Estou no último ano do ensino médio, também estudando informática. Às vezes eu não sou ninguém; às vezes eu sou programador, músico (marcado como: forçando a barra) ou estou fazendo selfhosting. Mas sempre estou contra a oligarquía das big-techs.
|
|
`,
|
|
homeAboutMeParagraphTwo: `Tenkuma, ou 天くま em japonês, significa urso celestial e foi um nome dado a mim por um amigo que eu já perdi contato há muito tempo. Sakata se foi, mas o nome ficou e se tornou parte integral da personalidade do meu eu digital até hoje.`,
|
|
homeSocialsAndContactParagraph: `
|
|
Estou publicamente disponível no Mastodon <a href='${globalValues.mastodon.url}'>(${globalValues.mastodon.username})</a>,
|
|
GitHub <a href='${globalValues.github.url}'>(${globalValues.github.username})</a>,
|
|
Disroot Git <a href='${globalValues.disrootGit.url}'>(${globalValues.disrootGit.username})</a>,
|
|
Discord <a href='${globalValues.discord.url}'>(${globalValues.discord.username})</a>,
|
|
YouTube <a href='${globalValues.youtube.url}'>(${globalValues.youtube.username})</a>,
|
|
BitView <a href='${globalValues.bitview.url}'>(${globalValues.bitview.username})</a>,
|
|
Modrinth <a href='${globalValues.modrinth.url}'>(${globalValues.modrinth.username})</a>
|
|
e XMPP <a href='${globalValues.xmpp.url}'>(${globalValues.xmpp.username})</a>.
|
|
`,
|
|
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).`,
|
|
homeMyMusicParagraph: `Eu aaaaaamo música. De verdade. Você pode encontrar um monte das minhas playlists <a href="https://music.youtube.com/@adrianvictor8">aqui</a>, junto com o que eu mais escuto recentemente. Minhas músicas podem ser encontradas em qualquer dos streamings mais conhecidos.`,
|
|
homeMyMusicParagraphTwo: `Você sabia que, ao invés de usar o dinheiro da sua assinatura pra pagar artistas, o Spotify está pagando pouco para os artistas e investindo em inteligência artificial para a guerra?`,
|
|
homeMyVideoParagraph: "De vez enquando eu faço vídeos para o YouTube. Não tenho nenhum compromisso com constância, os vídeos são feitos por diversão.",
|
|
homeMyVideoRandomVideoParagraph: "Aqui está um vídeo aleatório que eu me orgulho de ter postado:",
|
|
homeVideoTitle: "Como instalar o FL Studio no Linux?",
|
|
homeMySoftwareParagraph: `Todos meus projetos públicos estão disponíveis no meu <a href="${globalValues.github.url}">perfil do GitHub</a>.`,
|
|
pestoWikiLogoAlt: "Um desenho digital do topo de um garfo com uma borda preta, à direita um texto branco diz 'Pesto Wiki'",
|
|
homeMySoftwareNotableProjects: "Esses são meus projetos mais notáveis:",
|
|
blogTitle: "Listando postagens do blog:",
|
|
eyeofnemesisProjectDesctiption: "Eye of Nemesis é um plugin que permite aos administradores de servidores escrever políticas que negarão ou permitirão (lista negra/branca) que os jogadores façam coisas específicas com base no valor dos nós.",
|
|
jamfishProjectDesctiption: "Reprodutor de música nativo para dispositivos Android que se conecta a servidores de mídia Jellyfin. O código é baseado no repositório arquivado do Gelli, que por sua vez se baseia em uma versão antiga do Phonograph.",
|
|
pestoProjectDesctiption: "Cliente personalizável multiplataforma para wikis escrito em Python usando PySide6 (QT).",
|
|
itemeconomyProjectDesctiption: "Este plugin PaperMC integra-se ao VaultUnlocked para fornecer um sistema de economia único baseado em itens para o seu servidor Minecraft. Em vez de depender apenas de saldos virtuais, os jogadores usam itens do jogo como moeda física, adicionando uma camada de imersão e realismo à sua economia.",
|
|
by: "por",
|
|
back: "voltar",
|
|
hideBackground: "Esconder imagem de fundo",
|
|
disableSoundEffects: "Desabilitar efeitos sonoros",
|
|
options: "Opções",
|
|
alsoAvailableAsVideo: "Também disponível em vídeo",
|
|
websiteDescription: "Website/blog pessoal de Adrian Victor.",
|
|
miscellaneous: "Miscelâneo",
|
|
i88x31hover: "Clique para expandir",
|
|
lastEditedIn: "editado por último em",
|
|
permissionIssue: "Problema de permissão",
|
|
permissionIssueNotificationContent: "Não foi possivel continuar tocando a música de fundo, por favor habilite <b>reprodução automática</b> de áudio para esse website.",
|
|
notificationDefaultHint: "<b>Clique para ignorar</b>",
|
|
kaoMain: "Você está prestes a perder controle do seu celular em favor do monopólio da Google. Lute contra antes que seja tarde!",
|
|
kaoLink: "<a href='https://keepandroidopen.org/pt-BR/'>Veja o que você pode fazer em Keep Android Open</a>",
|
|
webringDescription: "<a href='https://pt.wikipedia.org/wiki/Webring'>O que são webrings?</a>",
|
|
breakcoreWebring: "Esse website faz parte do webring breakcore.",
|
|
wrongosWebring: "Esse website faz parte do webring Wrongos.",
|
|
previousSite: "site anterior",
|
|
nextSite: "próximo site",
|
|
random: "aleatório",
|
|
showMore: "Ver mais",
|
|
showLess: "Ver menos",
|
|
previous: "anterior",
|
|
next: "próximo",
|
|
about: "sobre",
|
|
thisWebsiteDoesNotTrackYou: "Esse website não rastreia você.",
|
|
mrnandoChannel: "Canal do Mr. Nando",
|
|
liked: "curtiu",
|
|
changes: "mudanças",
|
|
readingTime: "Tempo de leitura",
|
|
mastodonPageDescription: "Essa página lista todas as minhas postagens do Mastodon.",
|
|
addMe: "Me adicionar",
|
|
socialContentNotRated: "Conteúdo das redes sociais não é monitorado e pode conter tópicos não apropriados para todas as idades.",
|
|
clickHereToContinue: "Clique aqui para continuar",
|
|
windsArtAlt: "Capa do album First Winds",
|
|
velkommenArtAlt: "Capa da música Velkommen",
|
|
pgArtAlt: "Capa da música Frugal APE",
|
|
bearAlt: "Imagem de fundo. Urso branco nadando na água que reverbera ao seu redor.",
|
|
gearsAlt: "Engrenagens",
|
|
soundOffAlt: "Áudio desligado",
|
|
soundOnAlt: "Áudio ligado",
|
|
volumeSliderAlt: "Volume",
|
|
backgroundCheckAlt: "Imagem de fundo",
|
|
sfxCheckboxAlt: "Efeitos sonoros",
|
|
videoArtworkAlt: "Capa do vídeo",
|
|
songSelectAlt: "Seletor de música",
|
|
guestbookWarning: "Carregar o guestbook? Você estará sujeito aos <a href='https://iframe.chat/tos.html'>termos de uso do Chattable</a>.",
|
|
dontAskAgain: "Não pergunte novamente"
|
|
}
|
|
}; |