{{ this.$gzlocale.get("ClientApp") }}
{{ this.$gzlocale.get("Version") }}:
{{ clientInfo.version }}
{{ this.$gzlocale.get("User") }}:
{{ this.$store.state.userName }}
{{ this.$gzlocale.get("UserTimeZoneOffset") }}:
{{ this.$gzlocale.timeZoneOffset }}
{{ this.$gzlocale.get("DecimalSeparator") }}:
{{ this.$gzlocale.formats.DecimalSeparator }}
{{ this.$gzlocale.get("CurrencySymbol") }}:
{{ this.$gzlocale.formats.currencySymbol }}
{{ this.$gzlocale.get("ShortDateFormat") }}:
{{ this.$gzlocale.formats.shortDate }}
{{ this.$gzlocale.get("ShortTimeFormat") }}:
{{ this.$gzlocale.formats.shortTime }}
{{ this.$gzlocale.get("ShortDateAndTimeFormat") }}:
{{ this.$gzlocale.formats.shortDateAndTime }}
{{ this.$gzlocale.get("Browser") }}
{{ name }}:
{{ value }}
{{ this.$gzlocale.get("Server") }}
{{ this.$gzlocale.get("ServerAddress") }}:
{{ this.$store.state.apiUrl }}
{{ this.$gzlocale.get("Version") }}:
{{ serverInfo.serverVersion }}
{{ this.$gzlocale.get("SchemaVersion") }}:
{{ serverInfo.dbSchemaVersion }}
{{ this.$gzlocale.get("ServerTime") }}:
{{ serverInfo.serverLocalTime }}
{{ this.$gzlocale.get("TimeZone") }}:
{{ serverInfo.serverTimeZone }}
{{ this.$gzlocale.get("HelpLicense") }}
{{ this.$gzlocale.get("RegisteredUser") }}:
{{
serverInfo.license.license.licensedTo
}}
{{ this.$gzlocale.get("DatabaseID") }}:
{{ serverInfo.license.license.dbId }}
{{ this.$gzlocale.get("LicenseSerial") }}:
{{ serverInfo.license.license.keySerial }}
{{ this.$gzlocale.get("LicenseExpiration") }}:
{{
serverInfo.license.license.licenseExpiration
}}
{{ this.$gzlocale.get("SupportedUntil") }}:
{{
serverInfo.license.license.maintenanceExpiration
}}
{{ this.$gzlocale.get("LicensedOptions") }}
{{ item.Feature }}
{{ item.Count ? ": " + item.Count : "" }}