Skip to content

Commit

Permalink
Merge pull request #7 from ProjectIxian/jaka/fix/links
Browse files Browse the repository at this point in the history
FIX: links
  • Loading branch information
IxiAngel authored Jun 18, 2024
2 parents 97b8ac7 + b2fb5ef commit 1bab396
Show file tree
Hide file tree
Showing 15 changed files with 46 additions and 41 deletions.
4 changes: 3 additions & 1 deletion components/AppHeader.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<script setup>
import { spixiVersion } from "../constants.ts";
const { setLocale, t, locale, locales } = useI18n()
import { onMounted } from 'vue'
Expand Down Expand Up @@ -145,7 +147,7 @@ const toggleDropdownLanguage = () => {
</div>
<div class="flex justify-center items-center mx-1 md:mx-6 text-sm rounded-lg">
<span class="rounded bg-[#6BFCC8] text-xs md:text-base text-spixi font-medium px-1 md:px-4 py-2 text-center">
{{ t('menu.newversion') }}
{{ t('menu.newversion', { version: spixiVersion }) }}
</span>
</div>
<button
Expand Down
4 changes: 1 addition & 3 deletions components/Helper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ defineProps({
<h2 class="text-2xl font-lexend font-semibold text-black dark:text-spixi-dark">
{{ title }}
</h2>
<p class="text-base text-spixi dark:text-spixi-dark">
{{ subtitle }}
</p>
<p class="text-base text-spixi dark:text-spixi-dark" v-html="subtitle" />
</div>
</template>
2 changes: 1 addition & 1 deletion components/home/IxianTech.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const { t } = useI18n()
{{ t('pages.home.features.tech.line2') }}
</p>
<div class="mt-8 mb-4">
<NuxtLink to="https://www.ixian.io/" class="border border-spixi dark:border-white text-spixi hover:bg-[#1D2329] hover:text-spixi-dark dark:text-spixi-dark dark:hover:bg-spixi-dark dark:hover:text-[#1D2329] font-medium rounded-lg py-3 px-6">
<NuxtLink to="https://www.ixian.io/" target="_blank" class="border border-spixi dark:border-white text-spixi hover:bg-[#1D2329] hover:text-spixi-dark dark:text-spixi-dark dark:hover:bg-spixi-dark dark:hover:text-[#1D2329] font-medium rounded-lg py-3 px-6">
{{ t('pages.home.features.tech.website') }}
</NuxtLink>
</div>
Expand Down
3 changes: 3 additions & 0 deletions constants.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@


export const spixiVersion = "v0.6.12"
6 changes: 3 additions & 3 deletions lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"terms": "Nutzungsbedingungen",
"ixian": "Ixian Webseite",
"ixilabs": "Ixi Labs Webseite",
"newversion": "Version v0.7.0 ist jetzt verfügbar!",
"newversion": "Version {version} ist jetzt verfügbar!",
"misc": {
"hamburger": {
"screenreader": "Navigationsmenü öffnen"
Expand Down Expand Up @@ -88,7 +88,7 @@
"subtitle1": "Spixi ist eine dezentrale Chat-App mit $IXI-Wallet.",
"subtitle2": "Das bedeutet, dass es nicht auf Server angewiesen ist und alle Daten direkt zwischen dir und deinen Kontakten ausgetauscht werden.",
"helper": "Spitzname ist keine ID",
"helperdesc": "Bitte beachte, dass der Spitzname nur deinen Kontakten angezeigt wird und nicht als ID verwendet wird. Um einen Namen zu registrieren, besuche bitte www.ixinames.io.",
"helperdesc": "Bitte beachte, dass der Spitzname nur deinen Kontakten angezeigt wird und nicht als ID verwendet wird. Um einen Namen zu registrieren, besuche bitte <a href='https://www.ixinames.io/' target='_blank'>www.ixinames.io</a>",
"hiw1": {
"title": "Erstelle oder stelle dein Spixi-Konto wieder her",
"content": "Drücke die entsprechende Taste, um den Vorgang zu starten. Du kannst einen Spitznamen festlegen und ein Profilbild hinzufügen. <br> Füge ein Passwort hinzu und du bist bereit! <p class='h-2'>&nbsp;</p> Um dein Konto wiederherzustellen, benötigst du die <span class='font-semibold'>Sicherungsdatei und das Passwort</span>. Da Spixi dezentralisiert ist, bist du der einzige, der auf dein Konto und deine Nachrichten zugreifen kann, es gibt keine anderen Backups. <p class='h-2'>&nbsp;</p> <span class='font-semibold'>Wichtiger Hinweis: Dein Passwort ist der einzige Weg, um auf dein Konto zuzugreifen. Bewahre es sicher auf!</span>"
Expand Down Expand Up @@ -136,7 +136,7 @@
"q14": "Fallen bei der Nutzung von Spixi Gebühren an?",
"a14": "Die Nutzung von Spixi ist kostenlos und wird immer kostenlos bleiben. ",
"q15": "Wo finde ich Unterstützung, wenn ich Probleme mit Spixi habe?",
"a15": "Sie können der Ixian-Community beitreten (weitere Informationen zum Beitritt finden Sie unter www.ixian.io) und Unterstützung von anderen Benutzern erhalten. "
"a15": "Sie können der Ixian-Community beitreten (weitere Informationen zum Beitritt finden Sie unter <a href='https://www.ixian.io/' target='_blank'>www.ixian.io</a>) und Unterstützung von anderen Benutzern erhalten. "
}
},
"privacy": {
Expand Down
8 changes: 4 additions & 4 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"terms": "Terms of Use",
"ixian": "Ixian Website",
"ixilabs": "Ixi Labs Website",
"newversion": "Version v0.7.0 is Available!",
"newversion": "Version {version} is Available!",
"misc": {
"hamburger": {
"screenreader": "Toggle navigation"
Expand Down Expand Up @@ -88,7 +88,7 @@
"subtitle1": "Spixi is a decentralized chat app with $IXI wallet.",
"subtitle2": "As such it doesn’t rely on servers, all data is exchanged directly between you and your contact.",
"helper": "Your nickname is not your handle",
"helperdesc": "Please keep in mind that the nickname is only displayed to your contacts and is does not serve as your handle. If you want to register a name, you will need to visit www.ixinames.io",
"helperdesc": "Please keep in mind that the nickname is only displayed to your contacts and is does not serve as your handle. If you want to register a name, you will need to visit <a href='https://www.ixinames.io/' target='_blank'>www.ixinames.io</a>",
"hiw1": {
"title": "Creating or Restoring <br> Your Spixi Account",
"content": "Tap on the appropriate button to start the process. You can set your nickname and add a profile photo. <br> Add your password and you are ready to go! <p class='h2'>&nbsp;</p> If you are restoring an account you will need your <span class='font-semibold'>backup file and password</span>. Remember Spixi is decentralized and as such only you have access to your account and messages, no backups exist anywhere else. <p class='h2'>&nbsp;</p> <span class='font-semibold'>Important note: Your password is your only way of accessing your account. Keep it safe!</span>"
Expand Down Expand Up @@ -128,15 +128,15 @@
"q10": "Can I customize notifications in Spixi?",
"a10": "Push notifications in Spixi are not customizable in order to protect your privacy. Because they are pushed through external servers from Apple or Google in non-encrypted form, they can easily be intercepted. To prevent leaking any private information, notifications don’t contain any user specific data such as message contents among other things.",
"q11": "Can another Spixi user connect with me using my nickname?",
"a11": "Nicknames are only displayed to contacts and don’t serve as handles. Your Spixi address is used to connect. Spixi does recognize IXI Names, this allows others to find you and add you using your IXI Name. To register a name you should visit www.ixinames.com",
"a11": "Nicknames are only displayed to contacts and don’t serve as handles. Your Spixi address is used to connect. Spixi does recognize IXI Names, this allows others to find you and add you using your IXI Name. To register a name you should visit <a href='https://www.ixinames.io/' target='_blank'>www.ixinames.io</a>",
"q12": "How does Spixi handle user data?",
"a12": "Spixi doesn’t store or share any personal data. No phone numbers, emails, history or contacts are stored anywhere else. Your account is your own.",
"q13": "Can I delete my Spixi account permanently?",
"a13": "You can always permanently delete your wallet and account.Because Spixi is a decentralised app, your account is stored on your device only. You are free to create backups of your account and store them yourself, but Spixi does not have any remote backup capabilities.",
"q14": "Are there any fees associated with using Spixi?",
"a14": "Using Spixi is free and it will always be free. Sending messages and files (up to a limit) don’t incur any costs",
"q15": "Where can I find support if I encounter problems with Spixi?",
"a15": "You can join the Ixian community (visit www.ixian.io for more information on how to join) and find support from other users. Or you can write to us directly to support&commat;spixi.io and we will be happy to help."
"a15": "You can join the Ixian community (visit <a href='https://www.ixian.io/' target='_blank'>www.ixian.io</a> for more information on how to join) and find support from other users. Or you can write to us directly to <a href='mailto:support&commat;spixi.io'>support&commat;spixi.io</a> and we will be happy to help."
}
},
"privacy": {
Expand Down
8 changes: 4 additions & 4 deletions lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"terms": "Términos de Uso",
"ixian": "Sitio web de Ixian",
"ixilabs": "Sitio web de Ixi Labs",
"newversion": "¡La versión v0.7.0 está disponible!",
"newversion": "¡La versión {version} está disponible!",
"misc": {
"hamburger": {
"screenreader": "Abrir menú de navegación"
Expand Down Expand Up @@ -88,7 +88,7 @@
"subtitle1": "Spixi es una aplicación de chat descentralizada con billetera $IXI.",
"subtitle2": "Como tal, no depende de servidores, todos los datos se intercambian directamente entre tú y tu contacto.",
"helper": "Tu nickname no es tu identificador",
"helperdesc": "Por favor, ten en cuenta que el nickname solo se muestra a tus contactos y no sirve como tu identificador. Si deseas registrar un nombre, deberás visitar www.ixinames.io",
"helperdesc": "Por favor, ten en cuenta que el nickname solo se muestra a tus contactos y no sirve como tu identificador. Si deseas registrar un nombre, deberás visitar <a href='https://www.ixinames.io/' target='_blank'>www.ixinames.io</a>",
"hiw1": {
"title": "Crear o Restaurar <br> Tu Cuenta de Spixi",
"content": "Toca el botón apropiado para comenzar el proceso. Puedes establecer tu nickname y agregar una foto de perfil. <br> ¡Agrega tu contraseña y estás listo para comenzar! <p class='h-2'>&nbsp;</p> Si estás restaurando una cuenta, necesitarás tu <span class='font-semibold'>archivo de respaldo y contraseña</span>. Recuerda que Spixi es descentralizado y, como tal, solo tú tienes acceso a tu cuenta y mensajes, no existen copias de seguridad en ningún otro lugar. <p class='h-2'>&nbsp;</p> <span class='font-semibold'>Nota importante: Tu contraseña es la única forma de acceder a tu cuenta. ¡Mantenla segura!</span>"
Expand Down Expand Up @@ -128,15 +128,15 @@
"q10": "¿Puedo personalizar las notificaciones en Spixi?",
"a10": "Las notificaciones push en Spixi no son personalizables para proteger tu privacidad. Debido a que se envían a través de servidores externos de Apple o Google en forma no encriptada, pueden ser interceptadas fácilmente. Para evitar filtrar cualquier información privada, las notificaciones no contienen ningún dato específico del usuario, como el contenido del mensaje, entre otras cosas.",
"q11": "¿Puede otro usuario de Spixi conectarse conmigo usando mi nickname?",
"a11": "Los nicknames solo se muestran a los contactos y no sirven como identificadores. Tu dirección de Spixi se utiliza para conectarte. Spixi reconoce los Nombres IXI, esto permite que otros te encuentren y te agreguen usando tu Nombre IXI. Para registrar un nombre, debes visitar www.ixinames.com",
"a11": "Los nicknames solo se muestran a los contactos y no sirven como identificadores. Tu dirección de Spixi se utiliza para conectarte. Spixi reconoce los Nombres IXI, esto permite que otros te encuentren y te agreguen usando tu Nombre IXI. Para registrar un nombre, debes visitar <a href='https://www.ixinames.io/' target='_blank'>www.ixinames.io</a>",
"q12": "¿Cómo maneja Spixi los datos de los usuarios?",
"a12": "Spixi no almacena ni comparte ningún dato personal. No se almacenan números de teléfono, correos electrónicos, historial o contactos en ningún otro lugar. Tu cuenta es tuya.",
"q13": "¿Puedo eliminar permanentemente mi cuenta de Spixi?",
"a13": "Siempre puedes eliminar permanentemente tu billetera y cuenta. Debido a que Spixi es una aplicación descentralizada, tu cuenta se almacena solo en tu dispositivo. Eres libre de crear copias de seguridad de tu cuenta y almacenarlas tú mismo, pero Spixi no tiene capacidades de copia de seguridad remota.",
"q14": "¿Hay tarifas asociadas con el uso de Spixi?",
"a14": "Usar Spixi es gratuito y siempre lo será. Enviar mensajes y archivos (hasta un límite) no conlleva ningún costo.",
"q15": "¿Dónde puedo encontrar soporte si encuentro problemas con Spixi?",
"a15": "Puedes unirte a la comunidad de Ixian (visita www.ixian.io para obtener más información sobre cómo unirte) y encontrar soporte de otros usuarios. O puedes escribirnos directamente a support&commat;spixi.io y estaremos encantados de ayudarte."
"a15": "Puedes unirte a la comunidad de Ixian (visita <a href='https://www.ixian.io/' target='_blank'>www.ixian.io</a> para obtener más información sobre cómo unirte) y encontrar soporte de otros usuarios. O puedes escribirnos directamente a <a href='mailto:support&commat;spixi.io'>support&commat;spixi.io</a> y estaremos encantados de ayudarte."
}
},
"privacy": {
Expand Down
6 changes: 3 additions & 3 deletions lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"terms": "Conditions d'utilisation",
"ixian": "Site web d'Ixian",
"ixilabs": "Site web de Ixi Labs",
"newversion": "La version v0.7.0 est disponible!",
"newversion": "La version {version} est disponible!",
"misc": {
"hamburger": {
"screenreader": "Ouvrir le menu de navigation"
Expand Down Expand Up @@ -88,7 +88,7 @@
"subtitle1": "Spixi est une application de chat décentralisée munie d'un portefeuille $IXI.",
"subtitle2": "En tant que telle, elle ne dépend pas de serveurs, toutes les données sont échangées directement entre vous et votre contact.",
"helper": "Votre surnom n'est pas votre identifiant",
"helperdesc": "Veuillez noter que le surnom n'est affiché qu'à vos contacts et ne sert pas d'identifiant. Si vous souhaitez enregistrer un nom, vous devrez visiter www.ixinames.io",
"helperdesc": "Veuillez noter que le surnom n'est affiché qu'à vos contacts et ne sert pas d'identifiant. Si vous souhaitez enregistrer un nom, vous devrez visiter <a href='https://www.ixinames.io/' target='_blank'>www.ixinames.io</a>",
"hiw1": {
"title": "Créer ou Restaurer <br> Votre Compte Spixi",
"content": "Appuyez sur le bouton approprié pour commencer le processus. Vous pouvez définir votre surnom et ajouter une photo de profil. <br> Ajoutez votre mot de passe et vous êtes prêt à commencer! <p class='h-2'>&nbsp;</p> Si vous restaurez un compte, vous aurez besoin de votre <span class='font-semibold'>fichier de sauvegarde et mot de passe</span>. Rappelez-vous que Spixi est décentralisé et, en tant que tel, seul vous avez accès à votre compte et à vos messages, il n'y a pas de sauvegardes ailleurs. <p class='h-2'>&nbsp;</p> <span class='font-semibold'>Note importante: Votre mot de passe est le seul moyen d'accéder à votre compte. Gardez-le en sécurité!</span>"
Expand Down Expand Up @@ -136,7 +136,7 @@
"q14": "Y a-t-il des frais associés à l’utilisation de Spixi ?",
"a14": "Utiliser Spixi est gratuit et il le sera toujours. ",
"q15": "Où puis-je trouver de l'aide si je rencontre des problèmes avec Spixi ?",
"a15": "Vous pouvez rejoindre la communauté Ixian (visitez www.ixian.io pour plus d'informations sur la façon de rejoindre) et trouver l'aide d'autres utilisateurs. "
"a15": "Vous pouvez rejoindre la communauté Ixian (visitez <a href='https://www.ixian.io/' target='_blank'>www.ixian.io</a> pour plus d'informations sur la façon de rejoindre) et trouver l'aide d'autres utilisateurs. "
}
},
"privacy": {
Expand Down
6 changes: 3 additions & 3 deletions lang/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"terms": "Termini di servizio",
"ixian": "Website di Ixian",
"ixilabs": "Website di Ixi Labs",
"newversion": "La versione v0.7.0 è disponibile!",
"newversion": "La versione {version} è disponibile!",
"misc": {
"hamburger": {
"screenreader": "Apri il menu di navigazione"
Expand Down Expand Up @@ -88,7 +88,7 @@
"subtitle1": "Spixi è un'app di chat decentralizzata con portafoglio $IXI.",
"subtitle2": "Come tale, non dipende da server, tutti i dati sono scambiati direttamente tra te e il tuo contatto.",
"helper": "Il tuo nickname non è il tuo ID",
"helperdesc": "Nota che il nickname è visibile solo ai tuoi contatti e non funge da ID. Se desideri registrare un nome, dovrai visitare www.ixinames.io",
"helperdesc": "Nota che il nickname è visibile solo ai tuoi contatti e non funge da ID. Se desideri registrare un nome, dovrai visitare <a href='https://www.ixinames.io/' target='_blank'>www.ixinames.io</a>",
"hiw1": {
"title": "Crea o Ripristina <br> il tuo account Spixi",
"content": "Premi il pulsante appropriato per iniziare il processo. Puoi impostare il tuo nickname e aggiungere una foto del profilo. <br> Aggiungi la tua password e sei pronto per iniziare! <p class='h-2'>&nbsp;</p> Se stai ripristinando un account, avrai bisogno del tuo <span class='font-semibold'>file di backup e password</span>. Ricorda che Spixi è decentralizzato e, come tale, solo tu hai accesso al tuo account e ai tuoi messaggi, non ci sono backup altrove. <p class='h-2'>&nbsp;</p> <span class='font-semibold'>Nota importante: La tua password è l'unico modo per accedere al tuo account. Tienila al sicuro!</span>"
Expand Down Expand Up @@ -136,7 +136,7 @@
"q14": "Ci sono costi associati all'utilizzo di Spixi?",
"a14": "Usare Spixi è gratuito e lo sarà sempre. ",
"q15": "Dove posso trovare supporto se riscontro problemi con Spixi?",
"a15": "Puoi unirti alla comunità Ixian (visita www.ixian.io per ulteriori informazioni su come aderire) e trovare supporto da altri utenti. "
"a15": "Puoi unirti alla comunità Ixian (visita <a href='https://www.ixian.io/' target='_blank'>www.ixian.io</a> per ulteriori informazioni su come aderire) e trovare supporto da altri utenti. "
}
},
"privacy": {
Expand Down
Loading

0 comments on commit 1bab396

Please sign in to comment.