Feature/add vui as webui flavor (#609)
* Remove unused "downloadAhead" function * [Codegen] Update generated files * Add "VUI" as webui flavor * Add info about changing the webUI channel or flavor
This commit is contained in:
@@ -683,9 +683,6 @@
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"browse": {
|
||||
"title": "Browse settings"
|
||||
},
|
||||
"about": {
|
||||
"server": {
|
||||
"label": {
|
||||
@@ -765,6 +762,9 @@
|
||||
},
|
||||
"title": "Backup"
|
||||
},
|
||||
"browse": {
|
||||
"title": "Browse settings"
|
||||
},
|
||||
"clear_cache": {
|
||||
"label": {
|
||||
"description": "The cache of the client (browser, electron) should get cleared alongside it, otherwise, the client cache will keep getting used",
|
||||
@@ -920,7 +920,7 @@
|
||||
"preview": {
|
||||
"label": {
|
||||
"description": "Use the latest features and help us get them ready for a stable release.",
|
||||
"disclaimer": "Features and changes in this version might not be completely ready yet and can cause bugs.\nMake sure that you have automatic backups enabled to prevent loss of your library!",
|
||||
"disclaimer": "Features and changes in this version might not be completely ready yet and can cause bugs.\nMake sure that you have automatic backups enabled to prevent loss of your library!\n\n$t(settings.webui.flavor.label.info)",
|
||||
"title": "Preview"
|
||||
}
|
||||
},
|
||||
@@ -940,6 +940,7 @@
|
||||
},
|
||||
"flavor": {
|
||||
"label": {
|
||||
"info": "After changing this setting go to the \"About\" page and check for a webUI update and install it",
|
||||
"title": "Flavor"
|
||||
},
|
||||
"option": {
|
||||
@@ -949,6 +950,12 @@
|
||||
"title": "Custom"
|
||||
}
|
||||
},
|
||||
"vui": {
|
||||
"label": {
|
||||
"description": "A preview focused web frontend built with svelte",
|
||||
"title": "VUI"
|
||||
}
|
||||
},
|
||||
"webui": {
|
||||
"label": {
|
||||
"description": "Use the default $t(settings.webui.title.webui)"
|
||||
|
||||
Reference in New Issue
Block a user