From 331737272151de4538afdee1321d472df8d72e27 Mon Sep 17 00:00:00 2001 From: lis0ownik <97831192+lis0ownik@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:40:02 +0200 Subject: [PATCH] Update serverActions.json --- bot/pl/standard/serverActions.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/bot/pl/standard/serverActions.json b/bot/pl/standard/serverActions.json index 934090d..e473535 100644 --- a/bot/pl/standard/serverActions.json +++ b/bot/pl/standard/serverActions.json @@ -27,5 +27,26 @@ "emojiUpdated": { "title": "Edytowano emotkę", "description": "{emoji} została edytowana przez {executor}" + }, + "serverEventCreate": { + "title": "Wydarzenie Utworzone", + "description_withChannel": "{executor} utworzył wydarzenie {name} w kanale {channel}", + "description_withoutChannel": "{executor} utworzył wydarzenie {name}", + "eventDescription": "Opis", + "location": "Lokalizacja", + "starts": "Rozpoczęcie" + }, + "serverEventDelete": { + "title": "Wydarzenie Usunięte", + "description": "{executor} usuną wydarzenie {name}", + "linkToEventImage": "Link obrazu wydarzenia" + }, + "serverEventUpdate": { + "title": "Wydarzenie Zmodifikowane", + "description": "{executor} zmodyfikował wydarzenie {name}", + "newEventDescription": "Nowy Opis", + "newLocation": "Nowa Lokalizacja", + "newChannel": "Nowy Kanał", + "linkToEventImage": "Link do starego obrazu wydarzenia" } -} \ No newline at end of file +}