Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Merge github.com-picklenik:Frontesque/VueTube
Browse files Browse the repository at this point in the history
  • Loading branch information
PickleNik committed Jan 6, 2023
2 parents 86c7da0 + 3af4a5d commit c05b42b
Show file tree
Hide file tree
Showing 18 changed files with 51 additions and 47 deletions.
5 changes: 2 additions & 3 deletions NUXT/pages/mods/general.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 11 additions & 11 deletions NUXT/pages/mods/tweaks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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>
Expand All @@ -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"
Expand All @@ -315,7 +315,7 @@
"
>
<div class="my-auto" :class="navigationShift ? 'primary--text' : ''">
Shift
{{ lang.shift }}
</div>
<v-spacer />
<v-switch
Expand All @@ -341,7 +341,7 @@
"
>
<div class="my-auto" :class="navigationText ? 'primary--text' : ''">
Show Labels
{{ lang.showlabels }}
</div>
<v-spacer />
<v-switch
Expand Down Expand Up @@ -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' : ''"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
13 changes: 13 additions & 0 deletions NUXT/plugins/languages/english.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions NUXT/plugins/languages/german.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ module.exports = {

index: {
connecting: "Verbinden",
plugins: "Loading Plugins",
plugins: "Plugins werden geladen",
launching: "Starten",
},

settings: {
general: "Allgemein",
theme: "Theme",
player: "Videoplayer",
uitweaker: "UI Optimierer",
uitweaker: "UI Tweaker",
startupoptions: "Startoptionen",
plugins: "Plugins",
updates: "Updates",
logs: "Logs",
about: "Über",
devmode: "Registrierungseditor",
devmode: "Entwicklermodus",
},

mods: {
Expand Down Expand Up @@ -79,7 +79,7 @@ module.exports = {
events: {
welcome: "Wilkommen bei VueTube",
tagline: "Die Zukunft des Videostreamings",
next: "Nächste",
next: "Weiter",
updated: "VueTube wurde aktualisiert!",
awesome: "Cool!",
langsetup: "Lass uns eine Sprache aussuchen!",
Expand Down
21 changes: 18 additions & 3 deletions NUXT/plugins/languages/spanish.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},

Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion NUXT/static/home.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion NUXT/static/subs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 1 addition & 24 deletions resources/readme-ja/VueTube.ja.dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/readme_icon_acknowledgements.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/readme_icon_community.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/readme_icon_disclaimer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/readme_icon_donate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/readme_icon_features.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/readme_icon_github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/readme_icon_install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/readme_icon_otherrepos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/readme_icon_plans.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/readme_icon_progress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c05b42b

Please sign in to comment.