mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-18 20:24:36 -05:00
Improve and reuse language keys
This commit is contained in:
parent
193a273557
commit
35f300c8eb
@ -173,6 +173,7 @@
|
|||||||
"Avg. Response": "Avg. Response",
|
"Avg. Response": "Avg. Response",
|
||||||
"Entry Page": "Entry Page",
|
"Entry Page": "Entry Page",
|
||||||
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
||||||
|
"statusPageRefreshIn": "Refresh in: {0}",
|
||||||
"No Services": "No Services",
|
"No Services": "No Services",
|
||||||
"All Systems Operational": "All Systems Operational",
|
"All Systems Operational": "All Systems Operational",
|
||||||
"Partially Degraded Service": "Partially Degraded Service",
|
"Partially Degraded Service": "Partially Degraded Service",
|
||||||
|
@ -308,8 +308,8 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="refresh-info mb-2">
|
<div class="refresh-info mb-2">
|
||||||
<div>{{ $t("last update") }}: <date-time :value="lastUpdateTime" /></div>
|
<div>{{ $t("Last Updated") }}: <date-time :value="lastUpdateTime" /></div>
|
||||||
<div>{{ $t("refresh in") }}: {{ updateCountdownText }}</div>
|
<div>{{ $tc("statusPageRefreshIn", [ updateCountdownText]) }}</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user