This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: ♿ Basic Italian Language Translation
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"
- Loading branch information
1 parent
e239726
commit a6a817f
Showing
5 changed files
with
67 additions
and
7 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
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!" | ||
} | ||
|
||
|
||
} |