mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-25 12:45:17 +00:00
feat: ♿ additional italian language translations
This commit is contained in:
parent
38d67fbf97
commit
e5c2054dfa
2 changed files with 17 additions and 17 deletions
|
@ -43,7 +43,7 @@ module.exports = {
|
|||
navbarblur: "Navbar Blur",
|
||||
roundedcorners: "Rounded Corners",
|
||||
roundthumbnails: "Round Thumbnails",
|
||||
roundwatchpagecomponents: "Round Watch PAge Components",
|
||||
roundwatchpagecomponents: "Round Watch Page Components",
|
||||
radius: "Radius"
|
||||
},
|
||||
startup: {
|
||||
|
|
|
@ -30,33 +30,33 @@ module.exports = {
|
|||
language: "Lingua"
|
||||
},
|
||||
theme: {
|
||||
normal: "Normal",
|
||||
adaptive: "Adaptive",
|
||||
custom: "Custom",
|
||||
dark: "Dark",
|
||||
black: "Black",
|
||||
darkmode: "Dark Mode",
|
||||
normal: "Normale",
|
||||
adaptive: "Adattabile",
|
||||
custom: "Abitudine",
|
||||
dark: "Buio",
|
||||
black: "Nero",
|
||||
darkmode: "Modalità scura",
|
||||
darkmodetagline: "Bravo Six, Going Dark."
|
||||
},
|
||||
tweaks: {
|
||||
fullscreen: "Fullscreen",
|
||||
navbarblur: "Navbar Blur",
|
||||
roundedcorners: "Rounded Corners",
|
||||
roundthumbnails: "Round Thumbnails",
|
||||
fullscreen: "A Schermo Intero",
|
||||
navbarblur: "Navbar Blur", // Note From Front: As a native english speaker, i don't know this one
|
||||
roundedcorners: "Spigolo Tondeggiante",
|
||||
roundthumbnails: "Anteprima Tondeggiante",
|
||||
roundwatchpagecomponents: "Round Watch PAge Components",
|
||||
radius: "Radius"
|
||||
radius: "Raggio"
|
||||
},
|
||||
startup: {
|
||||
defaultpage: "Pagina Predefinita"
|
||||
},
|
||||
updates: {
|
||||
install: "Install",
|
||||
view: "View",
|
||||
latest: "Latest",
|
||||
installed: "Installed"
|
||||
install: "Ultimo",
|
||||
view: "Visionare",
|
||||
latest: "Più Recente",
|
||||
installed: "Installare"
|
||||
},
|
||||
logs: {
|
||||
more: "More"
|
||||
more: "Più"
|
||||
},
|
||||
|
||||
about: {
|
||||
|
|
Loading…
Reference in a new issue