-
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 #28 from ayyneya/main
Dutch Update
- Loading branch information
Showing
6 changed files
with
120 additions
and
10 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
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
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,62 @@ | ||
{ | ||
"channelCreated": { | ||
"title": "Kanaal Gemaakt", | ||
"title": "{type} Kanaal Gemaakt", | ||
"description": "{channel} is gemaakt door {executor}", | ||
"descriptionWithCategory": "{channel} is gemaakt door {executor} in de categorie {category}." | ||
}, | ||
"channelDeleted": { | ||
"title": "Kanaal Verwijderd", | ||
"title": "{type} Kanaal Verwijderd", | ||
"description": "{channel_name} is verwijderd door {executor}", | ||
"channel": "Kanaal" | ||
}, | ||
"channelUpdated": { | ||
"title": "Kanaal Aangepast", | ||
"title": "{type} Kanaal Aangepast", | ||
"description": "{channel} is aangepast door {executor}" | ||
}, | ||
"channelOverwriteCreate": { | ||
"title": "Kanaalmachtigingen Toegevoegd", | ||
"title": "{type} Kanaalmachtigingen Toegevoegd", | ||
"description": "{executor} heeft machtigingen toegevoegd aan {channel} voor {special}" | ||
}, | ||
"channelOverwriteDelete": { | ||
"title": "Kanaalmachtigingen Verwijderd", | ||
"title": "{type} Kanaalmachtigingen Verwijderd", | ||
"description": "{executor} heeft machtigingen verwijderd van {channel} voor {special}" | ||
}, | ||
"channelOverwriteUpdate": { | ||
"title": "Kanaalmachtigingen Bijgewerkt", | ||
"title": "{type} Kanaalmachtigingen Bijgewerkt", | ||
"description": "{executor} heeft machtigingen bijgewerkt voor {channel} voor {special}", | ||
"newPermissions": "Nieuwe Machtigingen", | ||
"viewFullNewPermissions": "Bekijk Volledige Nieuwe Machtigingen" | ||
}, | ||
"webhookCreate": { | ||
"title": "Webhook Gemaakt", | ||
"description": "{executor} heeft een webhook {webhook} gemaakt in {channel}" | ||
}, | ||
"webhookDelete": { | ||
"title": "Webhook Verwijderd", | ||
"description": "{executor} heeft de webhook {webhook} verwijderd" | ||
}, | ||
"webhookUpdate": { | ||
"title": "Webhook Aangepast", | ||
"description": "{executor} heeft de webhook {webhook} aangepast" | ||
}, | ||
"webhookAvatarUpdate": { | ||
"title": "Webhook Avatar Bijgewerkt", | ||
"description": "{executor} heeft de avatar voor {webhook} bijgewerkt", | ||
"description_added": "{executor} heeft een avatar toegevoegd voor {webhook}", | ||
"description_removed": "{executor} heeft de avatar verwijderd voor {webhook}", | ||
"linkToOldAvatar": "Link naar oude avatar", | ||
"linkToNewAvatar": "Link naar nieuwe avatar" | ||
}, | ||
"statusChannelFollowed": { | ||
"title": "Kanaal Gevolgd", | ||
"description": "{executor} heeft het kanaal {name} gevolgd in {channel}" | ||
}, | ||
"statusChannelUnfollowed": { | ||
"title": "Kanaal Niet Meer Gevolgd", | ||
"description": "{executor} heeft het kanaal {name} niet meer gevolgd" | ||
}, | ||
"statusChannelUpdated": { | ||
"title": "Gevolgd Kanaal Bijgewerkt", | ||
"description": "{executor} heeft het gevolgde kanaal {name} bijgewerkt" | ||
} | ||
} | ||
} |
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
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
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