chore: improve i18n

This commit is contained in:
Fu Diwei
2024-10-14 21:00:50 +08:00
parent 9bd279a8a0
commit e397793153
69 changed files with 1866 additions and 1509 deletions

View File

@@ -50,8 +50,8 @@ export type NotifyChannelWebhook = {
};
export const defaultNotifyTemplate: NotifyTemplate = {
title: "您有{COUNT}张证书即将过期",
content: "有{COUNT}张证书即将过期,域名分别为{DOMAINS},请保持关注!",
title: "您有 {COUNT} 张证书即将过期",
content: "有 {COUNT} 张证书即将过期域名分别为 {DOMAINS}请保持关注!",
};
export type SSLProvider = "letsencrypt" | "zerossl";