mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-20 05:24:13 +00:00
[AB-197] moving templates from utility to their respective maven modules
This commit is contained in:
15
translations/suggestion/src/main/assembly/assembly.xml
Normal file
15
translations/suggestion/src/main/assembly/assembly.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
|
||||
<id>zip</id>
|
||||
<includeBaseDirectory>false</includeBaseDirectory>
|
||||
<formats>
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
<outputDirectory>.</outputDirectory>
|
||||
<directory>${project.basedir}/src/main/resources</directory>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
</assembly>
|
||||
@@ -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