Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update channelEvents.json #26

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions bot/pl/standard/channelEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,37 @@
"description": "{executor} zaktualizował uprawnienia dla {channel} dla {special}",
"newPermissions": "Nowe Uprawnienia",
"viewFullNewPermissions": "Zobacz Pełne Nowe Uprawnienia"
},
"webhookCreate": {
"title": "Integracja Utworzona",
"description": "{executor} utworzył Integracja {webhook} na kanale {channel}"
},
"webhookDelete": {
"title": "Integracja Usunieta",
"description": "{executor} usuną integrację {webhook}"
},
"webhookUpdate": {
"title": "Integracja Zmodyfikowana",
"description": "{executor} zmodyfikował integrację {webhook}"
},
"webhookAvatarUpdate": {
"title": "Zaktualizowany Awatar Integracji",
"description": "{executor} zaktualizował awatar dla integracji {webhook}",
"description_added": "{executor} dodał awatar dla integracji {webhook}",
"description_removed": "{executor} usuną awatar dla integracji {webhook}",
"linkToOldAvatar": "Link do starego awataru",
"linkToNewAvatar": "Link do nowego awataru"
},
"statusChannelFollowed": {
"title": "Obserwowany Kanał",
"description": "{executor} zaczą obserwować kanał {name} w {channel}"
},
"statusChannelUnfollowed": {
"title": "Nieobserwowany Kanał",
"description": "{executor} przestał obserwować kanał {name}"
},
"statusChannelUpdated": {
"title": "Aktualizacja Obserwowanego Kanału",
"description": "{executor} zaktualizował obserwowany kanał {name}"
}
}
Loading