mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-09 21:15:06 +00:00
a6a817f3a9
Add a language translation for Italian - only supports some parts of the app; can be added via the registry editor with key:"language" value:"italian"
55 lines
1.1 KiB
JavaScript
55 lines
1.1 KiB
JavaScript
module.exports = {
|
|
name: "Italian",
|
|
|
|
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: {
|
|
startup: {
|
|
defaultpage: "Pagina Predefinita"
|
|
},
|
|
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: "Welcome to VueTube",
|
|
tagline: "The future of video streaming",
|
|
next: "Prossimo",
|
|
updated: "VueTube Was Updated!",
|
|
awesome: "Imponente!"
|
|
}
|
|
|
|
|
|
}
|