VueTube/NUXT/plugins/languages/italian.js

86 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: "Componenti Rotondi Della Pagina Di Controllo",
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!"
}
}