1
0

Add showing version info in GUI

Resolves #373
This commit is contained in:
kolaente
2021-07-06 17:05:35 +02:00
parent 647b02e989
commit f3715c7900
4 changed files with 67 additions and 1 deletions

View File

@ -394,7 +394,8 @@
"doit": "Do it!",
"saving": "Saving…",
"saved": "Saved!",
"default": "Default"
"default": "Default",
"close": "Close"
},
"input": {
"resetColor": "Reset Color",
@ -813,5 +814,10 @@
"12002": "You are already subscribed to the entity itself or a parent entity.",
"13001": "This link share requires a password for authentication, but none was provided.",
"13002": "The provided link share password was invalid."
},
"about": {
"title": "About",
"frontendVersion": "Frontend Version: {version}",
"apiVersion": "API Version: {version}"
}
}