Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Krupin <krupin.nikita0110@gmail.com>2022-04-30 01:52:20 +0300
committerNikita Krupin <krupin.nikita0110@gmail.com>2022-04-30 01:52:20 +0300
commit01e1b81bdd2fbfb49533342b2de9ec0af94c7974 (patch)
tree2d6cb6ad5209e6bfaf4fc6b4487954a3374e4e0f
parent2af93ab62182e1027e394e1974663ce9349c5ccd (diff)
Español website locale file filled, FAQ#7 tweaked to match 3.0.0.0 updates
-rw-r--r--Website/_locales/en.ts4
-rw-r--r--Website/_locales/es.ts143
-rw-r--r--Website/_locales/translation.txt131
-rw-r--r--Website/pages/docs/index.vue2
-rw-r--r--Website/pages/index.vue2
5 files changed, 75 insertions, 207 deletions
diff --git a/Website/_locales/en.ts b/Website/_locales/en.ts
index 8459af3..0a6f184 100644
--- a/Website/_locales/en.ts
+++ b/Website/_locales/en.ts
@@ -21,7 +21,7 @@ export default {
},
api: {
name: 'API',
- title: 'Welcome to the official RYD docs',
+ title: 'Welcome to the official RYD docs!',
subtitle: 'To get started, select a section from the menu.',
rights: {
title: 'Usage Rights',
@@ -86,7 +86,7 @@ export default {
bullet6: 'How does the API/Backend work?',
bullet6text: 'The backend is using archived data from when the youtube api was still returning the dislike count, extension users like/discount count and extrapolation. In the near future we will be allowing content creators to submit their dislike count easily and safely and we will be adding ArchiveTeam\'s archived data (4.56 billion videos) into our current database. You can also view a video on the topic.',
bullet7: 'Why does the dislike count show \'DISLIKES DISABLED\'?',
- bullet7text: 'At the time of writing we aren\'t showing dislikes for videos that disabled their likes and dislikes count. The extension displays \'DISLIKES DISABLED\' for these videos. We will be showing dislikes on all videos soon, this is just a temporary workaround so people don\'t think the extension is broken (which isn\'t working well). Sometimes a recently uploaded video might show \'DISLIKES DISABLED\' even if the creator hasn\'t disabled it, this is due to how we are detecting if dislikes are disabled, it should go away in a few hours or by liking or disliking the video and refreshing the page (hopefully).',
+ bullet7text: 'Sometimes a recently uploaded video might show \'DISLIKES DISABLED\' even if the creator hasn\'t disabled it, this is due to how we are detecting if dislikes are disabled, it should go away in a few hours or by liking or disliking the video and refreshing the page (hopefully).',
},
donate: {
name: 'Donate',
diff --git a/Website/_locales/es.ts b/Website/_locales/es.ts
index e960740..3cc3523 100644
--- a/Website/_locales/es.ts
+++ b/Website/_locales/es.ts
@@ -3,100 +3,99 @@ import { es } from 'vuetify/src/locale'
export default {
...es,
home: {
- name: 'Home',
- title: 'Return YouTube Dislike',
- subtitle: 'Browser extension and an API that shows you dislikes on Youtube',
- install: 'Install',
- ukraine: 'Support Ukraine',
- sponsors: 'Sponsors',
+ name: 'Inicio',
+ title: 'Regresar los Dislikes de YouTube',
+ subtitle: 'Una extensión de navegador y una API que te muestra los dislikes en YouTube',
+ ukraine: 'Apoya a Ucrania',
+ sponsors: 'Patrocinadores',
},
install: {
- name: 'Install',
- title: 'Select Your Platform',
- subtitle: 'Available for Firefox and all Chromium browsers',
- title2: 'Other Platforms',
- subtitle2: 'If your browser is not yet supported, try this UserScript',
- title3: 'Third Party Implementations',
- subtitle3: 'No liability on our side, use at your own risk',
+ name: 'Instalar',
+ title: 'Elige tu plataforma',
+ subtitle: 'Disponible para Firefox y todos los navegadores Chromium',
+ title2: 'Otras plataformas',
+ subtitle2: 'Si tu navegador aún no es compatible, usa este UserScript',
+ title3: 'Implementaciones de terceros',
+ subtitle3: 'No nos hacemos responsables, úsalas bajo tu propio riesgo',
},
api: {
name: 'API',
- title: 'Welcome to the official RYD docs',
- subtitle: 'To get started, select a section from the menu.',
+ title: '¡Bienvenido a la documentación oficial de RYD!',
+ subtitle: 'Para empezar, elige una sección del menú.',
rights: {
- title: 'Usage Rights',
- subtitle: 'Third party use of this open API is allowed with the following restrictions:',
- bullet1: 'Attribution: ',
- bullet1text: 'This project should be clearly attributed with either a link to this repo or a link to returnyoutubedislike.com',
- bullet2: 'Rate Limiting',
- bullet2text: 'There are per client rate limits in place of 100 per minute and 10,000 per day. This will return a 429 status code indicating that your application should back off',
+ title: 'Derechos de uso',
+ subtitle: 'El uso de terceros de esta API abierta se permite bajo las siguientes restricciones: ',
+ bullet1: 'Atribución: ',
+ bullet1text: 'El proyecto debe estar claramente atribuido con un link a esta página o a returnyoutubedislike.com',
+ bullet2: 'Límites de velocidad',
+ bullet2text: 'Hay límites de velocidad por cliente de 100 por minuto y 10.000 por día. Esto regresará un código de estado 409 indicando que tu aplicación debe bajar la velocidad.',
},
url: {
- title: 'URL Information',
- subtitle: 'The API is accessible over the following base URL: ',
+ title: 'Información de URL',
+ subtitle: 'Esta API es accesible sobre la siguiente URL base: ',
},
endpoints: {
- title: 'Available Endpoints',
- subtitle: 'List of available endpoints is available here: ',
+ title: 'Endpoints disponibles',
+ subtitle: 'La lista de los endpoints disponibles está disponible aquí: ',
},
fetching: {
- title: 'Basic Fetching Tutorial',
- subtitle: 'Example to get votes of a given YouTube video ID: ',
- title2: 'Example Request: ',
- url: 'Request URL: ',
- method: 'Request Method: ',
- headers: 'Headers: ',
- response: 'Response: ',
- error1: 'An invalid YouTube ID will return status code 404 "Not Found"',
- error2: 'An incorrectly formatted YouTube ID will return 400 "Bad Request"'
+ title: 'Tutorial de consulta básica',
+ subtitle: 'Ejemplo para obtener los votos del ID de un vídeo de YouTube: ',
+ title2: 'Consulta de ejemplo: ',
+ url: 'URL de la consulta: ',
+ method: 'Método de la consulta: ',
+ headers: 'Encabezados: ',
+ response: 'Respuesta: ',
+ error1: 'Un ID de YouTube inválido responderá con el código de estado 404 "Not Found"',
+ error2: 'Un ID de YouTube con mal formato responderá con 400 "Bad Request"'
},
},
help: {
- name: 'Help',
- title: 'Troubleshooting',
- bullet1: 'Make sure you have latest version of extension installed, ',
- bullet11: 'right now',
- bullet2: 'Try removing extension and installing it again, then restarting the browser (all active windows, not just one tab)',
- bullet3: 'Make sure that this link opens: ',
- bullet31: 'you should see plain text: ',
- bullet4: 'If nothing of above helps - report your problem in',
- bullet41: 'in our',
- bullet4a: 'Tell us your Operating System, Browser Name and Browser Version',
- bullet4b: 'Take screenshot of page with problem (i.e. youtube video page) with console open (press ',
- bullet4b1: ') - example screenshot below.',
- bullet4c: 'Take screenshot of extensions page of your browser with extension installed.',
- bullet4c1: 'To see extensions put this into address bar: ',
- firefox: 'for Firefox',
- chrome: 'for Chrome, Edge, Brave, Opera, Vivaldi',
+ name: 'Ayuda',
+ title: 'Solución de problemas',
+ bullet1: 'Asegúrate de que tienes la última versión de la extensión instalada, ',
+ bullet11: 'ahora mismo',
+ bullet2: 'Prueba a eliminar la extensión e instalarla de nuevo, después reinicia el navegador (todas las ventanas activas, no solo una pestaña)',
+ bullet3: 'Asegúrate de qué este link se abre: ',
+ bullet31: 'deberías ver este texto: ',
+ bullet4: 'Si nada de esto funciona, reporta tú problema en',
+ bullet41: 'en nuestro',
+ bullet4a: 'Dínos tu sistema operativo, nombre del navegador y versión del navegador',
+ bullet4b: 'TToma una captura de pantalla de la página con el problema (cómo una página de un vídeo de YouTube) con la consola abierta (pulsa ',
+ bullet4b1: ') - captura de pantalla de ejemplo abajo.',
+ bullet4c: 'Toma una captura de la página de extensiones de tu navegador con la extensión instalada.',
+ bullet4c1: 'Para ver las extensiones pon esto en la barra de dirección: ',
+ firefox: 'para Firefox',
+ chrome: 'para Chrome, Edge, Brave, Opera, Vivaldi',
},
faq: {
name: 'FAQ',
- title: 'Frequently Asked Questions',
- subtitle: 'Still have questions? Feel free to join our Discord!',
- bullet1: 'Where does the extension get its data?',
- bullet1text: 'A combination of archived data from before the offical YouTube dislike API shut down, and extrapolated extension user behavior.',
- bullet2: 'Why isn\'t the dislike count updating?',
- bullet2text: 'Right now video dislikes are cached and they aren\'t updated very frequently. It varies depending on a video\'s popularity but can take anywhere between a few hours and a few days to update.',
- bullet3: 'How does this work?',
- bullet3text: 'The extension collects the video ID of the video you are watching, fetches the dislike (and other fields like views, likes etc) using our API. The extension then displays the dislike count and ratio on the page. If you like or dislike a video, that is recorded and sent to the database so an accurate dislike count can be extrapolated.',
- bullet4: 'Can I share my dislike count with you?',
- bullet4text: 'Coming soon. We are looking into using Oauth or a different read only API with a limited scope so creators can share their dislike counts verifiability.',
- bullet5: 'What data do you collect and how is it treated?',
- bullet5text: 'The extension only collects data that is strictly necessary for it to function properly, such as IP address or ID of the video you\'re watching. None of your data will ever be sold to 3rd parties. If you would like to know more about how we handle security and privacy check out our <a href="https://github.com/Anarios/return-youtube-dislike/blob/main/Docs/SECURITY-FAQ.md">security FAQ</a>.',
- bullet6: 'How does the API/Backend work?',
- bullet6text: 'The backend is using archived data from when the youtube api was still returning the dislike count, extension users like/discount count and extrapolation. In the near future we will be allowing content creators to submit their dislike count easily and safely and we will be adding ArchiveTeam\'s archived data (4.56 billion videos) into our current database. You can also view a video on the topic.',
- bullet7: 'Why does the dislike count show \'DISLIKES DISABLED\'?',
- bullet7text: 'At the time of writing we aren\'t showing dislikes for videos that disabled their likes and dislikes count. The extension displays \'DISLIKES DISABLED\' for these videos. We will be showing dislikes on all videos soon, this is just a temporary workaround so people don\'t think the extension is broken (which isn\'t working well). Sometimes a recently uploaded video might show \'DISLIKES DISABLED\' even if the creator hasn\'t disabled it, this is due to how we are detecting if dislikes are disabled, it should go away in a few hours or by liking or disliking the video and refreshing the page (hopefully).',
+ title: 'Preguntas frecuentes',
+ subtitle: '¿Sígues teniendo problemas? ¡Sientete libre de unirte a nuestro Discord (en inglés)!',
+ bullet1: '¿De dónde saca sus datos la extensión?',
+ bullet1text: 'Una combinación de datos archivados antes de que la API oficial de dislikes de YouTube se apagará, y datos estimados basados en los usuarios.',
+ bullet2: '¿Por qué no se actualiza el contador de dislikes?',
+ bullet2text: 'Ahora mismo los dislikes son guardados y no se actualizan muy frecuentemente. Varia dependiendo de la popularidad de un vídeo pero puede tardar entre unas pocas horas y unos pocos días en actualizarse.',
+ bullet3: '¿Cómo funciona esto?',
+ bullet3text: 'La extensión recoge el ID del vídeo qué estas viendo, carga los dislikes (y otros campos cómo las visitas, likes, etc) usando nuestra API. Entonces, la extensión muestra los dislikes y el radio en la página. Si le das like o dislike a un vídeo, eso se guarda y se envía a la base de datos para qué un contador de dislikes más acertado pueda ser creado.',
+ bullet4: '¿Puedo compartir mi contador de dislikes con vosotros?',
+ bullet4text: 'Próximamente. Estamos investigando en usar Oauth o una API diferente de solo lectura con alcance limitado para que los creadores puedan compartir sus contadores de dislikes verificablemente.',
+ bullet5: '¿Qué datos guardais y cómo son guardados?',
+ bullet5text: 'La extensión solo guarda datos que son estrictamente necesarios para que funcione correctamente, cómo la dirección IP o el ID del vídeo que estas viendo. Tus datos nunca serán vendidos a terceros. Si te gustaría saber más sobre cómo tratamos la seguridad y la privacidad mira nuestra <a href="https://github.com/Anarios/return-youtube-dislike/blob/main/Docs/SECURITY-FAQ.md">security FAQ</a>.',
+ bullet6: '¿Cómo funciona la API/Backend?',
+ bullet6text: 'El backend usa datos archivados de cuando la API de YouTube seguía proporcionando el contador de dislikes, los votos de usuarios de la extensión y extrapolación. En un futuro cercano permitíremos a los creadores de contenido proporcionar su contador de dislikes de forma fácil y segura y añadíremos datos archivados de ArchiveTeam (4,56 billones de vídeos) en nuestra base de datos. También puedes ver un vídeo al respecto.',
+ bullet7: '¿Porque el contador de dislikes dice "DISLIKES DISABLED"?',
+ bullet7text: 'A veces, un vídeo subido recientemente puede mostrar "DISLIKES DISABLED" incluso si el creador no lo ha desactivado, esto se debe a la forma en que detectamos si los "dislikes" están desactivados, debería desaparecer en unas horas o al darle like o dislike al vídeo y actualizar la página (con suerte).',
},
donate: {
- name: 'Donate',
- subtitle: 'You can support our efforts to keep the internet free with a donation!',
+ name: 'Donar',
+ subtitle: '¡Puedes apoyar nuestros esfuerzos de mantener el internet libre con una donación!',
},
links: {
- name: 'Links',
- title: 'Project Links',
- subtitle: 'Links to the project and its developers',
- contact: 'Contact Me',
+ name: 'Enlaces',
+ title: 'Links del proyecto',
+ subtitle: 'Links al proyecto y sus desarrolladores',
+ contact: 'Contactame',
translators: 'Traductores',
},
} \ No newline at end of file
diff --git a/Website/_locales/translation.txt b/Website/_locales/translation.txt
deleted file mode 100644
index 2b5dbb1..0000000
--- a/Website/_locales/translation.txt
+++ /dev/null
@@ -1,131 +0,0 @@
-TRANSLATION OF RYD WEBSITE TO SPANISH - BY ALEJANDRO GAYOL
-
-MENU
-
-Home > Inicio
-Install > Instalar
-API > API
-Help > Ayuda
-FAQ > FAQ
-Donate > Donar
-Links > Enlaces
-
-HOME
-
-Return YouTube Dislike > Regresar los Dislikes de YouTube
-Browser extension and an API that shows you dislikes on Youtube > Una extensión de navegador y una API que te muestra los dislikes en YouTube
-Install > Instalar
-Support Ukraine > Apoya a Ucrania
-Sponsors > Patrocinadores
-
-INSTALL
-
-Select Your Platform > Elige tu plataforma
-Available for Firefox and all Chromium browsers > Disponible para Firefox y todos los navegadores Chromium
-Other Platforms > Otras plataformas
-If your browser is not yet supported, try this UserScript > Si tu navegador aún no es compatible, usa este UserScript
-Third Party Implementations > Implementaciones de terceros
-No liability on our side, use at your own risk > No nos hacemos responsables, úsalas bajo tu propio riesgo
-
-API
-
-Welcome to the official RYD docs! > ¡Bienvenido a la documentación oficial de RYD!
-To get started, select a section from the menu. > Para empezar, elige una sección del menú.
-
-- USAGE RIGHTS > Derechos de uso (1)
-- URL INFORMATION > Información de URL (2)
-- AVAIABLE ENDPOINTS > Endpoints disponibles (3)
-- BASIC FETCHING TUTORIAL > Tutorial de consulta básica (4)
-
-(1)
-
-Usage Rights > Derechos de uso
-Third party use of this open API is allowed with the following restrictions > El uso de terceros de esta API abierta se permite bajo las siguientes restricciones
-Attribution: > Atribución
-This project should be clearly attributed with either a link to this repo or a link to returnyoutubedislike.com > El proyecto debe estar claramente atribuido con un link a esta página o a returnyoutubedislike.com
-Rate Limiting > Límites de velocidad
-There are per client rate limits in place of 100 per minute and 10'000 per day > Hay límites de velocidad por cliente de 100 por minuto y 10.000 por día
-This will return a 429 status code indicating that your application should back off > Esto regresará un código de estado 409 indicando que tu aplicación debe bajar la velocidad.
-
-(2)
-
-URL Information > Información de URL
-The API is accessible over the following base URL > Esta API es accesible sobre la siguiente URL base
-https://returnyoutubedislikeapi.com
-
-(3)
-
-Available Endpoints > Endpoints disponibles
-List of available endpoints is available here: > La lista de los endpoints disponibles está disponible aquí:
-https://returnyoutubedislikeapi.com/swagger/index.html
-
-(4)
-
-Basic Fetching Tutorial > Tutorial de consulta básica
-Example to get votes of a given YouTube video ID > Ejemplo para obtener los votos del ID de un vídeo de YouTube
-Example Request: > Consulta de ejemplo:
-Request URL > URL de la consulta
-Request Method > Método de la consulta
-Headers: > Encabezados:
-Response: > Respuesta:
-An invalid YouTube ID will return status code 404 "Not Found" > Un ID de YouTube inválido responderá con el código de estado 404 "Not Found"
-An incorrectly formatted YouTube ID will return 400 "Bad Request" > Un ID de YouTube con mal formato responderá con 400 "Bad Request"
-
-HELP
-
-Troubleshooting > Solución de problemas
-Make sure you have latest version of extension installed, """ right now > Asegúrate de que tienes la última versión de la extensión instalada, """ ahora mismo
-Try removing extension and installing it again, then restarting the browser (all active windows, not just one tab) > Prueba a eliminar la extensión e instalarla de nuevo, después reinicia el navegador (todas las ventanas activas, no solo una pestaña)
-Make sure that this link opens: > Asegúrate de qué este link se abre:
-you should see plain text: > deberías ver este texto:
-If nothing of above helps - report your problem in #bugs-and-problems in our Discord > Si nada de esto funciona, reporta tú problema en #bugs-and-problems en nuestro Discord (en inglés)
-Tell us your Operating System, Browser Name and Browser Version > Dínos tu sistema operativo, nombre del navegador y versión del navegador
-Take screenshot of page with problem (i.e. youtube video page) with console open (press F12) - example screenshot below. > Toma una captura de pantalla de la página con el problema (cómo una página de un vídeo de YouTube) con la consola abierta (pulsa F12) - captura de pantalla de ejemplo abajo.
-Take screenshot of extensions page of your browser with extension installed. > Toma una captura de la página de extensiones de tu navegador con la extensión instalada.
-To see extensions put this into address bar: > Para ver las extensiones pon esto en la barra de dirección:
-about:addons for Firefox > about:addons para Firefox
-chrome://extensions for Chrome, Edge, Brave, Opera, Vivaldi > chrome://extensions para Chrome, Edge, Brave, Opera, Vivaldi
-
-FAQ
-
-Frequently Asked Questions > Preguntas frecuentes
-Still have questions? Feel free to join our Discord! > ¿Sígues teniendo problemas? ¡Sientete libre de unirte a nuestro Discord (en inglés)!
-
-1 - Where does the extension get its data? > ¿De dónde saca sus datos la extensión?
-A combination of archived data from before the offical YouTube dislike API shut down, and extrapolated extension user behavior.
-> Una combinación de datos archivados antes de que la API oficial de dislikes de YouTube se apagará, y datos estimados basados en los usuarios.
-
-2- Why isn't the dislike count updating? > ¿Por qué no se actualiza el contador de dislikes?
-Right now video dislikes are cached and they aren't updated very frequently. It varies depending on a video's popularity but can take anywhere between a few hours and a few days to update.
-> Ahora mismo los dislikes son guardados y no se actualizan muy frecuentemente. Varia dependiendo de la popularidad de un vídeo pero puede tardar entre unas pocas horas y unos pocos días en actualizarse.
-
-3 - How does this work? > ¿Cómo funciona esto?
-The extension collects the video ID of the video you are watching, fetches the dislike (and other fields like views, likes etc) using our API. The extension then displays the dislike count and ratio on the page. If you like or dislike a video, that is recorded and sent to the database so an accurate dislike count can be extrapolated.
-> La extensión recoge el ID del vídeo qué estas viendo, carga los dislikes (y otros campos cómo las visitas, likes, etc) usando nuestra API. Entonces, la extensión muestra los dislikes y el radio en la página. Si le das like o dislike a un vídeo, eso se guarda y se envía a la base de datos para qué un contador de dislikes más acertado pueda ser creado.
-
-4- Can I share my dislike count with you? > ¿Puedo compartir mi contador de dislikes con vosotros?
-Coming soon. We are looking into using Oauth or a different read only API with a limited scope so creators can share their dislike counts verifiability.
-> Próximamente. Estamos investigando en usar Oauth o una API diferente de solo lectura con alcance limitado para que los creadores puedan compartir sus contadores de dislikes verificablemente.
-
-5- What data do you collect and how is it treated? > ¿Qué datos guardais y cómo son guardados?
-The extension only collects data that is strictly necessary for it to function properly, such as IP address or ID of the video you're watching. None of your data will ever be sold to 3rd parties. If you would like to know more about how we handle security and privacy check out our """.
-> La extensión solo guarda datos que son estrictamente necesarios para que funcione correctamente, cómo la dirección IP o el ID del vídeo que estas viendo. Tus datos nunca serán vendidos a terceros. Si te gustaría saber más sobre cómo tratamos la seguridad y la privacidad mira nuestra """.
-
-6 - How does the API/Backend work? > ¿Cómo funciona la API/Backend?
-The backend is using archived data from when the youtube api was still returning the dislike count, extension users like/discount count and extrapolation. In the near future we will be allowing content creators to submit their dislike count easily and safely and we will be adding ArchiveTeam's archived data (4.56 billion videos) into our current database. You can also view a video on the topic.
-> El backend usa datos archivados de cuando la API de YouTube seguía proporcionando el contador de dislikes, los votos de usuarios de la extensión y extrapolación. En un futuro cercano permitíremos a los creadores de contenido proporcionar su contador de dislikes de forma fácil y segura y añadíremos datos archivados de ArchiveTeam (4,56 billones de vídeos) en nuestra base de datos. También puedes ver un vídeo al respecto.
-
-7- Why does the dislike count show 'DISLIKES DISABLED'? > ¿Porque el contador de dislikes dice "DISLIKES DISABLED"?
-At the time of writing we aren't showing dislikes for videos that disabled their likes and dislikes count. The extension displays 'DISLIKES DISABLED' for these videos. We will be showing dislikes on all videos soon, this is just a temporary workaround so people don't think the extension is broken (which isn't working well). Sometimes a recently uploaded video might show 'DISLIKES DISABLED' even if the creator hasn't disabled it, this is due to how we are detecting if dislikes are disabled, it should go away in a few hours or by liking or disliking the video and refreshing the page (hopefully).
-> En el momento de escribir este artículo, no mostramos los dislikes de los vídeos que tienen desactivado el recuento de likes y dislikes. La extensión muestra "DISLIKES DISABLED" para estos vídeos. Pronto mostraremos los dislikes en todos los vídeos, pero se trata de una solución temporal para que la gente no piense que la extensión está rota (que no funciona bien). A veces, un vídeo subido recientemente puede mostrar "DISLIKES DISABLED" incluso si el creador no lo ha desactivado, esto se debe a la forma en que detectamos si los "dislikes" están desactivados, debería desaparecer en unas horas o al darle like o dislike al vídeo y actualizar la página (con suerte).
-
-DONATE
-
-Donate > Donar
-You can support our efforts to keep the internet free with a donation! > ¡Puedes apoyar nuestros esfuerzos de mantener el internet libre con una donación!
-
-LINKS
-
-Project Links > Links del proyecto
-Links to the project and its developers > Links al proyecto y sus desarrolladores
-Contact Me > Contactame \ No newline at end of file
diff --git a/Website/pages/docs/index.vue b/Website/pages/docs/index.vue
index 6df1d54..0301667 100644
--- a/Website/pages/docs/index.vue
+++ b/Website/pages/docs/index.vue
@@ -1,6 +1,6 @@
<template>
<div style="line-height: 2rem">
- <h2 class="primary--text">{{ $vuetify.lang.t("$vuetify.api.title") }}!</h2>
+ <h2 class="primary--text">{{ $vuetify.lang.t("$vuetify.api.title") }}</h2>
<div class="mt-4">{{ $vuetify.lang.t("$vuetify.api.subtitle") }}</div>
</div>
</template>
diff --git a/Website/pages/index.vue b/Website/pages/index.vue
index d79e9b7..b9bba10 100644
--- a/Website/pages/index.vue
+++ b/Website/pages/index.vue
@@ -38,7 +38,7 @@
style="font-size: 1.5em; padding: 1em; margin-bottom: 0.5em"
>
<v-icon large class="mr-6">mdi-tray-arrow-down</v-icon>
- {{ $vuetify.lang.t("$vuetify.home.install") }}
+ {{ $vuetify.lang.t("$vuetify.install.name") }}
</v-btn>
<br />