forked from quark-bot-discord/languages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
135 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"1": "Beheerder", | ||
"2": "Basic" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"none": "geen" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"none": "geen" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"ignoreTargets": "Negeer Doelgebruikers", | ||
"ignoreExecutors": "Negeer Doeluitvoerders", | ||
"specificMessageContent": "Negeer Specifieke Berichtinhoud", | ||
"ignoreChannels": "Negeer Kanalen", | ||
"ignoreBotExecutors": "Negeer Botuitvoerders", | ||
"ignoreBotTargets": "Negeer Botdoelen", | ||
"ignoreExecutorRoles": "Negeer Uitvoerdersrollen", | ||
"ignoreTargetRoles": "Negeer Doelrollen", | ||
"ignoreCategories": "Negeer Categorieën", | ||
"activeIgnore": "Actieve Negeer" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"serverEvents": "Leden", | ||
"serverActions": "Acties", | ||
"textEvents": "Berichten", | ||
"voiceEvents": "Stem", | ||
"fileEvents": "Bestanden", | ||
"generalEvents": "Server", | ||
"roleEvents": "Rollen", | ||
"channelEvents": "Kanalen", | ||
"quarkEvents": "Quark Configuratie", | ||
"modLog": "Modlogs", | ||
"main": "Primair" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"0": "Standaard", | ||
"1": "Compact", | ||
"2": "Standaard (geen embed)", | ||
"3": "Compact (geen embed)", | ||
"4": "json" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "dashboard", | ||
"description": "Bezoek Quark's webdashboard" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"name": "Bekijk eerste reageerders" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "premium", | ||
"description": "Krijg informatie over de premium abonnementen van Quark" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,64 @@ | ||
{ | ||
"serverlogChannelUpdate": { | ||
"title": "Logkanaal Gewijzigd", | ||
"description_set": "{executor} heeft het {type} logkanaal ingesteld op {channel}", | ||
"description_category_disable": "{executor} heeft het {type} logkanaal uitgeschakeld", | ||
"description_unset": "{executor} heeft het {type} logkanaal uitgeschakeld" | ||
}, | ||
"serverlogOptionsUpdate": { | ||
"title": "Logopties Bijgewerkt", | ||
"description": "{executor} heeft {option} ingesteld op {state}", | ||
"pluralkitSupport": "PluralKit Ondersteuning", | ||
"spoilers": "Spoilers", | ||
"buttons": "Knoppen", | ||
"formatType": "Formaat Type" | ||
}, | ||
"serverlogLogUpdate": { | ||
"title": "Log Bijgewerkt", | ||
"description": "{executor} heeft de {type} log bijgewerkt", | ||
"enabled": "Ingeschakeld", | ||
"logFormat": "Formaat", | ||
"logChannel": "Kanaal", | ||
"colour": "Kleur", | ||
"ignoreBotExecutors": "Negeer Botuitvoerders", | ||
"ignoreBotTargets": "Negeer Botdoelen", | ||
"activeIgnore": "Actieve Negeer" | ||
}, | ||
"serverlogIgnoreUpdate": { | ||
"title": "Negeeropties Bijgewerkt", | ||
"description_set": "{executor} heeft {type} ingeschakeld", | ||
"description_unset": "{executor} heeft {type} uitgeschakeld", | ||
"description_added": "{executor} heeft {target} toegevoegd aan {type}", | ||
"description_removed": "{executor} heeft {target} verwijderd uit {type}" | ||
}, | ||
"languageUpdate": { | ||
"title": "Taal Gewijzigd", | ||
"description": "{executor} heeft de taal gewijzigd naar {language}" | ||
}, | ||
"reset": { | ||
"title": "Configuratie Resetten", | ||
"description": "{executor} heeft de configuratie voor deze server gereset" | ||
}, | ||
"tagAdded": { | ||
"title": "Tag Toegevoegd", | ||
"description": "{executor} heeft een tag {tag} gecreëerd" | ||
}, | ||
"tagUpdated": { | ||
"title": "Tag Bijgewerkt", | ||
"description": "{executor} heeft de tag {tag} bijgewerkt" | ||
}, | ||
"tagDeleted": { | ||
"title": "Tag Verwijderd", | ||
"description": "{executor} heeft de tag {tag} verwijderd" | ||
}, | ||
"tokenAdded": { | ||
"title": "Token Gegenereerd", | ||
"description": "{executor} heeft een Quark-toegangstoken gegenereerd met {permissions} machtigingen voor deze server", | ||
"unique_id": "Token ID", | ||
"revoke": "Herroep deze token" | ||
}, | ||
"tokenRevoked": { | ||
"title": "Token Intrekken", | ||
"description": "{executor} heeft de Quark-toegangstoken met ID {token} ingetrokken" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"second": "{time} seconde", | ||
"second-plural": "{time} seconden", | ||
"minute": "{time} minuut", | ||
"minute-plural": "{time} minuten", | ||
"hour": "{time} uur", | ||
"hour-plural": "{time} uren", | ||
"day": "{time} dag", | ||
"day-plural": "{time} dagen", | ||
"week": "{time} week", | ||
"week-plural": "{time} weken", | ||
"month": "{time} maand", | ||
"month-plural": "{time} maanden", | ||
"year": "{time} jaar", | ||
"year-plural": "{time} jaren" | ||
} |