Add records translations and fix pause translation

This commit is contained in:
Daniel Patrón Gómez
2021-10-16 12:45:41 +02:00
parent 15f36f96c3
commit 0a73b84ae6
2 changed files with 8 additions and 2 deletions

View File

@@ -291,4 +291,7 @@ export default {
BodyInvalidFormat: "The request body is not valid JSON: ",
"Monitor History": "Monitor History:",
clearDataOlderThan: "Keep monitor history data for {0} days.",
records: "records",
"One record": "One record",
"Showing {from} to {to} of {count} records": "Showing {from} to {to} of {count} records",
};