mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-07-12 12:02:48 +00:00
[AB-xxx] adding template for configuration setup step
This commit is contained in:
15
translations/sticky-roles/src/main/assembly/assembly.xml
Normal file
15
translations/sticky-roles/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 @@
|
||||
Changed sticky role configuration.
|
||||
@@ -0,0 +1 @@
|
||||
Changes whether a role should be sticky
|
||||
@@ -0,0 +1 @@
|
||||
This command can be used to create the role in the configuration, and also to change whether the role should be maintained when members leave and re-join.
|
||||
@@ -0,0 +1 @@
|
||||
The role to change the stickiness for
|
||||
@@ -0,0 +1 @@
|
||||
Whether this role should be sticky
|
||||
@@ -0,0 +1 @@
|
||||
Shows the current sticky role configuration
|
||||
@@ -0,0 +1 @@
|
||||
Shows the current sticky role configuration and whether a role is considered sticky
|
||||
@@ -0,0 +1 @@
|
||||
Change if you want to keep the roles when leaving
|
||||
@@ -0,0 +1 @@
|
||||
This command can be used to configure whether your roles should be maintained if you are leaving and re-joining.
|
||||
@@ -0,0 +1 @@
|
||||
Whether you want to have sticky roles.
|
||||
@@ -0,0 +1 @@
|
||||
Changed sticky roles for you.
|
||||
@@ -0,0 +1 @@
|
||||
Change whether another member should have sticky roles
|
||||
@@ -0,0 +1 @@
|
||||
This command can be used to configure if another member should maintain their roles if they leave and rejoin.
|
||||
@@ -0,0 +1 @@
|
||||
The member to change stickiness for
|
||||
@@ -0,0 +1 @@
|
||||
Whether they should have sticky roles
|
||||
@@ -0,0 +1 @@
|
||||
Changed sticky roles for the member.
|
||||
@@ -0,0 +1 @@
|
||||
Sticky roles
|
||||
Reference in New Issue
Block a user