feat(i18n): improve i18n copy and add new translations
- Add new translation entries - Fix several language files
This commit is contained in:
@@ -9,4 +9,13 @@ export const servicesTranslations: ServicesTranslations = {
|
||||
uptime: "Uptime",
|
||||
lastChecked: "Last Checked",
|
||||
noServices: "No services match your filter criteria.",
|
||||
};
|
||||
currentlyMonitoring: "Currently Monitoring",
|
||||
retry: "Retry",
|
||||
overview: "Overview",
|
||||
newService: "NewService",
|
||||
rowsPerPage: "Rows Per Page",
|
||||
search: "Search",
|
||||
allTypes: "All Types",
|
||||
createNewService: "Create New Service",
|
||||
createNewServiceDesc: "Fill in the details to create a new service to monitor.",
|
||||
};
|
||||
Reference in New Issue
Block a user