mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-01 17:32:39 +00:00
85 lines
1.9 KiB
JavaScript
85 lines
1.9 KiB
JavaScript
module.exports = {
|
|
name: "Italiano",
|
|
|
|
global: {
|
|
home: "Casa",
|
|
subscriptions: "Abbonamento",
|
|
library: "Biblioteca"
|
|
},
|
|
|
|
index: {
|
|
connecting: "Collegamento",
|
|
launching: "Lanciare"
|
|
},
|
|
|
|
settings: {
|
|
general: "Generale",
|
|
theme: "Tema",
|
|
player: "Lettore",
|
|
uitweaker: "Mettere UI",
|
|
startupoptions: "Opzione Avvio",
|
|
plugins: "Aggiuntivo Componente",
|
|
updates: "Aggiornare",
|
|
logs: "Registro",
|
|
about: "Chiedere Di",
|
|
devmode: "Editor Registro"
|
|
},
|
|
|
|
mods: {
|
|
general: {
|
|
language: "Lingua"
|
|
},
|
|
theme: {
|
|
normal: "Normale",
|
|
adaptive: "Adattabile",
|
|
custom: "Abitudine",
|
|
dark: "Buio",
|
|
black: "Nero",
|
|
darkmode: "Modalità scura",
|
|
darkmodetagline: "Bravo Six, Going Dark."
|
|
},
|
|
tweaks: {
|
|
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: "Raggio"
|
|
},
|
|
startup: {
|
|
defaultpage: "Pagina Predefinita"
|
|
},
|
|
updates: {
|
|
install: "Ultimo",
|
|
view: "Visionare",
|
|
latest: "Più Recente",
|
|
installed: "Installare"
|
|
},
|
|
logs: {
|
|
more: "Più"
|
|
},
|
|
|
|
about: {
|
|
appinformation: "Informazioni Applicazione",
|
|
appversion: "Versione Applicazione",
|
|
deviceinformation: "Informazioni Congegno",
|
|
platform: "Piattaforma",
|
|
os: "Sistema Operativo",
|
|
model: "Modello",
|
|
manufacturer: "Costruttore",
|
|
emulator: "Emulatore",
|
|
github: "GitHub",
|
|
discord: "Discord"
|
|
}
|
|
},
|
|
|
|
events: {
|
|
welcome: "Benvenuto su VueTube",
|
|
tagline: "Il Futuro Dello Streaming Video",
|
|
next: "Prossimo",
|
|
updated: "VueTube e Stato Aggiornato",
|
|
awesome: "Imponente!"
|
|
}
|
|
|
|
|
|
}
|