message pins and better welcome messages
This commit is contained in:
parent
71ee9d3f36
commit
1ade94470a
11 changed files with 261 additions and 21 deletions
|
@ -6,7 +6,8 @@
|
|||
"comment": "Don't know how often I'll update this top part lol"
|
||||
},
|
||||
"readableName": "English",
|
||||
|
||||
"pinMessage": "Pin Message",
|
||||
"unableToPin": "Unable to pin message",
|
||||
"reply": "Reply",
|
||||
"copyrawtext": "Copy raw text",
|
||||
"copymessageid": "Copy message id",
|
||||
|
@ -289,6 +290,7 @@
|
|||
"INVITES_DISABLED": "Invite only",
|
||||
"DISCOVERABLE": "Discovery"
|
||||
},
|
||||
"welcomeMessages": "Welcome $1! Nice to see ya!\nHello, nice to meat you $1!\nWelcome, hope you brought pizza $1!",
|
||||
"role": {
|
||||
"displaySettings": "Display settings",
|
||||
"name": "Role name:",
|
||||
|
@ -396,6 +398,8 @@
|
|||
"genericType": "Generic",
|
||||
"copy": "Copy"
|
||||
},
|
||||
"unpinMessage": "Unpin Message",
|
||||
"noPins": "There seems to be nothing here... yet",
|
||||
"message": {
|
||||
"reactionAdd": "Add reaction",
|
||||
"delete": "Delete message",
|
||||
|
@ -403,7 +407,8 @@
|
|||
"edited": "(edited)",
|
||||
"deleted": "Deleted message",
|
||||
"attached": "Sent an attachment",
|
||||
"retry": "Resend errored message"
|
||||
"retry": "Resend errored message",
|
||||
"pin": "$1 has pined a message"
|
||||
},
|
||||
"instanceStats": {
|
||||
"name": "Instance stats: $1",
|
||||
|
|
|
@ -3,11 +3,7 @@
|
|||
"last-updated": "2024/11/4",
|
||||
"locale": "en",
|
||||
"comment": "Don't know how often I'll update this top part lol",
|
||||
"authors": [
|
||||
"MathMan05",
|
||||
"McDutchie",
|
||||
"Vl1"
|
||||
]
|
||||
"authors": ["MathMan05", "McDutchie", "Vl1"]
|
||||
},
|
||||
"readableName": "{{doc-important|This should be the name of the language you are translating into, in that language. Please DO NOT translate this into your language’s word for “English”!}}",
|
||||
"typing": "$1 is the number of people typing and $2 is the names of the people typing separated by commas",
|
||||
|
@ -23,6 +19,7 @@
|
|||
"guild": {
|
||||
"disoveryTitle": "$1 is the number of guilds discovered"
|
||||
},
|
||||
"welcomeMessages": "These are welcome messages, they are meant to be silly, you do not need to directly translated them, there may even be a different count of messages, but only have the username once per message.",
|
||||
"localuser": {
|
||||
"updateSettings": "Title of a page that allows you to adjust the update settings",
|
||||
"description": "This object contains strings related to the logged in user, which is mostly the settings for the user",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue