This repository has been archived by the owner on Sep 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 Automatically merge translations from Crowdin 🌎
* New translations maniatitlecard.yml (English) * New translations mcadvancement.yml (English) * New translations mcuuid.yml (English) * New translations morse.yml (English)
- Loading branch information
1 parent
166d944
commit d04592c
Showing
4 changed files
with
20 additions
and
2 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 +1,8 @@ | ||
--- | ||
description: "Create a Sonic Mania title card!" | ||
examples: | ||
- "Palmtree Panic |-| Creates a title card written \"Palmtree Panic\"" | ||
- "Friend |-| Create a title card with \"Friend\" written on it... then it becomes \"Friendzone\"! Perfect for when \"she\" leaves you" | ||
- "Loritta | Headquarters |-| Creates a title card with \"Loritta Headquarters\" written on it, the \"|\" is used to skip the line in the title card" | ||
selectLine1: "First line that will appear on the title card" | ||
selectLine2: "Second line that will appear on the title card" |
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,8 @@ | ||
--- | ||
advancementMade: "Advancement made!" | ||
description: "Create a Minecraft achievement!" | ||
examples: | ||
- "@Loritta Being a visionary! |-| Edit with the cutest avatar you've ever seen, and thanks for the compliment!" | ||
- "287894637165936640 I added a bot! |-| Edit with the avatar of an user by their ID" | ||
- "https://i.imgur.com/jxiRrNN.png I used an image on the command! |-| Edit with an image URL (Note: I will only download images from trusted websites!)" | ||
- "\U0001f35e I ate a loaf of bread | | Edit with the bread emoji, showing just how much you love bread" |
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,4 +1,4 @@ | ||
--- | ||
description: "Get a user's UUID" | ||
invalid: "Player not found! Are you sure that `{0}` is a valid account?" | ||
result: "The UUID of `{0}`: `{1}`" | ||
result: "** UUID online (original account, with Mojang authentication) from `{0}`: ** `{1}`" |
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,9 +1,12 @@ | ||
--- | ||
description: "Encode/Decode a morse code message" | ||
examples: | ||
- "Loritta |-| Converts \"Loritta\" to morse code" | ||
- "Lorrita |-| Converts \"Loritta\" to morse code" | ||
- ".-.. --- .-. .. / ..-. --- --- ..-. |-| Converts morse code to text" | ||
failUnknownCharacters: "I was unable to convert your message to morse code... Maybe you just put characters that don't exist in morse code!" | ||
fromTo: "Text to morse" | ||
toFrom: "Morse to text" | ||
fail: "I was unable to convert your message to morse code... Maybe you just put characters that don't exist in morse code!" | ||
options: | ||
fromMorse: "Morse code that will be decoded" | ||
fromText: "Text that will be encoded into Morse Code" |