feat: Add ability to configure and test SMTP via UI
This commit is contained in:
@@ -115,6 +115,7 @@ export default {
|
||||
'Cards on this list are complete and ready to be archived.',
|
||||
cardsOnThisListAreReadyToBeWorkedOn: 'Cards on this list are ready to be worked on.',
|
||||
clickHereOrRefreshPageToUpdate: '<0>Click here</0> or refresh the page to update.',
|
||||
clientHostnameInEhlo: 'Client hostname in EHLO',
|
||||
closed: 'Closed',
|
||||
color: 'Color',
|
||||
comments: 'Comments',
|
||||
@@ -137,6 +138,7 @@ export default {
|
||||
date: 'Date',
|
||||
deactivateUser_title: 'Deactivate User',
|
||||
defaultCardType_title: 'Default Card Type',
|
||||
defaultFrom: 'Default "from"',
|
||||
defaultView_title: 'Default View',
|
||||
deleteAllBoardsToBeAbleToDeleteThisProject:
|
||||
'Delete all boards to be able to delete this project',
|
||||
@@ -201,6 +203,7 @@ export default {
|
||||
grid: 'Grid',
|
||||
hideCompletedTasks: 'Hide completed tasks',
|
||||
hideFromProjectListAndFavorites: 'Hide from project list and favorites',
|
||||
host: 'Host',
|
||||
hours: 'Hours',
|
||||
importBoard_title: 'Import Board',
|
||||
invalidCurrentPassword: 'Invalid current password',
|
||||
@@ -245,9 +248,11 @@ export default {
|
||||
optional_inline: 'optional',
|
||||
organization: 'Organization',
|
||||
others: 'Others',
|
||||
passwordIsSet: 'Password is set',
|
||||
phone: 'Phone',
|
||||
plankaUsesAppriseToSendNotificationsToOver100PopularServices:
|
||||
'PLANKA uses <1><0>Apprise</0></1> to send notifications to over 100 popular services.',
|
||||
port: 'Port',
|
||||
preferences: 'Preferences',
|
||||
pressPasteShortcutToAddAttachmentFromClipboard:
|
||||
'Tip: press Ctrl-V (Cmd-V on Mac) to add an attachment from the clipboard.',
|
||||
@@ -256,6 +261,7 @@ export default {
|
||||
projectNotFound_title: 'Project Not Found',
|
||||
projectOwner: 'Project owner',
|
||||
referenceDataAndKnowledgeStorage: 'Reference data and knowledge storage.',
|
||||
rejectUnauthorizedTlsCertificates: 'Reject unauthorized TLS certificates',
|
||||
removeManager_title: 'Remove Manager',
|
||||
removeMember_title: 'Remove Member',
|
||||
role: 'Role',
|
||||
@@ -282,6 +288,7 @@ export default {
|
||||
shared: 'Shared',
|
||||
sharedWithMe_title: 'Shared With Me',
|
||||
showOnFrontOfCard: 'Show on front of card',
|
||||
smtp: 'SMTP',
|
||||
sortList_title: 'Sort List',
|
||||
stopwatch: 'Stopwatch',
|
||||
story: 'Story',
|
||||
@@ -293,6 +300,7 @@ export default {
|
||||
taskList_title: 'Task List',
|
||||
team: 'Team',
|
||||
terms: 'Terms',
|
||||
testLog_title: 'Test Log',
|
||||
thereIsNoPreviewAvailableForThisAttachment:
|
||||
'There is no preview available for this attachment.',
|
||||
time: 'Time',
|
||||
@@ -307,6 +315,7 @@ export default {
|
||||
uploadFailedNotEnoughStorageSpace: 'Upload failed: Not enough storage space.',
|
||||
uploadedImages: 'Uploaded images',
|
||||
url: 'URL',
|
||||
useSecureConnection: 'Use secure connection',
|
||||
userActions_title: 'User Actions',
|
||||
userAddedCardToList: '<0>{{user}}</0> added <2>{{card}}</2> to {{list}}',
|
||||
userAddedThisCardToList: '<0>{{user}}</0> added this card to {{list}}',
|
||||
@@ -446,6 +455,7 @@ export default {
|
||||
restoreToList: 'Restore to {{list}}',
|
||||
returnToBoard: 'Return to board',
|
||||
save: 'Save',
|
||||
sendTestEmail: 'Send test email',
|
||||
showActive: 'Show active',
|
||||
showAllAttachments: 'Show all attachments ({{hidden}} hidden)',
|
||||
showCardsWithThisUser: 'Show cards with this user',
|
||||
|
||||
Reference in New Issue
Block a user