-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f17b5ba
commit 1eb9522
Showing
12 changed files
with
159 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<script> | ||
import Heart from '~/icons/Heart.svelte' | ||
import { i18n } from '$lib/i18n' | ||
import { base } from '$app/paths' | ||
import SupportButton from './SupportButton.svelte' | ||
const t = $i18n.t | ||
</script> | ||
|
||
<dialog id="post-download-modal" class="modal"> | ||
<div class="modal-box max-w-md mx-auto p-6"> | ||
<form method="dialog"> | ||
<button class="btn btn-sm btn-circle btn-ghost absolute right-2 top-2">✕</button> | ||
</form> | ||
<h3 class="text-xl font-semibold text-center">{t('your-download-is-starting')}</h3> | ||
<p class="py-2 opacity-50 text-sm text-center">{t('download-starting-description')}</p> | ||
<p class="text-center text-sm mt-5">{t('support-while-you-wait')}</p> | ||
<div class="flex justify-center mt-4"> | ||
<SupportButton /> | ||
</div> | ||
</div> | ||
</dialog> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<script> | ||
import Heart from '~/icons/Heart.svelte' | ||
import { i18n } from '$lib/i18n' | ||
const t = $i18n.t | ||
</script> | ||
|
||
<button | ||
class="btn btn-primary bg-red-500 hover:bg-red-800" | ||
on:click={() => { | ||
// @ts-ignore | ||
window?.['kofi-dialog'].showModal() | ||
}}> | ||
{t('support-project')} | ||
<Heart /> | ||
</button> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" stroke-width="3" data-view-component="true" class="fill-white"> | ||
<path | ||
d="m8 14.25.345.666a.75.75 0 0 1-.69 0l-.008-.004-.018-.01a7.152 7.152 0 0 1-.31-.17 22.055 22.055 0 0 1-3.434-2.414C2.045 10.731 0 8.35 0 5.5 0 2.836 2.086 1 4.25 1 5.797 1 7.153 1.802 8 3.02 8.847 1.802 10.203 1 11.75 1 13.914 1 16 2.836 16 5.5c0 2.85-2.045 5.231-3.885 6.818a22.066 22.066 0 0 1-3.744 2.584l-.018.01-.006.003h-.002ZM4.25 2.5c-1.336 0-2.75 1.164-2.75 3 0 2.15 1.58 4.144 3.365 5.682A20.58 20.58 0 0 0 8 13.393a20.58 20.58 0 0 0 3.135-2.211C12.92 9.644 14.5 7.65 14.5 5.5c0-1.836-1.414-3-2.75-3-1.373 0-2.609.986-3.029 2.456a.749.749 0 0 1-1.442 0C6.859 3.486 5.623 2.5 4.25 2.5Z" | ||
></path> | ||
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,23 @@ | ||
{ | ||
"title": "Transcribe. on Your Own.", | ||
"description": "Experience seamless language transcription with Vibe - your all-in-one solution for effortless audio and video transcription.", | ||
"intel": "Intel Chip", | ||
"apple-silicon": "Apple Chip", | ||
"star-on-github": "Star On Github", | ||
"available-for": "Available for", | ||
"cancel": "Cancel", | ||
"copy-download-link": "Copy Download Link", | ||
"description": "Experience seamless language transcription with Vibe - your all-in-one solution for effortless audio and video transcription.", | ||
"download": "Download", | ||
"download-for": "Download For ", | ||
"open-logs-folder": "Open Logs Folder", | ||
"download-on-pc": "Download On PC", | ||
"download-starting-description": "The download will begin shortly. You can then find the installer in your Downloads folder.", | ||
"features": "Features", | ||
"support-vibe": "Support Vibe", | ||
"home": "Home", | ||
"download": "Download", | ||
"download-on-pc": "Download On PC", | ||
"available-for": "Available for", | ||
"copy-download-link": "Copy Download Link", | ||
"cancel": "Cancel", | ||
"privacy-policy": "Privacy Policy" | ||
} | ||
"install-on-linux": "Install Vibe on Linux", | ||
"intel": "Intel Chip", | ||
"open-logs-folder": "Open Logs Folder", | ||
"privacy-policy": "Privacy Policy", | ||
"star-on-github": "Star On Github", | ||
"support-project": "Support Vibe!", | ||
"support-vibe": "Support Vibe", | ||
"support-while-you-wait": "While you wait, consider supporting the Vibe project to help us grow!", | ||
"title": "Transcribe. on Your Own.", | ||
"your-download-is-starting": "Your download is starting..." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,23 @@ | ||
{ | ||
"title": "Transcribe. Por ti mismo(a).", | ||
"description": "Experimenta la transcripción de idiomas sin problemas con Vibe: su solución todo en uno para transcribir audio y vídeo sin esfuerzo.", | ||
"intel": "Chip de Intel", | ||
"apple-silicon": "Chip de Apple", | ||
"star-on-github": "Déjanos una estrella en Github", | ||
"download-for": "Descargar para ", | ||
"open-logs-folder": "Abrir Directorio de Registros", | ||
"features": "Características", | ||
"support-vibe": "Apoya a Vibe", | ||
"home": "Inicio", | ||
"download": "Descargar", | ||
"download-on-pc": "Descargar para PC", | ||
"available-for": "Disponible para", | ||
"copy-download-link": "Copiar enlace de descarga", | ||
"cancel": "Cancelar", | ||
"privacy-policy": "Política de privacidad" | ||
} | ||
"apple-silicon": "Chip de Apple", | ||
"available-for": "Disponible para", | ||
"cancel": "Cancelar", | ||
"copy-download-link": "Copiar enlace de descarga", | ||
"description": "Experimenta la transcripción de idiomas sin problemas con Vibe: su solución todo en uno para transcribir audio y vídeo sin esfuerzo.", | ||
"download": "Descargar", | ||
"download-for": "Descargar para ", | ||
"download-on-pc": "Descargar para PC", | ||
"download-starting-description": "La descarga comenzará en breve. \nLuego podrá encontrar el instalador en su carpeta de Descargas.", | ||
"features": "Características", | ||
"home": "Inicio", | ||
"install-on-linux": "Instalar Vibe en Linux", | ||
"intel": "Chip de Intel", | ||
"open-logs-folder": "Abrir Directorio de Registros", | ||
"privacy-policy": "Política de privacidad", | ||
"star-on-github": "Déjanos una estrella en Github", | ||
"support-project": "¡Apoya la vibra!", | ||
"support-vibe": "Apoya a Vibe", | ||
"support-while-you-wait": "Mientras espera, considere apoyar el proyecto Vibe para ayudarnos a crecer.", | ||
"title": "Transcribe. Por ti mismo(a).", | ||
"your-download-is-starting": "Tu descarga está comenzando..." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters