-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from lis0ownik/patch-4
Update channelEvents.json
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"channelCreated": { | ||
"title": "Kanał Utworzony", | ||
"title": "Utworzono Kanał {type}", | ||
"description": "{channel} został utworzony przez {executor}", | ||
"descriptionWithCategory": "{channel} został utworzony przez {executor} w kategorii {category}." | ||
}, | ||
"channelDeleted": { | ||
"title": "Kanał Usunięty", | ||
"title": "Usunięto Kanał {type}", | ||
"description": "{channel_name} został usunięty przez {executor}", | ||
"channel": "Kanał" | ||
}, | ||
"channelUpdated": { | ||
"title": "Kanał Zmodyfikowany", | ||
"title": "Zmodyfikowano Kanał {type}", | ||
"description": "{channel} został zmodyfikowany przez {executor}" | ||
}, | ||
"channelOverwriteCreate": { | ||
"title": "Dodano Uprawnienia do Kanału", | ||
"title": "Dodano Uprawnienia do Kanału {type}", | ||
"description": "{executor} dodał uprawnienia do {channel} dla {special}" | ||
}, | ||
"channelOverwriteDelete": { | ||
"title": "Usunięto Uprawnienia z Kanału", | ||
"title": "Usunięto Uprawnienia z Kanału {type}", | ||
"description": "{executor} usunął uprawnienia z {channel} dla {special}" | ||
}, | ||
"channelOverwriteUpdate": { | ||
"title": "Zaktualizowano Uprawnienia Kanału", | ||
"title": "Zaktualizowano Uprawnienia Kanału {type}", | ||
"description": "{executor} zaktualizował uprawnienia dla {channel} dla {special}", | ||
"newPermissions": "Nowe Uprawnienia", | ||
"viewFullNewPermissions": "Zobacz Pełne Nowe Uprawnienia" | ||
} | ||
} | ||
} |