Skip to content

Commit

Permalink
Add offline indicator (Lithuanian) (evcc-io#3534)
Browse files Browse the repository at this point in the history
  • Loading branch information
RTTTC authored Jun 2, 2022
1 parent a68b729 commit 3ee45ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion assets/js/i18n/lt.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default {
modalSavingsTotal: "Sutaupyta, palyginus su tinklu",
modalExplaination: "Skaičiavimas",
modalExplainationGrid: "kaina iš tinklo {gridPrice}",
modalExplainationFeedIn: "Kompensavimas už patiektą į tinklą energiją {feedInPrice}",
modalExplainationFeedIn: "kompensavimas už patiektą į tinklą energiją {feedInPrice}",
modalServerStart: "nuo EVCC starto {since}.",
modalNoData: "įkrovimo duomenų dar nėra",
},
Expand Down Expand Up @@ -136,4 +136,8 @@ export default {
`,
},
},
offline: {
message: "Nėra ryšio su serveriu.",
reload: "Perkrauti?",
},
};

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<meta name="theme-color" content="#28293e" />

<title>evcc</title>
<script type="module" crossorigin src="./assets/index.e9c8c81b.js"></script>
<script type="module" crossorigin src="./assets/index.969c8832.js"></script>
<link rel="stylesheet" href="./assets/index.dca955c6.css">
</head>
<body>
Expand Down

0 comments on commit 3ee45ed

Please sign in to comment.