Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
🤖 Automatically merge translations from Crowdin 🌎
Browse files Browse the repository at this point in the history
* New translations maniatitlecard.yml (English)

* New translations mcadvancement.yml (English)

* New translations mcuuid.yml (English)

* New translations morse.yml (English)
  • Loading branch information
MrPowerGamerBR authored Aug 8, 2021
1 parent 166d944 commit d04592c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
7 changes: 7 additions & 0 deletions en-us/commands/maniatitlecard.yml
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"
8 changes: 8 additions & 0 deletions en-us/commands/mcadvancement.yml
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"
2 changes: 1 addition & 1 deletion en-us/commands/mcuuid.yml
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}`"
5 changes: 4 additions & 1 deletion en-us/commands/morse.yml
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"

0 comments on commit d04592c

Please sign in to comment.