fix: outsorce user facing messages to json file

This commit is contained in:
Levente Orban
2025-11-07 14:01:47 +01:00
parent 1faa45e76b
commit 73c92b800a
2 changed files with 44 additions and 15 deletions

View File

@@ -251,6 +251,21 @@
"noEventsFoundTitle": "No events found",
"noEventsFoundDescription": "Try adjusting your search terms or browse all events"
},
"instance": {
"name": "Name",
"url": "URL",
"events": "Events",
"healthStatus": "Health Status",
"responseTime": "Response Time",
"notAvailable": "N/A",
"healthStatusHealthy": "healthy",
"healthStatusUnhealthy": "unhealthy",
"healthStatusUnknown": "unknown",
"description": "These are the instances that are part of the github original federation list, if you want to add your instance to the list, please open a pull request to the",
"configFile": "federation.config.js",
"file": "file.",
"noInstances": "No federation instances configured."
},
"calendar": {
"addToCalendarTitle": "Add to Calendar",
"googleCalendarTitle": "Google Calendar",