consttranslationKey="If you see a \"Google hasn't verified this app\" message you can bypass it by clicking \"Advanced\". We're currently working on passing the certification Google demands to get rid of this message.";
consttranslatedText=t(translationKey)
// Debugging to see if the translation is correct
console.log('Translated text:',translatedText)
constnewParagraph=document.createElement('p')
newParagraph.textContent='⚠️ '+t("If you see a \"Google hasn't verified this app\" message you can bypass it by clicking \"Advanced\". We're currently working on passing the certification Google demands to get rid of this message.")