feat: added webUI version in About page; style: added accordions in settings

This commit is contained in:
Roberto Tonino
2020-11-08 23:35:46 +01:00
parent fdece72d42
commit aa749eaf33
12 changed files with 405 additions and 391 deletions

View File

@@ -46,6 +46,7 @@ const en = {
about: {
updates: {
currentVersion: 'Current Version',
currentWebuiVersion: 'Current WebUI Version',
versionNotAvailable: 'N/A',
updateAvailable: `You're not running the latest version available: {version}`,
deemixVersion: 'deemix lib version'

View File

@@ -45,7 +45,8 @@ const it = {
},
about: {
updates: {
currentVersion: 'Versione corrente',
currentVersion: 'Versione attuale',
currentWebuiVersion: 'Versione WebUI attuale',
versionNotAvailable: 'N/A',
updateAvailable: `Non stai usando l'ultima versione disponibile: {version}`,
deemixVersion: 'Versione libreria deemix'