feat(i18n): improve i18n copy and add new translations

- Add new translation entries
- Fix several language files
This commit is contained in:
YiZixuan
2025-08-15 21:37:12 +08:00
parent 35fe0b9071
commit 40488a5a53
33 changed files with 116 additions and 34 deletions
+10 -1
View File
@@ -6,7 +6,16 @@ export const servicesTranslations: ServicesTranslations = {
serviceType: "服务类型",
serviceStatus: "服务状态",
responseTime: "响应时间",
uptime: "Uptime",
uptime: "在线",
lastChecked: "最后检查时间",
noServices: "没有符合您筛选条件的服务。",
currentlyMonitoring: "当前监控",
retry: "重试",
overview: "概览",
newService: "新增服务",
rowsPerPage: "每页行数",
search: "搜索",
allTypes: "所有类型",
createNewService: "添加新服务",
createNewServiceDesc: "填写详细信息以创建要监控的新服务。",
};