[SIS-xxx] updating abstracto version to 1.5.51

adjusting template names to not use a locale
This commit is contained in:
Sheldan
2024-11-22 22:30:34 +01:00
parent 752be470e8
commit 208dd8c893
244 changed files with 14 additions and 22 deletions

View File

@@ -0,0 +1,3 @@
This command is used to cancel a meetup.
This includes notifying all current participants, who either said yes or maybe, that the meetup has been cancelled and updating the message to reflect this.
Cancelled meetups are deleted after one to two days completely.

View File

@@ -0,0 +1,3 @@
This command is used to change a property of a meetup.
That can include: description, topic and location.
In order to clear the location please enter "". It is not possible to clear the topic or the description.

View File

@@ -0,0 +1,2 @@
Meetup with topic ${topicText} has been moved from ${oldTime} to ${newTime}.
Your response has been removed, please click [here](${messageLink}) to respond again.

View File

@@ -0,0 +1,3 @@
This command is used to change the time of a meetup.
This includes notifying all current participants, who either said yes, maybe or no time, that the time of the meetup has changed.
All previous responses are deleted (except no) and the message is updated accordingly.

View File

@@ -0,0 +1,3 @@
Command used to schedule a meetup.
This creates a message which people can register (yes/no/maybe) themselves for a meetup.
People will receive a notification at certain time periods before the meetup.

View File

@@ -0,0 +1 @@
Where the meetup should be. This will be used with a Google Maps search link in the display.

View File

@@ -0,0 +1 @@
Short description of the meetup. Please add the city if applicable.

View File

@@ -0,0 +1 @@
This command can be used to list all future meetups and get information about them.

View File

@@ -0,0 +1,3 @@
Time: ${time} ${timeRelative}
Link: [here](${link})
Meetup Topic: `${topic?json_string}`

View File

@@ -0,0 +1,2 @@
This command is used to notify all participants of a meetup.
This means every participant will get mentioned and the message will be sent.

View File

@@ -0,0 +1,11 @@
Time: ${time} ${timeRelative}
<#if descriptionText?hasContent>Description: ${descriptionText}</#if>
Organized by: ${organizerText}
Participants: ${participantsText}
Maybe: ${maybeParticipantsText}
Declined: ${declinedParticipantsText}
No time: ${noTimeParticipantsText}