[Fix] Added missing i18n messages, fixes for c-view404.html

This commit is contained in:
Robert von Burg 2020-03-16 17:11:35 +01:00
parent 651197b3d0
commit e2d5bfcd6e
3 changed files with 13 additions and 5 deletions

View File

@ -1,9 +1,11 @@
<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../../bower_components/polymer/polymer.html">
<link rel="import" href="../../bower_components/strolch-wc-styles/strolch-wc-styles.html">
<link rel="import" href="../styles/c-app-style.html">
<dom-module id="c-view404">
<template>
<style>
<style is="custom-style" include="c-app-style">
:host {
display: block;
min-height: 100%;

View File

@ -9,8 +9,8 @@
"strolch-wc-styles": "4treesCH/strolch-wc-styles#^0.3.0",
"strolch-wc-auth": "4treesCH/strolch-wc-auth#^0.7.8",
"strolch-wc-inspector": "4treesCH/strolch-wc-inspector#^0.19.4",
"strolch-wc-localize-behavior": "4treesCH/strolch-wc-localize-behavior#^1.1.5",
"strolch-wc-reports": "4treesCH/strolch-wc-reports#^0.2.5",
"strolch-wc-localize-behavior": "4treesCH/strolch-wc-localize-behavior#^1.1.6",
"strolch-wc-reports": "4treesCH/strolch-wc-reports#^0.2.6",
"strolch-wc-paging": "4treesCH/strolch-wc-paging#^0.1.3",
"strolch-wc-ws-observer": "4treesCH/strolch-wc-ws-observer#^0.2.2",

View File

@ -19,9 +19,15 @@
"serverNotAvailable": "Server nicht erreichbar",
"serverNotAvailableMsg": "Die Verbindung zum Server ist zur Zeit unterbrochen",
"privilegeDenied": "Aktion verweigert",
"privilegeDeniedText": "Die Aktion wurde verweigert."
"privilegeDeniedText": "Die Aktion wurde verweigert.",
"sessionInvalid": "Sitzung ungültig",
"sessionInvalidConfirmNavToLogin": "Die Sitzung ist abgelaufen oder ungültig. Bitte neu anmelden.",
"sessionInvalidLoggingBackIn": "Die Sitzung ist ungültig oder abgelaufen, automatische Anmeldung wird ausgeführt..."
},
"en": {
"sessionInvalid": "Session Invalid",
"sessionInvalidConfirmNavToLogin": "The session has expired or is invalid. Please logon again.",
"sessionInvalidLoggingBackIn": "The session is invalid or has expired, automatic logon has commenced...",
"privilegeDenied": "Action denied",
"privilegeDeniedText": "The action has been denied",
"appTitle": "${appName}",