[AB-xxx] changing locale of templates to default, instead of explicitly en_US

This commit is contained in:
Sheldan
2024-11-22 21:55:37 +01:00
parent 3cb15ff676
commit 0a3c2cd48a
2096 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1 @@
Reminds you in the given period of the given text.

View File

@@ -0,0 +1 @@
`remind 1h2m3s text` in order to be reminded in 1 hour 2 minutes and 3 seconds with the reason `text`

View File

@@ -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">

View File

@@ -0,0 +1 @@
The duration in which you want to be reminded in. Uses the duration parsing.

View File

@@ -0,0 +1 @@
The text you wanted to be reminded with.

View File

@@ -0,0 +1 @@
Reminder ID ${reminder.id?c}

View File

@@ -0,0 +1 @@
Failed to join reminder. It may be in the past.

View File

@@ -0,0 +1 @@
You joined the reminder and will also be notified at ${targetDate}. Click the button again to not be notified anymore.

View File

@@ -0,0 +1 @@
You will not be notified about the reminder.

View File

@@ -0,0 +1 @@
You cannot join your own reminder.

View File

@@ -0,0 +1 @@
Scheduled reminder with ID ${id} to remind you at ${reminderTargetDate}.

View File

@@ -0,0 +1 @@
Scheduled reminder with ID ${id} to remind you of `${reminderText}` at ${reminderTargetDate}.

View File

@@ -0,0 +1 @@
Scheduled reminder with ID ${id} to remind you of [this](${messageUrl}) at ${reminderTargetDate}.

View File

@@ -0,0 +1 @@
Displays all the currently active reminders with their due date and reminder note.

View File

@@ -0,0 +1 @@
Due on ${reminderTargetDate} with text `${reminderText}` started [here](${messageLink}) ${joinedText}

View File

@@ -0,0 +1 @@
Due on ${reminderTargetDate} started [here](${messageLink}) ${joinedText}

View File

@@ -0,0 +1 @@
Currently active reminders

View File

@@ -0,0 +1 @@
Reschedules a reminder

View File

@@ -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">

View File

@@ -0,0 +1 @@
The duration in which you want to be reminded again in. Uses the duration parsing.

View File

@@ -0,0 +1 @@
The ID of the reminder you want to reschedule

View File

@@ -0,0 +1 @@
Reminder has been snoozed.

View File

@@ -0,0 +1 @@
Cancels the given reminder.

View File

@@ -0,0 +1 @@
Cancels the given reminder to not be executed anymore.

View File

@@ -0,0 +1 @@
The ID of the reminder you want to cancel.

View File

@@ -0,0 +1 @@
Reminder has been cancelled.

View File

@@ -0,0 +1 @@
Reminders

View File

@@ -0,0 +1 @@
Reminder ${reminderId} does not exist, does not belong to you or is in the wrong state.

View File

@@ -0,0 +1 @@
Snooze not possible. Reminder is still in progress.