mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-21 13:38:45 +00:00
[AB-xxx] changing locale of templates to default, instead of explicitly en_US
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Reminds you in the given period of the given text.
|
||||
@@ -0,0 +1 @@
|
||||
`remind 1h2m3s text` in order to be reminded in 1 hour 2 minutes and 3 seconds with the reason `text`
|
||||
@@ -0,0 +1,3 @@
|
||||
Reminds you in the given duration of the given text. The reminder will also include a link to the original message.
|
||||
|
||||
<#include "duration_format_help">
|
||||
@@ -0,0 +1 @@
|
||||
The duration in which you want to be reminded in. Uses the duration parsing.
|
||||
@@ -0,0 +1 @@
|
||||
The text you wanted to be reminded with.
|
||||
@@ -0,0 +1 @@
|
||||
Reminder ID ${reminder.id?c}
|
||||
@@ -0,0 +1 @@
|
||||
Duration
|
||||
@@ -0,0 +1 @@
|
||||
Join
|
||||
@@ -0,0 +1 @@
|
||||
Failed to join reminder. It may be in the past.
|
||||
@@ -0,0 +1 @@
|
||||
You joined the reminder and will also be notified at ${targetDate}. Click the button again to not be notified anymore.
|
||||
@@ -0,0 +1 @@
|
||||
You will not be notified about the reminder.
|
||||
@@ -0,0 +1 @@
|
||||
Jump!
|
||||
@@ -0,0 +1 @@
|
||||
Link
|
||||
@@ -0,0 +1 @@
|
||||
Note
|
||||
@@ -0,0 +1 @@
|
||||
You cannot join your own reminder.
|
||||
@@ -0,0 +1 @@
|
||||
Scheduled reminder with ID ${id} to remind you at ${reminderTargetDate}.
|
||||
@@ -0,0 +1 @@
|
||||
Scheduled reminder with ID ${id} to remind you of `${reminderText}` at ${reminderTargetDate}.
|
||||
@@ -0,0 +1 @@
|
||||
Scheduled reminder with ID ${id} to remind you of [this](${messageUrl}) at ${reminderTargetDate}.
|
||||
@@ -0,0 +1 @@
|
||||
Shows your reminders
|
||||
@@ -0,0 +1 @@
|
||||
Displays all the currently active reminders with their due date and reminder note.
|
||||
@@ -0,0 +1 @@
|
||||
(joined)
|
||||
@@ -0,0 +1 @@
|
||||
Due on ${reminderTargetDate} with text `${reminderText}` started [here](${messageLink}) ${joinedText}
|
||||
@@ -0,0 +1 @@
|
||||
No reminders.
|
||||
@@ -0,0 +1 @@
|
||||
Due on ${reminderTargetDate} started [here](${messageLink}) ${joinedText}
|
||||
@@ -0,0 +1 @@
|
||||
Reminder ${id}
|
||||
@@ -0,0 +1 @@
|
||||
Currently active reminders
|
||||
@@ -0,0 +1 @@
|
||||
Reschedules a reminder
|
||||
@@ -0,0 +1,3 @@
|
||||
Re-creates a reminder with a new duration. This is only possible for reminders which already have been executed and were started by you.
|
||||
|
||||
<#include "duration_format_help">
|
||||
@@ -0,0 +1 @@
|
||||
The duration in which you want to be reminded again in. Uses the duration parsing.
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the reminder you want to reschedule
|
||||
@@ -0,0 +1 @@
|
||||
Reminder has been snoozed.
|
||||
@@ -0,0 +1 @@
|
||||
Cancels the given reminder.
|
||||
@@ -0,0 +1 @@
|
||||
Cancels the given reminder to not be executed anymore.
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the reminder you want to cancel.
|
||||
@@ -0,0 +1 @@
|
||||
Reminder has been cancelled.
|
||||
@@ -0,0 +1 @@
|
||||
Reminders
|
||||
@@ -0,0 +1 @@
|
||||
Reminder ${reminderId} does not exist, does not belong to you or is in the wrong state.
|
||||
@@ -0,0 +1 @@
|
||||
Snooze not possible. Reminder is still in progress.
|
||||
Reference in New Issue
Block a user