feat: Move webhooks configuration from environment variable to UI
This commit is contained in:
@@ -16,6 +16,7 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
aboutPlanka: 'About PLANKA',
|
||||
accessToken: 'Access token',
|
||||
account: 'Account',
|
||||
actions: 'Actions',
|
||||
activateUser_title: 'Activate User',
|
||||
@@ -64,6 +65,7 @@ export default {
|
||||
areYouSureYouWantToDeleteThisTask: 'Are you sure you want to delete this task?',
|
||||
areYouSureYouWantToDeleteThisTaskList: 'Are you sure you want to delete this task list?',
|
||||
areYouSureYouWantToDeleteThisUser: 'Are you sure you want to delete this user?',
|
||||
areYouSureYouWantToDeleteThisWebhook: 'Are you sure you want to delete this webhook?',
|
||||
areYouSureYouWantToEmptyTrash: 'Are you sure you want to empty the trash?',
|
||||
areYouSureYouWantToLeaveBoard: 'Are you sure you want to leave the board?',
|
||||
areYouSureYouWantToLeaveProject: 'Are you sure you want to leave the project?',
|
||||
@@ -147,6 +149,7 @@ export default {
|
||||
deleteTask_title: 'Delete Task',
|
||||
deleteUser_title: 'Delete User',
|
||||
deletedUser_title: 'Deleted User',
|
||||
deleteWebhook_title: 'Delete Webhook',
|
||||
description: 'Description',
|
||||
detectAutomatically: 'Detect automatically',
|
||||
display: 'Display',
|
||||
@@ -177,6 +180,8 @@ export default {
|
||||
enterFilename: 'Enter filename',
|
||||
enterListTitle: 'Enter list title...',
|
||||
enterTaskDescription: 'Enter task description...',
|
||||
events: 'Events',
|
||||
excludedEvents: 'Excluded events',
|
||||
filterByLabels_title: 'Filter By Labels',
|
||||
filterByMembers_title: 'Filter By Members',
|
||||
forPersonalProjects: 'For personal projects.',
|
||||
@@ -281,6 +286,7 @@ export default {
|
||||
typeTitleToConfirm: 'Type the title to confirm.',
|
||||
unsavedChanges: 'Unsaved changes',
|
||||
uploadedImages: 'Uploaded images',
|
||||
url: 'URL',
|
||||
userActions_title: 'User Actions',
|
||||
userAddedCardToList: '<0>{{user}}</0> added <2>{{card}}</2> to {{list}}',
|
||||
userAddedThisCardToList: '<0>{{user}}</0> added this card to {{list}}',
|
||||
@@ -308,6 +314,7 @@ export default {
|
||||
userRemovedUserFromThisCard: '<0>{{actorUser}}</0> removed {{removedUser}} from this card',
|
||||
username: 'Username',
|
||||
users: 'Users',
|
||||
webhooks: 'Webhooks',
|
||||
viewer: 'Viewer',
|
||||
viewers: 'Viewers',
|
||||
visualTaskManagementWithLists: 'Visual task management with lists.',
|
||||
@@ -333,6 +340,7 @@ export default {
|
||||
addTaskList: 'Add task list',
|
||||
addToCard: 'Add to card',
|
||||
addUser: 'Add user',
|
||||
addWebhook: 'Add webhook',
|
||||
archive: 'Archive',
|
||||
archiveCard: 'Archive card',
|
||||
archiveCard_title: 'Archive Card',
|
||||
@@ -373,6 +381,7 @@ export default {
|
||||
deleteTask_title: 'Delete Task',
|
||||
deleteUser: 'Delete user',
|
||||
deleteUser_title: 'Delete User',
|
||||
deleteWebhook: 'Delete webhook',
|
||||
dismissAll: 'Dismiss all',
|
||||
duplicate: 'Duplicate',
|
||||
duplicateCard_title: 'Duplicate Card',
|
||||
|
||||
Reference in New Issue
Block a user