Introduced i18n to utility modules
This commit is contained in:
@@ -11,10 +11,16 @@
|
||||
"event_created": "Event **{event_name}** has been created and will take place <t:{start_time}:R>.",
|
||||
"event_dates_parsing_failed": "Could not parse start and end dates. Please, make sure these are provided in `DD.MM.YYYY HH:MM` format.",
|
||||
"event_details": "**Event details**\n\nName: {event_name}\nStarts: <t:{start_time}>\nEnds: <t:{end_time}>\n\nStages:\n{stages}",
|
||||
"event_end_before_start": "Start date must be before end date",
|
||||
"event_end_date_parsing_failed": "Could not parse the end date. Please, make sure it is provided in `DD.MM.YYYY HH:MM` format.",
|
||||
"event_end_past": "End date must not be in the past",
|
||||
"event_is_cancelled": "This event was cancelled.",
|
||||
"event_name_duplicate": "There can only be one active event with the same name",
|
||||
"event_not_editable": "Finished or ongoing events cannot be cancelled.",
|
||||
"event_not_found": "Event was not found.",
|
||||
"event_ongoing_not_editable": "Ongoing events cannot be modified.",
|
||||
"event_start_date_parsing_failed": "Could not parse the start date. Please, make sure it is provided in `DD.MM.YYYY HH:MM` format.",
|
||||
"event_start_past": "Start date must not be in the past",
|
||||
"event_updated": "Event **{event_name}** has been updated and will take place <t:{start_time}:R>.",
|
||||
"guess_completed_event": "Congratulations! You have completed the event!",
|
||||
"guess_incorrect_channel": "Usage outside own event channel is not allowed.",
|
||||
|
Reference in New Issue
Block a user