This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
</v-list-tile>
|
||||
<v-list-tile avatar>
|
||||
<v-list-tile-content>
|
||||
<v-list-tile-title>Licensed features</v-list-tile-title>
|
||||
<v-list-tile-title>{{ lt("LicensedOptions")}}</v-list-tile-title>
|
||||
<v-list-tile-sub-title
|
||||
v-for="item in serverInfo.license.license.features"
|
||||
:key="item.Feature"
|
||||
@@ -112,7 +112,22 @@ export default {
|
||||
};
|
||||
},
|
||||
beforeMount() {
|
||||
lt.fetch(["HelpAboutAyaNova"]);
|
||||
lt.fetch([
|
||||
"HelpAboutAyaNova",
|
||||
"ClientApp",
|
||||
"Server",
|
||||
"Version",
|
||||
"SchemaVersion",
|
||||
"ServerTime",
|
||||
"TimeZone",
|
||||
"HelpLicense",
|
||||
"RegisteredUser",
|
||||
"DatabaseID",
|
||||
"LicenseSerial",
|
||||
"LicenseExpiration",
|
||||
"SupportedUntil",
|
||||
"LicensedOptions"
|
||||
]);
|
||||
},
|
||||
mounted() {
|
||||
this.clientInfo.version = aboutInfo.version;
|
||||
|
||||
@@ -1428,5 +1428,6 @@
|
||||
"DatabaseID": "Datenbank-ID",
|
||||
"LicenseSerial": "Seriennummer der Lizenz",
|
||||
"LicenseExpiration": "Lizenziert bis",
|
||||
"SupportedUntil":"Support- und Aktualisierungsdatum"
|
||||
"SupportedUntil":"Support- und Aktualisierungsdatum",
|
||||
"LicensedOptions":"Lizenzoptionen"
|
||||
}
|
||||
|
||||
@@ -1427,7 +1427,8 @@
|
||||
"DatabaseID":"Database ID",
|
||||
"LicenseSerial":"License serial number",
|
||||
"LicenseExpiration":"License expiration date",
|
||||
"SupportedUntil":"Support and updates expiration date"
|
||||
"SupportedUntil":"Support and updates expiration date",
|
||||
"LicensedOptions":"Licensed options"
|
||||
|
||||
|
||||
}
|
||||
@@ -1428,5 +1428,6 @@
|
||||
"DatabaseID":"Id. de base de datos",
|
||||
"LicenseSerial":"Número de serie de licencia",
|
||||
"LicenseExpiration":"Licencia hasta el",
|
||||
"SupportedUntil":"Soporte y actualizaciones fecha de caducidad"
|
||||
"SupportedUntil":"Soporte y actualizaciones fecha de caducidad",
|
||||
"LicensedOptions":"Opciones de licencia"
|
||||
}
|
||||
@@ -1428,6 +1428,7 @@
|
||||
"DatabaseID":"ID base de données",
|
||||
"LicenseSerial":"Numéro de série de licence",
|
||||
"LicenseExpiration":"Accordée sous licence jusqu'au",
|
||||
"SupportedUntil":"Support et mises à jour date d'expiration"
|
||||
"SupportedUntil":"Support et mises à jour date d'expiration",
|
||||
"LicensedOptions":"Options de licence"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user