Merge pull request #592 from gayolGate/main

Translations
This commit is contained in:
PickleNik 2022-12-31 23:42:29 -05:00 committed by GitHub
commit eacde4382f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 44 additions and 17 deletions

View File

@ -86,14 +86,13 @@
borderRadius: `${$store.state.tweaks.roundTweak / 4}rem`,
}"
>
<div class="mb-4">Personalized Recommendations</div>
<div class="mb-4">{{ lang.personalizedrecommendations }}</div>
<div
class="background--text"
:class="$vuetify.theme.dark ? 'text--lighten-4' : 'text--darken-4'"
style="font-size: 0.75rem; margin-top: -0.25rem !important"
>
Receive personalized recommendations in exchange for sending watch
time telemetry.
{{ lang.personalizedrecommendationsinfo }}
</div>
</div>
<v-switch

View File

@ -160,7 +160,7 @@
<!-- TODO: translate below -->
<h3 class="ml-8 mt-8">Launch Screen</h3>
<h3 class="ml-8 mt-8">{{ lang.launchscreen }}</h3>
<v-card
flat
@ -200,7 +200,7 @@
mdi-align-horizontal-center
</v-icon>
<span class="mt-3 text-center" style="font-size: 0.8rem">
Centered Layout
{{ lang.centeredlayout }}
</span>
</v-card>
<v-card
@ -237,7 +237,7 @@
mdi-align-vertical-distribute
</v-icon>
<span class="mt-3 text-center" style="font-size: 0.8rem">
Fullscreen Layout
{{ lang.fullscreenlayout }}
</span>
</v-card>
<v-card
@ -282,7 +282,7 @@
</g>
</svg>
<span class="mt-3 text-center" style="font-size: 0.8rem">
Themed Icon
{{ lang.themedicon }}
</span>
</v-card>
</v-card>
@ -291,7 +291,7 @@
<!-- TODO: translate below -->
<h3 class="ml-8 mt-8">Bottom Navigation</h3>
<h3 class="ml-8 mt-8">{{ lang.bottomnavigation }}</h3>
<v-card
flat
class="mx-4 mt-2 mb-6 background d-flex flex-column"
@ -315,7 +315,7 @@
"
>
<div class="my-auto" :class="navigationShift ? 'primary--text' : ''">
Shift
{{ lang.shift }}
</div>
<v-spacer />
<v-switch
@ -341,7 +341,7 @@
"
>
<div class="my-auto" :class="navigationText ? 'primary--text' : ''">
Show Labels
{{ lang.showlabels }}
</div>
<v-spacer />
<v-switch
@ -370,7 +370,7 @@
}"
@click="(navigationIcons = 0), $vuetube.haptics.hapticsImpactLight(1)"
>
<div>MDI</div>
<div>{{ lang.mdi }}</div>
<v-spacer></v-spacer>
<v-icon
:class="navigationIcons === 0 ? 'primary--text' : ''"
@ -412,7 +412,7 @@
$vuetube.haptics.hapticsImpactLight(1)
"
>
<div>Material Symbols</div>
<div>{{ lang.materialsymbols }}</div>
<v-spacer></v-spacer>
<svg
xmlns="http://www.w3.org/2000/svg"
@ -468,7 +468,7 @@
$vuetube.haptics.hapticsImpactLight(1)
"
>
<div>FluentUI Icons</div>
<div>{{ lang.fluentuiicons }}</div>
<v-spacer></v-spacer>
<svg
xmlns="http://www.w3.org/2000/svg"
@ -522,7 +522,7 @@
$vuetube.haptics.hapticsImpactLight(1)
"
>
<div>IBM Carbon Icons</div>
<div>{{ lang.ibmcarbonicons }}</div>
<v-spacer></v-spacer>
<svg
xmlns="http://www.w3.org/2000/svg"

View File

@ -56,6 +56,8 @@ module.exports = {
backup: "Backup",
backupinfo: "Backup or restore your application settings",
restore: "Restore",
personalizedrecommendations: "Personalized recommendations",
personalizedrecommendationsinfo: "Receive personalized recommendations in exchange for sending watch time telemetry.",
},
theme: {
normal: "Normal",
@ -73,6 +75,17 @@ module.exports = {
roundthumbnails: "Round Thumbnails",
roundwatchpagecomponents: "Round Watch Page Components",
radius: "Radius",
launchscreen: "Launch Screen",
centeredlayout: "Centered Layout",
fullscreenlayout: "Fullscreen Layout",
themedicon: "Themed Icon",
bottomnavigation: "Bottom Navigation",
shift: "Shift",
showlabels: "Show labels",
mdi: "MDI",
materialsymbols: "Material Symbols",
fluentuiicons: "FluentUI Icons",
ibmcarbonicons: "IBM Carbon Icons",
},
startup: {
defaultpage: "Default Page",

View File

@ -7,7 +7,8 @@ module.exports = {
library: "Librería",
restart: "Reiniciar",
later: "Más tarde",
settingRestart: "Al modificar este ajuste, la app debe ser reiniciada para que los cambios se apliquen.",
settingRestart:
"Al modificar este ajuste, la app debe ser reiniciada para que los cambios se apliquen.",
okay: "OK"
},
@ -54,7 +55,9 @@ pages: {
language: "Idioma",
backup: "Copia de seguridad",
backupinfo: "Haz una copia de seguridad de tus ajustes o restáuralos",
restore: "Restaurar"
restore: "Restaurar",
personalizedrecommendations: "Recomendaciones personalizadas",
personalizedrecommendationsinfo: "Recibe recomendaciones personalizadas a cambio de enviar datos de tu tiempo de reproducción.",
},
theme: {
normal: "Normal",
@ -72,6 +75,17 @@ pages: {
roundthumbnails: "Redondear miniaturas",
roundwatchpagecomponents: "Redondear componentes del vídeo",
radius: "Radio",
launchscreen: "Pantalla de carga",
centeredlayout: "Interfaz centrada",
fullscreenlayout: "Interfaz a pantalla completa",
themedicon: "Icono dinámico",
bottomnavigation: "Navegación inferior",
shift: "Movimiento",
showlabels: "Mostrar etiquetas",
mdi: "MDI",
materialsymbols: "Material Symbols",
fluentuiicons: "Iconos de FluentUI",
ibmcarbonicons: "Iconos de IBM Carbon",
},
startup: {
defaultpage: "Pagina predeterminada",
@ -81,7 +95,8 @@ pages: {
checking: "Buscando actualizaciones",
available: "Actualización disponible",
noupdate: "No hay nuevas actualizaciones",
noupdatemessage: "Estás usando la versión más reciente de VueTube. Vuelve más tarde para buscar actualizaciones.",
noupdatemessage:
"Estás usando la versión más reciente de VueTube. Vuelve más tarde para buscar actualizaciones.",
installed: "Versión instalada",
latest: "Última versión",