diff --git a/src/lib/i18n/messages.json b/src/lib/i18n/messages.json index 4b4bed5..e38bfd7 100644 --- a/src/lib/i18n/messages.json +++ b/src/lib/i18n/messages.json @@ -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", diff --git a/src/routes/instance/+page.svelte b/src/routes/instance/+page.svelte index 51f338b..4ad5c67 100644 --- a/src/routes/instance/+page.svelte +++ b/src/routes/instance/+page.svelte @@ -1,4 +1,6 @@
- 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 federation.config.js file. + class="text-violet-300/80">{t('instance.configFile')} + {t('instance.file')}
{#if data.instances.length === 0} -