From 10cf7f0facff69a85252d3643972dad52008d924 Mon Sep 17 00:00:00 2001 From: Lea Date: Mon, 19 Jun 2023 09:51:13 +0200 Subject: [PATCH] add more strings --- bot/en.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/bot/en.json b/bot/en.json index 57a704a..9a1adb6 100644 --- a/bot/en.json +++ b/bot/en.json @@ -49,11 +49,38 @@ "inferior": "⬇️ This user is ranked lower than you", "superior": "⬆️ This user is ranked higher than you" } + }, + "warn": { + "title": "Warn user", + "no_user": "The provided user(s) could not be found", + "user_warned": "### User warned\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nInfraction number: **{{count}}**" } }, + "infractions": { + "infraction_created": "Infraction created", + "operation_completed": "Operation completed", + "too_many_users": "Too many users provided! Please provide no more than {{max}} users." + }, + "target_uncertain": { + "title": "Confirm action", + "body_one": "This action will affect the following user: {{users}}.", + "body_other": "This action will affect the following users: {{users}}.", + "not_all_found": "{{count}} of the provided users could not be found. Do you want to proceed anyway?\nThe following users will be affected: {{users}}", + "confirmed": "Action confirmed!", + "canceled": "Action cancelled." + }, "command_failed": { "title": "Command execution failed", "bug_report": "File a bug report", "support_server": "Join support server" - } + }, + "no_permission": { + "title": "No permission", + "body": "### ❌ Access denied\nYou need the following permissions to run this command: {{permissions}}" + }, + "server_only": { + "title": "Not in a server", + "body": "This command can only be used in a server." + }, + "error_generic": "An error occurred" }