1
0
mirror of https://github.com/danog/rpc-db.git synced 2024-11-26 20:14:40 +01:00
This commit is contained in:
Github Actions 2022-03-03 18:25:40 +01:00
parent 7e40a6d968
commit c32bac44c5
5 changed files with 10 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -938,7 +938,8 @@
], ],
"MESSAGE_NOT_MODIFIED": [ "MESSAGE_NOT_MODIFIED": [
"messages.editInlineBotMessage", "messages.editInlineBotMessage",
"messages.editMessage" "messages.editMessage",
"messages.sendReaction"
], ],
"MESSAGE_POLL_CLOSED": [ "MESSAGE_POLL_CLOSED": [
"messages.sendVote" "messages.sendVote"
@ -2368,8 +2369,8 @@
"QUIZ_ANSWER_MISSING": "", "QUIZ_ANSWER_MISSING": "",
"QUIZ_CORRECT_ANSWER_INVALID": "An invalid value was provided to the correct_answers field.", "QUIZ_CORRECT_ANSWER_INVALID": "An invalid value was provided to the correct_answers field.",
"QUIZ_CORRECT_ANSWERS_EMPTY": "No correct quiz answer was specified.", "QUIZ_CORRECT_ANSWERS_EMPTY": "No correct quiz answer was specified.",
"QUIZ_CORRECT_ANSWERS_TOO_MUCH": "You specified too many correct answers in a quiz, quizes can only have one right answer!", "QUIZ_CORRECT_ANSWERS_TOO_MUCH": "You specified too many correct answers in a quiz, quizzes can only have one right answer!",
"QUIZ_MULTIPLE_INVALID": "Quizes can't have the multiple_choice flag set!", "QUIZ_MULTIPLE_INVALID": "Quizzes can't have the multiple_choice flag set!",
"RANDOM_ID_DUPLICATE": "You provided a random ID that was already used.", "RANDOM_ID_DUPLICATE": "You provided a random ID that was already used.",
"RANDOM_ID_EMPTY": "Random ID empty.", "RANDOM_ID_EMPTY": "Random ID empty.",
"RANDOM_ID_INVALID": "A provided random ID is invalid.", "RANDOM_ID_INVALID": "A provided random ID is invalid.",
@ -2435,8 +2436,8 @@
"STICKERS_EMPTY": "No sticker provided.", "STICKERS_EMPTY": "No sticker provided.",
"STICKERS_TOO_MUCH": "There are too many stickers in this stickerpack, you can't add any more.", "STICKERS_TOO_MUCH": "There are too many stickers in this stickerpack, you can't add any more.",
"STICKERSET_INVALID": "The provided sticker set is invalid.", "STICKERSET_INVALID": "The provided sticker set is invalid.",
"STICKERSET_OWNER_ANONYMOUS": "Provided stickerset can't be installed as group stickerset to prevent admin deanonymisation.", "STICKERSET_OWNER_ANONYMOUS": "Provided stickerset can't be installed as group stickerset to prevent admin deanonymization.",
"TAKEOUT_INIT_DELAY_%d": "Wait %d seconds before initing takeout.", "TAKEOUT_INIT_DELAY_%d": "Wait %d seconds before initializing takeout.",
"TAKEOUT_REQUIRED": "A takeout session has to be initialized, first.", "TAKEOUT_REQUIRED": "A takeout session has to be initialized, first.",
"TEMP_AUTH_KEY_ALREADY_BOUND": "The passed temporary key is already bound to another **perm_auth_key_id**.", "TEMP_AUTH_KEY_ALREADY_BOUND": "The passed temporary key is already bound to another **perm_auth_key_id**.",
"TEMP_AUTH_KEY_EMPTY": "No temporary auth key provided.", "TEMP_AUTH_KEY_EMPTY": "No temporary auth key provided.",