mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-22 05:51:29 +00:00
[AB-197] moving templates from utility to their respective maven modules
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Accepts the given suggestion.
|
||||
@@ -0,0 +1 @@
|
||||
`accept 1 okay` in order to accept the suggestion `1` with the reason `okay`
|
||||
@@ -0,0 +1 @@
|
||||
Accepts the given suggestion. Will post the suggestion again, with the given reason for acceptance, with the old text strike through and 'Accepted by' as a notice.
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the suggestion you want to accept.
|
||||
@@ -0,0 +1 @@
|
||||
The text you want to provide in the notification when accepting a suggestion.
|
||||
@@ -0,0 +1 @@
|
||||
Rejects the given suggestion.
|
||||
@@ -0,0 +1 @@
|
||||
`deny 1 not okay` in order to reject the suggestion `1` with the reason `not okay`
|
||||
@@ -0,0 +1 @@
|
||||
Rejects the given suggestion. Will post the suggestion again, with the given reason for rejection, with the old text strike through and 'Rejected by' as a notice.
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the suggestion you want to reject.
|
||||
@@ -0,0 +1 @@
|
||||
The text you want to provide in the notification when rejecting a suggestion.
|
||||
@@ -0,0 +1 @@
|
||||
Suggests the given text in the `suggestions` post target to be voted on.
|
||||
@@ -0,0 +1,2 @@
|
||||
Suggests the given text in the `suggestions` post target to be voted on. Such a suggestion will have a globally unique id
|
||||
and a suggestion can be accepted with `accept` or denied with `reject`.
|
||||
@@ -0,0 +1 @@
|
||||
The text describing your suggestion.
|
||||
@@ -0,0 +1 @@
|
||||
Accepted by ${user}
|
||||
@@ -0,0 +1 @@
|
||||
Jump
|
||||
@@ -0,0 +1 @@
|
||||
Reason
|
||||
@@ -0,0 +1 @@
|
||||
Rejected by ${user}
|
||||
@@ -0,0 +1 @@
|
||||
Suggestion #${id}
|
||||
@@ -0,0 +1 @@
|
||||
The channel where suggestions should be posted to. Currently: ${currentTarget}
|
||||
@@ -0,0 +1 @@
|
||||
Suggestions
|
||||
@@ -0,0 +1 @@
|
||||
Suggestion ${suggestionId} does not exist.
|
||||
@@ -0,0 +1 @@
|
||||
Failed to update suggestion.
|
||||
Reference in New Issue
Block a user