Skip to content

Commit

Permalink
Update serverActions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpulseDevMomentum authored Jul 1, 2024
1 parent 2b8e4f3 commit 3317372
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion bot/pl/standard/serverActions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit 3317372

Please sign in to comment.