+
{{ $ay.t("HelpLicense") }}
- {{ $ay.t("RegisteredUser") }}:
-
- abcdefg{{ currentLicenseInfo.licensedTo }}
+ {{ $ay.t("RegisteredUser") }}
+ {{
+ currentLicenseInfo.licensedTo
+ }}
- {{ $ay.t("DatabaseID") }}:
+ {{ $ay.t("DatabaseID") }}
{{ currentLicenseInfo.serverDbId }}
- {{ $ay.t("LicenseSerial") }}:
+ {{ $ay.t("LicenseSerial") }}:
{{ currentLicenseInfo.keySerial }}
- {{ $ay.t("LicenseExpiration") }}:
-
+ {{ $ay.t("LicenseExpiration") }}:
{{
$ay.dt(currentLicenseInfo.licenseExpiration)
}}
- {{ $ay.t("SupportedUntil") }}:
+ {{ $ay.t("SupportedUntil") }}:
{{
$ay.dt(currentLicenseInfo.maintenanceExpiration)
}}
-
-
{{ $ay.t("LicensedOptions") }}
+
{{ $ay.t("LicensedOptions") }}
- {{ item.Feature }}
+ {{ item.Feature }}
{{
item.Count ? ": " + item.Count : ""
}}
@@ -508,6 +501,12 @@ function initForm(vm) {
//
function fetchTranslatedText(vm) {
return window.$gz.translation.cacheTranslations([
+ "RegisteredUser",
+ "DatabaseID",
+ "LicenseSerial",
+ "LicenseExpiration",
+ "SupportedUntil",
+ "LicensedOptions",
"CheckForLicense",
"SendEvaluationRequest",
"NoLicenseTitle",