From 038b5b64038aea28bbe4278f8f63e50540fdc661 Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Tue, 15 Mar 2022 01:59:56 +0200 Subject: [PATCH] lang --- .../en_us/general/en_us_moderation.lang | 25 +++++ .../en_us/observers/en_us_guildLogging.lang | 104 ++++++++++++++++++ 2 files changed, 129 insertions(+) create mode 100644 src/localization/en_us/general/en_us_moderation.lang create mode 100644 src/localization/en_us/observers/en_us_guildLogging.lang diff --git a/src/localization/en_us/general/en_us_moderation.lang b/src/localization/en_us/general/en_us_moderation.lang new file mode 100644 index 0000000..50de099 --- /dev/null +++ b/src/localization/en_us/general/en_us_moderation.lang @@ -0,0 +1,25 @@ +[INFRACTION_DESCRIPTION] +**{type}** +**Moderator:** {moderator} +**Reason:** {reason} + +[INFRACTION_DESCRIPTIONPOINTS] +**Points:** {points} | **Total Points**: {total} + +[INFRACTION_DESCRIPTIONDURATION] +**Duration:** {duration} + +[INFRACTION_DESCRIPTIONJUMPTO] +**[Jump To {name}]({link})** + +//Prune Command +[INFRACTION_DESCRIPTIONAMOUNT] +**Amount:** {amount} + +//Addrole/Removerole Commands +[INFRACTION_DESCRIPTIONROLES] +**Role{plural}:** {roles} + +//Nickname Command +[INFRACTION_DESCRIPTIONNICKNAME] +**Old Name:** {old} | **New Name:** {new} \ No newline at end of file diff --git a/src/localization/en_us/observers/en_us_guildLogging.lang b/src/localization/en_us/observers/en_us_guildLogging.lang new file mode 100644 index 0000000..8b17df6 --- /dev/null +++ b/src/localization/en_us/observers/en_us_guildLogging.lang @@ -0,0 +1,104 @@ +// Message logs +[MSGLOG_DELETE_TITLE] +{emoji_trash} {author}'s message was deleted in #{channel} + +[MSGLOG_NOCONTENT] +**__NO TEXT CONTENT__** + +[MSGLOG_REPLY] +Message was in reply to user {tag} ({id}): + +[MSGLOG_REPLY_VALUE] +**[Jump]({link})** +{content} + +[MSGLOG_REPLY_NOCONTENT] +**__Missing content.__** + +[MSGLOG_FILTERED] +The message was filtered: + +[MSGLOG_FILTERED_VALUE] +Matched: **{match}** +Filter: **{matcher}** + +[MSGLOG_FILTERED_SANCTIONED] +__User was sanctioned.__ {emoji_hammer} + +[MSGLOG_FILTERED_PRESET] +Matched word: **{match}** +Preset filter: **{matcher}** + +[MSGLOG_DELETE_FOOTER] +Message ID: {msgID} | User ID: {userID} + +[MSGLOG_EDIT_TITLE] +{emoji_note} {author} edited their message in #{channel} + +[MSGLOG_EDIT_FOOTER] +Message ID: {msgID} | User ID: {userID} + +[MSGLOG_EDIT_OLD] +Old message + +[MSGLOG_EDIT_NEW] +New message + +[MSGLOG_EDIT_OLD_CUTOFF] +The original message was cut off at 1024 characters. + +[MSGLOG_EDIT_NEW_CUTOFF] +The new message is cut off at 1024 characters. + +[MSGLOG_EDIT_JUMP] +**[Jump to message](https://discord.com/channels/{guild}/{channel}/{message})** + +[MSGLOG_PINNED_TITLE] +{emoji_pin} {author}'s message was {pinned} in #{channel} + +[PIN_TOGGLE] +switch({toggle}) { + case true: + 'pinned'; + break; + default: + 'unpinned'; + break; +} + +//Voice Logs +[VCLOG_JOIN] +{nickname} **{tag}** ({id}) joined channel {emoji_voice-channel} **{newChannel}**. + +[VCLOG_SWITCH] +{nickname} **{tag}** ({id}) switched from {emoji_voice-channel} **{oldChannel}** to {emoji_voice-channel} **{newChannel}**. + +[VCLOG_LEAVE] +{nickname} **{tag}** ({id}) left channel {emoji_voice-channel} **{oldChannel}** + +//Nickname Logs +[NICKLOG_TITLE] +{user} updated their nickname + +[NICKLOG_DESCRIPTION] +**Old nickname:** `{oldNick}` +**New nickname:** `{newNick}` + +[NICKLOG_FOOTER] +User ID: {id} + +//Bulk Delete Logs +[BULK_DELETE_TITLE] +Bulk message delete log [{embedNr}] in **#{channel}** + +[BULK_DELETE_FOOTER] +Showing messages {rangeStart}-{rangeEnd} of {total} messages + +[BULK_DELETE_NO_CONTENT] +No content. + +[BULK_DELETE_ATTACHMENTS] +Message attachments: + +[BULK_DELETE_ATTACHMENTS_VALUE] +{links} \ No newline at end of file