feat(i18n): improve i18n copy and add new translations
- Add new translation entries - Fix several language files
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { AboutTranslations } from '../types/about';
|
||||
|
||||
export const aboutTranslations: AboutTranslations = {
|
||||
aboutCheckcle: "关于 Checkcle",
|
||||
aboutCheckCle: "关于 Checkcle",
|
||||
systemDescription: "Checkcle 是一个开源监控平台,可提供有关服务器和服务健康状况的实时洞察、事件管理以及透明化运营。以 MIT 许可证发布。",
|
||||
systemVersion: "系统版本",
|
||||
license: "许可证",
|
||||
@@ -15,4 +15,5 @@ export const aboutTranslations: AboutTranslations = {
|
||||
quickActions: "快速操作",
|
||||
quickActionsDescription: "快速访问常用的监控操作和功能。选择下面的操作开始。",
|
||||
quickTips: "快速提示",
|
||||
releasedOn: "发布于",
|
||||
};
|
||||
|
||||
@@ -5,9 +5,10 @@ export const commonTranslations: CommonTranslations = {
|
||||
welcome: "欢迎",
|
||||
logout: "注销",
|
||||
language: "语言",
|
||||
english: "English",
|
||||
khmer: "Khmer",
|
||||
english: "Englisch",
|
||||
khmer: "ភាសាខ្មែរ",
|
||||
german: "Deutsch",
|
||||
japanese: "日本語",
|
||||
simplifiedChinese: "简体中文",
|
||||
goodMorning: "早上好",
|
||||
goodAfternoon: "下午好",
|
||||
|
||||
@@ -52,4 +52,5 @@ export const incidentTranslations: IncidentTranslations = {
|
||||
configuration: '配置',
|
||||
failedToUpdateStatus: '更新状态失败',
|
||||
inProgress: '进行中',
|
||||
enterRootCause: '输入故障根源',
|
||||
};
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
import { MenuTranslations } from '../types/menu';
|
||||
|
||||
export const menuTranslations: MenuTranslations = {
|
||||
uptimeMonitoring: "Uptime 监控",
|
||||
uptimeMonitoring: "在线监控",
|
||||
instanceMonitoring: "实例监控",
|
||||
sslDomain: "SSL & 域名",
|
||||
scheduleIncident: "计划与事件",
|
||||
|
||||
@@ -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: "填写详细信息以创建要监控的新服务。",
|
||||
};
|
||||
|
||||
@@ -112,5 +112,6 @@ export const sslTranslations: SSLTranslations = {
|
||||
created: "创建时间",
|
||||
lastUpdated: "最后更新时间",
|
||||
lastNotification: "最后通知时间",
|
||||
collectionId: "集合 ID"
|
||||
collectionId: "集合 ID",
|
||||
noCertificatesFound: "未找到证书",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user