webhook configuration fixes
This commit is contained in:
parent
c6b439bc88
commit
3a6e26ce62
7 changed files with 212 additions and 260 deletions
|
@ -167,7 +167,14 @@
|
|||
"copyURL": "Copy Webhook URL",
|
||||
"newWebHook": "New Webhook",
|
||||
"EnterWebhookName": "Enter Webhook name",
|
||||
"base": "Webhooks"
|
||||
"base": "Webhooks",
|
||||
"sillyDefaults": "",
|
||||
"type1": "Incoming",
|
||||
"type2": "Channel Follower",
|
||||
"type3": "Application",
|
||||
"type": "Type: $1",
|
||||
"deleteWebhook": "Delete Webhook",
|
||||
"areYouSureDelete": "Are you sure you want to delete $1?"
|
||||
},
|
||||
"switchAccounts": "Switch accounts ⇌",
|
||||
"accountNotStart": "Account unable to start",
|
||||
|
|
|
@ -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",
|
||||
|
@ -25,5 +21,8 @@
|
|||
"description": "This object contains strings related to the logged in user, which is mostly the settings for the user",
|
||||
"sillyDeleteConfirmPhrase": "This is a silly phrase, do not translate this directly, make a joke that is easy to type in your language"
|
||||
},
|
||||
"webhooks": {
|
||||
"sillyDefaults": "{{doc-important|This is just a list of silly default names for webhooks, do not feel the need to translate dirrectly, and no need for the same count}}"
|
||||
},
|
||||
"errorReconnect": "Uses MarkDown"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue