Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"fields": {
"name": "名称",
"status": "状态",
"target": "目标",
"sentAt": "发送日期",
"attemptCount": "尝试",
"emailAddress": "电子邮件地址",
"massEmail": "群发电子邮件",
"isTest": "是测试"
},
"links": {
"target": "目标",
"massEmail": "群发电子邮件"
},
"options": {
"status": {
"Pending": "有待",
"Sent": "发送",
"Failed": "失败",
"Sending": "发送中"
}
},
"presetFilters": {
"pending": "有待",
"sent": "发送",
"failed": "失败"
}
}