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.
Merge pull request quark-bot-discord#9 from quark-bot-discord/develop…
…ment 30/6/24 Update
- Loading branch information
Showing
34 changed files
with
488 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"1": "Admin", | ||
"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
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,12 @@ | ||
{ | ||
"ignoreTargets": "Ignore Target Users", | ||
"ignoreExecutors": "Ignore Target Executors", | ||
"specificMessageContent": "Ignore Specific Message Content", | ||
"ignoreChannels": "Ignore Channels", | ||
"ignoreBotExecutors": "Ignore Bot Executors", | ||
"ignoreBotTargets": "Ignore Bot Targets", | ||
"ignoreExecutorRoles": "Ignore Executor Roles", | ||
"ignoreTargetRoles": "Ignore Target Roles", | ||
"ignoreCategories": "Ignore Categories", | ||
"activeIgnore": "Active Ignore" | ||
} |
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": "Members", | ||
"serverActions": "Actions", | ||
"textEvents": "Messages", | ||
"voiceEvents": "Voice", | ||
"fileEvents": "Files", | ||
"generalEvents": "Server", | ||
"roleEvents": "Roles", | ||
"channelEvents": "Channels", | ||
"quarkEvents": "Quark Config", | ||
"modLog": "Modlogs", | ||
"main": "Main" | ||
} |
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": "Standard", | ||
"1": "Compact", | ||
"2": "Standard (no embed)", | ||
"3": "Compact (no 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": "Visit Quark's web dashboard" | ||
} |
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": "See initial reactors" | ||
} |
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": "Get information about the premium subscriptions Quark has" | ||
} |
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,64 @@ | ||
{ | ||
"serverlogChannelUpdate": { | ||
"title": "Logging Channel Changed", | ||
"description_set": "{executor} set the {type} logging channel to {channel}", | ||
"description_category_disable": "{executor} disabled the {type} logging channel", | ||
"description_unset": "{executor} unset the {type} logging channel" | ||
}, | ||
"serverlogOptionsUpdate": { | ||
"title": "Logging Options Updated", | ||
"description": "{executor} set {option} to {state}", | ||
"pluralkitSupport": "PluralKit Support", | ||
"spoilers": "Spoilers", | ||
"buttons": "Buttons", | ||
"formatType": "Format Type" | ||
}, | ||
"serverlogLogUpdate": { | ||
"title": "Log Updated", | ||
"description": "{executor} updated the {type} log", | ||
"enabled": "Enabled", | ||
"logFormat": "Format", | ||
"logChannel": "Channel", | ||
"colour": "Colour", | ||
"ignoreBotExecutors": "Ignore Bot Executors", | ||
"ignoreBotTargets": "Ignore Bot Targets", | ||
"activeIgnore": "Active Ignore" | ||
}, | ||
"serverlogIgnoreUpdate": { | ||
"title": "Ignore Options Updated", | ||
"description_set": "{executor} enabled {type}", | ||
"description_unset": "{executor} disabled {type}", | ||
"description_added": "{executor} added {target} to {type}", | ||
"description_removed": "{executor} removed {target} from {type}" | ||
}, | ||
"languageUpdate": { | ||
"title": "Language Changed", | ||
"description": "{executor} changed the language to {language}" | ||
}, | ||
"reset": { | ||
"title": "Configuration Reset", | ||
"description": "{executor} reset the configuration for this server" | ||
}, | ||
"tagAdded": { | ||
"title": "Tag Added", | ||
"description": "{executor} created a tag {tag}" | ||
}, | ||
"tagUpdated": { | ||
"title": "Tag Updated", | ||
"description": "{executor} updated the tag {tag}" | ||
}, | ||
"tagDeleted": { | ||
"title": "Tag Deleted", | ||
"description": "{executor} deleted the tag {tag}" | ||
}, | ||
"tokenAdded": { | ||
"title": "Token Generated", | ||
"description": "{executor} generated a Quark access token with {permissions} permissions for this server", | ||
"unique_id": "Token ID", | ||
"revoke": "Revoke this token" | ||
}, | ||
"tokenRevoked": { | ||
"title": "Token Revoked", | ||
"description": "{executor} revoked the Quark access token with ID {token}" | ||
} | ||
} |
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,4 @@ | ||
{ | ||
"1": "Admin", | ||
"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
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": "Ignore Target Users", | ||
"ignoreExecutors": "Ignore Target Executors", | ||
"specificMessageContent": "Ignore Specific Message Content", | ||
"ignoreChannels": "Ignore Channels", | ||
"ignoreBotExecutors": "Ignore Bot Executors", | ||
"ignoreBotTargets": "Ignore Bot Targets", | ||
"ignoreExecutorRoles": "Ignore Executor Roles", | ||
"ignoreTargetRoles": "Ignore Target Roles", | ||
"ignoreCategories": "Ignore Categories", | ||
"activeIgnore": "Active Ignore" | ||
} |
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": "Members", | ||
"serverActions": "Actions", | ||
"textEvents": "Messages", | ||
"voiceEvents": "Voice", | ||
"fileEvents": "Files", | ||
"generalEvents": "Server", | ||
"roleEvents": "Roles", | ||
"channelEvents": "Channels", | ||
"quarkEvents": "Quark Config", | ||
"modLog": "Modlogs", | ||
"main": "Main" | ||
} |
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": "Standard", | ||
"1": "Compact", | ||
"2": "Standard (no embed)", | ||
"3": "Compact (no embed)", | ||
"4": "json" | ||
} |
Oops, something went wrong.