mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-03 03:52:35 +02:00
6 lines
199 B
JavaScript
6 lines
199 B
JavaScript
export default {
|
|
// Add translations for Incident History
|
|
"Incident History": "Incident History",
|
|
"No incident reports found.": "No incident reports found.",
|
|
"Loading": "Loading",
|
|
};
|