|
13 | 13 | "toolTip": "The word Comment in the comment button", |
14 | 14 | "placeholder": "Comment" |
15 | 15 | }, |
| 16 | + "updateStatus": { |
| 17 | + "title": "Update Status", |
| 18 | + "defaultValue": "Update Status", |
| 19 | + "inputType": "text", |
| 20 | + "maxLength": 20, |
| 21 | + "toolTip": "", |
| 22 | + "placeholder": "Update Status" |
| 23 | + }, |
16 | 24 | "backlog": { |
17 | 25 | "title": "Backlog", |
18 | 26 | "defaultValue": "Backlog", |
|
50 | 58 | "inputType": "text", |
51 | 59 | "toolTip": "", |
52 | 60 | "placeholder": "Getting your purchase ready, please wait..." |
| 61 | + }, |
| 62 | + "suggestionSuccessfullyAdded": { |
| 63 | + "title": "Suggestion Successfully Added", |
| 64 | + "defaultValue": "Your suggestion has been successfully added.", |
| 65 | + "inputType": "text", |
| 66 | + "toolTip": "", |
| 67 | + "placeholder": "Your suggestion has been successfully added." |
| 68 | + }, |
| 69 | + "somethingWentWrong": { |
| 70 | + "title": "Something went wrong", |
| 71 | + "defaultValue": "Something went wrong, please try again later.", |
| 72 | + "inputType": "text", |
| 73 | + "toolTip": "", |
| 74 | + "placeholder": "Something went wrong, please try again later." |
| 75 | + }, |
| 76 | + "purchaseWasCancelled": { |
| 77 | + "title": "Purchase Was Cancelled", |
| 78 | + "defaultValue": "The purchase was cancelled", |
| 79 | + "inputType": "text", |
| 80 | + "toolTip": "", |
| 81 | + "placeholder": "The purchase was cancelled" |
| 82 | + }, |
| 83 | + "upvotes": { |
| 84 | + "title": "Upvotes", |
| 85 | + "defaultValue": "Upvotes", |
| 86 | + "inputType": "text", |
| 87 | + "toolTip": "", |
| 88 | + "placeholder": "Upvotes" |
| 89 | + }, |
| 90 | + "purchaseNotAvailable": { |
| 91 | + "title": "Purchase Not Available", |
| 92 | + "defaultValue": "Purchase Not Available On Browser", |
| 93 | + "inputType": "text", |
| 94 | + "toolTip": "", |
| 95 | + "placeholder": "Purchase Not Available On Browser" |
| 96 | + }, |
| 97 | + "unknownUser": { |
| 98 | + "title": "Unknown User", |
| 99 | + "defaultValue": "Someone", |
| 100 | + "inputType": "text", |
| 101 | + "maxLength": 20, |
| 102 | + "toolTip": "", |
| 103 | + "placeholder": "Someone" |
53 | 104 | } |
54 | 105 | } |
55 | 106 | }, |
|
197 | 248 | "placeholder": "Remove" |
198 | 249 | } |
199 | 250 | } |
| 251 | + }, |
| 252 | + "notifications": { |
| 253 | + "title": "Notifications", |
| 254 | + "labels": { |
| 255 | + "newItemTitle": { |
| 256 | + "title": "New Item Created Title", |
| 257 | + "defaultValue": "A new item has been created", |
| 258 | + "inputType": "text", |
| 259 | + "toolTip": "", |
| 260 | + "maxLength": 50, |
| 261 | + "placeholder": "A new item has been created" |
| 262 | + }, |
| 263 | + "newItemBody": { |
| 264 | + "title": "New Item Created Message", |
| 265 | + "defaultValue": "A ${context.plugin.itemTitle} has been created", |
| 266 | + "inputType": "text", |
| 267 | + "toolTip": "", |
| 268 | + "maxLength": 150, |
| 269 | + "placeholder": "A ${context.plugin.itemTitle} has been created" |
| 270 | + }, |
| 271 | + |
| 272 | + "backlogItemTitle": { |
| 273 | + "title": "Task In Backlog Title", |
| 274 | + "defaultValue": "Task In Backlog", |
| 275 | + "inputType": "text", |
| 276 | + "toolTip": "", |
| 277 | + "maxLength": 50, |
| 278 | + "placeholder": "Task In Backlog" |
| 279 | + }, |
| 280 | + "backlogItemBody": { |
| 281 | + "title": "Task In Backlog Message", |
| 282 | + "defaultValue": "${context.plugin.itemTitle} has been marked as In Backlog", |
| 283 | + "inputType": "text", |
| 284 | + "toolTip": "", |
| 285 | + "maxLength": 150, |
| 286 | + "placeholder": "${context.plugin.itemTitle} has been marked as In Backlog" |
| 287 | + }, |
| 288 | + |
| 289 | + "inProgressItemTitle": { |
| 290 | + "title": "Task In Progress Title", |
| 291 | + "defaultValue": "Task In Progress", |
| 292 | + "inputType": "text", |
| 293 | + "toolTip": "", |
| 294 | + "maxLength": 50, |
| 295 | + "placeholder": "Task In Progress" |
| 296 | + }, |
| 297 | + "inProgressItemBody": { |
| 298 | + "title": "Task In Progress Message", |
| 299 | + "defaultValue": "${context.plugin.itemTitle} has been marked as In Progress", |
| 300 | + "inputType": "text", |
| 301 | + "toolTip": "", |
| 302 | + "maxLength": 150, |
| 303 | + "placeholder": "${context.plugin.itemTitle} has been marked as In Progress" |
| 304 | + }, |
| 305 | + |
| 306 | + "completedItemBody": { |
| 307 | + "title": "Task Completed", |
| 308 | + "defaultValue": "Task Completed", |
| 309 | + "inputType": "text", |
| 310 | + "toolTip": "", |
| 311 | + "maxLength": 50, |
| 312 | + "placeholder": "Task Completed" |
| 313 | + }, |
| 314 | + "completedItemMessageInputPlaceholder": { |
| 315 | + "title": "Completed Task Message Input", |
| 316 | + "defaultValue": "${context.plugin.itemTitle} has been marked as completed", |
| 317 | + "inputType": "text", |
| 318 | + "toolTip": "", |
| 319 | + "maxLength": 150, |
| 320 | + "placeholder": "${context.plugin.itemTitle} has been marked as completed" |
| 321 | + }, |
| 322 | + "completedItemMessageSendText": { |
| 323 | + "title": "Completed Task Message Send Text", |
| 324 | + "defaultValue": "Send", |
| 325 | + "inputType": "text", |
| 326 | + "toolTip": "", |
| 327 | + "maxLength": 9, |
| 328 | + "placeholder": "Send" |
| 329 | + }, |
| 330 | + "completedItemMessageCancelText": { |
| 331 | + "title": "Completed Task Message Cancel Text", |
| 332 | + "defaultValue": "Cancel", |
| 333 | + "inputType": "text", |
| 334 | + "toolTip": "", |
| 335 | + "maxLength": 9, |
| 336 | + "placeholder": "Cancel" |
| 337 | + } |
| 338 | + } |
200 | 339 | } |
201 | 340 | } |
202 | 341 | } |
0 commit comments