mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-09-17 12:38:08 +00:00
[SIS-xxx] updating abstracto version to 1.5.51
adjusting template names to not use a locale
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Meetup has been cancelled.
|
||||
@@ -0,0 +1 @@
|
||||
Cancels a meetup
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the meetup to cancel
|
||||
@@ -0,0 +1 @@
|
||||
Meetup with topic ${topicText} at ${time} has been cancelled.
|
||||
@@ -0,0 +1 @@
|
||||
Property has been updated.
|
||||
@@ -0,0 +1 @@
|
||||
Changes a property of a meetup
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the meetup to change a property of
|
||||
@@ -0,0 +1 @@
|
||||
The new value of the property
|
||||
@@ -0,0 +1 @@
|
||||
The property to change
|
||||
@@ -0,0 +1 @@
|
||||
Description
|
||||
@@ -0,0 +1 @@
|
||||
Location
|
||||
@@ -0,0 +1 @@
|
||||
Topic
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
Changes the time at which a meetup happens
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the meetup to change the timestamp of
|
||||
@@ -0,0 +1 @@
|
||||
New time of the meetup (https://www.unixtimestamp.com/)
|
||||
@@ -0,0 +1 @@
|
||||
Cancel
|
||||
@@ -0,0 +1 @@
|
||||
OK
|
||||
@@ -0,0 +1 @@
|
||||
Location
|
||||
@@ -0,0 +1 @@
|
||||
Creates a meetup
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
What the meetup should be.
|
||||
@@ -0,0 +1 @@
|
||||
Where the meetup should be. This will be used with a Google Maps search link in the display.
|
||||
@@ -0,0 +1 @@
|
||||
Time of the meetup (https://www.unixtimestamp.com/)
|
||||
@@ -0,0 +1 @@
|
||||
Short description of the meetup. Please add the city if applicable.
|
||||
@@ -0,0 +1 @@
|
||||
Lists all future meetups
|
||||
@@ -0,0 +1 @@
|
||||
This command can be used to list all future meetups and get information about them.
|
||||
@@ -0,0 +1,3 @@
|
||||
Time: ${time} ${timeRelative}
|
||||
Link: [here](${link})
|
||||
Meetup Topic: `${topic?json_string}`
|
||||
@@ -0,0 +1 @@
|
||||
No meetups found.
|
||||
@@ -0,0 +1 @@
|
||||
Notifies all participant of the meetup
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The decision of the people to be notified
|
||||
@@ -0,0 +1 @@
|
||||
Maybe
|
||||
@@ -0,0 +1 @@
|
||||
No
|
||||
@@ -0,0 +1 @@
|
||||
No time
|
||||
@@ -0,0 +1 @@
|
||||
Yes
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the meetup to notify the participants for
|
||||
@@ -0,0 +1 @@
|
||||
The message to send to the participants
|
||||
@@ -0,0 +1 @@
|
||||
Participants have been notified.
|
||||
@@ -0,0 +1 @@
|
||||
Meetup
|
||||
@@ -0,0 +1 @@
|
||||
Meetup is in the past. Not possible.
|
||||
@@ -0,0 +1 @@
|
||||
Meetup not found.
|
||||
@@ -0,0 +1 @@
|
||||
You are not the organizer of the meetup.
|
||||
@@ -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}
|
||||
@@ -0,0 +1 @@
|
||||
meetup-${meetupId}
|
||||
@@ -0,0 +1 @@
|
||||
ID ${meetupId}
|
||||
@@ -0,0 +1 @@
|
||||
Location
|
||||
@@ -0,0 +1 @@
|
||||
Maybe
|
||||
@@ -0,0 +1 @@
|
||||
Not interested
|
||||
@@ -0,0 +1 @@
|
||||
Nobody.
|
||||
@@ -0,0 +1 @@
|
||||
No time
|
||||
@@ -0,0 +1 @@
|
||||
Yes
|
||||
@@ -0,0 +1 @@
|
||||
Meetup with topic ${topicText} is at ${time}.
|
||||
Reference in New Issue
Block a user