0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-01 09:22:39 +00:00
VueTube/NUXT/plugins/languages/italian.js
deepsource-autofix[bot] b252fa79c0
Format code with prettier
This commit fixes the style issues introduced in 38b0de7 according to the output
from prettier.

Details: https://deepsource.io/gh/VueTubeApp/VueTube/transform/9d827cbf-455d-44d1-b340-8f6b1836b896/
2022-06-22 05:24:06 +00:00

83 lines
1.9 KiB
JavaScript

module.exports = {
name: "Italiano",
global: {
home: "Home",
subscriptions: "Iscrizioni",
library: "Raccolta",
},
index: {
connecting: "Connessione",
launching: "Avvio",
},
settings: {
general: "Generale",
theme: "Tema",
player: "Player",
uitweaker: "Aspetto UI",
startupoptions: "Opzioni Avvio",
plugins: "Componenti Aggiuntivi",
updates: "Aggiornamenti",
logs: "Registro",
about: "Informazioni",
devmode: "Modalità Sviluppatore",
},
mods: {
general: {
language: "Lingua",
},
theme: {
normal: "Normale",
adaptive: "Adattivo",
custom: "Personalizzato",
dark: "Scuro",
black: "Nero",
darkmode: "Modalità scura",
darkmodetagline: "Giovane Jedi, benvenuto al lato oscuro.",
},
tweaks: {
fullscreen: "Schermo Intero",
navbarblur: "Sfocatura Barra Di Navigazione",
roundedcorners: "Arrotondamento Spigoli",
roundthumbnails: "Anteprima Arrotondata",
roundwatchpagecomponents: "Componenti Rotondi Della Pagina Di Controllo",
radius: "Raggio",
},
startup: {
defaultpage: "Pagina Predefinita",
},
updates: {
install: "Ultimo",
view: "Visualizza",
latest: "Più Recente",
installed: "Installato",
},
logs: {
more: "Più",
},
about: {
appinformation: "Informazioni Applicazione",
appversion: "Versione Applicazione",
deviceinformation: "Informazioni Dispositivo",
platform: "Piattaforma",
os: "Sistema Operativo",
model: "Modello",
manufacturer: "Produttore",
emulator: "Emulatore",
github: "GitHub",
discord: "Discord",
},
},
events: {
welcome: "Benvenuto su VueTube",
tagline: "Il Futuro Dello Streaming Video",
next: "Prossimo",
updated: "VueTube è Stato Aggiornato",
awesome: "Fantastico!",
},
};