feat: Add ability to configure and test SMTP via UI
This commit is contained in:
@@ -99,6 +99,7 @@ export default {
|
||||
cardsOnThisListAreCompleteAndReadyToBeArchived: null,
|
||||
cardsOnThisListAreReadyToBeWorkedOn: null,
|
||||
clickHereOrRefreshPageToUpdate: null,
|
||||
clientHostnameInEhlo: null,
|
||||
closed: null,
|
||||
color: '색상',
|
||||
comments: null,
|
||||
@@ -121,6 +122,7 @@ export default {
|
||||
date: '날짜',
|
||||
deactivateUser_title: null,
|
||||
defaultCardType_title: null,
|
||||
defaultFrom: null,
|
||||
defaultView_title: null,
|
||||
deleteAllBoardsToBeAbleToDeleteThisProject: null,
|
||||
deleteAttachment_title: '첨부 파일 삭제',
|
||||
@@ -184,6 +186,7 @@ export default {
|
||||
grid: null,
|
||||
hideCompletedTasks: null,
|
||||
hideFromProjectListAndFavorites: null,
|
||||
host: null,
|
||||
hours: '시간',
|
||||
importBoard_title: '보드 가져오기',
|
||||
invalidCurrentPassword: '잘못된 현재 비밀번호',
|
||||
@@ -227,8 +230,10 @@ export default {
|
||||
optional_inline: '선택 사항',
|
||||
organization: '조직',
|
||||
others: null,
|
||||
passwordIsSet: null,
|
||||
phone: '전화',
|
||||
plankaUsesAppriseToSendNotificationsToOver100PopularServices: null,
|
||||
port: null,
|
||||
preferences: '환경 설정',
|
||||
pressPasteShortcutToAddAttachmentFromClipboard:
|
||||
'팁: Ctrl-V (Mac에서는 Cmd-V)를 눌러 클립보드에서 첨부 파일을 추가하세요.',
|
||||
@@ -237,6 +242,7 @@ export default {
|
||||
projectNotFound_title: '프로젝트를 찾을 수 없음',
|
||||
projectOwner: null,
|
||||
referenceDataAndKnowledgeStorage: null,
|
||||
rejectUnauthorizedTlsCertificates: null,
|
||||
removeManager_title: '관리자 제거',
|
||||
removeMember_title: '멤버 제거',
|
||||
role: null,
|
||||
@@ -263,6 +269,7 @@ export default {
|
||||
shared: null,
|
||||
sharedWithMe_title: null,
|
||||
showOnFrontOfCard: null,
|
||||
smtp: null,
|
||||
sortList_title: '목록 정렬',
|
||||
stopwatch: '스톱워치',
|
||||
story: null,
|
||||
@@ -274,6 +281,7 @@ export default {
|
||||
taskList_title: null,
|
||||
team: null,
|
||||
terms: null,
|
||||
testLog_title: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment:
|
||||
'이 첨부 파일에 대한 미리보기를 사용할 수 없습니다.',
|
||||
time: '시간',
|
||||
@@ -288,6 +296,7 @@ export default {
|
||||
uploadFailedNotEnoughStorageSpace: null,
|
||||
uploadedImages: null,
|
||||
url: null,
|
||||
useSecureConnection: null,
|
||||
userActions_title: '사용자 작업',
|
||||
userAddedCardToList: null,
|
||||
userAddedThisCardToList: '<0>{{user}}</0>님이 이 카드를 {{list}}에 추가했습니다',
|
||||
@@ -425,6 +434,7 @@ export default {
|
||||
restoreToList: null,
|
||||
returnToBoard: null,
|
||||
save: '저장',
|
||||
sendTestEmail: null,
|
||||
showActive: null,
|
||||
showAllAttachments: '모든 첨부 파일 보기 ({{hidden}} 숨김)',
|
||||
showCardsWithThisUser: null,
|
||||
|
||||
Reference in New Issue
Block a user