feat: Add ability to configure and test SMTP via UI

This commit is contained in:
Maksim Eltyshev
2025-09-22 20:35:13 +02:00
parent 3a12bb7457
commit c6f4dcdb70
114 changed files with 2161 additions and 301 deletions
+10
View File
@@ -98,6 +98,7 @@ export default {
cardsOnThisListAreCompleteAndReadyToBeArchived: '此列表中的卡片已完成并准备归档',
cardsOnThisListAreReadyToBeWorkedOn: '此列表中的卡片已准备就绪可开始工作',
clickHereOrRefreshPageToUpdate: '<0>点击此处</0>或刷新页面更新',
clientHostnameInEhlo: null,
closed: '已关闭',
color: '颜色',
comments: '评论',
@@ -120,6 +121,7 @@ export default {
date: '日期',
deactivateUser_title: '停用用户',
defaultCardType_title: '默认卡片类型',
defaultFrom: null,
defaultView_title: '默认视图',
deleteAllBoardsToBeAbleToDeleteThisProject: '删除所有面板后方可删除此项目',
deleteAttachment_title: '删除附件',
@@ -183,6 +185,7 @@ export default {
grid: '网格',
hideCompletedTasks: null,
hideFromProjectListAndFavorites: '从项目列表和收藏中隐藏',
host: null,
hours: '小时',
importBoard_title: '导入面板',
invalidCurrentPassword: '当前密码错误',
@@ -226,9 +229,11 @@ export default {
optional_inline: '可选的',
organization: '组织机构',
others: '其他',
passwordIsSet: null,
phone: '电话',
plankaUsesAppriseToSendNotificationsToOver100PopularServices:
'PLANKA使用<1><0>Apprise</0></1>向100多个流行服务发送通知',
port: null,
preferences: '偏好',
pressPasteShortcutToAddAttachmentFromClipboard:
'提示: 按下 Ctrl-V (Mac: Cmd-V) 从剪切板添加附件',
@@ -237,6 +242,7 @@ export default {
projectNotFound_title: '项目未找到',
projectOwner: '项目所有者',
referenceDataAndKnowledgeStorage: '参考数据和知识存储',
rejectUnauthorizedTlsCertificates: null,
removeManager_title: '删除管理员',
removeMember_title: '删除成员',
role: '角色',
@@ -263,6 +269,7 @@ export default {
shared: '共享',
sharedWithMe_title: '与我共享',
showOnFrontOfCard: '在卡片正面显示',
smtp: null,
sortList_title: '排序列表',
stopwatch: '计时器',
story: '故事',
@@ -274,6 +281,7 @@ export default {
taskList_title: '任务列表',
team: '团队',
terms: null,
testLog_title: null,
thereIsNoPreviewAvailableForThisAttachment: '此附件无法预览',
time: '时间',
title: '标题',
@@ -287,6 +295,7 @@ export default {
uploadFailedNotEnoughStorageSpace: null,
uploadedImages: '已上传图片',
url: '网址',
useSecureConnection: null,
userActions_title: '用户操作',
userAddedCardToList: '<0>{{user}}</0> 将 <2>{{card}}</2> 添加到 {{list}}',
userAddedThisCardToList: '<0>{{user}}</0> 向列表 {{list}} 添加了该卡片',
@@ -424,6 +433,7 @@ export default {
restoreToList: '恢复到 {{list}}',
returnToBoard: '返回面板',
save: '保存',
sendTestEmail: null,
showActive: '显示活跃',
showAllAttachments: '显示所有的附件 ({{hidden}} 隐藏)',
showCardsWithThisUser: '显示包含此用户的卡片',