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